Pull request #3250 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 3a622268bb16cc6f060a937717ebd043e18486e3 rather than 9c7532e74af45d6676cfaa116e9ff17bb6363fa2 Obtained Jenkinsfile from 3a622268bb16cc6f060a937717ebd043e18486e3 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-29588 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/11 [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/11 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit 9c7532e74af45d6676cfaa116e9ff17bb6363fa2 Merge succeeded, producing 9c7532e74af45d6676cfaa116e9ff17bb6363fa2 Checking out Revision 9c7532e74af45d6676cfaa116e9ff17bb6363fa2 (PR-3250) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9c7532e74af45d6676cfaa116e9ff17bb6363fa2 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9c7532e74af45d6676cfaa116e9ff17bb6363fa2 # timeout=10 Commit message: "refactor: Refactor core command building function" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-12T03:12:35.048Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-12T03:12:35.354Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-12T03:12:35.487Z] ========================================================= [2021-03-12T03:12:35.487Z] EdgeX Global Pipelines Version Info [2021-03-12T03:12:35.487Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-12T03:12:37.028Z] ------------------- [2021-03-12T03:12:37.028Z] stable info: [2021-03-12T03:12:37.028Z] ------------------- [2021-03-12T03:12:37.028Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-12T03:12:37.028Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-12T03:12:37.028Z] Message: update stable to v1.0.184 [2021-03-12T03:12:37.975Z] ------------------- [2021-03-12T03:12:37.975Z] experimental info: [2021-03-12T03:12:37.975Z] ------------------- [2021-03-12T03:12:37.975Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-12T03:12:37.975Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-12T03:12:37.975Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-12T03:12:38.307Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-12T03:12:38.419Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-12T03:12:38.521Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-12T03:12:38.626Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-12T03:12:38.730Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-12T03:12:38.832Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-12T03:12:38.935Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-12T03:12:39.038Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-12T03:12:39.138Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-12T03:12:39.241Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-12T03:12:39.343Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-12T03:12:39.456Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-12T03:12:39.561Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-12T03:12:39.665Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-12T03:12:39.769Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-12T03:12:39.873Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-12T03:12:39.968Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-12T03:12:40.101Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-12T03:12:40.204Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-12T03:12:40.317Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-12T03:12:40.418Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-12T03:12:40.527Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org > git rev-list --no-walk ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 # timeout=10 [Pipeline] echo [2021-03-12T03:12:40.750Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3250 [Pipeline] echo [2021-03-12T03:12:40.847Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3250 [Pipeline] echo [2021-03-12T03:12:41.031Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3250 [Pipeline] echo [2021-03-12T03:12:41.163Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9c7532e74af45d6676cfaa116e9ff17bb6363fa2 [Pipeline] echo [2021-03-12T03:12:41.288Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9c7532e [Pipeline] echo [2021-03-12T03:12:41.385Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-12T03:12:41.587Z] provisioning config files... [2021-03-12T03:12:41.631Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config4495002390329324252tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-12T03:12:42.018Z] ---> docker-login.sh [2021-03-12T03:12:42.018Z] nexus3.edgexfoundry.org:10001 [2021-03-12T03:12:42.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T03:12:42.283Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T03:12:42.283Z] Configure a credential helper to remove this warning. See [2021-03-12T03:12:42.283Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T03:12:42.283Z] [2021-03-12T03:12:42.283Z] Login Succeeded [2021-03-12T03:12:42.283Z] nexus3.edgexfoundry.org:10002 [2021-03-12T03:12:42.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T03:12:42.546Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T03:12:42.546Z] Configure a credential helper to remove this warning. See [2021-03-12T03:12:42.546Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T03:12:42.546Z] [2021-03-12T03:12:42.546Z] Login Succeeded [2021-03-12T03:12:42.546Z] nexus3.edgexfoundry.org:10003 [2021-03-12T03:12:42.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T03:12:42.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T03:12:42.809Z] Configure a credential helper to remove this warning. See [2021-03-12T03:12:42.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T03:12:42.809Z] [2021-03-12T03:12:42.809Z] Login Succeeded [2021-03-12T03:12:42.809Z] nexus3.edgexfoundry.org:10004 [2021-03-12T03:12:42.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T03:12:43.070Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T03:12:43.070Z] Configure a credential helper to remove this warning. See [2021-03-12T03:12:43.070Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T03:12:43.070Z] [2021-03-12T03:12:43.070Z] Login Succeeded [2021-03-12T03:12:43.070Z] docker.io [2021-03-12T03:12:43.070Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T03:12:43.334Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T03:12:43.334Z] Configure a credential helper to remove this warning. See [2021-03-12T03:12:43.334Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T03:12:43.334Z] [2021-03-12T03:12:43.334Z] Login Succeeded [2021-03-12T03:12:43.334Z] ---> docker-login.sh ends [Pipeline] } [2021-03-12T03:12:43.343Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-12T03:12:43.823Z] ++ 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-12T03:12:43.823Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T03:12:43.823Z] ++ dirname cmd/core-command/Dockerfile [2021-03-12T03:12:43.823Z] ++ cut -d/ -f2 [2021-03-12T03:12:43.823Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-12T03:12:43.823Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T03:12:43.823Z] ++ dirname cmd/core-data/Dockerfile [2021-03-12T03:12:43.823Z] ++ cut -d/ -f2 [2021-03-12T03:12:43.823Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-12T03:12:43.823Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T03:12:43.823Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-12T03:12:43.823Z] ++ cut -d/ -f2 [2021-03-12T03:12:43.823Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-12T03:12:43.823Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T03:12:43.823Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-12T03:12:43.823Z] ++ cut -d/ -f2 [2021-03-12T03:12:43.823Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-12T03:12:43.823Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T03:12:43.823Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-12T03:12:43.823Z] ++ cut -d/ -f2 [2021-03-12T03:12:43.823Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-12T03:12:43.823Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T03:12:43.823Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-12T03:12:43.823Z] ++ cut -d/ -f2 [2021-03-12T03:12:43.823Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-12T03:12:43.823Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T03:12:43.823Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-12T03:12:43.823Z] ++ cut -d/ -f2 [2021-03-12T03:12:43.823Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-12T03:12:43.823Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T03:12:43.823Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-12T03:12:43.823Z] ++ cut -d/ -f2 [2021-03-12T03:12:43.823Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-12T03:12:43.824Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T03:12:43.824Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-12T03:12:43.824Z] ++ cut -d/ -f2 [2021-03-12T03:12:43.824Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-12T03:12:43.900Z] 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-12T03:12:45.758Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-12T03:12:45.758Z] [2021-03-12T03:12:45.758Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-12T03:12:46.142Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-12T03:12:46.142Z] latest: Pulling from edgex-devops/git-semver [2021-03-12T03:12:46.142Z] 31603596830f: Pulling fs layer [2021-03-12T03:12:46.142Z] 2a8b12db71e7: Pulling fs layer [2021-03-12T03:12:46.142Z] 6ca5941a6612: Pulling fs layer [2021-03-12T03:12:46.142Z] ecc8261a40a4: Pulling fs layer [2021-03-12T03:12:46.142Z] ecc8261a40a4: Waiting [2021-03-12T03:12:46.142Z] 2a8b12db71e7: Download complete [2021-03-12T03:12:46.142Z] 31603596830f: Download complete [2021-03-12T03:12:46.411Z] ecc8261a40a4: Verifying Checksum [2021-03-12T03:12:46.411Z] ecc8261a40a4: Download complete [2021-03-12T03:12:46.411Z] 6ca5941a6612: Verifying Checksum [2021-03-12T03:12:46.411Z] 6ca5941a6612: Download complete [2021-03-12T03:12:46.675Z] 31603596830f: Pull complete [2021-03-12T03:12:46.675Z] 2a8b12db71e7: Pull complete [2021-03-12T03:12:47.655Z] 6ca5941a6612: Pull complete [2021-03-12T03:12:47.918Z] ecc8261a40a4: Pull complete [2021-03-12T03:12:47.918Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-12T03:12:47.918Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-12T03:12:47.918Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-12T03:12:48.020Z] prd-centos7-docker-4c-2g-29588 does not seem to be running inside a container [2021-03-12T03:12:48.072Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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:10004/edgex-devops/git-semver:latest cat [2021-03-12T03:12:50.619Z] $ docker top 170525918c7fb7be88e0fc067440ec624812e14d4c8a585f7c53886353f37aab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-12T03:12:51.151Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-12T03:12:51.152Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-12T03:12:51.382Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-12T03:12:51.388Z] $ docker exec 170525918c7fb7be88e0fc067440ec624812e14d4c8a585f7c53886353f37aab ssh-agent [2021-03-12T03:12:51.559Z] SSH_AUTH_SOCK=/tmp/ssh-Ae7dAsJNJac7/agent.11 [2021-03-12T03:12:51.559Z] SSH_AGENT_PID=16 [2021-03-12T03:12:51.572Z] Running ssh-add (command line suppressed) [2021-03-12T03:12:51.693Z] Identity added: /w/workspace/edgex-go/11@tmp/private_key_2178762627488577700.key (/w/workspace/edgex-go/11@tmp/private_key_2178762627488577700.key) [2021-03-12T03:12:51.744Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-12T03:12:52.082Z] + git tag --points-at HEAD [Pipeline] } [2021-03-12T03:12:52.110Z] $ docker exec --env ******** --env ******** 170525918c7fb7be88e0fc067440ec624812e14d4c8a585f7c53886353f37aab ssh-agent -k [2021-03-12T03:12:52.220Z] unset SSH_AUTH_SOCK; [2021-03-12T03:12:52.220Z] unset SSH_AGENT_PID; [2021-03-12T03:12:52.220Z] echo Agent pid 16 killed; [2021-03-12T03:12:52.266Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-12T03:12:52.408Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-12T03:12:52.409Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-12T03:12:52.577Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-12T03:12:52.582Z] $ docker exec 170525918c7fb7be88e0fc067440ec624812e14d4c8a585f7c53886353f37aab ssh-agent [2021-03-12T03:12:52.743Z] SSH_AUTH_SOCK=/tmp/ssh-091v9SYZ68qF/agent.44 [2021-03-12T03:12:52.743Z] SSH_AGENT_PID=49 [2021-03-12T03:12:52.750Z] Running ssh-add (command line suppressed) [2021-03-12T03:12:52.870Z] Identity added: /w/workspace/edgex-go/11@tmp/private_key_450619009875974986.key (/w/workspace/edgex-go/11@tmp/private_key_450619009875974986.key) [2021-03-12T03:12:52.919Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-12T03:12:53.256Z] + git semver init [2021-03-12T03:12:53.256Z] # -> Open(): unable to determine branch for HEAD [2021-03-12T03:12:53.256Z] # $GIT_DIR = /w/workspace/edgex-go/11/.git [2021-03-12T03:12:53.256Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/11 [2021-03-12T03:12:53.256Z] # $SEMVER_REMOTE_NAME = origin [2021-03-12T03:12:53.256Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-12T03:12:53.256Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-12T03:12:53.256Z] # $SEMVER_BRANCH = PR-3250 [2021-03-12T03:12:53.256Z] # $SEMVER_TEMP = /tmp/semver-905065389 [2021-03-12T03:12:53.256Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-12T03:13:15.260Z] # '/tmp/semver-905065389' -> '/w/workspace/edgex-go/11/.semver' [2021-03-12T03:13:15.260Z] # -> Force: false [2021-03-12T03:13:15.260Z] # $SEMVER_DIR = /w/workspace/edgex-go/11/.semver [Pipeline] } [2021-03-12T03:13:15.275Z] $ docker exec --env ******** --env ******** 170525918c7fb7be88e0fc067440ec624812e14d4c8a585f7c53886353f37aab ssh-agent -k [2021-03-12T03:13:15.530Z] unset SSH_AUTH_SOCK; [2021-03-12T03:13:15.530Z] unset SSH_AGENT_PID; [2021-03-12T03:13:15.530Z] echo Agent pid 49 killed; [2021-03-12T03:13:15.602Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-12T03:13:16.115Z] + git semver [Pipeline] } [2021-03-12T03:13:16.142Z] $ docker stop --time=1 170525918c7fb7be88e0fc067440ec624812e14d4c8a585f7c53886353f37aab [2021-03-12T03:13:17.776Z] $ docker rm -f 170525918c7fb7be88e0fc067440ec624812e14d4c8a585f7c53886353f37aab [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-12T03:13:18.395Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-12T03:13:18.946Z] Stashed 1 file(s) [Pipeline] echo [2021-03-12T03:13:18.949Z] [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-12T03:13:19.844Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-12T03:13:20.148Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-12T03:13:20.451Z] + sudo service docker restart [2021-03-12T03:13:20.451Z] + true [2021-03-12T03:13:20.451Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-12T03:13:21.052Z] ========================================================= [2021-03-12T03:13:21.052Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-12T03:13:21.052Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-12T03:13:21.396Z] + 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-12T03:13:25.615Z] Sending build context to Docker daemon 328.6MB [2021-03-12T03:13:25.615Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-12T03:13:25.615Z] Step 2/6 : FROM ${BASE} [2021-03-12T03:13:25.615Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-12T03:13:25.615Z] 188c0c94c7c5: Pulling fs layer [2021-03-12T03:13:25.615Z] 0ef7d3d256c8: Pulling fs layer [2021-03-12T03:13:25.615Z] de9db76c5a1d: Pulling fs layer [2021-03-12T03:13:25.615Z] bca2f99d35d6: Pulling fs layer [2021-03-12T03:13:25.615Z] 93359f2a8cfa: Pulling fs layer [2021-03-12T03:13:25.615Z] 7c6f9722023f: Pulling fs layer [2021-03-12T03:13:25.615Z] a35cf1a2eb13: Pulling fs layer [2021-03-12T03:13:25.615Z] 93359f2a8cfa: Waiting [2021-03-12T03:13:25.615Z] 7c6f9722023f: Waiting [2021-03-12T03:13:25.615Z] a35cf1a2eb13: Waiting [2021-03-12T03:13:25.615Z] bca2f99d35d6: Waiting [2021-03-12T03:13:25.615Z] de9db76c5a1d: Verifying Checksum [2021-03-12T03:13:25.615Z] de9db76c5a1d: Download complete [2021-03-12T03:13:25.615Z] 0ef7d3d256c8: Verifying Checksum [2021-03-12T03:13:25.615Z] 0ef7d3d256c8: Download complete [2021-03-12T03:13:25.615Z] 93359f2a8cfa: Verifying Checksum [2021-03-12T03:13:25.615Z] 93359f2a8cfa: Download complete [2021-03-12T03:13:25.615Z] 7c6f9722023f: Verifying Checksum [2021-03-12T03:13:25.615Z] 7c6f9722023f: Download complete [2021-03-12T03:13:25.615Z] 188c0c94c7c5: Download complete [2021-03-12T03:13:26.189Z] 188c0c94c7c5: Pull complete [2021-03-12T03:13:26.189Z] 0ef7d3d256c8: Pull complete [2021-03-12T03:13:26.452Z] de9db76c5a1d: Pull complete [2021-03-12T03:13:27.845Z] a35cf1a2eb13: Verifying Checksum [2021-03-12T03:13:27.845Z] a35cf1a2eb13: Download complete [2021-03-12T03:13:28.425Z] bca2f99d35d6: Verifying Checksum [2021-03-12T03:13:28.425Z] bca2f99d35d6: Download complete [2021-03-12T03:13:33.739Z] bca2f99d35d6: Pull complete [2021-03-12T03:13:33.739Z] 93359f2a8cfa: Pull complete [2021-03-12T03:13:33.739Z] 7c6f9722023f: Pull complete [2021-03-12T03:13:34.325Z] Still waiting to schedule task [2021-03-12T03:13:34.326Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-12T03:13:39.082Z] a35cf1a2eb13: Pull complete [2021-03-12T03:13:39.082Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-12T03:13:39.082Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-12T03:13:39.082Z] ---> a62c8e92a672 [2021-03-12T03:13:39.082Z] 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-12T03:13:39.082Z] ---> Running in 996a4ec29124 [2021-03-12T03:13:39.662Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T03:13:40.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T03:13:40.499Z] (1/12) Installing libmagic (5.38-r0) [2021-03-12T03:13:41.073Z] (2/12) Installing file (5.38-r0) [2021-03-12T03:13:41.073Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-12T03:13:41.073Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-12T03:14:03.056Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-12T03:14:03.056Z] (6/12) Installing patch (2.7.6-r6) [2021-03-12T03:14:03.056Z] (7/12) Installing build-base (0.5-r2) [2021-03-12T03:14:03.056Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-12T03:14:03.056Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-12T03:14:03.056Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-12T03:14:03.056Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-12T03:14:03.056Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-12T03:14:03.056Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T03:14:03.056Z] OK: 233 MiB in 51 packages [2021-03-12T03:14:03.631Z] Removing intermediate container 996a4ec29124 [2021-03-12T03:14:03.631Z] ---> c95989990562 [2021-03-12T03:14:03.631Z] Step 4/6 : WORKDIR /edgex-go [2021-03-12T03:14:03.631Z] ---> Running in 038f0fa131fb [2021-03-12T03:14:03.895Z] Removing intermediate container 038f0fa131fb [2021-03-12T03:14:03.895Z] ---> 35e67dd089dc [2021-03-12T03:14:03.895Z] Step 5/6 : COPY go.mod . [2021-03-12T03:14:04.158Z] ---> 332833551f84 [2021-03-12T03:14:04.158Z] Step 6/6 : RUN go mod download [2021-03-12T03:14:04.158Z] ---> Running in fcc93ec6f51c [2021-03-12T03:14:26.170Z] Removing intermediate container fcc93ec6f51c [2021-03-12T03:14:26.170Z] ---> 02724542b76f [2021-03-12T03:14:26.170Z] Successfully built 02724542b76f [2021-03-12T03:14:26.170Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-12T03:14:26.487Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-12T03:14:26.487Z] . [Pipeline] withDockerContainer [2021-03-12T03:14:26.586Z] prd-centos7-docker-4c-2g-29588 does not seem to be running inside a container [2021-03-12T03:14:26.635Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 ******** -e ******** ci-base-image-x86_64 cat [2021-03-12T03:14:27.422Z] $ docker top c1f02510977bf5216caae5b6f2f0896b9349bd7009a9aee604e781e674ef1f85 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-12T03:14:27.929Z] + go version [2021-03-12T03:14:27.929Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-12T03:14:27.944Z] $ docker stop --time=1 c1f02510977bf5216caae5b6f2f0896b9349bd7009a9aee604e781e674ef1f85 [2021-03-12T03:14:29.315Z] $ docker rm -f c1f02510977bf5216caae5b6f2f0896b9349bd7009a9aee604e781e674ef1f85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-12T03:14:30.163Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-12T03:14:30.163Z] . [Pipeline] withDockerContainer [2021-03-12T03:14:30.262Z] prd-centos7-docker-4c-2g-29588 does not seem to be running inside a container [2021-03-12T03:14:30.310Z] $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 ******** -e ******** ci-base-image-x86_64 cat [2021-03-12T03:14:31.115Z] $ docker top 2ea784aaaa95ad4979824e75e1cb0f503197e539377552b5b5f68c559610af8c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-12T03:14:31.341Z] ========================================================= [2021-03-12T03:14:31.341Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-12T03:14:31.341Z] ========================================================= [Pipeline] sh [2021-03-12T03:14:31.640Z] + make test [2021-03-12T03:14:31.640Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-12T03:14:41.692Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-12T03:14:59.954Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-12T03:15:00.915Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-12T03:15:02.905Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-12T03:15:02.905Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-12T03:15:04.332Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-12T03:15:04.332Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-12T03:15:04.332Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-12T03:15:04.608Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-12T03:15:05.588Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-12T03:15:05.861Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-12T03:15:08.467Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-12T03:15:08.467Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-12T03:15:08.467Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-12T03:15:10.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.116s coverage: 45.9% of statements [2021-03-12T03:15:10.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-12T03:15:10.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-12T03:15:10.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-12T03:15:10.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-12T03:15:10.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-12T03:15:10.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-12T03:15:10.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-12T03:15:10.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.073s coverage: 100.0% of statements [2021-03-12T03:15:14.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.159s coverage: 27.1% of statements [2021-03-12T03:15:14.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-12T03:15:14.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-12T03:15:14.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-12T03:15:14.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-12T03:15:14.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-12T03:15:14.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-12T03:15:14.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2021-03-12T03:15:14.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-12T03:15:14.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements [2021-03-12T03:15:14.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-12T03:15:14.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-12T03:15:14.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 71.3% of statements [2021-03-12T03:15:14.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-12T03:15:14.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-12T03:15:14.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.157s coverage: 82.9% of statements [2021-03-12T03:15:14.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-12T03:15:14.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T03:15:14.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.070s coverage: 78.9% of statements [2021-03-12T03:15:14.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-12T03:15:17.316Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.333s coverage: 28.6% of statements [2021-03-12T03:15:17.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-12T03:15:17.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-12T03:15:17.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-12T03:15:17.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-12T03:15:17.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-12T03:15:17.317Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.061s coverage: 100.0% of statements [2021-03-12T03:15:17.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-12T03:15:17.317Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements [2021-03-12T03:15:17.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-12T03:15:17.317Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.098s coverage: 86.7% of statements [2021-03-12T03:15:17.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-12T03:15:17.317Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.119s coverage: 97.5% of statements [2021-03-12T03:15:17.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-12T03:15:17.317Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.078s coverage: 78.3% of statements [2021-03-12T03:15:17.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-12T03:15:17.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-12T03:15:17.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-12T03:15:17.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-12T03:15:19.900Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.407s coverage: 92.8% of statements [2021-03-12T03:15:19.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-12T03:15:19.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T03:15:19.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-12T03:15:19.900Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-12T03:15:19.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-12T03:15:19.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-12T03:15:19.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-12T03:15:19.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-12T03:15:19.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-12T03:15:19.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-12T03:15:19.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-12T03:15:19.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-12T03:15:19.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-12T03:15:19.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-12T03:15:19.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-12T03:15:19.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-12T03:15:19.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-12T03:15:19.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-12T03:15:19.900Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-12T03:15:19.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-12T03:15:19.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-12T03:15:19.900Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.1% of statements [2021-03-12T03:15:19.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-12T03:15:19.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-12T03:15:19.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-12T03:15:19.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.035s coverage: 47.1% of statements [2021-03-12T03:15:19.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.055s coverage: 79.5% of statements [2021-03-12T03:15:19.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.039s coverage: 94.1% of statements [2021-03-12T03:15:19.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.054s coverage: 96.3% of statements [2021-03-12T03:15:20.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.040s coverage: 87.5% of statements [2021-03-12T03:15:26.293Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29589 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws [2021-03-12T03:15:26.366Z] Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout [2021-03-12T03:15:31.351Z] using credential edgex-jenkins-ssh [2021-03-12T03:15:31.412Z] Cloning the remote Git repository [2021-03-12T03:15:31.472Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-12T03:15:31.593Z] > git init /w/workspace/edgex-go/11 # timeout=10 [2021-03-12T03:15:32.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.042s coverage: 94.4% of statements [2021-03-12T03:15:32.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.027s coverage: 44.8% of statements [2021-03-12T03:15:32.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.070s coverage: 81.4% of statements [2021-03-12T03:15:31.661Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-12T03:15:31.662Z] > git --version # timeout=10 [2021-03-12T03:15:31.684Z] > git --version # 'git version 2.17.1' [2021-03-12T03:15:31.685Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-12T03:15:31.738Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-12T03:15:44.921Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.062s coverage: 92.9% of statements [2021-03-12T03:15:44.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-12T03:15:44.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-12T03:15:44.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-12T03:15:44.921Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-12T03:15:44.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-12T03:15:44.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-12T03:15:44.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-12T03:15:44.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-12T03:15:44.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-12T03:15:44.921Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements [2021-03-12T03:15:44.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-12T03:15:44.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.067s coverage: 91.6% of statements [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 62.4% of statements [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.321s coverage: 69.0% of statements [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.108s coverage: 38.4% of statements [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.043s coverage: 89.5% of statements [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.046s coverage: 84.8% of statements [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.123s coverage: 47.0% of statements [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.132s coverage: 87.1% of statements [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.727s coverage: 29.1% of statements [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.059s coverage: 99.0% of statements [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.087s coverage: 96.5% of statements [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-12T03:15:44.922Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.027s coverage: 100.0% of statements [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-03-12T03:15:44.922Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-12T03:15:44.922Z] GO111MODULE=on go vet ./... [2021-03-12T03:15:50.279Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-12T03:15:50.297Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-12T03:15:50.360Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-12T03:15:50.390Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-12T03:15:50.391Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-12T03:15:50.403Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-12T03:15:51.252Z] Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit 9c7532e74af45d6676cfaa116e9ff17bb6363fa2 [2021-03-12T03:15:51.775Z] Merge succeeded, producing 9c7532e74af45d6676cfaa116e9ff17bb6363fa2 [2021-03-12T03:15:51.775Z] Checking out Revision 9c7532e74af45d6676cfaa116e9ff17bb6363fa2 (PR-3250) [2021-03-12T03:15:51.272Z] > git config core.sparsecheckout # timeout=10 [2021-03-12T03:15:51.288Z] > git checkout -f 9c7532e74af45d6676cfaa116e9ff17bb6363fa2 # timeout=10 [2021-03-12T03:15:51.604Z] > git remote # timeout=10 [2021-03-12T03:15:51.655Z] > git config --get remote.origin.url # timeout=10 [2021-03-12T03:15:51.696Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-12T03:15:51.707Z] > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 [2021-03-12T03:15:51.746Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-12T03:15:51.783Z] > git config core.sparsecheckout # timeout=10 [2021-03-12T03:15:51.817Z] > git checkout -f 9c7532e74af45d6676cfaa116e9ff17bb6363fa2 # timeout=10 [2021-03-12T03:15:56.212Z] Commit message: "refactor: Refactor core command building function" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-12T03:15:58.051Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-12T03:15:58.472Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-12T03:15:58.824Z] + sudo service docker restart [2021-03-12T03:15:58.824Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-12T03:16:00.896Z] provisioning config files... [2021-03-12T03:16:00.934Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config2638008923245094442tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-12T03:16:01.349Z] ---> docker-login.sh [2021-03-12T03:16:01.349Z] nexus3.edgexfoundry.org:10001 [2021-03-12T03:16:02.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T03:16:02.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T03:16:02.602Z] Configure a credential helper to remove this warning. See [2021-03-12T03:16:02.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T03:16:02.602Z] [2021-03-12T03:16:02.602Z] Login Succeeded [2021-03-12T03:16:02.602Z] nexus3.edgexfoundry.org:10002 [2021-03-12T03:16:02.875Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T03:16:03.148Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T03:16:03.149Z] Configure a credential helper to remove this warning. See [2021-03-12T03:16:03.149Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T03:16:03.149Z] [2021-03-12T03:16:03.149Z] Login Succeeded [2021-03-12T03:16:03.149Z] nexus3.edgexfoundry.org:10003 [2021-03-12T03:16:03.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T03:16:03.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T03:16:03.426Z] Configure a credential helper to remove this warning. See [2021-03-12T03:16:03.426Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T03:16:03.426Z] [2021-03-12T03:16:03.426Z] Login Succeeded [2021-03-12T03:16:03.426Z] nexus3.edgexfoundry.org:10004 [2021-03-12T03:16:04.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T03:16:04.024Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T03:16:04.024Z] Configure a credential helper to remove this warning. See [2021-03-12T03:16:04.024Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T03:16:04.024Z] [2021-03-12T03:16:04.024Z] Login Succeeded [2021-03-12T03:16:04.024Z] docker.io [2021-03-12T03:16:04.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T03:16:04.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T03:16:04.891Z] Configure a credential helper to remove this warning. See [2021-03-12T03:16:04.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T03:16:04.891Z] [2021-03-12T03:16:04.891Z] Login Succeeded [2021-03-12T03:16:04.891Z] ---> docker-login.sh ends [Pipeline] } [2021-03-12T03:16:04.909Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-12T03:16:05.386Z] ========================================================= [2021-03-12T03:16:05.386Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-12T03:16:05.386Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-12T03:16:05.768Z] + 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-12T03:16:08.401Z] Sending build context to Docker daemon 166.8MB [2021-03-12T03:16:08.401Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-12T03:16:08.401Z] Step 2/6 : FROM ${BASE} [2021-03-12T03:16:08.401Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-12T03:16:08.401Z] 5f621e34cdf4: Pulling fs layer [2021-03-12T03:16:08.401Z] a4357932f1b6: Pulling fs layer [2021-03-12T03:16:08.401Z] 18c013af1878: Pulling fs layer [2021-03-12T03:16:08.401Z] 00ac8860ef70: Pulling fs layer [2021-03-12T03:16:08.401Z] 63d7cb157983: Pulling fs layer [2021-03-12T03:16:08.401Z] b116817d02f9: Pulling fs layer [2021-03-12T03:16:08.401Z] 745a02a5169b: Pulling fs layer [2021-03-12T03:16:08.401Z] 00ac8860ef70: Waiting [2021-03-12T03:16:08.401Z] 63d7cb157983: Waiting [2021-03-12T03:16:08.401Z] b116817d02f9: Waiting [2021-03-12T03:16:08.401Z] 745a02a5169b: Waiting [2021-03-12T03:16:08.401Z] 18c013af1878: Verifying Checksum [2021-03-12T03:16:08.401Z] 18c013af1878: Download complete [2021-03-12T03:16:08.401Z] a4357932f1b6: Download complete [2021-03-12T03:16:08.401Z] 63d7cb157983: Verifying Checksum [2021-03-12T03:16:08.401Z] 63d7cb157983: Download complete [2021-03-12T03:16:08.676Z] b116817d02f9: Verifying Checksum [2021-03-12T03:16:08.676Z] b116817d02f9: Download complete [2021-03-12T03:16:08.676Z] 5f621e34cdf4: Verifying Checksum [2021-03-12T03:16:08.676Z] 5f621e34cdf4: Download complete [2021-03-12T03:16:09.292Z] 5f621e34cdf4: Pull complete [2021-03-12T03:16:09.898Z] a4357932f1b6: Pull complete [2021-03-12T03:16:10.504Z] 18c013af1878: Pull complete [2021-03-12T03:16:10.778Z] 745a02a5169b: Verifying Checksum [2021-03-12T03:16:10.778Z] 745a02a5169b: Download complete [2021-03-12T03:16:11.660Z] gofmt -l . [2021-03-12T03:16:11.660Z] [ "`gofmt -l .`" = "" ] [2021-03-12T03:16:11.660Z] ./bin/test-go-mod-tidy.sh [2021-03-12T03:16:11.660Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-12T03:16:12.234Z] + ls -al . [2021-03-12T03:16:12.235Z] total 740 [2021-03-12T03:16:12.235Z] drwxrwxr-x 10 1001 1001 4096 Mar 12 03:16 . [2021-03-12T03:16:12.235Z] drwxr-xr-x 4 root root 30 Mar 12 03:14 .. [2021-03-12T03:16:12.235Z] -rw-rw-r-- 1 1001 1001 11 Mar 12 03:12 .dockerignore [2021-03-12T03:16:12.235Z] drwxrwxr-x 8 1001 1001 179 Mar 12 03:12 .git [2021-03-12T03:16:12.235Z] drwxrwxr-x 3 1001 1001 125 Mar 12 03:12 .github [2021-03-12T03:16:12.235Z] -rw-rw-r-- 1 1001 1001 818 Mar 12 03:12 .gitignore [2021-03-12T03:16:12.235Z] drwx------ 3 1001 1001 60 Mar 12 03:13 .semver [2021-03-12T03:16:12.235Z] -rw-rw-r-- 1 1001 1001 166 Mar 12 03:12 .sonarcloud.properties [2021-03-12T03:16:12.235Z] -rw-rw-r-- 1 1001 1001 8607 Mar 12 03:12 Attribution.txt [2021-03-12T03:16:12.235Z] -rw-rw-r-- 1 1001 1001 3804 Mar 12 03:12 CONTRIBUTING.md [2021-03-12T03:16:12.235Z] -rw-rw-r-- 1 1001 1001 931 Mar 12 03:12 Dockerfile.build [2021-03-12T03:16:12.235Z] -rw-rw-r-- 1 1001 1001 863 Mar 12 03:12 Jenkinsfile [2021-03-12T03:16:12.235Z] -rw-rw-r-- 1 1001 1001 10775 Mar 12 03:12 LICENSE [2021-03-12T03:16:12.235Z] -rw-rw-r-- 1 1001 1001 5774 Mar 12 03:12 Makefile [2021-03-12T03:16:12.235Z] -rw-rw-r-- 1 1001 1001 6548 Mar 12 03:12 README.md [2021-03-12T03:16:12.235Z] -rw-rw-r-- 1 1001 1001 6755 Mar 12 03:12 SECURITY.md [2021-03-12T03:16:12.235Z] -rw-rw-r-- 1 1001 1001 5 Mar 12 03:13 VERSION [2021-03-12T03:16:12.235Z] -rw-rw-r-- 1 1001 1001 4131 Mar 12 03:12 ZMQWindows.md [2021-03-12T03:16:12.235Z] drwxrwxr-x 2 1001 1001 117 Mar 12 03:12 bin [2021-03-12T03:16:12.235Z] drwxrwxr-x 14 1001 1001 4096 Mar 12 03:12 cmd [2021-03-12T03:16:12.235Z] -rw-r--r-- 1 root root 628834 Mar 12 03:15 coverage.out [2021-03-12T03:16:12.235Z] -rw-r--r-- 1 root root 1055 Mar 12 03:16 go.mod [2021-03-12T03:16:12.235Z] -rw-r--r-- 1 root root 21981 Mar 12 03:16 go.sum [2021-03-12T03:16:12.235Z] drwxrwxr-x 8 1001 1001 127 Mar 12 03:12 internal [2021-03-12T03:16:12.235Z] drwxrwxr-x 4 1001 1001 26 Mar 12 03:12 openapi [2021-03-12T03:16:12.235Z] drwxrwxr-x 4 1001 1001 71 Mar 12 03:12 snap [2021-03-12T03:16:12.235Z] -rw-rw-r-- 1 1001 1001 168 Mar 12 03:12 version.go [Pipeline] sh [2021-03-12T03:16:12.544Z] + '[' -e coverage.out ] [2021-03-12T03:16:12.544Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-12T03:16:12.747Z] Stashed 1 file(s) [Pipeline] sh [2021-03-12T03:16:12.767Z] 00ac8860ef70: Verifying Checksum [2021-03-12T03:16:12.767Z] 00ac8860ef70: Download complete [2021-03-12T03:16:13.042Z] + make build [2021-03-12T03:16:13.042Z] 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-12T03:16:18.356Z] 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-12T03:16:22.935Z] 00ac8860ef70: Pull complete [2021-03-12T03:16:23.209Z] 63d7cb157983: Pull complete [2021-03-12T03:16:23.483Z] b116817d02f9: Pull complete [2021-03-12T03:16:25.014Z] 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-12T03:16:26.409Z] 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-12T03:16:26.890Z] 745a02a5169b: Pull complete [2021-03-12T03:16:26.890Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-12T03:16:26.890Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-12T03:16:26.891Z] ---> b7e6874047d6 [2021-03-12T03:16:26.891Z] 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-12T03:16:27.804Z] 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-12T03:16:28.383Z] 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-12T03:16:29.790Z] 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-12T03:16:30.305Z] ---> Running in 6f7ebf207774 [2021-03-12T03:16:31.728Z] 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-12T03:16:31.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T03:16:32.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T03:16:32.676Z] 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-12T03:16:33.321Z] (1/12) Installing libmagic (5.38-r0) [2021-03-12T03:16:33.593Z] (2/12) Installing file (5.38-r0) [2021-03-12T03:16:33.628Z] 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-12T03:16:33.863Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-12T03:16:33.863Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-12T03:16:34.575Z] 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-12T03:16:35.980Z] 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-12T03:16:37.923Z] $ docker stop --time=1 2ea784aaaa95ad4979824e75e1cb0f503197e539377552b5b5f68c559610af8c [2021-03-12T03:16:40.250Z] $ docker rm -f 2ea784aaaa95ad4979824e75e1cb0f503197e539377552b5b5f68c559610af8c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-12T03:16:44.290Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-12T03:16:44.290Z] [2021-03-12T03:16:44.290Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-12T03:16:44.661Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-12T03:16:44.661Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-12T03:16:44.661Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-12T03:16:44.661Z] ca9280d653b3: Pulling fs layer [2021-03-12T03:16:44.661Z] 7e9c9ca2126c: Pulling fs layer [2021-03-12T03:16:44.924Z] cbdbe7a5bc2a: Download complete [2021-03-12T03:16:45.187Z] cbdbe7a5bc2a: Pull complete [2021-03-12T03:16:45.451Z] ca9280d653b3: Verifying Checksum [2021-03-12T03:16:45.451Z] ca9280d653b3: Download complete [2021-03-12T03:16:46.416Z] ca9280d653b3: Pull complete [2021-03-12T03:16:46.416Z] 7e9c9ca2126c: Download complete [2021-03-12T03:16:51.744Z] 7e9c9ca2126c: Pull complete [2021-03-12T03:16:51.744Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-12T03:16:51.744Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-12T03:16:51.744Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-12T03:16:51.856Z] prd-centos7-docker-4c-2g-29588 does not seem to be running inside a container [2021-03-12T03:16:51.902Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-12T03:16:52.149Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-12T03:16:52.149Z] (6/12) Installing patch (2.7.6-r6) [2021-03-12T03:16:52.149Z] (7/12) Installing build-base (0.5-r2) [2021-03-12T03:16:52.149Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-12T03:16:52.149Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-12T03:16:52.149Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-12T03:16:52.149Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-12T03:16:52.150Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-12T03:16:52.150Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T03:16:52.150Z] OK: 217 MiB in 51 packages [2021-03-12T03:16:54.715Z] $ docker top 9893d8c0200471cc2df2fd334bf27f3ca7b1b1e569ed26fbd504d7c321d192d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-12T03:16:55.233Z] + docker-compose build --help [2021-03-12T03:16:55.233Z] + grep parallel [2021-03-12T03:16:55.539Z] Removing intermediate container 6f7ebf207774 [2021-03-12T03:16:55.539Z] ---> e502cf884242 [2021-03-12T03:16:55.539Z] Step 4/6 : WORKDIR /edgex-go [2021-03-12T03:16:55.539Z] ---> Running in 0ac9c2f47a21 [2021-03-12T03:16:55.812Z] Removing intermediate container 0ac9c2f47a21 [2021-03-12T03:16:55.812Z] ---> feb7c8580551 [2021-03-12T03:16:55.812Z] Step 5/6 : COPY go.mod . [2021-03-12T03:16:56.179Z] --parallel Build images in parallel. [Pipeline] } [2021-03-12T03:16:56.194Z] $ docker stop --time=1 9893d8c0200471cc2df2fd334bf27f3ca7b1b1e569ed26fbd504d7c321d192d6 [2021-03-12T03:16:56.424Z] ---> 0bb702db64fc [2021-03-12T03:16:56.424Z] Step 6/6 : RUN go mod download [2021-03-12T03:16:56.424Z] ---> Running in 3818d6099271 [2021-03-12T03:16:57.529Z] $ docker rm -f 9893d8c0200471cc2df2fd334bf27f3ca7b1b1e569ed26fbd504d7c321d192d6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-12T03:16:58.145Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-12T03:16:58.145Z] . [Pipeline] withDockerContainer [2021-03-12T03:16:58.247Z] prd-centos7-docker-4c-2g-29588 does not seem to be running inside a container [2021-03-12T03:16:58.294Z] $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-12T03:16:58.874Z] $ docker top 43907928b52d6dc21035e1777d841e9ba01c9a89161f21042d0db4cdd4c17359 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-12T03:16:59.353Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-12T03:17:00.303Z] Building docker-core-command-go ... [2021-03-12T03:17:00.303Z] Building docker-core-data-go ... [2021-03-12T03:17:00.303Z] Building docker-core-metadata-go ... [2021-03-12T03:17:00.303Z] Building docker-security-bootstrapper-go ... [2021-03-12T03:17:00.303Z] Building docker-security-proxy-setup-go ... [2021-03-12T03:17:00.303Z] Building docker-security-secretstore-setup-go ... [2021-03-12T03:17:00.303Z] Building docker-support-notifications-go ... [2021-03-12T03:17:00.303Z] Building docker-support-scheduler-go ... [2021-03-12T03:17:00.303Z] Building docker-sys-mgmt-agent-go ... [2021-03-12T03:17:00.303Z] Building docker-sys-mgmt-agent-go [2021-03-12T03:17:00.303Z] Building docker-security-proxy-setup-go [2021-03-12T03:17:00.303Z] Building docker-security-secretstore-setup-go [2021-03-12T03:17:00.303Z] Building docker-support-scheduler-go [2021-03-12T03:17:00.303Z] Building docker-core-command-go [2021-03-12T03:17:23.243Z] Removing intermediate container 3818d6099271 [2021-03-12T03:17:23.243Z] ---> 0035aaa1b6fc [2021-03-12T03:17:23.516Z] Successfully built 0035aaa1b6fc [2021-03-12T03:17:23.787Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-12T03:17:24.131Z] + docker inspect -f . ci-base-image-arm64 [2021-03-12T03:17:24.131Z] . [Pipeline] withDockerContainer [2021-03-12T03:17:24.367Z] prd-ubuntu18.04-docker-arm64-4c-16g-29589 does not seem to be running inside a container [2021-03-12T03:17:24.448Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-12T03:17:25.875Z] $ docker top e9bb9ec9abad23246021f797e166f3682826b3b966d2b61deba42e4e2fa66c59 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-12T03:17:26.891Z] + go version [2021-03-12T03:17:26.891Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-12T03:17:26.915Z] $ docker stop --time=1 e9bb9ec9abad23246021f797e166f3682826b3b966d2b61deba42e4e2fa66c59 [2021-03-12T03:17:28.823Z] $ docker rm -f e9bb9ec9abad23246021f797e166f3682826b3b966d2b61deba42e4e2fa66c59 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-12T03:17:29.855Z] + docker inspect -f . ci-base-image-arm64 [2021-03-12T03:17:29.855Z] . [Pipeline] withDockerContainer [2021-03-12T03:17:30.079Z] prd-ubuntu18.04-docker-arm64-4c-16g-29589 does not seem to be running inside a container [2021-03-12T03:17:30.154Z] $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-12T03:17:31.447Z] $ docker top 5cc92737bf23ef731d8216bb06dbf6d906512d4d09474ce31686e33757021d14 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-12T03:17:31.835Z] ========================================================= [2021-03-12T03:17:31.836Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-12T03:17:31.836Z] ========================================================= [Pipeline] sh [2021-03-12T03:17:32.478Z] + make test [2021-03-12T03:17:32.478Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-12T03:17:32.773Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T03:17:32.773Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-12T03:17:32.773Z] ---> 02724542b76f [2021-03-12T03:17:32.773Z] Step 3/23 : WORKDIR /edgex-go [2021-03-12T03:17:32.773Z] [2021-03-12T03:17:32.773Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-12T03:17:32.773Z] ---> 02724542b76f [2021-03-12T03:17:32.773Z] Step 3/24 : WORKDIR /edgex-go [2021-03-12T03:17:32.773Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T03:17:32.773Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-12T03:17:32.773Z] ---> 02724542b76f [2021-03-12T03:17:32.773Z] Step 3/26 : WORKDIR /edgex-go [2021-03-12T03:17:32.773Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T03:17:32.773Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-12T03:17:32.773Z] ---> 02724542b76f [2021-03-12T03:17:32.773Z] Step 3/22 : WORKDIR /edgex-go [2021-03-12T03:17:32.773Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T03:17:32.773Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-12T03:17:32.773Z] ---> 02724542b76f [2021-03-12T03:17:32.773Z] Step 3/21 : WORKDIR /edgex-go [2021-03-12T03:17:33.053Z] ---> Running in e93edbd53efa [2021-03-12T03:17:33.053Z] ---> Running in e420b018becb [2021-03-12T03:17:33.053Z] ---> Running in b82602c26d07 [2021-03-12T03:17:33.053Z] ---> Running in 6ac3e605494c [2021-03-12T03:17:33.053Z] ---> Running in 1a3b57e0c8c4 [2021-03-12T03:17:33.320Z] Removing intermediate container 1a3b57e0c8c4 [2021-03-12T03:17:33.320Z] ---> a0553ae369a6 [2021-03-12T03:17:33.320Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T03:17:33.320Z] Removing intermediate container e93edbd53efa [2021-03-12T03:17:33.320Z] ---> 9abaac769bfe [2021-03-12T03:17:33.320Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T03:17:33.320Z] Removing intermediate container 6ac3e605494c [2021-03-12T03:17:33.320Z] ---> 6cf3bce2b5f9 [2021-03-12T03:17:33.320Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T03:17:33.599Z] Removing intermediate container e420b018becb [2021-03-12T03:17:33.599Z] ---> 7fc7d204f71a [2021-03-12T03:17:33.599Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T03:17:33.599Z] Removing intermediate container b82602c26d07 [2021-03-12T03:17:33.599Z] ---> 2b3d7537c504 [2021-03-12T03:17:33.599Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T03:17:33.599Z] ---> Running in 2664082551d7 [2021-03-12T03:17:33.599Z] ---> Running in 4c6cc6897de7 [2021-03-12T03:17:33.599Z] ---> Running in 764a2f026333 [2021-03-12T03:17:33.599Z] ---> Running in 03b514207683 [2021-03-12T03:17:33.599Z] ---> Running in 8aa9d61ccf7c [2021-03-12T03:17:35.542Z] Removing intermediate container 2664082551d7 [2021-03-12T03:17:35.542Z] ---> 956e0519e354 [2021-03-12T03:17:35.542Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-12T03:17:35.542Z] ---> Running in 8e55c8eede9e [2021-03-12T03:17:35.809Z] Removing intermediate container 4c6cc6897de7 [2021-03-12T03:17:35.809Z] ---> aa4d597693b2 [2021-03-12T03:17:35.809Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-12T03:17:36.071Z] ---> Running in 1ea7e7c6431b [2021-03-12T03:17:36.071Z] Removing intermediate container 764a2f026333 [2021-03-12T03:17:36.071Z] ---> 28a899338398 [2021-03-12T03:17:36.071Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-12T03:17:36.334Z] Removing intermediate container 03b514207683 [2021-03-12T03:17:36.334Z] ---> 9a6e986773e2 [2021-03-12T03:17:36.335Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-12T03:17:36.335Z] Removing intermediate container 8aa9d61ccf7c [2021-03-12T03:17:36.335Z] ---> 539ddbbd2ee0 [2021-03-12T03:17:36.335Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-12T03:17:36.335Z] ---> Running in e52081f2f165 [2021-03-12T03:17:36.335Z] ---> Running in 30f3d8c8860e [2021-03-12T03:17:36.605Z] ---> Running in f1c27f565bf9 [2021-03-12T03:17:36.605Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T03:17:36.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T03:17:37.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T03:17:37.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T03:17:37.407Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T03:17:37.407Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T03:17:37.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T03:17:37.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T03:17:38.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T03:17:38.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T03:17:38.193Z] OK: 233 MiB in 51 packages [2021-03-12T03:17:38.773Z] OK: 233 MiB in 51 packages [2021-03-12T03:17:38.773Z] Removing intermediate container 8e55c8eede9e [2021-03-12T03:17:38.773Z] ---> e4b5349c55b5 [2021-03-12T03:17:38.773Z] Step 6/24 : COPY go.mod . [2021-03-12T03:17:38.773Z] OK: 233 MiB in 51 packages [2021-03-12T03:17:39.059Z] OK: 233 MiB in 51 packages [2021-03-12T03:17:39.059Z] ---> 104effd7497d [2021-03-12T03:17:39.060Z] Step 7/24 : RUN go mod download [2021-03-12T03:17:39.060Z] OK: 233 MiB in 51 packages [2021-03-12T03:17:39.060Z] ---> Running in d053a2e0385b [2021-03-12T03:17:39.060Z] Removing intermediate container 1ea7e7c6431b [2021-03-12T03:17:39.060Z] ---> 5078d8c4fd9d [2021-03-12T03:17:39.060Z] Step 6/26 : COPY go.mod . [2021-03-12T03:17:39.323Z] Removing intermediate container e52081f2f165 [2021-03-12T03:17:39.323Z] ---> 203711a66796 [2021-03-12T03:17:39.323Z] Step 6/22 : COPY go.mod . [2021-03-12T03:17:39.585Z] ---> b026de858e83 [2021-03-12T03:17:39.585Z] Step 7/26 : RUN go mod download [2021-03-12T03:17:39.846Z] ---> Running in 02fa5e82c9dc [2021-03-12T03:17:39.846Z] ---> a329ae401d96 [2021-03-12T03:17:39.846Z] Step 7/22 : RUN go mod download [2021-03-12T03:17:40.114Z] Removing intermediate container 30f3d8c8860e [2021-03-12T03:17:40.114Z] ---> 92cff7f92c96 [2021-03-12T03:17:40.114Z] Step 6/21 : COPY go.mod . [2021-03-12T03:17:40.114Z] ---> Running in 17e036e0c7f5 [2021-03-12T03:17:40.114Z] Removing intermediate container f1c27f565bf9 [2021-03-12T03:17:40.114Z] ---> 993b7f76cb94 [2021-03-12T03:17:40.114Z] Step 6/23 : COPY go.mod . [2021-03-12T03:17:40.378Z] ---> f197c9ce3c7d [2021-03-12T03:17:40.378Z] Step 7/21 : RUN go mod download [2021-03-12T03:17:40.646Z] ---> 488808bd94c7 [2021-03-12T03:17:40.646Z] Step 7/23 : RUN go mod download [2021-03-12T03:17:40.646Z] ---> Running in 64edf72c1659 [2021-03-12T03:17:40.646Z] ---> Running in a59e3f6bd3c8 [2021-03-12T03:17:41.620Z] Removing intermediate container d053a2e0385b [2021-03-12T03:17:41.620Z] ---> db9498afa0b6 [2021-03-12T03:17:41.620Z] Step 8/24 : COPY . . [2021-03-12T03:17:41.620Z] Removing intermediate container 02fa5e82c9dc [2021-03-12T03:17:41.620Z] ---> 7e3a07b8a2b9 [2021-03-12T03:17:41.620Z] Step 8/26 : COPY . . [2021-03-12T03:17:43.020Z] Removing intermediate container 17e036e0c7f5 [2021-03-12T03:17:43.020Z] ---> d7fa14b253e6 [2021-03-12T03:17:43.020Z] Step 8/22 : COPY . . [2021-03-12T03:17:48.329Z] Removing intermediate container 64edf72c1659 [2021-03-12T03:17:48.329Z] ---> 487fffd32458 [2021-03-12T03:17:48.329Z] Step 8/21 : COPY . . [2021-03-12T03:17:48.329Z] Removing intermediate container a59e3f6bd3c8 [2021-03-12T03:17:48.329Z] ---> fad5001ea0a7 [2021-03-12T03:17:48.329Z] Step 8/23 : COPY . . [2021-03-12T03:17:54.650Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-12T03:18:27.254Z] ---> 759c1c822abe [2021-03-12T03:18:27.254Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-12T03:18:27.254Z] ---> 8d738c08eb4b [2021-03-12T03:18:27.254Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-12T03:18:27.254Z] ---> 3611e87fbb18 [2021-03-12T03:18:27.254Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-12T03:18:27.254Z] ---> c41f8874a661 [2021-03-12T03:18:27.254Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-12T03:18:27.254Z] ---> Running in 43b27cbcfdac [2021-03-12T03:18:27.254Z] ---> Running in 5b2f78885368 [2021-03-12T03:18:27.254Z] ---> Running in 45dc881d7a66 [2021-03-12T03:18:27.254Z] ---> d3ae06770117 [2021-03-12T03:18:27.254Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-12T03:18:27.254Z] ---> Running in 9648a5b084b5 [2021-03-12T03:18:27.254Z] ---> Running in 4287d9cd0f12 [2021-03-12T03:18:27.254Z] 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-12T03:18:27.254Z] 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-12T03:18:27.254Z] 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-12T03:18:27.255Z] 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-12T03:18:27.255Z] 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-12T03:18:41.634Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-12T03:18:48.369Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-12T03:18:53.998Z] 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-12T03:18:53.998Z] 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-12T03:18:56.675Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-12T03:18:56.675Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-12T03:18:59.310Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-12T03:18:59.310Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-12T03:18:59.310Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-12T03:18:59.310Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-12T03:19:00.686Z] Removing intermediate container 5b2f78885368 [2021-03-12T03:19:00.686Z] ---> c95421ed8735 [2021-03-12T03:19:00.686Z] [2021-03-12T03:19:00.686Z] Step 10/24 : FROM alpine:3.12 [2021-03-12T03:19:00.686Z] Removing intermediate container 45dc881d7a66 [2021-03-12T03:19:00.686Z] ---> 7578df09482f [2021-03-12T03:19:00.686Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-12T03:19:00.686Z] 3.12: Pulling from library/alpine [2021-03-12T03:19:01.638Z] ---> Running in f1c764cf9faf [2021-03-12T03:19:01.959Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-12T03:19:02.213Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-12T03:19:02.566Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-12T03:19:05.535Z] Status: Downloaded newer image for alpine:3.12 [2021-03-12T03:19:05.535Z] ---> 88dd2752d2ea [2021-03-12T03:19:05.535Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-12T03:19:05.535Z] Removing intermediate container 4287d9cd0f12 [2021-03-12T03:19:05.535Z] ---> dd81adb38b93 [2021-03-12T03:19:05.535Z] [2021-03-12T03:19:05.535Z] Step 10/21 : FROM alpine:3.12 [2021-03-12T03:19:05.535Z] ---> 88dd2752d2ea [2021-03-12T03:19:05.535Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-12T03:19:05.535Z] ---> Running in 6b7ab3f52074 [2021-03-12T03:19:05.535Z] Removing intermediate container 43b27cbcfdac [2021-03-12T03:19:05.535Z] ---> 8bd50849ff36 [2021-03-12T03:19:05.535Z] [2021-03-12T03:19:05.535Z] Step 10/22 : FROM alpine:3.12 [2021-03-12T03:19:05.535Z] ---> 88dd2752d2ea [2021-03-12T03:19:05.535Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-12T03:19:05.535Z] Removing intermediate container 9648a5b084b5 [2021-03-12T03:19:05.535Z] ---> f0dc171d52e9 [2021-03-12T03:19:05.535Z] [2021-03-12T03:19:05.535Z] Step 10/23 : FROM alpine:3.12 [2021-03-12T03:19:05.535Z] ---> 88dd2752d2ea [2021-03-12T03:19:05.535Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-12T03:19:05.804Z] ---> Running in 33e80fc3609f [2021-03-12T03:19:05.804Z] ---> Running in c6bcd15c03b3 [2021-03-12T03:19:05.804Z] ---> Running in be158a0cf974 [2021-03-12T03:19:05.804Z] 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-12T03:19:06.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T03:19:06.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T03:19:06.676Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-12T03:19:06.676Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-12T03:19:06.676Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-12T03:19:06.676Z] (4/5) Installing curl (7.69.1-r3) [2021-03-12T03:19:06.676Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-12T03:19:06.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T03:19:06.676Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T03:19:06.676Z] Executing ca-certificates-20191127-r4.trigger [2021-03-12T03:19:06.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T03:19:06.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T03:19:06.676Z] OK: 7 MiB in 19 packages [2021-03-12T03:19:06.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T03:19:06.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T03:19:06.952Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-12T03:19:06.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T03:19:06.952Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-12T03:19:06.952Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-12T03:19:06.952Z] (4/4) Installing curl (7.69.1-r3) [2021-03-12T03:19:06.952Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T03:19:06.952Z] Executing ca-certificates-20191127-r4.trigger [2021-03-12T03:19:06.952Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-12T03:19:06.952Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T03:19:06.952Z] OK: 6 MiB in 15 packages [2021-03-12T03:19:07.217Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-12T03:19:07.217Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T03:19:07.480Z] OK: 7 MiB in 18 packages [2021-03-12T03:19:07.742Z] OK: 6 MiB in 15 packages [2021-03-12T03:19:08.689Z] Removing intermediate container f1c764cf9faf [2021-03-12T03:19:08.689Z] ---> e5991676086b [2021-03-12T03:19:08.689Z] [2021-03-12T03:19:08.689Z] Step 11/26 : FROM docker:20.10.0 [2021-03-12T03:19:08.689Z] 20.10.0: Pulling from library/docker [2021-03-12T03:19:10.092Z] Removing intermediate container 6b7ab3f52074 [2021-03-12T03:19:10.092Z] ---> f1c60a576461 [2021-03-12T03:19:10.092Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-12T03:19:10.667Z] ---> Running in 675d79de18f5 [2021-03-12T03:19:10.667Z] Removing intermediate container 33e80fc3609f [2021-03-12T03:19:10.667Z] ---> 4f8c2807ffde [2021-03-12T03:19:10.667Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-12T03:19:10.860Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-12T03:19:10.860Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-12T03:19:10.860Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-12T03:19:10.928Z] ---> Running in 8b64b8638afc [2021-03-12T03:19:11.504Z] Removing intermediate container be158a0cf974 [2021-03-12T03:19:11.504Z] ---> 593e6cc0df71 [2021-03-12T03:19:11.504Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T03:19:11.504Z] Removing intermediate container 675d79de18f5 [2021-03-12T03:19:11.504Z] ---> 11b09d587618 [2021-03-12T03:19:11.504Z] Step 13/24 : WORKDIR / [2021-03-12T03:19:11.504Z] Removing intermediate container c6bcd15c03b3 [2021-03-12T03:19:11.504Z] ---> 8ed38a51c313 [2021-03-12T03:19:11.504Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T03:19:11.504Z] Removing intermediate container 8b64b8638afc [2021-03-12T03:19:11.504Z] ---> bf3a8213dba8 [2021-03-12T03:19:11.504Z] Step 13/21 : WORKDIR /edgex [2021-03-12T03:19:11.775Z] ---> Running in 298054f42635 [2021-03-12T03:19:11.775Z] ---> Running in 43ae6ec0a9aa [2021-03-12T03:19:11.775Z] ---> Running in 6289a260a75e [2021-03-12T03:19:11.775Z] ---> Running in 4b311c392696 [2021-03-12T03:19:12.043Z] Removing intermediate container 298054f42635 [2021-03-12T03:19:12.043Z] ---> 2f12dbe0c40b [2021-03-12T03:19:12.043Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-12T03:19:12.043Z] Removing intermediate container 43ae6ec0a9aa [2021-03-12T03:19:12.043Z] ---> 300a7943b294 [2021-03-12T03:19:12.043Z] 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-12T03:19:12.313Z] ---> Running in ec17c0360c77 [2021-03-12T03:19:12.579Z] Removing intermediate container 6289a260a75e [2021-03-12T03:19:12.579Z] ---> 371b81eddb8d [2021-03-12T03:19:12.579Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-12T03:19:12.579Z] Removing intermediate container 4b311c392696 [2021-03-12T03:19:12.579Z] ---> 36069b9373bf [2021-03-12T03:19:12.579Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-12T03:19:12.579Z] ---> Running in a59884c81d6d [2021-03-12T03:19:12.579Z] ---> 8860273e3d51 [2021-03-12T03:19:12.579Z] 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-12T03:19:12.842Z] Removing intermediate container ec17c0360c77 [2021-03-12T03:19:12.842Z] ---> 4d8849289681 [2021-03-12T03:19:12.842Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-12T03:19:12.842Z] ---> Running in 1f348abcaf3c [2021-03-12T03:19:13.119Z] Removing intermediate container a59884c81d6d [2021-03-12T03:19:13.119Z] ---> fb0b29da5246 [2021-03-12T03:19:13.119Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-12T03:19:13.119Z] ---> Running in 9fc8976e133b [2021-03-12T03:19:13.119Z] ---> a1f0e9ca32ed [2021-03-12T03:19:13.119Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-12T03:19:13.119Z] ---> 4202c1f95f51 [2021-03-12T03:19:13.119Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-12T03:19:13.384Z] Removing intermediate container 1f348abcaf3c [2021-03-12T03:19:13.384Z] ---> 41460f11d5d6 [2021-03-12T03:19:13.384Z] Step 15/23 : WORKDIR / [2021-03-12T03:19:13.384Z] ---> Running in 9ade0533d2bd [2021-03-12T03:19:13.652Z] Removing intermediate container 9fc8976e133b [2021-03-12T03:19:13.653Z] ---> 7937252907a3 [2021-03-12T03:19:13.653Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T03:19:13.653Z] ---> 8797cb450a91 [2021-03-12T03:19:13.653Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-12T03:19:13.932Z] ---> a0ad74e51303 [2021-03-12T03:19:13.932Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-12T03:19:13.932Z] Removing intermediate container 9ade0533d2bd [2021-03-12T03:19:13.932Z] ---> d499a0abfb16 [2021-03-12T03:19:13.932Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T03:19:13.932Z] ---> 78368bc91f8f [2021-03-12T03:19:13.932Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-12T03:19:14.514Z] ---> de53bd533d18 [2021-03-12T03:19:14.514Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-12T03:19:14.782Z] ---> 89f53f7508e9 [2021-03-12T03:19:14.782Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-12T03:19:14.782Z] ---> e7841b89e72a [2021-03-12T03:19:14.782Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-12T03:19:15.051Z] ---> 189ecaab5635 [2021-03-12T03:19:15.051Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-12T03:19:15.051Z] ---> Running in 4568a46537b9 [2021-03-12T03:19:16.455Z] ---> 775ae975dc31 [2021-03-12T03:19:16.455Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-12T03:19:16.455Z] ---> c21c7dfa29b4 [2021-03-12T03:19:16.455Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-12T03:19:16.455Z] Removing intermediate container 4568a46537b9 [2021-03-12T03:19:16.455Z] ---> 03db9ef04ec1 [2021-03-12T03:19:16.455Z] Step 18/21 : CMD ["--init=true"] [2021-03-12T03:19:16.455Z] ---> 531b63e3cf7c [2021-03-12T03:19:16.455Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-12T03:19:16.455Z] ---> Running in 329aaef3660a [2021-03-12T03:19:16.718Z] ---> Running in 73561ad65648 [2021-03-12T03:19:16.718Z] ---> 9e645f3275d1 [2021-03-12T03:19:16.718Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-12T03:19:16.980Z] ---> 7abe93ab3e26 [2021-03-12T03:19:16.980Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-12T03:19:16.980Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-12T03:19:16.980Z] Removing intermediate container 73561ad65648 [2021-03-12T03:19:16.980Z] ---> 3028209f257f [2021-03-12T03:19:16.980Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T03:19:16.980Z] Removing intermediate container 329aaef3660a [2021-03-12T03:19:16.980Z] ---> 385f147de696 [2021-03-12T03:19:16.980Z] Step 19/21 : LABEL arch=x86_64 [2021-03-12T03:19:16.980Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-12T03:19:16.980Z] ---> aefe523efa57 [2021-03-12T03:19:16.980Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-12T03:19:17.244Z] ---> Running in cb5295f6c14b [2021-03-12T03:19:17.244Z] ---> Running in 4d8f99a7ef08 [2021-03-12T03:19:17.244Z] ---> Running in 27c3febbc8a6 [2021-03-12T03:19:17.244Z] ---> Running in 12a7f4d2a37d [2021-03-12T03:19:17.244Z] ---> Running in 7589d4b0ca3a [2021-03-12T03:19:17.506Z] Removing intermediate container 4d8f99a7ef08 [2021-03-12T03:19:17.506Z] ---> 20d4db7bd856 [2021-03-12T03:19:17.506Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T03:19:17.587Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.328s coverage: 45.9% of statements [2021-03-12T03:19:17.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-12T03:19:17.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-12T03:19:17.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-12T03:19:17.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-12T03:19:17.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-12T03:19:17.588Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-12T03:19:17.588Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-12T03:19:17.588Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.252s coverage: 100.0% of statements [2021-03-12T03:19:17.772Z] Removing intermediate container 27c3febbc8a6 [2021-03-12T03:19:17.772Z] ---> bbb30648a881 [2021-03-12T03:19:17.772Z] Step 20/21 : LABEL git_sha=9c7532e74af45d6676cfaa116e9ff17bb6363fa2 [2021-03-12T03:19:17.772Z] Removing intermediate container 12a7f4d2a37d [2021-03-12T03:19:17.772Z] ---> 55abdf88dde8 [2021-03-12T03:19:17.772Z] Step 20/22 : LABEL arch=x86_64 [2021-03-12T03:19:17.772Z] ---> Running in 9978cab1dbb0 [2021-03-12T03:19:18.036Z] ---> Running in 675e2aadbcf6 [2021-03-12T03:19:18.036Z] ---> Running in 6bca0a5e8355 [2021-03-12T03:19:18.301Z] Removing intermediate container 675e2aadbcf6 [2021-03-12T03:19:18.301Z] ---> 7bf8dbcf4674 [2021-03-12T03:19:18.301Z] Step 21/21 : LABEL version=0.0.0 [2021-03-12T03:19:18.301Z] Removing intermediate container 6bca0a5e8355 [2021-03-12T03:19:18.301Z] ---> e8d188e189f5 [2021-03-12T03:19:18.301Z] Step 21/22 : LABEL git_sha=9c7532e74af45d6676cfaa116e9ff17bb6363fa2 [2021-03-12T03:19:18.301Z] Removing intermediate container 9978cab1dbb0 [2021-03-12T03:19:18.301Z] ---> 6125f995b244 [2021-03-12T03:19:18.301Z] Step 21/23 : LABEL arch=x86_64 [2021-03-12T03:19:18.301Z] ---> Running in 7ceb193bf0d9 [2021-03-12T03:19:18.301Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T03:19:18.301Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T03:19:18.301Z] ---> Running in 57d70417eb58 [2021-03-12T03:19:18.301Z] ---> Running in 6bd9e8a78c51 [2021-03-12T03:19:18.566Z] (1/2) Installing readline (8.0.4-r0) [2021-03-12T03:19:18.566Z] Removing intermediate container 7ceb193bf0d9 [2021-03-12T03:19:18.566Z] ---> 569fa3ad6221 [2021-03-12T03:19:18.566Z] [2021-03-12T03:19:18.566Z] (2/2) Installing bash (5.0.17-r0) [2021-03-12T03:19:18.566Z] Executing bash-5.0.17-r0.post-install [2021-03-12T03:19:18.566Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T03:19:18.566Z] OK: 12 MiB in 22 packages [2021-03-12T03:19:18.832Z] Successfully built 569fa3ad6221 [2021-03-12T03:19:18.832Z] Removing intermediate container 6bd9e8a78c51 [2021-03-12T03:19:18.832Z] ---> eff0fd24026b [2021-03-12T03:19:18.832Z] Step 22/23 : LABEL git_sha=9c7532e74af45d6676cfaa116e9ff17bb6363fa2 [2021-03-12T03:19:18.832Z] Removing intermediate container 57d70417eb58 [2021-03-12T03:19:18.832Z] ---> 11388d37c112 [2021-03-12T03:19:18.832Z] Step 22/22 : LABEL version=0.0.0 [2021-03-12T03:19:18.832Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-12T03:19:19.099Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-03-12T03:19:19.099Z] ---> Running in 0a91cc598f6f [2021-03-12T03:19:19.099Z] Removing intermediate container cb5295f6c14b [2021-03-12T03:19:19.099Z] ---> 7742ba8a0aa8 [2021-03-12T03:19:19.099Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-12T03:19:19.099Z] ---> Running in a1b71496359d [2021-03-12T03:19:19.363Z] ---> Running in 5bcbc3a56a1d [2021-03-12T03:19:19.627Z] Removing intermediate container 0a91cc598f6f [2021-03-12T03:19:19.627Z] ---> 462e748b8aac [2021-03-12T03:19:19.627Z] [2021-03-12T03:19:19.627Z] Removing intermediate container a1b71496359d [2021-03-12T03:19:19.627Z] ---> d372c6b31e04 [2021-03-12T03:19:19.627Z] Step 23/23 : LABEL version=0.0.0 [2021-03-12T03:19:19.627Z] Removing intermediate container 7589d4b0ca3a [2021-03-12T03:19:19.627Z] ---> 94a579f7fcfe [2021-03-12T03:19:19.627Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-12T03:19:19.889Z] Successfully built 462e748b8aac [2021-03-12T03:19:19.889Z] Removing intermediate container 5bcbc3a56a1d [2021-03-12T03:19:19.889Z] ---> da89d3dba32c [2021-03-12T03:19:19.889Z] Step 22/24 : LABEL arch=x86_64 [2021-03-12T03:19:20.839Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-12T03:19:20.839Z] Building docker-core-data-go [2021-03-12T03:19:21.111Z]  Building docker-support-scheduler-go ... done  ---> Running in f1a426228e47 [2021-03-12T03:19:21.111Z] ---> Running in d878c3c3a187 [2021-03-12T03:19:21.111Z] ---> Running in 11b3af691b7d [2021-03-12T03:19:23.047Z] Removing intermediate container d878c3c3a187 [2021-03-12T03:19:23.047Z] ---> bb340f631a82 [2021-03-12T03:19:23.047Z] [2021-03-12T03:19:23.047Z] Removing intermediate container 11b3af691b7d [2021-03-12T03:19:23.047Z] ---> e6103f6e74c2 [2021-03-12T03:19:23.047Z] Step 23/24 : LABEL git_sha=9c7532e74af45d6676cfaa116e9ff17bb6363fa2 [2021-03-12T03:19:23.047Z] Removing intermediate container f1a426228e47 [2021-03-12T03:19:23.047Z] ---> 8a16e0c906b2 [2021-03-12T03:19:23.047Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-12T03:19:23.311Z] ---> Running in 7f49e337066e [2021-03-12T03:19:23.311Z] ---> Running in 943b4aec1978 [2021-03-12T03:19:23.576Z] Successfully built bb340f631a82 [2021-03-12T03:19:23.840Z] Successfully tagged docker-core-command-go:latest [2021-03-12T03:19:24.102Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-03-12T03:19:24.325Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.541s coverage: 27.1% of statements [2021-03-12T03:19:24.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-12T03:19:24.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-12T03:19:24.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-12T03:19:24.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-12T03:19:24.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-12T03:19:24.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-12T03:19:24.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.087s coverage: 100.0% of statements [2021-03-12T03:19:24.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-12T03:19:24.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.127s coverage: 100.0% of statements [2021-03-12T03:19:24.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-12T03:19:24.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-12T03:19:24.604Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.270s coverage: 71.3% of statements [2021-03-12T03:19:24.604Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-12T03:19:24.604Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-12T03:19:26.600Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.748s coverage: 82.9% of statements [2021-03-12T03:19:26.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-12T03:19:26.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T03:19:26.600Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.149s coverage: 78.9% of statements [2021-03-12T03:19:26.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-12T03:19:28.323Z] Removing intermediate container 7f49e337066e [2021-03-12T03:19:28.323Z] Removing intermediate container 943b4aec1978 [2021-03-12T03:19:28.323Z] ---> 85622d372886 [2021-03-12T03:19:28.323Z] ---> b004a56fd46a [2021-03-12T03:19:28.323Z] Step 24/24 : LABEL version=0.0.0Step 15/26 : EXPOSE $APP_PORT [2021-03-12T03:19:28.323Z] [2021-03-12T03:19:28.323Z] ---> Running in 795539b5e605 [2021-03-12T03:19:28.323Z] ---> Running in 97f17527307e [2021-03-12T03:19:30.910Z] Removing intermediate container 795539b5e605 [2021-03-12T03:19:30.910Z] ---> 5cf30f506919 [2021-03-12T03:19:30.910Z] [2021-03-12T03:19:30.910Z] Removing intermediate container 97f17527307e [2021-03-12T03:19:30.910Z] ---> 9d65d2a913d8 [2021-03-12T03:19:30.910Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-12T03:19:32.319Z] Successfully built 5cf30f506919 [2021-03-12T03:19:33.289Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-12T03:19:33.289Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-03-12T03:19:35.881Z] ---> ee68ba2c281c [2021-03-12T03:19:35.881Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-12T03:19:36.851Z] ---> 86374a83c0c0 [2021-03-12T03:19:36.851Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-12T03:19:38.838Z] ---> 72065c47c04d [2021-03-12T03:19:38.838Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-12T03:19:39.032Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.265s coverage: 28.6% of statements [2021-03-12T03:19:39.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-12T03:19:39.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-12T03:19:39.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-12T03:19:39.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-12T03:19:39.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-12T03:19:39.033Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.151s coverage: 100.0% of statements [2021-03-12T03:19:39.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-12T03:19:39.033Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.085s coverage: 100.0% of statements [2021-03-12T03:19:39.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-12T03:19:39.033Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.298s coverage: 86.7% of statements [2021-03-12T03:19:39.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-12T03:19:39.033Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.325s coverage: 97.5% of statements [2021-03-12T03:19:39.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-12T03:19:39.033Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.187s coverage: 78.3% of statements [2021-03-12T03:19:39.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-12T03:19:39.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-12T03:19:39.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-12T03:19:39.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-12T03:19:44.200Z] ---> Running in 18f45450690a [2021-03-12T03:19:44.471Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.123s coverage: 92.8% of statements [2021-03-12T03:19:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-12T03:19:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T03:19:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-12T03:19:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-12T03:19:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-12T03:19:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-12T03:19:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-12T03:19:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-12T03:19:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-12T03:19:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-12T03:19:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-12T03:19:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-12T03:19:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-12T03:19:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-12T03:19:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-12T03:19:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-12T03:19:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-12T03:19:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-12T03:19:44.471Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-03-12T03:19:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-12T03:19:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-12T03:19:44.471Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.204s coverage: 0.1% of statements [2021-03-12T03:19:44.472Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-12T03:19:44.472Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-12T03:19:44.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-12T03:19:44.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.064s coverage: 47.1% of statements [2021-03-12T03:19:44.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.115s coverage: 79.5% of statements [2021-03-12T03:19:44.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.068s coverage: 94.1% of statements [2021-03-12T03:19:44.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.090s coverage: 96.3% of statements [2021-03-12T03:19:44.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2021-03-12T03:19:45.613Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T03:19:45.613Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-12T03:19:45.613Z] ---> 02724542b76f [2021-03-12T03:19:45.613Z] Step 3/22 : WORKDIR /edgex-go [2021-03-12T03:19:45.613Z] ---> Using cache [2021-03-12T03:19:45.613Z] ---> 2b3d7537c504 [2021-03-12T03:19:45.613Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T03:19:45.613Z] ---> Using cache [2021-03-12T03:19:45.613Z] ---> 539ddbbd2ee0 [2021-03-12T03:19:45.613Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-12T03:19:46.570Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T03:19:46.570Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-12T03:19:46.570Z] ---> 02724542b76f [2021-03-12T03:19:46.570Z] Step 3/23 : WORKDIR /edgex-go [2021-03-12T03:19:46.570Z] ---> Using cache [2021-03-12T03:19:46.570Z] ---> 2b3d7537c504 [2021-03-12T03:19:46.570Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T03:19:46.570Z] ---> Using cache [2021-03-12T03:19:46.570Z] ---> 539ddbbd2ee0 [2021-03-12T03:19:46.570Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-12T03:19:46.840Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T03:19:46.840Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-12T03:19:46.840Z] ---> 02724542b76f [2021-03-12T03:19:46.840Z] Step 3/31 : WORKDIR /edgex-go [2021-03-12T03:19:46.840Z] ---> Using cache [2021-03-12T03:19:46.840Z] ---> 2b3d7537c504 [2021-03-12T03:19:46.840Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T03:19:46.840Z] ---> Using cache [2021-03-12T03:19:46.840Z] ---> 539ddbbd2ee0 [2021-03-12T03:19:46.840Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-12T03:19:46.840Z] ---> Using cache [2021-03-12T03:19:46.840Z] ---> 993b7f76cb94 [2021-03-12T03:19:46.840Z] Step 6/31 : COPY go.mod . [2021-03-12T03:19:46.840Z] ---> Using cache [2021-03-12T03:19:46.840Z] ---> 488808bd94c7 [2021-03-12T03:19:46.840Z] Step 7/31 : RUN go mod download [2021-03-12T03:19:46.840Z] ---> Using cache [2021-03-12T03:19:46.840Z] ---> fad5001ea0a7 [2021-03-12T03:19:46.840Z] Step 8/31 : COPY . . [2021-03-12T03:19:47.109Z] ---> Using cache [2021-03-12T03:19:47.109Z] ---> c41f8874a661 [2021-03-12T03:19:47.109Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-12T03:19:47.703Z] ---> Running in 72e708cb66cd [2021-03-12T03:19:47.977Z] ---> Running in 30cbf54d3573 [2021-03-12T03:19:47.977Z] ---> Running in 982ede83739e [2021-03-12T03:19:47.977Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T03:19:47.977Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T03:19:48.246Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-12T03:19:48.246Z] (2/33) Installing expat (2.2.9-r1) [2021-03-12T03:19:48.246Z] (3/33) Installing libffi (3.3-r2) [2021-03-12T03:19:48.246Z] (4/33) Installing gdbm (1.13-r1) [2021-03-12T03:19:48.246Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-12T03:19:48.246Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-12T03:19:48.246Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-12T03:19:51.345Z] 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-12T03:19:51.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T03:19:51.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T03:19:52.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T03:19:52.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T03:19:52.941Z] OK: 233 MiB in 51 packages [2021-03-12T03:19:53.367Z] OK: 233 MiB in 51 packages [2021-03-12T03:19:53.949Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-12T03:19:53.949Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-12T03:19:53.949Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-12T03:19:53.949Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-12T03:19:53.949Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-12T03:19:53.949Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-12T03:19:54.212Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-12T03:19:54.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.087s coverage: 94.4% of statements [2021-03-12T03:19:54.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements [2021-03-12T03:19:54.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.103s coverage: 81.4% of statements [2021-03-12T03:19:55.160Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T03:19:55.160Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-12T03:19:55.160Z] ---> 02724542b76f [2021-03-12T03:19:55.160Z] Step 3/23 : WORKDIR /edgex-go [2021-03-12T03:19:55.160Z] ---> Using cache [2021-03-12T03:19:55.160Z] ---> 2b3d7537c504 [2021-03-12T03:19:55.160Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T03:19:55.160Z] ---> Using cache [2021-03-12T03:19:55.160Z] ---> 539ddbbd2ee0 [2021-03-12T03:19:55.160Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-12T03:19:55.160Z] ---> Using cache [2021-03-12T03:19:55.160Z] ---> 993b7f76cb94 [2021-03-12T03:19:55.160Z] Step 6/23 : COPY go.mod . [2021-03-12T03:19:55.160Z] ---> Using cache [2021-03-12T03:19:55.160Z] ---> 488808bd94c7 [2021-03-12T03:19:55.160Z] Step 7/23 : RUN go mod download [2021-03-12T03:19:55.160Z] ---> Using cache [2021-03-12T03:19:55.160Z] ---> fad5001ea0a7 [2021-03-12T03:19:55.160Z] Step 8/23 : COPY . . [2021-03-12T03:19:55.160Z] ---> Using cache [2021-03-12T03:19:55.160Z] ---> c41f8874a661 [2021-03-12T03:19:55.160Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-12T03:19:55.160Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-12T03:19:56.137Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-12T03:19:56.137Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-12T03:19:56.406Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-12T03:19:56.686Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-12T03:19:56.686Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-12T03:19:56.686Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-12T03:19:56.686Z] ---> Running in 0decaa60ddc7 [2021-03-12T03:19:56.686Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-12T03:19:56.686Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-12T03:19:56.950Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-12T03:19:56.950Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-12T03:19:56.950Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-12T03:19:57.524Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-12T03:19:57.524Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-12T03:19:57.524Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-12T03:19:57.524Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-12T03:19:57.524Z] Removing intermediate container 982ede83739e [2021-03-12T03:19:57.524Z] ---> 0197f1521a85 [2021-03-12T03:19:57.524Z] Step 6/23 : COPY go.mod . [2021-03-12T03:19:57.524Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-12T03:19:57.524Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-12T03:19:57.524Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-12T03:19:58.490Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T03:19:58.490Z] Removing intermediate container 72e708cb66cd [2021-03-12T03:19:58.490Z] ---> 475a2f8757b0 [2021-03-12T03:19:58.490Z] Step 6/22 : COPY go.mod . [2021-03-12T03:19:58.490Z] OK: 71 MiB in 55 packages [2021-03-12T03:19:58.490Z] ---> e513684b1358 [2021-03-12T03:19:58.490Z] Step 7/23 : RUN go mod download [2021-03-12T03:19:58.758Z] 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-12T03:19:58.758Z] ---> Running in d21b76503015 [2021-03-12T03:19:58.758Z] ---> c8e9870f83f4 [2021-03-12T03:19:58.758Z] Step 7/22 : RUN go mod download [2021-03-12T03:19:59.032Z] ---> Running in 767a5b559f32 [2021-03-12T03:20:04.410Z] Removing intermediate container d21b76503015 [2021-03-12T03:20:04.410Z] ---> 7d0497fd172d [2021-03-12T03:20:04.410Z] Step 8/23 : COPY . . [2021-03-12T03:20:04.683Z] Removing intermediate container 767a5b559f32 [2021-03-12T03:20:04.683Z] ---> ba58fd2bea4d [2021-03-12T03:20:04.683Z] Step 8/22 : COPY . . [2021-03-12T03:20:12.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.129s coverage: 92.9% of statements [2021-03-12T03:20:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-12T03:20:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-12T03:20:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-12T03:20:12.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-03-12T03:20:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-12T03:20:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-12T03:20:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-12T03:20:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-12T03:20:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-12T03:20:12.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-03-12T03:20:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-12T03:20:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-12T03:20:12.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-03-12T03:20:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-12T03:20:12.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-03-12T03:20:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-12T03:20:12.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-03-12T03:20:12.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements [2021-03-12T03:20:12.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.134s coverage: 84.6% of statements [2021-03-12T03:20:12.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.170s coverage: 91.6% of statements [2021-03-12T03:20:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-12T03:20:12.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.474s coverage: 62.4% of statements [2021-03-12T03:20:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-12T03:20:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-12T03:20:12.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-03-12T03:20:12.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.116s coverage: 91.3% of statements [2021-03-12T03:20:12.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements [2021-03-12T03:20:12.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements [2021-03-12T03:20:12.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements [2021-03-12T03:20:12.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.819s coverage: 69.0% of statements [2021-03-12T03:20:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-12T03:20:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-12T03:20:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-12T03:20:14.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.380s coverage: 38.4% of statements [2021-03-12T03:20:14.982Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-12T03:20:14.982Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-12T03:20:14.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.084s coverage: 89.5% of statements [2021-03-12T03:20:14.982Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-12T03:20:14.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.092s coverage: 84.8% of statements [2021-03-12T03:20:20.432Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.472s coverage: 47.0% of statements [2021-03-12T03:20:20.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-12T03:20:20.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-12T03:20:20.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-12T03:20:20.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-12T03:20:20.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-12T03:20:20.432Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.125s coverage: 100.0% of statements [2021-03-12T03:20:20.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-12T03:20:20.432Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.113s coverage: 100.0% of statements [2021-03-12T03:20:20.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-12T03:20:20.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-12T03:20:20.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-12T03:20:20.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-12T03:20:20.432Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.390s coverage: 87.1% of statements [2021-03-12T03:20:20.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-12T03:20:20.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T03:20:20.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-12T03:20:30.646Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.017s coverage: 29.1% of statements [2021-03-12T03:20:30.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-12T03:20:30.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-12T03:20:30.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-12T03:20:30.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-12T03:20:30.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-12T03:20:30.646Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.165s coverage: 99.0% of statements [2021-03-12T03:20:30.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-12T03:20:30.646Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.112s coverage: 100.0% of statements [2021-03-12T03:20:30.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-12T03:20:30.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-12T03:20:30.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-12T03:20:30.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-12T03:20:30.646Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.234s coverage: 96.5% of statements [2021-03-12T03:20:30.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-12T03:20:30.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T03:20:30.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-12T03:20:30.646Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2021-03-12T03:20:30.646Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-12T03:20:30.646Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.069s coverage: 100.0% of statements [2021-03-12T03:20:30.646Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-12T03:20:30.646Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-12T03:20:30.646Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-12T03:20:30.646Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-12T03:20:30.646Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements [2021-03-12T03:20:30.646Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-12T03:20:30.646Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-12T03:20:30.646Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.085s coverage: 100.0% of statements [2021-03-12T03:20:30.646Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-03-12T03:20:30.646Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-03-12T03:20:30.918Z] GO111MODULE=on go vet ./... [2021-03-12T03:20:36.978Z] Removing intermediate container 18f45450690a [2021-03-12T03:20:36.979Z] ---> d6be3c57e2fc [2021-03-12T03:20:36.979Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-12T03:20:36.979Z] ---> Running in e6e4ac9c3a23 [2021-03-12T03:20:36.979Z] Removing intermediate container 30cbf54d3573 [2021-03-12T03:20:36.979Z] ---> db63cfc96d88 [2021-03-12T03:20:36.979Z] [2021-03-12T03:20:36.979Z] Step 10/31 : FROM alpine:3.12 [2021-03-12T03:20:36.979Z] ---> 88dd2752d2ea [2021-03-12T03:20:36.979Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-12T03:20:36.979Z] ---> 536addacac91 [2021-03-12T03:20:36.979Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-12T03:20:36.979Z] ---> Running in 4c4de087d2d6 [2021-03-12T03:20:36.979Z] ---> Running in 05be39a8a077 [2021-03-12T03:20:36.979Z] ---> 65b25f418efb [2021-03-12T03:20:36.979Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-12T03:20:37.254Z] ---> Running in e55a1d1b9adf [2021-03-12T03:20:37.526Z] Removing intermediate container 4c4de087d2d6 [2021-03-12T03:20:37.526Z] ---> 55a52f586b45 [2021-03-12T03:20:37.526Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-12T03:20:37.526Z] ---> Running in f661b16e8bb1 [2021-03-12T03:20:37.806Z] 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-12T03:20:38.089Z] 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-12T03:20:38.683Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T03:20:38.683Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T03:20:38.683Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-12T03:20:38.683Z] (2/2) Installing su-exec (0.2-r1) [2021-03-12T03:20:38.683Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T03:20:38.956Z] OK: 6 MiB in 16 packages [2021-03-12T03:20:41.555Z] Removing intermediate container 0decaa60ddc7 [2021-03-12T03:20:41.831Z] ---> c4cff586ca5a [2021-03-12T03:20:41.831Z] [2021-03-12T03:20:41.831Z] Step 10/23 : FROM alpine:3.12 [2021-03-12T03:20:41.831Z] ---> 88dd2752d2ea [2021-03-12T03:20:41.831Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-12T03:20:41.831Z] ---> Using cache [2021-03-12T03:20:41.831Z] ---> 8ed38a51c313 [2021-03-12T03:20:41.831Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T03:20:41.831Z] ---> Using cache [2021-03-12T03:20:41.831Z] ---> 371b81eddb8d [2021-03-12T03:20:41.831Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-12T03:20:41.831Z] Collecting docker-compose==1.23.2 [2021-03-12T03:20:41.831Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-12T03:20:41.831Z] Removing intermediate container f661b16e8bb1 [2021-03-12T03:20:41.831Z] ---> 00028717b7ac [2021-03-12T03:20:41.831Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-12T03:20:42.114Z] ---> Running in bc6ad6901d91 [2021-03-12T03:20:42.114Z] 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-12T03:20:42.114Z] Collecting cached-property<2,>=1.2.0 [2021-03-12T03:20:42.114Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-12T03:20:42.114Z] ---> Running in 2b390553074c [2021-03-12T03:20:42.403Z] Collecting docopt<0.7,>=0.6.1 [2021-03-12T03:20:42.403Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-12T03:20:42.403Z] Removing intermediate container bc6ad6901d91 [2021-03-12T03:20:42.403Z] ---> 6820caa3483e [2021-03-12T03:20:42.403Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-12T03:20:42.995Z] ---> Running in f97846a19d7a [2021-03-12T03:20:42.995Z] Removing intermediate container 2b390553074c [2021-03-12T03:20:42.995Z] ---> 3141e5f4a97c [2021-03-12T03:20:42.995Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-12T03:20:42.995Z] ---> Running in 59fe1618eaac [2021-03-12T03:20:43.265Z] Removing intermediate container f97846a19d7a [2021-03-12T03:20:43.265Z] ---> c55a331fd063 [2021-03-12T03:20:43.265Z] Step 15/23 : WORKDIR / [2021-03-12T03:20:43.265Z] Removing intermediate container 59fe1618eaac [2021-03-12T03:20:43.265Z] ---> f54601a49cf9 [2021-03-12T03:20:43.265Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-12T03:20:43.265Z] ---> Running in d3d516aa3e8e [2021-03-12T03:20:43.536Z] ---> Running in 34b13b9ff7ab [2021-03-12T03:20:43.805Z] Removing intermediate container d3d516aa3e8e [2021-03-12T03:20:43.805Z] ---> ad7fd6aee5b3 [2021-03-12T03:20:43.805Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T03:20:43.805Z] Collecting PyYAML<4,>=3.10 [2021-03-12T03:20:44.773Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-12T03:20:46.198Z] ---> 74de4707c5b4 [2021-03-12T03:20:46.198Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-12T03:20:46.464Z] Collecting docker<4.0,>=3.6.0 [2021-03-12T03:20:46.464Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-12T03:20:47.420Z] Collecting jsonschema<3,>=2.5.1 [2021-03-12T03:20:47.420Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-12T03:20:48.388Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-12T03:20:48.388Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-12T03:20:48.665Z] ---> 9ef6faf34d33 [2021-03-12T03:20:48.666Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-12T03:20:48.666Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-12T03:20:48.666Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-12T03:20:48.942Z] Removing intermediate container 34b13b9ff7ab [2021-03-12T03:20:48.942Z] ---> 749a9802a107 [2021-03-12T03:20:48.942Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-12T03:20:48.942Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-12T03:20:48.942Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-12T03:20:48.942Z] ---> Running in a1b944d70472 [2021-03-12T03:20:49.213Z] ---> 52521f91fee9 [2021-03-12T03:20:49.213Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-12T03:20:49.487Z] ---> Running in 72e92207d605 [2021-03-12T03:20:49.487Z] Removing intermediate container a1b944d70472 [2021-03-12T03:20:49.487Z] ---> 55045991b765 [2021-03-12T03:20:49.487Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-12T03:20:49.760Z] Removing intermediate container 72e92207d605 [2021-03-12T03:20:49.760Z] ---> 1fe566ac387f [2021-03-12T03:20:49.760Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T03:20:49.760Z] Collecting texttable<0.10,>=0.9.0 [2021-03-12T03:20:49.760Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-12T03:20:50.046Z] ---> Running in 2283424ce1d4 [2021-03-12T03:20:50.046Z] ---> a13932a4fa89 [2021-03-12T03:20:50.046Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-12T03:20:50.046Z] ---> Running in a3c8d4f81001 [2021-03-12T03:20:50.313Z] Removing intermediate container 2283424ce1d4 [2021-03-12T03:20:50.313Z] ---> 6c80fde58d81 [2021-03-12T03:20:50.313Z] Step 21/23 : LABEL arch=x86_64 [2021-03-12T03:20:50.587Z] ---> Running in bfce21330efe [2021-03-12T03:20:50.587Z] Collecting docker-pycreds>=0.4.0 [2021-03-12T03:20:50.587Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-12T03:20:50.587Z] 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-12T03:20:50.587Z] 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-12T03:20:50.856Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-12T03:20:50.856Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-12T03:20:51.127Z] Removing intermediate container bfce21330efe [2021-03-12T03:20:51.127Z] ---> bdf9c35b0e04 [2021-03-12T03:20:51.127Z] Step 22/23 : LABEL git_sha=9c7532e74af45d6676cfaa116e9ff17bb6363fa2 [2021-03-12T03:20:51.127Z] Collecting idna<2.8,>=2.5 [2021-03-12T03:20:51.127Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-12T03:20:51.127Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-12T03:20:51.127Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-12T03:20:51.127Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-12T03:20:51.127Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-12T03:20:51.402Z] Installing collected packages: cached-property, docopt, PyYAML, docker-pycreds, websocket-client, urllib3, idna, requests, docker, jsonschema, dockerpty, texttable, docker-compose [2021-03-12T03:20:51.402Z] ---> Running in 2ae412ee60c8 [2021-03-12T03:20:51.402Z] Running setup.py install for docopt: started [2021-03-12T03:20:51.672Z] Removing intermediate container 2ae412ee60c8 [2021-03-12T03:20:51.672Z] ---> e80eec3a91c8 [2021-03-12T03:20:51.672Z] Step 23/23 : LABEL version=0.0.0 [2021-03-12T03:20:51.948Z] ---> Running in 32cf500cfaba [2021-03-12T03:20:52.230Z] Removing intermediate container 32cf500cfaba [2021-03-12T03:20:52.230Z] ---> 348b69ee0beb [2021-03-12T03:20:52.230Z] [2021-03-12T03:20:52.230Z] Running setup.py install for docopt: finished with status 'done' [2021-03-12T03:20:52.230Z] Running setup.py install for PyYAML: started [2021-03-12T03:20:52.509Z] Removing intermediate container a3c8d4f81001 [2021-03-12T03:20:52.509Z] ---> 0e46441d56d0 [2021-03-12T03:20:52.509Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T03:20:52.509Z] Successfully built 348b69ee0beb [2021-03-12T03:20:52.509Z] Successfully tagged docker-core-metadata-go:latest [2021-03-12T03:20:53.097Z]  Building docker-core-metadata-go ... done  ---> ec080073b381 [2021-03-12T03:20:53.097Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-12T03:20:53.097Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-12T03:20:53.381Z] Attempting uninstall: urllib3 [2021-03-12T03:20:53.381Z] Found existing installation: urllib3 1.25.9 [2021-03-12T03:20:53.381Z] Uninstalling urllib3-1.25.9: [2021-03-12T03:20:53.674Z] Successfully uninstalled urllib3-1.25.9 [2021-03-12T03:20:54.681Z] ---> e73842b3b34f [2021-03-12T03:20:54.681Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-12T03:20:54.681Z] Attempting uninstall: idna [2021-03-12T03:20:54.681Z] Found existing installation: idna 2.9 [2021-03-12T03:20:54.681Z] Uninstalling idna-2.9: [2021-03-12T03:20:54.681Z] Successfully uninstalled idna-2.9 [2021-03-12T03:20:54.959Z] Attempting uninstall: requests [2021-03-12T03:20:54.959Z] Found existing installation: requests 2.23.0 [2021-03-12T03:20:54.959Z] Uninstalling requests-2.23.0: [2021-03-12T03:20:54.959Z] Successfully uninstalled requests-2.23.0 [2021-03-12T03:20:56.360Z] ---> 9b86d55e0237 [2021-03-12T03:20:56.360Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-12T03:20:57.312Z] ---> 361d227ca536 [2021-03-12T03:20:57.312Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-12T03:20:57.312Z] Running setup.py install for dockerpty: started [2021-03-12T03:20:57.906Z] ---> 62b4acfa8166 [2021-03-12T03:20:57.906Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-12T03:20:57.906Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-12T03:20:57.906Z] Running setup.py install for texttable: started [2021-03-12T03:20:58.170Z] ---> Running in 71542070a3df [2021-03-12T03:20:58.441Z] Running setup.py install for texttable: finished with status 'done' [2021-03-12T03:20:58.441Z] Removing intermediate container 71542070a3df [2021-03-12T03:20:58.441Z] ---> 2a9b45385723 [2021-03-12T03:20:58.441Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-12T03:20:59.032Z] 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-12T03:20:59.297Z] ---> fceba6e3d4f4 [2021-03-12T03:20:59.297Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-12T03:20:59.887Z] ---> Running in 7f63dc8031fb [2021-03-12T03:21:04.140Z] Removing intermediate container e6e4ac9c3a23 [2021-03-12T03:21:04.140Z] ---> c0258fec2372 [2021-03-12T03:21:04.140Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-12T03:21:04.402Z] ---> Running in 23ce37acb853 [2021-03-12T03:21:04.402Z] Removing intermediate container e55a1d1b9adf [2021-03-12T03:21:04.402Z] ---> 32e4a6cd4476 [2021-03-12T03:21:04.402Z] [2021-03-12T03:21:04.402Z] Step 10/22 : FROM alpine:3.12 [2021-03-12T03:21:04.402Z] ---> 88dd2752d2ea [2021-03-12T03:21:04.402Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-12T03:21:04.671Z] Removing intermediate container 7f63dc8031fb [2021-03-12T03:21:04.671Z] ---> f23f686fe2ef [2021-03-12T03:21:04.672Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-12T03:21:04.672Z] ---> Running in 947da5bfcc9d [2021-03-12T03:21:06.604Z] ---> Running in f3444491be4a [2021-03-12T03:21:06.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T03:21:06.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T03:21:06.870Z] Removing intermediate container f3444491be4a [2021-03-12T03:21:06.870Z] ---> 922635fae061 [2021-03-12T03:21:06.870Z] Step 28/31 : CMD ["gate"] [2021-03-12T03:21:07.136Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-12T03:21:07.136Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-12T03:21:07.136Z] (3/3) Installing curl (7.69.1-r3) [2021-03-12T03:21:07.136Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T03:21:07.136Z] OK: 72 MiB in 58 packages [2021-03-12T03:21:07.136Z] ---> Running in e2886e74f3a1 [2021-03-12T03:21:07.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T03:21:07.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T03:21:07.405Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-12T03:21:07.405Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-12T03:21:07.405Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T03:21:07.405Z] Executing ca-certificates-20191127-r4.trigger [2021-03-12T03:21:07.676Z] OK: 6 MiB in 16 packages [2021-03-12T03:21:07.676Z] Removing intermediate container e2886e74f3a1 [2021-03-12T03:21:07.676Z] ---> 36d3a96d898d [2021-03-12T03:21:07.676Z] Step 29/31 : LABEL arch=x86_64 [2021-03-12T03:21:10.239Z] ---> Running in e04362265a52 [2021-03-12T03:21:10.239Z] Removing intermediate container 23ce37acb853 [2021-03-12T03:21:10.239Z] ---> 73991798f379 [2021-03-12T03:21:10.239Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-12T03:21:10.239Z] ---> Running in cd3599e438a7 [2021-03-12T03:21:10.239Z] Removing intermediate container 05be39a8a077 [2021-03-12T03:21:10.239Z] ---> aead3663e5e6 [2021-03-12T03:21:10.239Z] [2021-03-12T03:21:10.239Z] Step 10/23 : FROM alpine:3.12 [2021-03-12T03:21:10.239Z] ---> 88dd2752d2ea [2021-03-12T03:21:10.239Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-12T03:21:10.819Z] Removing intermediate container e04362265a52 [2021-03-12T03:21:10.819Z] ---> aac9c160f054 [2021-03-12T03:21:10.819Z] Step 30/31 : LABEL git_sha=9c7532e74af45d6676cfaa116e9ff17bb6363fa2 [2021-03-12T03:21:10.819Z] ---> Running in d1361c18226e [2021-03-12T03:21:10.819Z] Removing intermediate container cd3599e438a7 [2021-03-12T03:21:10.819Z] ---> 9c96bb255c6f [2021-03-12T03:21:10.819Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T03:21:10.819Z] Removing intermediate container 947da5bfcc9d [2021-03-12T03:21:10.819Z] ---> 5b0ccf0e156f [2021-03-12T03:21:10.819Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T03:21:11.081Z] ---> Running in dad4495e9d41 [2021-03-12T03:21:11.081Z] ---> Running in faffb2e7b07d [2021-03-12T03:21:11.081Z] ---> Running in 14d0ba6f8e65 [2021-03-12T03:21:11.081Z] Removing intermediate container d1361c18226e [2021-03-12T03:21:11.081Z] ---> ba72c92bb076 [2021-03-12T03:21:11.081Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-12T03:21:11.346Z] Removing intermediate container dad4495e9d41 [2021-03-12T03:21:11.346Z] ---> 5869e3ee963a [2021-03-12T03:21:11.346Z] Step 31/31 : LABEL version=0.0.0 [2021-03-12T03:21:11.346Z] ---> Running in 445128afbf86 [2021-03-12T03:21:11.346Z] Removing intermediate container faffb2e7b07d [2021-03-12T03:21:11.346Z] ---> 4df0570abba6 [2021-03-12T03:21:11.346Z] Step 24/26 : LABEL arch=x86_64 [2021-03-12T03:21:11.346Z] Removing intermediate container 14d0ba6f8e65 [2021-03-12T03:21:11.346Z] ---> 6cafb77fb6c8 [2021-03-12T03:21:11.346Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-12T03:21:11.616Z] ---> Running in be74ebed69d3 [2021-03-12T03:21:11.616Z] ---> Running in 76d0b93c44bc [2021-03-12T03:21:11.616Z] ---> Running in 339ef82c22c8 [2021-03-12T03:21:11.882Z] Removing intermediate container 445128afbf86 [2021-03-12T03:21:11.882Z] ---> 8e6db7ab0eec [2021-03-12T03:21:11.882Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-12T03:21:11.882Z] ---> Running in 3fa6d939684c [2021-03-12T03:21:12.144Z] Removing intermediate container be74ebed69d3 [2021-03-12T03:21:12.144Z] ---> aa00dfca067d [2021-03-12T03:21:12.144Z] [2021-03-12T03:21:12.144Z] Removing intermediate container 76d0b93c44bc [2021-03-12T03:21:12.144Z] ---> f7501e99fd54 [2021-03-12T03:21:12.144Z] Step 25/26 : LABEL git_sha=9c7532e74af45d6676cfaa116e9ff17bb6363fa2 [2021-03-12T03:21:12.144Z] Removing intermediate container 339ef82c22c8 [2021-03-12T03:21:12.144Z] ---> 9df03d30a03b [2021-03-12T03:21:12.144Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-12T03:21:12.721Z] Successfully built aa00dfca067d [2021-03-12T03:21:12.984Z] ---> Running in d724f6eb0905 [2021-03-12T03:21:12.984Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-12T03:21:12.984Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 3fa6d939684c [2021-03-12T03:21:12.984Z] ---> 1eeb5a6a0c5f [2021-03-12T03:21:12.984Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T03:21:12.984Z] ---> Running in 395b60a8fe2d [2021-03-12T03:21:12.984Z] ---> Running in c081943ab2b8 [2021-03-12T03:21:13.249Z] Removing intermediate container d724f6eb0905 [2021-03-12T03:21:13.249Z] ---> fc661a7d98c6 [2021-03-12T03:21:13.249Z] Step 26/26 : LABEL version=0.0.0 [2021-03-12T03:21:13.249Z] Removing intermediate container 395b60a8fe2d [2021-03-12T03:21:13.249Z] ---> 39f1f73cd1e0 [2021-03-12T03:21:13.249Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T03:21:13.516Z] ---> Running in ce629a4f6992 [2021-03-12T03:21:13.516Z] ---> f72b4903706c [2021-03-12T03:21:13.516Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-12T03:21:13.516Z] Removing intermediate container ce629a4f6992 [2021-03-12T03:21:13.516Z] ---> aea4e46e2ee8 [2021-03-12T03:21:13.516Z] [2021-03-12T03:21:13.784Z] Successfully built aea4e46e2ee8 [2021-03-12T03:21:13.784Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-12T03:21:14.310Z]  Building docker-sys-mgmt-agent-go ... done  ---> b525903b5b6d [2021-03-12T03:21:14.311Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-12T03:21:14.311Z] Removing intermediate container c081943ab2b8 [2021-03-12T03:21:14.311Z] ---> f705875f772e [2021-03-12T03:21:14.311Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-12T03:21:14.573Z] ---> Running in e7495775f0e5 [2021-03-12T03:21:14.573Z] ---> ac13d0aca220 [2021-03-12T03:21:14.573Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-12T03:21:14.573Z] ---> Running in 63ea3ae24ae6 [2021-03-12T03:21:14.840Z] Removing intermediate container 63ea3ae24ae6 [2021-03-12T03:21:14.840Z] ---> 229da2759d06 [2021-03-12T03:21:14.840Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T03:21:14.840Z] ---> Running in 9b4aa0bfeb8b [2021-03-12T03:21:15.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T03:21:15.365Z] Removing intermediate container 9b4aa0bfeb8b [2021-03-12T03:21:15.365Z] ---> e1e7ecb68a07 [2021-03-12T03:21:15.365Z] Step 20/22 : LABEL arch=x86_64 [2021-03-12T03:21:15.365Z] ---> Running in 7db96b187c2a [2021-03-12T03:21:15.634Z] Removing intermediate container 7db96b187c2a [2021-03-12T03:21:15.634Z] ---> e19ba6c07b99 [2021-03-12T03:21:15.634Z] Step 21/22 : LABEL git_sha=9c7532e74af45d6676cfaa116e9ff17bb6363fa2 [2021-03-12T03:21:15.634Z] ---> Running in 1cd08c3cd545 [2021-03-12T03:21:15.898Z] Removing intermediate container 1cd08c3cd545 [2021-03-12T03:21:15.898Z] ---> 2b002152073f [2021-03-12T03:21:15.898Z] Step 22/22 : LABEL version=0.0.0 [2021-03-12T03:21:15.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T03:21:15.898Z] ---> Running in 43b5e6522b01 [2021-03-12T03:21:16.161Z] Removing intermediate container 43b5e6522b01 [2021-03-12T03:21:16.161Z] ---> 9143dde839b4 [2021-03-12T03:21:16.161Z] [2021-03-12T03:21:16.161Z] Successfully built 9143dde839b4 [2021-03-12T03:21:16.423Z] Successfully tagged docker-support-notifications-go:latest [2021-03-12T03:21:16.686Z]  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-03-12T03:21:16.686Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-12T03:21:16.948Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-12T03:21:16.948Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-12T03:21:17.211Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-12T03:21:17.790Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-12T03:21:17.790Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T03:21:18.053Z] OK: 8 MiB in 20 packages [2021-03-12T03:21:18.629Z] Removing intermediate container e7495775f0e5 [2021-03-12T03:21:18.629Z] ---> 5188c478d337 [2021-03-12T03:21:18.629Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T03:21:18.892Z] ---> 73899d482884 [2021-03-12T03:21:18.892Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-12T03:21:19.467Z] ---> edd6fc72e43d [2021-03-12T03:21:19.467Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-12T03:21:19.730Z] ---> c918fd029fa2 [2021-03-12T03:21:19.730Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-12T03:21:19.730Z] ---> Running in ce0b4d408a22 [2021-03-12T03:21:19.993Z] Removing intermediate container ce0b4d408a22 [2021-03-12T03:21:19.993Z] ---> 9c1fc9dc4ebb [2021-03-12T03:21:19.993Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T03:21:19.993Z] ---> Running in 3b6db5ad69f6 [2021-03-12T03:21:19.993Z] Removing intermediate container 3b6db5ad69f6 [2021-03-12T03:21:19.993Z] ---> 7f9aac5dbddf [2021-03-12T03:21:19.993Z] Step 21/23 : LABEL arch=x86_64 [2021-03-12T03:21:20.256Z] ---> Running in 4c096a68673d [2021-03-12T03:21:20.256Z] Removing intermediate container 4c096a68673d [2021-03-12T03:21:20.256Z] ---> 130e7b8e56bc [2021-03-12T03:21:20.256Z] Step 22/23 : LABEL git_sha=9c7532e74af45d6676cfaa116e9ff17bb6363fa2 [2021-03-12T03:21:20.664Z] ---> Running in c6628afa6322 [2021-03-12T03:21:20.664Z] Removing intermediate container c6628afa6322 [2021-03-12T03:21:20.664Z] ---> 37f2c677c6ea [2021-03-12T03:21:20.664Z] Step 23/23 : LABEL version=0.0.0 [2021-03-12T03:21:20.664Z] ---> Running in e0abc518f273 [2021-03-12T03:21:21.007Z] Removing intermediate container e0abc518f273 [2021-03-12T03:21:21.007Z] ---> cf40990dc1c7 [2021-03-12T03:21:21.007Z] [2021-03-12T03:21:21.007Z] Successfully built cf40990dc1c7 [2021-03-12T03:21:21.007Z] Successfully tagged docker-core-data-go:latest [2021-03-12T03:21:21.338Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-12T03:21:21.368Z] $ docker stop --time=1 43907928b52d6dc21035e1777d841e9ba01c9a89161f21042d0db4cdd4c17359 [2021-03-12T03:21:23.033Z] $ docker rm -f 43907928b52d6dc21035e1777d841e9ba01c9a89161f21042d0db4cdd4c17359 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-12T03:21:23.668Z] + docker images [2021-03-12T03:21:23.669Z] + grep docker [2021-03-12T03:21:23.933Z] docker-core-data-go latest cf40990dc1c7 3 seconds ago 22.6MB [2021-03-12T03:21:23.934Z] docker-support-notifications-go latest 9143dde839b4 8 seconds ago 17.8MB [2021-03-12T03:21:23.934Z] docker-sys-mgmt-agent-go latest aea4e46e2ee8 10 seconds ago 313MB [2021-03-12T03:21:23.934Z] docker-security-bootstrapper-go latest aa00dfca067d 12 seconds ago 18.7MB [2021-03-12T03:21:23.934Z] docker-core-metadata-go latest 348b69ee0beb 32 seconds ago 19MB [2021-03-12T03:21:23.934Z] docker-security-secretstore-setup-go latest 5cf30f506919 About a minute ago 24.9MB [2021-03-12T03:21:23.934Z] docker-core-command-go latest bb340f631a82 2 minutes ago 17.2MB [2021-03-12T03:21:23.934Z] docker-support-scheduler-go latest 462e748b8aac 2 minutes ago 17.3MB [2021-03-12T03:21:23.934Z] docker-security-proxy-setup-go latest 569fa3ad6221 2 minutes ago 24.7MB [2021-03-12T03:21:23.934Z] 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-12T03:21:39.937Z] Still waiting to schedule task [2021-03-12T03:21:39.937Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-12T03:21:52.747Z] gofmt -l . [2021-03-12T03:21:52.747Z] [ "`gofmt -l .`" = "" ] [2021-03-12T03:21:52.747Z] ./bin/test-go-mod-tidy.sh [2021-03-12T03:21:52.747Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-12T03:21:53.414Z] + ls -al . [2021-03-12T03:21:53.415Z] total 768 [2021-03-12T03:21:53.415Z] drwxrwxr-x 9 1001 1001 4096 Mar 12 03:21 . [2021-03-12T03:21:53.415Z] drwxr-xr-x 4 root root 4096 Mar 12 03:17 .. [2021-03-12T03:21:53.415Z] -rw-rw-r-- 1 1001 1001 11 Mar 12 03:15 .dockerignore [2021-03-12T03:21:53.415Z] drwxrwxr-x 8 1001 1001 4096 Mar 12 03:15 .git [2021-03-12T03:21:53.415Z] drwxrwxr-x 3 1001 1001 4096 Mar 12 03:15 .github [2021-03-12T03:21:53.415Z] -rw-rw-r-- 1 1001 1001 818 Mar 12 03:15 .gitignore [2021-03-12T03:21:53.415Z] -rw-rw-r-- 1 1001 1001 166 Mar 12 03:15 .sonarcloud.properties [2021-03-12T03:21:53.415Z] -rw-rw-r-- 1 1001 1001 8607 Mar 12 03:15 Attribution.txt [2021-03-12T03:21:53.415Z] -rw-rw-r-- 1 1001 1001 3804 Mar 12 03:15 CONTRIBUTING.md [2021-03-12T03:21:53.415Z] -rw-rw-r-- 1 1001 1001 931 Mar 12 03:15 Dockerfile.build [2021-03-12T03:21:53.415Z] -rw-rw-r-- 1 1001 1001 863 Mar 12 03:15 Jenkinsfile [2021-03-12T03:21:53.415Z] -rw-rw-r-- 1 1001 1001 10775 Mar 12 03:15 LICENSE [2021-03-12T03:21:53.415Z] -rw-rw-r-- 1 1001 1001 5774 Mar 12 03:15 Makefile [2021-03-12T03:21:53.415Z] -rw-rw-r-- 1 1001 1001 6548 Mar 12 03:15 README.md [2021-03-12T03:21:53.415Z] -rw-rw-r-- 1 1001 1001 6755 Mar 12 03:15 SECURITY.md [2021-03-12T03:21:53.415Z] -rw-rw-r-- 1 1001 1001 5 Mar 12 03:13 VERSION [2021-03-12T03:21:53.415Z] -rw-rw-r-- 1 1001 1001 4131 Mar 12 03:15 ZMQWindows.md [2021-03-12T03:21:53.415Z] drwxrwxr-x 2 1001 1001 4096 Mar 12 03:15 bin [2021-03-12T03:21:53.415Z] drwxrwxr-x 14 1001 1001 4096 Mar 12 03:15 cmd [2021-03-12T03:21:53.415Z] -rw-r--r-- 1 root root 628834 Mar 12 03:20 coverage.out [2021-03-12T03:21:53.415Z] -rw-r--r-- 1 root root 1055 Mar 12 03:21 go.mod [2021-03-12T03:21:53.415Z] -rw-r--r-- 1 root root 21981 Mar 12 03:21 go.sum [2021-03-12T03:21:53.415Z] drwxrwxr-x 8 1001 1001 4096 Mar 12 03:15 internal [2021-03-12T03:21:53.415Z] drwxrwxr-x 4 1001 1001 4096 Mar 12 03:15 openapi [2021-03-12T03:21:53.415Z] drwxrwxr-x 4 1001 1001 4096 Mar 12 03:15 snap [2021-03-12T03:21:53.415Z] -rw-rw-r-- 1 1001 1001 168 Mar 12 03:15 version.go [Pipeline] sh [2021-03-12T03:21:54.081Z] + '[' -e coverage.out ] [2021-03-12T03:21:54.082Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-12T03:21:54.159Z] Warning: overwriting stash ‘coverage-report’ [2021-03-12T03:21:55.600Z] Stashed 1 file(s) [Pipeline] sh [2021-03-12T03:21:56.330Z] + make build [2021-03-12T03:21:56.330Z] 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-12T03:22:06.650Z] 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-12T03:22:26.181Z] Running on prd-ubuntu18.04-docker-8c-8g-29590 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws [2021-03-12T03:22:26.251Z] Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout [2021-03-12T03:22:28.415Z] using credential edgex-jenkins-ssh [2021-03-12T03:22:28.482Z] Cloning the remote Git repository [2021-03-12T03:22:28.481Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-12T03:22:28.551Z] > git init /w/workspace/edgex-go/11 # timeout=10 [2021-03-12T03:22:28.577Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-12T03:22:28.577Z] > git --version # timeout=10 [2021-03-12T03:22:28.582Z] > git --version # 'git version 2.17.1' [2021-03-12T03:22:28.582Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-12T03:22:28.609Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-12T03:22:28.845Z] 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-12T03:22:34.230Z] 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-12T03:22:34.364Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-12T03:22:34.369Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-12T03:22:34.377Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-12T03:22:34.388Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-12T03:22:34.388Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-12T03:22:34.393Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-12T03:22:35.010Z] Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit 9c7532e74af45d6676cfaa116e9ff17bb6363fa2 [2021-03-12T03:22:35.170Z] Merge succeeded, producing 9c7532e74af45d6676cfaa116e9ff17bb6363fa2 [2021-03-12T03:22:35.171Z] Checking out Revision 9c7532e74af45d6676cfaa116e9ff17bb6363fa2 (PR-3250) [2021-03-12T03:22:35.010Z] > git config core.sparsecheckout # timeout=10 [2021-03-12T03:22:35.013Z] > git checkout -f 9c7532e74af45d6676cfaa116e9ff17bb6363fa2 # timeout=10 [2021-03-12T03:22:35.136Z] > git remote # timeout=10 [2021-03-12T03:22:35.141Z] > git config --get remote.origin.url # timeout=10 [2021-03-12T03:22:35.145Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-12T03:22:35.149Z] > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 [2021-03-12T03:22:35.157Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-12T03:22:35.165Z] > git config core.sparsecheckout # timeout=10 [2021-03-12T03:22:35.176Z] > git checkout -f 9c7532e74af45d6676cfaa116e9ff17bb6363fa2 # timeout=10 [2021-03-12T03:22:38.848Z] Commit message: "refactor: Refactor core command building function" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-12T03:22:40.135Z] + echo snap-build.sh [2021-03-12T03:22:40.135Z] snap-build.sh [2021-03-12T03:22:40.135Z] + SNAP_BASE_DIR=. [2021-03-12T03:22:40.135Z] + '[' '!' -z /w/workspace/edgex-go/11 ']' [2021-03-12T03:22:40.135Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/11 [2021-03-12T03:22:40.135Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/11]' [2021-03-12T03:22:40.135Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/11] [2021-03-12T03:22:40.135Z] + cd /w/workspace/edgex-go/11 [2021-03-12T03:22:40.135Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-12T03:22:40.135Z] Reading package lists... [2021-03-12T03:22:40.397Z] Building dependency tree... [2021-03-12T03:22:40.397Z] Reading state information... [2021-03-12T03:22:40.397Z] The following packages were automatically installed and are no longer required: [2021-03-12T03:22:40.397Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-12T03:22:40.397Z] uidmap xdelta3 [2021-03-12T03:22:40.397Z] Use 'sudo apt autoremove' to remove them. [2021-03-12T03:22:40.397Z] The following packages will be REMOVED: [2021-03-12T03:22:40.397Z] lxd* lxd-client* [2021-03-12T03:22:40.955Z] 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-12T03:22:41.341Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-12T03:22:41.341Z] After this operation, 31.7 MB disk space will be freed. [2021-03-12T03:22:41.547Z] 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-12T03:22:42.124Z] (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-12T03:22:42.124Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-12T03:22:43.068Z] Removing lxd dnsmasq configuration [2021-03-12T03:22:43.068Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-12T03:22:43.329Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-12T03:22:43.902Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-12T03:22:44.424Z] (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-12T03:22:44.424Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-12T03:22:45.812Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-12T03:22:45.812Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-12T03:22:46.932Z] 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-12T03:22:47.201Z] + sudo snap remove --purge lxd [2021-03-12T03:22:47.463Z] snap "lxd" is not installed [2021-03-12T03:22:47.463Z] + sudo groupadd --force --system lxd [2021-03-12T03:22:47.463Z] ++ whoami [2021-03-12T03:22:47.463Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-12T03:22:47.463Z] + newgrp - lxd [2021-03-12T03:22:47.725Z] + sudo snap install lxd [2021-03-12T03:22:52.322Z] 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-12T03:22:56.623Z] 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-12T03:23:00.004Z] 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-12T03:23:00.005Z] 2021-03-12T03:22:56Z INFO Waiting for automatic snapd restart... [2021-03-12T03:23:03.386Z] 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-12T03:23:06.766Z] 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-12T03:23:10.021Z] lxd 4.12 from Canonical* installed [2021-03-12T03:23:10.021Z] + sudo lxd init --auto [Pipeline] } [2021-03-12T03:23:13.477Z] $ docker stop --time=1 5cc92737bf23ef731d8216bb06dbf6d906512d4d09474ce31686e33757021d14 [2021-03-12T03:23:16.077Z] $ docker rm -f 5cc92737bf23ef731d8216bb06dbf6d906512d4d09474ce31686e33757021d14 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-12T03:23:18.246Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-12T03:23:18.246Z] [2021-03-12T03:23:18.246Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-12T03:23:18.547Z] + sudo snap install --classic snapcraft [2021-03-12T03:23:18.644Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-12T03:23:18.915Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-12T03:23:18.915Z] 29e5d40040c1: Pulling fs layer [2021-03-12T03:23:18.915Z] 1ce36da41761: Pulling fs layer [2021-03-12T03:23:18.915Z] 25b303627fd3: Pulling fs layer [2021-03-12T03:23:19.506Z] 29e5d40040c1: Verifying Checksum [2021-03-12T03:23:19.506Z] 29e5d40040c1: Download complete [2021-03-12T03:23:19.780Z] 1ce36da41761: Verifying Checksum [2021-03-12T03:23:19.780Z] 1ce36da41761: Download complete [2021-03-12T03:23:20.376Z] 29e5d40040c1: Pull complete [2021-03-12T03:23:21.810Z] 1ce36da41761: Pull complete [2021-03-12T03:23:21.810Z] 25b303627fd3: Verifying Checksum [2021-03-12T03:23:21.811Z] 25b303627fd3: Download complete [2021-03-12T03:23:26.698Z] snapcraft 4.5.4 from Canonical* installed [2021-03-12T03:23:26.698Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-12T03:23:26.698Z] + patch --verbose -p1 [2021-03-12T03:23:26.698Z] Hmm... Looks like a unified diff to me... [2021-03-12T03:23:26.698Z] The text leading up to this was: [2021-03-12T03:23:26.698Z] -------------------------- [2021-03-12T03:23:26.698Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-12T03:23:26.698Z] |From: Tony Espy [2021-03-12T03:23:26.698Z] |Date: Tue, 9 Mar 2021 19:05:15 -0500 [2021-03-12T03:23:26.698Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-12T03:23:26.698Z] | [2021-03-12T03:23:26.698Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-12T03:23:26.698Z] |optimize the snap CI check run for pull requests. When [2021-03-12T03:23:26.698Z] |applied, it essentially strips out everything (apps and [2021-03-12T03:23:26.698Z] |parts) from the snapcraft.yaml file except those required [2021-03-12T03:23:26.698Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-12T03:23:26.698Z] |catch changes to edgex-go that break the snap build. [2021-03-12T03:23:26.698Z] | [2021-03-12T03:23:26.698Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-12T03:23:26.698Z] |to update this patch file, otherwise it may fail to apply, [2021-03-12T03:23:26.698Z] |resulting in a failed snap build CI check in the associated [2021-03-12T03:23:26.698Z] |pull request. [2021-03-12T03:23:26.698Z] | [2021-03-12T03:23:26.698Z] |Note - in addition to applying this patch, the pipeline also [2021-03-12T03:23:26.698Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-12T03:23:26.698Z] |need to build the finally binary .snap file (and it won't [2021-03-12T03:23:26.698Z] |work with the patch applied). This further reduces the build [2021-03-12T03:23:26.698Z] |time. [2021-03-12T03:23:26.698Z] |--- [2021-03-12T03:23:26.698Z] | snap/snapcraft.yaml | 452 +------------------------------------------- [2021-03-12T03:23:26.698Z] | 1 file changed, 1 insertion(+), 451 deletions(-) [2021-03-12T03:23:26.698Z] | [2021-03-12T03:23:26.698Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-12T03:23:26.698Z] |index d8bc12bc..5a5f5fbb 100644 [2021-03-12T03:23:26.698Z] |--- a/snap/snapcraft.yaml [2021-03-12T03:23:26.698Z] |+++ b/snap/snapcraft.yaml [2021-03-12T03:23:26.698Z] -------------------------- [2021-03-12T03:23:26.698Z] patching file snap/snapcraft.yaml [2021-03-12T03:23:26.698Z] Using Plan A... [2021-03-12T03:23:26.698Z] Hunk #1 succeeded at 73. [2021-03-12T03:23:26.698Z] Hunk #2 succeeded at 205. [2021-03-12T03:23:26.698Z] Hunk #3 succeeded at 217. [2021-03-12T03:23:26.698Z] Hunk #4 succeeded at 225. [2021-03-12T03:23:26.698Z] Hunk #5 succeeded at 232. [2021-03-12T03:23:26.698Z] Hunk #6 succeeded at 259. [2021-03-12T03:23:26.698Z] Hunk #7 succeeded at 271. [2021-03-12T03:23:26.698Z] Hunk #8 succeeded at 327. [2021-03-12T03:23:26.698Z] Hmm... Ignoring the trailing garbage. [2021-03-12T03:23:26.698Z] done [2021-03-12T03:23:26.698Z] + sudo snapcraft prime --use-lxd [2021-03-12T03:23:28.092Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-12T03:23:28.092Z] 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-12T03:23:28.092Z] - README.md [2021-03-12T03:23:28.092Z] [2021-03-12T03:23:28.092Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-12T03:23:29.036Z] Launching a container. [2021-03-12T03:23:31.950Z] 25b303627fd3: Pull complete [2021-03-12T03:23:31.950Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-12T03:23:31.950Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-12T03:23:31.950Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-12T03:23:32.177Z] prd-ubuntu18.04-docker-arm64-4c-16g-29589 does not seem to be running inside a container [2021-03-12T03:23:32.247Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-12T03:23:35.456Z] $ docker top e144d7d203c1cb99eadac8820077e62b7a23018999b9a8a4fe6dbfc7fb30ef56 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-12T03:23:36.475Z] + docker-compose build --help [2021-03-12T03:23:36.475Z] + grep parallel [2021-03-12T03:23:39.850Z] --parallel Build images in parallel. [Pipeline] } [2021-03-12T03:23:39.861Z] $ docker stop --time=1 e144d7d203c1cb99eadac8820077e62b7a23018999b9a8a4fe6dbfc7fb30ef56 [2021-03-12T03:23:41.283Z] Waiting for container to be ready [2021-03-12T03:23:41.284Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-12T03:23:41.284Z] [2021-03-12T03:23:41.681Z] $ docker rm -f e144d7d203c1cb99eadac8820077e62b7a23018999b9a8a4fe6dbfc7fb30ef56 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-12T03:23:42.534Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-12T03:23:42.534Z] . [Pipeline] withDockerContainer [2021-03-12T03:23:42.793Z] prd-ubuntu18.04-docker-arm64-4c-16g-29589 does not seem to be running inside a container [2021-03-12T03:23:42.859Z] $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-12T03:23:44.160Z] $ docker top c4fa58f71ebd9c71f27f3a62f051a936edf6863904abfe2d1c017587879a4d3f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-12T03:23:44.593Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-12T03:23:44.593Z] Waiting for network to be ready... [2021-03-12T03:23:44.861Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-12T03:23:44.861Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-12T03:23:44.861Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-12T03:23:45.122Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-12T03:23:45.122Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-12T03:23:45.122Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-12T03:23:45.122Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-12T03:23:45.122Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-12T03:23:45.122Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-12T03:23:45.122Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-12T03:23:45.160Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-12T03:23:45.385Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-12T03:23:45.385Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-12T03:23:45.645Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-12T03:23:45.645Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-12T03:23:45.645Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-12T03:23:45.645Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-12T03:23:45.645Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-12T03:23:45.645Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-12T03:23:45.906Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-12T03:23:46.166Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-03-12T03:23:46.427Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-12T03:23:46.427Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-12T03:23:46.427Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-12T03:23:46.427Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-12T03:23:46.427Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-12T03:23:46.427Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-12T03:23:46.427Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-12T03:23:48.531Z] Building docker-core-command-go ... [2021-03-12T03:23:48.531Z] Building docker-core-data-go ... [2021-03-12T03:23:48.531Z] Building docker-core-metadata-go ... [2021-03-12T03:23:48.531Z] Building docker-security-bootstrapper-go ... [2021-03-12T03:23:48.531Z] Building docker-security-proxy-setup-go ... [2021-03-12T03:23:48.531Z] Building docker-security-secretstore-setup-go ... [2021-03-12T03:23:48.531Z] Building docker-support-notifications-go ... [2021-03-12T03:23:48.531Z] Building docker-support-scheduler-go ... [2021-03-12T03:23:48.531Z] Building docker-sys-mgmt-agent-go ... [2021-03-12T03:23:48.531Z] Building docker-support-notifications-go [2021-03-12T03:23:48.531Z] Building docker-security-bootstrapper-go [2021-03-12T03:23:48.531Z] Building docker-security-proxy-setup-go [2021-03-12T03:23:48.531Z] Building docker-core-command-go [2021-03-12T03:23:48.531Z] Building docker-core-metadata-go [2021-03-12T03:23:49.727Z] Fetched 24.0 MB in 5s (4935 kB/s) [2021-03-12T03:23:50.670Z] Reading package lists... [2021-03-12T03:23:50.931Z] Reading package lists... [2021-03-12T03:23:51.191Z] Building dependency tree... [2021-03-12T03:23:51.191Z] Reading state information... [2021-03-12T03:23:51.191Z] The following additional packages will be installed: [2021-03-12T03:23:51.191Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-12T03:23:51.191Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-12T03:23:51.191Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-12T03:23:51.191Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-12T03:23:51.191Z] Suggested packages: [2021-03-12T03:23:51.191Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-12T03:23:51.191Z] Recommended packages: [2021-03-12T03:23:51.191Z] gnupg libsasl2-modules [2021-03-12T03:23:51.191Z] The following NEW packages will be installed: [2021-03-12T03:23:51.191Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-12T03:23:51.191Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-12T03:23:51.191Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-12T03:23:51.191Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-12T03:23:51.191Z] The following packages will be upgraded: [2021-03-12T03:23:51.191Z] gpg gpg-agent gpgconf libudev1 [2021-03-12T03:23:51.451Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-12T03:23:51.451Z] Need to get 3530 kB of archives. [2021-03-12T03:23:51.451Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-12T03:23:51.451Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-12T03:23:51.451Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-12T03:23:51.711Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-12T03:23:51.711Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-12T03:23:51.711Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-12T03:23:51.711Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-12T03:23:52.283Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-12T03:23:52.283Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-12T03:23:52.283Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-12T03:23:52.283Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-12T03:23:52.283Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-12T03:23:52.283Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-12T03:23:52.283Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-12T03:23:52.283Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-12T03:23:52.283Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-12T03:23:52.283Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-12T03:23:52.283Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-12T03:23:52.283Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-12T03:23:52.283Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-12T03:23:52.283Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-12T03:23:52.283Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-12T03:23:52.283Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-12T03:23:52.543Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-12T03:23:52.543Z] Fetched 3530 kB in 1s (3502 kB/s) [2021-03-12T03:23:52.543Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-12T03:23:52.543Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-12T03:23:52.543Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-12T03:23:52.805Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-12T03:23:52.805Z] Selecting previously unselected package udev. [2021-03-12T03:23:52.805Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-12T03:23:52.805Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-12T03:23:52.805Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-12T03:23:53.066Z] Selecting previously unselected package libfuse2:amd64. [2021-03-12T03:23:53.066Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-12T03:23:53.066Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-12T03:23:53.066Z] Selecting previously unselected package fuse. [2021-03-12T03:23:53.066Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-12T03:23:53.066Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-12T03:23:53.327Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-12T03:23:53.327Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-12T03:23:53.327Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-12T03:23:53.327Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-12T03:23:53.590Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-12T03:23:53.590Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-12T03:23:53.590Z] Selecting previously unselected package libksba8:amd64. [2021-03-12T03:23:53.590Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-12T03:23:53.590Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-12T03:23:53.851Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-12T03:23:53.851Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T03:23:53.851Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T03:23:53.851Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-12T03:23:53.851Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T03:23:53.851Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T03:23:53.851Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-12T03:23:53.851Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T03:23:54.113Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T03:23:54.113Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-12T03:23:54.113Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T03:23:54.113Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T03:23:54.113Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-12T03:23:54.113Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T03:23:54.113Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T03:23:54.113Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-12T03:23:54.374Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T03:23:54.374Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T03:23:54.374Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-12T03:23:54.374Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T03:23:54.374Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T03:23:54.374Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-12T03:23:54.374Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T03:23:54.374Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T03:23:54.636Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-12T03:23:54.636Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T03:23:54.636Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T03:23:54.636Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-12T03:23:54.636Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-12T03:23:54.636Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-12T03:23:54.636Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-12T03:23:54.636Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-12T03:23:54.636Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-12T03:23:54.636Z] Selecting previously unselected package libldap-common. [2021-03-12T03:23:54.897Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-12T03:23:54.897Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-12T03:23:54.897Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-12T03:23:54.897Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-12T03:23:54.897Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-12T03:23:54.897Z] Selecting previously unselected package dirmngr. [2021-03-12T03:23:54.897Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-12T03:23:54.897Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-12T03:23:55.162Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-12T03:23:55.162Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-12T03:23:55.162Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-12T03:23:55.162Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-12T03:23:55.162Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-12T03:23:55.162Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-12T03:23:55.423Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T03:23:55.423Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-12T03:23:55.423Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-12T03:23:55.683Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-12T03:23:55.945Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-12T03:23:56.207Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T03:23:56.207Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-12T03:23:56.207Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-12T03:23:56.207Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-12T03:23:56.207Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T03:23:56.207Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T03:23:56.468Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T03:23:56.468Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T03:23:56.468Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T03:23:56.468Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T03:23:56.468Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T03:23:56.468Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-12T03:23:56.468Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-12T03:23:56.729Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-12T03:23:56.990Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-12T03:23:56.990Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-12T03:23:56.990Z] This means they are not meant to be enabled using systemctl. [2021-03-12T03:23:56.990Z] Possible reasons for having this kind of units are: [2021-03-12T03:23:56.990Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-12T03:23:56.990Z] .wants/ or .requires/ directory. [2021-03-12T03:23:56.990Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-12T03:23:56.990Z] a requirement dependency on it. [2021-03-12T03:23:56.990Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-12T03:23:56.990Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-12T03:23:56.990Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-12T03:23:56.990Z] instance name specified. [2021-03-12T03:23:57.511Z] Reading package lists... [2021-03-12T03:23:57.511Z] Building dependency tree... [2021-03-12T03:23:57.511Z] Reading state information... [2021-03-12T03:23:57.772Z] The following additional packages will be installed: [2021-03-12T03:23:57.772Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-12T03:23:57.772Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-12T03:23:57.772Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-12T03:23:57.772Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-12T03:23:57.772Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-12T03:23:57.772Z] Suggested packages: [2021-03-12T03:23:57.772Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-12T03:23:57.773Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-12T03:23:57.773Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-12T03:23:57.773Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-12T03:23:57.773Z] systemd-container policykit-1 [2021-03-12T03:23:57.773Z] Recommended packages: [2021-03-12T03:23:57.773Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-12T03:23:57.773Z] The following NEW packages will be installed: [2021-03-12T03:23:57.773Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-12T03:23:57.773Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-12T03:23:57.773Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-12T03:23:57.773Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-12T03:23:57.773Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-12T03:23:57.773Z] The following packages will be upgraded: [2021-03-12T03:23:57.773Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-12T03:23:57.773Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-12T03:23:57.773Z] Need to get 35.2 MB of archives. [2021-03-12T03:23:57.773Z] After this operation, 141 MB of additional disk space will be used. [2021-03-12T03:23:57.773Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-12T03:23:57.773Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-12T03:23:57.773Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-12T03:23:58.038Z] 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-12T03:23:58.038Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-12T03:23:58.038Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-12T03:23:58.038Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-12T03:23:58.038Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-12T03:23:58.038Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-12T03:23:58.038Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-12T03:23:58.038Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-12T03:23:58.038Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-12T03:23:58.038Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-12T03:23:58.038Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-12T03:23:58.038Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-12T03:23:58.038Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-12T03:23:58.038Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-12T03:23:58.038Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-12T03:23:58.038Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-12T03:23:58.609Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-12T03:23:58.609Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-12T03:23:58.609Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-12T03:23:58.609Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-12T03:23:58.609Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-12T03:23:58.609Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-12T03:23:58.609Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-12T03:23:58.609Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-12T03:23:58.609Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-12T03:23:58.871Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-12T03:23:58.871Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-12T03:23:59.139Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-12T03:23:59.139Z] Fetched 35.2 MB in 1s (30.6 MB/s) [2021-03-12T03:23:59.139Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-12T03:23:59.139Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-12T03:23:59.400Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-12T03:23:59.974Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-12T03:23:59.974Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-12T03:23:59.974Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-12T03:24:00.237Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-12T03:24:00.237Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-12T03:24:00.237Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-12T03:24:00.237Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-12T03:24:00.499Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-12T03:24:00.499Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-12T03:24:01.071Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-12T03:24:01.332Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-12T03:24:01.332Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-12T03:24:01.909Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-12T03:24:01.909Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-12T03:24:01.909Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-12T03:24:01.909Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-12T03:24:02.172Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-12T03:24:02.172Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-12T03:24:02.172Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T03:24:02.433Z] Selecting previously unselected package libexpat1:amd64. [2021-03-12T03:24:02.433Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-12T03:24:02.433Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-12T03:24:02.433Z] Selecting previously unselected package python3.6-minimal. [2021-03-12T03:24:02.433Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-12T03:24:02.433Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T03:24:02.694Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-12T03:24:02.956Z] Checking for services that may need to be restarted...done. [2021-03-12T03:24:02.956Z] Checking for services that may need to be restarted...done. [2021-03-12T03:24:02.956Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T03:24:02.956Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-12T03:24:02.956Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T03:24:03.903Z] Selecting previously unselected package python3-minimal. [2021-03-12T03:24:03.903Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-12T03:24:03.903Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-12T03:24:03.903Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-12T03:24:03.903Z] Selecting previously unselected package mime-support. [2021-03-12T03:24:03.903Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-12T03:24:03.903Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-12T03:24:03.903Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-12T03:24:03.903Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-12T03:24:03.903Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-12T03:24:03.903Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-12T03:24:03.903Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-12T03:24:03.903Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T03:24:04.167Z] Selecting previously unselected package python3.6. [2021-03-12T03:24:04.167Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-12T03:24:04.167Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T03:24:04.428Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-12T03:24:04.428Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-12T03:24:04.428Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-12T03:24:04.428Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-12T03:24:04.689Z] Selecting previously unselected package python3. [2021-03-12T03:24:04.689Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-12T03:24:04.689Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-12T03:24:04.689Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-12T03:24:04.689Z] Selecting previously unselected package multiarch-support. [2021-03-12T03:24:04.689Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-12T03:24:04.689Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-12T03:24:04.689Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-12T03:24:04.950Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-12T03:24:04.950Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-12T03:24:04.950Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-12T03:24:04.950Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-12T03:24:04.950Z] Selecting previously unselected package libbsd0:amd64. [2021-03-12T03:24:04.950Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-12T03:24:04.950Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-12T03:24:04.950Z] Selecting previously unselected package sudo. [2021-03-12T03:24:04.950Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-12T03:24:04.950Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-12T03:24:05.211Z] Selecting previously unselected package apparmor. [2021-03-12T03:24:05.211Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-12T03:24:05.211Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-12T03:24:05.472Z] Selecting previously unselected package libedit2:amd64. [2021-03-12T03:24:05.472Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-12T03:24:05.472Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-12T03:24:05.472Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-12T03:24:05.472Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-12T03:24:05.472Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T03:24:05.472Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-12T03:24:05.472Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-12T03:24:05.472Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T03:24:05.734Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-12T03:24:05.734Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-12T03:24:05.734Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-12T03:24:05.734Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-12T03:24:05.734Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-12T03:24:05.734Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T03:24:05.994Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-12T03:24:05.994Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-12T03:24:05.994Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T03:24:06.255Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-12T03:24:06.255Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-12T03:24:06.255Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-12T03:24:06.516Z] Selecting previously unselected package openssh-client. [2021-03-12T03:24:06.516Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-12T03:24:06.516Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-12T03:24:06.516Z] Selecting previously unselected package squashfs-tools. [2021-03-12T03:24:06.516Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-12T03:24:06.516Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-12T03:24:06.778Z] Selecting previously unselected package snapd. [2021-03-12T03:24:06.778Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-12T03:24:06.778Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-12T03:24:09.334Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-12T03:24:09.334Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-12T03:24:09.334Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-12T03:24:09.334Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-12T03:24:09.334Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-12T03:24:09.334Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T03:24:09.334Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-12T03:24:09.334Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-12T03:24:09.334Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-12T03:24:10.276Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-12T03:24:10.276Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-12T03:24:10.276Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-12T03:24:10.276Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T03:24:10.276Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T03:24:10.276Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T03:24:11.220Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-12T03:24:11.220Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T03:24:11.220Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-12T03:24:11.220Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-12T03:24:11.220Z] running python rtupdate hooks for python3.6... [2021-03-12T03:24:11.220Z] running python post-rtupdate hooks for python3.6... [2021-03-12T03:24:11.799Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-12T03:24:13.184Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-12T03:24:13.446Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T03:24:13.446Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-12T03:24:13.706Z] Setting up snapd (2.48.3+18.04) ... [2021-03-12T03:24:14.279Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-12T03:24:14.279Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-12T03:24:14.540Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-12T03:24:14.801Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-12T03:24:15.063Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-12T03:24:15.063Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-12T03:24:15.063Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-12T03:24:15.324Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-12T03:24:15.584Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-12T03:24:15.846Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-12T03:24:15.846Z] /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-12T03:24:15.846Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-12T03:24:15.846Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-12T03:24:17.233Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-12T03:24:17.233Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-12T03:24:17.233Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-12T03:24:17.494Z] Fetched 88.7 kB in 1s (169 kB/s) [2021-03-12T03:24:18.877Z] Reading package lists... [2021-03-12T03:24:19.138Z] Reading package lists... [2021-03-12T03:24:19.138Z] Building dependency tree... [2021-03-12T03:24:19.138Z] Reading state information... [2021-03-12T03:24:19.399Z] Calculating upgrade... [2021-03-12T03:24:19.399Z] The following packages will be upgraded: [2021-03-12T03:24:19.399Z] advancecomp base-files bash binutils binutils-common [2021-03-12T03:24:19.399Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-12T03:24:19.399Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-12T03:24:19.399Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-12T03:24:19.399Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-12T03:24:19.399Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-12T03:24:19.399Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-12T03:24:19.399Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-12T03:24:19.399Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-12T03:24:19.399Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-12T03:24:19.399Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-12T03:24:19.399Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-12T03:24:19.399Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-12T03:24:19.399Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-12T03:24:19.399Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-12T03:24:19.674Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-12T03:24:19.674Z] Need to get 63.8 MB of archives. [2021-03-12T03:24:19.674Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-12T03:24:19.674Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-12T03:24:19.674Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-12T03:24:19.674Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-12T03:24:19.674Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-12T03:24:19.674Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-12T03:24:19.674Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-12T03:24:19.674Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-12T03:24:19.674Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-12T03:24:19.674Z] 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-12T03:24:19.674Z] 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-12T03:24:19.674Z] 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-12T03:24:19.674Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-12T03:24:19.674Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-12T03:24:19.674Z] 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-12T03:24:19.674Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-12T03:24:19.674Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-12T03:24:19.674Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-12T03:24:19.674Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-12T03:24:19.935Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-12T03:24:19.935Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-12T03:24:19.935Z] 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-12T03:24:19.935Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-12T03:24:19.935Z] 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-12T03:24:19.935Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-12T03:24:19.935Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-12T03:24:19.935Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-12T03:24:19.935Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-12T03:24:19.935Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-12T03:24:19.935Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-12T03:24:19.935Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-12T03:24:19.935Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-12T03:24:19.935Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-12T03:24:19.935Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-12T03:24:19.935Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-12T03:24:19.935Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-12T03:24:19.935Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-12T03:24:19.935Z] 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-12T03:24:19.935Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-12T03:24:19.935Z] 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-12T03:24:19.935Z] 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-12T03:24:19.935Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-12T03:24:19.935Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-12T03:24:19.935Z] 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-12T03:24:19.935Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-12T03:24:19.935Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-12T03:24:19.935Z] 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-12T03:24:19.935Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-12T03:24:19.935Z] 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-12T03:24:20.197Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-12T03:24:20.197Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-12T03:24:20.197Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-12T03:24:20.197Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-12T03:24:20.197Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-12T03:24:20.197Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-12T03:24:20.197Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-12T03:24:20.197Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-12T03:24:20.458Z] 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-12T03:24:20.458Z] 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-12T03:24:20.458Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-12T03:24:20.458Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-12T03:24:20.718Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-12T03:24:20.718Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-12T03:24:20.718Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-12T03:24:20.718Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-12T03:24:20.718Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-12T03:24:20.718Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-12T03:24:20.718Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-12T03:24:20.718Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-12T03:24:20.718Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-12T03:24:20.718Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-12T03:24:20.718Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-12T03:24:20.718Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-12T03:24:20.718Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-12T03:24:20.718Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-12T03:24:20.718Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-12T03:24:20.718Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-12T03:24:20.718Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-12T03:24:20.718Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-12T03:24:20.979Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-12T03:24:20.980Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-12T03:24:20.980Z] 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-12T03:24:20.980Z] 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-12T03:24:20.980Z] 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-12T03:24:20.980Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-12T03:24:20.980Z] 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-12T03:24:20.980Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-12T03:24:20.980Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-12T03:24:20.980Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-12T03:24:20.980Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-12T03:24:21.241Z] 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-12T03:24:21.241Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-12T03:24:21.241Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-12T03:24:21.241Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-12T03:24:21.241Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-12T03:24:21.242Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-12T03:24:21.242Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-12T03:24:21.242Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-12T03:24:21.242Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-12T03:24:21.242Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-12T03:24:21.503Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-12T03:24:21.503Z] Fetched 63.8 MB in 2s (36.4 MB/s) [2021-03-12T03:24:21.503Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T03:24:21.503Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-12T03:24:21.503Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-12T03:24:22.444Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-12T03:24:22.444Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-12T03:24:22.444Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-12T03:24:22.444Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-12T03:24:23.387Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T03:24:23.387Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T03:24:23.649Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T03:24:23.649Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T03:24:23.649Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T03:24:23.910Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T03:24:23.910Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T03:24:23.910Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T03:24:24.171Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T03:24:24.171Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T03:24:24.171Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T03:24:24.171Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T03:24:24.171Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T03:24:24.432Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T03:24:24.432Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T03:24:24.432Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-12T03:24:24.432Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T03:24:24.693Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-12T03:24:24.693Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-12T03:24:24.693Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-12T03:24:24.693Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T03:24:24.693Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T03:24:24.954Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T03:24:24.954Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T03:24:25.215Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T03:24:25.216Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T03:24:25.216Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T03:24:25.477Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-12T03:24:25.477Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-12T03:24:25.738Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-12T03:24:26.309Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-12T03:24:26.309Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-12T03:24:26.309Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-12T03:24:26.309Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-12T03:24:26.309Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-12T03:24:26.571Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-12T03:24:26.833Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-12T03:24:26.833Z] Installing new version of config file /etc/issue ... [2021-03-12T03:24:26.833Z] Installing new version of config file /etc/issue.net ... [2021-03-12T03:24:26.833Z] Installing new version of config file /etc/lsb-release ... [2021-03-12T03:24:26.833Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-12T03:24:27.095Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-12T03:24:27.095Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-12T03:24:27.095Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-12T03:24:27.357Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T03:24:27.357Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-12T03:24:27.357Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-12T03:24:27.619Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-12T03:24:27.619Z] 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-12T03:24:27.619Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T03:24:27.619Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T03:24:27.880Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-12T03:24:27.880Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-12T03:24:27.880Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T03:24:27.880Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-12T03:24:28.142Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-12T03:24:28.142Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-12T03:24:28.404Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T03:24:28.404Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-12T03:24:28.404Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-12T03:24:28.666Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-12T03:24:28.666Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T03:24:28.666Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-12T03:24:28.666Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-12T03:24:28.927Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-12T03:24:28.927Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T03:24:28.927Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-12T03:24:28.927Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-12T03:24:29.189Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-12T03:24:29.451Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T03:24:29.451Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-12T03:24:29.451Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-12T03:24:29.451Z] Setting up grep (3.1-2build1) ... [2021-03-12T03:24:29.451Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T03:24:29.451Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-12T03:24:29.451Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-12T03:24:29.714Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-12T03:24:29.714Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T03:24:29.714Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-12T03:24:29.714Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-12T03:24:29.976Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-12T03:24:29.976Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T03:24:29.976Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-12T03:24:29.976Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-12T03:24:30.549Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-12T03:24:30.549Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-12T03:24:30.816Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-12T03:24:30.816Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-12T03:24:31.390Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-12T03:24:31.390Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T03:24:31.390Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-12T03:24:31.390Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-12T03:24:32.781Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-12T03:24:32.781Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-12T03:24:32.781Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-12T03:24:32.781Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-12T03:24:32.781Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-12T03:24:33.043Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T03:24:33.043Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-12T03:24:33.043Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-12T03:24:33.043Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-12T03:24:33.304Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T03:24:33.304Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T03:24:33.304Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T03:24:33.304Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-12T03:24:33.566Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T03:24:33.566Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T03:24:33.566Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T03:24:33.566Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-12T03:24:33.566Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T03:24:33.566Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T03:24:33.566Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T03:24:33.829Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-12T03:24:33.829Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T03:24:33.829Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T03:24:33.829Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T03:24:34.092Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-12T03:24:34.092Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T03:24:34.092Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-12T03:24:34.092Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-12T03:24:34.092Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-12T03:24:34.354Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-12T03:24:34.354Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-12T03:24:34.354Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T03:24:34.354Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-12T03:24:34.354Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-12T03:24:34.616Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-12T03:24:34.616Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T03:24:34.616Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T03:24:34.616Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T03:24:34.878Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-12T03:24:34.878Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T03:24:34.878Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T03:24:34.878Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T03:24:35.140Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-12T03:24:35.140Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T03:24:35.140Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T03:24:35.140Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T03:24:35.712Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-12T03:24:35.974Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-12T03:24:36.235Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-12T03:24:36.235Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T03:24:36.235Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-12T03:24:36.235Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-12T03:24:36.498Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-12T03:24:36.759Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T03:24:36.759Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-12T03:24:36.759Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-12T03:24:36.759Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-12T03:24:37.021Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T03:24:37.021Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-12T03:24:37.021Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-12T03:24:37.021Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-12T03:24:37.284Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T03:24:37.284Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-12T03:24:37.284Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-12T03:24:37.547Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-12T03:24:37.547Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T03:24:37.547Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-12T03:24:37.547Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-12T03:24:37.808Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-12T03:24:37.808Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T03:24:37.808Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-12T03:24:37.808Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-12T03:24:38.069Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-12T03:24:38.069Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T03:24:38.069Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-12T03:24:38.347Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-12T03:24:38.347Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-12T03:24:38.347Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T03:24:38.347Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-12T03:24:38.621Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-12T03:24:38.621Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-12T03:24:38.911Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T03:24:38.911Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T03:24:38.911Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T03:24:39.184Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-12T03:24:39.184Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-12T03:24:39.184Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-12T03:24:39.450Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-12T03:24:39.450Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-12T03:24:39.450Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T03:24:39.450Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-12T03:24:39.450Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-12T03:24:39.726Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-12T03:24:39.726Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T03:24:39.726Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-12T03:24:40.010Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-12T03:24:40.010Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-12T03:24:40.292Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T03:24:40.292Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-12T03:24:40.292Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-12T03:24:40.583Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-12T03:24:40.583Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T03:24:40.583Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-12T03:24:40.583Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-12T03:24:40.848Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-12T03:24:40.848Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T03:24:40.848Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-12T03:24:40.848Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-12T03:24:41.420Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-12T03:24:41.420Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T03:24:41.421Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-12T03:24:41.421Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-12T03:24:41.681Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-12T03:24:41.682Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T03:24:41.682Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-12T03:24:41.682Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-12T03:24:41.944Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-12T03:24:42.205Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T03:24:42.205Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-12T03:24:42.205Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-12T03:24:42.205Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-12T03:24:42.466Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T03:24:42.466Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-12T03:24:42.466Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-12T03:24:42.466Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-12T03:24:42.727Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T03:24:42.727Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-12T03:24:42.727Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-12T03:24:43.299Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-12T03:24:43.562Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T03:24:43.562Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-12T03:24:43.562Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-12T03:24:43.562Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-12T03:24:43.825Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T03:24:43.825Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-12T03:24:43.825Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-12T03:24:43.825Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-12T03:24:43.825Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-12T03:24:43.825Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-12T03:24:44.087Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-12T03:24:44.087Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-12T03:24:44.087Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-12T03:24:44.353Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-12T03:24:44.353Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-12T03:24:44.353Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-12T03:24:44.353Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-12T03:24:44.616Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-12T03:24:44.616Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-12T03:24:44.877Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-12T03:24:44.877Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-12T03:24:44.877Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-12T03:24:44.877Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-12T03:24:45.138Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-12T03:24:45.138Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-12T03:24:45.138Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-12T03:24:45.138Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-12T03:24:45.398Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-12T03:24:45.399Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-12T03:24:45.399Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-12T03:24:45.659Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-12T03:24:45.659Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-12T03:24:45.659Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-12T03:24:46.602Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-12T03:24:46.602Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-12T03:24:46.602Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-12T03:24:46.602Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-12T03:24:46.862Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-12T03:24:46.862Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-12T03:24:47.438Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-12T03:24:47.438Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-12T03:24:47.700Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-12T03:24:47.700Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-12T03:24:47.700Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-12T03:24:47.700Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-12T03:24:47.961Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T03:24:47.961Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T03:24:47.961Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T03:24:47.961Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T03:24:48.223Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T03:24:48.223Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T03:24:48.223Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T03:24:48.485Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T03:24:49.431Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T03:24:49.431Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T03:24:50.377Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T03:24:50.377Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T03:24:51.324Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T03:24:51.324Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T03:24:51.586Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T03:24:51.586Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T03:24:52.531Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T03:24:52.531Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T03:24:52.531Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-12T03:24:52.531Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-12T03:24:52.793Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-12T03:24:52.793Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-12T03:24:52.793Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-12T03:24:53.055Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-12T03:24:53.055Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-12T03:24:53.055Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-12T03:24:53.316Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-12T03:24:53.581Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-12T03:24:53.581Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-12T03:24:53.581Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-12T03:24:53.581Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-12T03:24:53.842Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-12T03:24:53.842Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T03:24:53.842Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-12T03:24:53.842Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T03:24:53.842Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T03:24:53.842Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T03:24:53.842Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-12T03:24:54.103Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-12T03:24:54.103Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-12T03:24:54.103Z] [2021-03-12T03:24:54.103Z] Current default time zone: 'Etc/UTC' [2021-03-12T03:24:54.103Z] Local time is now: Fri Mar 12 03:24:54 UTC 2021. [2021-03-12T03:24:54.103Z] Universal Time is now: Fri Mar 12 03:24:54 UTC 2021. [2021-03-12T03:24:54.103Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-12T03:24:54.103Z] [2021-03-12T03:24:54.103Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-12T03:24:54.103Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T03:24:54.103Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-12T03:24:54.364Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-12T03:24:54.364Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-12T03:24:54.364Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-12T03:24:54.364Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-12T03:24:54.364Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-12T03:24:54.364Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-12T03:24:54.626Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-12T03:24:54.626Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T03:24:54.626Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-12T03:24:54.886Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T03:24:54.886Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-12T03:24:54.886Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T03:24:54.886Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-12T03:24:54.886Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-12T03:24:54.886Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-12T03:24:55.148Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-12T03:24:55.148Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-12T03:24:55.148Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-12T03:24:55.148Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-12T03:24:55.148Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-12T03:24:56.531Z] Updating certificates in /etc/ssl/certs... [2021-03-12T03:24:57.473Z] 23 added, 27 removed; done. [2021-03-12T03:24:57.473Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-12T03:24:57.473Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T03:24:57.473Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-12T03:24:57.473Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-12T03:24:57.473Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-12T03:24:57.733Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T03:24:57.733Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-12T03:24:57.733Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T03:24:57.733Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T03:24:57.733Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T03:24:57.733Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T03:24:57.733Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T03:24:57.994Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-12T03:24:57.994Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-12T03:24:57.994Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-12T03:24:57.994Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-12T03:24:57.994Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-12T03:24:57.994Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T03:24:58.260Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T03:24:58.260Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-12T03:24:58.260Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-12T03:24:58.260Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-12T03:24:58.260Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-12T03:24:58.520Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-12T03:24:58.520Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-12T03:24:58.520Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-12T03:24:58.520Z] Updating certificates in /etc/ssl/certs... [2021-03-12T03:24:59.091Z] 0 added, 0 removed; done. [2021-03-12T03:24:59.091Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-12T03:24:59.091Z] done. [2021-03-12T03:24:59.664Z] Reading package lists... [2021-03-12T03:24:59.925Z] Building dependency tree... [2021-03-12T03:24:59.925Z] Reading state information... [2021-03-12T03:24:59.925Z] The following NEW packages will be installed: [2021-03-12T03:24:59.925Z] apt-transport-https [2021-03-12T03:25:00.186Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-12T03:25:00.186Z] Need to get 1696 B of archives. [2021-03-12T03:25:00.186Z] After this operation, 153 kB of additional disk space will be used. [2021-03-12T03:25:00.186Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-12T03:25:00.449Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-12T03:25:00.449Z] Fetched 1696 B in 0s (8817 B/s) [2021-03-12T03:25:00.449Z] Selecting previously unselected package apt-transport-https. [2021-03-12T03:25:00.449Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-12T03:25:00.449Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-12T03:25:00.449Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-12T03:25:00.449Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-12T03:25:00.711Z] Waiting for network to be ready... [2021-03-12T03:25:07.297Z] 2021-03-12T03:25:04Z INFO Waiting for automatic snapd restart... [2021-03-12T03:25:07.297Z] snapd 2.49 from Canonical* installed [2021-03-12T03:25:08.682Z] "snapd" switched to the "latest/stable" channel [2021-03-12T03:25:08.682Z] [2021-03-12T03:25:10.310Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T03:25:10.310Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-12T03:25:10.310Z] ---> 0035aaa1b6fc [2021-03-12T03:25:10.310Z] Step 3/22 : WORKDIR /edgex-go [2021-03-12T03:25:10.310Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T03:25:10.310Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-12T03:25:10.310Z] ---> 0035aaa1b6fc [2021-03-12T03:25:10.310Z] Step 3/31 : WORKDIR /edgex-go [2021-03-12T03:25:10.310Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T03:25:10.310Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-12T03:25:10.310Z] ---> 0035aaa1b6fc [2021-03-12T03:25:10.310Z] Step 3/21 : WORKDIR /edgex-go [2021-03-12T03:25:10.310Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T03:25:10.310Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-12T03:25:10.310Z] ---> 0035aaa1b6fc [2021-03-12T03:25:10.310Z] Step 3/23 : WORKDIR /edgex-go [2021-03-12T03:25:10.310Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T03:25:10.310Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-12T03:25:10.310Z] ---> 0035aaa1b6fc [2021-03-12T03:25:10.310Z] Step 3/23 : WORKDIR /edgex-go [2021-03-12T03:25:10.310Z] ---> Running in 899e31fd98f4 [2021-03-12T03:25:10.310Z] ---> Running in 01c5aac28b61 [2021-03-12T03:25:10.310Z] ---> Running in 0caf511e7ef9 [2021-03-12T03:25:10.310Z] ---> Running in 37d6172826f1 [2021-03-12T03:25:10.310Z] ---> Running in 9235d9247799 [2021-03-12T03:25:10.310Z] Removing intermediate container 0caf511e7ef9 [2021-03-12T03:25:10.310Z] Removing intermediate container 37d6172826f1 [2021-03-12T03:25:10.310Z] ---> 556f1b159ecd [2021-03-12T03:25:10.310Z] ---> 8899644fbb99 [2021-03-12T03:25:10.310Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T03:25:10.310Z] [2021-03-12T03:25:10.310Z] Removing intermediate container 9235d9247799 [2021-03-12T03:25:10.310Z] ---> b781d525c6d9 [2021-03-12T03:25:10.310Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T03:25:10.310Z] Removing intermediate container 899e31fd98f4 [2021-03-12T03:25:10.310Z] ---> bc31c04aabfd [2021-03-12T03:25:10.310Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T03:25:10.310Z] Removing intermediate container 01c5aac28b61 [2021-03-12T03:25:10.310Z] ---> 8df5a50e4e0f [2021-03-12T03:25:10.310Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T03:25:10.310Z] ---> Running in 474256acbf9b [2021-03-12T03:25:10.310Z] ---> Running in a83f98248b9c [2021-03-12T03:25:10.310Z] ---> Running in aeaf2ed1ed9c [2021-03-12T03:25:10.310Z] ---> Running in 3f487dfd47db [2021-03-12T03:25:10.310Z] ---> Running in a626ed792bec [2021-03-12T03:25:10.310Z] Removing intermediate container a83f98248b9c [2021-03-12T03:25:10.310Z] ---> 92c904032968 [2021-03-12T03:25:10.310Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-12T03:25:10.310Z] ---> Running in d50f9c4a6c52 [2021-03-12T03:25:10.310Z] Removing intermediate container 3f487dfd47db [2021-03-12T03:25:10.310Z] ---> 6222f238e898 [2021-03-12T03:25:10.310Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-12T03:25:10.310Z] Removing intermediate container 474256acbf9b [2021-03-12T03:25:10.310Z] ---> 7470a10bce75 [2021-03-12T03:25:10.310Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-12T03:25:10.310Z] ---> Running in 61afa466855c [2021-03-12T03:25:10.310Z] ---> Running in 63f71ea252cd [2021-03-12T03:25:10.310Z] Removing intermediate container a626ed792bec [2021-03-12T03:25:10.310Z] ---> 38ca5b23d89d [2021-03-12T03:25:10.310Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-12T03:25:10.310Z] Removing intermediate container aeaf2ed1ed9c [2021-03-12T03:25:10.310Z] ---> d1e4e4c3d750 [2021-03-12T03:25:10.310Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-12T03:25:10.310Z] ---> Running in 4df16950ac1f [2021-03-12T03:25:10.310Z] ---> Running in 220ccc5cdbc1 [2021-03-12T03:25:10.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T03:25:10.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T03:25:10.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T03:25:10.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T03:25:11.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T03:25:11.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T03:25:11.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T03:25:11.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T03:25:11.690Z] OK: 217 MiB in 51 packages [2021-03-12T03:25:11.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T03:25:11.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T03:25:12.272Z] OK: 217 MiB in 51 packages [2021-03-12T03:25:12.549Z] OK: 217 MiB in 51 packages [2021-03-12T03:25:12.898Z] core18 20210128 from Canonical* installed [2021-03-12T03:25:12.898Z] "core18" switched to the "latest/stable" channel [2021-03-12T03:25:12.898Z] [2021-03-12T03:25:13.163Z] OK: 217 MiB in 51 packages [2021-03-12T03:25:13.164Z] OK: 217 MiB in 51 packages [2021-03-12T03:25:13.440Z] Removing intermediate container d50f9c4a6c52 [2021-03-12T03:25:13.440Z] ---> 9287eaf076a2 [2021-03-12T03:25:13.440Z] Step 6/21 : COPY go.mod . [2021-03-12T03:25:14.429Z] Removing intermediate container 61afa466855c [2021-03-12T03:25:14.429Z] ---> a5e07250407c [2021-03-12T03:25:14.429Z] Step 6/23 : COPY go.mod . [2021-03-12T03:25:14.429Z] Removing intermediate container 63f71ea252cd [2021-03-12T03:25:14.429Z] ---> 97829367001c [2021-03-12T03:25:14.429Z] Step 6/31 : COPY go.mod . [2021-03-12T03:25:14.429Z] ---> 11ce76302f63 [2021-03-12T03:25:14.429Z] Step 7/21 : RUN go mod download [2021-03-12T03:25:14.708Z] ---> Running in 7d93ff4dcf74 [2021-03-12T03:25:14.985Z] Removing intermediate container 220ccc5cdbc1 [2021-03-12T03:25:14.985Z] ---> 0cdf26267803 [2021-03-12T03:25:14.985Z] Step 6/22 : COPY go.mod . [2021-03-12T03:25:14.985Z] Removing intermediate container 4df16950ac1f [2021-03-12T03:25:14.985Z] ---> f83ae050b1f4 [2021-03-12T03:25:14.985Z] Step 6/23 : COPY go.mod . [2021-03-12T03:25:15.260Z] ---> a6742ab1e185 [2021-03-12T03:25:15.260Z] Step 7/23 : RUN go mod download [2021-03-12T03:25:15.546Z] ---> 31f5e2b84ea8 [2021-03-12T03:25:15.546Z] Step 7/31 : RUN go mod download [2021-03-12T03:25:15.546Z] ---> Running in ea9fc242261f [2021-03-12T03:25:15.830Z] ---> Running in ae10f08412ae [2021-03-12T03:25:16.107Z] ---> af36b5955315 [2021-03-12T03:25:16.107Z] Step 7/23 : RUN go mod download [2021-03-12T03:25:16.107Z] ---> e13e79f03f93 [2021-03-12T03:25:16.107Z] Step 7/22 : RUN go mod download [2021-03-12T03:25:16.388Z] ---> Running in 69626c17e2dc [2021-03-12T03:25:16.388Z] ---> Running in d2c5aeb68248 [2021-03-12T03:25:18.190Z] snapcraft 4.5.4 from Canonical* installed [2021-03-12T03:25:18.190Z] "snapcraft" switched to the "latest/stable" channel [2021-03-12T03:25:18.190Z] [2021-03-12T03:25:19.026Z] Removing intermediate container 7d93ff4dcf74 [2021-03-12T03:25:19.026Z] ---> dd87221956a9 [2021-03-12T03:25:19.026Z] Step 8/21 : COPY . . [2021-03-12T03:25:21.007Z] Removing intermediate container ea9fc242261f [2021-03-12T03:25:21.007Z] ---> fa0eb11515b0 [2021-03-12T03:25:21.007Z] Step 8/23 : COPY . . [2021-03-12T03:25:21.489Z] 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-12T03:25:21.489Z] - README.md [2021-03-12T03:25:21.489Z] [2021-03-12T03:25:21.489Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-12T03:25:21.645Z] Removing intermediate container ae10f08412ae [2021-03-12T03:25:21.645Z] ---> d6fb944c455d [2021-03-12T03:25:21.645Z] Step 8/31 : COPY . . [2021-03-12T03:25:21.917Z] Removing intermediate container 69626c17e2dc [2021-03-12T03:25:21.917Z] ---> fd6fb659cdbd [2021-03-12T03:25:21.917Z] Step 8/22 : COPY . . [2021-03-12T03:25:22.900Z] Removing intermediate container d2c5aeb68248 [2021-03-12T03:25:22.900Z] ---> 011bc9fb002a [2021-03-12T03:25:22.900Z] Step 8/23 : COPY . . [2021-03-12T03:25:28.073Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-12T03:25:28.074Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-12T03:25:28.074Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-12T03:25:28.074Z] Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-12T03:25:29.724Z] Reading package lists... [2021-03-12T03:25:29.986Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-12T03:25:36.591Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-12T03:25:36.591Z] Reading package lists... [2021-03-12T03:25:36.591Z] Building dependency tree... [2021-03-12T03:25:36.591Z] Reading state information... [2021-03-12T03:25:36.591Z] Suggested packages: [2021-03-12T03:25:36.591Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-12T03:25:36.591Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-12T03:25:36.591Z] Recommended packages: [2021-03-12T03:25:36.591Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-12T03:25:36.591Z] The following NEW packages will be installed: [2021-03-12T03:25:36.591Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-12T03:25:36.591Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-12T03:25:36.591Z] pkg-config zip [2021-03-12T03:25:36.591Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-12T03:25:36.591Z] Need to get 7658 kB of archives. [2021-03-12T03:25:36.591Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-12T03:25:36.591Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] [2021-03-12T03:25:36.591Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-12T03:25:36.852Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-12T03:25:36.852Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-12T03:25:37.114Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-12T03:25:37.114Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-12T03:25:37.114Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-12T03:25:37.114Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-12T03:25:37.114Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-12T03:25:37.114Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-12T03:25:37.377Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-12T03:25:37.377Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-12T03:25:37.377Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-12T03:25:37.638Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-12T03:25:37.638Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-12T03:25:37.899Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-12T03:25:37.899Z] Fetched 7658 kB in 1s (6271 kB/s) [2021-03-12T03:25:37.899Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-12T03:25:37.899Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-12T03:25:37.899Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... [2021-03-12T03:25:37.899Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-12T03:25:38.161Z] Selecting previously unselected package libpsl5:amd64. [2021-03-12T03:25:38.161Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-12T03:25:38.161Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-12T03:25:38.423Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-12T03:25:38.423Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-12T03:25:38.423Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-12T03:25:38.423Z] Selecting previously unselected package librtmp1:amd64. [2021-03-12T03:25:38.423Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-12T03:25:38.423Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-12T03:25:38.423Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-12T03:25:38.423Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-12T03:25:38.423Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-12T03:25:38.691Z] Selecting previously unselected package liberror-perl. [2021-03-12T03:25:38.691Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-12T03:25:38.691Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-12T03:25:38.691Z] Selecting previously unselected package git-man. [2021-03-12T03:25:38.691Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-12T03:25:38.691Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-12T03:25:38.953Z] Selecting previously unselected package git. [2021-03-12T03:25:38.953Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-12T03:25:38.953Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-12T03:25:39.896Z] Selecting previously unselected package libnorm1:amd64. [2021-03-12T03:25:39.896Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-12T03:25:39.896Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-12T03:25:39.896Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-12T03:25:39.896Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-12T03:25:39.896Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-12T03:25:39.896Z] Selecting previously unselected package libsodium23:amd64. [2021-03-12T03:25:39.896Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-12T03:25:39.896Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-12T03:25:39.896Z] Selecting previously unselected package libzmq5:amd64. [2021-03-12T03:25:39.896Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-12T03:25:40.157Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-12T03:25:40.157Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-12T03:25:40.157Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-12T03:25:40.157Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-12T03:25:40.423Z] Selecting previously unselected package pkg-config. [2021-03-12T03:25:40.423Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-12T03:25:40.423Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-12T03:25:40.423Z] Selecting previously unselected package zip. [2021-03-12T03:25:40.423Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-12T03:25:40.423Z] Unpacking zip (3.0-11build1) ... [2021-03-12T03:25:40.423Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-12T03:25:40.423Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-12T03:25:40.683Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-12T03:25:40.683Z] Setting up liberror-perl (0.17025-1) ... [2021-03-12T03:25:40.683Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-12T03:25:40.683Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-12T03:25:40.683Z] No schema files found: doing nothing. [2021-03-12T03:25:40.683Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-12T03:25:40.683Z] Setting up zip (3.0-11build1) ... [2021-03-12T03:25:40.683Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-12T03:25:40.683Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-12T03:25:40.683Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-12T03:25:41.063Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-12T03:25:41.063Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-12T03:25:41.063Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-12T03:25:41.063Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-12T03:25:41.063Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-12T03:25:47.756Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-12T03:25:47.756Z] git set to automatically installed. [2021-03-12T03:25:47.756Z] git-man set to automatically installed. [2021-03-12T03:25:47.756Z] libcurl3-gnutls set to automatically installed. [2021-03-12T03:25:47.756Z] liberror-perl set to automatically installed. [2021-03-12T03:25:47.756Z] libglib2.0-0 set to automatically installed. [2021-03-12T03:25:47.756Z] libnghttp2-14 set to automatically installed. [2021-03-12T03:25:47.756Z] libnorm1 set to automatically installed. [2021-03-12T03:25:47.756Z] libpgm-5.2-0 set to automatically installed. [2021-03-12T03:25:47.756Z] libpsl5 set to automatically installed. [2021-03-12T03:25:47.756Z] librtmp1 set to automatically installed. [2021-03-12T03:25:47.756Z] libsodium23 set to automatically installed. [2021-03-12T03:25:47.756Z] libzmq3-dev set to automatically installed. [2021-03-12T03:25:47.756Z] libzmq5 set to automatically installed. [2021-03-12T03:25:47.756Z] pkg-config set to automatically installed. [2021-03-12T03:25:47.756Z] zip set to automatically installed. [2021-03-12T03:25:49.142Z] snapd is not logged in, snap install commands will use sudo [2021-03-12T03:25:49.734Z] ---> 607c0f701405 [2021-03-12T03:25:49.734Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-12T03:25:49.734Z] ---> 6dfd2b7e4702 [2021-03-12T03:25:49.734Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-12T03:25:49.734Z] ---> 07b336892488 [2021-03-12T03:25:49.734Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-12T03:25:49.734Z] ---> 7b70445bf5db [2021-03-12T03:25:49.734Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-12T03:25:49.734Z] ---> 47396f41c3b8 [2021-03-12T03:25:49.734Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-12T03:25:49.734Z] ---> Running in e2cab1db271b [2021-03-12T03:25:49.734Z] ---> Running in bfccd5b57967 [2021-03-12T03:25:49.734Z] ---> Running in 461ff475948c [2021-03-12T03:25:49.734Z] ---> Running in 7afccc382887 [2021-03-12T03:25:49.734Z] ---> Running in 0f5234a8e5eb [2021-03-12T03:25:49.734Z] 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-12T03:25:49.734Z] 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-12T03:25:49.734Z] 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-12T03:25:49.734Z] 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-12T03:25:49.734Z] 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-12T03:25:55.736Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-12T03:26:17.722Z] go (1.15/stable) 1.15.9 from Michael Hudson-Doyle (mwhudson) installed [2021-03-12T03:26:17.722Z] snapd is not logged in, snap install commands will use sudo [2021-03-12T03:26:23.006Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-12T03:26:23.267Z] snap "core18" has no updates available [2021-03-12T03:26:23.837Z] Pulling config-common [2021-03-12T03:26:23.837Z] + snapcraftctl pull [2021-03-12T03:26:25.222Z] Pulling go-build-helper [2021-03-12T03:26:25.222Z] + snapcraftctl pull [2021-03-12T03:26:26.165Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-03-12T03:26:26.165Z] Skipping pull go-build-helper (already ran) [2021-03-12T03:26:26.165Z] Building go-build-helper [2021-03-12T03:26:26.165Z] + snapcraftctl build [2021-03-12T03:26:28.706Z] Staging go-build-helper [2021-03-12T03:26:28.706Z] + snapcraftctl stage [2021-03-12T03:26:40.940Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-12T03:26:40.940Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-12T03:26:40.940Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-12T03:26:40.940Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-12T03:26:40.940Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-12T03:26:40.940Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-12T03:26:40.940Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-12T03:26:40.940Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-12T03:26:40.940Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-12T03:26:40.940Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-12T03:26:40.940Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-12T03:26:40.940Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-12T03:26:40.940Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-12T03:26:40.940Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-12T03:26:40.940Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-12T03:26:40.940Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-12T03:26:40.940Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-12T03:26:40.940Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-12T03:26:40.940Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-12T03:26:40.940Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-03-12T03:26:40.940Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-12T03:26:40.940Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-12T03:26:40.940Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-12T03:26:40.940Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-12T03:26:40.940Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-12T03:26:40.940Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-12T03:26:40.940Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-12T03:26:40.940Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-12T03:26:40.940Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-12T03:26:40.940Z] Fetched 224 kB in 0s (0 B/s) [2021-03-12T03:26:40.940Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-12T03:26:40.940Z] Fetched 157 kB in 0s (0 B/s) [2021-03-12T03:26:40.940Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-12T03:26:40.940Z] Fetched 221 kB in 0s (0 B/s) [2021-03-12T03:26:40.940Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-12T03:26:40.940Z] Fetched 143 kB in 0s (0 B/s) [2021-03-12T03:26:40.940Z] Pulling edgex-go [2021-03-12T03:26:40.940Z] + snapcraftctl pull [2021-03-12T03:27:02.912Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-12T03:27:02.912Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-12T03:27:02.912Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-12T03:27:02.912Z] Fetched 0 B in 0s (0 B/s) [2021-03-12T03:27:02.912Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-12T03:27:02.912Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-12T03:27:02.912Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-12T03:27:02.912Z] Fetched 279 kB in 0s (0 B/s) [2021-03-12T03:27:02.912Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-12T03:27:02.912Z] Fetched 122 kB in 0s (0 B/s) [2021-03-12T03:27:02.912Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-12T03:27:02.912Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-12T03:27:02.912Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-12T03:27:02.912Z] Fetched 8848 B in 0s (0 B/s) [2021-03-12T03:27:02.912Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-12T03:27:02.912Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-12T03:27:02.912Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-12T03:27:02.912Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-12T03:27:02.912Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-12T03:27:02.912Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-12T03:27:02.912Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-12T03:27:02.912Z] Fetched 214 kB in 0s (0 B/s) [2021-03-12T03:27:02.912Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-12T03:27:02.912Z] Fetched 154 kB in 0s (0 B/s) [2021-03-12T03:27:02.912Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-12T03:27:02.912Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-12T03:27:02.912Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-12T03:27:02.912Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-12T03:27:02.912Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-12T03:27:02.912Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-12T03:27:02.912Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-12T03:27:02.912Z] Fetched 499 kB in 0s (0 B/s) [2021-03-12T03:27:02.912Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-12T03:27:02.912Z] Fetched 111 kB in 0s (0 B/s) [2021-03-12T03:27:02.912Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-12T03:27:02.912Z] Fetched 240 kB in 0s (0 B/s) [2021-03-12T03:27:02.912Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-12T03:27:02.912Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-12T03:27:02.912Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-12T03:27:02.912Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-12T03:27:02.912Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-12T03:27:02.912Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-12T03:27:02.912Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-12T03:27:02.912Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-12T03:27:02.913Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-12T03:27:02.913Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-12T03:27:02.913Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-12T03:27:02.913Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-12T03:27:02.913Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-12T03:27:02.913Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-12T03:27:02.913Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-12T03:27:02.913Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-12T03:27:02.913Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-12T03:27:02.913Z] Fetched 8720 B in 0s (0 B/s) [2021-03-12T03:27:02.913Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-12T03:27:02.913Z] Fetched 137 kB in 0s (0 B/s) [2021-03-12T03:27:02.913Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-12T03:27:02.913Z] Fetched 119 kB in 0s (0 B/s) [2021-03-12T03:27:02.913Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-12T03:27:02.913Z] Fetched 109 kB in 0s (0 B/s) [2021-03-12T03:27:02.913Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-12T03:27:02.913Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-12T03:27:02.913Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-12T03:27:02.913Z] Fetched 645 kB in 0s (0 B/s) [2021-03-12T03:27:02.913Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-12T03:27:02.913Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-12T03:27:02.913Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-12T03:27:02.913Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-12T03:27:02.913Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-12T03:27:02.913Z] Fetched 368 kB in 0s (0 B/s) [2021-03-12T03:27:02.913Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-12T03:27:02.913Z] Fetched 187 kB in 0s (0 B/s) [2021-03-12T03:27:02.913Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-12T03:27:02.913Z] Fetched 175 kB in 0s (0 B/s) [2021-03-12T03:27:02.913Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-12T03:27:02.913Z] Fetched 206 kB in 0s (0 B/s) [2021-03-12T03:27:02.913Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-12T03:27:02.913Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-12T03:27:02.913Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-12T03:27:02.913Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-12T03:27:02.913Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-12T03:27:02.913Z] Fetched 159 kB in 0s (0 B/s) [2021-03-12T03:27:02.913Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-12T03:27:02.913Z] Fetched 107 kB in 0s (0 B/s) [2021-03-12T03:27:02.913Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-12T03:27:02.913Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-12T03:27:02.913Z] Pulling static-packages [2021-03-12T03:27:02.913Z] + snapcraftctl pull [2021-03-12T03:27:02.913Z] Pulling version [2021-03-12T03:27:02.913Z] + cd /root/project [2021-03-12T03:27:02.913Z] + [ -f VERSION ] [2021-03-12T03:27:02.913Z] + PROJECT_VERSION=local-dev [2021-03-12T03:27:02.913Z] + git rev-parse --short HEAD [2021-03-12T03:27:02.913Z] + GIT_REVISION=9c7532e7 [2021-03-12T03:27:02.913Z] + snapcraftctl set-version local-dev [2021-03-12T03:27:03.856Z] Building config-common [2021-03-12T03:27:03.856Z] + snapcraftctl build [2021-03-12T03:27:06.401Z] Skipping build go-build-helper (already ran) [2021-03-12T03:27:06.401Z] Building edgex-go [2021-03-12T03:27:06.663Z] + cd /root/parts/edgex-go/src [2021-03-12T03:27:06.663Z] + make build [2021-03-12T03:27:06.663Z] 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-12T03:27:09.228Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-12T03:27:09.228Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-12T03:27:09.228Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-12T03:27:09.228Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.48 [2021-03-12T03:27:09.228Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-12T03:27:09.228Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-12T03:27:09.488Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-12T03:27:09.488Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-12T03:27:09.488Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-12T03:27:09.488Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-12T03:27:09.488Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-12T03:27:09.488Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-12T03:27:09.488Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-12T03:27:09.750Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-12T03:27:09.750Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-12T03:27:09.750Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-12T03:27:09.750Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-12T03:27:09.750Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-12T03:27:09.750Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-12T03:27:09.750Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-12T03:27:09.750Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-12T03:27:09.750Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-12T03:27:09.750Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-12T03:27:10.041Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-12T03:27:10.041Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-12T03:27:10.041Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-12T03:27:10.041Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-12T03:27:10.041Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-12T03:27:10.041Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-12T03:27:10.041Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-12T03:27:10.314Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-12T03:27:10.314Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-12T03:27:10.600Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-12T03:27:10.600Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-12T03:27:10.600Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-12T03:27:10.600Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-12T03:27:10.600Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-12T03:27:10.600Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-12T03:27:10.600Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-12T03:27:10.600Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-12T03:27:10.600Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-12T03:27:10.600Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-12T03:27:10.600Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-12T03:27:10.600Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-12T03:27:10.864Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-12T03:27:11.580Z] 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-12T03:27:20.896Z] 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-12T03:27:20.896Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-12T03:27:27.473Z] 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-12T03:27:28.415Z] 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-12T03:27:29.959Z] Removing intermediate container bfccd5b57967 [2021-03-12T03:27:29.959Z] ---> faea9c4fd5f9 [2021-03-12T03:27:29.959Z] [2021-03-12T03:27:29.959Z] Step 10/21 : FROM alpine:3.12 [2021-03-12T03:27:29.959Z] 3.12: Pulling from library/alpine [2021-03-12T03:27:30.327Z] 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-12T03:27:30.896Z] 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-12T03:27:30.973Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-12T03:27:30.973Z] Status: Downloaded newer image for alpine:3.12 [2021-03-12T03:27:30.973Z] ---> d10569e2745f [2021-03-12T03:27:30.973Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-12T03:27:31.157Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-12T03:27:31.157Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-12T03:27:31.157Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-12T03:27:31.157Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-12T03:27:31.256Z] ---> Running in 7851ee4d46ae [2021-03-12T03:27:33.255Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T03:27:33.709Z] 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-12T03:27:33.709Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-12T03:27:33.709Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-12T03:27:33.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T03:27:34.498Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-12T03:27:34.498Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-12T03:27:34.498Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-12T03:27:34.498Z] (4/4) Installing curl (7.69.1-r3) [2021-03-12T03:27:34.779Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T03:27:34.779Z] Executing ca-certificates-20191127-r4.trigger [2021-03-12T03:27:35.071Z] OK: 7 MiB in 18 packages [2021-03-12T03:27:35.071Z] Removing intermediate container 7afccc382887 [2021-03-12T03:27:35.071Z] ---> f6ed6519d262 [2021-03-12T03:27:35.071Z] [2021-03-12T03:27:35.071Z] Step 10/31 : FROM alpine:3.12 [2021-03-12T03:27:35.071Z] ---> d10569e2745f [2021-03-12T03:27:35.071Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-12T03:27:35.101Z] 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-12T03:27:35.682Z] ---> Running in 3583e9a8df74 [2021-03-12T03:27:36.487Z] 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-12T03:27:36.487Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-12T03:27:36.685Z] Removing intermediate container 3583e9a8df74 [2021-03-12T03:27:36.685Z] ---> 3604729c992a [2021-03-12T03:27:36.685Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-12T03:27:36.967Z] ---> Running in 30c5ae45c33b [2021-03-12T03:27:37.577Z] Removing intermediate container 7851ee4d46ae [2021-03-12T03:27:37.577Z] ---> 4d3180f0bd2b [2021-03-12T03:27:37.577Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-12T03:27:37.850Z] ---> Running in 7d9ef6fede64 [2021-03-12T03:27:38.398Z] 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-12T03:27:38.842Z] Removing intermediate container 7d9ef6fede64 [2021-03-12T03:27:38.842Z] ---> 9ea42bd9aada [2021-03-12T03:27:38.842Z] Step 13/21 : WORKDIR /edgex [2021-03-12T03:27:39.338Z] 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-12T03:27:39.444Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T03:27:39.444Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T03:27:39.444Z] ---> Running in e7093060f067 [2021-03-12T03:27:39.598Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-12T03:27:40.438Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-12T03:27:40.438Z] (2/2) Installing su-exec (0.2-r1) [2021-03-12T03:27:40.438Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T03:27:40.438Z] OK: 5 MiB in 16 packages [2021-03-12T03:27:40.438Z] Removing intermediate container e7093060f067 [2021-03-12T03:27:40.438Z] ---> 6426d6811b10 [2021-03-12T03:27:40.438Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-12T03:27:40.990Z] 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-12T03:27:40.990Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-12T03:27:42.450Z] ---> 4c4f47c6c3e7 [2021-03-12T03:27:42.450Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-12T03:27:42.724Z] Removing intermediate container 30c5ae45c33b [2021-03-12T03:27:42.725Z] ---> 57268b61ad1b [2021-03-12T03:27:42.725Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-12T03:27:43.539Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-12T03:27:43.539Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-12T03:27:43.539Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-12T03:27:43.539Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-12T03:27:43.539Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-12T03:27:43.539Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-12T03:27:43.539Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-12T03:27:43.539Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-12T03:27:43.539Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-12T03:27:43.539Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-12T03:27:43.539Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-12T03:27:43.539Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-12T03:27:43.539Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-12T03:27:43.539Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-12T03:27:43.539Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-12T03:27:43.539Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-12T03:27:43.539Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-12T03:27:43.539Z] + 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-12T03:27:43.539Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-12T03:27:43.539Z] + 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-12T03:27:43.539Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-12T03:27:43.539Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-12T03:27:43.539Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-12T03:27:43.539Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-12T03:27:43.539Z] + 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-12T03:27:43.714Z] ---> Running in ed566a95ee85 [2021-03-12T03:27:44.699Z] ---> c2519a912008 [2021-03-12T03:27:44.699Z] Removing intermediate container ed566a95ee85 [2021-03-12T03:27:44.699Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . ---> 2be60fe229c7 [2021-03-12T03:27:44.699Z] [2021-03-12T03:27:44.699Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-12T03:27:45.687Z] ---> Running in 1832da06325c [2021-03-12T03:27:46.075Z] Removing intermediate container e2cab1db271b [2021-03-12T03:27:46.075Z] ---> 341c0b4bb4f4 [2021-03-12T03:27:46.075Z] [2021-03-12T03:27:46.075Z] Step 10/23 : FROM alpine:3.12 [2021-03-12T03:27:46.075Z] ---> d10569e2745f [2021-03-12T03:27:46.075Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-12T03:27:46.780Z] ---> Running in ee5ddfaea10d [2021-03-12T03:27:46.842Z] Building static-packages [2021-03-12T03:27:46.842Z] + snapcraftctl build [2021-03-12T03:27:47.115Z] Removing intermediate container 1832da06325c [2021-03-12T03:27:47.115Z] ---> 6e299925f4e8 [2021-03-12T03:27:47.115Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-12T03:27:47.428Z] ---> a74d10b92d35 [2021-03-12T03:27:47.428Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-12T03:27:47.740Z] ---> Running in 53e37347f6f5 [2021-03-12T03:27:47.740Z] ---> Running in e6fc17ab6733 [2021-03-12T03:27:48.806Z] Removing intermediate container 0f5234a8e5eb [2021-03-12T03:27:48.806Z] ---> c241d41ba05a [2021-03-12T03:27:48.806Z] [2021-03-12T03:27:48.806Z] Step 10/22 : FROM alpine:3.12 [2021-03-12T03:27:48.806Z] ---> d10569e2745f [2021-03-12T03:27:48.806Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-12T03:27:49.399Z] Building version [2021-03-12T03:27:49.399Z] + snapcraftctl build [2021-03-12T03:27:49.452Z] Removing intermediate container e6fc17ab6733 [2021-03-12T03:27:49.452Z] ---> 0ac8b1965790 [2021-03-12T03:27:49.452Z] Step 18/21 : CMD ["--init=true"] [2021-03-12T03:27:49.452Z] ---> Running in 192b7fd36576 [2021-03-12T03:27:49.771Z] ---> Running in 9ad387a285b0 [2021-03-12T03:27:49.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T03:27:50.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T03:27:50.382Z] Removing intermediate container 9ad387a285b0 [2021-03-12T03:27:50.382Z] ---> fa3c3defcd27 [2021-03-12T03:27:50.382Z] Step 19/21 : LABEL arch=arm64 [2021-03-12T03:27:50.979Z] ---> Running in f84cd17ee0fb [2021-03-12T03:27:50.979Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-12T03:27:50.979Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T03:27:50.979Z] OK: 5 MiB in 15 packages [2021-03-12T03:27:51.581Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T03:27:51.856Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T03:27:51.856Z] Removing intermediate container f84cd17ee0fb [2021-03-12T03:27:51.856Z] ---> b74726227240 [2021-03-12T03:27:51.856Z] Step 20/21 : LABEL git_sha=9c7532e74af45d6676cfaa116e9ff17bb6363fa2 [2021-03-12T03:27:52.040Z] Staging config-common [2021-03-12T03:27:52.040Z] + snapcraftctl stage [2021-03-12T03:27:52.131Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-12T03:27:52.405Z] ---> Running in 90455f95cde9 [2021-03-12T03:27:52.405Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-12T03:27:52.405Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T03:27:52.405Z] Executing ca-certificates-20191127-r4.trigger [2021-03-12T03:27:52.405Z] Removing intermediate container 53e37347f6f5 [2021-03-12T03:27:52.405Z] ---> 8b3809d00ae3 [2021-03-12T03:27:52.405Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-12T03:27:52.683Z] OK: 6 MiB in 16 packages [2021-03-12T03:27:52.762Z] Skipping stage go-build-helper (already ran) [2021-03-12T03:27:52.762Z] Staging edgex-go [2021-03-12T03:27:52.762Z] + snapcraftctl stage [2021-03-12T03:27:53.279Z] ---> Running in c6b6dac09c6b [2021-03-12T03:27:53.280Z] Removing intermediate container ee5ddfaea10d [2021-03-12T03:27:53.280Z] ---> 195d628e2805 [2021-03-12T03:27:53.280Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T03:27:53.568Z] Removing intermediate container 90455f95cde9 [2021-03-12T03:27:53.568Z] ---> 5299ab782df9 [2021-03-12T03:27:53.568Z] Step 21/21 : LABEL version=0.0.0 [2021-03-12T03:27:53.707Z] Staging static-packages [2021-03-12T03:27:53.707Z] + snapcraftctl stage [2021-03-12T03:27:53.843Z] ---> Running in d5a1f3bd6c46 [2021-03-12T03:27:54.115Z] Removing intermediate container 461ff475948c [2021-03-12T03:27:54.115Z] ---> 3ed334ba9c55 [2021-03-12T03:27:54.115Z] [2021-03-12T03:27:54.115Z] Step 10/23 : FROM alpine:3.12 [2021-03-12T03:27:54.115Z] ---> d10569e2745f [2021-03-12T03:27:54.115Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-12T03:27:54.115Z] ---> Using cache [2021-03-12T03:27:54.115Z] ---> 195d628e2805 [2021-03-12T03:27:54.115Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T03:27:54.385Z] ---> Running in acfcb88d2b9f [2021-03-12T03:27:54.385Z] Removing intermediate container c6b6dac09c6b [2021-03-12T03:27:54.385Z] ---> 572e3c2706b8 [2021-03-12T03:27:54.385Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-12T03:27:54.659Z] ---> Running in 5c470ed8a171 [2021-03-12T03:27:54.937Z] Removing intermediate container d5a1f3bd6c46 [2021-03-12T03:27:54.937Z] ---> b41089240249 [2021-03-12T03:27:54.937Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-12T03:27:55.096Z] Staging version [2021-03-12T03:27:55.096Z] + snapcraftctl stage [2021-03-12T03:27:55.209Z] Removing intermediate container acfcb88d2b9f [2021-03-12T03:27:55.209Z] ---> c347ff7b3ada [2021-03-12T03:27:55.209Z] [2021-03-12T03:27:55.210Z] Removing intermediate container 192b7fd36576 [2021-03-12T03:27:55.210Z] ---> 71189337947e [2021-03-12T03:27:55.210Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T03:27:55.482Z] ---> Running in bdcf9ebd270d [2021-03-12T03:27:55.482Z] Successfully built c347ff7b3ada [2021-03-12T03:27:55.755Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-12T03:27:55.755Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-03-12T03:27:56.028Z] ---> Running in 452c81da8212 [2021-03-12T03:27:56.040Z] Priming config-common [2021-03-12T03:27:56.040Z] + snapcraftctl prime [2021-03-12T03:27:56.301Z] ---> 30e373203d63 [2021-03-12T03:27:56.301Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-12T03:27:56.301Z] Removing intermediate container 5c470ed8a171 [2021-03-12T03:27:56.301Z] ---> f6b533e21aac [2021-03-12T03:27:56.301Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-12T03:27:56.574Z] Removing intermediate container bdcf9ebd270d [2021-03-12T03:27:56.574Z] ---> c4965b02be9a [2021-03-12T03:27:56.574Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-12T03:27:56.848Z] ---> Running in c956c572dd3f [2021-03-12T03:27:56.848Z] ---> Running in 1ab9503ad65f [2021-03-12T03:27:56.848Z] ---> Running in a690db6ae1df [2021-03-12T03:27:57.126Z] Removing intermediate container 452c81da8212 [2021-03-12T03:27:57.126Z] ---> c3c3b9723cb3 [2021-03-12T03:27:57.126Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-12T03:27:57.428Z] Priming go-build-helper [2021-03-12T03:27:57.428Z] + snapcraftctl prime [2021-03-12T03:27:58.120Z] ---> Running in 574e329020f4 [2021-03-12T03:27:58.120Z] Removing intermediate container 1ab9503ad65f [2021-03-12T03:27:58.120Z] ---> 3686264905d0 [2021-03-12T03:27:58.120Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-12T03:27:58.371Z] Priming edgex-go [2021-03-12T03:27:58.371Z] + snapcraftctl prime [2021-03-12T03:27:58.394Z] Removing intermediate container a690db6ae1df [2021-03-12T03:27:58.394Z] ---> 2e5988a67d62 [2021-03-12T03:27:58.394Z] Step 15/23 : WORKDIR / [2021-03-12T03:27:58.992Z] ---> Running in 9cecfb0f8801 [2021-03-12T03:27:59.268Z] ---> Running in 492c0098c146 [2021-03-12T03:27:59.312Z] Priming static-packages [2021-03-12T03:27:59.312Z] + snapcraftctl prime [2021-03-12T03:27:59.545Z] Removing intermediate container 574e329020f4 [2021-03-12T03:27:59.545Z] ---> 9324419bc054 [2021-03-12T03:27:59.545Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-12T03:27:59.818Z] Removing intermediate container 9cecfb0f8801 [2021-03-12T03:27:59.818Z] ---> 5b050b9f1818 [2021-03-12T03:27:59.818Z] Step 15/23 : WORKDIR / [2021-03-12T03:28:00.091Z] ---> Running in 8ca266015100 [2021-03-12T03:28:00.365Z] ---> Running in 7991ec7e2532 [2021-03-12T03:28:00.639Z] Removing intermediate container 492c0098c146 [2021-03-12T03:28:00.639Z] ---> 0036f22208b0 [2021-03-12T03:28:00.639Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T03:28:01.238Z] Removing intermediate container 8ca266015100 [2021-03-12T03:28:01.238Z] ---> 640ff75cee6a [2021-03-12T03:28:01.238Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T03:28:01.849Z] Removing intermediate container 7991ec7e2532 [2021-03-12T03:28:01.850Z] ---> efe937f6b799 [2021-03-12T03:28:01.850Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T03:28:01.850Z] Removing intermediate container c956c572dd3f [2021-03-12T03:28:01.850Z] ---> 4cfae54688a6 [2021-03-12T03:28:01.850Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T03:28:01.850Z] ---> 17b898795ed4 [2021-03-12T03:28:01.850Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-12T03:28:01.864Z] Priming version [2021-03-12T03:28:01.865Z] + snapcraftctl prime [2021-03-12T03:28:02.458Z] ---> 77990a8936d4 [2021-03-12T03:28:02.458Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-12T03:28:02.815Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-12T03:28:03.071Z] ---> c2d1d25c53da [2021-03-12T03:28:03.071Z] ---> 55da48f8bb49 [2021-03-12T03:28:03.071Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-12T03:28:03.071Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-12T03:28:03.670Z] ---> 2ba07ea0b883 [2021-03-12T03:28:03.670Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2021-03-12T03:28:05.146Z] ---> 3e52004c747c [2021-03-12T03:28:05.146Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-03-12T03:28:05.745Z] ---> a8c880a04b41 [2021-03-12T03:28:05.745Z] Step 19/23 : ENTRYPOINT ["/core-command"] [Pipeline] // stage [Pipeline] } [2021-03-12T03:28:06.026Z] ---> d0fc9a12a100 [2021-03-12T03:28:06.027Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-12T03:28:06.300Z] ---> 72bef3fffb1f [2021-03-12T03:28:06.300Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-12T03:28:06.575Z] ---> Running in 14b4cb9efff3 [2021-03-12T03:28:06.849Z] ---> 0ae6d7491605 [2021-03-12T03:28:06.849Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-12T03:28:07.449Z] ---> 38338cac89e9 [2021-03-12T03:28:07.449Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-12T03:28:07.449Z] ---> Running in 29e315135f60 [2021-03-12T03:28:07.449Z] Removing intermediate container 14b4cb9efff3 [2021-03-12T03:28:07.449Z] ---> 52dc7165fda2 [2021-03-12T03:28:07.449Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T03:28:07.743Z] ---> 7317a97f8129 [2021-03-12T03:28:07.743Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-12T03:28:08.037Z] ---> Running in ca8bc850e04d [2021-03-12T03:28:08.326Z] ---> Running in f1abe98ea674 [2021-03-12T03:28:08.326Z] Removing intermediate container 29e315135f60 [2021-03-12T03:28:08.326Z] ---> 1d4e23972927 [2021-03-12T03:28:08.326Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T03:28:09.326Z] ---> d5cd6d399ab7 [2021-03-12T03:28:09.326Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-12T03:28:09.326Z] ---> Running in eca127938894 [2021-03-12T03:28:09.602Z] Removing intermediate container ca8bc850e04d [2021-03-12T03:28:09.602Z] ---> 2695dd27971c [2021-03-12T03:28:09.602Z] Step 21/23 : LABEL arch=arm64 [2021-03-12T03:28:09.877Z] Removing intermediate container f1abe98ea674 [2021-03-12T03:28:09.877Z] ---> 72fb6e98d749 [2021-03-12T03:28:09.877Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T03:28:10.154Z] Removing intermediate container eca127938894 [2021-03-12T03:28:10.154Z] ---> 2dbf432c1eb3 [2021-03-12T03:28:10.154Z] Step 20/22 : LABEL arch=arm64 [2021-03-12T03:28:10.428Z] ---> Running in 57a3d6e931ac [2021-03-12T03:28:10.428Z] ---> Running in f18dfdaa2d99 [2021-03-12T03:28:10.711Z] ---> Running in 91b7b802c338 [2021-03-12T03:28:10.988Z] ---> beab4144737f [2021-03-12T03:28:10.988Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-12T03:28:11.969Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T03:28:11.969Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-12T03:28:11.969Z] ---> 0035aaa1b6fc [2021-03-12T03:28:11.969Z] Step 3/24 : WORKDIR /edgex-go [2021-03-12T03:28:11.969Z] ---> Using cache [2021-03-12T03:28:11.969Z] ---> 8df5a50e4e0f [2021-03-12T03:28:11.969Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T03:28:11.969Z] ---> Using cache [2021-03-12T03:28:11.969Z] ---> 6222f238e898 [2021-03-12T03:28:11.969Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-12T03:28:11.969Z] ---> Using cache [2021-03-12T03:28:11.969Z] ---> a5e07250407c [2021-03-12T03:28:11.969Z] Step 6/24 : COPY go.mod . [2021-03-12T03:28:11.969Z] ---> Using cache [2021-03-12T03:28:11.969Z] ---> a6742ab1e185 [2021-03-12T03:28:11.969Z] Step 7/24 : RUN go mod download [2021-03-12T03:28:11.969Z] ---> Using cache [2021-03-12T03:28:11.969Z] ---> fa0eb11515b0 [2021-03-12T03:28:11.969Z] Step 8/24 : COPY . . [2021-03-12T03:28:11.969Z] ---> Running in f4fbbb046249 [2021-03-12T03:28:11.969Z] ---> Using cache [2021-03-12T03:28:11.969Z] ---> 6dfd2b7e4702 [2021-03-12T03:28:11.969Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-12T03:28:11.969Z] Removing intermediate container 57a3d6e931ac [2021-03-12T03:28:11.969Z] ---> c63917d1efda [2021-03-12T03:28:11.969Z] Step 21/23 : LABEL arch=arm64 [2021-03-12T03:28:12.951Z] Removing intermediate container f18dfdaa2d99 [2021-03-12T03:28:12.951Z] ---> 1c43e654eb01 [2021-03-12T03:28:12.951Z] Step 22/23 : LABEL git_sha=9c7532e74af45d6676cfaa116e9ff17bb6363fa2 [2021-03-12T03:28:12.951Z] Removing intermediate container 91b7b802c338 [2021-03-12T03:28:12.951Z] ---> 38f8a15e4589 [2021-03-12T03:28:12.951Z] Step 21/22 : LABEL git_sha=9c7532e74af45d6676cfaa116e9ff17bb6363fa2 [2021-03-12T03:28:12.951Z] ---> Running in e0165fefca81 [2021-03-12T03:28:12.951Z] ---> Running in 1c6c16167013 [2021-03-12T03:28:13.224Z] Removing intermediate container f4fbbb046249 [2021-03-12T03:28:13.224Z] ---> 6956b9850321 [2021-03-12T03:28:13.224Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-12T03:28:13.224Z] ---> Running in cc7b29128289 [2021-03-12T03:28:13.224Z] ---> Running in 04904d4d2681 [2021-03-12T03:28:13.832Z] Removing intermediate container e0165fefca81 [2021-03-12T03:28:13.832Z] ---> d2757c83b9f3 [2021-03-12T03:28:13.832Z] Step 22/23 : LABEL git_sha=9c7532e74af45d6676cfaa116e9ff17bb6363fa2 [2021-03-12T03:28:14.113Z] ---> Running in 3bb392576b23 [2021-03-12T03:28:14.113Z] Removing intermediate container 04904d4d2681 [2021-03-12T03:28:14.113Z] Removing intermediate container cc7b29128289 [2021-03-12T03:28:14.113Z] ---> 6241b881d8af [2021-03-12T03:28:14.113Z] ---> b82ce5005e24 [2021-03-12T03:28:14.113Z] Step 23/23 : LABEL version=0.0.0Step 22/22 : LABEL version=0.0.0 [2021-03-12T03:28:14.113Z] [2021-03-12T03:28:14.388Z] ---> 873077b0c754 [2021-03-12T03:28:14.388Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-12T03:28:14.671Z] 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-12T03:28:14.671Z] ---> Running in e011fb50a3c2 [2021-03-12T03:28:14.671Z] ---> Running in b1f04a9eee28 [2021-03-12T03:28:14.949Z] Removing intermediate container 3bb392576b23 [2021-03-12T03:28:14.949Z] ---> 3e82077037fe [2021-03-12T03:28:14.949Z] Step 23/23 : LABEL version=0.0.0 [2021-03-12T03:28:15.227Z] ---> Running in 1a7d7f6ce023 [2021-03-12T03:28:15.502Z] ---> Running in b0eac4afcc17 [2021-03-12T03:28:15.502Z] Removing intermediate container e011fb50a3c2 [2021-03-12T03:28:15.502Z] ---> 8935c9ef2a4e [2021-03-12T03:28:15.502Z] [2021-03-12T03:28:15.781Z] Removing intermediate container b1f04a9eee28 [2021-03-12T03:28:15.781Z] ---> d54f2f1b2306 [2021-03-12T03:28:15.781Z] [2021-03-12T03:28:16.377Z] Successfully built 8935c9ef2a4e [2021-03-12T03:28:16.988Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-12T03:28:16.988Z] Successfully built d54f2f1b2306 [2021-03-12T03:28:16.988Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-03-12T03:28:16.988Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-12T03:28:16.988Z] Removing intermediate container b0eac4afcc17 [2021-03-12T03:28:16.988Z]  Building docker-support-notifications-go ... done  ---> 29f580fb772a [2021-03-12T03:28:16.988Z] [2021-03-12T03:28:16.988Z] Building docker-support-scheduler-go [2021-03-12T03:28:17.592Z] Successfully built 29f580fb772a [2021-03-12T03:28:17.592Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-12T03:28:17.592Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-03-12T03:28:19.587Z] Removing intermediate container 1a7d7f6ce023 [2021-03-12T03:28:19.587Z] ---> e8cb6a4c54d0 [2021-03-12T03:28:19.587Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-12T03:28:20.187Z] ---> Running in 5a8587395aeb [2021-03-12T03:28:20.787Z] Removing intermediate container 5a8587395aeb [2021-03-12T03:28:20.787Z] ---> 4343b992b129 [2021-03-12T03:28:20.787Z] Step 28/31 : CMD ["gate"] [2021-03-12T03:28:21.062Z] ---> Running in e3fec864ff79 [2021-03-12T03:28:22.514Z] Removing intermediate container e3fec864ff79 [2021-03-12T03:28:22.514Z] ---> 4251012a3c32 [2021-03-12T03:28:22.514Z] Step 29/31 : LABEL arch=arm64 [2021-03-12T03:28:23.972Z] ---> Running in 6717e42a76de [2021-03-12T03:28:25.446Z] Removing intermediate container 6717e42a76de [2021-03-12T03:28:25.446Z] ---> 95c0b45622d9 [2021-03-12T03:28:25.446Z] Step 30/31 : LABEL git_sha=9c7532e74af45d6676cfaa116e9ff17bb6363fa2 [2021-03-12T03:28:26.905Z] ---> Running in fc11d8958b9a [2021-03-12T03:28:27.895Z] Removing intermediate container fc11d8958b9a [2021-03-12T03:28:27.895Z] ---> 9ba4c848f452 [2021-03-12T03:28:27.895Z] Step 31/31 : LABEL version=0.0.0 [2021-03-12T03:28:28.501Z] ---> Running in 8ba76c9ed439 [2021-03-12T03:28:29.114Z] Removing intermediate container 8ba76c9ed439 [2021-03-12T03:28:29.114Z] ---> 564542576f8b [2021-03-12T03:28:29.114Z] [2021-03-12T03:28:29.718Z] Successfully built 564542576f8b [2021-03-12T03:28:29.718Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-12T03:28:48.104Z]  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-12T03:28:54.889Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T03:28:54.889Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-12T03:28:54.889Z] ---> 0035aaa1b6fc [2021-03-12T03:28:54.889Z] Step 3/23 : WORKDIR /edgex-go [2021-03-12T03:28:54.889Z] ---> Using cache [2021-03-12T03:28:54.889Z] ---> 8df5a50e4e0f [2021-03-12T03:28:54.889Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T03:28:54.889Z] ---> Using cache [2021-03-12T03:28:54.889Z] ---> 6222f238e898 [2021-03-12T03:28:54.889Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-12T03:28:55.496Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T03:28:55.496Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-12T03:28:55.496Z] ---> 0035aaa1b6fc [2021-03-12T03:28:55.496Z] Step 3/22 : WORKDIR /edgex-go [2021-03-12T03:28:55.496Z] ---> Using cache [2021-03-12T03:28:55.496Z] ---> 8df5a50e4e0f [2021-03-12T03:28:55.496Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T03:28:55.496Z] ---> Using cache [2021-03-12T03:28:55.496Z] ---> 6222f238e898 [2021-03-12T03:28:55.496Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-12T03:28:55.496Z] ---> Using cache [2021-03-12T03:28:55.496Z] ---> a5e07250407c [2021-03-12T03:28:55.496Z] Step 6/22 : COPY go.mod . [2021-03-12T03:28:55.496Z] ---> Using cache [2021-03-12T03:28:55.496Z] ---> a6742ab1e185 [2021-03-12T03:28:55.496Z] Step 7/22 : RUN go mod download [2021-03-12T03:28:55.496Z] ---> Using cache [2021-03-12T03:28:55.496Z] ---> fa0eb11515b0 [2021-03-12T03:28:55.496Z] Step 8/22 : COPY . . [2021-03-12T03:28:55.773Z] ---> Using cache [2021-03-12T03:28:55.773Z] ---> 6dfd2b7e4702 [2021-03-12T03:28:55.773Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-12T03:28:56.368Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T03:28:56.369Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-12T03:28:56.369Z] ---> 0035aaa1b6fc [2021-03-12T03:28:56.369Z] Step 3/26 : WORKDIR /edgex-go [2021-03-12T03:28:56.369Z] ---> Using cache [2021-03-12T03:28:56.369Z] ---> 8df5a50e4e0f [2021-03-12T03:28:56.369Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T03:28:56.369Z] ---> Using cache [2021-03-12T03:28:56.369Z] ---> 6222f238e898 [2021-03-12T03:28:56.369Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-12T03:28:58.988Z] ---> Running in b722d58e5e18 [2021-03-12T03:28:58.988Z] ---> Running in 5e58754b593c [2021-03-12T03:28:58.988Z] ---> Running in 26bad1d8d6b9 [2021-03-12T03:29:00.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T03:29:00.997Z] 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-12T03:29:00.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T03:29:01.278Z] Removing intermediate container 1c6c16167013 [2021-03-12T03:29:01.278Z] ---> 13243936733b [2021-03-12T03:29:01.278Z] [2021-03-12T03:29:01.278Z] Step 10/24 : FROM alpine:3.12 [2021-03-12T03:29:01.278Z] ---> d10569e2745f [2021-03-12T03:29:01.278Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-12T03:29:01.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T03:29:01.563Z] ---> Running in 926d904604a8 [2021-03-12T03:29:01.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T03:29:02.560Z] OK: 217 MiB in 51 packages [2021-03-12T03:29:02.560Z] OK: 217 MiB in 51 packages [2021-03-12T03:29:03.570Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T03:29:03.570Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T03:29:04.176Z] Removing intermediate container 26bad1d8d6b9 [2021-03-12T03:29:04.176Z] ---> a162890b873c [2021-03-12T03:29:04.176Z] Step 6/26 : COPY go.mod . [2021-03-12T03:29:04.176Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-12T03:29:04.452Z] Removing intermediate container 5e58754b593c [2021-03-12T03:29:04.452Z] ---> b8b27ae8ed50 [2021-03-12T03:29:04.452Z] Step 6/23 : COPY go.mod . [2021-03-12T03:29:04.452Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-12T03:29:04.452Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-12T03:29:04.452Z] (4/5) Installing curl (7.69.1-r3) [2021-03-12T03:29:04.452Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-12T03:29:04.452Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T03:29:04.452Z] Executing ca-certificates-20191127-r4.trigger [2021-03-12T03:29:04.733Z] OK: 7 MiB in 19 packages [2021-03-12T03:29:05.339Z] ---> 1c2238068cb1 [2021-03-12T03:29:05.339Z] Step 7/26 : RUN go mod download [2021-03-12T03:29:05.943Z] ---> Running in da25813189c1 [2021-03-12T03:29:05.943Z] ---> 0a71c0f48c30 [2021-03-12T03:29:05.943Z] Step 7/23 : RUN go mod download [2021-03-12T03:29:06.223Z] ---> Running in 7f87284569e0 [2021-03-12T03:29:08.252Z] Removing intermediate container 926d904604a8 [2021-03-12T03:29:08.252Z] ---> d81190841ded [2021-03-12T03:29:08.252Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-12T03:29:08.252Z] ---> Running in 9b8fb7c275d8 [2021-03-12T03:29:08.867Z] Removing intermediate container 9b8fb7c275d8 [2021-03-12T03:29:08.867Z] ---> f3326bcbc927 [2021-03-12T03:29:08.867Z] Step 13/24 : WORKDIR / [2021-03-12T03:29:09.148Z] ---> Running in e6b5cb8d62ac [2021-03-12T03:29:09.755Z] Removing intermediate container e6b5cb8d62ac [2021-03-12T03:29:09.755Z] ---> c10ef3b7e344 [2021-03-12T03:29:09.755Z] 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-12T03:29:11.796Z] Removing intermediate container da25813189c1 [2021-03-12T03:29:11.796Z] ---> 289e6afe7651 [2021-03-12T03:29:11.796Z] Step 8/26 : COPY . . [2021-03-12T03:29:11.796Z] Removing intermediate container 7f87284569e0 [2021-03-12T03:29:11.796Z] ---> 722a96f37748 [2021-03-12T03:29:11.796Z] Step 8/23 : COPY . . [2021-03-12T03:29:11.796Z] ---> a4bd2e305ee3 [2021-03-12T03:29:11.796Z] 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-12T03:29:13.807Z] ---> e05c172496a8 [2021-03-12T03:29:13.807Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-12T03:29:17.274Z] ---> c0860e9b07d2 [2021-03-12T03:29:17.274Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-12T03:29:22.724Z] ---> eb0970c52674 [2021-03-12T03:29:22.724Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-12T03:29:24.722Z] ---> 4e01b1fc0fce [2021-03-12T03:29:24.722Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-12T03:29:26.724Z] ---> fa2660ae652f [2021-03-12T03:29:26.724Z] 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-12T03:29:27.016Z] ---> Running in 99fdb7e8a481 [2021-03-12T03:29:32.458Z] Removing intermediate container 99fdb7e8a481 [2021-03-12T03:29:32.458Z] ---> fae748763f0e [2021-03-12T03:29:32.458Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-12T03:29:33.060Z] ---> Running in cf70adfc5db6 [2021-03-12T03:29:34.509Z] Removing intermediate container cf70adfc5db6 [2021-03-12T03:29:34.509Z] ---> 6c6dcc784467 [2021-03-12T03:29:34.509Z] Step 22/24 : LABEL arch=arm64 [2021-03-12T03:29:34.784Z] ---> Running in 415fc2071583 [2021-03-12T03:29:36.232Z] Removing intermediate container 415fc2071583 [2021-03-12T03:29:36.232Z] ---> 5a028d6ca656 [2021-03-12T03:29:36.232Z] Step 23/24 : LABEL git_sha=9c7532e74af45d6676cfaa116e9ff17bb6363fa2 [2021-03-12T03:29:36.517Z] ---> Running in 5d1de771d66e [2021-03-12T03:29:37.970Z] Removing intermediate container 5d1de771d66e [2021-03-12T03:29:37.970Z] ---> 061df7016630 [2021-03-12T03:29:37.970Z] Step 24/24 : LABEL version=0.0.0 [2021-03-12T03:29:38.574Z] ---> Running in 3bd1002028b9 [2021-03-12T03:29:39.575Z] Removing intermediate container 3bd1002028b9 [2021-03-12T03:29:39.575Z] ---> 9e4dd2478659 [2021-03-12T03:29:39.575Z] [2021-03-12T03:29:40.187Z] Successfully built 9e4dd2478659 [2021-03-12T03:29:40.460Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-12T03:29:40.460Z]  Building docker-security-secretstore-setup-go ... done  ---> 2311d3cea9ac [2021-03-12T03:29:40.460Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-12T03:29:40.732Z] ---> Running in 328267c077f5 [2021-03-12T03:29:41.006Z] ---> 296c40b8ab87 [2021-03-12T03:29:41.006Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-12T03:29:41.279Z] ---> Running in 8df19d3ccc2b [2021-03-12T03:29:42.274Z] 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-12T03:29:42.548Z] 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-12T03:29:50.849Z] Removing intermediate container b722d58e5e18 [2021-03-12T03:29:50.849Z] ---> 6d9f30ef036d [2021-03-12T03:29:50.849Z] [2021-03-12T03:29:50.849Z] Step 10/22 : FROM alpine:3.12 [2021-03-12T03:29:50.849Z] ---> d10569e2745f [2021-03-12T03:29:50.849Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-12T03:29:50.849Z] ---> Using cache [2021-03-12T03:29:50.849Z] ---> 195d628e2805 [2021-03-12T03:29:50.849Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T03:29:50.849Z] ---> Using cache [2021-03-12T03:29:50.849Z] ---> f6b533e21aac [2021-03-12T03:29:50.849Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-12T03:29:50.849Z] ---> Running in 0d1c3a62866e [2021-03-12T03:29:51.449Z] Removing intermediate container 0d1c3a62866e [2021-03-12T03:29:51.449Z] ---> 67ea9ba06d33 [2021-03-12T03:29:51.449Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-12T03:29:51.723Z] ---> Running in a37c7933105b [2021-03-12T03:29:52.330Z] Removing intermediate container a37c7933105b [2021-03-12T03:29:52.330Z] ---> 2ab317aa4409 [2021-03-12T03:29:52.330Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T03:29:53.320Z] ---> 5da6a939e246 [2021-03-12T03:29:53.320Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-12T03:29:55.311Z] ---> 2c1222f92d12 [2021-03-12T03:29:55.311Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-12T03:29:56.299Z] ---> 38e1dc57b092 [2021-03-12T03:29:56.299Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-12T03:29:56.577Z] ---> Running in e80d81ff1559 [2021-03-12T03:29:57.178Z] Removing intermediate container e80d81ff1559 [2021-03-12T03:29:57.178Z] ---> cf3cab88639a [2021-03-12T03:29:57.178Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T03:29:57.456Z] ---> Running in 3b5226be48fb [2021-03-12T03:29:58.057Z] Removing intermediate container 3b5226be48fb [2021-03-12T03:29:58.057Z] ---> 61a2971f7a91 [2021-03-12T03:29:58.057Z] Step 20/22 : LABEL arch=arm64 [2021-03-12T03:29:58.333Z] ---> Running in 2f6349c8b583 [2021-03-12T03:29:58.939Z] Removing intermediate container 2f6349c8b583 [2021-03-12T03:29:58.939Z] ---> b38ad2d0270f [2021-03-12T03:29:58.939Z] Step 21/22 : LABEL git_sha=9c7532e74af45d6676cfaa116e9ff17bb6363fa2 [2021-03-12T03:29:59.218Z] ---> Running in 3f8971aaa490 [2021-03-12T03:29:59.828Z] Removing intermediate container 3f8971aaa490 [2021-03-12T03:29:59.828Z] ---> a392ab2ed626 [2021-03-12T03:29:59.828Z] Step 22/22 : LABEL version=0.0.0 [2021-03-12T03:29:59.828Z] ---> Running in 9ba478443679 [2021-03-12T03:30:00.822Z] Removing intermediate container 9ba478443679 [2021-03-12T03:30:00.822Z] ---> ab6abddd0fc5 [2021-03-12T03:30:00.822Z] [2021-03-12T03:30:01.098Z] Successfully built ab6abddd0fc5 [2021-03-12T03:30:01.377Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-12T03:30:33.782Z]  Building docker-support-scheduler-go ... done Removing intermediate container 328267c077f5 [2021-03-12T03:30:33.782Z] ---> bef4cbaaace5 [2021-03-12T03:30:33.782Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-12T03:30:33.782Z] ---> Running in 05e177675562 [2021-03-12T03:30:34.770Z] 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-12T03:30:38.213Z] Removing intermediate container 05e177675562 [2021-03-12T03:30:38.213Z] ---> bcff142955d1 [2021-03-12T03:30:38.213Z] [2021-03-12T03:30:38.213Z] Step 11/26 : FROM docker:20.10.0 [2021-03-12T03:30:38.213Z] 20.10.0: Pulling from library/docker [2021-03-12T03:30:46.531Z] Removing intermediate container 8df19d3ccc2b [2021-03-12T03:30:46.531Z] ---> ff2656f4f8ae [2021-03-12T03:30:46.531Z] [2021-03-12T03:30:46.531Z] Step 10/23 : FROM alpine:3.12 [2021-03-12T03:30:46.531Z] ---> d10569e2745f [2021-03-12T03:30:46.531Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-12T03:30:46.531Z] ---> Running in 0584205f700f [2021-03-12T03:30:46.805Z] Removing intermediate container 0584205f700f [2021-03-12T03:30:46.805Z] ---> 254ee9423dec [2021-03-12T03:30:46.805Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-12T03:30:47.082Z] ---> Running in ceb023d3a7f7 [2021-03-12T03:30:47.082Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-12T03:30:47.082Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-12T03:30:47.082Z] ---> eeaf43b92773 [2021-03-12T03:30:47.082Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-12T03:30:47.082Z] ---> Running in 5d70ef6d0b2f [2021-03-12T03:30:47.360Z] Removing intermediate container ceb023d3a7f7 [2021-03-12T03:30:47.360Z] ---> d6557b8d38a5 [2021-03-12T03:30:47.360Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-12T03:30:47.636Z] ---> Running in f02e2d81dab0 [2021-03-12T03:30:48.239Z] Removing intermediate container f02e2d81dab0 [2021-03-12T03:30:48.239Z] ---> bcaf17973e85 [2021-03-12T03:30:48.239Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T03:30:48.239Z] ---> Running in 4e71f0792685 [2021-03-12T03:30:48.517Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T03:30:48.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T03:30:49.413Z] (1/2) Installing readline (8.0.4-r0) [2021-03-12T03:30:49.413Z] (2/2) Installing bash (5.0.17-r0) [2021-03-12T03:30:49.413Z] Executing bash-5.0.17-r0.post-install [2021-03-12T03:30:49.413Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T03:30:49.413Z] OK: 12 MiB in 22 packages [2021-03-12T03:30:50.420Z] Removing intermediate container 4e71f0792685 [2021-03-12T03:30:50.420Z] ---> 9a2ec5a1627e [2021-03-12T03:30:50.420Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-12T03:30:50.420Z] ---> Running in 0d3008d306fe [2021-03-12T03:30:50.698Z] Removing intermediate container 5d70ef6d0b2f [2021-03-12T03:30:50.699Z] ---> d1cbb08d20eb [2021-03-12T03:30:50.699Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-12T03:30:50.979Z] ---> Running in c869e65bd376 [2021-03-12T03:30:51.582Z] Removing intermediate container c869e65bd376 [2021-03-12T03:30:51.582Z] ---> 0c23206252cd [2021-03-12T03:30:51.582Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-12T03:30:51.582Z] ---> Running in b86ab4ae3ffa [2021-03-12T03:30:51.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T03:30:52.140Z] Removing intermediate container b86ab4ae3ffa [2021-03-12T03:30:52.140Z] ---> 93778651fc6c [2021-03-12T03:30:52.140Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-12T03:30:52.140Z] ---> Running in f6260fce6abe [2021-03-12T03:30:52.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T03:30:52.692Z] Removing intermediate container f6260fce6abe [2021-03-12T03:30:52.692Z] ---> 41fd5580f191 [2021-03-12T03:30:52.692Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-12T03:30:53.291Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-12T03:30:53.291Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-12T03:30:53.291Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-12T03:30:53.619Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-12T03:30:53.619Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-12T03:30:53.898Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-12T03:30:53.898Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T03:30:53.898Z] OK: 8 MiB in 20 packages [2021-03-12T03:30:53.898Z] ---> d495f662ebde [2021-03-12T03:30:53.898Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-12T03:30:54.892Z] ---> 93023c895ce3 [2021-03-12T03:30:54.892Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-12T03:30:55.490Z] Removing intermediate container 0d3008d306fe [2021-03-12T03:30:55.490Z] ---> 8c0cd64bedd8 [2021-03-12T03:30:55.490Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T03:30:55.770Z] ---> eef37d2dbec3 [2021-03-12T03:30:55.770Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-12T03:30:56.043Z] ---> Running in a17d8b25cb40 [2021-03-12T03:30:56.319Z] ---> 15c970e136ee [2021-03-12T03:30:56.319Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-12T03:30:57.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T03:30:57.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T03:30:57.582Z] ---> 11040fb9b567 [2021-03-12T03:30:57.582Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-12T03:30:57.865Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-12T03:30:57.865Z] (2/33) Installing expat (2.2.9-r1) [2021-03-12T03:30:57.865Z] (3/33) Installing libffi (3.3-r2) [2021-03-12T03:30:57.865Z] (4/33) Installing gdbm (1.13-r1) [2021-03-12T03:30:57.865Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-12T03:30:57.865Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-12T03:30:57.865Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-12T03:30:58.870Z] ---> 0d81277cd428 [2021-03-12T03:30:58.870Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-12T03:30:59.218Z] ---> Running in 5b65bd89938a [2021-03-12T03:30:59.853Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-12T03:30:59.853Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-12T03:30:59.853Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-12T03:30:59.853Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-12T03:30:59.853Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-12T03:30:59.853Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-12T03:30:59.853Z] Removing intermediate container 5b65bd89938a [2021-03-12T03:30:59.853Z] ---> f898c95b1a4f [2021-03-12T03:30:59.853Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T03:31:00.168Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-12T03:31:00.168Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-12T03:31:00.168Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-12T03:31:00.168Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-12T03:31:00.168Z] ---> Running in b37eee791e5a [2021-03-12T03:31:00.168Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-12T03:31:00.168Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-12T03:31:00.168Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-12T03:31:00.168Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-12T03:31:00.168Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-12T03:31:00.169Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-12T03:31:00.169Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-12T03:31:00.453Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-12T03:31:00.453Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-12T03:31:00.453Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-12T03:31:00.453Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-12T03:31:00.453Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-12T03:31:00.453Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-12T03:31:00.453Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-12T03:31:00.453Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-12T03:31:00.453Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-12T03:31:00.738Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T03:31:00.738Z] OK: 71 MiB in 55 packages [2021-03-12T03:31:00.738Z] Removing intermediate container b37eee791e5a [2021-03-12T03:31:00.738Z] ---> cc51fbae519a [2021-03-12T03:31:00.738Z] Step 21/23 : LABEL arch=arm64 [2021-03-12T03:31:01.068Z] ---> Running in 1c8ccd47f03d [2021-03-12T03:31:01.366Z] Removing intermediate container 1c8ccd47f03d [2021-03-12T03:31:01.366Z] ---> 2c3357de0801 [2021-03-12T03:31:01.366Z] Step 22/23 : LABEL git_sha=9c7532e74af45d6676cfaa116e9ff17bb6363fa2 [2021-03-12T03:31:01.691Z] ---> Running in 813738dbd720 [2021-03-12T03:31:02.330Z] Removing intermediate container 813738dbd720 [2021-03-12T03:31:02.330Z] ---> 1899a0bccfff [2021-03-12T03:31:02.330Z] Step 23/23 : LABEL version=0.0.0 [2021-03-12T03:31:02.622Z] ---> Running in e606f149f3be [2021-03-12T03:31:03.274Z] Removing intermediate container e606f149f3be [2021-03-12T03:31:03.274Z] ---> abf819de3aa3 [2021-03-12T03:31:03.274Z] [2021-03-12T03:31:03.903Z] Successfully built abf819de3aa3 [2021-03-12T03:31:03.903Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-12T03:31:07.320Z]  Building docker-core-data-go ... done Removing intermediate container a17d8b25cb40 [2021-03-12T03:31:07.320Z] ---> 0dc4ce7e70e8 [2021-03-12T03:31:07.320Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-12T03:31:07.320Z] ---> Running in be59c1fce55c [2021-03-12T03:31:11.646Z] Collecting docker-compose==1.23.2 [2021-03-12T03:31:11.646Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-12T03:31:12.634Z] Collecting docker<4.0,>=3.6.0 [2021-03-12T03:31:12.634Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-12T03:31:12.908Z] Collecting cached-property<2,>=1.2.0 [2021-03-12T03:31:12.908Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-12T03:31:13.510Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-12T03:31:13.510Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-12T03:31:14.108Z] Collecting texttable<0.10,>=0.9.0 [2021-03-12T03:31:14.108Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-12T03:31:16.082Z] Collecting docopt<0.7,>=0.6.1 [2021-03-12T03:31:16.082Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-12T03:31:18.698Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-12T03:31:18.698Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-12T03:31:18.698Z] 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-12T03:31:18.970Z] Collecting jsonschema<3,>=2.5.1 [2021-03-12T03:31:18.970Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-12T03:31:19.243Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-12T03:31:19.243Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-12T03:31:21.858Z] Collecting PyYAML<4,>=3.10 [2021-03-12T03:31:21.858Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-12T03:31:24.477Z] Collecting docker-pycreds>=0.4.0 [2021-03-12T03:31:24.477Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-12T03:31:24.752Z] Collecting idna<2.8,>=2.5 [2021-03-12T03:31:24.753Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-12T03:31:24.753Z] 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-12T03:31:24.753Z] 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-12T03:31:25.353Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-12T03:31:25.353Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-12T03:31:25.624Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-12T03:31:25.624Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-12T03:31:25.624Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-12T03:31:25.624Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-12T03:31:26.218Z] Installing collected packages: docker-pycreds, idna, urllib3, requests, websocket-client, docker, cached-property, texttable, docopt, jsonschema, dockerpty, PyYAML, docker-compose [2021-03-12T03:31:26.218Z] Attempting uninstall: idna [2021-03-12T03:31:26.218Z] Found existing installation: idna 2.9 [2021-03-12T03:31:26.218Z] Uninstalling idna-2.9: [2021-03-12T03:31:26.491Z] Successfully uninstalled idna-2.9 [2021-03-12T03:31:27.102Z] Attempting uninstall: urllib3 [2021-03-12T03:31:27.102Z] Found existing installation: urllib3 1.25.9 [2021-03-12T03:31:27.102Z] Uninstalling urllib3-1.25.9: [2021-03-12T03:31:27.376Z] Successfully uninstalled urllib3-1.25.9 [2021-03-12T03:31:27.647Z] Attempting uninstall: requests [2021-03-12T03:31:27.647Z] Found existing installation: requests 2.23.0 [2021-03-12T03:31:27.647Z] Uninstalling requests-2.23.0: [2021-03-12T03:31:27.919Z] Successfully uninstalled requests-2.23.0 [2021-03-12T03:31:29.372Z] Running setup.py install for texttable: started [2021-03-12T03:31:30.813Z] Running setup.py install for texttable: finished with status 'done' [2021-03-12T03:31:30.813Z] Running setup.py install for docopt: started [2021-03-12T03:31:32.785Z] Running setup.py install for docopt: finished with status 'done' [2021-03-12T03:31:33.061Z] Running setup.py install for dockerpty: started [2021-03-12T03:31:35.033Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-12T03:31:35.033Z] Running setup.py install for PyYAML: started [2021-03-12T03:31:37.013Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-12T03:31:37.623Z] 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-12T03:31:41.939Z] Removing intermediate container be59c1fce55c [2021-03-12T03:31:41.939Z] ---> 1a4b590365a0 [2021-03-12T03:31:41.939Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-12T03:31:41.939Z] ---> Running in fc1ff9403e4d [2021-03-12T03:31:42.541Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T03:31:42.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T03:31:43.412Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-12T03:31:43.412Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-12T03:31:43.412Z] (3/3) Installing curl (7.69.1-r3) [2021-03-12T03:31:43.412Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T03:31:43.412Z] OK: 71 MiB in 58 packages [2021-03-12T03:31:44.853Z] Removing intermediate container fc1ff9403e4d [2021-03-12T03:31:44.853Z] ---> 9def6c7da629 [2021-03-12T03:31:44.853Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-12T03:31:44.853Z] ---> Running in e00cdc180194 [2021-03-12T03:31:45.128Z] Removing intermediate container e00cdc180194 [2021-03-12T03:31:45.128Z] ---> f21aff9a5969 [2021-03-12T03:31:45.128Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T03:31:45.403Z] ---> Running in a23baf2931a0 [2021-03-12T03:31:45.999Z] Removing intermediate container a23baf2931a0 [2021-03-12T03:31:45.999Z] ---> a37caeff74f5 [2021-03-12T03:31:45.999Z] Step 24/26 : LABEL arch=arm64 [2021-03-12T03:31:45.999Z] ---> Running in 5478d51d6d25 [2021-03-12T03:31:46.275Z] Removing intermediate container 5478d51d6d25 [2021-03-12T03:31:46.275Z] ---> c7154ffd3252 [2021-03-12T03:31:46.275Z] Step 25/26 : LABEL git_sha=9c7532e74af45d6676cfaa116e9ff17bb6363fa2 [2021-03-12T03:31:46.549Z] ---> Running in 743164a83a96 [2021-03-12T03:31:47.150Z] Removing intermediate container 743164a83a96 [2021-03-12T03:31:47.150Z] ---> 0a69919db6be [2021-03-12T03:31:47.150Z] Step 26/26 : LABEL version=0.0.0 [2021-03-12T03:31:47.150Z] ---> Running in 5b7145281c2f [2021-03-12T03:31:47.750Z] Removing intermediate container 5b7145281c2f [2021-03-12T03:31:47.750Z] ---> cd7104b7050f [2021-03-12T03:31:47.750Z] [2021-03-12T03:31:48.026Z] Successfully built cd7104b7050f [2021-03-12T03:31:48.026Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-12T03:31:48.325Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-12T03:31:48.317Z] $ docker stop --time=1 c4fa58f71ebd9c71f27f3a62f051a936edf6863904abfe2d1c017587879a4d3f [2021-03-12T03:31:50.156Z] $ docker rm -f c4fa58f71ebd9c71f27f3a62f051a936edf6863904abfe2d1c017587879a4d3f [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-12T03:31:50.936Z] + grep docker [2021-03-12T03:31:50.936Z] + docker images [2021-03-12T03:31:51.208Z] docker-sys-mgmt-agent-go-arm64 latest cd7104b7050f 3 seconds ago 300MB [2021-03-12T03:31:51.208Z] docker-core-data-go-arm64 latest abf819de3aa3 48 seconds ago 21.3MB [2021-03-12T03:31:51.208Z] docker-support-scheduler-go-arm64 latest ab6abddd0fc5 About a minute ago 16.3MB [2021-03-12T03:31:51.208Z] docker-security-secretstore-setup-go-arm64 latest 9e4dd2478659 2 minutes ago 23.7MB [2021-03-12T03:31:51.208Z] docker-security-bootstrapper-go-arm64 latest 564542576f8b 3 minutes ago 17.8MB [2021-03-12T03:31:51.208Z] docker-core-command-go-arm64 latest 8935c9ef2a4e 3 minutes ago 16.2MB [2021-03-12T03:31:51.208Z] docker-core-metadata-go-arm64 latest 29f580fb772a 3 minutes ago 17.9MB [2021-03-12T03:31:51.208Z] docker-support-notifications-go-arm64 latest d54f2f1b2306 3 minutes ago 16.9MB [2021-03-12T03:31:51.208Z] docker-security-proxy-setup-go-arm64 latest c347ff7b3ada 3 minutes ago 23.4MB [2021-03-12T03:31:51.208Z] 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-12T03:31:52.797Z] ---> job-cost.sh [2021-03-12T03:31:52.797Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-eBxq [2021-03-12T03:32:31.806Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-12T03:34:08.543Z] lf-activate-venv(): INFO: Adding /tmp/venv-eBxq/bin to PATH [2021-03-12T03:34:08.543Z] INFO: No Stack... [2021-03-12T03:34:08.543Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-12T03:34:08.543Z] INFO: Archiving Costs [Pipeline] sh [2021-03-12T03:34:08.887Z] + cat /w/workspace/edgex-go/11/archives/cost.csv [2021-03-12T03:34:08.887Z] + cut -d, -f6 [Pipeline] lock [2021-03-12T03:34:09.004Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3250-11-stack-cost] [2021-03-12T03:34:09.014Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3250-11-stack-cost] did not exist. Created. [2021-03-12T03:34:09.014Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3250-11-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-12T03:34:09.455Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-12T03:34:09.774Z] Stashed 1 file(s) [Pipeline] } [2021-03-12T03:34:09.786Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3250-11-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-12T03:34:11.786Z] provisioning config files... [2021-03-12T03:34:11.798Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/11@tmp/config2278626429523720924tmp [Pipeline] { [Pipeline] sh [2021-03-12T03:34:12.182Z] + set +x [2021-03-12T03:34:12.183Z] + curl -s https://codecov.io/bash [2021-03-12T03:34:12.183Z] + bash -s -- [2021-03-12T03:34:12.758Z] [2021-03-12T03:34:12.758Z] _____ _ [2021-03-12T03:34:12.758Z] / ____| | | [2021-03-12T03:34:12.758Z] | | ___ __| | ___ ___ _____ __ [2021-03-12T03:34:12.758Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-12T03:34:12.758Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-12T03:34:12.758Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-12T03:34:12.758Z] Bash-20210309-2b87ace [2021-03-12T03:34:12.758Z] [2021-03-12T03:34:12.758Z] [2021-03-12T03:34:12.758Z] ==> git version 2.24.3 found [2021-03-12T03:34:12.758Z] ==> 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-12T03:34:12.758Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-12T03:34:12.758Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-12T03:34:12.758Z] ==> Jenkins CI detected. [2021-03-12T03:34:12.758Z] project root: . [2021-03-12T03:34:12.758Z] --> token set from env [2021-03-12T03:34:12.758Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-12T03:34:12.758Z] ==> Running gcov in . (disable via -X gcov) [2021-03-12T03:34:12.758Z] ==> Python coveragepy not found [2021-03-12T03:34:12.758Z] ==> Searching for coverage reports in: [2021-03-12T03:34:12.758Z] + . [2021-03-12T03:34:12.758Z] -> Found 1 reports [2021-03-12T03:34:12.758Z] ==> Detecting git/mercurial file structure [2021-03-12T03:34:12.758Z] ==> Reading reports [2021-03-12T03:34:12.758Z] + ./coverage.out bytes=628834 [2021-03-12T03:34:12.758Z] ==> Appending adjustments [2021-03-12T03:34:12.758Z] https://docs.codecov.io/docs/fixing-reports [2021-03-12T03:34:16.976Z] + Found adjustments [2021-03-12T03:34:16.976Z] ==> Gzipping contents [2021-03-12T03:34:16.976Z] 92K /tmp/codecov.XHLjHp.gz [2021-03-12T03:34:16.976Z] ==> Uploading reports [2021-03-12T03:34:16.976Z] url: https://codecov.io [2021-03-12T03:34:16.976Z] query: branch=PR-3250&commit=9c7532e74af45d6676cfaa116e9ff17bb6363fa2&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3250%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3250&job=&cmd_args= [2021-03-12T03:34:16.976Z] -> Pinging Codecov [2021-03-12T03:34:16.976Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3250&commit=9c7532e74af45d6676cfaa116e9ff17bb6363fa2&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3250%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3250&job=&cmd_args= [2021-03-12T03:34:16.976Z] -> Uploading to [2021-03-12T03:34:16.976Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-12/00271124DB129430A58F1EEE437C3FCB/9c7532e74af45d6676cfaa116e9ff17bb6363fa2/16b4648a-d1ca-4070-afdb-2c5ed926603d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210312%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210312T033416Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ffa76501e6e6bd5d7ad3a76528a82b8ea9f0ae63a58feb6e10de5699f42fe27f [2021-03-12T03:34:16.976Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-12T03:34:16.976Z] Dload Upload Total Spent Left Speed [2021-03-12T03:34:17.549Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92663 0 0 100 92663 0 154k --:--:-- --:--:-- --:--:-- 155k [2021-03-12T03:34:17.550Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/9c7532e74af45d6676cfaa116e9ff17bb6363fa2 [Pipeline] } [2021-03-12T03:34:17.560Z] 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-12T03:34:20.058Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T03:34:20.942Z] ---> package-listing.sh [2021-03-12T03:34:20.942Z] ++ facter osfamily [2021-03-12T03:34:20.942Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-12T03:34:20.942Z] + OS_FAMILY=redhat [2021-03-12T03:34:20.942Z] + workspace=/w/workspace/edgex-go/11 [2021-03-12T03:34:20.942Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-12T03:34:20.942Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-12T03:34:20.942Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-12T03:34:20.942Z] + PACKAGES=/tmp/packages_start.txt [2021-03-12T03:34:20.942Z] + '[' /w/workspace/edgex-go/11 ']' [2021-03-12T03:34:20.942Z] + PACKAGES=/tmp/packages_end.txt [2021-03-12T03:34:20.942Z] + case "${OS_FAMILY}" in [2021-03-12T03:34:20.942Z] + rpm -qa [2021-03-12T03:34:20.942Z] + sort [2021-03-12T03:34:26.256Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-12T03:34:26.256Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-12T03:34:26.256Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-12T03:34:26.256Z] + '[' /w/workspace/edgex-go/11 ']' [2021-03-12T03:34:26.257Z] + mkdir -p /w/workspace/edgex-go/11/archives/ [2021-03-12T03:34:26.257Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/11/archives/ [Pipeline] echo [2021-03-12T03:34:26.273Z] 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/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-12T03:34:26.575Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-12T03:34:26.890Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-12T03:34:26.890Z] [2021-03-12T03:34:26.890Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-12T03:34:27.252Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-12T03:34:27.252Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-12T03:34:27.252Z] df20fa9351a1: Pulling fs layer [2021-03-12T03:34:27.252Z] 36b3adc4ff6f: Pulling fs layer [2021-03-12T03:34:27.252Z] 8ad3a11d3b57: Pulling fs layer [2021-03-12T03:34:27.252Z] 46f8f816bc3b: Pulling fs layer [2021-03-12T03:34:27.252Z] 93b61091891f: Pulling fs layer [2021-03-12T03:34:27.252Z] 93b9cdb0e59b: Pulling fs layer [2021-03-12T03:34:27.252Z] 5e14af77c1be: Pulling fs layer [2021-03-12T03:34:27.252Z] 01666e4c0597: Pulling fs layer [2021-03-12T03:34:27.252Z] aa168da1d23b: Pulling fs layer [2021-03-12T03:34:27.252Z] 93b9cdb0e59b: Waiting [2021-03-12T03:34:27.252Z] 5e14af77c1be: Waiting [2021-03-12T03:34:27.252Z] 46f8f816bc3b: Waiting [2021-03-12T03:34:27.252Z] 01666e4c0597: Waiting [2021-03-12T03:34:27.252Z] 93b61091891f: Waiting [2021-03-12T03:34:27.252Z] 36b3adc4ff6f: Verifying Checksum [2021-03-12T03:34:27.252Z] 36b3adc4ff6f: Download complete [2021-03-12T03:34:27.514Z] 46f8f816bc3b: Verifying Checksum [2021-03-12T03:34:27.514Z] 46f8f816bc3b: Download complete [2021-03-12T03:34:27.514Z] df20fa9351a1: Download complete [2021-03-12T03:34:27.514Z] 93b9cdb0e59b: Download complete [2021-03-12T03:34:27.514Z] 5e14af77c1be: Verifying Checksum [2021-03-12T03:34:27.514Z] 5e14af77c1be: Download complete [2021-03-12T03:34:27.514Z] 93b61091891f: Verifying Checksum [2021-03-12T03:34:27.514Z] 93b61091891f: Download complete [2021-03-12T03:34:27.514Z] 01666e4c0597: Download complete [2021-03-12T03:34:27.779Z] df20fa9351a1: Pull complete [2021-03-12T03:34:28.041Z] 36b3adc4ff6f: Pull complete [2021-03-12T03:34:28.303Z] 8ad3a11d3b57: Verifying Checksum [2021-03-12T03:34:28.303Z] 8ad3a11d3b57: Download complete [2021-03-12T03:34:28.889Z] 8ad3a11d3b57: Pull complete [2021-03-12T03:34:29.158Z] 46f8f816bc3b: Pull complete [2021-03-12T03:34:30.565Z] aa168da1d23b: Verifying Checksum [2021-03-12T03:34:30.565Z] aa168da1d23b: Download complete [2021-03-12T03:34:31.512Z] 93b61091891f: Pull complete [2021-03-12T03:34:31.774Z] 93b9cdb0e59b: Pull complete [2021-03-12T03:34:32.038Z] 5e14af77c1be: Pull complete [2021-03-12T03:34:32.038Z] 01666e4c0597: Pull complete [2021-03-12T03:34:40.206Z] aa168da1d23b: Pull complete [2021-03-12T03:34:40.206Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-12T03:34:40.206Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-12T03:34:40.206Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-12T03:34:40.390Z] prd-centos7-docker-4c-2g-29588 does not seem to be running inside a container [2021-03-12T03:34:40.436Z] $ 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/11/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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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-lftools-log-publisher:alpine cat [2021-03-12T03:34:50.771Z] $ docker top 19c4e6c8e1896398341ff8ecf8e8f577bec77b1bf463bcf03e53154052e66b1a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-12T03:34:51.427Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-12T03:34:51.732Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-12T03:34:52.036Z] + ls /var/log/sa-host [2021-03-12T03:34:52.036Z] + sadf -c /var/log/sa-host/sa12 [2021-03-12T03:34:52.036Z] file_magic: OK [2021-03-12T03:34:52.036Z] HZ: Using current value: 100 [2021-03-12T03:34:52.036Z] file_header: OK [2021-03-12T03:34:52.036Z] 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-12T03:34:52.036Z] Statistics: [2021-03-12T03:34:52.036Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-12T03:34:52.036Z] File successfully converted to sysstat format version 12.2.1 [2021-03-12T03:34:52.036Z] + sadf -c /var/log/sa-host/sa23 [2021-03-12T03:34:52.036Z] file_magic: OK [2021-03-12T03:34:52.036Z] HZ: Using current value: 100 [2021-03-12T03:34:52.036Z] file_header: OK [2021-03-12T03:34:52.037Z] 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-12T03:34:52.037Z] Statistics: [2021-03-12T03:34:52.037Z] Hnuu...uuuununununu... [2021-03-12T03:34:52.037Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-12T03:34:52.924Z] provisioning config files... [2021-03-12T03:34:52.953Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/11@tmp/config4369303930974071189tmp [Pipeline] { [Pipeline] echo [2021-03-12T03:34:53.030Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T03:34:53.333Z] ---> create-netrc.sh [Pipeline] } [2021-03-12T03:34:53.343Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-12T03:34:53.447Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T03:34:53.749Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-12T03:34:53.761Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T03:34:54.064Z] ---> sudo-logs.sh [2021-03-12T03:34:54.064Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-12T03:34:54.136Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T03:34:54.437Z] ---> job-cost.sh [2021-03-12T03:34:54.437Z] lf-activate-venv: SKIPPING [2021-03-12T03:34:54.437Z] DEBUG: total: 0.20999999344348907 [2021-03-12T03:34:54.437Z] INFO: Retrieving Stack Cost... [2021-03-12T03:34:55.384Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-12T03:34:55.959Z] INFO: Archiving Costs [Pipeline] echo [2021-03-12T03:34:55.975Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T03:34:56.280Z] ---> logs-deploy.sh [2021-03-12T03:34:56.280Z] lf-activate-venv: SKIPPING [2021-03-12T03:34:56.280Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3250/11 [2021-03-12T03:34:56.280Z] INFO: archiving workspace using pattern(s): [2021-03-12T03:34:57.672Z] Archives upload complete. [2021-03-12T03:34:57.672Z] INFO: archiving logs to Nexus