Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d9d1cdb2a048b2aa1100d198dafcee133d44e819+2c126a996be31befa6625c4f217e526aa48b3805 (824b2dbf43574b532168d3df05b1b3070d782156) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-28791 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2c126a996be31befa6625c4f217e526aa48b3805 into PR head commit d9d1cdb2a048b2aa1100d198dafcee133d44e819 Merge succeeded, producing 83c92b3a140ce6a53d53e8480570a1fdae15dd5e Checking out Revision 83c92b3a140ce6a53d53e8480570a1fdae15dd5e (PR-3208) > git config core.sparsecheckout # timeout=10 > git checkout -f d9d1cdb2a048b2aa1100d198dafcee133d44e819 # 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 2c126a996be31befa6625c4f217e526aa48b3805 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 83c92b3a140ce6a53d53e8480570a1fdae15dd5e # timeout=10 Commit message: "Merge commit '2c126a996be31befa6625c4f217e526aa48b3805' into HEAD" > git rev-list --no-walk d9d1cdb2a048b2aa1100d198dafcee133d44e819 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-06T00:31:47.771Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-06T00:31:47.996Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-06T00:31:48.079Z] ========================================================= [2021-03-06T00:31:48.080Z] EdgeX Global Pipelines Version Info [2021-03-06T00:31:48.080Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-06T00:31:50.422Z] ------------------- [2021-03-06T00:31:50.422Z] stable info: [2021-03-06T00:31:50.422Z] ------------------- [2021-03-06T00:31:50.422Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-06T00:31:50.422Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-06T00:31:50.422Z] Message: update stable to v1.0.184 [2021-03-06T00:31:51.007Z] ------------------- [2021-03-06T00:31:51.007Z] experimental info: [2021-03-06T00:31:51.007Z] ------------------- [2021-03-06T00:31:51.007Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-06T00:31:51.007Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-06T00:31:51.007Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-06T00:31:51.269Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-06T00:31:51.356Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-06T00:31:51.436Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-06T00:31:51.513Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-06T00:31:51.592Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-06T00:31:51.674Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-06T00:31:51.753Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-06T00:31:51.833Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-06T00:31:51.942Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-06T00:31:52.020Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-06T00:31:52.103Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-06T00:31:52.181Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-06T00:31:52.262Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-06T00:31:52.342Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-06T00:31:52.423Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-06T00:31:52.503Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-06T00:31:52.582Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-06T00:31:52.670Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-06T00:31:52.765Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-06T00:31:52.850Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-06T00:31:52.959Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-06T00:31:53.041Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-06T00:31:53.123Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3208 [Pipeline] echo [2021-03-06T00:31:53.202Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3208 [Pipeline] echo [2021-03-06T00:31:53.284Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3208 [Pipeline] echo [2021-03-06T00:31:53.363Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 83c92b3a140ce6a53d53e8480570a1fdae15dd5e [Pipeline] echo [2021-03-06T00:31:53.447Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 83c92b3 [Pipeline] echo [2021-03-06T00:31:53.528Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-06T00:31:53.710Z] provisioning config files... [2021-03-06T00:31:53.741Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config6275567619663043116tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-06T00:31:54.149Z] ---> docker-login.sh [2021-03-06T00:31:54.149Z] nexus3.edgexfoundry.org:10001 [2021-03-06T00:31:57.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-06T00:31:57.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-06T00:31:57.665Z] Configure a credential helper to remove this warning. See [2021-03-06T00:31:57.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-06T00:31:57.665Z] [2021-03-06T00:31:57.665Z] Login Succeeded [2021-03-06T00:31:57.665Z] nexus3.edgexfoundry.org:10002 [2021-03-06T00:31:57.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-06T00:31:57.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-06T00:31:57.969Z] Configure a credential helper to remove this warning. See [2021-03-06T00:31:57.969Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-06T00:31:57.969Z] [2021-03-06T00:31:57.969Z] Login Succeeded [2021-03-06T00:31:57.969Z] nexus3.edgexfoundry.org:10003 [2021-03-06T00:31:58.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-06T00:31:58.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-06T00:31:58.532Z] Configure a credential helper to remove this warning. See [2021-03-06T00:31:58.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-06T00:31:58.532Z] [2021-03-06T00:31:58.532Z] Login Succeeded [2021-03-06T00:31:58.532Z] nexus3.edgexfoundry.org:10004 [2021-03-06T00:31:58.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-06T00:31:58.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-06T00:31:58.798Z] Configure a credential helper to remove this warning. See [2021-03-06T00:31:58.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-06T00:31:58.798Z] [2021-03-06T00:31:58.798Z] Login Succeeded [2021-03-06T00:31:58.798Z] docker.io [2021-03-06T00:31:59.065Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-06T00:31:59.329Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-06T00:31:59.329Z] Configure a credential helper to remove this warning. See [2021-03-06T00:31:59.329Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-06T00:31:59.329Z] [2021-03-06T00:31:59.329Z] Login Succeeded [2021-03-06T00:31:59.329Z] ---> docker-login.sh ends [Pipeline] } [2021-03-06T00:31:59.345Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-06T00:31:59.845Z] ++ 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-06T00:31:59.845Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-06T00:31:59.845Z] ++ cut -d/ -f2 [2021-03-06T00:31:59.845Z] ++ dirname cmd/core-command/Dockerfile [2021-03-06T00:31:59.845Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-06T00:31:59.845Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-06T00:31:59.845Z] ++ cut -d/ -f2 [2021-03-06T00:31:59.845Z] ++ dirname cmd/core-data/Dockerfile [2021-03-06T00:31:59.845Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-06T00:31:59.845Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-06T00:31:59.845Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-06T00:31:59.845Z] ++ cut -d/ -f2 [2021-03-06T00:31:59.845Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-06T00:31:59.845Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-06T00:31:59.845Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-06T00:31:59.845Z] ++ cut -d/ -f2 [2021-03-06T00:31:59.845Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-06T00:31:59.845Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-06T00:31:59.845Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-06T00:31:59.845Z] ++ cut -d/ -f2 [2021-03-06T00:31:59.845Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-06T00:31:59.845Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-06T00:31:59.845Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-06T00:31:59.845Z] ++ cut -d/ -f2 [2021-03-06T00:31:59.845Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-06T00:31:59.845Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-06T00:31:59.845Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-06T00:31:59.845Z] ++ cut -d/ -f2 [2021-03-06T00:31:59.845Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-06T00:31:59.845Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-06T00:31:59.845Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-06T00:31:59.845Z] ++ cut -d/ -f2 [2021-03-06T00:31:59.845Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-06T00:31:59.845Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-06T00:31:59.845Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-06T00:31:59.845Z] ++ cut -d/ -f2 [2021-03-06T00:31:59.845Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-06T00:31:59.949Z] 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-06T00:32:00.909Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-06T00:32:00.909Z] [2021-03-06T00:32:00.909Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-06T00:32:01.289Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-06T00:32:01.289Z] latest: Pulling from edgex-devops/git-semver [2021-03-06T00:32:01.289Z] 31603596830f: Pulling fs layer [2021-03-06T00:32:01.289Z] 2a8b12db71e7: Pulling fs layer [2021-03-06T00:32:01.289Z] 6ca5941a6612: Pulling fs layer [2021-03-06T00:32:01.289Z] ecc8261a40a4: Pulling fs layer [2021-03-06T00:32:01.289Z] ecc8261a40a4: Waiting [2021-03-06T00:32:01.289Z] 2a8b12db71e7: Verifying Checksum [2021-03-06T00:32:01.289Z] 2a8b12db71e7: Download complete [2021-03-06T00:32:01.585Z] 31603596830f: Verifying Checksum [2021-03-06T00:32:01.585Z] 31603596830f: Download complete [2021-03-06T00:32:01.865Z] ecc8261a40a4: Verifying Checksum [2021-03-06T00:32:01.865Z] ecc8261a40a4: Download complete [2021-03-06T00:32:01.865Z] 6ca5941a6612: Verifying Checksum [2021-03-06T00:32:01.865Z] 6ca5941a6612: Download complete [2021-03-06T00:32:02.482Z] 31603596830f: Pull complete [2021-03-06T00:32:02.817Z] 2a8b12db71e7: Pull complete [2021-03-06T00:32:07.390Z] 6ca5941a6612: Pull complete [2021-03-06T00:32:08.021Z] ecc8261a40a4: Pull complete [2021-03-06T00:32:08.021Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-06T00:32:08.021Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-06T00:32:08.021Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-06T00:32:08.294Z] prd-centos7-docker-4c-2g-28791 does not seem to be running inside a container [2021-03-06T00:32:08.509Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-06T00:32:12.318Z] $ docker top 184d7e3b5edde12e760f96f1bfe0d7f969a5dd907890ff25330e91f68ac21fa7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-06T00:32:12.724Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-06T00:32:12.724Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-06T00:32:14.383Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-06T00:32:14.386Z] $ docker exec 184d7e3b5edde12e760f96f1bfe0d7f969a5dd907890ff25330e91f68ac21fa7 ssh-agent [2021-03-06T00:32:14.729Z] SSH_AUTH_SOCK=/tmp/ssh-wPN0vRefhM0V/agent.11 [2021-03-06T00:32:14.729Z] SSH_AGENT_PID=17 [2021-03-06T00:32:14.748Z] Running ssh-add (command line suppressed) [2021-03-06T00:32:15.043Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_5547293749663629848.key (/w/workspace/edgex-go/8@tmp/private_key_5547293749663629848.key) [2021-03-06T00:32:15.138Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-06T00:32:15.503Z] + git tag --points-at HEAD [Pipeline] } [2021-03-06T00:32:15.550Z] $ docker exec --env ******** --env ******** 184d7e3b5edde12e760f96f1bfe0d7f969a5dd907890ff25330e91f68ac21fa7 ssh-agent -k [2021-03-06T00:32:16.370Z] unset SSH_AUTH_SOCK; [2021-03-06T00:32:16.371Z] unset SSH_AGENT_PID; [2021-03-06T00:32:16.371Z] echo Agent pid 17 killed; [2021-03-06T00:32:16.475Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-06T00:32:16.639Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-06T00:32:16.639Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-06T00:32:16.961Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-06T00:32:16.963Z] $ docker exec 184d7e3b5edde12e760f96f1bfe0d7f969a5dd907890ff25330e91f68ac21fa7 ssh-agent [2021-03-06T00:32:17.232Z] SSH_AUTH_SOCK=/tmp/ssh-YiQQJhfbEzpg/agent.47 [2021-03-06T00:32:17.232Z] SSH_AGENT_PID=52 [2021-03-06T00:32:17.244Z] Running ssh-add (command line suppressed) [2021-03-06T00:32:17.489Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_6958674896238068942.key (/w/workspace/edgex-go/8@tmp/private_key_6958674896238068942.key) [2021-03-06T00:32:17.621Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-06T00:32:18.388Z] + git semver init [2021-03-06T00:32:18.388Z] # -> Open(): unable to determine branch for HEAD [2021-03-06T00:32:18.388Z] # $GIT_DIR = /w/workspace/edgex-go/8/.git [2021-03-06T00:32:18.388Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/8 [2021-03-06T00:32:18.388Z] # $SEMVER_REMOTE_NAME = origin [2021-03-06T00:32:18.388Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-06T00:32:18.388Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-06T00:32:18.388Z] # $SEMVER_BRANCH = PR-3208 [2021-03-06T00:32:18.388Z] # $SEMVER_TEMP = /tmp/semver-982199327 [2021-03-06T00:32:18.388Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-06T00:32:58.287Z] # '/tmp/semver-982199327' -> '/w/workspace/edgex-go/8/.semver' [2021-03-06T00:33:00.902Z] # -> Force: false [2021-03-06T00:33:01.179Z] # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } [2021-03-06T00:33:01.226Z] $ docker exec --env ******** --env ******** 184d7e3b5edde12e760f96f1bfe0d7f969a5dd907890ff25330e91f68ac21fa7 ssh-agent -k [2021-03-06T00:33:02.703Z] unset SSH_AUTH_SOCK; [2021-03-06T00:33:02.704Z] unset SSH_AGENT_PID; [2021-03-06T00:33:02.704Z] echo Agent pid 52 killed; [2021-03-06T00:33:03.275Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-06T00:33:03.788Z] + git semver [Pipeline] } [2021-03-06T00:33:03.826Z] $ docker stop --time=1 184d7e3b5edde12e760f96f1bfe0d7f969a5dd907890ff25330e91f68ac21fa7 [2021-03-06T00:33:06.179Z] $ docker rm -f 184d7e3b5edde12e760f96f1bfe0d7f969a5dd907890ff25330e91f68ac21fa7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-06T00:33:06.864Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-06T00:33:07.922Z] Stashed 1 file(s) [Pipeline] echo [2021-03-06T00:33:07.925Z] [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-06T00:33:09.016Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-06T00:33:10.041Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-06T00:33:10.491Z] + true [2021-03-06T00:33:10.491Z] + sudo service docker restart [2021-03-06T00:33:10.491Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-06T00:33:12.536Z] ========================================================= [2021-03-06T00:33:12.536Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-06T00:33:12.536Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-06T00:33:12.899Z] + 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-06T00:33:23.292Z] Still waiting to schedule task [2021-03-06T00:33:23.293Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-06T00:33:23.435Z] Sending build context to Docker daemon 328.3MB [2021-03-06T00:33:23.435Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-06T00:33:23.435Z] Step 2/6 : FROM ${BASE} [2021-03-06T00:33:23.737Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-06T00:33:23.737Z] 188c0c94c7c5: Pulling fs layer [2021-03-06T00:33:23.737Z] 0ef7d3d256c8: Pulling fs layer [2021-03-06T00:33:23.737Z] de9db76c5a1d: Pulling fs layer [2021-03-06T00:33:23.737Z] bca2f99d35d6: Pulling fs layer [2021-03-06T00:33:23.737Z] 93359f2a8cfa: Pulling fs layer [2021-03-06T00:33:23.737Z] 7c6f9722023f: Pulling fs layer [2021-03-06T00:33:23.737Z] a35cf1a2eb13: Pulling fs layer [2021-03-06T00:33:23.737Z] bca2f99d35d6: Waiting [2021-03-06T00:33:23.737Z] 93359f2a8cfa: Waiting [2021-03-06T00:33:23.737Z] 7c6f9722023f: Waiting [2021-03-06T00:33:23.737Z] a35cf1a2eb13: Waiting [2021-03-06T00:33:23.737Z] de9db76c5a1d: Verifying Checksum [2021-03-06T00:33:23.737Z] de9db76c5a1d: Download complete [2021-03-06T00:33:23.737Z] 0ef7d3d256c8: Verifying Checksum [2021-03-06T00:33:23.737Z] 0ef7d3d256c8: Download complete [2021-03-06T00:33:23.737Z] 93359f2a8cfa: Verifying Checksum [2021-03-06T00:33:23.737Z] 93359f2a8cfa: Download complete [2021-03-06T00:33:23.737Z] 7c6f9722023f: Download complete [2021-03-06T00:33:24.017Z] 188c0c94c7c5: Verifying Checksum [2021-03-06T00:33:24.017Z] 188c0c94c7c5: Download complete [2021-03-06T00:33:24.625Z] 188c0c94c7c5: Pull complete [2021-03-06T00:33:25.228Z] 0ef7d3d256c8: Pull complete [2021-03-06T00:33:26.246Z] de9db76c5a1d: Pull complete [2021-03-06T00:33:26.863Z] a35cf1a2eb13: Verifying Checksum [2021-03-06T00:33:26.863Z] a35cf1a2eb13: Download complete [2021-03-06T00:33:29.299Z] bca2f99d35d6: Verifying Checksum [2021-03-06T00:33:29.299Z] bca2f99d35d6: Download complete [2021-03-06T00:33:48.130Z] bca2f99d35d6: Pull complete [2021-03-06T00:33:48.130Z] 93359f2a8cfa: Pull complete [2021-03-06T00:33:48.130Z] 7c6f9722023f: Pull complete [2021-03-06T00:33:56.511Z] a35cf1a2eb13: Pull complete [2021-03-06T00:33:56.512Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-06T00:33:56.512Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-06T00:33:56.512Z] ---> a62c8e92a672 [2021-03-06T00:33:56.512Z] 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-06T00:33:56.512Z] ---> Running in 30314c83a5dd [2021-03-06T00:33:58.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-06T00:33:59.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-06T00:33:59.772Z] (1/12) Installing libmagic (5.38-r0) [2021-03-06T00:34:00.039Z] (2/12) Installing file (5.38-r0) [2021-03-06T00:34:00.039Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-06T00:34:00.341Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-06T00:34:03.696Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-06T00:34:03.696Z] (6/12) Installing patch (2.7.6-r6) [2021-03-06T00:34:03.696Z] (7/12) Installing build-base (0.5-r2) [2021-03-06T00:34:03.696Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-06T00:34:03.968Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-06T00:34:03.968Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-06T00:34:04.243Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-06T00:34:04.243Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-06T00:34:04.243Z] Executing busybox-1.31.1-r19.trigger [2021-03-06T00:34:04.243Z] OK: 233 MiB in 51 packages [2021-03-06T00:34:10.940Z] Removing intermediate container 30314c83a5dd [2021-03-06T00:34:10.940Z] ---> 9448ea47455a [2021-03-06T00:34:10.940Z] Step 4/6 : WORKDIR /edgex-go [2021-03-06T00:34:10.941Z] ---> Running in a0d0db32bec8 [2021-03-06T00:34:11.214Z] Removing intermediate container a0d0db32bec8 [2021-03-06T00:34:11.214Z] ---> 866b22c5c212 [2021-03-06T00:34:11.214Z] Step 5/6 : COPY go.mod . [2021-03-06T00:34:11.543Z] ---> 91d52f3bf238 [2021-03-06T00:34:11.543Z] Step 6/6 : RUN go mod download [2021-03-06T00:34:11.912Z] ---> Running in 5ec9804c9505 [2021-03-06T00:34:59.841Z] Removing intermediate container 5ec9804c9505 [2021-03-06T00:34:59.841Z] ---> 7f87ef7a582e [2021-03-06T00:34:59.841Z] Successfully built 7f87ef7a582e [2021-03-06T00:34:59.841Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-06T00:35:00.210Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-06T00:35:00.479Z] . [Pipeline] withDockerContainer [2021-03-06T00:35:00.618Z] prd-centos7-docker-4c-2g-28791 does not seem to be running inside a container [2021-03-06T00:35:00.684Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-06T00:35:02.365Z] $ docker top 9a77a92c019f2019829b7cba11a99a99df13ecfb130c82d61b5dd5ad7fced904 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-06T00:35:03.757Z] + go version [2021-03-06T00:35:03.757Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-06T00:35:03.779Z] $ docker stop --time=1 9a77a92c019f2019829b7cba11a99a99df13ecfb130c82d61b5dd5ad7fced904 [2021-03-06T00:35:05.472Z] $ docker rm -f 9a77a92c019f2019829b7cba11a99a99df13ecfb130c82d61b5dd5ad7fced904 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-06T00:35:06.443Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-06T00:35:06.443Z] . [Pipeline] withDockerContainer [2021-03-06T00:35:06.620Z] prd-centos7-docker-4c-2g-28791 does not seem to be running inside a container [2021-03-06T00:35:06.714Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-06T00:35:09.765Z] $ docker top df0bd19e37c908dc6ecf7187fc456ef72ebdc16672c70c143c46e558b08a3bd8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-06T00:35:10.508Z] ========================================================= [2021-03-06T00:35:10.508Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-06T00:35:10.508Z] ========================================================= [Pipeline] sh [2021-03-06T00:35:10.835Z] + make test [2021-03-06T00:35:10.835Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-06T00:35:40.583Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-06T00:36:14.370Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-06T00:36:27.690Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-06T00:36:27.690Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-06T00:36:27.690Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-06T00:36:30.717Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-06T00:36:30.717Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-06T00:36:30.717Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-06T00:36:30.717Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-06T00:36:32.251Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-06T00:36:33.283Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-06T00:36:38.961Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-06T00:36:38.961Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-06T00:36:38.961Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-06T00:36:39.722Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28807 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws [2021-03-06T00:36:39.769Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-03-06T00:36:43.604Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.183s coverage: 45.9% of statements [2021-03-06T00:36:43.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-06T00:36:43.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-06T00:36:43.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-06T00:36:43.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-06T00:36:43.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-06T00:36:43.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-06T00:36:43.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-06T00:36:43.605Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.130s coverage: 100.0% of statements [2021-03-06T00:36:45.440Z] using credential edgex-jenkins-ssh [2021-03-06T00:36:45.521Z] Cloning the remote Git repository [2021-03-06T00:36:45.588Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-06T00:36:45.707Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-03-06T00:36:45.795Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-06T00:36:45.796Z] > git --version # timeout=10 [2021-03-06T00:36:45.811Z] > git --version # 'git version 2.17.1' [2021-03-06T00:36:45.814Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-06T00:36:45.884Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-06T00:36:48.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 2.421s coverage: 27.1% of statements [2021-03-06T00:36:48.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-06T00:36:48.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-06T00:36:48.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-06T00:36:48.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-06T00:36:48.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-06T00:36:48.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-06T00:36:48.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements [2021-03-06T00:36:48.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-06T00:36:48.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.081s coverage: 100.0% of statements [2021-03-06T00:36:48.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-06T00:36:48.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-06T00:36:48.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.347s coverage: 66.2% of statements [2021-03-06T00:36:48.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-06T00:36:48.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-06T00:36:51.091Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.741s coverage: 82.4% of statements [2021-03-06T00:36:51.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-06T00:36:51.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-06T00:36:51.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-06T00:36:51.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-06T00:37:00.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.853s coverage: 28.6% of statements [2021-03-06T00:37:00.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-06T00:37:00.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-06T00:37:00.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-06T00:37:00.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-06T00:37:00.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-06T00:37:00.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.352s coverage: 100.0% of statements [2021-03-06T00:37:00.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-06T00:37:00.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.275s coverage: 100.0% of statements [2021-03-06T00:37:00.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-06T00:37:00.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.256s coverage: 86.7% of statements [2021-03-06T00:37:00.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-06T00:37:00.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.336s coverage: 97.5% of statements [2021-03-06T00:37:00.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-06T00:37:00.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.163s coverage: 78.3% of statements [2021-03-06T00:37:00.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-06T00:37:00.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-06T00:37:00.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-06T00:37:00.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-06T00:37:06.430Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.844s coverage: 92.8% of statements [2021-03-06T00:37:06.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-06T00:37:06.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-06T00:37:06.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-06T00:37:06.430Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-06T00:37:06.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-06T00:37:06.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-06T00:37:06.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-06T00:37:06.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-06T00:37:06.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-06T00:37:06.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-06T00:37:06.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-06T00:37:06.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-06T00:37:06.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-06T00:37:06.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-06T00:37:06.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-06T00:37:06.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-06T00:37:06.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-06T00:37:06.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-06T00:37:06.430Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.176s coverage: 58.8% of statements [2021-03-06T00:37:06.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-06T00:37:06.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-06T00:37:06.430Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.197s coverage: 0.1% of statements [2021-03-06T00:37:06.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-06T00:37:06.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-06T00:37:06.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-06T00:37:06.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 47.1% of statements [2021-03-06T00:37:06.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.129s coverage: 79.5% of statements [2021-03-06T00:37:06.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.038s coverage: 94.1% of statements [2021-03-06T00:37:06.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.124s coverage: 96.3% of statements [2021-03-06T00:37:06.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements [2021-03-06T00:37:08.833Z] Merging remotes/origin/master commit 2c126a996be31befa6625c4f217e526aa48b3805 into PR head commit d9d1cdb2a048b2aa1100d198dafcee133d44e819 [2021-03-06T00:37:08.020Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-06T00:37:08.043Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-06T00:37:08.078Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-06T00:37:08.116Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-06T00:37:08.117Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-06T00:37:08.134Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-06T00:37:08.850Z] > git config core.sparsecheckout # timeout=10 [2021-03-06T00:37:08.864Z] > git checkout -f d9d1cdb2a048b2aa1100d198dafcee133d44e819 # timeout=10 [2021-03-06T00:37:09.639Z] Merge succeeded, producing fa87912d55e9bd590b7b9b2ed90fb9a594bcf1b1 [2021-03-06T00:37:09.639Z] Checking out Revision fa87912d55e9bd590b7b9b2ed90fb9a594bcf1b1 (PR-3208) [2021-03-06T00:37:09.284Z] > git remote # timeout=10 [2021-03-06T00:37:09.309Z] > git config --get remote.origin.url # timeout=10 [2021-03-06T00:37:09.340Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-06T00:37:09.357Z] > git merge 2c126a996be31befa6625c4f217e526aa48b3805 # timeout=10 [2021-03-06T00:37:09.619Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-06T00:37:09.649Z] > git config core.sparsecheckout # timeout=10 [2021-03-06T00:37:09.690Z] > git checkout -f fa87912d55e9bd590b7b9b2ed90fb9a594bcf1b1 # timeout=10 [2021-03-06T00:37:14.199Z] Commit message: "Merge commit '2c126a996be31befa6625c4f217e526aa48b3805' into HEAD" [2021-03-06T00:37:14.203Z] > git rev-list --no-walk d9d1cdb2a048b2aa1100d198dafcee133d44e819 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-06T00:37:15.902Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-06T00:37:16.341Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-06T00:37:16.748Z] + sudo service docker restart [2021-03-06T00:37:16.748Z] + true [2021-03-06T00:37:19.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.098s coverage: 94.4% of statements [2021-03-06T00:37:19.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2021-03-06T00:37:19.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.238s coverage: 81.4% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-06T00:37:19.470Z] provisioning config files... [2021-03-06T00:37:19.511Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config4489693515199689201tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-06T00:37:19.921Z] ---> docker-login.sh [2021-03-06T00:37:19.921Z] nexus3.edgexfoundry.org:10001 [2021-03-06T00:37:20.902Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-06T00:37:21.177Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-06T00:37:21.177Z] Configure a credential helper to remove this warning. See [2021-03-06T00:37:21.177Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-06T00:37:21.177Z] [2021-03-06T00:37:21.177Z] Login Succeeded [2021-03-06T00:37:21.177Z] nexus3.edgexfoundry.org:10002 [2021-03-06T00:37:21.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-06T00:37:21.774Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-06T00:37:21.774Z] Configure a credential helper to remove this warning. See [2021-03-06T00:37:21.774Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-06T00:37:21.774Z] [2021-03-06T00:37:21.774Z] Login Succeeded [2021-03-06T00:37:21.774Z] nexus3.edgexfoundry.org:10003 [2021-03-06T00:37:22.069Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-06T00:37:22.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-06T00:37:22.342Z] Configure a credential helper to remove this warning. See [2021-03-06T00:37:22.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-06T00:37:22.342Z] [2021-03-06T00:37:22.342Z] Login Succeeded [2021-03-06T00:37:22.342Z] nexus3.edgexfoundry.org:10004 [2021-03-06T00:37:22.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-06T00:37:22.897Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-06T00:37:22.897Z] Configure a credential helper to remove this warning. See [2021-03-06T00:37:22.897Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-06T00:37:22.897Z] [2021-03-06T00:37:22.897Z] Login Succeeded [2021-03-06T00:37:22.897Z] docker.io [2021-03-06T00:37:23.171Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-06T00:37:23.445Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-06T00:37:23.445Z] Configure a credential helper to remove this warning. See [2021-03-06T00:37:23.445Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-06T00:37:23.445Z] [2021-03-06T00:37:23.445Z] Login Succeeded [2021-03-06T00:37:23.445Z] ---> docker-login.sh ends [Pipeline] } [2021-03-06T00:37:23.474Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-06T00:37:23.965Z] ========================================================= [2021-03-06T00:37:23.965Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-06T00:37:23.965Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-06T00:37:24.364Z] + 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-06T00:37:27.008Z] Sending build context to Docker daemon 166.6MB [2021-03-06T00:37:27.008Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-06T00:37:27.008Z] Step 2/6 : FROM ${BASE} [2021-03-06T00:37:27.008Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-06T00:37:27.008Z] 5f621e34cdf4: Pulling fs layer [2021-03-06T00:37:27.008Z] a4357932f1b6: Pulling fs layer [2021-03-06T00:37:27.008Z] 18c013af1878: Pulling fs layer [2021-03-06T00:37:27.008Z] 00ac8860ef70: Pulling fs layer [2021-03-06T00:37:27.008Z] 63d7cb157983: Pulling fs layer [2021-03-06T00:37:27.008Z] b116817d02f9: Pulling fs layer [2021-03-06T00:37:27.008Z] 745a02a5169b: Pulling fs layer [2021-03-06T00:37:27.008Z] 63d7cb157983: Waiting [2021-03-06T00:37:27.008Z] b116817d02f9: Waiting [2021-03-06T00:37:27.008Z] 745a02a5169b: Waiting [2021-03-06T00:37:27.008Z] 18c013af1878: Verifying Checksum [2021-03-06T00:37:27.008Z] 18c013af1878: Download complete [2021-03-06T00:37:27.008Z] a4357932f1b6: Verifying Checksum [2021-03-06T00:37:27.008Z] 63d7cb157983: Verifying Checksum [2021-03-06T00:37:27.008Z] 63d7cb157983: Download complete [2021-03-06T00:37:27.008Z] b116817d02f9: Verifying Checksum [2021-03-06T00:37:27.008Z] b116817d02f9: Download complete [2021-03-06T00:37:27.008Z] 5f621e34cdf4: Verifying Checksum [2021-03-06T00:37:27.008Z] 5f621e34cdf4: Download complete [2021-03-06T00:37:27.614Z] 5f621e34cdf4: Pull complete [2021-03-06T00:37:28.216Z] a4357932f1b6: Pull complete [2021-03-06T00:37:28.491Z] 18c013af1878: Pull complete [2021-03-06T00:37:30.483Z] 745a02a5169b: Download complete [2021-03-06T00:37:32.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.217s coverage: 92.9% of statements [2021-03-06T00:37:32.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-06T00:37:32.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-06T00:37:32.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-06T00:37:32.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.044s coverage: 77.8% of statements [2021-03-06T00:37:32.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-06T00:37:32.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-06T00:37:32.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-06T00:37:32.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-06T00:37:32.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-06T00:37:32.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.107s coverage: 87.2% of statements [2021-03-06T00:37:32.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-06T00:37:32.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-06T00:37:32.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.039s coverage: 100.0% of statements [2021-03-06T00:37:32.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-06T00:37:32.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.058s coverage: 75.5% of statements [2021-03-06T00:37:32.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-06T00:37:32.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.124s coverage: 80.8% of statements [2021-03-06T00:37:32.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements [2021-03-06T00:37:32.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.571s coverage: 84.6% of statements [2021-03-06T00:37:32.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.368s coverage: 91.6% of statements [2021-03-06T00:37:32.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-06T00:37:32.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.472s coverage: 62.4% of statements [2021-03-06T00:37:32.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-06T00:37:32.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-06T00:37:32.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.240s coverage: 100.0% of statements [2021-03-06T00:37:32.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.149s coverage: 91.3% of statements [2021-03-06T00:37:32.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.169s coverage: 100.0% of statements [2021-03-06T00:37:32.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.130s coverage: 73.7% of statements [2021-03-06T00:37:32.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.098s coverage: 100.0% of statements [2021-03-06T00:37:32.458Z] 00ac8860ef70: Verifying Checksum [2021-03-06T00:37:32.458Z] 00ac8860ef70: Download complete [2021-03-06T00:37:33.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.873s coverage: 69.0% of statements [2021-03-06T00:37:33.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-06T00:37:33.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-06T00:37:33.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-06T00:37:33.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.195s coverage: 38.4% of statements [2021-03-06T00:37:33.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-06T00:37:33.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-06T00:37:33.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.082s coverage: 89.5% of statements [2021-03-06T00:37:33.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-06T00:37:33.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.065s coverage: 84.8% of statements [2021-03-06T00:37:37.999Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.248s coverage: 47.0% of statements [2021-03-06T00:37:38.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-06T00:37:38.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-06T00:37:38.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-06T00:37:38.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-06T00:37:38.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-06T00:37:38.000Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.163s coverage: 100.0% of statements [2021-03-06T00:37:38.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-06T00:37:38.000Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.078s coverage: 100.0% of statements [2021-03-06T00:37:38.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-06T00:37:38.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-06T00:37:38.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-06T00:37:38.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-06T00:37:38.000Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.212s coverage: 88.5% of statements [2021-03-06T00:37:38.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-06T00:37:38.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-06T00:37:38.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-06T00:37:42.618Z] 00ac8860ef70: Pull complete [2021-03-06T00:37:42.618Z] 63d7cb157983: Pull complete [2021-03-06T00:37:42.618Z] b116817d02f9: Pull complete [2021-03-06T00:37:42.710Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.533s coverage: 29.1% of statements [2021-03-06T00:37:42.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-06T00:37:42.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-06T00:37:42.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-06T00:37:42.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-06T00:37:42.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-06T00:37:42.710Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.128s coverage: 99.0% of statements [2021-03-06T00:37:42.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-06T00:37:42.710Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.102s coverage: 100.0% of statements [2021-03-06T00:37:42.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-06T00:37:42.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-06T00:37:42.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-06T00:37:42.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-06T00:37:42.710Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.178s coverage: 95.6% of statements [2021-03-06T00:37:42.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-06T00:37:42.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-06T00:37:42.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-06T00:37:42.710Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.092s coverage: 0.0% of statements [2021-03-06T00:37:42.710Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-06T00:37:42.710Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.106s coverage: 100.0% of statements [2021-03-06T00:37:42.710Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-06T00:37:42.710Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-06T00:37:42.710Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-06T00:37:42.710Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-06T00:37:42.710Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.075s coverage: 87.9% of statements [2021-03-06T00:37:42.710Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-06T00:37:42.710Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-06T00:37:42.710Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.136s coverage: 100.0% of statements [2021-03-06T00:37:45.023Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.115s coverage: 32.1% of statements [2021-03-06T00:37:46.015Z] 745a02a5169b: Pull complete [2021-03-06T00:37:46.015Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-06T00:37:46.015Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-06T00:37:46.015Z] ---> b7e6874047d6 [2021-03-06T00:37:46.015Z] 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-06T00:37:46.029Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.061s coverage: 100.0% of statements [2021-03-06T00:37:46.314Z] GO111MODULE=on go vet ./... [2021-03-06T00:37:49.421Z] ---> Running in b80b74c17022 [2021-03-06T00:37:50.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-06T00:37:52.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-06T00:37:55.454Z] (1/12) Installing libmagic (5.38-r0) [2021-03-06T00:37:55.726Z] (2/12) Installing file (5.38-r0) [2021-03-06T00:37:55.726Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-06T00:37:55.726Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-06T00:38:14.023Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-06T00:38:14.023Z] (6/12) Installing patch (2.7.6-r6) [2021-03-06T00:38:14.023Z] (7/12) Installing build-base (0.5-r2) [2021-03-06T00:38:14.023Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-06T00:38:14.023Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-06T00:38:14.023Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-06T00:38:14.023Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-06T00:38:14.023Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-06T00:38:14.023Z] Executing busybox-1.31.1-r19.trigger [2021-03-06T00:38:14.023Z] OK: 217 MiB in 51 packages [2021-03-06T00:38:16.002Z] Removing intermediate container b80b74c17022 [2021-03-06T00:38:16.002Z] ---> 0e897bd2d0c5 [2021-03-06T00:38:16.002Z] Step 4/6 : WORKDIR /edgex-go [2021-03-06T00:38:16.002Z] ---> Running in fc24b9cc10c4 [2021-03-06T00:38:16.597Z] Removing intermediate container fc24b9cc10c4 [2021-03-06T00:38:16.597Z] ---> 1f30427364b1 [2021-03-06T00:38:16.597Z] Step 5/6 : COPY go.mod . [2021-03-06T00:38:17.210Z] ---> 5015445d0c9e [2021-03-06T00:38:17.210Z] Step 6/6 : RUN go mod download [2021-03-06T00:38:17.506Z] ---> Running in e5f001f1fca0 [2021-03-06T00:38:49.855Z] Removing intermediate container e5f001f1fca0 [2021-03-06T00:38:49.855Z] ---> ef1daf972a54 [2021-03-06T00:38:49.855Z] Successfully built ef1daf972a54 [2021-03-06T00:38:49.855Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-06T00:38:50.215Z] + docker inspect -f . ci-base-image-arm64 [2021-03-06T00:38:50.215Z] . [Pipeline] withDockerContainer [2021-03-06T00:38:50.514Z] prd-ubuntu18.04-docker-arm64-4c-16g-28807 does not seem to be running inside a container [2021-03-06T00:38:50.596Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-06T00:38:52.221Z] $ docker top 3557bae656d10dc748b988a105ca240794a19a898b7e547206ee6b73089dcb7c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-06T00:38:53.266Z] + go version [2021-03-06T00:38:53.267Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-06T00:38:53.283Z] $ docker stop --time=1 3557bae656d10dc748b988a105ca240794a19a898b7e547206ee6b73089dcb7c [2021-03-06T00:38:55.290Z] $ docker rm -f 3557bae656d10dc748b988a105ca240794a19a898b7e547206ee6b73089dcb7c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-06T00:38:56.318Z] + docker inspect -f . ci-base-image-arm64 [2021-03-06T00:38:56.319Z] . [Pipeline] withDockerContainer [2021-03-06T00:38:56.596Z] prd-ubuntu18.04-docker-arm64-4c-16g-28807 does not seem to be running inside a container [2021-03-06T00:38:56.679Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-06T00:38:56.805Z] gofmt -l . [2021-03-06T00:38:56.805Z] [ "`gofmt -l .`" = "" ] [2021-03-06T00:38:56.805Z] ./bin/test-go-mod-tidy.sh [2021-03-06T00:38:57.593Z] ./bin/test-attribution-txt.sh [2021-03-06T00:38:58.225Z] $ docker top c754dfad7ac757150516c0378d42749defd07c6c8f946d8d92a088719599d607 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-06T00:38:58.724Z] ========================================================= [2021-03-06T00:38:58.724Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-06T00:38:58.724Z] ========================================================= [Pipeline] sh [Pipeline] sh [2021-03-06T00:38:59.378Z] + make test [2021-03-06T00:38:59.378Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-06T00:38:59.803Z] + ls -al . [2021-03-06T00:38:59.803Z] total 732 [2021-03-06T00:38:59.803Z] drwxrwxr-x 10 1001 1001 4096 Mar 6 00:38 . [2021-03-06T00:38:59.803Z] drwxr-xr-x 4 root root 28 Mar 6 00:35 .. [2021-03-06T00:38:59.803Z] -rw-rw-r-- 1 1001 1001 11 Mar 6 00:31 .dockerignore [2021-03-06T00:38:59.803Z] drwxrwxr-x 8 1001 1001 179 Mar 6 00:31 .git [2021-03-06T00:38:59.803Z] drwxrwxr-x 3 1001 1001 125 Mar 6 00:31 .github [2021-03-06T00:38:59.803Z] -rw-rw-r-- 1 1001 1001 818 Mar 6 00:31 .gitignore [2021-03-06T00:38:59.803Z] drwx------ 3 1001 1001 60 Mar 6 00:33 .semver [2021-03-06T00:38:59.803Z] -rw-rw-r-- 1 1001 1001 166 Mar 6 00:31 .sonarcloud.properties [2021-03-06T00:38:59.803Z] -rw-rw-r-- 1 1001 1001 8475 Mar 6 00:31 Attribution.txt [2021-03-06T00:38:59.803Z] -rw-rw-r-- 1 1001 1001 3804 Mar 6 00:31 CONTRIBUTING.md [2021-03-06T00:38:59.803Z] -rw-rw-r-- 1 1001 1001 931 Mar 6 00:31 Dockerfile.build [2021-03-06T00:38:59.803Z] -rw-rw-r-- 1 1001 1001 863 Mar 6 00:31 Jenkinsfile [2021-03-06T00:38:59.803Z] -rw-rw-r-- 1 1001 1001 10775 Mar 6 00:31 LICENSE [2021-03-06T00:38:59.803Z] -rw-rw-r-- 1 1001 1001 5774 Mar 6 00:31 Makefile [2021-03-06T00:38:59.803Z] -rw-rw-r-- 1 1001 1001 6524 Mar 6 00:31 README.md [2021-03-06T00:38:59.803Z] -rw-rw-r-- 1 1001 1001 6755 Mar 6 00:31 SECURITY.md [2021-03-06T00:38:59.803Z] -rw-rw-r-- 1 1001 1001 5 Mar 6 00:33 VERSION [2021-03-06T00:38:59.803Z] -rw-rw-r-- 1 1001 1001 4131 Mar 6 00:31 ZMQWindows.md [2021-03-06T00:38:59.803Z] drwxrwxr-x 2 1001 1001 117 Mar 6 00:31 bin [2021-03-06T00:38:59.803Z] drwxrwxr-x 14 1001 1001 4096 Mar 6 00:31 cmd [2021-03-06T00:38:59.803Z] -rw-r--r-- 1 root root 621194 Mar 6 00:37 coverage.out [2021-03-06T00:38:59.803Z] -rw-r--r-- 1 root root 1055 Mar 6 00:38 go.mod [2021-03-06T00:38:59.803Z] -rw-r--r-- 1 root root 21927 Mar 6 00:38 go.sum [2021-03-06T00:38:59.803Z] drwxrwxr-x 8 1001 1001 127 Mar 6 00:31 internal [2021-03-06T00:38:59.803Z] drwxrwxr-x 4 1001 1001 26 Mar 6 00:31 openapi [2021-03-06T00:38:59.803Z] drwxrwxr-x 4 1001 1001 71 Mar 6 00:31 snap [2021-03-06T00:38:59.803Z] -rw-rw-r-- 1 1001 1001 168 Mar 6 00:31 version.go [Pipeline] sh [2021-03-06T00:39:01.388Z] + '[' -e coverage.out ] [2021-03-06T00:39:01.389Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-06T00:39:01.914Z] Stashed 1 file(s) [Pipeline] sh [2021-03-06T00:39:02.629Z] + make build [2021-03-06T00:39:02.629Z] 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-06T00:39:08.100Z] 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-06T00:39:26.204Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-06T00:39:31.117Z] 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-06T00:39:32.150Z] 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-06T00:39:35.672Z] 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-06T00:39:36.282Z] 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-06T00:39:41.502Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-06T00:39:45.283Z] 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-06T00:39:48.790Z] 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-06T00:39:51.429Z] 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-06T00:39:53.723Z] 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-06T00:39:55.347Z] 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-06T00:40:00.975Z] $ docker stop --time=1 df0bd19e37c908dc6ecf7187fc456ef72ebdc16672c70c143c46e558b08a3bd8 [2021-03-06T00:40:04.579Z] $ docker rm -f df0bd19e37c908dc6ecf7187fc456ef72ebdc16672c70c143c46e558b08a3bd8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-06T00:40:07.011Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-06T00:40:07.011Z] [2021-03-06T00:40:07.011Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-06T00:40:07.407Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-06T00:40:07.698Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-06T00:40:07.698Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-06T00:40:07.698Z] ca9280d653b3: Pulling fs layer [2021-03-06T00:40:07.698Z] 7e9c9ca2126c: Pulling fs layer [2021-03-06T00:40:08.343Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-06T00:40:08.343Z] cbdbe7a5bc2a: Download complete [2021-03-06T00:40:09.885Z] ca9280d653b3: Verifying Checksum [2021-03-06T00:40:09.885Z] ca9280d653b3: Download complete [2021-03-06T00:40:11.043Z] cbdbe7a5bc2a: Pull complete [2021-03-06T00:40:13.291Z] 7e9c9ca2126c: Download complete [2021-03-06T00:40:13.888Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-06T00:40:13.909Z] ca9280d653b3: Pull complete [2021-03-06T00:40:22.190Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-06T00:40:26.553Z] 7e9c9ca2126c: Pull complete [2021-03-06T00:40:26.553Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-06T00:40:26.553Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-06T00:40:26.553Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-06T00:40:26.812Z] prd-centos7-docker-4c-2g-28791 does not seem to be running inside a container [2021-03-06T00:40:26.880Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-06T00:40:29.992Z] $ docker top 5a71e86c4c7d8eb224cf54aea392f25cb819e9ea796e4462ed1020abf26074f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-06T00:40:30.660Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-06T00:40:30.660Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-06T00:40:30.860Z] + docker-compose build --help [2021-03-06T00:40:30.860Z] + grep parallel [2021-03-06T00:40:32.270Z] --parallel Build images in parallel. [Pipeline] } [2021-03-06T00:40:32.287Z] $ docker stop --time=1 5a71e86c4c7d8eb224cf54aea392f25cb819e9ea796e4462ed1020abf26074f7 [2021-03-06T00:40:32.650Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-06T00:40:32.650Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-06T00:40:32.650Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-06T00:40:32.650Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-06T00:40:33.838Z] $ docker rm -f 5a71e86c4c7d8eb224cf54aea392f25cb819e9ea796e4462ed1020abf26074f7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-06T00:40:34.730Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-06T00:40:34.730Z] . [Pipeline] withDockerContainer [2021-03-06T00:40:34.892Z] prd-centos7-docker-4c-2g-28791 does not seem to be running inside a container [2021-03-06T00:40:35.000Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-06T00:40:36.529Z] $ docker top 015cdf65a865e45828070f8be77e865bbc01f0964fb9c486b39e2d7a875eb121 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-06T00:40:36.982Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-06T00:40:36.982Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-06T00:40:37.577Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-06T00:40:39.017Z] Building docker-core-command-go ... [2021-03-06T00:40:39.017Z] Building docker-core-data-go ... [2021-03-06T00:40:39.017Z] Building docker-core-metadata-go ... [2021-03-06T00:40:39.017Z] Building docker-security-bootstrapper-go ... [2021-03-06T00:40:39.017Z] Building docker-security-proxy-setup-go ... [2021-03-06T00:40:39.017Z] Building docker-security-secretstore-setup-go ... [2021-03-06T00:40:39.017Z] Building docker-support-notifications-go ... [2021-03-06T00:40:39.017Z] Building docker-support-scheduler-go ... [2021-03-06T00:40:39.017Z] Building docker-sys-mgmt-agent-go ... [2021-03-06T00:40:39.017Z] Building docker-support-notifications-go [2021-03-06T00:40:39.017Z] Building docker-security-bootstrapper-go [2021-03-06T00:40:39.017Z] Building docker-security-proxy-setup-go [2021-03-06T00:40:39.017Z] Building docker-core-command-go [2021-03-06T00:40:39.017Z] Building docker-sys-mgmt-agent-go [2021-03-06T00:40:45.289Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-06T00:40:45.289Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-06T00:40:45.289Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-06T00:40:52.028Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.331s coverage: 45.9% of statements [2021-03-06T00:40:52.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-06T00:40:52.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-06T00:40:52.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-06T00:40:52.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-06T00:40:52.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-06T00:40:52.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-06T00:40:52.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-06T00:40:52.028Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.220s coverage: 100.0% of statements [2021-03-06T00:40:58.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.561s coverage: 27.1% of statements [2021-03-06T00:40:58.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-06T00:40:58.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-06T00:40:58.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-06T00:40:58.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-06T00:40:58.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-06T00:40:58.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-06T00:40:58.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2021-03-06T00:40:58.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-06T00:40:58.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements [2021-03-06T00:40:58.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-06T00:40:58.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-06T00:40:59.111Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.241s coverage: 66.2% of statements [2021-03-06T00:40:59.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-06T00:40:59.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-06T00:41:01.106Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.703s coverage: 82.4% of statements [2021-03-06T00:41:01.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-06T00:41:01.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-06T00:41:01.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-06T00:41:01.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-06T00:41:07.827Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.190s coverage: 28.6% of statements [2021-03-06T00:41:07.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-06T00:41:07.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-06T00:41:07.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-06T00:41:07.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-06T00:41:07.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-06T00:41:07.827Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.158s coverage: 100.0% of statements [2021-03-06T00:41:07.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-06T00:41:07.827Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements [2021-03-06T00:41:07.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-06T00:41:07.827Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.294s coverage: 86.7% of statements [2021-03-06T00:41:07.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-06T00:41:07.827Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.350s coverage: 97.5% of statements [2021-03-06T00:41:07.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-06T00:41:09.268Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.127s coverage: 78.3% of statements [2021-03-06T00:41:09.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-06T00:41:09.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-06T00:41:09.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-06T00:41:09.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-06T00:41:17.563Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.217s coverage: 92.8% of statements [2021-03-06T00:41:17.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-06T00:41:17.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-06T00:41:17.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-06T00:41:17.563Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-06T00:41:17.563Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-06T00:41:17.563Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-06T00:41:17.563Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-06T00:41:17.563Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-06T00:41:17.563Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-06T00:41:17.563Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-06T00:41:17.563Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-06T00:41:17.563Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-06T00:41:17.563Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-06T00:41:17.563Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-06T00:41:17.563Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-06T00:41:17.563Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-06T00:41:17.563Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-06T00:41:17.563Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-06T00:41:17.563Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements [2021-03-06T00:41:17.563Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-06T00:41:17.563Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-06T00:41:17.563Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.162s coverage: 0.1% of statements [2021-03-06T00:41:17.563Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-06T00:41:17.563Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-06T00:41:17.563Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-06T00:41:17.563Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.079s coverage: 47.1% of statements [2021-03-06T00:41:17.563Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.074s coverage: 79.5% of statements [2021-03-06T00:41:17.563Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.073s coverage: 94.1% of statements [2021-03-06T00:41:17.563Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.086s coverage: 96.3% of statements [2021-03-06T00:41:17.563Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements [2021-03-06T00:41:32.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.090s coverage: 94.4% of statements [2021-03-06T00:41:32.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.073s coverage: 44.8% of statements [2021-03-06T00:41:32.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.110s coverage: 81.4% of statements [2021-03-06T00:41:47.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.124s coverage: 92.9% of statements [2021-03-06T00:41:47.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-06T00:41:47.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-06T00:41:47.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-06T00:41:47.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-03-06T00:41:47.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-06T00:41:47.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-06T00:41:47.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-06T00:41:47.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-06T00:41:47.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-06T00:41:47.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2021-03-06T00:41:47.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-06T00:41:47.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-06T00:41:47.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-03-06T00:41:47.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-06T00:41:47.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.094s coverage: 75.5% of statements [2021-03-06T00:41:47.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-06T00:41:47.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.8% of statements [2021-03-06T00:41:47.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.117s coverage: 87.2% of statements [2021-03-06T00:41:47.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.6% of statements [2021-03-06T00:41:47.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.203s coverage: 91.6% of statements [2021-03-06T00:41:47.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-06T00:41:47.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.517s coverage: 62.4% of statements [2021-03-06T00:41:47.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-06T00:41:47.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-06T00:41:47.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2021-03-06T00:41:47.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements [2021-03-06T00:41:47.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements [2021-03-06T00:41:47.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements [2021-03-06T00:41:47.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements [2021-03-06T00:41:48.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.822s coverage: 69.0% of statements [2021-03-06T00:41:48.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-06T00:41:48.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-06T00:41:48.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-06T00:41:51.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.359s coverage: 38.4% of statements [2021-03-06T00:41:51.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-06T00:41:51.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-06T00:41:51.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.098s coverage: 89.5% of statements [2021-03-06T00:41:51.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-06T00:41:51.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.132s coverage: 84.8% of statements [2021-03-06T00:41:58.495Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.464s coverage: 47.0% of statements [2021-03-06T00:41:58.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-06T00:41:58.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-06T00:41:58.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-06T00:41:58.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-06T00:41:58.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-06T00:41:58.495Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements [2021-03-06T00:41:58.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-06T00:41:58.495Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.117s coverage: 100.0% of statements [2021-03-06T00:41:58.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-06T00:41:58.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-06T00:41:58.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-06T00:41:58.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-06T00:41:58.495Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.508s coverage: 88.5% of statements [2021-03-06T00:41:58.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-06T00:41:58.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-06T00:41:58.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-06T00:42:05.262Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.692s coverage: 29.1% of statements [2021-03-06T00:42:05.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-06T00:42:05.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-06T00:42:05.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-06T00:42:05.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-06T00:42:05.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-06T00:42:05.262Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.172s coverage: 99.0% of statements [2021-03-06T00:42:05.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-06T00:42:05.262Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.096s coverage: 100.0% of statements [2021-03-06T00:42:05.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-06T00:42:05.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-06T00:42:05.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-06T00:42:05.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-06T00:42:05.262Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.219s coverage: 95.6% of statements [2021-03-06T00:42:05.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-06T00:42:05.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-06T00:42:05.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-06T00:42:05.262Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements [2021-03-06T00:42:05.262Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-06T00:42:05.262Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements [2021-03-06T00:42:05.262Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-06T00:42:05.262Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-06T00:42:05.262Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-06T00:42:05.262Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-06T00:42:05.262Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.076s coverage: 87.9% of statements [2021-03-06T00:42:05.262Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-06T00:42:05.262Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-06T00:42:05.538Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.082s coverage: 100.0% of statements [2021-03-06T00:42:06.138Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-03-06T00:42:07.572Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-06T00:42:08.547Z] GO111MODULE=on go vet ./... [2021-03-06T00:43:03.291Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-06T00:43:03.291Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-06T00:43:03.291Z] ---> 7f87ef7a582e [2021-03-06T00:43:03.291Z] Step 3/26 : WORKDIR /edgex-go [2021-03-06T00:43:03.291Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-06T00:43:03.291Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-06T00:43:03.291Z] ---> 7f87ef7a582e [2021-03-06T00:43:03.291Z] Step 3/31 : WORKDIR /edgex-go [2021-03-06T00:43:03.291Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-06T00:43:03.291Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-06T00:43:03.291Z] ---> 7f87ef7a582e [2021-03-06T00:43:03.291Z] Step 3/23 : WORKDIR /edgex-go [2021-03-06T00:43:03.291Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-06T00:43:03.291Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-06T00:43:03.291Z] ---> 7f87ef7a582e [2021-03-06T00:43:03.291Z] Step 3/21 : WORKDIR /edgex-go [2021-03-06T00:43:03.291Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-06T00:43:03.291Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-06T00:43:03.291Z] ---> 7f87ef7a582e [2021-03-06T00:43:03.291Z] Step 3/22 : WORKDIR /edgex-go [2021-03-06T00:43:04.254Z] ---> Running in c0414d54d328 [2021-03-06T00:43:04.254Z] ---> Running in 8410bd851646 [2021-03-06T00:43:04.254Z] ---> Running in 2faf7c49a162 [2021-03-06T00:43:04.254Z] ---> Running in da15a40335fd [2021-03-06T00:43:04.254Z] ---> Running in af5dac6f9881 [2021-03-06T00:43:06.316Z] Removing intermediate container 8410bd851646 [2021-03-06T00:43:06.316Z] ---> 9ce8c960a37e [2021-03-06T00:43:06.316Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-06T00:43:06.316Z] Removing intermediate container c0414d54d328 [2021-03-06T00:43:06.316Z] ---> 0817596fd0f8 [2021-03-06T00:43:06.316Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-06T00:43:06.316Z] Removing intermediate container 2faf7c49a162 [2021-03-06T00:43:06.316Z] ---> a82270a56b6a [2021-03-06T00:43:06.316Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-06T00:43:06.316Z] Removing intermediate container da15a40335fd [2021-03-06T00:43:06.316Z] ---> 00f50e580193 [2021-03-06T00:43:06.316Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-06T00:43:06.612Z] ---> Running in 44023fdcfd12 [2021-03-06T00:43:06.612Z] Removing intermediate container af5dac6f9881 [2021-03-06T00:43:06.612Z] ---> 60e8bbd747c6 [2021-03-06T00:43:06.612Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-06T00:43:06.612Z] ---> Running in 7f6b57d4b77c [2021-03-06T00:43:06.612Z] ---> Running in b42a3c0edb5b [2021-03-06T00:43:06.612Z] ---> Running in e91609c61934 [2021-03-06T00:43:06.888Z] ---> Running in e5276fc26104 [2021-03-06T00:43:17.241Z] Removing intermediate container 44023fdcfd12 [2021-03-06T00:43:17.241Z] ---> e296bf7ed76a [2021-03-06T00:43:17.241Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-06T00:43:17.241Z] Removing intermediate container 7f6b57d4b77c [2021-03-06T00:43:17.241Z] ---> 1f42fc74f660 [2021-03-06T00:43:17.241Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-06T00:43:17.241Z] Removing intermediate container e5276fc26104 [2021-03-06T00:43:17.241Z] ---> bd876d683c73 [2021-03-06T00:43:17.241Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-06T00:43:17.241Z] Removing intermediate container e91609c61934 [2021-03-06T00:43:17.241Z] ---> c38db458aeba [2021-03-06T00:43:17.241Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-06T00:43:17.241Z] ---> Running in e716c62781f9 [2021-03-06T00:43:17.241Z] ---> Running in 77bf768d467a [2021-03-06T00:43:17.241Z] ---> Running in 19d609251b26 [2021-03-06T00:43:17.241Z] ---> Running in 2f1aa4f69292 [2021-03-06T00:43:17.241Z] Removing intermediate container b42a3c0edb5b [2021-03-06T00:43:17.241Z] ---> 31911c0f25d8 [2021-03-06T00:43:17.241Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-06T00:43:17.241Z] ---> Running in a313cc5c5875 [2021-03-06T00:43:18.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-06T00:43:18.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-06T00:43:18.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-06T00:43:18.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-06T00:43:18.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-06T00:43:19.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-06T00:43:19.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-06T00:43:19.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-06T00:43:19.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-06T00:43:19.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-06T00:43:20.835Z] OK: 233 MiB in 51 packages [2021-03-06T00:43:21.634Z] OK: 233 MiB in 51 packages [2021-03-06T00:43:21.634Z] OK: 233 MiB in 51 packages [2021-03-06T00:43:21.634Z] OK: 233 MiB in 51 packages [2021-03-06T00:43:21.634Z] OK: 233 MiB in 51 packages [2021-03-06T00:43:23.796Z] Removing intermediate container e716c62781f9 [2021-03-06T00:43:23.796Z] ---> bfc819261db6 [2021-03-06T00:43:23.796Z] Step 6/21 : COPY go.mod . [2021-03-06T00:43:24.095Z] Removing intermediate container 77bf768d467a [2021-03-06T00:43:24.096Z] ---> af68335cc22d [2021-03-06T00:43:24.096Z] Step 6/26 : COPY go.mod . [2021-03-06T00:43:24.096Z] Removing intermediate container 2f1aa4f69292 [2021-03-06T00:43:24.096Z] ---> fd0c098b09d1 [2021-03-06T00:43:24.096Z] Step 6/23 : COPY go.mod . [2021-03-06T00:43:24.399Z] Removing intermediate container 19d609251b26 [2021-03-06T00:43:24.399Z] ---> 7f637da21445 [2021-03-06T00:43:24.399Z] Step 6/31 : COPY go.mod . [2021-03-06T00:43:24.684Z] Removing intermediate container a313cc5c5875 [2021-03-06T00:43:24.684Z] ---> 7f7333be430a [2021-03-06T00:43:24.684Z] Step 6/22 : COPY go.mod . [2021-03-06T00:43:24.684Z] ---> 9dee9d2dc224 [2021-03-06T00:43:24.684Z] Step 7/26 : RUN go mod download [2021-03-06T00:43:25.158Z] ---> 19b4dd4659cd [2021-03-06T00:43:25.158Z] Step 7/21 : RUN go mod download [2021-03-06T00:43:25.158Z] ---> Running in 7ba6da8bd9aa [2021-03-06T00:43:25.626Z] ---> 284f740b4689 [2021-03-06T00:43:25.626Z] Step 7/23 : RUN go mod download [2021-03-06T00:43:25.626Z] ---> Running in 110b53874f34 [2021-03-06T00:43:25.889Z] ---> 95cab8058280 [2021-03-06T00:43:25.889Z] Step 7/31 : RUN go mod download [2021-03-06T00:43:25.889Z] ---> d4cefd70cf36 [2021-03-06T00:43:25.889Z] Step 7/22 : RUN go mod download [2021-03-06T00:43:26.158Z] ---> Running in 254c71eb1326 [2021-03-06T00:43:26.471Z] ---> Running in 521528291b85 [2021-03-06T00:43:26.472Z] ---> Running in 09f025157a3a [2021-03-06T00:43:30.340Z] gofmt -l . [2021-03-06T00:43:30.340Z] [ "`gofmt -l .`" = "" ] [2021-03-06T00:43:30.938Z] ./bin/test-go-mod-tidy.sh [2021-03-06T00:43:31.921Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-06T00:43:33.640Z] Removing intermediate container 254c71eb1326 [2021-03-06T00:43:33.640Z] ---> 2a9513347fa4 [2021-03-06T00:43:33.640Z] Step 8/23 : COPY . . [2021-03-06T00:43:34.049Z] + ls -al . [2021-03-06T00:43:34.049Z] total 760 [2021-03-06T00:43:34.049Z] drwxrwxr-x 9 1001 1001 4096 Mar 6 00:43 . [2021-03-06T00:43:34.049Z] drwxr-xr-x 4 root root 4096 Mar 6 00:38 .. [2021-03-06T00:43:34.049Z] -rw-rw-r-- 1 1001 1001 11 Mar 6 00:37 .dockerignore [2021-03-06T00:43:34.049Z] drwxrwxr-x 8 1001 1001 4096 Mar 6 00:37 .git [2021-03-06T00:43:34.049Z] drwxrwxr-x 3 1001 1001 4096 Mar 6 00:37 .github [2021-03-06T00:43:34.049Z] -rw-rw-r-- 1 1001 1001 818 Mar 6 00:37 .gitignore [2021-03-06T00:43:34.049Z] -rw-rw-r-- 1 1001 1001 166 Mar 6 00:37 .sonarcloud.properties [2021-03-06T00:43:34.049Z] -rw-rw-r-- 1 1001 1001 8475 Mar 6 00:37 Attribution.txt [2021-03-06T00:43:34.049Z] -rw-rw-r-- 1 1001 1001 3804 Mar 6 00:37 CONTRIBUTING.md [2021-03-06T00:43:34.049Z] -rw-rw-r-- 1 1001 1001 931 Mar 6 00:37 Dockerfile.build [2021-03-06T00:43:34.049Z] -rw-rw-r-- 1 1001 1001 863 Mar 6 00:37 Jenkinsfile [2021-03-06T00:43:34.049Z] -rw-rw-r-- 1 1001 1001 10775 Mar 6 00:37 LICENSE [2021-03-06T00:43:34.049Z] -rw-rw-r-- 1 1001 1001 5774 Mar 6 00:37 Makefile [2021-03-06T00:43:34.049Z] -rw-rw-r-- 1 1001 1001 6524 Mar 6 00:37 README.md [2021-03-06T00:43:34.049Z] -rw-rw-r-- 1 1001 1001 6755 Mar 6 00:37 SECURITY.md [2021-03-06T00:43:34.049Z] -rw-rw-r-- 1 1001 1001 5 Mar 6 00:33 VERSION [2021-03-06T00:43:34.049Z] -rw-rw-r-- 1 1001 1001 4131 Mar 6 00:37 ZMQWindows.md [2021-03-06T00:43:34.049Z] drwxrwxr-x 2 1001 1001 4096 Mar 6 00:37 bin [2021-03-06T00:43:34.049Z] drwxrwxr-x 14 1001 1001 4096 Mar 6 00:37 cmd [2021-03-06T00:43:34.049Z] -rw-r--r-- 1 root root 621194 Mar 6 00:42 coverage.out [2021-03-06T00:43:34.049Z] -rw-r--r-- 1 root root 1055 Mar 6 00:43 go.mod [2021-03-06T00:43:34.049Z] -rw-r--r-- 1 root root 21927 Mar 6 00:43 go.sum [2021-03-06T00:43:34.049Z] drwxrwxr-x 8 1001 1001 4096 Mar 6 00:37 internal [2021-03-06T00:43:34.049Z] drwxrwxr-x 4 1001 1001 4096 Mar 6 00:37 openapi [2021-03-06T00:43:34.049Z] drwxrwxr-x 4 1001 1001 4096 Mar 6 00:37 snap [2021-03-06T00:43:34.049Z] -rw-rw-r-- 1 1001 1001 168 Mar 6 00:37 version.go [Pipeline] sh [2021-03-06T00:43:34.698Z] Removing intermediate container 7ba6da8bd9aa [2021-03-06T00:43:34.699Z] ---> 43fe8b1ff157 [2021-03-06T00:43:34.699Z] Step 8/26 : COPY . . [2021-03-06T00:43:34.821Z] + '[' -e coverage.out ] [2021-03-06T00:43:34.821Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-06T00:43:34.848Z] Warning: overwriting stash ‘coverage-report’ [2021-03-06T00:43:35.821Z] Removing intermediate container 09f025157a3a [2021-03-06T00:43:35.822Z] ---> db385264c386 [2021-03-06T00:43:35.822Z] Step 8/22 : COPY . . [2021-03-06T00:43:36.287Z] Stashed 1 file(s) [Pipeline] sh [2021-03-06T00:43:36.501Z] Removing intermediate container 110b53874f34 [2021-03-06T00:43:36.501Z] ---> 0b0b7b0a2aae [2021-03-06T00:43:36.501Z] Step 8/21 : COPY . . [2021-03-06T00:43:37.000Z] + make build [2021-03-06T00:43:37.000Z] 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-06T00:43:37.254Z] Removing intermediate container 521528291b85 [2021-03-06T00:43:37.255Z] ---> b25a1ee791f6 [2021-03-06T00:43:37.255Z] Step 8/31 : COPY . . [2021-03-06T00:43:49.402Z] 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-06T00:44:16.227Z] 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-06T00:44:21.618Z] 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-06T00:44:29.881Z] 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-06T00:44:29.881Z] 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-06T00:44:35.284Z] 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-06T00:44:40.688Z] 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-06T00:44:46.103Z] 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-06T00:44:51.510Z] 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-06T00:44:55.804Z] 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-06T00:44:59.186Z] 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-06T00:45:05.913Z] $ docker stop --time=1 c754dfad7ac757150516c0378d42749defd07c6c8f946d8d92a088719599d607 [2021-03-06T00:45:08.689Z] $ docker rm -f c754dfad7ac757150516c0378d42749defd07c6c8f946d8d92a088719599d607 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-06T00:45:12.302Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-06T00:45:12.302Z] [2021-03-06T00:45:12.302Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-06T00:45:13.128Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-06T00:45:13.400Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-06T00:45:13.400Z] 29e5d40040c1: Pulling fs layer [2021-03-06T00:45:13.400Z] 1ce36da41761: Pulling fs layer [2021-03-06T00:45:13.400Z] 25b303627fd3: Pulling fs layer [2021-03-06T00:45:13.400Z] 29e5d40040c1: Verifying Checksum [2021-03-06T00:45:13.400Z] 29e5d40040c1: Download complete [2021-03-06T00:45:14.001Z] 1ce36da41761: Verifying Checksum [2021-03-06T00:45:14.276Z] 29e5d40040c1: Pull complete [2021-03-06T00:45:14.276Z] 1ce36da41761: Download complete [2021-03-06T00:45:15.257Z] 1ce36da41761: Pull complete [2021-03-06T00:45:15.860Z] 25b303627fd3: Verifying Checksum [2021-03-06T00:45:15.860Z] 25b303627fd3: Download complete [2021-03-06T00:45:26.018Z] 25b303627fd3: Pull complete [2021-03-06T00:45:26.018Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-06T00:45:26.018Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-06T00:45:26.018Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-06T00:45:26.304Z] prd-ubuntu18.04-docker-arm64-4c-16g-28807 does not seem to be running inside a container [2021-03-06T00:45:26.383Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-06T00:45:29.798Z] $ docker top 136be02acca119838e942df793ae6328c1c1d6bc0192275e0b6807a08ada260c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-06T00:45:31.086Z] + docker-compose build --help [2021-03-06T00:45:31.086Z] + grep parallel [2021-03-06T00:45:35.374Z] --parallel Build images in parallel. [Pipeline] } [2021-03-06T00:45:35.650Z] $ docker stop --time=1 136be02acca119838e942df793ae6328c1c1d6bc0192275e0b6807a08ada260c [2021-03-06T00:45:37.664Z] $ docker rm -f 136be02acca119838e942df793ae6328c1c1d6bc0192275e0b6807a08ada260c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-06T00:45:38.958Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-06T00:45:38.958Z] . [Pipeline] withDockerContainer [2021-03-06T00:45:39.231Z] prd-ubuntu18.04-docker-arm64-4c-16g-28807 does not seem to be running inside a container [2021-03-06T00:45:39.295Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-06T00:45:40.817Z] $ docker top dea82d7ea1d62aa8f1b6d264a0a32ec3a37cdd008b6b67a1d5edfc52b72844d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-06T00:45:42.165Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-06T00:45:47.598Z] Building docker-core-command-go ... [2021-03-06T00:45:47.598Z] Building docker-core-data-go ... [2021-03-06T00:45:47.598Z] Building docker-core-metadata-go ... [2021-03-06T00:45:47.598Z] Building docker-security-bootstrapper-go ... [2021-03-06T00:45:47.598Z] Building docker-security-proxy-setup-go ... [2021-03-06T00:45:47.598Z] Building docker-security-secretstore-setup-go ... [2021-03-06T00:45:47.598Z] Building docker-support-notifications-go ... [2021-03-06T00:45:47.598Z] Building docker-support-scheduler-go ... [2021-03-06T00:45:47.598Z] Building docker-sys-mgmt-agent-go ... [2021-03-06T00:45:47.598Z] Building docker-support-notifications-go [2021-03-06T00:45:47.598Z] Building docker-sys-mgmt-agent-go [2021-03-06T00:45:47.598Z] Building docker-core-metadata-go [2021-03-06T00:45:47.598Z] Building docker-security-proxy-setup-go [2021-03-06T00:45:47.598Z] Building docker-support-scheduler-go [2021-03-06T00:46:56.563Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-06T00:46:56.563Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-06T00:46:56.563Z] ---> ef1daf972a54 [2021-03-06T00:46:56.563Z] Step 3/26 : WORKDIR /edgex-go [2021-03-06T00:46:56.563Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-06T00:46:56.563Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-06T00:46:56.563Z] ---> ef1daf972a54 [2021-03-06T00:46:56.563Z] Step 3/21 : WORKDIR /edgex-go [2021-03-06T00:46:56.854Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-06T00:46:56.854Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-06T00:46:56.854Z] ---> ef1daf972a54 [2021-03-06T00:46:56.854Z] Step 3/23 : WORKDIR /edgex-go [2021-03-06T00:46:57.128Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-06T00:46:57.128Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-06T00:46:57.128Z] ---> ef1daf972a54 [2021-03-06T00:46:57.128Z] Step 3/22 : WORKDIR /edgex-go [2021-03-06T00:46:57.401Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-06T00:46:57.401Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-06T00:46:57.401Z] ---> ef1daf972a54 [2021-03-06T00:46:57.401Z] Step 3/22 : WORKDIR /edgex-go [2021-03-06T00:47:00.015Z] ---> Running in 4321c61a7115 [2021-03-06T00:47:00.015Z] ---> Running in 6304e2fad67d [2021-03-06T00:47:00.015Z] ---> Running in 0b2a42fdc128 [2021-03-06T00:47:00.015Z] ---> Running in d8d63f626482 [2021-03-06T00:47:00.015Z] ---> Running in 96455f3ddd0d [2021-03-06T00:47:01.015Z] Removing intermediate container 6304e2fad67d [2021-03-06T00:47:01.015Z] ---> 7c8b02482356 [2021-03-06T00:47:01.015Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-06T00:47:01.015Z] Removing intermediate container 4321c61a7115 [2021-03-06T00:47:01.015Z] ---> 20a056ca79f4 [2021-03-06T00:47:01.015Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-06T00:47:01.015Z] Removing intermediate container d8d63f626482 [2021-03-06T00:47:01.015Z] ---> 19dee3fc9a37 [2021-03-06T00:47:01.015Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-06T00:47:01.015Z] Removing intermediate container 96455f3ddd0d [2021-03-06T00:47:01.015Z] ---> 124fd8e4c6fd [2021-03-06T00:47:01.015Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-06T00:47:01.015Z] ---> Running in e35ba24277a7 [2021-03-06T00:47:01.015Z] Removing intermediate container 0b2a42fdc128 [2021-03-06T00:47:01.015Z] ---> 25468153eefc [2021-03-06T00:47:01.015Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-06T00:47:01.294Z] ---> Running in 33ac8c4432de [2021-03-06T00:47:01.294Z] ---> Running in 8b14891ba33f [2021-03-06T00:47:01.294Z] ---> Running in 3b59bd0b9013 [2021-03-06T00:47:01.294Z] ---> Running in 82940ce50836 [2021-03-06T00:47:04.689Z] Removing intermediate container e35ba24277a7 [2021-03-06T00:47:04.689Z] ---> 8b9f767dad7b [2021-03-06T00:47:04.689Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-06T00:47:04.959Z] ---> Running in fdd3b8c85746 [2021-03-06T00:47:05.233Z] Removing intermediate container 33ac8c4432de [2021-03-06T00:47:05.234Z] ---> 70769db30f9e [2021-03-06T00:47:05.234Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-06T00:47:05.234Z] Removing intermediate container 8b14891ba33f [2021-03-06T00:47:05.234Z] ---> 354311595705 [2021-03-06T00:47:05.234Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-06T00:47:05.508Z] ---> Running in 15513df6fc29 [2021-03-06T00:47:05.508Z] Removing intermediate container 3b59bd0b9013 [2021-03-06T00:47:05.508Z] ---> 7e6b28e11159 [2021-03-06T00:47:05.508Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-06T00:47:05.778Z] ---> Running in fe4b0c5bda87 [2021-03-06T00:47:05.778Z] Removing intermediate container 82940ce50836 [2021-03-06T00:47:05.778Z] ---> e2a495f76d56 [2021-03-06T00:47:05.778Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-06T00:47:06.051Z] ---> Running in 506a9430334c [2021-03-06T00:47:06.051Z] ---> Running in 4a7c9aa7ee93 [2021-03-06T00:47:06.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-06T00:47:07.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-06T00:47:07.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-06T00:47:07.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-06T00:47:07.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-06T00:47:07.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-06T00:47:08.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-06T00:47:08.362Z] OK: 217 MiB in 51 packages [2021-03-06T00:47:08.362Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-06T00:47:08.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-06T00:47:08.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-06T00:47:09.238Z] OK: 217 MiB in 51 packages [2021-03-06T00:47:09.238Z] OK: 217 MiB in 51 packages [2021-03-06T00:47:09.516Z] OK: 217 MiB in 51 packages [2021-03-06T00:47:09.791Z] OK: 217 MiB in 51 packages [2021-03-06T00:47:09.791Z] Removing intermediate container fdd3b8c85746 [2021-03-06T00:47:09.791Z] ---> 5c690bede6e2 [2021-03-06T00:47:09.791Z] Step 6/22 : COPY go.mod . [2021-03-06T00:47:10.778Z] ---> 0cebeba3972a [2021-03-06T00:47:10.778Z] Step 7/22 : RUN go mod download [2021-03-06T00:47:11.049Z] Removing intermediate container fe4b0c5bda87 [2021-03-06T00:47:11.049Z] ---> 49bbd0484c91 [2021-03-06T00:47:11.049Z] Step 6/21 : COPY go.mod . [2021-03-06T00:47:11.049Z] Removing intermediate container 506a9430334c [2021-03-06T00:47:11.049Z] Removing intermediate container 15513df6fc29 [2021-03-06T00:47:11.049Z] ---> dccf5998fe44 [2021-03-06T00:47:11.049Z] Step 6/26 : COPY go.mod . [2021-03-06T00:47:11.049Z] ---> f93911c4811d [2021-03-06T00:47:11.049Z] Step 6/22 : COPY go.mod . [2021-03-06T00:47:11.050Z] ---> Running in 54b11858d74c [2021-03-06T00:47:11.657Z] Removing intermediate container 4a7c9aa7ee93 [2021-03-06T00:47:11.657Z] ---> 318e00d09a0c [2021-03-06T00:47:11.657Z] Step 6/23 : COPY go.mod . [2021-03-06T00:47:11.933Z] ---> 7319902da1db [2021-03-06T00:47:11.933Z] Step 7/21 : RUN go mod download [2021-03-06T00:47:12.211Z] ---> e3d49e49e8fe [2021-03-06T00:47:12.211Z] Step 7/22 : RUN go mod download [2021-03-06T00:47:12.211Z] ---> Running in 63e8b2ceb682 [2021-03-06T00:47:12.486Z] ---> dba5a9b17bbc [2021-03-06T00:47:12.486Z] Step 7/26 : RUN go mod download [2021-03-06T00:47:12.486Z] ---> Running in 92f500c5981d [2021-03-06T00:47:12.759Z] ---> Running in 7c43e52dd955 [2021-03-06T00:47:12.759Z] ---> dc53b1610c29 [2021-03-06T00:47:12.759Z] Step 7/23 : RUN go mod download [2021-03-06T00:47:13.396Z] ---> Running in 3a3ac47cc6c5 [2021-03-06T00:47:15.402Z] Removing intermediate container 54b11858d74c [2021-03-06T00:47:15.402Z] ---> 08a57029d603 [2021-03-06T00:47:15.402Z] Step 8/22 : COPY . . [2021-03-06T00:47:18.077Z] Removing intermediate container 63e8b2ceb682 [2021-03-06T00:47:18.077Z] ---> de66c2b6749a [2021-03-06T00:47:18.077Z] Step 8/21 : COPY . . [2021-03-06T00:47:19.059Z] Removing intermediate container 92f500c5981d [2021-03-06T00:47:19.059Z] ---> 972e2e0b46a7 [2021-03-06T00:47:19.059Z] Step 8/22 : COPY . . [2021-03-06T00:47:19.339Z] Removing intermediate container 7c43e52dd955 [2021-03-06T00:47:19.339Z] ---> 6e915e6f8e87 [2021-03-06T00:47:19.339Z] Step 8/26 : COPY . . [2021-03-06T00:47:19.616Z] Removing intermediate container 3a3ac47cc6c5 [2021-03-06T00:47:19.616Z] ---> 2a3ec300bc24 [2021-03-06T00:47:19.616Z] Step 8/23 : COPY . . [2021-03-06T00:47:36.218Z] ---> 10e9ee793b7c [2021-03-06T00:47:36.218Z] ---> 234758a68277 [2021-03-06T00:47:36.218Z] ---> d920b8e023ba [2021-03-06T00:47:36.218Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-06T00:47:36.218Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-06T00:47:36.218Z] ---> 209921dca2a6 [2021-03-06T00:47:36.218Z] ---> 18e73111b93e [2021-03-06T00:47:36.218Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-06T00:47:36.218Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-06T00:47:36.218Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-06T00:47:36.218Z] ---> Running in 8681a8215aef [2021-03-06T00:47:36.218Z] ---> Running in bd6041582175 [2021-03-06T00:47:36.218Z] ---> Running in 94772d010d8a [2021-03-06T00:47:36.219Z] ---> Running in 21a9bf79bf5f [2021-03-06T00:47:36.219Z] ---> Running in afd434dbaad6 [2021-03-06T00:47:39.224Z] 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-06T00:47:39.224Z] 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-06T00:47:39.224Z] 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-06T00:47:39.225Z] 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-06T00:47:39.225Z] 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-06T00:47:46.492Z] ---> ea1802440a48 [2021-03-06T00:47:46.492Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-06T00:47:46.492Z] ---> 3fa7463615e8 [2021-03-06T00:47:46.492Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-06T00:47:46.492Z] ---> Running in e1c9248299af [2021-03-06T00:47:46.492Z] ---> f7cc6523fb07 [2021-03-06T00:47:46.492Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-06T00:47:46.492Z] ---> Running in c4e4aea374e4 [2021-03-06T00:47:46.492Z] ---> 8ca2ad1a6fe6 [2021-03-06T00:47:46.492Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-06T00:47:46.492Z] ---> d54bf7ab34c6 [2021-03-06T00:47:46.492Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-06T00:47:46.492Z] ---> Running in 1be0bb689a3b [2021-03-06T00:47:46.492Z] ---> Running in c2f5f506fb7c [2021-03-06T00:47:46.492Z] ---> Running in fb9fc22fc195 [2021-03-06T00:47:47.488Z] 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-06T00:47:47.488Z] 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-06T00:47:47.779Z] 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-06T00:47:47.779Z] 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-06T00:47:48.059Z] 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-06T00:49:18.128Z] 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-06T00:49:24.889Z] 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-06T00:49:25.493Z] Removing intermediate container 8681a8215aef [2021-03-06T00:49:25.493Z] ---> fc469ea3c874 [2021-03-06T00:49:25.493Z] [2021-03-06T00:49:25.493Z] Step 10/31 : FROM alpine:3.12 [2021-03-06T00:49:25.793Z] Removing intermediate container 94772d010d8a [2021-03-06T00:49:25.793Z] ---> e844adbc1784 [2021-03-06T00:49:25.793Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-06T00:49:25.793Z] 3.12: Pulling from library/alpine [2021-03-06T00:49:25.793Z] Removing intermediate container 21a9bf79bf5f [2021-03-06T00:49:25.793Z] ---> 482b5928d42d [2021-03-06T00:49:25.793Z] [2021-03-06T00:49:25.793Z] Step 10/23 : FROM alpine:3.12 [2021-03-06T00:49:25.793Z] Removing intermediate container afd434dbaad6 [2021-03-06T00:49:25.793Z] ---> 8a8717364fa0 [2021-03-06T00:49:25.793Z] [2021-03-06T00:49:25.793Z] Step 10/22 : FROM alpine:3.12 [2021-03-06T00:49:25.793Z] 3.12: Pulling from library/alpine [2021-03-06T00:49:25.793Z] 3.12: Pulling from library/alpine [2021-03-06T00:49:26.092Z] ---> Running in ac85841116a9 [2021-03-06T00:49:28.257Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-06T00:49:28.257Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-06T00:49:28.257Z] Status: Image is up to date for alpine:3.12 [2021-03-06T00:49:28.257Z] ---> 88dd2752d2ea [2021-03-06T00:49:28.257Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-06T00:49:28.257Z] Status: Downloaded newer image for alpine:3.12 [2021-03-06T00:49:28.257Z] ---> 88dd2752d2ea [2021-03-06T00:49:28.257Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-06T00:49:28.257Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-06T00:49:28.257Z] Status: Image is up to date for alpine:3.12 [2021-03-06T00:49:28.257Z] ---> 88dd2752d2ea [2021-03-06T00:49:28.257Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-06T00:49:29.243Z] 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-06T00:49:29.883Z] ---> Running in d9ca101f6315 [2021-03-06T00:49:29.883Z] ---> Running in 7b9933814685 [2021-03-06T00:49:29.883Z] ---> Running in 1642b8d15911 [2021-03-06T00:49:30.917Z] Removing intermediate container bd6041582175 [2021-03-06T00:49:30.917Z] ---> 7c1569a0fda4 [2021-03-06T00:49:30.917Z] [2021-03-06T00:49:30.917Z] Step 10/21 : FROM alpine:3.12 [2021-03-06T00:49:30.917Z] ---> 88dd2752d2ea [2021-03-06T00:49:30.917Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-06T00:49:30.917Z] Removing intermediate container 1642b8d15911 [2021-03-06T00:49:30.917Z] ---> eb7b9108e855 [2021-03-06T00:49:30.917Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-06T00:49:32.812Z] ---> Running in e5f3e7ac7eb5 [2021-03-06T00:49:32.812Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-06T00:49:32.812Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-06T00:49:32.812Z] ---> Running in c66acfe71dfa [2021-03-06T00:49:33.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-06T00:49:33.088Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-06T00:49:33.088Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-06T00:49:33.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-06T00:49:33.088Z] Executing busybox-1.31.1-r19.trigger [2021-03-06T00:49:33.088Z] Executing ca-certificates-20191127-r4.trigger [2021-03-06T00:49:33.370Z] OK: 6 MiB in 16 packages [2021-03-06T00:49:33.370Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-06T00:49:33.716Z] Executing busybox-1.31.1-r19.trigger [2021-03-06T00:49:33.716Z] OK: 6 MiB in 15 packages [2021-03-06T00:49:34.108Z] Removing intermediate container ac85841116a9 [2021-03-06T00:49:34.108Z] ---> 43225e1c2a47 [2021-03-06T00:49:34.108Z] [2021-03-06T00:49:34.108Z] Step 11/26 : FROM docker:20.10.0 [2021-03-06T00:49:34.463Z] 20.10.0: Pulling from library/docker [2021-03-06T00:49:36.337Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-06T00:49:36.337Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-06T00:49:36.337Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-06T00:49:36.673Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-06T00:49:36.673Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-06T00:49:36.673Z] (2/2) Installing su-exec (0.2-r1) [2021-03-06T00:49:36.673Z] Executing busybox-1.31.1-r19.trigger [2021-03-06T00:49:36.673Z] OK: 6 MiB in 16 packages [2021-03-06T00:49:36.976Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-06T00:49:36.976Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-06T00:49:36.976Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-06T00:49:36.976Z] (4/4) Installing curl (7.69.1-r3) [2021-03-06T00:49:36.976Z] Executing busybox-1.31.1-r19.trigger [2021-03-06T00:49:36.976Z] Executing ca-certificates-20191127-r4.trigger [2021-03-06T00:49:36.976Z] OK: 7 MiB in 18 packages [2021-03-06T00:49:37.386Z] Removing intermediate container d9ca101f6315 [2021-03-06T00:49:37.386Z] ---> 2c8e6dac7acb [2021-03-06T00:49:37.386Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-06T00:49:38.908Z] ---> Running in b369e35d87a1 [2021-03-06T00:49:38.908Z] Removing intermediate container 7b9933814685 [2021-03-06T00:49:38.908Z] ---> 2c2f37c9ab51 [2021-03-06T00:49:38.908Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-06T00:49:39.192Z] ---> Running in 61960082aaca [2021-03-06T00:49:39.468Z] Removing intermediate container b369e35d87a1 [2021-03-06T00:49:39.468Z] ---> 668ae8c42c04 [2021-03-06T00:49:39.468Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-06T00:49:39.757Z] ---> Running in 442d9d5891d6 [2021-03-06T00:49:40.051Z] Removing intermediate container c66acfe71dfa [2021-03-06T00:49:40.051Z] ---> cb8632b7a076 [2021-03-06T00:49:40.051Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-06T00:49:40.051Z] Removing intermediate container 61960082aaca [2021-03-06T00:49:40.051Z] ---> 178f731de7a0 [2021-03-06T00:49:40.051Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-06T00:49:40.051Z] Removing intermediate container e5f3e7ac7eb5 [2021-03-06T00:49:40.051Z] ---> 34055760290c [2021-03-06T00:49:40.051Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-06T00:49:40.351Z] ---> Running in af58e5d47e8f [2021-03-06T00:49:40.351Z] ---> Running in 5cc7f846895d [2021-03-06T00:49:40.678Z] ---> Running in aeb030a77876 [2021-03-06T00:49:40.678Z] Removing intermediate container 442d9d5891d6 [2021-03-06T00:49:40.678Z] ---> b252a33bc173 [2021-03-06T00:49:40.678Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-06T00:49:41.393Z] ---> Running in 1844e956350c [2021-03-06T00:49:41.712Z] Removing intermediate container af58e5d47e8f [2021-03-06T00:49:41.712Z] ---> a4664a34dd6e [2021-03-06T00:49:41.712Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-06T00:49:42.038Z] Removing intermediate container 5cc7f846895d [2021-03-06T00:49:42.038Z] ---> 20f7c6f63aed [2021-03-06T00:49:42.038Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-06T00:49:42.038Z] Removing intermediate container aeb030a77876 [2021-03-06T00:49:42.038Z] ---> 6047c0cd6bd2 [2021-03-06T00:49:42.038Z] Step 13/21 : WORKDIR /edgex [2021-03-06T00:49:42.386Z] ---> Running in 51d4671b1d98 [2021-03-06T00:49:42.883Z] ---> Running in d80c19edd1ab [2021-03-06T00:49:42.883Z] ---> Running in 204f1989eabd [2021-03-06T00:49:43.319Z] Removing intermediate container 1844e956350c [2021-03-06T00:49:43.319Z] ---> 1f3c965c081c [2021-03-06T00:49:43.319Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-06T00:49:44.010Z] Removing intermediate container 51d4671b1d98 [2021-03-06T00:49:44.010Z] ---> b8d132e5f06e [2021-03-06T00:49:44.010Z] Step 15/23 : WORKDIR / [2021-03-06T00:49:44.311Z] ---> Running in 35703d6b49fc [2021-03-06T00:49:44.311Z] Removing intermediate container 204f1989eabd [2021-03-06T00:49:44.311Z] ---> 91f588232fcc [2021-03-06T00:49:44.311Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-06T00:49:44.586Z] Removing intermediate container d80c19edd1ab [2021-03-06T00:49:44.586Z] ---> 63f5068eafe5 [2021-03-06T00:49:44.586Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-06T00:49:44.586Z] ---> 13c7cb30abde [2021-03-06T00:49:44.586Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-06T00:49:44.863Z] ---> Running in 5558925515ad [2021-03-06T00:49:45.500Z] Removing intermediate container 35703d6b49fc [2021-03-06T00:49:45.500Z] ---> 84ca3201da62 [2021-03-06T00:49:45.500Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-06T00:49:45.500Z] ---> ac0c3743628d [2021-03-06T00:49:45.500Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-06T00:49:45.818Z] ---> 4d1e0569c60d [2021-03-06T00:49:45.818Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-06T00:49:46.524Z] ---> a884361e514e [2021-03-06T00:49:46.524Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-06T00:49:47.542Z] ---> d2df9bdb0020 [2021-03-06T00:49:47.542Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-06T00:49:47.937Z] Removing intermediate container c4e4aea374e4 [2021-03-06T00:49:47.938Z] ---> 78aff8209300 [2021-03-06T00:49:47.938Z] [2021-03-06T00:49:47.938Z] Step 10/21 : FROM alpine:3.12 [2021-03-06T00:49:47.938Z] 3.12: Pulling from library/alpine [2021-03-06T00:49:47.938Z] Removing intermediate container fb9fc22fc195 [2021-03-06T00:49:47.938Z] ---> 8aae605af7a1 [2021-03-06T00:49:47.938Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-06T00:49:47.938Z] ---> Running in 24963e3b80a5 [2021-03-06T00:49:47.938Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-06T00:49:47.938Z] Status: Downloaded newer image for alpine:3.12 [2021-03-06T00:49:47.938Z] ---> d10569e2745f [2021-03-06T00:49:47.938Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-06T00:49:48.539Z] ---> Running in 73c5059ae857 [2021-03-06T00:49:48.811Z] 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-06T00:49:49.525Z] ---> fff576838140 [2021-03-06T00:49:49.525Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-06T00:49:49.525Z] ---> Running in 74585e7bcd72 [2021-03-06T00:49:49.525Z] ---> dcc3477dbcf5 [2021-03-06T00:49:49.525Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-06T00:49:49.797Z] Removing intermediate container 74585e7bcd72 [2021-03-06T00:49:49.797Z] ---> 0d2b641f8b2c [2021-03-06T00:49:49.797Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-06T00:49:50.075Z] Removing intermediate container 5558925515ad [2021-03-06T00:49:50.076Z] ---> fd389eacebe0 [2021-03-06T00:49:50.076Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-06T00:49:50.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-06T00:49:50.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-06T00:49:51.066Z] ---> Running in 7f32ecb8bd89 [2021-03-06T00:49:51.066Z] ---> Running in 8c314ddd01f8 [2021-03-06T00:49:51.227Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-06T00:49:51.227Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-06T00:49:51.227Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-06T00:49:51.227Z] (4/4) Installing curl (7.69.1-r3) [2021-03-06T00:49:51.227Z] Executing busybox-1.31.1-r19.trigger [2021-03-06T00:49:51.227Z] Executing ca-certificates-20191127-r4.trigger [2021-03-06T00:49:51.348Z] ---> bb916492d5a8 [2021-03-06T00:49:51.348Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-06T00:49:51.826Z] OK: 7 MiB in 18 packages [2021-03-06T00:49:51.962Z] ---> a1ed12edb788 [2021-03-06T00:49:51.962Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-06T00:49:52.565Z] ---> Running in ba3d801179b0 [2021-03-06T00:49:52.566Z] ---> Running in 2e73bbb416c9 [2021-03-06T00:49:52.566Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-06T00:49:52.566Z] Removing intermediate container 7f32ecb8bd89 [2021-03-06T00:49:52.566Z] ---> f03056c9ff91 [2021-03-06T00:49:52.566Z] Step 20/22 : LABEL arch=x86_64 [2021-03-06T00:49:52.849Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-06T00:49:52.849Z] ---> aefe523efa57 [2021-03-06T00:49:52.849Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-06T00:49:52.849Z] Removing intermediate container 8c314ddd01f8 [2021-03-06T00:49:52.849Z] ---> d2a74264cf6b [2021-03-06T00:49:52.849Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-06T00:49:52.849Z] ---> Running in 7b982293c277 [2021-03-06T00:49:53.128Z] ---> Running in 21f87ea8a277 [2021-03-06T00:49:53.405Z] Removing intermediate container ba3d801179b0 [2021-03-06T00:49:53.405Z] ---> e217fa3a50ee [2021-03-06T00:49:53.405Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-06T00:49:53.405Z] Removing intermediate container 2e73bbb416c9 [2021-03-06T00:49:53.405Z] ---> 968ac7c402d0 [2021-03-06T00:49:53.405Z] Step 18/21 : CMD ["--init=true"] [2021-03-06T00:49:54.384Z] ---> Running in cfa05e44429a [2021-03-06T00:49:54.384Z] ---> Running in bece84fc2ec5 [2021-03-06T00:49:54.384Z] ---> 0a0817078bbd [2021-03-06T00:49:54.384Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-06T00:49:54.384Z] Removing intermediate container 7b982293c277 [2021-03-06T00:49:54.384Z] ---> 167ce17b67b1 [2021-03-06T00:49:54.384Z] Step 21/22 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e [2021-03-06T00:49:55.226Z] Removing intermediate container 73c5059ae857 [2021-03-06T00:49:55.226Z] ---> 9551e6c86ea6 [2021-03-06T00:49:55.226Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-06T00:49:55.238Z] ---> Running in 59230d665653 [2021-03-06T00:49:55.514Z] ---> Running in 26629e54c688 [2021-03-06T00:49:55.840Z] Removing intermediate container bece84fc2ec5 [2021-03-06T00:49:55.840Z] ---> cf982251816c [2021-03-06T00:49:55.840Z] Step 21/23 : LABEL arch=x86_64 [2021-03-06T00:49:55.938Z] ---> Running in 9a9aa3f3ded2 [2021-03-06T00:49:55.938Z] Removing intermediate container 24963e3b80a5 [2021-03-06T00:49:55.938Z] ---> 7ffcd9440e69 [2021-03-06T00:49:55.938Z] [2021-03-06T00:49:55.938Z] Step 11/26 : FROM docker:20.10.0 [2021-03-06T00:49:55.938Z] 20.10.0: Pulling from library/docker [2021-03-06T00:49:56.158Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-06T00:49:56.589Z] Removing intermediate container cfa05e44429a [2021-03-06T00:49:56.589Z] ---> d2dfaed36e0c [2021-03-06T00:49:56.589Z] Step 19/21 : LABEL arch=x86_64 [2021-03-06T00:49:56.589Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-06T00:49:56.964Z] ---> Running in 4de9d47961f0 [2021-03-06T00:49:56.964Z] ---> Running in 2c2dfaf10bcc [2021-03-06T00:49:57.481Z] Removing intermediate container 9a9aa3f3ded2 [2021-03-06T00:49:57.481Z] ---> 90502e4bf848 [2021-03-06T00:49:57.481Z] Step 13/21 : WORKDIR /edgex [2021-03-06T00:49:57.766Z] ---> Running in 411d5a5544f4 [2021-03-06T00:49:58.090Z] Removing intermediate container 26629e54c688 [2021-03-06T00:49:58.090Z] ---> da6d8324c46b [2021-03-06T00:49:58.090Z] Step 22/22 : LABEL version=0.0.0 [2021-03-06T00:49:58.090Z] (1/2) Installing readline (8.0.4-r0) [2021-03-06T00:49:58.090Z] (2/2) Installing bash (5.0.17-r0) [2021-03-06T00:49:58.090Z] Executing bash-5.0.17-r0.post-install [2021-03-06T00:49:58.090Z] Executing busybox-1.31.1-r19.trigger [2021-03-06T00:49:58.382Z] OK: 12 MiB in 22 packages [2021-03-06T00:49:58.382Z] ---> Running in c9253905b284 [2021-03-06T00:49:59.006Z] Removing intermediate container 2c2dfaf10bcc [2021-03-06T00:49:59.006Z] ---> c8b6bec48905 [2021-03-06T00:49:59.006Z] Step 22/23 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e [2021-03-06T00:49:59.343Z] Removing intermediate container 4de9d47961f0 [2021-03-06T00:49:59.343Z] ---> a341b06183fd [2021-03-06T00:49:59.343Z] Step 20/21 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e [2021-03-06T00:49:59.767Z] Removing intermediate container 411d5a5544f4 [2021-03-06T00:49:59.767Z] ---> 714ab59efd30 [2021-03-06T00:49:59.767Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-06T00:49:59.791Z] ---> Running in 0551a0464790 [2021-03-06T00:49:59.791Z] Removing intermediate container c9253905b284 [2021-03-06T00:49:59.791Z] ---> 7e3260e79be3 [2021-03-06T00:49:59.791Z] [2021-03-06T00:50:00.248Z] ---> Running in d22d4e11a023 [2021-03-06T00:50:00.872Z] Removing intermediate container 0551a0464790 [2021-03-06T00:50:00.872Z] ---> 6af90f839b76 [2021-03-06T00:50:00.872Z] Step 23/23 : LABEL version=0.0.0 [2021-03-06T00:50:01.493Z] Removing intermediate container d22d4e11a023 [2021-03-06T00:50:01.493Z] ---> 03769654a2b0 [2021-03-06T00:50:01.493Z] Step 21/21 : LABEL version=0.0.0 [2021-03-06T00:50:01.765Z] ---> Running in 8105a2bc83b9 [2021-03-06T00:50:02.054Z] ---> Running in 6392751aa78e [2021-03-06T00:50:02.054Z] Successfully built 7e3260e79be3 [2021-03-06T00:50:02.054Z] Removing intermediate container 21f87ea8a277 [2021-03-06T00:50:02.054Z] ---> 8e2b6da4fb3f [2021-03-06T00:50:02.054Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-06T00:50:02.054Z] Successfully tagged docker-support-notifications-go:latest [2021-03-06T00:50:02.054Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-03-06T00:50:02.495Z] Removing intermediate container 59230d665653 [2021-03-06T00:50:02.495Z] ---> 743f1514e79a [2021-03-06T00:50:02.495Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-06T00:50:03.166Z] ---> d5166f5e8236 [2021-03-06T00:50:03.166Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-06T00:50:03.503Z] Removing intermediate container e1c9248299af [2021-03-06T00:50:03.503Z] ---> 4005cd8b821b [2021-03-06T00:50:03.503Z] [2021-03-06T00:50:03.503Z] Step 10/22 : FROM alpine:3.12 [2021-03-06T00:50:03.503Z] ---> d10569e2745f [2021-03-06T00:50:03.503Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-06T00:50:03.503Z] Removing intermediate container 1be0bb689a3b [2021-03-06T00:50:03.503Z] ---> c8c752ea95a3 [2021-03-06T00:50:03.503Z] [2021-03-06T00:50:03.503Z] Step 10/22 : FROM alpine:3.12 [2021-03-06T00:50:03.503Z] ---> d10569e2745f [2021-03-06T00:50:03.503Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-06T00:50:03.605Z] ---> Running in e4ecb444ad33 [2021-03-06T00:50:03.605Z] Removing intermediate container 8105a2bc83b9 [2021-03-06T00:50:03.605Z] ---> 39ecbcfa30fe [2021-03-06T00:50:03.605Z] [2021-03-06T00:50:03.605Z] Removing intermediate container 6392751aa78e [2021-03-06T00:50:03.605Z] ---> d65d901e6f55 [2021-03-06T00:50:03.605Z] [2021-03-06T00:50:03.893Z] ---> c96118995016 [2021-03-06T00:50:03.893Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-06T00:50:04.498Z] ---> Running in cdb9fd8b3c7b [2021-03-06T00:50:04.498Z] ---> Running in e6a5c89a22d4 [2021-03-06T00:50:04.524Z] Removing intermediate container e4ecb444ad33 [2021-03-06T00:50:04.524Z] ---> 216a1d925a4e [2021-03-06T00:50:04.524Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-06T00:50:04.524Z] Successfully built d65d901e6f55 [2021-03-06T00:50:04.524Z] Successfully built 39ecbcfa30fe [2021-03-06T00:50:04.789Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-06T00:50:04.789Z] Building docker-core-data-go [2021-03-06T00:50:04.789Z]  Building docker-security-proxy-setup-go ... done Successfully tagged docker-core-command-go:latest [2021-03-06T00:50:04.789Z] Building docker-core-metadata-go [2021-03-06T00:50:05.085Z]  Building docker-core-command-go ... done  ---> Running in 548ff1036a75 [2021-03-06T00:50:05.085Z] ---> 657e7cc140bf [2021-03-06T00:50:05.085Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-06T00:50:05.359Z] Removing intermediate container 548ff1036a75 [2021-03-06T00:50:05.359Z] ---> 8ab74a948b67 [2021-03-06T00:50:05.359Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-06T00:50:05.484Z] ---> 62ace8f6a014 [2021-03-06T00:50:05.484Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-06T00:50:05.654Z] ---> Running in c499279fab25 [2021-03-06T00:50:05.654Z] ---> f2441c9702e5 [2021-03-06T00:50:05.654Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-06T00:50:07.450Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-06T00:50:07.450Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-06T00:50:07.450Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-06T00:50:07.450Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-06T00:50:08.049Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-06T00:50:08.049Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-06T00:50:08.049Z] Executing busybox-1.31.1-r19.trigger [2021-03-06T00:50:08.049Z] ---> 52dc1307f4c6 [2021-03-06T00:50:08.049Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-06T00:50:08.049Z] OK: 5 MiB in 15 packages [2021-03-06T00:50:08.049Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-06T00:50:08.049Z] Executing busybox-1.31.1-r19.trigger [2021-03-06T00:50:08.049Z] Executing ca-certificates-20191127-r4.trigger [2021-03-06T00:50:08.322Z] OK: 6 MiB in 16 packages [2021-03-06T00:50:09.134Z] Removing intermediate container c499279fab25 [2021-03-06T00:50:09.134Z] ---> 833fd5e1ac4e [2021-03-06T00:50:09.134Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-06T00:50:09.316Z] ---> Running in 5a3be9db26de [2021-03-06T00:50:10.126Z] ---> 8d6a9a9fc39c [2021-03-06T00:50:10.126Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-06T00:50:10.743Z] Removing intermediate container 5a3be9db26de [2021-03-06T00:50:10.743Z] ---> c63b9ba5acae [2021-03-06T00:50:10.743Z] Step 18/21 : CMD ["--init=true"] [2021-03-06T00:50:11.014Z] Removing intermediate container c2f5f506fb7c [2021-03-06T00:50:11.014Z] ---> 61925f16a516 [2021-03-06T00:50:11.014Z] [2021-03-06T00:50:11.014Z] Step 10/23 : FROM alpine:3.12 [2021-03-06T00:50:11.014Z] ---> d10569e2745f [2021-03-06T00:50:11.014Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-06T00:50:11.014Z] ---> Using cache [2021-03-06T00:50:11.014Z] ---> b69a11853ae1 [2021-03-06T00:50:11.014Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-06T00:50:11.287Z] Removing intermediate container cdb9fd8b3c7b [2021-03-06T00:50:11.287Z] ---> b69a11853ae1 [2021-03-06T00:50:11.287Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-06T00:50:11.287Z] ---> Running in 575180ee239c [2021-03-06T00:50:11.287Z] ---> Running in ee09ef024cf7 [2021-03-06T00:50:11.558Z] ---> Running in c44729fe1ddc [2021-03-06T00:50:11.558Z] Removing intermediate container e6a5c89a22d4 [2021-03-06T00:50:11.558Z] ---> 754ab16c3dc9 [2021-03-06T00:50:11.558Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-06T00:50:11.831Z] ---> Running in e3e008be39fa [2021-03-06T00:50:12.103Z] Removing intermediate container 575180ee239c [2021-03-06T00:50:12.103Z] ---> a079e899899f [2021-03-06T00:50:12.103Z] Step 19/21 : LABEL arch=arm64 [2021-03-06T00:50:12.103Z] Removing intermediate container ee09ef024cf7 [2021-03-06T00:50:12.103Z] Removing intermediate container c44729fe1ddc [2021-03-06T00:50:12.103Z] ---> b1aea2130c5f [2021-03-06T00:50:12.103Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-06T00:50:12.383Z] ---> e5efadc66b75 [2021-03-06T00:50:12.383Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-06T00:50:12.383Z] ---> Running in 4797f8542129 [2021-03-06T00:50:12.663Z] ---> Running in 275ed05ac0e6 [2021-03-06T00:50:12.663Z] ---> Running in c3d9a4815487 [2021-03-06T00:50:12.663Z] Removing intermediate container e3e008be39fa [2021-03-06T00:50:12.663Z] ---> f2bc299681f3 [2021-03-06T00:50:12.663Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-06T00:50:12.663Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-06T00:50:12.663Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-06T00:50:12.663Z] ---> eeaf43b92773 [2021-03-06T00:50:12.663Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-06T00:50:12.663Z] ---> Running in e0d197e74e3d [2021-03-06T00:50:12.934Z] ---> Running in debd5e6ceef2 [2021-03-06T00:50:12.934Z] Removing intermediate container 4797f8542129 [2021-03-06T00:50:12.934Z] ---> ee32de14f303 [2021-03-06T00:50:12.934Z] Step 20/21 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e [2021-03-06T00:50:13.049Z] ---> 5543819b0bef [2021-03-06T00:50:13.049Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-06T00:50:13.217Z] Removing intermediate container c3d9a4815487 [2021-03-06T00:50:13.217Z] ---> 9ccc0fd98891 [2021-03-06T00:50:13.217Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-06T00:50:13.329Z] ---> 5ac3951b4c01 [2021-03-06T00:50:13.329Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-06T00:50:13.495Z] Removing intermediate container 275ed05ac0e6 [2021-03-06T00:50:13.495Z] ---> 273747b06ef7 [2021-03-06T00:50:13.495Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-06T00:50:13.495Z] ---> Running in c5a953a61e18 [2021-03-06T00:50:13.495Z] ---> Running in 059491aa620d [2021-03-06T00:50:13.768Z] Removing intermediate container e0d197e74e3d [2021-03-06T00:50:13.768Z] ---> 2f6b4f74ca4b [2021-03-06T00:50:13.768Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-06T00:50:13.768Z] ---> Running in 1b3268159a4c [2021-03-06T00:50:14.050Z] ---> Running in 5a88aa803330 [2021-03-06T00:50:14.050Z] Removing intermediate container c5a953a61e18 [2021-03-06T00:50:14.050Z] ---> 4f6665999be8 [2021-03-06T00:50:14.050Z] Step 21/21 : LABEL version=0.0.0 [2021-03-06T00:50:14.333Z] Removing intermediate container 059491aa620d [2021-03-06T00:50:14.333Z] ---> eb1094308fe5 [2021-03-06T00:50:14.333Z] Step 15/23 : WORKDIR / [2021-03-06T00:50:14.333Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-06T00:50:14.333Z] ---> Running in 029aa52d1c27 [2021-03-06T00:50:14.333Z] Removing intermediate container 1b3268159a4c [2021-03-06T00:50:14.333Z] ---> 0b0517c1d9d1 [2021-03-06T00:50:14.333Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-06T00:50:14.605Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-06T00:50:14.605Z] ---> Running in eb9bca65e61e [2021-03-06T00:50:14.605Z] Removing intermediate container 5a88aa803330 [2021-03-06T00:50:14.605Z] ---> c2be76960056 [2021-03-06T00:50:14.605Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-06T00:50:14.775Z] ---> Running in a038f72c1ec1 [2021-03-06T00:50:15.228Z] Removing intermediate container 029aa52d1c27 [2021-03-06T00:50:15.229Z] ---> 3419452ed203 [2021-03-06T00:50:15.229Z] [2021-03-06T00:50:15.229Z] (1/2) Installing readline (8.0.4-r0) [2021-03-06T00:50:15.229Z] (2/2) Installing bash (5.0.17-r0) [2021-03-06T00:50:15.229Z] Removing intermediate container eb9bca65e61e [2021-03-06T00:50:15.229Z] ---> 709012091ed3 [2021-03-06T00:50:15.229Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-06T00:50:15.229Z] Executing bash-5.0.17-r0.post-install [2021-03-06T00:50:15.229Z] Executing busybox-1.31.1-r19.trigger [2021-03-06T00:50:15.506Z] OK: 12 MiB in 22 packages [2021-03-06T00:50:15.506Z] ---> ac15b21f01b2 [2021-03-06T00:50:15.506Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-06T00:50:15.779Z] Successfully built 3419452ed203 [2021-03-06T00:50:15.779Z] ---> a192ff7231bc [2021-03-06T00:50:15.779Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-06T00:50:16.052Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-06T00:50:16.052Z] Building docker-core-command-go [2021-03-06T00:50:16.665Z]  Building docker-security-proxy-setup-go ... done  ---> 4042a668a9f1 [2021-03-06T00:50:16.665Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-06T00:50:17.285Z] Removing intermediate container debd5e6ceef2 [2021-03-06T00:50:17.285Z] ---> f902834ff8c0 [2021-03-06T00:50:17.285Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-06T00:50:17.551Z] Removing intermediate container a038f72c1ec1 [2021-03-06T00:50:17.551Z] ---> 514f6e47e18b [2021-03-06T00:50:17.551Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-06T00:50:17.551Z] ---> 630f2177eec6 [2021-03-06T00:50:17.551Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-06T00:50:18.260Z] ---> 39c6ef697682 [2021-03-06T00:50:18.260Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-06T00:50:18.539Z] ---> Running in 5131b93abf91 [2021-03-06T00:50:19.155Z] ---> 50902afc0234 [2021-03-06T00:50:19.155Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-06T00:50:19.155Z] ---> dc43640a278c [2021-03-06T00:50:19.155Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-06T00:50:19.756Z] ---> ccf14c3a1c6c [2021-03-06T00:50:19.757Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-06T00:50:19.757Z] Removing intermediate container 5131b93abf91 [2021-03-06T00:50:19.757Z] ---> 87af699573f5 [2021-03-06T00:50:19.757Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-06T00:50:20.038Z] ---> Running in bf4a2ba5c1f1 [2021-03-06T00:50:20.038Z] ---> Running in e64596728e07 [2021-03-06T00:50:20.310Z] ---> bea01cd62475 [2021-03-06T00:50:20.310Z] ---> efdd1606414b [2021-03-06T00:50:20.310Z] Step 18/22 : ENTRYPOINT ["/support-notifications"]Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-06T00:50:20.310Z] [2021-03-06T00:50:21.160Z] ---> a0118046efad [2021-03-06T00:50:21.160Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-06T00:50:21.160Z] ---> ed47530912eb [2021-03-06T00:50:21.160Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-06T00:50:21.291Z] ---> Running in bd0e440882fd [2021-03-06T00:50:21.291Z] ---> Running in b34b9aed574d [2021-03-06T00:50:21.291Z] Removing intermediate container bf4a2ba5c1f1 [2021-03-06T00:50:21.291Z] ---> 66b6ecc384c6 [2021-03-06T00:50:21.291Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-06T00:50:21.291Z] Removing intermediate container e64596728e07 [2021-03-06T00:50:21.291Z] ---> df79394b7964 [2021-03-06T00:50:21.291Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-06T00:50:22.285Z] ---> Running in b1dd080a8fab [2021-03-06T00:50:22.285Z] ---> Running in 6fa3752b727d [2021-03-06T00:50:22.285Z] Removing intermediate container b34b9aed574d [2021-03-06T00:50:22.285Z] Removing intermediate container bd0e440882fd [2021-03-06T00:50:22.285Z] ---> 355a53a315a9 [2021-03-06T00:50:22.285Z] ---> 870fee9d4005 [2021-03-06T00:50:22.285Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-06T00:50:22.285Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-06T00:50:22.562Z] ---> Running in b1885e5ddcb2 [2021-03-06T00:50:22.562Z] ---> Running in b98575c63ff7 [2021-03-06T00:50:22.841Z] Removing intermediate container b1dd080a8fab [2021-03-06T00:50:22.841Z] ---> 45f742e34214 [2021-03-06T00:50:22.841Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-06T00:50:22.841Z] Removing intermediate container 6fa3752b727d [2021-03-06T00:50:22.841Z] ---> 42045a1891eb [2021-03-06T00:50:22.841Z] Step 20/22 : LABEL arch=arm64 [2021-03-06T00:50:22.861Z] ---> Running in 213d7ca3f918 [2021-03-06T00:50:23.550Z] ---> Running in 57506c1e7d40 [2021-03-06T00:50:23.820Z] ---> Running in b4037a338a08 [2021-03-06T00:50:23.820Z] Removing intermediate container b98575c63ff7 [2021-03-06T00:50:23.820Z] ---> 221183cf7028 [2021-03-06T00:50:23.820Z] Step 21/23 : LABEL arch=arm64 [2021-03-06T00:50:23.820Z] Removing intermediate container b1885e5ddcb2 [2021-03-06T00:50:24.097Z] ---> b929d4c1cebb [2021-03-06T00:50:24.097Z] Step 20/22 : LABEL arch=arm64 [2021-03-06T00:50:24.097Z] ---> Running in 0ea3caee0e21 [2021-03-06T00:50:24.097Z] ---> e90a45ce4ecc [2021-03-06T00:50:24.097Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-06T00:50:24.372Z] ---> Running in 82a740d3dbd3 [2021-03-06T00:50:24.372Z] Removing intermediate container b4037a338a08 [2021-03-06T00:50:24.372Z] ---> c8e3a0f551af [2021-03-06T00:50:24.372Z] Step 21/22 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e [2021-03-06T00:50:24.653Z] ---> Running in 104ceaf08462 [2021-03-06T00:50:25.252Z] Removing intermediate container 0ea3caee0e21 [2021-03-06T00:50:25.252Z] ---> 97f8ce37ae3c [2021-03-06T00:50:25.252Z] Step 22/23 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e [2021-03-06T00:50:25.252Z] Removing intermediate container 82a740d3dbd3 [2021-03-06T00:50:25.252Z] ---> 9ca9964f0b1b [2021-03-06T00:50:25.252Z] Step 21/22 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e [2021-03-06T00:50:25.538Z] ---> eedade0a3dff [2021-03-06T00:50:25.538Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-06T00:50:26.141Z] ---> Running in da0b34641e13 [2021-03-06T00:50:26.141Z] ---> Running in 1a90cd5ebcfc [2021-03-06T00:50:26.141Z] Removing intermediate container 104ceaf08462 [2021-03-06T00:50:26.141Z] ---> a73f26b73df7 [2021-03-06T00:50:26.141Z] Step 22/22 : LABEL version=0.0.0 [2021-03-06T00:50:26.749Z] ---> Running in ccb6f6e21d92 [2021-03-06T00:50:27.025Z] Removing intermediate container 1a90cd5ebcfc [2021-03-06T00:50:27.025Z] ---> d94970452759 [2021-03-06T00:50:27.025Z] Step 23/23 : LABEL version=0.0.0 [2021-03-06T00:50:27.025Z] Removing intermediate container da0b34641e13 [2021-03-06T00:50:27.025Z] ---> e1f77ae05645 [2021-03-06T00:50:27.025Z] Step 22/22 : LABEL version=0.0.0 [2021-03-06T00:50:27.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-06T00:50:27.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-06T00:50:27.283Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-06T00:50:27.283Z] (2/33) Installing expat (2.2.9-r1) [2021-03-06T00:50:27.283Z] (3/33) Installing libffi (3.3-r2) [2021-03-06T00:50:27.283Z] (4/33) Installing gdbm (1.13-r1) [2021-03-06T00:50:27.626Z] ---> 032a85cd14e7 [2021-03-06T00:50:27.626Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-06T00:50:27.626Z] Removing intermediate container ccb6f6e21d92 [2021-03-06T00:50:27.626Z] ---> df22e0430fc8 [2021-03-06T00:50:27.626Z] [2021-03-06T00:50:27.626Z] ---> Running in 2aba3fa461e9 [2021-03-06T00:50:27.626Z] ---> Running in 7c5feda1116e [2021-03-06T00:50:27.901Z] ---> Running in 8c1a32357c49 [2021-03-06T00:50:27.973Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-06T00:50:27.973Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-06T00:50:27.973Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-06T00:50:28.175Z] Successfully built df22e0430fc8 [2021-03-06T00:50:28.175Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-06T00:50:28.446Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-03-06T00:50:28.733Z] Removing intermediate container 7c5feda1116e [2021-03-06T00:50:28.733Z] ---> dac062bd923f [2021-03-06T00:50:28.733Z] [2021-03-06T00:50:28.733Z] Removing intermediate container 2aba3fa461e9 [2021-03-06T00:50:28.733Z] ---> f049e9a53629 [2021-03-06T00:50:28.733Z] [2021-03-06T00:50:29.331Z] Successfully built dac062bd923f [2021-03-06T00:50:29.331Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-06T00:50:29.331Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2021-03-06T00:50:29.331Z] Successfully built f049e9a53629 [2021-03-06T00:50:29.331Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-06T00:50:29.331Z] Building docker-security-bootstrapper-go [2021-03-06T00:50:29.604Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-06T00:50:29.877Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-06T00:50:30.467Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-06T00:50:30.467Z] (2/33) Installing expat (2.2.9-r1) [2021-03-06T00:50:30.467Z] (3/33) Installing libffi (3.3-r2) [2021-03-06T00:50:30.467Z] (4/33) Installing gdbm (1.13-r1) [2021-03-06T00:50:30.467Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-06T00:50:30.467Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-06T00:50:30.467Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-06T00:50:31.968Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-06T00:50:31.968Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-06T00:50:31.968Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-06T00:50:31.968Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-06T00:50:31.968Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-06T00:50:31.968Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-06T00:50:31.968Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-06T00:50:32.431Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-06T00:50:32.431Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-06T00:50:32.431Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-06T00:50:32.431Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-06T00:50:32.431Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-06T00:50:32.431Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-06T00:50:32.431Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-06T00:50:32.431Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-06T00:50:32.431Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-06T00:50:32.431Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-06T00:50:32.431Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-06T00:50:32.431Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-06T00:50:32.431Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-06T00:50:32.431Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-06T00:50:32.431Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-06T00:50:32.702Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-06T00:50:32.702Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-06T00:50:32.702Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-06T00:50:32.702Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-06T00:50:32.702Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-06T00:50:32.702Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-06T00:50:32.702Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-06T00:50:32.702Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-06T00:50:32.702Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-06T00:50:32.702Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-06T00:50:32.702Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-06T00:50:32.977Z] Executing busybox-1.31.1-r19.trigger [2021-03-06T00:50:32.977Z] OK: 71 MiB in 55 packages [2021-03-06T00:50:33.342Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-06T00:50:33.969Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-06T00:50:34.250Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-06T00:50:34.250Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-06T00:50:34.250Z] Removing intermediate container 57506c1e7d40 [2021-03-06T00:50:34.250Z] ---> ed0a8799f34e [2021-03-06T00:50:34.250Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-06T00:50:34.250Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-06T00:50:34.527Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-06T00:50:34.527Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-06T00:50:34.527Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-06T00:50:34.861Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-06T00:50:34.861Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-06T00:50:34.861Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-06T00:50:35.184Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-06T00:50:35.184Z] ---> Running in 6a9884c28097 [2021-03-06T00:50:35.705Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-06T00:50:35.705Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-06T00:50:35.705Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-06T00:50:35.705Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-06T00:50:35.705Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-06T00:50:35.705Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-06T00:50:35.705Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-06T00:50:36.080Z] Executing busybox-1.31.1-r19.trigger [2021-03-06T00:50:36.692Z] OK: 71 MiB in 55 packages [2021-03-06T00:50:37.655Z] Removing intermediate container 6a9884c28097 [2021-03-06T00:50:37.655Z] ---> 466a9b3679ef [2021-03-06T00:50:37.655Z] Step 28/31 : CMD ["gate"] [2021-03-06T00:50:38.268Z] ---> Running in 75047106516e [2021-03-06T00:50:40.221Z] Removing intermediate container 75047106516e [2021-03-06T00:50:40.221Z] ---> 42610d1492bf [2021-03-06T00:50:40.221Z] Step 29/31 : LABEL arch=x86_64 [2021-03-06T00:50:41.224Z] ---> Running in abb9869de9b5 [2021-03-06T00:50:43.117Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-06T00:50:43.117Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-06T00:50:43.117Z] ---> ef1daf972a54 [2021-03-06T00:50:43.117Z] Step 3/23 : WORKDIR /edgex-go [2021-03-06T00:50:43.117Z] ---> Using cache [2021-03-06T00:50:43.117Z] ---> 25468153eefc [2021-03-06T00:50:43.117Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-06T00:50:43.117Z] ---> Using cache [2021-03-06T00:50:43.117Z] ---> e2a495f76d56 [2021-03-06T00:50:43.117Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-06T00:50:43.117Z] ---> Using cache [2021-03-06T00:50:43.117Z] ---> 318e00d09a0c [2021-03-06T00:50:43.117Z] Step 6/23 : COPY go.mod . [2021-03-06T00:50:43.117Z] ---> Using cache [2021-03-06T00:50:43.117Z] ---> dc53b1610c29 [2021-03-06T00:50:43.117Z] Step 7/23 : RUN go mod download [2021-03-06T00:50:43.117Z] ---> Using cache [2021-03-06T00:50:43.117Z] ---> 2a3ec300bc24 [2021-03-06T00:50:43.117Z] Step 8/23 : COPY . . [2021-03-06T00:50:43.117Z] ---> Using cache [2021-03-06T00:50:43.117Z] ---> 8ca2ad1a6fe6 [2021-03-06T00:50:43.117Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-06T00:50:44.573Z] ---> Running in 314d38db87f8 [2021-03-06T00:50:44.573Z] Removing intermediate container 8c1a32357c49 [2021-03-06T00:50:44.573Z] ---> a5c766295062 [2021-03-06T00:50:44.573Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-06T00:50:45.941Z] Removing intermediate container abb9869de9b5 [2021-03-06T00:50:45.941Z] ---> 155d81296b1b [2021-03-06T00:50:45.941Z] Step 30/31 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e [2021-03-06T00:50:46.010Z] ---> Running in e69a8ff7cef6 [2021-03-06T00:50:47.451Z] 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-06T00:50:51.099Z] ---> Running in 33f56aab3dc8 [2021-03-06T00:50:52.860Z] Collecting docker-compose==1.23.2 [2021-03-06T00:50:52.860Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-06T00:50:53.849Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-06T00:50:53.849Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-06T00:50:56.503Z] 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-06T00:50:57.510Z] Removing intermediate container 33f56aab3dc8 [2021-03-06T00:50:57.510Z] ---> 098b62fc67d4 [2021-03-06T00:50:57.510Z] Step 31/31 : LABEL version=0.0.0 [2021-03-06T00:50:57.944Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-06T00:50:57.944Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-06T00:50:58.798Z] ---> Running in b4c678c62a65 [2021-03-06T00:50:59.387Z] Collecting docker<4.0,>=3.6.0 [2021-03-06T00:50:59.387Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-06T00:50:59.989Z] Collecting texttable<0.10,>=0.9.0 [2021-03-06T00:50:59.989Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-06T00:51:03.182Z] Removing intermediate container b4c678c62a65 [2021-03-06T00:51:03.182Z] ---> 9ccf4c4a341b [2021-03-06T00:51:03.182Z] [2021-03-06T00:51:03.430Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-06T00:51:03.431Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-06T00:51:04.418Z] Collecting PyYAML<4,>=3.10 [2021-03-06T00:51:04.418Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-06T00:51:06.331Z] Successfully built 9ccf4c4a341b [2021-03-06T00:51:06.655Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-06T00:51:07.096Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-03-06T00:51:10.055Z] Collecting jsonschema<3,>=2.5.1 [2021-03-06T00:51:10.055Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-06T00:51:10.055Z] Collecting cached-property<2,>=1.2.0 [2021-03-06T00:51:10.055Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-06T00:51:10.331Z] Collecting docopt<0.7,>=0.6.1 [2021-03-06T00:51:10.331Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-06T00:51:12.965Z] 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-06T00:51:12.965Z] Collecting idna<2.8,>=2.5 [2021-03-06T00:51:12.965Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-06T00:51:13.242Z] 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-06T00:51:13.851Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-06T00:51:13.851Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-06T00:51:14.134Z] Collecting docker-pycreds>=0.4.0 [2021-03-06T00:51:14.408Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-06T00:51:14.408Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-06T00:51:14.408Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-06T00:51:14.408Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-06T00:51:14.408Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-06T00:51:15.862Z] Installing collected packages: dockerpty, idna, urllib3, requests, docker-pycreds, websocket-client, docker, texttable, PyYAML, jsonschema, cached-property, docopt, docker-compose [2021-03-06T00:51:15.862Z] Running setup.py install for dockerpty: started [2021-03-06T00:51:17.856Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-06T00:51:17.856Z] Attempting uninstall: idna [2021-03-06T00:51:17.856Z] Found existing installation: idna 2.9 [2021-03-06T00:51:17.856Z] Uninstalling idna-2.9: [2021-03-06T00:51:18.157Z] Successfully uninstalled idna-2.9 [2021-03-06T00:51:18.756Z] Attempting uninstall: urllib3 [2021-03-06T00:51:18.756Z] Found existing installation: urllib3 1.25.9 [2021-03-06T00:51:18.756Z] Uninstalling urllib3-1.25.9: [2021-03-06T00:51:19.029Z] Successfully uninstalled urllib3-1.25.9 [2021-03-06T00:51:19.628Z] Attempting uninstall: requests [2021-03-06T00:51:19.628Z] Found existing installation: requests 2.23.0 [2021-03-06T00:51:19.628Z] Uninstalling requests-2.23.0: [2021-03-06T00:51:19.903Z] Successfully uninstalled requests-2.23.0 [2021-03-06T00:51:20.502Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-06T00:51:20.502Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-06T00:51:20.502Z] ---> ef1daf972a54 [2021-03-06T00:51:20.502Z] Step 3/31 : WORKDIR /edgex-go [2021-03-06T00:51:20.502Z] ---> Using cache [2021-03-06T00:51:20.502Z] ---> 25468153eefc [2021-03-06T00:51:20.502Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-06T00:51:20.502Z] ---> Using cache [2021-03-06T00:51:20.502Z] ---> e2a495f76d56 [2021-03-06T00:51:20.502Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-06T00:51:20.502Z] ---> Using cache [2021-03-06T00:51:20.502Z] ---> 318e00d09a0c [2021-03-06T00:51:20.502Z] Step 6/31 : COPY go.mod . [2021-03-06T00:51:20.502Z] ---> Using cache [2021-03-06T00:51:20.502Z] ---> dc53b1610c29 [2021-03-06T00:51:20.502Z] Step 7/31 : RUN go mod download [2021-03-06T00:51:20.502Z] ---> Using cache [2021-03-06T00:51:20.502Z] ---> 2a3ec300bc24 [2021-03-06T00:51:20.502Z] Step 8/31 : COPY . . [2021-03-06T00:51:20.775Z] ---> Using cache [2021-03-06T00:51:20.775Z] ---> 8ca2ad1a6fe6 [2021-03-06T00:51:20.775Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-06T00:51:21.377Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-06T00:51:21.377Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-06T00:51:21.377Z] ---> ef1daf972a54 [2021-03-06T00:51:21.377Z] Step 3/24 : WORKDIR /edgex-go [2021-03-06T00:51:21.377Z] ---> Using cache [2021-03-06T00:51:21.377Z] ---> 25468153eefc [2021-03-06T00:51:21.377Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-06T00:51:21.377Z] ---> Using cache [2021-03-06T00:51:21.377Z] ---> e2a495f76d56 [2021-03-06T00:51:21.377Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-06T00:51:21.377Z] ---> Using cache [2021-03-06T00:51:21.377Z] ---> 318e00d09a0c [2021-03-06T00:51:21.377Z] Step 6/24 : COPY go.mod . [2021-03-06T00:51:21.377Z] ---> Using cache [2021-03-06T00:51:21.377Z] ---> dc53b1610c29 [2021-03-06T00:51:21.377Z] Step 7/24 : RUN go mod download [2021-03-06T00:51:21.377Z] ---> Using cache [2021-03-06T00:51:21.377Z] ---> 2a3ec300bc24 [2021-03-06T00:51:21.377Z] Step 8/24 : COPY . . [2021-03-06T00:51:21.377Z] ---> Using cache [2021-03-06T00:51:21.377Z] ---> 8ca2ad1a6fe6 [2021-03-06T00:51:21.377Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-06T00:51:21.377Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-06T00:51:21.377Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-06T00:51:21.377Z] ---> ef1daf972a54 [2021-03-06T00:51:21.377Z] Step 3/23 : WORKDIR /edgex-go [2021-03-06T00:51:21.377Z] ---> Using cache [2021-03-06T00:51:21.377Z] ---> 25468153eefc [2021-03-06T00:51:21.377Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-06T00:51:21.377Z] ---> Using cache [2021-03-06T00:51:21.377Z] ---> e2a495f76d56 [2021-03-06T00:51:21.377Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-06T00:51:22.816Z] Running setup.py install for texttable: started [2021-03-06T00:51:24.790Z] Running setup.py install for texttable: finished with status 'done' [2021-03-06T00:51:24.790Z] Running setup.py install for PyYAML: started [2021-03-06T00:51:25.065Z] ---> Running in acaa56511401 [2021-03-06T00:51:25.065Z] ---> Running in 8ce62a8b9e74 [2021-03-06T00:51:25.065Z] ---> Running in e5a8bf42efbc [2021-03-06T00:51:27.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-06T00:51:27.708Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-06T00:51:27.708Z] 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-06T00:51:27.987Z] 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-06T00:51:28.262Z] Running setup.py install for docopt: started [2021-03-06T00:51:28.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-06T00:51:29.533Z] OK: 217 MiB in 51 packages [2021-03-06T00:51:31.544Z] Removing intermediate container acaa56511401 [2021-03-06T00:51:31.544Z] ---> 514b303688e3 [2021-03-06T00:51:31.544Z] Step 6/23 : COPY go.mod . [2021-03-06T00:51:31.544Z] Running setup.py install for docopt: finished with status 'done' [2021-03-06T00:51:32.157Z] ---> a6ab266a0fec [2021-03-06T00:51:32.157Z] Step 7/23 : RUN go mod download [2021-03-06T00:51:32.433Z] ---> Running in be127891b56b [2021-03-06T00:51:32.712Z] 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-06T00:51:38.152Z] Removing intermediate container be127891b56b [2021-03-06T00:51:38.152Z] ---> 18f293a5b345 [2021-03-06T00:51:38.152Z] Step 8/23 : COPY . . [2021-03-06T00:51:38.762Z] Removing intermediate container e69a8ff7cef6 [2021-03-06T00:51:38.762Z] ---> d0ced090916f [2021-03-06T00:51:38.762Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-06T00:51:39.366Z] ---> Running in 5932790e9924 [2021-03-06T00:51:41.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-06T00:51:41.625Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-06T00:51:41.691Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-06T00:51:41.691Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-06T00:51:41.691Z] ---> 7f87ef7a582e [2021-03-06T00:51:41.691Z] Step 3/23 : WORKDIR /edgex-go [2021-03-06T00:51:41.691Z] ---> Using cache [2021-03-06T00:51:41.691Z] ---> 60e8bbd747c6 [2021-03-06T00:51:41.691Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-06T00:51:41.691Z] ---> Using cache [2021-03-06T00:51:41.691Z] ---> bd876d683c73 [2021-03-06T00:51:41.691Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-06T00:51:41.691Z] ---> Using cache [2021-03-06T00:51:41.691Z] ---> 7f637da21445 [2021-03-06T00:51:41.691Z] Step 6/23 : COPY go.mod . [2021-03-06T00:51:41.691Z] ---> Using cache [2021-03-06T00:51:41.691Z] ---> 95cab8058280 [2021-03-06T00:51:41.691Z] Step 7/23 : RUN go mod download [2021-03-06T00:51:41.691Z] ---> Using cache [2021-03-06T00:51:41.691Z] ---> b25a1ee791f6 [2021-03-06T00:51:41.691Z] Step 8/23 : COPY . . [2021-03-06T00:51:41.691Z] ---> Using cache [2021-03-06T00:51:41.691Z] ---> 234758a68277 [2021-03-06T00:51:41.691Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-06T00:51:41.691Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-06T00:51:41.691Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-06T00:51:41.691Z] ---> 7f87ef7a582e [2021-03-06T00:51:41.691Z] Step 3/23 : WORKDIR /edgex-go [2021-03-06T00:51:41.691Z] ---> Using cache [2021-03-06T00:51:41.691Z] ---> 60e8bbd747c6 [2021-03-06T00:51:41.691Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-06T00:51:41.691Z] ---> Using cache [2021-03-06T00:51:41.691Z] ---> bd876d683c73 [2021-03-06T00:51:41.691Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-06T00:51:41.691Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-06T00:51:41.691Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-06T00:51:41.691Z] ---> 7f87ef7a582e [2021-03-06T00:51:41.691Z] Step 3/24 : WORKDIR /edgex-go [2021-03-06T00:51:41.691Z] ---> Using cache [2021-03-06T00:51:41.691Z] ---> 60e8bbd747c6 [2021-03-06T00:51:41.691Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-06T00:51:41.691Z] ---> Using cache [2021-03-06T00:51:41.691Z] ---> bd876d683c73 [2021-03-06T00:51:41.691Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-06T00:51:41.691Z] ---> Using cache [2021-03-06T00:51:41.691Z] ---> 7f637da21445 [2021-03-06T00:51:41.691Z] Step 6/24 : COPY go.mod . [2021-03-06T00:51:41.691Z] ---> Using cache [2021-03-06T00:51:41.691Z] ---> 95cab8058280 [2021-03-06T00:51:41.691Z] Step 7/24 : RUN go mod download [2021-03-06T00:51:41.691Z] ---> Using cache [2021-03-06T00:51:41.691Z] ---> b25a1ee791f6 [2021-03-06T00:51:41.691Z] Step 8/24 : COPY . . [2021-03-06T00:51:41.691Z] ---> Using cache [2021-03-06T00:51:41.691Z] ---> 234758a68277 [2021-03-06T00:51:41.691Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-06T00:51:42.230Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-06T00:51:42.230Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-06T00:51:42.230Z] (3/3) Installing curl (7.69.1-r3) [2021-03-06T00:51:42.230Z] Executing busybox-1.31.1-r19.trigger [2021-03-06T00:51:42.284Z] ---> Running in 85e356db8ab9 [2021-03-06T00:51:42.284Z] ---> Running in f9d8433d7faa [2021-03-06T00:51:42.284Z] ---> Running in dc0d5907fb77 [2021-03-06T00:51:42.506Z] OK: 71 MiB in 58 packages [2021-03-06T00:51:46.812Z] Removing intermediate container 5932790e9924 [2021-03-06T00:51:46.812Z] ---> b65d45eb1166 [2021-03-06T00:51:46.812Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-06T00:51:46.812Z] ---> Running in 93a482485917 [2021-03-06T00:51:47.401Z] Removing intermediate container 93a482485917 [2021-03-06T00:51:47.401Z] ---> caa3a2473643 [2021-03-06T00:51:47.401Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-06T00:51:47.672Z] ---> Running in 9c004d1e9294 [2021-03-06T00:51:49.100Z] Removing intermediate container 9c004d1e9294 [2021-03-06T00:51:49.100Z] ---> e1e71f253a54 [2021-03-06T00:51:49.100Z] Step 24/26 : LABEL arch=arm64 [2021-03-06T00:51:49.100Z] ---> Running in 2d867ae5757d [2021-03-06T00:51:49.854Z] 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-06T00:51:49.854Z] 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-06T00:51:50.080Z] Removing intermediate container 2d867ae5757d [2021-03-06T00:51:50.080Z] ---> 14c60bdf145c [2021-03-06T00:51:50.080Z] Step 25/26 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e [2021-03-06T00:51:50.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-06T00:51:50.675Z] ---> Running in 680c738b3b24 [2021-03-06T00:51:51.311Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-06T00:51:51.656Z] Removing intermediate container 680c738b3b24 [2021-03-06T00:51:51.657Z] ---> 0455abfe15a2 [2021-03-06T00:51:51.657Z] Step 26/26 : LABEL version=0.0.0 [2021-03-06T00:51:51.926Z] ---> Running in 9f7c669cbda7 [2021-03-06T00:51:51.944Z] OK: 233 MiB in 51 packages [2021-03-06T00:51:52.902Z] Removing intermediate container 9f7c669cbda7 [2021-03-06T00:51:52.902Z] ---> 3ff265c398f1 [2021-03-06T00:51:52.902Z] [2021-03-06T00:51:54.341Z] Successfully built 3ff265c398f1 [2021-03-06T00:51:54.341Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-06T00:51:58.663Z]  Building docker-sys-mgmt-agent-go ... done  ---> 5cd3e74dc198 [2021-03-06T00:51:58.663Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-06T00:51:58.663Z] ---> Running in dc802f653d86 [2021-03-06T00:52:00.097Z] 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-06T00:52:00.754Z] Removing intermediate container f9d8433d7faa [2021-03-06T00:52:00.754Z] ---> 3a5e16f20d9b [2021-03-06T00:52:00.754Z] Step 6/23 : COPY go.mod . [2021-03-06T00:52:05.629Z] ---> 9ce7cfd16bd0 [2021-03-06T00:52:05.629Z] Step 7/23 : RUN go mod download [2021-03-06T00:52:09.949Z] ---> Running in 59b89f9de2e6 [2021-03-06T00:52:12.510Z] Removing intermediate container 314d38db87f8 [2021-03-06T00:52:12.510Z] ---> 489dc1616b37 [2021-03-06T00:52:12.510Z] [2021-03-06T00:52:12.510Z] Step 10/23 : FROM alpine:3.12 [2021-03-06T00:52:12.510Z] ---> d10569e2745f [2021-03-06T00:52:12.510Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-06T00:52:12.510Z] ---> Using cache [2021-03-06T00:52:12.510Z] ---> b69a11853ae1 [2021-03-06T00:52:12.510Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-06T00:52:12.510Z] ---> Using cache [2021-03-06T00:52:12.510Z] ---> b1aea2130c5f [2021-03-06T00:52:12.510Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-06T00:52:12.510Z] ---> Running in fc2f5b0a2194 [2021-03-06T00:52:12.786Z] Removing intermediate container fc2f5b0a2194 [2021-03-06T00:52:12.786Z] ---> 765a0709926e [2021-03-06T00:52:12.786Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-06T00:52:13.065Z] ---> Running in 0d52a9efabc1 [2021-03-06T00:52:13.671Z] Removing intermediate container 0d52a9efabc1 [2021-03-06T00:52:13.671Z] ---> b60c8f4b8d2b [2021-03-06T00:52:13.671Z] Step 15/23 : WORKDIR / [2021-03-06T00:52:13.952Z] ---> Running in 97dc5056b847 [2021-03-06T00:52:14.572Z] Removing intermediate container 97dc5056b847 [2021-03-06T00:52:14.572Z] ---> c5ebd1d3ce37 [2021-03-06T00:52:14.572Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-06T00:52:16.033Z] ---> 5d94692480e9 [2021-03-06T00:52:16.033Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-06T00:52:17.486Z] ---> 09257ab2a5dc [2021-03-06T00:52:17.486Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-06T00:52:18.928Z] ---> feca35886ffe [2021-03-06T00:52:18.928Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-06T00:52:18.928Z] ---> Running in 868a55e78be4 [2021-03-06T00:52:19.526Z] Removing intermediate container 868a55e78be4 [2021-03-06T00:52:19.526Z] ---> d1026a21e528 [2021-03-06T00:52:19.526Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-06T00:52:19.800Z] ---> Running in e2331cc1c730 [2021-03-06T00:52:20.399Z] Removing intermediate container e2331cc1c730 [2021-03-06T00:52:20.399Z] ---> 728d9dfc9a0d [2021-03-06T00:52:20.399Z] Step 21/23 : LABEL arch=arm64 [2021-03-06T00:52:20.695Z] ---> Running in d760bbbc1918 [2021-03-06T00:52:21.447Z] Removing intermediate container d760bbbc1918 [2021-03-06T00:52:21.447Z] ---> 755d34a516b0 [2021-03-06T00:52:21.447Z] Step 22/23 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e [2021-03-06T00:52:21.447Z] ---> Running in 626596d2a4f8 [2021-03-06T00:52:22.470Z] Removing intermediate container 626596d2a4f8 [2021-03-06T00:52:22.470Z] ---> a3a9bb9b2028 [2021-03-06T00:52:22.470Z] Step 23/23 : LABEL version=0.0.0 [2021-03-06T00:52:22.470Z] ---> Running in 28a29e7a9721 [2021-03-06T00:52:23.131Z] Removing intermediate container 28a29e7a9721 [2021-03-06T00:52:23.131Z] ---> d79f34974dac [2021-03-06T00:52:23.131Z] [2021-03-06T00:52:23.401Z] Successfully built d79f34974dac [2021-03-06T00:52:23.676Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-06T00:52:38.786Z]  Building docker-core-command-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-06T00:52:38.839Z] Removing intermediate container 59b89f9de2e6 [2021-03-06T00:52:38.839Z] ---> 41ed19317eed [2021-03-06T00:52:38.839Z] Step 8/23 : COPY . . [2021-03-06T00:52:47.390Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-06T00:52:47.390Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-06T00:52:47.390Z] ---> 7f87ef7a582e [2021-03-06T00:52:47.390Z] Step 3/22 : WORKDIR /edgex-go [2021-03-06T00:52:47.390Z] ---> Using cache [2021-03-06T00:52:47.390Z] ---> 60e8bbd747c6 [2021-03-06T00:52:47.390Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-06T00:52:47.390Z] ---> Using cache [2021-03-06T00:52:47.390Z] ---> bd876d683c73 [2021-03-06T00:52:47.390Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-06T00:52:47.390Z] ---> Using cache [2021-03-06T00:52:47.390Z] ---> 7f637da21445 [2021-03-06T00:52:47.390Z] Step 6/22 : COPY go.mod . [2021-03-06T00:52:47.390Z] ---> Using cache [2021-03-06T00:52:47.390Z] ---> 95cab8058280 [2021-03-06T00:52:47.390Z] Step 7/22 : RUN go mod download [2021-03-06T00:52:47.390Z] ---> Using cache [2021-03-06T00:52:47.390Z] ---> b25a1ee791f6 [2021-03-06T00:52:47.390Z] Step 8/22 : COPY . . [2021-03-06T00:52:47.390Z] ---> Using cache [2021-03-06T00:52:47.390Z] ---> 234758a68277 [2021-03-06T00:52:47.390Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-06T00:52:53.879Z] Removing intermediate container 8ce62a8b9e74 [2021-03-06T00:52:53.879Z] ---> a37d42313d9d [2021-03-06T00:52:53.879Z] [2021-03-06T00:52:53.879Z] Step 10/24 : FROM alpine:3.12 [2021-03-06T00:52:53.879Z] ---> d10569e2745f [2021-03-06T00:52:53.879Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-06T00:52:53.879Z] Removing intermediate container e5a8bf42efbc [2021-03-06T00:52:53.879Z] ---> 181b4ca5753f [2021-03-06T00:52:53.879Z] [2021-03-06T00:52:53.879Z] Step 10/31 : FROM alpine:3.12 [2021-03-06T00:52:53.879Z] ---> d10569e2745f [2021-03-06T00:52:53.879Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-06T00:52:53.879Z] ---> Running in 392cb0011bc8 [2021-03-06T00:52:53.879Z] ---> Running in 90c56991d915 [2021-03-06T00:52:53.879Z] Removing intermediate container 392cb0011bc8 [2021-03-06T00:52:53.879Z] ---> 9e6107d0f4e6 [2021-03-06T00:52:53.879Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-06T00:52:53.879Z] ---> Running in 68c462786e37 [2021-03-06T00:52:54.852Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-06T00:52:55.128Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-06T00:52:55.378Z] ---> Running in 26c89e9c54bb [2021-03-06T00:52:55.722Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-06T00:52:55.722Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-06T00:52:55.722Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-06T00:52:55.722Z] (4/5) Installing curl (7.69.1-r3) [2021-03-06T00:52:55.722Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-06T00:52:55.722Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-06T00:52:55.722Z] Executing busybox-1.31.1-r19.trigger [2021-03-06T00:52:55.722Z] Executing ca-certificates-20191127-r4.trigger [2021-03-06T00:52:55.993Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-06T00:52:55.993Z] OK: 7 MiB in 19 packages [2021-03-06T00:52:56.586Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-06T00:52:56.586Z] (2/2) Installing su-exec (0.2-r1) [2021-03-06T00:52:56.586Z] Executing busybox-1.31.1-r19.trigger [2021-03-06T00:52:56.586Z] OK: 5 MiB in 16 packages [2021-03-06T00:52:58.582Z] Removing intermediate container 90c56991d915 [2021-03-06T00:52:58.582Z] ---> 7b5f58104fe3 [2021-03-06T00:52:58.582Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-06T00:52:58.582Z] Removing intermediate container 68c462786e37 [2021-03-06T00:52:58.582Z] ---> f6cbedee2f0c [2021-03-06T00:52:58.582Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-06T00:52:58.855Z] ---> Running in bd5153e872ff [2021-03-06T00:52:58.855Z] ---> Running in c23d72ac68cf [2021-03-06T00:52:59.842Z] Removing intermediate container c23d72ac68cf [2021-03-06T00:52:59.843Z] ---> e13d3c3c1e74 [2021-03-06T00:52:59.843Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-06T00:52:59.843Z] Removing intermediate container bd5153e872ff [2021-03-06T00:52:59.843Z] ---> e126afeb40b6 [2021-03-06T00:52:59.843Z] Step 13/24 : WORKDIR / [2021-03-06T00:52:59.843Z] ---> Running in 77a078006369 [2021-03-06T00:52:59.843Z] ---> Running in 1ed71cf384d4 [2021-03-06T00:53:00.443Z] Removing intermediate container 77a078006369 [2021-03-06T00:53:00.443Z] ---> f8ff9bd4c62b [2021-03-06T00:53:00.443Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-06T00:53:00.718Z] Removing intermediate container 1ed71cf384d4 [2021-03-06T00:53:00.718Z] ---> b299c0468a00 [2021-03-06T00:53:00.718Z] 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-06T00:53:00.718Z] ---> Running in 50cd629f6356 [2021-03-06T00:53:01.712Z] ---> 9a16cbeb5c98 [2021-03-06T00:53:01.712Z] 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-06T00:53:02.716Z] ---> 0e32d9a39f62 [2021-03-06T00:53:02.716Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-06T00:53:03.693Z] Removing intermediate container 50cd629f6356 [2021-03-06T00:53:03.693Z] ---> 0574541b5526 [2021-03-06T00:53:03.693Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-06T00:53:03.693Z] ---> 81710b10ad58 [2021-03-06T00:53:03.693Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-06T00:53:03.693Z] ---> Running in 2608d16d0a66 [2021-03-06T00:53:04.285Z] Removing intermediate container 2608d16d0a66 [2021-03-06T00:53:04.285Z] ---> c54075509233 [2021-03-06T00:53:04.285Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-06T00:53:04.881Z] ---> bd2cef02d324 [2021-03-06T00:53:04.881Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-06T00:53:05.152Z] ---> 9390091127f9 [2021-03-06T00:53:05.152Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-06T00:53:05.425Z] ---> Running in 234573f3f8f2 [2021-03-06T00:53:06.029Z] ---> a6c6cc1feee0 [2021-03-06T00:53:06.029Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-06T00:53:06.361Z] 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-06T00:53:07.499Z] ---> 9abe9c1077be [2021-03-06T00:53:07.499Z] 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-06T00:53:07.772Z] ---> Running in 3e6f2759c16d [2021-03-06T00:53:08.758Z] Removing intermediate container 234573f3f8f2 [2021-03-06T00:53:08.758Z] ---> be36b9a92a57 [2021-03-06T00:53:08.758Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-06T00:53:09.764Z] ---> d06457ce994d [2021-03-06T00:53:09.765Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-06T00:53:10.361Z] Removing intermediate container 3e6f2759c16d [2021-03-06T00:53:10.361Z] ---> 79a482b8fe79 [2021-03-06T00:53:10.361Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-06T00:53:10.633Z] ---> Running in 88075f56fe1e [2021-03-06T00:53:10.902Z] ---> 5f92779e7a04 [2021-03-06T00:53:10.902Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-06T00:53:11.497Z] Removing intermediate container 88075f56fe1e [2021-03-06T00:53:11.497Z] ---> 15c860df6bf7 [2021-03-06T00:53:11.497Z] Step 22/24 : LABEL arch=arm64 [2021-03-06T00:53:11.497Z] ---> Running in d339f4bced0e [2021-03-06T00:53:11.774Z] ---> e77efdf97355 [2021-03-06T00:53:11.774Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-06T00:53:12.048Z] Removing intermediate container d339f4bced0e [2021-03-06T00:53:12.048Z] ---> 71ea60f16ff7 [2021-03-06T00:53:12.048Z] Step 23/24 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e [2021-03-06T00:53:12.324Z] ---> Running in c99e97c52ff5 [2021-03-06T00:53:12.594Z] ---> ebcf7e286feb [2021-03-06T00:53:12.594Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-06T00:53:12.867Z] Removing intermediate container c99e97c52ff5 [2021-03-06T00:53:12.867Z] ---> f9af0f8c8816 [2021-03-06T00:53:12.867Z] Step 24/24 : LABEL version=0.0.0 [2021-03-06T00:53:13.139Z] ---> Running in bab7dbc0d258 [2021-03-06T00:53:13.139Z] ---> 341d99947046 [2021-03-06T00:53:13.139Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-06T00:53:13.737Z] ---> Running in 9f0369726e99 [2021-03-06T00:53:14.007Z] Removing intermediate container bab7dbc0d258 [2021-03-06T00:53:14.007Z] ---> 48efc71c4950 [2021-03-06T00:53:14.007Z] [2021-03-06T00:53:14.279Z] Successfully built 48efc71c4950 [2021-03-06T00:53:14.279Z] Removing intermediate container 9f0369726e99 [2021-03-06T00:53:14.553Z] ---> cfab2f76cfbc [2021-03-06T00:53:14.553Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-06T00:53:14.553Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-06T00:53:15.528Z]  Building docker-security-secretstore-setup-go ... done  ---> e3994d1d5d99 [2021-03-06T00:53:15.528Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-06T00:53:16.119Z] ---> Running in 2e1e6cf91bb1 [2021-03-06T00:53:16.391Z] Removing intermediate container dc802f653d86 [2021-03-06T00:53:16.391Z] ---> 87b709b4aa45 [2021-03-06T00:53:16.391Z] [2021-03-06T00:53:16.391Z] Step 10/23 : FROM alpine:3.12 [2021-03-06T00:53:16.391Z] ---> d10569e2745f [2021-03-06T00:53:16.391Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-06T00:53:16.663Z] ---> Running in 77248f3393e9 [2021-03-06T00:53:17.271Z] Removing intermediate container 77248f3393e9 [2021-03-06T00:53:17.271Z] ---> 6ef5b4ab5101 [2021-03-06T00:53:17.271Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-06T00:53:17.271Z] ---> Running in 712f96abb494 [2021-03-06T00:53:17.873Z] Removing intermediate container 712f96abb494 [2021-03-06T00:53:17.873Z] ---> ce19570fa4b3 [2021-03-06T00:53:17.873Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-06T00:53:18.145Z] ---> Running in be58bd814921 [2021-03-06T00:53:18.418Z] Removing intermediate container 2e1e6cf91bb1 [2021-03-06T00:53:18.418Z] ---> a6fa98748ea9 [2021-03-06T00:53:18.418Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-06T00:53:18.687Z] ---> Running in 74b318532a73 [2021-03-06T00:53:18.687Z] Removing intermediate container be58bd814921 [2021-03-06T00:53:18.687Z] ---> 1b40ef44820c [2021-03-06T00:53:18.687Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-06T00:53:18.963Z] ---> Running in dcea187f2bc5 [2021-03-06T00:53:19.235Z] Removing intermediate container 74b318532a73 [2021-03-06T00:53:19.235Z] ---> 8914611e3b17 [2021-03-06T00:53:19.235Z] Step 28/31 : CMD ["gate"] [2021-03-06T00:53:19.508Z] ---> Running in c61835c3d68c [2021-03-06T00:53:19.714Z] Removing intermediate container 213d7ca3f918 [2021-03-06T00:53:19.714Z] ---> 539fc41af19e [2021-03-06T00:53:19.714Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-06T00:53:20.106Z] Removing intermediate container c61835c3d68c [2021-03-06T00:53:20.106Z] ---> f6a50543c99f [2021-03-06T00:53:20.106Z] Step 29/31 : LABEL arch=arm64 [2021-03-06T00:53:20.707Z] ---> Running in 4a4b625c09f0 [2021-03-06T00:53:20.981Z] Removing intermediate container 4a4b625c09f0 [2021-03-06T00:53:20.981Z] ---> 3b5d8ba2cea3 [2021-03-06T00:53:20.981Z] Step 30/31 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e [2021-03-06T00:53:21.260Z] Removing intermediate container dcea187f2bc5 [2021-03-06T00:53:21.260Z] ---> cf925e36b03d [2021-03-06T00:53:21.260Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-06T00:53:21.260Z] ---> Running in 61bf9cc0ce17 [2021-03-06T00:53:21.535Z] ---> Running in baee6e85be9b [2021-03-06T00:53:22.132Z] Removing intermediate container 61bf9cc0ce17 [2021-03-06T00:53:22.132Z] ---> 9147930c1f1f [2021-03-06T00:53:22.132Z] Step 31/31 : LABEL version=0.0.0 [2021-03-06T00:53:22.406Z] ---> Running in 6b76b2f5139a [2021-03-06T00:53:22.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-06T00:53:22.949Z] Removing intermediate container 6b76b2f5139a [2021-03-06T00:53:22.949Z] ---> 02a3b19f35be [2021-03-06T00:53:22.949Z] [2021-03-06T00:53:23.221Z] Successfully built 02a3b19f35be [2021-03-06T00:53:23.221Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-06T00:53:23.493Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-06T00:53:24.466Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-06T00:53:24.466Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-06T00:53:24.466Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-06T00:53:24.466Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-06T00:53:24.735Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-06T00:53:25.006Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-06T00:53:25.006Z] Executing busybox-1.31.1-r19.trigger [2021-03-06T00:53:25.006Z] OK: 8 MiB in 20 packages [2021-03-06T00:53:26.445Z] Removing intermediate container baee6e85be9b [2021-03-06T00:53:26.445Z] ---> f81978d1697b [2021-03-06T00:53:26.445Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-06T00:53:27.011Z] ---> Running in cae813f4f975 [2021-03-06T00:53:27.039Z] ---> 15012d26c9aa [2021-03-06T00:53:27.039Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-06T00:53:28.466Z] ---> 33eba531172e [2021-03-06T00:53:28.466Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-06T00:53:29.059Z] ---> e4c3e637a0e9 [2021-03-06T00:53:29.059Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-06T00:53:29.332Z] ---> Running in 5824525db7e3 [2021-03-06T00:53:29.602Z] Removing intermediate container 5824525db7e3 [2021-03-06T00:53:29.602Z] ---> af9a7b1b135a [2021-03-06T00:53:29.602Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-06T00:53:29.875Z] ---> Running in aaba2ef94b7f [2021-03-06T00:53:30.470Z] Removing intermediate container aaba2ef94b7f [2021-03-06T00:53:30.470Z] ---> f67738f9f72c [2021-03-06T00:53:30.470Z] Step 21/23 : LABEL arch=arm64 [2021-03-06T00:53:30.470Z] ---> Running in 64c387710f87 [2021-03-06T00:53:30.553Z] 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-06T00:53:31.061Z] Removing intermediate container 64c387710f87 [2021-03-06T00:53:31.061Z] ---> 7a3682199e0c [2021-03-06T00:53:31.061Z] Step 22/23 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e [2021-03-06T00:53:31.061Z] ---> Running in 74d0d82881ed [2021-03-06T00:53:31.654Z] Removing intermediate container 74d0d82881ed [2021-03-06T00:53:31.654Z] ---> a7e179ec10e6 [2021-03-06T00:53:31.654Z] Step 23/23 : LABEL version=0.0.0 [2021-03-06T00:53:31.654Z] ---> Running in b6d65e69e8ce [2021-03-06T00:53:32.246Z] Removing intermediate container b6d65e69e8ce [2021-03-06T00:53:32.246Z] ---> 85a5092e7408 [2021-03-06T00:53:32.246Z] [2021-03-06T00:53:32.516Z] Successfully built 85a5092e7408 [2021-03-06T00:53:32.516Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-06T00:53:33.055Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-06T00:53:33.048Z] $ docker stop --time=1 dea82d7ea1d62aa8f1b6d264a0a32ec3a37cdd008b6b67a1d5edfc52b72844d4 [2021-03-06T00:53:35.058Z] $ docker rm -f dea82d7ea1d62aa8f1b6d264a0a32ec3a37cdd008b6b67a1d5edfc52b72844d4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-06T00:53:35.915Z] + grep docker [2021-03-06T00:53:35.915Z] + docker images [2021-03-06T00:53:36.191Z] docker-core-data-go-arm64 latest 85a5092e7408 5 seconds ago 21.1MB [2021-03-06T00:53:36.191Z] docker-security-bootstrapper-go-arm64 latest 02a3b19f35be 14 seconds ago 17.8MB [2021-03-06T00:53:36.191Z] docker-security-secretstore-setup-go-arm64 latest 48efc71c4950 23 seconds ago 23.7MB [2021-03-06T00:53:36.191Z] docker-core-command-go-arm64 latest d79f34974dac About a minute ago 16.2MB [2021-03-06T00:53:36.191Z] docker-sys-mgmt-agent-go-arm64 latest 3ff265c398f1 About a minute ago 300MB [2021-03-06T00:53:36.191Z] docker-core-metadata-go-arm64 latest dac062bd923f 3 minutes ago 17.9MB [2021-03-06T00:53:36.192Z] docker-support-notifications-go-arm64 latest f049e9a53629 3 minutes ago 16.9MB [2021-03-06T00:53:36.192Z] docker-support-scheduler-go-arm64 latest df22e0430fc8 3 minutes ago 16.3MB [2021-03-06T00:53:36.192Z] docker-security-proxy-setup-go-arm64 latest 3419452ed203 3 minutes ago 23.4MB [2021-03-06T00:53:36.192Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-06T00:53:37.926Z] ---> job-cost.sh [2021-03-06T00:53:37.926Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-evrA [2021-03-06T00:54:11.975Z] Removing intermediate container dc0d5907fb77 [2021-03-06T00:54:11.975Z] ---> 9f0fede3fba0 [2021-03-06T00:54:11.975Z] [2021-03-06T00:54:11.975Z] Step 10/23 : FROM alpine:3.12 [2021-03-06T00:54:11.975Z] ---> 88dd2752d2ea [2021-03-06T00:54:11.975Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-06T00:54:11.975Z] ---> Using cache [2021-03-06T00:54:11.975Z] ---> 2c2f37c9ab51 [2021-03-06T00:54:11.975Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-06T00:54:11.975Z] ---> Using cache [2021-03-06T00:54:11.975Z] ---> 178f731de7a0 [2021-03-06T00:54:11.975Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-06T00:54:11.975Z] ---> Running in f16780622cde [2021-03-06T00:54:11.975Z] Removing intermediate container 85e356db8ab9 [2021-03-06T00:54:11.975Z] ---> 785e6ce4fc29 [2021-03-06T00:54:11.975Z] [2021-03-06T00:54:11.975Z] Step 10/24 : FROM alpine:3.12 [2021-03-06T00:54:11.975Z] ---> 88dd2752d2ea [2021-03-06T00:54:11.975Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-06T00:54:14.464Z] ---> Running in b445778996c5 [2021-03-06T00:54:18.056Z] Collecting docker-compose==1.23.2 [2021-03-06T00:54:18.057Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-06T00:54:18.335Z] Removing intermediate container f16780622cde [2021-03-06T00:54:18.335Z] ---> 2171b53c95f8 [2021-03-06T00:54:18.335Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-06T00:54:19.999Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-06T00:54:19.999Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-06T00:54:21.096Z] 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-06T00:54:21.096Z] ---> Running in 3ff5baf7c7de [2021-03-06T00:54:21.096Z] Collecting docopt<0.7,>=0.6.1 [2021-03-06T00:54:21.463Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-06T00:54:24.647Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-06T00:54:24.840Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-06T00:54:25.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-06T00:54:25.537Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-06T00:54:25.537Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-06T00:54:25.537Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-06T00:54:25.537Z] (4/5) Installing curl (7.69.1-r3) [2021-03-06T00:54:25.537Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-06T00:54:25.537Z] Executing busybox-1.31.1-r19.trigger [2021-03-06T00:54:25.818Z] Executing ca-certificates-20191127-r4.trigger [2021-03-06T00:54:25.818Z] Removing intermediate container 3ff5baf7c7de [2021-03-06T00:54:25.818Z] ---> bd6ab0e3025d [2021-03-06T00:54:25.818Z] Step 15/23 : WORKDIR / [2021-03-06T00:54:26.127Z] OK: 7 MiB in 19 packages [2021-03-06T00:54:28.221Z] ---> Running in e4dad777123a [2021-03-06T00:54:30.408Z] Removing intermediate container 26c89e9c54bb [2021-03-06T00:54:30.408Z] ---> a929b2ccfaeb [2021-03-06T00:54:30.408Z] [2021-03-06T00:54:30.408Z] Step 10/22 : FROM alpine:3.12 [2021-03-06T00:54:30.408Z] ---> 88dd2752d2ea [2021-03-06T00:54:30.408Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-06T00:54:30.408Z] ---> Using cache [2021-03-06T00:54:30.408Z] ---> 2c2f37c9ab51 [2021-03-06T00:54:30.408Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-06T00:54:30.408Z] ---> Using cache [2021-03-06T00:54:30.408Z] ---> 178f731de7a0 [2021-03-06T00:54:30.408Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-06T00:54:30.709Z] Removing intermediate container e4dad777123a [2021-03-06T00:54:30.709Z] ---> 7bd38c99aff4 [2021-03-06T00:54:30.709Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-06T00:54:30.709Z] ---> Running in 814069b0b5ff [2021-03-06T00:54:30.709Z] Removing intermediate container b445778996c5 [2021-03-06T00:54:30.709Z] ---> b0ca5458cad5 [2021-03-06T00:54:30.709Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-06T00:54:30.991Z] Collecting PyYAML<4,>=3.10 [2021-03-06T00:54:30.991Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-06T00:54:31.746Z] ---> Running in 596b1f39b86d [2021-03-06T00:54:32.903Z] ---> 1727573bfc5e [2021-03-06T00:54:32.903Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-06T00:54:33.191Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-06T00:54:33.191Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-06T00:54:33.191Z] Removing intermediate container 814069b0b5ff [2021-03-06T00:54:33.191Z] ---> ce713f23b59e [2021-03-06T00:54:33.191Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-06T00:54:33.921Z] ---> Running in 17823c220736 [2021-03-06T00:54:34.349Z] Removing intermediate container 596b1f39b86d [2021-03-06T00:54:34.349Z] ---> 081de08e107b [2021-03-06T00:54:34.349Z] Step 13/24 : WORKDIR / [2021-03-06T00:54:35.071Z] ---> Running in 9caeb1b65984 [2021-03-06T00:54:35.592Z] ---> c174eb600f94 [2021-03-06T00:54:35.592Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-06T00:54:35.592Z] Collecting texttable<0.10,>=0.9.0 [2021-03-06T00:54:35.592Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-06T00:54:36.035Z] ---> Running in 5a19fec96c9f [2021-03-06T00:54:36.427Z] Removing intermediate container 17823c220736 [2021-03-06T00:54:36.427Z] ---> 545877601ea7 [2021-03-06T00:54:36.427Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-06T00:54:37.269Z] ---> 955ea70ae4ad [2021-03-06T00:54:37.269Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-06T00:54:37.269Z] Removing intermediate container 9caeb1b65984 [2021-03-06T00:54:37.269Z] ---> 10971b664023 [2021-03-06T00:54:37.269Z] 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-06T00:54:38.483Z] Collecting jsonschema<3,>=2.5.1 [2021-03-06T00:54:38.483Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-06T00:54:38.875Z] ---> 9bc0df59654e [2021-03-06T00:54:38.875Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-06T00:54:38.875Z] Collecting cached-property<2,>=1.2.0 [2021-03-06T00:54:39.183Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-06T00:54:39.183Z] ---> 66f5fd4d51f9 [2021-03-06T00:54:39.183Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-06T00:54:39.623Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-06T00:54:39.623Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-06T00:54:39.623Z] ---> Running in fe66b305b6c2 [2021-03-06T00:54:39.623Z] 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-06T00:54:40.621Z] ---> 05824dd8108b [2021-03-06T00:54:40.621Z] 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-06T00:54:41.932Z] Collecting docker<4.0,>=3.6.0 [2021-03-06T00:54:41.932Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-06T00:54:42.533Z] 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-06T00:54:42.830Z] Collecting idna<2.8,>=2.5 [2021-03-06T00:54:42.830Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-06T00:54:42.830Z] Removing intermediate container fe66b305b6c2 [2021-03-06T00:54:42.830Z] ---> 315c048508c2 [2021-03-06T00:54:42.830Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-06T00:54:43.104Z] ---> 969d8d2c0c5d [2021-03-06T00:54:43.104Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-06T00:54:43.104Z] ---> 2813aaff1dfd [2021-03-06T00:54:43.104Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-06T00:54:43.104Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-06T00:54:43.104Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-06T00:54:44.104Z] 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-06T00:54:44.406Z] Collecting docker-pycreds>=0.4.0 [2021-03-06T00:54:44.406Z] ---> Running in f7a07e4bfbe4 [2021-03-06T00:54:44.406Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-06T00:54:44.406Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-06T00:54:44.406Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-06T00:54:44.406Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-06T00:54:44.800Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-06T00:54:44.800Z] ---> 72847bdaa810 [2021-03-06T00:54:44.800Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-06T00:54:45.739Z] Installing collected packages: idna, urllib3, requests, docopt, PyYAML, dockerpty, texttable, jsonschema, cached-property, websocket-client, docker-pycreds, docker, docker-compose [2021-03-06T00:54:45.739Z] Attempting uninstall: idna [2021-03-06T00:54:45.739Z] Found existing installation: idna 2.9 [2021-03-06T00:54:45.739Z] Uninstalling idna-2.9: [2021-03-06T00:54:45.739Z] ---> d190f2f4bc2c [2021-03-06T00:54:45.739Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-06T00:54:46.090Z] Successfully uninstalled idna-2.9 [2021-03-06T00:54:46.422Z] ---> Running in f8327a98a648 [2021-03-06T00:54:46.422Z] Removing intermediate container f7a07e4bfbe4 [2021-03-06T00:54:46.422Z] ---> ad5712b3a218 [2021-03-06T00:54:46.422Z] Step 21/23 : LABEL arch=x86_64 [2021-03-06T00:54:46.422Z] Attempting uninstall: urllib3 [2021-03-06T00:54:46.422Z] Found existing installation: urllib3 1.25.9 [2021-03-06T00:54:46.422Z] Uninstalling urllib3-1.25.9: [2021-03-06T00:54:46.700Z] ---> Running in f8f63716bcf1 [2021-03-06T00:54:46.987Z] Successfully uninstalled urllib3-1.25.9 [2021-03-06T00:54:47.953Z] ---> e2068e8ea355 [2021-03-06T00:54:47.953Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-06T00:54:51.723Z] Removing intermediate container f8327a98a648 [2021-03-06T00:54:51.723Z] ---> 88e749b17677 [2021-03-06T00:54:51.723Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-06T00:54:51.723Z] Attempting uninstall: requests [2021-03-06T00:54:51.723Z] Found existing installation: requests 2.23.0 [2021-03-06T00:54:51.723Z] Uninstalling requests-2.23.0: [2021-03-06T00:54:52.964Z] Successfully uninstalled requests-2.23.0 [2021-03-06T00:54:52.964Z] Removing intermediate container f8f63716bcf1 [2021-03-06T00:54:52.964Z] ---> 62450974b680 [2021-03-06T00:54:52.964Z] Step 22/23 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e [2021-03-06T00:54:52.964Z] ---> Running in c809d6ab2eac [2021-03-06T00:54:53.295Z] ---> a51c102492e2 [2021-03-06T00:54:53.295Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-06T00:54:56.506Z] Running setup.py install for docopt: started [2021-03-06T00:54:56.506Z] ---> Running in 840b9fcf09e1 [2021-03-06T00:54:57.547Z] Removing intermediate container c809d6ab2eac [2021-03-06T00:54:57.547Z] ---> 6ec9ca6046fa [2021-03-06T00:54:57.547Z] Step 20/22 : LABEL arch=x86_64 [2021-03-06T00:54:57.844Z] ---> 9791e5d54ee7 [2021-03-06T00:54:57.844Z] 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-06T00:54:58.710Z] ---> Running in 52b85acbc47a [2021-03-06T00:54:59.305Z] ---> Running in c87fc49f7614 [2021-03-06T00:54:59.305Z] Running setup.py install for docopt: finished with status 'done' [2021-03-06T00:54:59.305Z] Removing intermediate container 840b9fcf09e1 [2021-03-06T00:54:59.305Z] ---> cfcd97913dcc [2021-03-06T00:54:59.305Z] Step 23/23 : LABEL version=0.0.0 [2021-03-06T00:54:59.305Z] Running setup.py install for PyYAML: started [2021-03-06T00:55:00.403Z] ---> Running in 211218d156b9 [2021-03-06T00:55:01.215Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-06T00:55:01.215Z] Running setup.py install for dockerpty: started [2021-03-06T00:55:01.215Z] Removing intermediate container 52b85acbc47a [2021-03-06T00:55:01.215Z] ---> eca3f4cebe17 [2021-03-06T00:55:01.215Z] Step 21/22 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e [2021-03-06T00:55:02.125Z] Removing intermediate container 211218d156b9 [2021-03-06T00:55:02.125Z] ---> e036842fc255 [2021-03-06T00:55:02.125Z] [2021-03-06T00:55:02.125Z] ---> Running in b7441155e053 [2021-03-06T00:55:04.132Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-06T00:55:04.132Z] Running setup.py install for texttable: started [2021-03-06T00:55:04.790Z] Running setup.py install for texttable: finished with status 'done' [2021-03-06T00:55:05.454Z] Successfully built e036842fc255 [2021-03-06T00:55:05.454Z] Successfully tagged docker-core-metadata-go:latest [2021-03-06T00:55:07.668Z]  Building docker-core-metadata-go ... done Removing intermediate container b7441155e053 [2021-03-06T00:55:07.668Z] ---> f34483ad2a2c [2021-03-06T00:55:07.668Z] Step 22/22 : LABEL version=0.0.0 [2021-03-06T00:55:09.177Z] ---> Running in 4f496d66c05a [2021-03-06T00:55:13.337Z] Removing intermediate container 4f496d66c05a [2021-03-06T00:55:13.337Z] ---> e4e5ab25a135 [2021-03-06T00:55:13.337Z] [2021-03-06T00:55:15.285Z] 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-06T00:55:15.620Z] Successfully built e4e5ab25a135 [2021-03-06T00:55:15.620Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-06T00:55:17.509Z]  Building docker-support-scheduler-go ... done Removing intermediate container c87fc49f7614 [2021-03-06T00:55:17.509Z] ---> ba4c0f842fab [2021-03-06T00:55:17.509Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-06T00:55:19.486Z] ---> Running in 3473a845a074 [2021-03-06T00:55:21.535Z] Removing intermediate container 3473a845a074 [2021-03-06T00:55:21.535Z] ---> 9246d7e1b55a [2021-03-06T00:55:21.535Z] Step 22/24 : LABEL arch=x86_64 [2021-03-06T00:55:23.794Z] ---> Running in a4981400451b [2021-03-06T00:55:28.820Z] Removing intermediate container cae813f4f975 [2021-03-06T00:55:28.820Z] ---> abf32a6e0a2f [2021-03-06T00:55:28.820Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-06T00:55:28.820Z] Removing intermediate container a4981400451b [2021-03-06T00:55:28.820Z] ---> 66b54485b58b [2021-03-06T00:55:28.820Z] Step 23/24 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e [2021-03-06T00:55:28.820Z] ---> Running in a403a5919e7c [2021-03-06T00:55:29.113Z] ---> Running in b4f4c0785f60 [2021-03-06T00:55:29.781Z] Removing intermediate container b4f4c0785f60 [2021-03-06T00:55:29.781Z] ---> bdbf758fb0c8 [2021-03-06T00:55:29.781Z] Step 24/24 : LABEL version=0.0.0 [2021-03-06T00:55:30.850Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-06T00:55:30.850Z] ---> Running in e62dc37e0475 [2021-03-06T00:55:30.850Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-06T00:55:31.129Z] Removing intermediate container e62dc37e0475 [2021-03-06T00:55:31.129Z] ---> 01d5336df9d9 [2021-03-06T00:55:31.129Z] [2021-03-06T00:55:31.129Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-06T00:55:31.129Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-06T00:55:31.129Z] (3/3) Installing curl (7.69.1-r3) [2021-03-06T00:55:31.129Z] Executing busybox-1.31.1-r19.trigger [2021-03-06T00:55:31.401Z] OK: 72 MiB in 58 packages [2021-03-06T00:55:33.091Z] Successfully built 01d5336df9d9 [2021-03-06T00:55:33.354Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-06T00:55:34.979Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container a403a5919e7c [2021-03-06T00:55:34.979Z] ---> be9976e8b69f [2021-03-06T00:55:34.979Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-06T00:55:34.979Z] ---> Running in 9dfa5198bdd9 [2021-03-06T00:55:35.736Z] Removing intermediate container 9dfa5198bdd9 [2021-03-06T00:55:35.736Z] ---> 871e1636e002 [2021-03-06T00:55:35.736Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-06T00:55:37.098Z] ---> Running in c07579d90fe2 [2021-03-06T00:55:38.346Z] Removing intermediate container c07579d90fe2 [2021-03-06T00:55:38.346Z] ---> 2b59b83dbf08 [2021-03-06T00:55:38.346Z] Step 24/26 : LABEL arch=x86_64 [2021-03-06T00:55:39.273Z] ---> Running in 23cae9fec8f8 [2021-03-06T00:55:41.272Z] Removing intermediate container 23cae9fec8f8 [2021-03-06T00:55:41.272Z] ---> 8ae68ca8cd5a [2021-03-06T00:55:41.272Z] Step 25/26 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e [2021-03-06T00:55:41.873Z] ---> Running in ccc6d2dc6619 [2021-03-06T00:55:43.638Z] Removing intermediate container ccc6d2dc6619 [2021-03-06T00:55:43.638Z] ---> 22bc55cf10ef [2021-03-06T00:55:43.638Z] Step 26/26 : LABEL version=0.0.0 [2021-03-06T00:55:43.638Z] ---> Running in 768459fb2042 [2021-03-06T00:55:45.238Z] Removing intermediate container 768459fb2042 [2021-03-06T00:55:45.238Z] ---> 35a2d45738ca [2021-03-06T00:55:45.238Z] [2021-03-06T00:55:45.850Z] Successfully built 35a2d45738ca [2021-03-06T00:55:45.850Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-06T00:55:46.903Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 5a19fec96c9f [2021-03-06T00:55:46.903Z] ---> c1aef25472d3 [2021-03-06T00:55:46.903Z] [2021-03-06T00:55:46.903Z] Step 10/23 : FROM alpine:3.12 [2021-03-06T00:55:46.903Z] ---> 88dd2752d2ea [2021-03-06T00:55:46.903Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-06T00:55:47.172Z] ---> Running in 4a4411353301 [2021-03-06T00:55:48.018Z] Removing intermediate container 4a4411353301 [2021-03-06T00:55:48.018Z] ---> 73bcf61b0649 [2021-03-06T00:55:48.018Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-06T00:55:48.018Z] ---> Running in a3d3eae2fa8a [2021-03-06T00:55:48.631Z] Removing intermediate container a3d3eae2fa8a [2021-03-06T00:55:48.631Z] ---> 12c659361d83 [2021-03-06T00:55:48.631Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-06T00:55:48.631Z] ---> Running in c49eeb5dde4c [2021-03-06T00:55:49.226Z] Removing intermediate container c49eeb5dde4c [2021-03-06T00:55:49.226Z] ---> 29db7daf1b25 [2021-03-06T00:55:49.226Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-06T00:55:49.503Z] ---> Running in 8666aeade7a6 [2021-03-06T00:55:51.484Z] Removing intermediate container 8666aeade7a6 [2021-03-06T00:55:51.484Z] ---> 51390e7f95bc [2021-03-06T00:55:51.484Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-06T00:55:51.784Z] ---> Running in 2e3f3f8f9a2b [2021-03-06T00:55:52.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-06T00:55:53.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-06T00:55:54.545Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-06T00:55:54.545Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-06T00:55:54.816Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-06T00:55:54.816Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-06T00:55:55.095Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-06T00:55:55.373Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-06T00:55:55.640Z] Executing busybox-1.31.1-r19.trigger [2021-03-06T00:55:55.640Z] OK: 8 MiB in 20 packages [2021-03-06T00:55:57.143Z] Removing intermediate container 2e3f3f8f9a2b [2021-03-06T00:55:57.143Z] ---> 56a7c536122e [2021-03-06T00:55:57.143Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-06T00:55:58.155Z] ---> ee86badc2d5b [2021-03-06T00:55:58.155Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-06T00:55:59.157Z] ---> e521bf95a4d1 [2021-03-06T00:55:59.157Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-06T00:56:00.596Z] ---> eabd11745158 [2021-03-06T00:56:00.596Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-06T00:56:00.596Z] ---> Running in c78783d27a43 [2021-03-06T00:56:00.861Z] Removing intermediate container c78783d27a43 [2021-03-06T00:56:00.861Z] ---> d45dea0537da [2021-03-06T00:56:00.861Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-06T00:56:01.129Z] ---> Running in 30d9e9223475 [2021-03-06T00:56:01.443Z] Removing intermediate container 30d9e9223475 [2021-03-06T00:56:01.443Z] ---> ebff7744e536 [2021-03-06T00:56:01.443Z] Step 21/23 : LABEL arch=x86_64 [2021-03-06T00:56:01.443Z] ---> Running in aa027e63de72 [2021-03-06T00:56:02.522Z] Removing intermediate container aa027e63de72 [2021-03-06T00:56:02.522Z] ---> 15a6b6c9a065 [2021-03-06T00:56:02.522Z] Step 22/23 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e [2021-03-06T00:56:02.522Z] ---> Running in 0ab7e7e3a62c [2021-03-06T00:56:02.794Z] Removing intermediate container 0ab7e7e3a62c [2021-03-06T00:56:02.794Z] ---> 5b33a57254eb [2021-03-06T00:56:02.794Z] Step 23/23 : LABEL version=0.0.0 [2021-03-06T00:56:03.157Z] ---> Running in caccf27e4923 [2021-03-06T00:56:03.803Z] Removing intermediate container caccf27e4923 [2021-03-06T00:56:03.803Z] ---> b949fc1a2d89 [2021-03-06T00:56:03.803Z] [2021-03-06T00:56:04.112Z] Successfully built b949fc1a2d89 [2021-03-06T00:56:04.112Z] Successfully tagged docker-core-data-go:latest [2021-03-06T00:56:05.570Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-06T00:56:05.642Z] $ docker stop --time=1 015cdf65a865e45828070f8be77e865bbc01f0964fb9c486b39e2d7a875eb121 [2021-03-06T00:56:11.531Z] $ docker rm -f 015cdf65a865e45828070f8be77e865bbc01f0964fb9c486b39e2d7a875eb121 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-06T00:56:13.585Z] + docker images [2021-03-06T00:56:13.585Z] + grep docker [2021-03-06T00:56:14.711Z] docker-core-data-go latest b949fc1a2d89 11 seconds ago 22.4MB [2021-03-06T00:56:14.711Z] docker-sys-mgmt-agent-go latest 35a2d45738ca 30 seconds ago 313MB [2021-03-06T00:56:14.711Z] docker-security-secretstore-setup-go latest 01d5336df9d9 44 seconds ago 24.9MB [2021-03-06T00:56:14.711Z] docker-support-scheduler-go latest e4e5ab25a135 About a minute ago 17.2MB [2021-03-06T00:56:14.711Z] docker-core-metadata-go latest e036842fc255 About a minute ago 19MB [2021-03-06T00:56:14.711Z] docker-security-bootstrapper-go latest 9ccf4c4a341b 5 minutes ago 18.7MB [2021-03-06T00:56:14.711Z] docker-security-proxy-setup-go latest d65d901e6f55 6 minutes ago 24.7MB [2021-03-06T00:56:14.711Z] docker-core-command-go latest 39ecbcfa30fe 6 minutes ago 17.2MB [2021-03-06T00:56:14.711Z] docker-support-notifications-go latest 7e3260e79be3 6 minutes ago 17.8MB [2021-03-06T00:56:14.711Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-06T00:56:31.305Z] Still waiting to schedule task [2021-03-06T00:56:31.305Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-06T00:56:31.617Z] lf-activate-venv(): INFO: Adding /tmp/venv-evrA/bin to PATH [2021-03-06T00:56:31.617Z] INFO: No Stack... [2021-03-06T00:56:31.885Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-06T00:56:32.475Z] INFO: Archiving Costs [Pipeline] sh [2021-03-06T00:56:32.810Z] + cat /w/workspace/edgex-go/8/archives/cost.csv [2021-03-06T00:56:32.811Z] + cut -d, -f6 [Pipeline] lock [2021-03-06T00:56:32.919Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3208-8-stack-cost] [2021-03-06T00:56:32.931Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3208-8-stack-cost] did not exist. Created. [2021-03-06T00:56:32.931Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3208-8-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-06T00:56:33.446Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-06T00:56:33.785Z] Stashed 1 file(s) [Pipeline] } [2021-03-06T00:56:33.800Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3208-8-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-06T00:57:20.389Z] Running on prd-ubuntu18.04-docker-8c-8g-28814 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws [2021-03-06T00:57:20.440Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-03-06T00:57:22.892Z] using credential edgex-jenkins-ssh [2021-03-06T00:57:22.946Z] Cloning the remote Git repository [2021-03-06T00:57:22.967Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-06T00:57:23.034Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-03-06T00:57:23.058Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-06T00:57:23.058Z] > git --version # timeout=10 [2021-03-06T00:57:23.062Z] > git --version # 'git version 2.17.1' [2021-03-06T00:57:23.063Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-06T00:57:23.086Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-06T00:57:29.653Z] Merging remotes/origin/master commit 2c126a996be31befa6625c4f217e526aa48b3805 into PR head commit d9d1cdb2a048b2aa1100d198dafcee133d44e819 [2021-03-06T00:57:29.863Z] Merge succeeded, producing 1a69a25806dd3c5cb91590d60797c3c583b63cd6 [2021-03-06T00:57:29.863Z] Checking out Revision 1a69a25806dd3c5cb91590d60797c3c583b63cd6 (PR-3208) [2021-03-06T00:57:29.190Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-06T00:57:29.195Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-06T00:57:29.206Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-06T00:57:29.232Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-06T00:57:29.232Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-06T00:57:29.236Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-06T00:57:29.664Z] > git config core.sparsecheckout # timeout=10 [2021-03-06T00:57:29.667Z] > git checkout -f d9d1cdb2a048b2aa1100d198dafcee133d44e819 # timeout=10 [2021-03-06T00:57:29.765Z] > git remote # timeout=10 [2021-03-06T00:57:29.770Z] > git config --get remote.origin.url # timeout=10 [2021-03-06T00:57:29.773Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-06T00:57:29.776Z] > git merge 2c126a996be31befa6625c4f217e526aa48b3805 # timeout=10 [2021-03-06T00:57:29.862Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-06T00:57:29.868Z] > git config core.sparsecheckout # timeout=10 [2021-03-06T00:57:29.871Z] > git checkout -f 1a69a25806dd3c5cb91590d60797c3c583b63cd6 # timeout=10 [2021-03-06T00:57:33.483Z] Commit message: "Merge commit '2c126a996be31befa6625c4f217e526aa48b3805' into HEAD" [2021-03-06T00:57:33.489Z] > git rev-list --no-walk d9d1cdb2a048b2aa1100d198dafcee133d44e819 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-06T00:57:34.620Z] + echo snap-build.sh [2021-03-06T00:57:34.620Z] snap-build.sh [2021-03-06T00:57:34.620Z] + SNAP_BASE_DIR=. [2021-03-06T00:57:34.620Z] + '[' '!' -z /w/workspace/edgex-go/8 ']' [2021-03-06T00:57:34.620Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/8 [2021-03-06T00:57:34.620Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' [2021-03-06T00:57:34.620Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/8] [2021-03-06T00:57:34.620Z] + cd /w/workspace/edgex-go/8 [2021-03-06T00:57:34.620Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-06T00:57:34.620Z] Reading package lists... [2021-03-06T00:57:34.881Z] Building dependency tree... [2021-03-06T00:57:34.881Z] Reading state information... [2021-03-06T00:57:34.881Z] The following packages were automatically installed and are no longer required: [2021-03-06T00:57:34.881Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-06T00:57:34.881Z] uidmap xdelta3 [2021-03-06T00:57:34.881Z] Use 'sudo apt autoremove' to remove them. [2021-03-06T00:57:34.881Z] The following packages will be REMOVED: [2021-03-06T00:57:34.881Z] lxd* lxd-client* [2021-03-06T00:57:35.454Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-06T00:57:35.454Z] After this operation, 31.7 MB disk space will be freed. [2021-03-06T00:57:36.495Z] (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-06T00:57:36.495Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-06T00:57:37.442Z] Removing lxd dnsmasq configuration [2021-03-06T00:57:37.442Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-06T00:57:37.703Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-06T00:57:38.274Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-06T00:57:38.534Z] (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-06T00:57:38.534Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-06T00:57:39.919Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-06T00:57:39.919Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-06T00:57:41.832Z] + sudo snap remove --purge lxd [2021-03-06T00:57:41.832Z] snap "lxd" is not installed [2021-03-06T00:57:41.832Z] + sudo groupadd --force --system lxd [2021-03-06T00:57:41.832Z] ++ whoami [2021-03-06T00:57:41.832Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-06T00:57:41.832Z] + newgrp - lxd [2021-03-06T00:57:41.832Z] + sudo snap install lxd [2021-03-06T00:57:51.849Z] 2021-03-06T00:57:50Z INFO Waiting for automatic snapd restart... [2021-03-06T00:58:13.850Z] lxd 4.11 from Canonical* installed [2021-03-06T00:58:13.850Z] + sudo lxd init --auto [2021-03-06T00:58:20.444Z] + sudo snap install --classic snapcraft [2021-03-06T00:58:25.743Z] snapcraft 4.5.4 from Canonical* installed [2021-03-06T00:58:25.743Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-06T00:58:25.743Z] + patch --verbose -p1 [2021-03-06T00:58:25.743Z] Hmm... Looks like a unified diff to me... [2021-03-06T00:58:25.743Z] The text leading up to this was: [2021-03-06T00:58:25.743Z] -------------------------- [2021-03-06T00:58:25.743Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-06T00:58:25.743Z] |From: Tony Espy [2021-03-06T00:58:25.743Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-06T00:58:25.743Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-06T00:58:25.743Z] | [2021-03-06T00:58:25.743Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-06T00:58:25.743Z] |optimize the snap CI check run for pull requests. When [2021-03-06T00:58:25.743Z] |applied, it essentially strips out everything (apps and [2021-03-06T00:58:25.743Z] |parts) from the snapcraft.yaml file except those required [2021-03-06T00:58:25.743Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-06T00:58:25.743Z] |catch changes to edgex-go that break the snap build. [2021-03-06T00:58:25.743Z] | [2021-03-06T00:58:25.743Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-06T00:58:25.743Z] |to update this patch file, otherwise it may fail to apply, [2021-03-06T00:58:25.743Z] |resulting in a failed snap build CI check in the associated [2021-03-06T00:58:25.743Z] |pull request. [2021-03-06T00:58:25.743Z] | [2021-03-06T00:58:25.743Z] |Note - in addition to applying this patch, the pipeline also [2021-03-06T00:58:25.743Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-06T00:58:25.743Z] |need to build the finally binary .snap file (and it won't [2021-03-06T00:58:25.743Z] |work with the patch applied). This further reduces the build [2021-03-06T00:58:25.743Z] |time. [2021-03-06T00:58:25.743Z] |--- [2021-03-06T00:58:25.743Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-06T00:58:25.743Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-06T00:58:25.743Z] | [2021-03-06T00:58:25.743Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-06T00:58:25.743Z] |index 1e537489..faf42425 100644 [2021-03-06T00:58:25.743Z] |--- a/snap/snapcraft.yaml [2021-03-06T00:58:25.743Z] |+++ b/snap/snapcraft.yaml [2021-03-06T00:58:25.743Z] -------------------------- [2021-03-06T00:58:25.743Z] patching file snap/snapcraft.yaml [2021-03-06T00:58:25.743Z] Using Plan A... [2021-03-06T00:58:25.743Z] Hunk #1 succeeded at 73. [2021-03-06T00:58:25.743Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-06T00:58:25.743Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-06T00:58:25.743Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-06T00:58:25.743Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-06T00:58:25.743Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-06T00:58:25.743Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-06T00:58:25.743Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-06T00:58:25.743Z] Hmm... Ignoring the trailing garbage. [2021-03-06T00:58:25.743Z] done [2021-03-06T00:58:25.743Z] + sudo snapcraft prime --use-lxd [2021-03-06T00:58:27.128Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-06T00:58:27.128Z] 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-06T00:58:27.128Z] - README.md [2021-03-06T00:58:27.128Z] - snapcraft.yaml.orig [2021-03-06T00:58:27.128Z] [2021-03-06T00:58:27.128Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-06T00:58:27.699Z] Launching a container. [2021-03-06T00:58:39.945Z] Waiting for container to be ready [2021-03-06T00:58:39.945Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-06T00:58:39.945Z] [2021-03-06T00:58:42.496Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-06T00:58:42.496Z] Waiting for network to be ready... [2021-03-06T00:58:43.082Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-06T00:58:43.082Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-06T00:58:43.082Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-06T00:58:43.082Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-06T00:58:43.082Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-06T00:58:43.082Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-06T00:58:43.082Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-06T00:58:43.082Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-06T00:58:43.082Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-06T00:58:43.342Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-06T00:58:43.606Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-06T00:58:43.606Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-06T00:58:43.868Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-06T00:58:43.868Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-06T00:58:43.868Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-06T00:58:43.868Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-06T00:58:43.868Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-06T00:58:43.868Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-06T00:58:44.439Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-06T00:58:44.700Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-06T00:58:44.700Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-06T00:58:44.960Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-06T00:58:44.960Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-06T00:58:44.960Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-06T00:58:44.960Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-06T00:58:44.960Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-06T00:58:44.961Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-06T00:58:48.280Z] Fetched 24.0 MB in 5s (5007 kB/s) [2021-03-06T00:58:48.851Z] Reading package lists... [2021-03-06T00:58:48.851Z] Reading package lists... [2021-03-06T00:58:49.111Z] Building dependency tree... [2021-03-06T00:58:49.111Z] Reading state information... [2021-03-06T00:58:49.111Z] The following additional packages will be installed: [2021-03-06T00:58:49.111Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-06T00:58:49.111Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-06T00:58:49.111Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-06T00:58:49.111Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-06T00:58:49.111Z] Suggested packages: [2021-03-06T00:58:49.111Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-06T00:58:49.111Z] Recommended packages: [2021-03-06T00:58:49.111Z] gnupg libsasl2-modules [2021-03-06T00:58:49.111Z] The following NEW packages will be installed: [2021-03-06T00:58:49.111Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-06T00:58:49.111Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-06T00:58:49.111Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-06T00:58:49.111Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-06T00:58:49.111Z] The following packages will be upgraded: [2021-03-06T00:58:49.111Z] gpg gpg-agent gpgconf libudev1 [2021-03-06T00:58:49.371Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-06T00:58:49.371Z] Need to get 3530 kB of archives. [2021-03-06T00:58:49.371Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-06T00:58:49.371Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-06T00:58:49.631Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-06T00:58:49.631Z] 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-06T00:58:49.631Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-06T00:58:49.631Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-06T00:58:49.891Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-06T00:58:50.152Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-06T00:58:50.152Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-06T00:58:50.152Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-06T00:58:50.152Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-06T00:58:50.152Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-06T00:58:50.152Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-06T00:58:50.413Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-06T00:58:50.413Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-06T00:58:50.413Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-06T00:58:50.413Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-06T00:58:50.413Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-06T00:58:50.413Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-06T00:58:50.413Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-06T00:58:50.413Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-06T00:58:50.413Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-06T00:58:50.413Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-06T00:58:50.674Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-06T00:58:50.674Z] Fetched 3530 kB in 1s (2923 kB/s) [2021-03-06T00:58:50.935Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-06T00:58:50.935Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-06T00:58:50.935Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-06T00:58:50.935Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-06T00:58:51.196Z] Selecting previously unselected package udev. [2021-03-06T00:58:51.196Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-06T00:58:51.196Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-06T00:58:51.196Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-06T00:58:51.196Z] Selecting previously unselected package libfuse2:amd64. [2021-03-06T00:58:51.196Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-06T00:58:51.196Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-06T00:58:51.456Z] Selecting previously unselected package fuse. [2021-03-06T00:58:51.456Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-06T00:58:51.456Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-06T00:58:51.456Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-06T00:58:51.456Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-06T00:58:51.716Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-06T00:58:51.716Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-06T00:58:51.716Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-06T00:58:51.716Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-06T00:58:51.977Z] Selecting previously unselected package libksba8:amd64. [2021-03-06T00:58:51.977Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-06T00:58:51.977Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-06T00:58:51.977Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-06T00:58:51.977Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-06T00:58:51.977Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-06T00:58:51.977Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-06T00:58:51.977Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-06T00:58:51.977Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-06T00:58:52.237Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-06T00:58:52.237Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-06T00:58:52.237Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-06T00:58:52.237Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-06T00:58:52.237Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-06T00:58:52.237Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-06T00:58:52.498Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-06T00:58:52.498Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-06T00:58:52.498Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-06T00:58:52.498Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-06T00:58:52.498Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-06T00:58:52.498Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-06T00:58:52.498Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-06T00:58:52.498Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-06T00:58:52.498Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-06T00:58:52.758Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-06T00:58:52.758Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-06T00:58:52.758Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-06T00:58:52.758Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-06T00:58:52.758Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-06T00:58:52.758Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-06T00:58:53.019Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-06T00:58:53.019Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-06T00:58:53.019Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-06T00:58:53.019Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-06T00:58:53.019Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-06T00:58:53.019Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-06T00:58:53.019Z] Selecting previously unselected package libldap-common. [2021-03-06T00:58:53.019Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-06T00:58:53.019Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-06T00:58:53.279Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-06T00:58:53.279Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-06T00:58:53.279Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-06T00:58:53.279Z] Selecting previously unselected package dirmngr. [2021-03-06T00:58:53.279Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-06T00:58:53.279Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-06T00:58:53.540Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-06T00:58:53.540Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-06T00:58:53.540Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-06T00:58:53.540Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-06T00:58:53.540Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-06T00:58:53.540Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-06T00:58:53.800Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-06T00:58:53.800Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-06T00:58:53.800Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-06T00:58:53.800Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-06T00:58:54.061Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-06T00:58:54.321Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-06T00:58:54.321Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-06T00:58:54.321Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-06T00:58:54.321Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-06T00:58:54.321Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-06T00:58:54.321Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-06T00:58:54.321Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-06T00:58:54.321Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-06T00:58:54.581Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-06T00:58:54.582Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-06T00:58:54.582Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-06T00:58:54.582Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-06T00:58:54.582Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-06T00:58:54.582Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-06T00:58:55.156Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-06T00:58:55.156Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-06T00:58:55.156Z] This means they are not meant to be enabled using systemctl. [2021-03-06T00:58:55.156Z] Possible reasons for having this kind of units are: [2021-03-06T00:58:55.156Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-06T00:58:55.156Z] .wants/ or .requires/ directory. [2021-03-06T00:58:55.156Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-06T00:58:55.156Z] a requirement dependency on it. [2021-03-06T00:58:55.156Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-06T00:58:55.156Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-06T00:58:55.156Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-06T00:58:55.156Z] instance name specified. [2021-03-06T00:58:55.435Z] Reading package lists... [2021-03-06T00:58:55.435Z] Building dependency tree... [2021-03-06T00:58:55.435Z] Reading state information... [2021-03-06T00:58:55.702Z] The following additional packages will be installed: [2021-03-06T00:58:55.702Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-06T00:58:55.702Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-06T00:58:55.702Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-06T00:58:55.702Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-06T00:58:55.702Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-06T00:58:55.702Z] Suggested packages: [2021-03-06T00:58:55.702Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-06T00:58:55.702Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-06T00:58:55.702Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-06T00:58:55.702Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-06T00:58:55.702Z] systemd-container policykit-1 [2021-03-06T00:58:55.702Z] Recommended packages: [2021-03-06T00:58:55.702Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-06T00:58:55.702Z] The following NEW packages will be installed: [2021-03-06T00:58:55.702Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-06T00:58:55.702Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-06T00:58:55.702Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-06T00:58:55.702Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-06T00:58:55.702Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-06T00:58:55.702Z] The following packages will be upgraded: [2021-03-06T00:58:55.702Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-06T00:58:55.702Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-06T00:58:55.702Z] Need to get 35.2 MB of archives. [2021-03-06T00:58:55.702Z] After this operation, 141 MB of additional disk space will be used. [2021-03-06T00:58:55.702Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-06T00:58:55.702Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-06T00:58:55.702Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-06T00:58:55.970Z] 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-06T00:58:55.970Z] 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-06T00:58:55.970Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-06T00:58:55.970Z] 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-06T00:58:55.970Z] 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-06T00:58:55.970Z] 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-06T00:58:55.970Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-06T00:58:55.970Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-06T00:58:55.970Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-06T00:58:55.970Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-06T00:58:55.970Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-06T00:58:55.970Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-06T00:58:55.970Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-06T00:58:55.970Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-06T00:58:55.970Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-06T00:58:55.970Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-06T00:58:56.544Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-06T00:58:56.544Z] 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-06T00:58:56.544Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-06T00:58:56.544Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-06T00:58:56.544Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-06T00:58:56.544Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-06T00:58:56.544Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-06T00:58:56.544Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-06T00:58:56.544Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-06T00:58:56.544Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-06T00:58:56.804Z] 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-06T00:58:56.804Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-06T00:58:56.804Z] Fetched 35.2 MB in 1s (31.3 MB/s) [2021-03-06T00:58:57.065Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-06T00:58:57.065Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-06T00:58:57.065Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-06T00:58:57.635Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-06T00:58:57.895Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-06T00:58:57.896Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-06T00:58:57.896Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-06T00:58:57.896Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-06T00:58:58.156Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-06T00:58:58.156Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-06T00:58:58.418Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-06T00:58:58.418Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-06T00:58:58.418Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-06T00:58:58.679Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-06T00:58:58.679Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-06T00:58:59.251Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-06T00:58:59.252Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-06T00:58:59.252Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-06T00:58:59.252Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-06T00:58:59.512Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-06T00:58:59.512Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-06T00:58:59.512Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-06T00:58:59.772Z] Selecting previously unselected package libexpat1:amd64. [2021-03-06T00:58:59.772Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-06T00:58:59.772Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-06T00:58:59.772Z] Selecting previously unselected package python3.6-minimal. [2021-03-06T00:58:59.772Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-06T00:58:59.772Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-06T00:59:00.041Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-06T00:59:00.303Z] Checking for services that may need to be restarted...done. [2021-03-06T00:59:00.303Z] Checking for services that may need to be restarted...done. [2021-03-06T00:59:00.303Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-06T00:59:00.303Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-06T00:59:00.303Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-06T00:59:01.247Z] Selecting previously unselected package python3-minimal. [2021-03-06T00:59:01.247Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-06T00:59:01.247Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-06T00:59:01.247Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-06T00:59:01.247Z] Selecting previously unselected package mime-support. [2021-03-06T00:59:01.247Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-06T00:59:01.247Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-06T00:59:01.247Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-06T00:59:01.247Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-06T00:59:01.247Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-06T00:59:01.247Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-06T00:59:01.247Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-06T00:59:01.247Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-06T00:59:01.508Z] Selecting previously unselected package python3.6. [2021-03-06T00:59:01.508Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-06T00:59:01.508Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-06T00:59:01.772Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-06T00:59:01.772Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-06T00:59:01.772Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-06T00:59:01.772Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-06T00:59:02.032Z] Selecting previously unselected package python3. [2021-03-06T00:59:02.032Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-06T00:59:02.032Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-06T00:59:02.032Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-06T00:59:02.032Z] Selecting previously unselected package multiarch-support. [2021-03-06T00:59:02.032Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-06T00:59:02.032Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-06T00:59:02.293Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-06T00:59:02.293Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-06T00:59:02.293Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-06T00:59:02.293Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-06T00:59:02.293Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-06T00:59:02.553Z] Selecting previously unselected package libbsd0:amd64. [2021-03-06T00:59:02.553Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-06T00:59:02.553Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-06T00:59:02.553Z] Selecting previously unselected package sudo. [2021-03-06T00:59:02.553Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-06T00:59:02.553Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-06T00:59:02.813Z] Selecting previously unselected package apparmor. [2021-03-06T00:59:02.813Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-06T00:59:02.813Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-06T00:59:02.813Z] Selecting previously unselected package libedit2:amd64. [2021-03-06T00:59:02.813Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-06T00:59:02.813Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-06T00:59:03.076Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-06T00:59:03.076Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-06T00:59:03.076Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-06T00:59:03.076Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-06T00:59:03.076Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-06T00:59:03.076Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-06T00:59:03.076Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-06T00:59:03.076Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-06T00:59:03.076Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-06T00:59:03.336Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-06T00:59:03.336Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-06T00:59:03.336Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-06T00:59:03.336Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-06T00:59:03.336Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-06T00:59:03.336Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-06T00:59:03.651Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-06T00:59:03.651Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-06T00:59:03.651Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-06T00:59:03.651Z] Selecting previously unselected package openssh-client. [2021-03-06T00:59:03.651Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-06T00:59:03.651Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-06T00:59:03.912Z] Selecting previously unselected package squashfs-tools. [2021-03-06T00:59:03.912Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-06T00:59:03.912Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-06T00:59:03.912Z] Selecting previously unselected package snapd. [2021-03-06T00:59:03.912Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-06T00:59:03.912Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-06T00:59:06.465Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-06T00:59:06.465Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-06T00:59:06.726Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-06T00:59:06.726Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-06T00:59:06.987Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-06T00:59:06.987Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-06T00:59:06.987Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-06T00:59:06.987Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-06T00:59:06.987Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-06T00:59:07.985Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-06T00:59:07.985Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-06T00:59:07.985Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-06T00:59:07.985Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-06T00:59:07.985Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-06T00:59:07.985Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-06T00:59:08.925Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-06T00:59:08.925Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-06T00:59:08.925Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-06T00:59:08.925Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-06T00:59:08.925Z] running python rtupdate hooks for python3.6... [2021-03-06T00:59:08.925Z] running python post-rtupdate hooks for python3.6... [2021-03-06T00:59:08.925Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-06T00:59:10.840Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-06T00:59:10.840Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-06T00:59:10.840Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-06T00:59:10.840Z] Setting up snapd (2.48.3+18.04) ... [2021-03-06T00:59:11.409Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-06T00:59:11.409Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-06T00:59:11.670Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-06T00:59:11.931Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-06T00:59:12.190Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-06T00:59:12.190Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-06T00:59:12.450Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-06T00:59:12.450Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-06T00:59:12.710Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-06T00:59:13.126Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-06T00:59:13.126Z] /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-06T00:59:13.386Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-06T00:59:13.386Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-06T00:59:14.327Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-06T00:59:14.327Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-06T00:59:14.327Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-06T00:59:15.710Z] Reading package lists... [2021-03-06T00:59:15.710Z] Reading package lists... [2021-03-06T00:59:15.972Z] Building dependency tree... [2021-03-06T00:59:15.972Z] Reading state information... [2021-03-06T00:59:15.972Z] Calculating upgrade... [2021-03-06T00:59:16.232Z] The following packages will be upgraded: [2021-03-06T00:59:16.232Z] advancecomp base-files bash binutils binutils-common [2021-03-06T00:59:16.232Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-06T00:59:16.232Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-06T00:59:16.232Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-06T00:59:16.232Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-06T00:59:16.232Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-06T00:59:16.232Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-06T00:59:16.232Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-06T00:59:16.232Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-06T00:59:16.232Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-06T00:59:16.232Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-06T00:59:16.232Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-06T00:59:16.232Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-06T00:59:16.232Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-06T00:59:16.232Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-06T00:59:16.232Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-06T00:59:16.232Z] Need to get 63.8 MB of archives. [2021-03-06T00:59:16.232Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-06T00:59:16.232Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-06T00:59:16.232Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-06T00:59:16.232Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-06T00:59:16.492Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-06T00:59:16.492Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-06T00:59:16.492Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-06T00:59:16.492Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-06T00:59:16.492Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-06T00:59:16.492Z] 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-06T00:59:16.492Z] 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-06T00:59:16.492Z] 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-06T00:59:16.492Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-06T00:59:16.492Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-06T00:59:16.492Z] 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-06T00:59:16.492Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-06T00:59:16.492Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-06T00:59:16.492Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-06T00:59:16.493Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-06T00:59:16.493Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-06T00:59:16.493Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-06T00:59:16.493Z] 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-06T00:59:16.493Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-06T00:59:16.493Z] 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-06T00:59:16.493Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-06T00:59:16.493Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-06T00:59:16.493Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-06T00:59:16.493Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-06T00:59:16.493Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-06T00:59:16.493Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-06T00:59:16.493Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-06T00:59:16.493Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-06T00:59:16.754Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-06T00:59:16.754Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-06T00:59:16.754Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-06T00:59:16.754Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-06T00:59:16.754Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-03-06T00:59:16.754Z] 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-06T00:59:16.754Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-06T00:59:16.754Z] 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-06T00:59:16.754Z] 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-06T00:59:16.754Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-06T00:59:16.755Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-06T00:59:16.755Z] 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-06T00:59:16.755Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-06T00:59:16.755Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-06T00:59:16.755Z] 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-06T00:59:16.755Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-06T00:59:16.755Z] 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-06T00:59:16.755Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-06T00:59:16.755Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-06T00:59:16.755Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-06T00:59:16.755Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-06T00:59:16.755Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-06T00:59:16.755Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-06T00:59:16.755Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-06T00:59:17.015Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-06T00:59:17.278Z] 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-06T00:59:17.278Z] 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-06T00:59:17.278Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-06T00:59:17.538Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-06T00:59:17.538Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-06T00:59:17.538Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-06T00:59:17.538Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-06T00:59:17.538Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-06T00:59:17.538Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-06T00:59:17.538Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-06T00:59:17.538Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-06T00:59:17.538Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-06T00:59:17.538Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-06T00:59:17.538Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-06T00:59:17.538Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-06T00:59:17.538Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-06T00:59:17.538Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-06T00:59:17.538Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-06T00:59:17.538Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-06T00:59:17.799Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-06T00:59:17.799Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-06T00:59:17.799Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-06T00:59:17.799Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-06T00:59:17.799Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-06T00:59:17.799Z] 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-06T00:59:17.799Z] 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-06T00:59:17.799Z] 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-06T00:59:17.799Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-06T00:59:17.799Z] 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-06T00:59:17.799Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-06T00:59:18.058Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-06T00:59:18.058Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-06T00:59:18.058Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-06T00:59:18.058Z] 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-06T00:59:18.058Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-06T00:59:18.058Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-06T00:59:18.059Z] 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-06T00:59:18.059Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-06T00:59:18.059Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-06T00:59:18.059Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-06T00:59:18.059Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-06T00:59:18.059Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-06T00:59:18.059Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-06T00:59:18.319Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-06T00:59:18.319Z] Fetched 63.8 MB in 2s (32.0 MB/s) [2021-03-06T00:59:18.319Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-06T00:59:18.319Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-06T00:59:18.319Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-06T00:59:19.258Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-06T00:59:19.259Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-06T00:59:19.259Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-06T00:59:19.259Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-06T00:59:20.266Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-06T00:59:20.266Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-06T00:59:20.266Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-06T00:59:20.266Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-06T00:59:20.266Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-06T00:59:20.266Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-06T00:59:20.527Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-06T00:59:20.527Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-06T00:59:20.527Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-06T00:59:20.527Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-06T00:59:20.787Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-06T00:59:20.787Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-06T00:59:20.787Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-06T00:59:20.787Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-06T00:59:20.787Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-06T00:59:21.047Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-06T00:59:21.047Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-06T00:59:21.047Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-06T00:59:21.047Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-06T00:59:21.047Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-06T00:59:21.047Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-06T00:59:21.311Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-06T00:59:21.311Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-06T00:59:21.311Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-06T00:59:21.311Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-06T00:59:21.311Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-06T00:59:21.572Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-06T00:59:21.572Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-06T00:59:21.572Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-06T00:59:21.833Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-06T00:59:22.402Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-06T00:59:22.662Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-06T00:59:22.662Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-06T00:59:22.662Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-06T00:59:22.662Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-06T00:59:22.662Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-06T00:59:22.922Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-06T00:59:22.922Z] Installing new version of config file /etc/issue ... [2021-03-06T00:59:22.922Z] Installing new version of config file /etc/issue.net ... [2021-03-06T00:59:22.922Z] Installing new version of config file /etc/lsb-release ... [2021-03-06T00:59:22.922Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-06T00:59:23.183Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-06T00:59:23.183Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-06T00:59:23.183Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-06T00:59:23.443Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-06T00:59:23.443Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-06T00:59:23.443Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-06T00:59:23.703Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-06T00:59:23.703Z] 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-06T00:59:23.703Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-06T00:59:23.703Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-06T00:59:23.964Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-06T00:59:23.964Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-06T00:59:23.964Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-06T00:59:23.964Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-06T00:59:23.964Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-06T00:59:24.225Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-06T00:59:24.225Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-06T00:59:24.225Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-06T00:59:24.225Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-06T00:59:24.485Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-06T00:59:24.746Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-06T00:59:24.746Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-06T00:59:24.746Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-06T00:59:24.746Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-06T00:59:25.015Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-06T00:59:25.015Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-06T00:59:25.015Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-06T00:59:25.015Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-06T00:59:25.285Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-06T00:59:25.286Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-06T00:59:25.286Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-06T00:59:25.286Z] Setting up grep (3.1-2build1) ... [2021-03-06T00:59:25.286Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-06T00:59:25.286Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-06T00:59:25.555Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-06T00:59:25.555Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-06T00:59:25.820Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-06T00:59:25.820Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-06T00:59:25.820Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-06T00:59:25.820Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-06T00:59:25.820Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-06T00:59:25.820Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-06T00:59:26.088Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-06T00:59:26.666Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-06T00:59:26.666Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-06T00:59:26.666Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-06T00:59:26.666Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-06T00:59:27.248Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-06T00:59:27.248Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-06T00:59:27.248Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-06T00:59:27.508Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-06T00:59:28.450Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-06T00:59:28.450Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-06T00:59:28.710Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-06T00:59:28.710Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-06T00:59:28.710Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-06T00:59:28.710Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-06T00:59:28.710Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-06T00:59:28.978Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-06T00:59:28.978Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-06T00:59:28.978Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-06T00:59:28.978Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-06T00:59:29.238Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-06T00:59:29.238Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-06T00:59:29.238Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-06T00:59:29.238Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-06T00:59:29.238Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-06T00:59:29.514Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-06T00:59:29.514Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-06T00:59:29.514Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-06T00:59:29.514Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-06T00:59:29.774Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-06T00:59:29.774Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-06T00:59:29.774Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-06T00:59:29.774Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-06T00:59:30.034Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-06T00:59:30.034Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-06T00:59:30.034Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-06T00:59:30.034Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-06T00:59:30.295Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-06T00:59:30.295Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-06T00:59:30.295Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-06T00:59:30.295Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-06T00:59:30.295Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-06T00:59:30.560Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-06T00:59:30.560Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-06T00:59:30.560Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-06T00:59:30.560Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-06T00:59:30.560Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-06T00:59:30.820Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-06T00:59:30.820Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-06T00:59:30.820Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-06T00:59:30.820Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-06T00:59:31.116Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-06T00:59:31.116Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-06T00:59:31.116Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-06T00:59:31.116Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-06T00:59:31.686Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-06T00:59:31.947Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-06T00:59:32.208Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-06T00:59:32.208Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-06T00:59:32.208Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-06T00:59:32.208Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-06T00:59:32.468Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-06T00:59:32.729Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-06T00:59:32.729Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-06T00:59:32.729Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-06T00:59:32.729Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-06T00:59:32.990Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-06T00:59:32.990Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-06T00:59:32.990Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-06T00:59:33.250Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-06T00:59:33.510Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-06T00:59:33.510Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-06T00:59:33.510Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-06T00:59:33.510Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-06T00:59:33.771Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-06T00:59:33.771Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-06T00:59:33.771Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-06T00:59:33.771Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-06T00:59:34.032Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-06T00:59:34.032Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-06T00:59:34.032Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-06T00:59:34.032Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-06T00:59:34.292Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-06T00:59:34.292Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-06T00:59:34.292Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-06T00:59:34.292Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-06T00:59:34.553Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-06T00:59:34.553Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-06T00:59:34.553Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-06T00:59:34.813Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-06T00:59:35.076Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-06T00:59:35.076Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-06T00:59:35.076Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-06T00:59:35.076Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-06T00:59:35.076Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-06T00:59:35.336Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-06T00:59:35.336Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-06T00:59:35.336Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-06T00:59:35.336Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-06T00:59:35.336Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-06T00:59:35.336Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-06T00:59:35.595Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-06T00:59:35.595Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-06T00:59:35.595Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-06T00:59:35.856Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-06T00:59:35.856Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-06T00:59:36.115Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-06T00:59:36.115Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-06T00:59:36.115Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-06T00:59:36.375Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-06T00:59:36.375Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-06T00:59:36.375Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-03-06T00:59:36.375Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-06T00:59:36.635Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-03-06T00:59:36.635Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-06T00:59:36.635Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-06T00:59:36.635Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-06T00:59:36.903Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-06T00:59:37.168Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-06T00:59:37.168Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-06T00:59:37.168Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-06T00:59:37.435Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-06T00:59:37.435Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-06T00:59:37.435Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-06T00:59:37.435Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-06T00:59:37.706Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-06T00:59:37.706Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-06T00:59:37.706Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-06T00:59:37.706Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-06T00:59:37.971Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-06T00:59:37.971Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-06T00:59:37.971Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-06T00:59:37.971Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-06T00:59:37.971Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-06T00:59:38.241Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-06T00:59:38.241Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-06T00:59:38.241Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-06T00:59:38.501Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-06T00:59:38.501Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-06T00:59:38.501Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-06T00:59:38.501Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-06T00:59:38.501Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-06T00:59:38.764Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-06T00:59:38.764Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-06T00:59:38.764Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-06T00:59:38.764Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-06T00:59:39.035Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-06T00:59:39.035Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-06T00:59:39.035Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-06T00:59:39.035Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-06T00:59:39.035Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-06T00:59:39.301Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-06T00:59:39.301Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-06T00:59:39.569Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-06T00:59:39.569Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-06T00:59:39.836Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-06T00:59:39.836Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-06T00:59:39.836Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-06T00:59:39.836Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-06T00:59:40.103Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-06T00:59:40.103Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-06T00:59:40.103Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-06T00:59:40.103Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-06T00:59:40.370Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-06T00:59:40.370Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-06T00:59:40.370Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-06T00:59:40.370Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-06T00:59:40.634Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-06T00:59:40.634Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-06T00:59:40.905Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-06T00:59:40.905Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-06T00:59:41.888Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-06T00:59:41.888Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-06T00:59:41.888Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-06T00:59:41.888Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-06T00:59:41.888Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-06T00:59:41.888Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-06T00:59:42.455Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-06T00:59:42.455Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-06T00:59:42.455Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-06T00:59:42.456Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-06T00:59:42.823Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-06T00:59:42.823Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-06T00:59:43.392Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-06T00:59:43.392Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-06T00:59:43.652Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-06T00:59:43.652Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-06T00:59:43.653Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-06T00:59:43.913Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-06T00:59:43.913Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-06T00:59:43.913Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-06T00:59:44.854Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-06T00:59:44.854Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-06T00:59:45.794Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-06T00:59:45.794Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-06T00:59:46.732Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-06T00:59:46.732Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-06T00:59:46.992Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-06T00:59:46.992Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-06T00:59:47.935Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-06T00:59:47.935Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-06T00:59:47.935Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-06T00:59:48.195Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-06T00:59:48.195Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-06T00:59:48.195Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-06T00:59:48.765Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-06T00:59:48.765Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-06T00:59:48.765Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-06T00:59:48.765Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-06T00:59:48.765Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-06T00:59:48.765Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-06T00:59:49.025Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-06T00:59:49.025Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-06T00:59:49.025Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-06T00:59:49.025Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-06T00:59:49.025Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-06T00:59:49.285Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-06T00:59:49.286Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-06T00:59:49.286Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-06T00:59:49.286Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-06T00:59:49.286Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-06T00:59:49.286Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-06T00:59:49.286Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-06T00:59:49.545Z] [2021-03-06T00:59:49.545Z] Current default time zone: 'Etc/UTC' [2021-03-06T00:59:49.545Z] Local time is now: Sat Mar 6 00:59:49 UTC 2021. [2021-03-06T00:59:49.545Z] Universal Time is now: Sat Mar 6 00:59:49 UTC 2021. [2021-03-06T00:59:49.545Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-06T00:59:49.545Z] [2021-03-06T00:59:49.545Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-06T00:59:49.545Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-06T00:59:49.545Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-06T00:59:49.545Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-06T00:59:49.545Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-06T00:59:49.545Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-06T00:59:49.805Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-06T00:59:49.805Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-06T00:59:49.805Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-06T00:59:49.805Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-06T00:59:49.805Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-06T00:59:49.805Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-06T00:59:50.065Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-06T00:59:50.065Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-06T00:59:50.065Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-06T00:59:50.325Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-06T00:59:50.325Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-06T00:59:50.325Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-06T00:59:50.325Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-06T00:59:50.325Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-06T00:59:50.325Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-06T00:59:50.325Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-06T00:59:50.325Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-06T00:59:51.713Z] Updating certificates in /etc/ssl/certs... [2021-03-06T00:59:52.653Z] 23 added, 27 removed; done. [2021-03-06T00:59:52.653Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-06T00:59:52.653Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-06T00:59:52.653Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-06T00:59:52.653Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-06T00:59:52.653Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-06T00:59:52.653Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-06T00:59:52.653Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-06T00:59:52.653Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-06T00:59:52.913Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-06T00:59:52.913Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-06T00:59:52.913Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-06T00:59:52.913Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-06T00:59:52.913Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-06T00:59:52.913Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-06T00:59:52.913Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-06T00:59:52.913Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-06T00:59:52.913Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-06T00:59:53.180Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-06T00:59:53.180Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-06T00:59:53.180Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-06T00:59:53.180Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-06T00:59:53.180Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-06T00:59:53.180Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-06T00:59:53.180Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-06T00:59:53.450Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-06T00:59:53.450Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-06T00:59:53.450Z] Updating certificates in /etc/ssl/certs... [2021-03-06T00:59:54.026Z] 0 added, 0 removed; done. [2021-03-06T00:59:54.026Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-06T00:59:54.026Z] done. [2021-03-06T00:59:54.286Z] Reading package lists... [2021-03-06T00:59:54.546Z] Building dependency tree... [2021-03-06T00:59:54.546Z] Reading state information... [2021-03-06T00:59:54.546Z] The following NEW packages will be installed: [2021-03-06T00:59:54.546Z] apt-transport-https [2021-03-06T00:59:54.806Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-06T00:59:54.806Z] Need to get 1696 B of archives. [2021-03-06T00:59:54.806Z] After this operation, 153 kB of additional disk space will be used. [2021-03-06T00:59:54.806Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-06T00:59:55.065Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-06T00:59:55.066Z] Fetched 1696 B in 0s (8470 B/s) [2021-03-06T00:59:55.066Z] Selecting previously unselected package apt-transport-https. [2021-03-06T00:59:55.066Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-06T00:59:55.066Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-06T00:59:55.066Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-06T00:59:55.066Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-06T00:59:55.326Z] Waiting for network to be ready... [2021-03-06T01:00:01.923Z] 2021-03-06T00:59:58Z INFO Waiting for automatic snapd restart... [2021-03-06T01:00:01.923Z] snapd 2.49 from Canonical* installed [2021-03-06T01:00:02.877Z] "snapd" switched to the "latest/stable" channel [2021-03-06T01:00:02.877Z] [2021-03-06T01:00:07.087Z] core18 20210128 from Canonical* installed [2021-03-06T01:00:07.087Z] "core18" switched to the "latest/stable" channel [2021-03-06T01:00:07.087Z] [2021-03-06T01:00:11.287Z] snapcraft 4.5.4 from Canonical* installed [2021-03-06T01:00:11.287Z] "snapcraft" switched to the "latest/stable" channel [2021-03-06T01:00:11.287Z] [2021-03-06T01:00:14.646Z] 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-06T01:00:14.646Z] - README.md [2021-03-06T01:00:14.646Z] - snapcraft.yaml.orig [2021-03-06T01:00:14.646Z] [2021-03-06T01:00:14.646Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-06T01:00:21.221Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-06T01:00:21.221Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-06T01:00:21.221Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-06T01:00:21.221Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-06T01:00:22.424Z] Reading package lists... [2021-03-06T01:00:22.995Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 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-06T01:00:29.575Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-06T01:00:29.575Z] Reading package lists... [2021-03-06T01:00:29.575Z] Building dependency tree... [2021-03-06T01:00:29.575Z] Reading state information... [2021-03-06T01:00:29.575Z] Suggested packages: [2021-03-06T01:00:29.575Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-06T01:00:29.575Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-06T01:00:29.575Z] Recommended packages: [2021-03-06T01:00:29.575Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-06T01:00:29.575Z] The following NEW packages will be installed: [2021-03-06T01:00:29.575Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-06T01:00:29.575Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-06T01:00:29.575Z] pkg-config zip [2021-03-06T01:00:29.575Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-06T01:00:29.575Z] Need to get 7655 kB of archives. [2021-03-06T01:00:29.575Z] After this operation, 43.7 MB of additional disk space will be used. [2021-03-06T01:00:29.575Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-06T01:00:29.575Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-03-06T01:00:29.575Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-06T01:00:29.575Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-06T01:00:29.835Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-06T01:00:29.835Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-06T01:00:29.835Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-06T01:00:29.835Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-06T01:00:29.835Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-06T01:00:29.835Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-06T01:00:30.096Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-06T01:00:30.096Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-03-06T01:00:30.096Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-03-06T01:00:30.356Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-06T01:00:30.356Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-06T01:00:30.356Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-06T01:00:30.618Z] Fetched 7655 kB in 1s (7036 kB/s) [2021-03-06T01:00:30.618Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-06T01:00:30.618Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-06T01:00:30.618Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-03-06T01:00:30.618Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-06T01:00:30.878Z] Selecting previously unselected package libpsl5:amd64. [2021-03-06T01:00:30.878Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-06T01:00:30.878Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-06T01:00:30.878Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-06T01:00:30.878Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-06T01:00:30.878Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-06T01:00:31.141Z] Selecting previously unselected package librtmp1:amd64. [2021-03-06T01:00:31.141Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-06T01:00:31.141Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-06T01:00:31.141Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-06T01:00:31.141Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-06T01:00:31.141Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-06T01:00:31.141Z] Selecting previously unselected package liberror-perl. [2021-03-06T01:00:31.141Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-06T01:00:31.141Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-06T01:00:31.401Z] Selecting previously unselected package git-man. [2021-03-06T01:00:31.401Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-03-06T01:00:31.401Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-06T01:00:31.401Z] Selecting previously unselected package git. [2021-03-06T01:00:31.401Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-03-06T01:00:31.401Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-03-06T01:00:32.341Z] Selecting previously unselected package libnorm1:amd64. [2021-03-06T01:00:32.341Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-06T01:00:32.341Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-06T01:00:32.600Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-06T01:00:32.600Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-06T01:00:32.600Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-06T01:00:32.600Z] Selecting previously unselected package libsodium23:amd64. [2021-03-06T01:00:32.601Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-06T01:00:32.601Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-06T01:00:32.860Z] Selecting previously unselected package libzmq5:amd64. [2021-03-06T01:00:32.860Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-06T01:00:32.860Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-06T01:00:32.861Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-06T01:00:32.861Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-06T01:00:32.861Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-06T01:00:33.121Z] Selecting previously unselected package pkg-config. [2021-03-06T01:00:33.121Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-06T01:00:33.121Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-06T01:00:33.121Z] Selecting previously unselected package zip. [2021-03-06T01:00:33.121Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-06T01:00:33.121Z] Unpacking zip (3.0-11build1) ... [2021-03-06T01:00:33.121Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-06T01:00:33.121Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-06T01:00:33.386Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-06T01:00:33.386Z] Setting up liberror-perl (0.17025-1) ... [2021-03-06T01:00:33.386Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-06T01:00:33.386Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-06T01:00:33.386Z] No schema files found: doing nothing. [2021-03-06T01:00:33.386Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-06T01:00:33.386Z] Setting up zip (3.0-11build1) ... [2021-03-06T01:00:33.386Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-06T01:00:33.386Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-06T01:00:33.386Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-06T01:00:33.647Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-06T01:00:33.647Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-06T01:00:33.647Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-06T01:00:33.647Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-03-06T01:00:33.647Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-06T01:00:40.227Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-06T01:00:40.227Z] git set to automatically installed. [2021-03-06T01:00:40.227Z] git-man set to automatically installed. [2021-03-06T01:00:40.227Z] libcurl3-gnutls set to automatically installed. [2021-03-06T01:00:40.227Z] liberror-perl set to automatically installed. [2021-03-06T01:00:40.227Z] libglib2.0-0 set to automatically installed. [2021-03-06T01:00:40.227Z] libnghttp2-14 set to automatically installed. [2021-03-06T01:00:40.227Z] libnorm1 set to automatically installed. [2021-03-06T01:00:40.227Z] libpgm-5.2-0 set to automatically installed. [2021-03-06T01:00:40.227Z] libpsl5 set to automatically installed. [2021-03-06T01:00:40.227Z] librtmp1 set to automatically installed. [2021-03-06T01:00:40.227Z] libsodium23 set to automatically installed. [2021-03-06T01:00:40.227Z] libzmq3-dev set to automatically installed. [2021-03-06T01:00:40.227Z] libzmq5 set to automatically installed. [2021-03-06T01:00:40.227Z] pkg-config set to automatically installed. [2021-03-06T01:00:40.227Z] zip set to automatically installed. [2021-03-06T01:00:42.137Z] snapd is not logged in, snap install commands will use sudo [2021-03-06T01:00:48.715Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-06T01:00:49.286Z] snap "core18" has no updates available [2021-03-06T01:00:50.224Z] Pulling config-common [2021-03-06T01:00:50.224Z] + snapcraftctl pull [2021-03-06T01:00:51.164Z] Pulling go-build-helper [2021-03-06T01:00:51.164Z] + snapcraftctl pull [2021-03-06T01:01:17.811Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-06T01:01:17.811Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-06T01:01:17.811Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-06T01:01:17.811Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-06T01:01:17.811Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-06T01:01:17.811Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-06T01:01:17.811Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-06T01:01:17.811Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-06T01:01:17.811Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-06T01:01:17.811Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-06T01:01:17.811Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-06T01:01:17.811Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-06T01:01:17.811Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-06T01:01:17.811Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-06T01:01:17.811Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-06T01:01:17.811Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-06T01:01:17.811Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-06T01:01:17.811Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-06T01:01:17.811Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-06T01:01:17.811Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-06T01:01:17.811Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-06T01:01:17.811Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-06T01:01:17.811Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-06T01:01:17.811Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-06T01:01:17.811Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-06T01:01:17.811Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-06T01:01:17.811Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-06T01:01:17.811Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-06T01:01:17.811Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-06T01:01:17.811Z] Fetched 279 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-06T01:01:17.811Z] Fetched 122 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-06T01:01:17.811Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-06T01:01:17.811Z] Fetched 8848 B in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-06T01:01:17.811Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-06T01:01:17.811Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-06T01:01:17.811Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-06T01:01:17.811Z] Fetched 214 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-06T01:01:17.811Z] Fetched 154 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-06T01:01:17.811Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-06T01:01:17.811Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-06T01:01:17.811Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-06T01:01:17.811Z] Fetched 499 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-06T01:01:17.811Z] Fetched 111 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-06T01:01:17.811Z] Fetched 240 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-06T01:01:17.811Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-06T01:01:17.811Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-06T01:01:17.811Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-06T01:01:17.811Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-06T01:01:17.811Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-06T01:01:17.811Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-06T01:01:17.811Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-06T01:01:17.811Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-06T01:01:17.811Z] Fetched 8720 B in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-06T01:01:17.811Z] Fetched 137 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-06T01:01:17.811Z] Fetched 119 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-06T01:01:17.811Z] Fetched 109 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-06T01:01:17.811Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-06T01:01:17.811Z] Fetched 645 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-06T01:01:17.811Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-06T01:01:17.811Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-06T01:01:17.811Z] Fetched 368 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-06T01:01:17.811Z] Fetched 187 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-06T01:01:17.811Z] Fetched 175 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-06T01:01:17.811Z] Fetched 206 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-06T01:01:17.811Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-06T01:01:17.811Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-06T01:01:17.811Z] Fetched 159 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-06T01:01:17.811Z] Fetched 107 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-06T01:01:17.811Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-06T01:01:17.811Z] Pulling static-packages [2021-03-06T01:01:17.811Z] + snapcraftctl pull [2021-03-06T01:01:17.811Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-03-06T01:01:17.811Z] Skipping pull go-build-helper (already ran) [2021-03-06T01:01:17.811Z] Skipping pull static-packages (already ran) [2021-03-06T01:01:17.811Z] Building go-build-helper [2021-03-06T01:01:17.811Z] + snapcraftctl build [2021-03-06T01:01:22.020Z] Building static-packages [2021-03-06T01:01:22.020Z] + snapcraftctl build [2021-03-06T01:01:23.930Z] Staging go-build-helper [2021-03-06T01:01:23.930Z] + snapcraftctl stage [2021-03-06T01:01:24.872Z] Staging static-packages [2021-03-06T01:01:24.872Z] + snapcraftctl stage [2021-03-06T01:01:25.817Z] Pulling go115 [2021-03-06T01:01:26.077Z] + snapcraftctl pull [2021-03-06T01:01:27.017Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-06T01:01:27.017Z] Skipping pull go115 (already ran) [2021-03-06T01:01:27.017Z] Building go115 [2021-03-06T01:01:27.017Z] + dpkg --print-architecture [2021-03-06T01:01:27.017Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-06T01:01:27.017Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-06T01:01:27.017Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-06T01:01:27.017Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-06T01:01:27.017Z] Dload Upload Total Spent Left Speed [2021-03-06T01:01:29.846Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 115M 5 6431k 0 0 17.3M 0 0:00:06 --:--:-- 0:00:06 17.3M 48 115M 48 55.7M 0 0 41.0M 0 0:00:02 0:00:01 0:00:01 41.0M 79 115M 79 91.5M 0 0 38.6M 0 0:00:02 0:00:02 --:--:-- 38.6M 100 115M 100 115M 0 0 40.2M 0 0:00:02 0:00:02 --:--:-- 40.2M [2021-03-06T01:01:29.846Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-06T01:01:29.846Z] + sha256sum -c sha256 [2021-03-06T01:01:29.846Z] + grep OK [2021-03-06T01:01:30.788Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-06T01:01:30.788Z] + mkdir -p /root/stage/go1.15 [2021-03-06T01:01:30.788Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-06T01:01:34.988Z] Staging go115 [2021-03-06T01:01:34.988Z] + snapcraftctl stage [2021-03-06T01:01:41.580Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-06T01:01:41.580Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-06T01:01:41.580Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-06T01:01:41.580Z] Fetched 0 B in 0s (0 B/s) [2021-03-06T01:01:41.580Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-06T01:01:41.580Z] Fetched 224 kB in 0s (0 B/s) [2021-03-06T01:01:41.580Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-06T01:01:41.580Z] Fetched 157 kB in 0s (0 B/s) [2021-03-06T01:01:41.580Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-06T01:01:41.580Z] Fetched 221 kB in 0s (0 B/s) [2021-03-06T01:01:41.580Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-06T01:01:41.580Z] Fetched 143 kB in 0s (0 B/s) [2021-03-06T01:01:41.580Z] Pulling edgex-go [2021-03-06T01:01:41.580Z] + snapcraftctl pull [2021-03-06T01:01:42.964Z] Pulling version [2021-03-06T01:01:42.964Z] + cd /root/project [2021-03-06T01:01:42.964Z] + [ -f VERSION ] [2021-03-06T01:01:42.964Z] + PROJECT_VERSION=local-dev [2021-03-06T01:01:42.964Z] + git rev-parse --short HEAD [2021-03-06T01:01:42.964Z] + GIT_REVISION=1a69a258 [2021-03-06T01:01:42.964Z] + snapcraftctl set-version local-dev [2021-03-06T01:01:43.905Z] Building config-common [2021-03-06T01:01:43.905Z] + snapcraftctl build [2021-03-06T01:01:46.449Z] Skipping build go-build-helper (already ran) [2021-03-06T01:01:46.449Z] Skipping build static-packages (already ran) [2021-03-06T01:01:46.449Z] Skipping build go115 (already ran) [2021-03-06T01:01:46.449Z] Building edgex-go [2021-03-06T01:01:47.020Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6120/bin/scriptlet-bin [2021-03-06T01:01:47.020Z] + cd /root/parts/edgex-go/src [2021-03-06T01:01:47.020Z] + make build [2021-03-06T01:01:47.020Z] 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-06T01:01:48.943Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-06T01:01:48.943Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.43 [2021-03-06T01:01:48.943Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-06T01:01:48.943Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-06T01:01:48.943Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-06T01:01:48.943Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-06T01:01:48.943Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-06T01:01:48.943Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-06T01:01:48.943Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 [2021-03-06T01:01:48.943Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-06T01:01:48.943Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-06T01:01:48.943Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-06T01:01:48.943Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-06T01:01:48.943Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-06T01:01:48.943Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-06T01:01:48.943Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-06T01:01:48.943Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-06T01:01:48.943Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-03-06T01:01:48.943Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-06T01:01:48.943Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-06T01:01:48.943Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-06T01:01:48.943Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-06T01:01:48.943Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-06T01:01:48.943Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-06T01:01:48.943Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-06T01:01:48.943Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-06T01:01:48.943Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-06T01:01:48.943Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-06T01:01:48.943Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-06T01:01:48.943Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-06T01:01:48.943Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-06T01:01:48.943Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-06T01:01:48.943Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-06T01:01:48.943Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-06T01:01:48.943Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-06T01:01:48.943Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-06T01:01:48.943Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-06T01:01:48.943Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-06T01:01:49.246Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-06T01:01:49.246Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-06T01:01:49.246Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-06T01:01:49.246Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-06T01:01:49.505Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-06T01:01:49.505Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-06T01:01:57.640Z] 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-06T01:01:57.640Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-06T01:02:01.843Z] 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-06T01:02:02.797Z] 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-06T01:02:03.737Z] 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-06T01:02:04.308Z] 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-06T01:02:04.308Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-06T01:02:04.308Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-06T01:02:04.308Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-06T01:02:04.308Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-06T01:02:06.217Z] 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-06T01:02:06.217Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-06T01:02:06.217Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-06T01:02:07.601Z] 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-06T01:02:08.211Z] 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-06T01:02:08.211Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-06T01:02:09.593Z] 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-06T01:02:10.534Z] 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-06T01:02:10.534Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-06T01:02:11.478Z] 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-06T01:02:11.478Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-06T01:02:13.422Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-06T01:02:13.422Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-06T01:02:13.422Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-06T01:02:13.422Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-06T01:02:13.422Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-06T01:02:13.422Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-06T01:02:13.422Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-06T01:02:13.422Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-06T01:02:13.422Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-06T01:02:13.422Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-06T01:02:13.422Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-06T01:02:13.422Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-06T01:02:13.422Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-06T01:02:13.422Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-06T01:02:13.422Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-06T01:02:13.422Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-06T01:02:13.422Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-06T01:02:13.422Z] + 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-06T01:02:13.422Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-06T01:02:13.422Z] + 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-06T01:02:13.422Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-06T01:02:13.422Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-06T01:02:13.422Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-06T01:02:13.422Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-06T01:02:13.422Z] + 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-06T01:02:14.813Z] Building version [2021-03-06T01:02:14.813Z] + snapcraftctl build [2021-03-06T01:02:17.374Z] Staging config-common [2021-03-06T01:02:17.374Z] + snapcraftctl stage [2021-03-06T01:02:18.319Z] Skipping stage go-build-helper (already ran) [2021-03-06T01:02:18.319Z] Skipping stage static-packages (already ran) [2021-03-06T01:02:18.319Z] Skipping stage go115 (already ran) [2021-03-06T01:02:18.319Z] Staging edgex-go [2021-03-06T01:02:18.319Z] + snapcraftctl stage [2021-03-06T01:02:19.705Z] Staging version [2021-03-06T01:02:19.705Z] + snapcraftctl stage [2021-03-06T01:02:20.656Z] Priming config-common [2021-03-06T01:02:20.656Z] + snapcraftctl prime [2021-03-06T01:02:21.600Z] Priming go-build-helper [2021-03-06T01:02:21.600Z] + snapcraftctl prime [2021-03-06T01:02:22.596Z] Priming static-packages [2021-03-06T01:02:22.596Z] + snapcraftctl prime [2021-03-06T01:02:24.504Z] Priming go115 [2021-03-06T01:02:24.504Z] + snapcraftctl prime [2021-03-06T01:02:25.886Z] Priming edgex-go [2021-03-06T01:02:25.886Z] + snapcraftctl prime [2021-03-06T01:02:26.825Z] Priming version [2021-03-06T01:02:26.825Z] + snapcraftctl prime [2021-03-06T01:02:28.202Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-06T01:02:31.766Z] provisioning config files... [2021-03-06T01:02:31.784Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config1747781411381115994tmp [Pipeline] { [Pipeline] sh [2021-03-06T01:02:32.207Z] + set +x [2021-03-06T01:02:32.207Z] + curl -s https://codecov.io/bash [2021-03-06T01:02:32.207Z] + bash -s -- [2021-03-06T01:02:33.161Z] [2021-03-06T01:02:33.161Z] _____ _ [2021-03-06T01:02:33.161Z] / ____| | | [2021-03-06T01:02:33.161Z] | | ___ __| | ___ ___ _____ __ [2021-03-06T01:02:33.161Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-06T01:02:33.161Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-06T01:02:33.161Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-06T01:02:33.161Z] Bash-20210226-7100762 [2021-03-06T01:02:33.161Z] [2021-03-06T01:02:33.161Z] [2021-03-06T01:02:33.161Z] ==> git version 2.24.3 found [2021-03-06T01:02:33.161Z] ==> 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-06T01:02:33.161Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-06T01:02:33.161Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-06T01:02:33.161Z] ==> Jenkins CI detected. [2021-03-06T01:02:33.426Z] project root: . [2021-03-06T01:02:33.426Z] --> token set from env [2021-03-06T01:02:33.690Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-06T01:02:33.690Z] ==> Running gcov in . (disable via -X gcov) [2021-03-06T01:02:34.276Z] ==> Python coveragepy not found [2021-03-06T01:02:34.276Z] ==> Searching for coverage reports in: [2021-03-06T01:02:34.276Z] + . [2021-03-06T01:02:34.701Z] -> Found 1 reports [2021-03-06T01:02:34.701Z] ==> Detecting git/mercurial file structure [2021-03-06T01:02:34.701Z] ==> Reading reports [2021-03-06T01:02:35.103Z] + ./coverage.out bytes=621194 [2021-03-06T01:02:35.103Z] ==> Appending adjustments [2021-03-06T01:02:35.103Z] https://docs.codecov.io/docs/fixing-reports [2021-03-06T01:02:45.377Z] + Found adjustments [2021-03-06T01:02:45.377Z] ==> Gzipping contents [2021-03-06T01:02:45.377Z] 92K /tmp/codecov.yALoXe.gz [2021-03-06T01:02:45.377Z] ==> Uploading reports [2021-03-06T01:02:45.377Z] url: https://codecov.io [2021-03-06T01:02:45.377Z] query: branch=PR-3208&commit=83c92b3a140ce6a53d53e8480570a1fdae15dd5e&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= [2021-03-06T01:02:45.377Z] -> Pinging Codecov [2021-03-06T01:02:45.377Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3208&commit=83c92b3a140ce6a53d53e8480570a1fdae15dd5e&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= [2021-03-06T01:02:45.377Z] -> Uploading to [2021-03-06T01:02:45.377Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-06/00271124DB129430A58F1EEE437C3FCB/83c92b3a140ce6a53d53e8480570a1fdae15dd5e/bca57d6d-869e-4406-b958-a6c4a701577e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210306%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210306T010244Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dc7842511856b732c9e1b49ec99fb6acf3b515c3194c078248e71b379eb2b7a4 [2021-03-06T01:02:45.377Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-06T01:02:45.377Z] Dload Upload Total Spent Left Speed [2021-03-06T01:02:45.913Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 91881 0 0 100 91881 0 135k --:--:-- --:--:-- --:--:-- 135k [2021-03-06T01:02:45.913Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/83c92b3a140ce6a53d53e8480570a1fdae15dd5e [Pipeline] } [2021-03-06T01:02:45.927Z] 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-06T01:02:48.078Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-06T01:02:49.828Z] ---> package-listing.sh [2021-03-06T01:02:49.828Z] ++ facter osfamily [2021-03-06T01:02:49.828Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-06T01:02:49.828Z] + OS_FAMILY=redhat [2021-03-06T01:02:49.828Z] + workspace=/w/workspace/edgex-go/8 [2021-03-06T01:02:49.828Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-06T01:02:49.828Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-06T01:02:49.828Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-06T01:02:49.828Z] + PACKAGES=/tmp/packages_start.txt [2021-03-06T01:02:49.828Z] + '[' /w/workspace/edgex-go/8 ']' [2021-03-06T01:02:49.828Z] + PACKAGES=/tmp/packages_end.txt [2021-03-06T01:02:49.828Z] + case "${OS_FAMILY}" in [2021-03-06T01:02:49.828Z] + rpm -qa [2021-03-06T01:02:49.828Z] + sort [2021-03-06T01:03:00.609Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-06T01:03:00.609Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-06T01:03:00.609Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-06T01:03:00.609Z] + '[' /w/workspace/edgex-go/8 ']' [2021-03-06T01:03:00.609Z] + mkdir -p /w/workspace/edgex-go/8/archives/ [2021-03-06T01:03:00.609Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo [2021-03-06T01:03:00.627Z] 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/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-06T01:03:00.944Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-06T01:03:01.613Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-06T01:03:01.878Z] [2021-03-06T01:03:01.878Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-06T01:03:02.270Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-06T01:03:02.271Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-06T01:03:02.271Z] df20fa9351a1: Pulling fs layer [2021-03-06T01:03:02.271Z] 36b3adc4ff6f: Pulling fs layer [2021-03-06T01:03:02.271Z] 8ad3a11d3b57: Pulling fs layer [2021-03-06T01:03:02.271Z] 46f8f816bc3b: Pulling fs layer [2021-03-06T01:03:02.271Z] 93b61091891f: Pulling fs layer [2021-03-06T01:03:02.271Z] 93b9cdb0e59b: Pulling fs layer [2021-03-06T01:03:02.271Z] 5e14af77c1be: Pulling fs layer [2021-03-06T01:03:02.271Z] 01666e4c0597: Pulling fs layer [2021-03-06T01:03:02.271Z] aa168da1d23b: Pulling fs layer [2021-03-06T01:03:02.271Z] 46f8f816bc3b: Waiting [2021-03-06T01:03:02.271Z] 93b61091891f: Waiting [2021-03-06T01:03:02.271Z] 93b9cdb0e59b: Waiting [2021-03-06T01:03:02.271Z] 5e14af77c1be: Waiting [2021-03-06T01:03:02.271Z] aa168da1d23b: Waiting [2021-03-06T01:03:02.271Z] 01666e4c0597: Waiting [2021-03-06T01:03:02.271Z] 36b3adc4ff6f: Verifying Checksum [2021-03-06T01:03:02.271Z] 36b3adc4ff6f: Download complete [2021-03-06T01:03:02.545Z] 46f8f816bc3b: Verifying Checksum [2021-03-06T01:03:02.545Z] 46f8f816bc3b: Download complete [2021-03-06T01:03:02.545Z] df20fa9351a1: Verifying Checksum [2021-03-06T01:03:02.545Z] df20fa9351a1: Download complete [2021-03-06T01:03:02.545Z] 93b9cdb0e59b: Verifying Checksum [2021-03-06T01:03:02.545Z] 93b9cdb0e59b: Download complete [2021-03-06T01:03:02.545Z] 5e14af77c1be: Verifying Checksum [2021-03-06T01:03:02.545Z] 5e14af77c1be: Download complete [2021-03-06T01:03:02.545Z] 93b61091891f: Verifying Checksum [2021-03-06T01:03:02.545Z] 93b61091891f: Download complete [2021-03-06T01:03:02.545Z] 01666e4c0597: Verifying Checksum [2021-03-06T01:03:02.545Z] 01666e4c0597: Download complete [2021-03-06T01:03:03.568Z] 8ad3a11d3b57: Verifying Checksum [2021-03-06T01:03:03.568Z] 8ad3a11d3b57: Download complete [2021-03-06T01:03:03.848Z] df20fa9351a1: Pull complete [2021-03-06T01:03:04.124Z] 36b3adc4ff6f: Pull complete [2021-03-06T01:03:06.763Z] 8ad3a11d3b57: Pull complete [2021-03-06T01:03:06.763Z] aa168da1d23b: Verifying Checksum [2021-03-06T01:03:06.763Z] aa168da1d23b: Download complete [2021-03-06T01:03:07.810Z] 46f8f816bc3b: Pull complete [2021-03-06T01:03:09.971Z] 93b61091891f: Pull complete [2021-03-06T01:03:10.618Z] 93b9cdb0e59b: Pull complete [2021-03-06T01:03:10.885Z] 5e14af77c1be: Pull complete [2021-03-06T01:03:11.155Z] 01666e4c0597: Pull complete [2021-03-06T01:03:29.649Z] aa168da1d23b: Pull complete [2021-03-06T01:03:29.649Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-06T01:03:31.038Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-06T01:03:31.038Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-06T01:03:31.741Z] prd-centos7-docker-4c-2g-28791 does not seem to be running inside a container [2021-03-06T01:03:31.823Z] $ 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/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-06T01:03:37.412Z] $ docker top f104f534c52eaf5b3c5e9e50c1c0de3ebcd88626f75ae52a14279dee41655ec6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-06T01:03:40.207Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-06T01:03:41.014Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-06T01:03:41.356Z] + ls /var/log/sa-host [2021-03-06T01:03:41.356Z] + sadf -c /var/log/sa-host/sa06 [2021-03-06T01:03:41.356Z] file_magic: OK [2021-03-06T01:03:41.356Z] HZ: Using current value: 100 [2021-03-06T01:03:41.356Z] file_header: OK [2021-03-06T01:03:41.356Z] 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-06T01:03:41.356Z] Statistics: [2021-03-06T01:03:41.356Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-06T01:03:41.356Z] File successfully converted to sysstat format version 12.2.1 [2021-03-06T01:03:41.356Z] + sadf -c /var/log/sa-host/sa23 [2021-03-06T01:03:41.356Z] file_magic: OK [2021-03-06T01:03:41.356Z] HZ: Using current value: 100 [2021-03-06T01:03:41.356Z] file_header: OK [2021-03-06T01:03:41.356Z] 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-06T01:03:41.356Z] Statistics: [2021-03-06T01:03:41.356Z] Hnuu...uuuununununu... [2021-03-06T01:03:41.356Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-06T01:03:42.034Z] provisioning config files... [2021-03-06T01:03:42.070Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config8187608325025093173tmp [Pipeline] { [Pipeline] echo [2021-03-06T01:03:42.151Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-06T01:03:42.472Z] ---> create-netrc.sh [Pipeline] } [2021-03-06T01:03:42.499Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-06T01:03:42.597Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-06T01:03:42.981Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-06T01:03:43.012Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-06T01:03:43.445Z] ---> sudo-logs.sh [2021-03-06T01:03:43.446Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-06T01:03:43.846Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-06T01:03:44.181Z] ---> job-cost.sh [2021-03-06T01:03:44.181Z] lf-activate-venv: SKIPPING [2021-03-06T01:03:44.181Z] DEBUG: total: 0.20999999344348907 [2021-03-06T01:03:44.181Z] INFO: Retrieving Stack Cost... [2021-03-06T01:03:45.270Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-06T01:03:45.873Z] INFO: Archiving Costs [Pipeline] echo [2021-03-06T01:03:45.922Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-06T01:03:46.288Z] ---> logs-deploy.sh [2021-03-06T01:03:46.288Z] lf-activate-venv: SKIPPING [2021-03-06T01:03:46.288Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3208/8 [2021-03-06T01:03:46.288Z] INFO: archiving workspace using pattern(s): [2021-03-06T01:03:48.935Z] Archives upload complete. [2021-03-06T01:03:48.935Z] INFO: archiving logs to Nexus