Pull request #3250 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 3a622268bb16cc6f060a937717ebd043e18486e3 rather than ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 Obtained Jenkinsfile from 3a622268bb16cc6f060a937717ebd043e18486e3 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-29583 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/10 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 Merge succeeded, producing ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 Checking out Revision ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 (PR-3250) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 # timeout=10 Commit message: "refactor: Refactor core command building function" First time build. Skipping changelog. > git rev-list --no-walk 2d5e29436a1f73a1ecaca90481e036c8924fcb77 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-12T01:56:12.909Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-12T01:56:13.282Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-12T01:56:13.408Z] ========================================================= [2021-03-12T01:56:13.408Z] EdgeX Global Pipelines Version Info [2021-03-12T01:56:13.408Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-12T01:56:14.873Z] ------------------- [2021-03-12T01:56:14.873Z] stable info: [2021-03-12T01:56:14.873Z] ------------------- [2021-03-12T01:56:14.873Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-12T01:56:14.873Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-12T01:56:14.873Z] Message: update stable to v1.0.184 [2021-03-12T01:56:15.819Z] ------------------- [2021-03-12T01:56:15.819Z] experimental info: [2021-03-12T01:56:15.819Z] ------------------- [2021-03-12T01:56:15.819Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-12T01:56:15.819Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-12T01:56:15.819Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-12T01:56:16.115Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-12T01:56:16.227Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-12T01:56:16.338Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-12T01:56:16.464Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-12T01:56:16.568Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-12T01:56:16.672Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-12T01:56:16.778Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-12T01:56:16.884Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-12T01:56:16.987Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-12T01:56:17.122Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-12T01:56:17.257Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-12T01:56:17.369Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-12T01:56:17.474Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-12T01:56:17.583Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-12T01:56:17.698Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-12T01:56:17.812Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-12T01:56:17.935Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-12T01:56:18.151Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-12T01:56:18.256Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-12T01:56:18.355Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-12T01:56:18.470Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-12T01:56:18.572Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-12T01:56:18.668Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3250 [Pipeline] echo [2021-03-12T01:56:18.766Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3250 [Pipeline] echo [2021-03-12T01:56:18.909Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3250 [Pipeline] echo [2021-03-12T01:56:19.021Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 [Pipeline] echo [2021-03-12T01:56:19.120Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ecaf7b0 [Pipeline] echo [2021-03-12T01:56:19.309Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-12T01:56:19.497Z] provisioning config files... [2021-03-12T01:56:19.532Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config5669486107737488641tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-12T01:56:19.896Z] ---> docker-login.sh [2021-03-12T01:56:19.896Z] nexus3.edgexfoundry.org:10001 [2021-03-12T01:56:20.161Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T01:56:20.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T01:56:20.424Z] Configure a credential helper to remove this warning. See [2021-03-12T01:56:20.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T01:56:20.424Z] [2021-03-12T01:56:20.424Z] Login Succeeded [2021-03-12T01:56:20.424Z] nexus3.edgexfoundry.org:10002 [2021-03-12T01:56:20.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T01:56:20.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T01:56:20.424Z] Configure a credential helper to remove this warning. See [2021-03-12T01:56:20.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T01:56:20.424Z] [2021-03-12T01:56:20.424Z] Login Succeeded [2021-03-12T01:56:20.424Z] nexus3.edgexfoundry.org:10003 [2021-03-12T01:56:20.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T01:56:20.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T01:56:20.687Z] Configure a credential helper to remove this warning. See [2021-03-12T01:56:20.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T01:56:20.687Z] [2021-03-12T01:56:20.687Z] Login Succeeded [2021-03-12T01:56:20.687Z] nexus3.edgexfoundry.org:10004 [2021-03-12T01:56:20.950Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T01:56:20.950Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T01:56:20.950Z] Configure a credential helper to remove this warning. See [2021-03-12T01:56:20.950Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T01:56:20.950Z] [2021-03-12T01:56:20.950Z] Login Succeeded [2021-03-12T01:56:20.950Z] docker.io [2021-03-12T01:56:20.950Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T01:56:21.221Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T01:56:21.221Z] Configure a credential helper to remove this warning. See [2021-03-12T01:56:21.221Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T01:56:21.221Z] [2021-03-12T01:56:21.221Z] Login Succeeded [2021-03-12T01:56:21.221Z] ---> docker-login.sh ends [Pipeline] } [2021-03-12T01:56:21.235Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-12T01:56:21.753Z] ++ 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-12T01:56:21.753Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T01:56:21.753Z] ++ dirname cmd/core-command/Dockerfile [2021-03-12T01:56:21.753Z] ++ cut -d/ -f2 [2021-03-12T01:56:21.753Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-12T01:56:21.753Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T01:56:21.753Z] ++ dirname cmd/core-data/Dockerfile [2021-03-12T01:56:21.753Z] ++ cut -d/ -f2 [2021-03-12T01:56:21.753Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-12T01:56:21.753Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T01:56:21.753Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-12T01:56:21.753Z] ++ cut -d/ -f2 [2021-03-12T01:56:21.753Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-12T01:56:21.753Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T01:56:21.753Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-12T01:56:21.753Z] ++ cut -d/ -f2 [2021-03-12T01:56:21.753Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-12T01:56:21.753Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T01:56:21.753Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-12T01:56:21.753Z] ++ cut -d/ -f2 [2021-03-12T01:56:21.753Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-12T01:56:21.753Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T01:56:21.753Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-12T01:56:21.753Z] ++ cut -d/ -f2 [2021-03-12T01:56:21.753Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-12T01:56:21.753Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T01:56:21.753Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-12T01:56:21.753Z] ++ cut -d/ -f2 [2021-03-12T01:56:21.753Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-12T01:56:21.753Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T01:56:21.753Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-12T01:56:21.753Z] ++ cut -d/ -f2 [2021-03-12T01:56:21.753Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-12T01:56:21.753Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T01:56:21.753Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-12T01:56:21.753Z] ++ cut -d/ -f2 [2021-03-12T01:56:21.753Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-12T01:56:21.850Z] 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-12T01:56:23.523Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-12T01:56:23.524Z] [2021-03-12T01:56:23.524Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-12T01:56:23.885Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-12T01:56:23.885Z] latest: Pulling from edgex-devops/git-semver [2021-03-12T01:56:23.885Z] 31603596830f: Pulling fs layer [2021-03-12T01:56:23.885Z] 2a8b12db71e7: Pulling fs layer [2021-03-12T01:56:23.885Z] 6ca5941a6612: Pulling fs layer [2021-03-12T01:56:23.885Z] ecc8261a40a4: Pulling fs layer [2021-03-12T01:56:23.885Z] ecc8261a40a4: Waiting [2021-03-12T01:56:23.885Z] 2a8b12db71e7: Verifying Checksum [2021-03-12T01:56:23.885Z] 2a8b12db71e7: Download complete [2021-03-12T01:56:23.885Z] 31603596830f: Verifying Checksum [2021-03-12T01:56:23.885Z] 31603596830f: Download complete [2021-03-12T01:56:24.150Z] 6ca5941a6612: Verifying Checksum [2021-03-12T01:56:24.150Z] 6ca5941a6612: Download complete [2021-03-12T01:56:24.150Z] ecc8261a40a4: Verifying Checksum [2021-03-12T01:56:24.150Z] ecc8261a40a4: Download complete [2021-03-12T01:56:24.412Z] 31603596830f: Pull complete [2021-03-12T01:56:24.412Z] 2a8b12db71e7: Pull complete [2021-03-12T01:56:25.366Z] 6ca5941a6612: Pull complete [2021-03-12T01:56:25.629Z] ecc8261a40a4: Pull complete [2021-03-12T01:56:25.629Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-12T01:56:25.629Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-12T01:56:25.629Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-12T01:56:25.737Z] prd-centos7-docker-4c-2g-29583 does not seem to be running inside a container [2021-03-12T01:56:25.796Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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:10004/edgex-devops/git-semver:latest cat [2021-03-12T01:56:28.311Z] $ docker top ab7bd063b92df951383369a292d31625c795af8ef34dc01ebb868760d74f6856 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-12T01:56:28.657Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-12T01:56:28.657Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-12T01:56:28.893Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-12T01:56:28.898Z] $ docker exec ab7bd063b92df951383369a292d31625c795af8ef34dc01ebb868760d74f6856 ssh-agent [2021-03-12T01:56:29.070Z] SSH_AUTH_SOCK=/tmp/ssh-SzAdfaYnUoIM/agent.13 [2021-03-12T01:56:29.070Z] SSH_AGENT_PID=19 [2021-03-12T01:56:29.084Z] Running ssh-add (command line suppressed) [2021-03-12T01:56:29.215Z] Identity added: /w/workspace/edgex-go/10@tmp/private_key_8413338695198603465.key (/w/workspace/edgex-go/10@tmp/private_key_8413338695198603465.key) [2021-03-12T01:56:29.269Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-12T01:56:29.611Z] + git tag --points-at HEAD [Pipeline] } [2021-03-12T01:56:29.637Z] $ docker exec --env ******** --env ******** ab7bd063b92df951383369a292d31625c795af8ef34dc01ebb868760d74f6856 ssh-agent -k [2021-03-12T01:56:29.753Z] unset SSH_AUTH_SOCK; [2021-03-12T01:56:29.754Z] unset SSH_AGENT_PID; [2021-03-12T01:56:29.754Z] echo Agent pid 19 killed; [2021-03-12T01:56:29.803Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-12T01:56:29.990Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-12T01:56:29.990Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-12T01:56:30.160Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-12T01:56:30.165Z] $ docker exec ab7bd063b92df951383369a292d31625c795af8ef34dc01ebb868760d74f6856 ssh-agent [2021-03-12T01:56:30.328Z] SSH_AUTH_SOCK=/tmp/ssh-glCEDE8sQlNy/agent.48 [2021-03-12T01:56:30.328Z] SSH_AGENT_PID=54 [2021-03-12T01:56:30.336Z] Running ssh-add (command line suppressed) [2021-03-12T01:56:30.452Z] Identity added: /w/workspace/edgex-go/10@tmp/private_key_603229577042137554.key (/w/workspace/edgex-go/10@tmp/private_key_603229577042137554.key) [2021-03-12T01:56:30.502Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-12T01:56:30.855Z] + git semver init [2021-03-12T01:56:30.855Z] # -> Open(): unable to determine branch for HEAD [2021-03-12T01:56:30.855Z] # $GIT_DIR = /w/workspace/edgex-go/10/.git [2021-03-12T01:56:30.855Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/10 [2021-03-12T01:56:30.855Z] # $SEMVER_REMOTE_NAME = origin [2021-03-12T01:56:30.855Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-12T01:56:30.855Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-12T01:56:30.855Z] # $SEMVER_BRANCH = PR-3250 [2021-03-12T01:56:30.855Z] # $SEMVER_TEMP = /tmp/semver-596429185 [2021-03-12T01:56:30.855Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-12T01:57:09.704Z] # '/tmp/semver-596429185' -> '/w/workspace/edgex-go/10/.semver' [2021-03-12T01:57:09.704Z] # -> Force: false [2021-03-12T01:57:09.704Z] # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } [2021-03-12T01:57:09.722Z] $ docker exec --env ******** --env ******** ab7bd063b92df951383369a292d31625c795af8ef34dc01ebb868760d74f6856 ssh-agent -k [2021-03-12T01:57:09.978Z] unset SSH_AUTH_SOCK; [2021-03-12T01:57:09.978Z] unset SSH_AGENT_PID; [2021-03-12T01:57:09.979Z] echo Agent pid 54 killed; [2021-03-12T01:57:10.094Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-12T01:57:10.607Z] + git semver [Pipeline] } [2021-03-12T01:57:10.624Z] $ docker stop --time=1 ab7bd063b92df951383369a292d31625c795af8ef34dc01ebb868760d74f6856 [2021-03-12T01:57:12.646Z] $ docker rm -f ab7bd063b92df951383369a292d31625c795af8ef34dc01ebb868760d74f6856 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-12T01:57:13.220Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-12T01:57:13.799Z] Stashed 1 file(s) [Pipeline] echo [2021-03-12T01:57:13.802Z] [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-12T01:57:14.942Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-12T01:57:15.244Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-12T01:57:15.548Z] + sudo service docker restart [2021-03-12T01:57:15.548Z] + true [2021-03-12T01:57:15.548Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-12T01:57:16.144Z] ========================================================= [2021-03-12T01:57:16.144Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-12T01:57:16.144Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-12T01:57:16.502Z] + 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-12T01:57:20.745Z] Sending build context to Docker daemon 328.6MB [2021-03-12T01:57:20.745Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-12T01:57:20.745Z] Step 2/6 : FROM ${BASE} [2021-03-12T01:57:20.745Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-12T01:57:20.745Z] 188c0c94c7c5: Pulling fs layer [2021-03-12T01:57:20.745Z] 0ef7d3d256c8: Pulling fs layer [2021-03-12T01:57:20.745Z] de9db76c5a1d: Pulling fs layer [2021-03-12T01:57:20.745Z] bca2f99d35d6: Pulling fs layer [2021-03-12T01:57:20.745Z] 93359f2a8cfa: Pulling fs layer [2021-03-12T01:57:20.745Z] 7c6f9722023f: Pulling fs layer [2021-03-12T01:57:20.745Z] a35cf1a2eb13: Pulling fs layer [2021-03-12T01:57:20.745Z] 93359f2a8cfa: Waiting [2021-03-12T01:57:20.745Z] 7c6f9722023f: Waiting [2021-03-12T01:57:20.745Z] a35cf1a2eb13: Waiting [2021-03-12T01:57:20.745Z] bca2f99d35d6: Waiting [2021-03-12T01:57:20.745Z] de9db76c5a1d: Verifying Checksum [2021-03-12T01:57:20.745Z] de9db76c5a1d: Download complete [2021-03-12T01:57:20.745Z] 0ef7d3d256c8: Verifying Checksum [2021-03-12T01:57:20.745Z] 0ef7d3d256c8: Download complete [2021-03-12T01:57:20.745Z] 93359f2a8cfa: Download complete [2021-03-12T01:57:20.745Z] 7c6f9722023f: Verifying Checksum [2021-03-12T01:57:20.745Z] 7c6f9722023f: Download complete [2021-03-12T01:57:20.745Z] 188c0c94c7c5: Verifying Checksum [2021-03-12T01:57:20.745Z] 188c0c94c7c5: Download complete [2021-03-12T01:57:20.745Z] 188c0c94c7c5: Pull complete [2021-03-12T01:57:21.017Z] 0ef7d3d256c8: Pull complete [2021-03-12T01:57:21.280Z] de9db76c5a1d: Pull complete [2021-03-12T01:57:22.697Z] a35cf1a2eb13: Verifying Checksum [2021-03-12T01:57:22.697Z] a35cf1a2eb13: Download complete [2021-03-12T01:57:23.276Z] bca2f99d35d6: Verifying Checksum [2021-03-12T01:57:23.276Z] bca2f99d35d6: Download complete [2021-03-12T01:57:28.610Z] bca2f99d35d6: Pull complete [2021-03-12T01:57:28.610Z] 93359f2a8cfa: Pull complete [2021-03-12T01:57:28.610Z] 7c6f9722023f: Pull complete [2021-03-12T01:57:29.344Z] Still waiting to schedule task [2021-03-12T01:57:29.344Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-12T01:57:33.942Z] a35cf1a2eb13: Pull complete [2021-03-12T01:57:34.209Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-12T01:57:34.209Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-12T01:57:34.209Z] ---> a62c8e92a672 [2021-03-12T01:57:34.209Z] 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-12T01:57:34.474Z] ---> Running in 4e87a76d1424 [2021-03-12T01:57:35.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T01:57:36.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T01:57:36.576Z] (1/12) Installing libmagic (5.38-r0) [2021-03-12T01:57:36.842Z] (2/12) Installing file (5.38-r0) [2021-03-12T01:57:36.842Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-12T01:57:36.842Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-12T01:57:45.007Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-12T01:57:45.007Z] (6/12) Installing patch (2.7.6-r6) [2021-03-12T01:57:45.007Z] (7/12) Installing build-base (0.5-r2) [2021-03-12T01:57:45.007Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-12T01:57:45.007Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-12T01:57:45.007Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-12T01:57:45.007Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-12T01:57:45.007Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-12T01:57:45.007Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T01:57:45.007Z] OK: 233 MiB in 51 packages [2021-03-12T01:57:49.244Z] Removing intermediate container 4e87a76d1424 [2021-03-12T01:57:49.244Z] ---> dd5edfa32f37 [2021-03-12T01:57:49.244Z] Step 4/6 : WORKDIR /edgex-go [2021-03-12T01:57:49.244Z] ---> Running in 59912349b10e [2021-03-12T01:57:49.244Z] Removing intermediate container 59912349b10e [2021-03-12T01:57:49.244Z] ---> e89111f1aec7 [2021-03-12T01:57:49.244Z] Step 5/6 : COPY go.mod . [2021-03-12T01:57:49.244Z] ---> 9ad77ff93c94 [2021-03-12T01:57:49.244Z] Step 6/6 : RUN go mod download [2021-03-12T01:57:49.244Z] ---> Running in 9a609fc4811d [2021-03-12T01:58:11.312Z] Removing intermediate container 9a609fc4811d [2021-03-12T01:58:11.312Z] ---> 88312e7b1424 [2021-03-12T01:58:11.312Z] Successfully built 88312e7b1424 [2021-03-12T01:58:11.312Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-12T01:58:11.649Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-12T01:58:11.649Z] . [Pipeline] withDockerContainer [2021-03-12T01:58:11.757Z] prd-centos7-docker-4c-2g-29583 does not seem to be running inside a container [2021-03-12T01:58:11.805Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-12T01:58:12.773Z] $ docker top 17048559aa51c486639e4e38b72f4f11bc0fda9cf5bce00546886815ddfe793a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-12T01:58:13.336Z] + go version [2021-03-12T01:58:13.336Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-12T01:58:13.351Z] $ docker stop --time=1 17048559aa51c486639e4e38b72f4f11bc0fda9cf5bce00546886815ddfe793a [2021-03-12T01:58:14.721Z] $ docker rm -f 17048559aa51c486639e4e38b72f4f11bc0fda9cf5bce00546886815ddfe793a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-12T01:58:15.568Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-12T01:58:15.569Z] . [Pipeline] withDockerContainer [2021-03-12T01:58:15.681Z] prd-centos7-docker-4c-2g-29583 does not seem to be running inside a container [2021-03-12T01:58:15.735Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-12T01:58:16.395Z] $ docker top ae824a7eed0e011fe8502b5209b3bc9d78580420f6620fe665e5bdf988e6331f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-12T01:58:16.601Z] ========================================================= [2021-03-12T01:58:16.601Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-12T01:58:16.601Z] ========================================================= [Pipeline] sh [2021-03-12T01:58:16.907Z] + make test [2021-03-12T01:58:16.907Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-12T01:58:25.124Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-12T01:58:47.271Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-12T01:58:47.271Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-12T01:58:48.695Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-12T01:58:48.695Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-12T01:58:49.684Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-12T01:58:49.684Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-12T01:58:49.684Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-12T01:58:49.962Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-12T01:58:50.950Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-12T01:58:51.234Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-12T01:58:53.838Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-12T01:58:53.838Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-12T01:58:53.838Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-12T01:58:55.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.088s coverage: 45.9% of statements [2021-03-12T01:58:55.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-12T01:58:55.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-12T01:58:55.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-12T01:58:55.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-12T01:58:55.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-12T01:58:55.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-12T01:58:55.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-12T01:58:56.787Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.094s coverage: 100.0% of statements [2021-03-12T01:58:58.755Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.168s coverage: 27.1% of statements [2021-03-12T01:58:58.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-12T01:58:58.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-12T01:58:58.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-12T01:58:58.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-12T01:58:58.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-12T01:58:58.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-12T01:58:58.755Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements [2021-03-12T01:58:58.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-12T01:58:58.755Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.062s coverage: 100.0% of statements [2021-03-12T01:58:58.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-12T01:58:58.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-12T01:58:59.028Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.088s coverage: 71.3% of statements [2021-03-12T01:58:59.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-12T01:58:59.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-12T01:58:59.613Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.187s coverage: 82.9% of statements [2021-03-12T01:58:59.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-12T01:58:59.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T01:58:59.613Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.084s coverage: 78.9% of statements [2021-03-12T01:58:59.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-12T01:59:03.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.363s coverage: 28.6% of statements [2021-03-12T01:59:03.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-12T01:59:03.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-12T01:59:03.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-12T01:59:03.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-12T01:59:03.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-12T01:59:03.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements [2021-03-12T01:59:03.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-12T01:59:03.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements [2021-03-12T01:59:03.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-12T01:59:03.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.125s coverage: 86.7% of statements [2021-03-12T01:59:03.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-12T01:59:03.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.122s coverage: 97.5% of statements [2021-03-12T01:59:03.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-12T01:59:03.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.059s coverage: 78.3% of statements [2021-03-12T01:59:03.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-12T01:59:03.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-12T01:59:03.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-12T01:59:03.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-12T01:59:05.324Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.411s coverage: 92.8% of statements [2021-03-12T01:59:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-12T01:59:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T01:59:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-12T01:59:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-12T01:59:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-12T01:59:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-12T01:59:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-12T01:59:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-12T01:59:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-12T01:59:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-12T01:59:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-12T01:59:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-12T01:59:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-12T01:59:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-12T01:59:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-12T01:59:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-12T01:59:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-12T01:59:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-12T01:59:05.325Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements [2021-03-12T01:59:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-12T01:59:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-12T01:59:05.325Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.079s coverage: 0.1% of statements [2021-03-12T01:59:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-12T01:59:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-12T01:59:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-12T01:59:05.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.041s coverage: 47.1% of statements [2021-03-12T01:59:05.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.057s coverage: 79.5% of statements [2021-03-12T01:59:05.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.042s coverage: 94.1% of statements [2021-03-12T01:59:05.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.053s coverage: 96.3% of statements [2021-03-12T01:59:06.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.037s coverage: 87.5% of statements [2021-03-12T01:59:18.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.040s coverage: 94.4% of statements [2021-03-12T01:59:18.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements [2021-03-12T01:59:18.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.051s coverage: 81.4% of statements [2021-03-12T01:59:28.210Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29584 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws [2021-03-12T01:59:28.298Z] Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout [2021-03-12T01:59:33.382Z] using credential edgex-jenkins-ssh [2021-03-12T01:59:33.446Z] Cloning the remote Git repository [2021-03-12T01:59:33.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.069s coverage: 92.9% of statements [2021-03-12T01:59:33.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-12T01:59:33.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.054s coverage: 87.2% of statements [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.068s coverage: 91.6% of statements [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.164s coverage: 62.4% of statements [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.332s coverage: 69.0% of statements [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 38.4% of statements [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.036s coverage: 89.5% of statements [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.132s coverage: 47.0% of statements [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.059s coverage: 100.0% of statements [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.149s coverage: 87.1% of statements [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.719s coverage: 29.1% of statements [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.091s coverage: 96.5% of statements [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-12T01:59:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-03-12T01:59:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-12T01:59:33.552Z] GO111MODULE=on go vet ./... [2021-03-12T01:59:33.506Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-12T01:59:33.629Z] > git init /w/workspace/edgex-go/10 # timeout=10 [2021-03-12T01:59:33.722Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-12T01:59:33.723Z] > git --version # timeout=10 [2021-03-12T01:59:33.749Z] > git --version # 'git version 2.17.1' [2021-03-12T01:59:33.751Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-12T01:59:33.840Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-12T01:59:49.852Z] Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 [2021-03-12T01:59:50.332Z] Merge succeeded, producing ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 [2021-03-12T01:59:50.333Z] Checking out Revision ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 (PR-3250) [2021-03-12T01:59:48.827Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-12T01:59:48.850Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-12T01:59:48.878Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-12T01:59:48.920Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-12T01:59:48.921Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-12T01:59:48.936Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-12T01:59:49.881Z] > git config core.sparsecheckout # timeout=10 [2021-03-12T01:59:49.911Z] > git checkout -f ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 # timeout=10 [2021-03-12T01:59:50.239Z] > git remote # timeout=10 [2021-03-12T01:59:50.266Z] > git config --get remote.origin.url # timeout=10 [2021-03-12T01:59:50.284Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-12T01:59:50.297Z] > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 [2021-03-12T01:59:50.322Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-12T01:59:50.344Z] > git config core.sparsecheckout # timeout=10 [2021-03-12T01:59:50.361Z] > git checkout -f ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 # timeout=10 [2021-03-12T01:59:55.196Z] Commit message: "refactor: Refactor core command building function" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-12T01:59:56.988Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-12T01:59:57.481Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-12T01:59:57.840Z] + true [2021-03-12T01:59:57.840Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-12T01:59:59.901Z] provisioning config files... [2021-03-12T01:59:59.949Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config8555939118801909105tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-12T02:00:00.354Z] gofmt -l . [2021-03-12T02:00:00.354Z] [ "`gofmt -l .`" = "" ] [2021-03-12T02:00:00.354Z] ./bin/test-go-mod-tidy.sh [2021-03-12T02:00:00.354Z] ./bin/test-attribution-txt.sh [2021-03-12T02:00:00.368Z] ---> docker-login.sh [2021-03-12T02:00:00.368Z] nexus3.edgexfoundry.org:10001 [Pipeline] sh [2021-03-12T02:00:01.238Z] + ls -al . [2021-03-12T02:00:01.239Z] total 740 [2021-03-12T02:00:01.239Z] drwxrwxr-x 10 1001 1001 4096 Mar 12 02:00 . [2021-03-12T02:00:01.239Z] drwxr-xr-x 4 root root 30 Mar 12 01:58 .. [2021-03-12T02:00:01.239Z] -rw-rw-r-- 1 1001 1001 11 Mar 12 01:56 .dockerignore [2021-03-12T02:00:01.239Z] drwxrwxr-x 8 1001 1001 179 Mar 12 01:56 .git [2021-03-12T02:00:01.239Z] drwxrwxr-x 3 1001 1001 125 Mar 12 01:56 .github [2021-03-12T02:00:01.239Z] -rw-rw-r-- 1 1001 1001 818 Mar 12 01:56 .gitignore [2021-03-12T02:00:01.239Z] drwx------ 3 1001 1001 60 Mar 12 01:57 .semver [2021-03-12T02:00:01.239Z] -rw-rw-r-- 1 1001 1001 166 Mar 12 01:56 .sonarcloud.properties [2021-03-12T02:00:01.239Z] -rw-rw-r-- 1 1001 1001 8607 Mar 12 01:56 Attribution.txt [2021-03-12T02:00:01.239Z] -rw-rw-r-- 1 1001 1001 3804 Mar 12 01:56 CONTRIBUTING.md [2021-03-12T02:00:01.239Z] -rw-rw-r-- 1 1001 1001 931 Mar 12 01:56 Dockerfile.build [2021-03-12T02:00:01.239Z] -rw-rw-r-- 1 1001 1001 863 Mar 12 01:56 Jenkinsfile [2021-03-12T02:00:01.239Z] -rw-rw-r-- 1 1001 1001 10775 Mar 12 01:56 LICENSE [2021-03-12T02:00:01.239Z] -rw-rw-r-- 1 1001 1001 5774 Mar 12 01:56 Makefile [2021-03-12T02:00:01.239Z] -rw-rw-r-- 1 1001 1001 6548 Mar 12 01:56 README.md [2021-03-12T02:00:01.239Z] -rw-rw-r-- 1 1001 1001 6755 Mar 12 01:56 SECURITY.md [2021-03-12T02:00:01.239Z] -rw-rw-r-- 1 1001 1001 5 Mar 12 01:57 VERSION [2021-03-12T02:00:01.239Z] -rw-rw-r-- 1 1001 1001 4131 Mar 12 01:56 ZMQWindows.md [2021-03-12T02:00:01.239Z] drwxrwxr-x 2 1001 1001 117 Mar 12 01:56 bin [2021-03-12T02:00:01.239Z] drwxrwxr-x 14 1001 1001 4096 Mar 12 01:56 cmd [2021-03-12T02:00:01.239Z] -rw-r--r-- 1 root root 628834 Mar 12 01:59 coverage.out [2021-03-12T02:00:01.239Z] -rw-r--r-- 1 root root 1055 Mar 12 01:59 go.mod [2021-03-12T02:00:01.239Z] -rw-r--r-- 1 root root 21981 Mar 12 01:59 go.sum [2021-03-12T02:00:01.239Z] drwxrwxr-x 8 1001 1001 127 Mar 12 01:56 internal [2021-03-12T02:00:01.239Z] drwxrwxr-x 4 1001 1001 26 Mar 12 01:56 openapi [2021-03-12T02:00:01.239Z] drwxrwxr-x 4 1001 1001 71 Mar 12 01:56 snap [2021-03-12T02:00:01.239Z] -rw-rw-r-- 1 1001 1001 168 Mar 12 01:56 version.go [Pipeline] sh [2021-03-12T02:00:01.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T02:00:01.543Z] + '[' -e coverage.out ] [2021-03-12T02:00:01.543Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-12T02:00:01.637Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T02:00:01.638Z] Configure a credential helper to remove this warning. See [2021-03-12T02:00:01.638Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T02:00:01.638Z] [2021-03-12T02:00:01.638Z] Login Succeeded [2021-03-12T02:00:01.638Z] nexus3.edgexfoundry.org:10002 [2021-03-12T02:00:02.009Z] Stashed 1 file(s) [Pipeline] sh [2021-03-12T02:00:02.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T02:00:02.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T02:00:02.244Z] Configure a credential helper to remove this warning. See [2021-03-12T02:00:02.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T02:00:02.244Z] [2021-03-12T02:00:02.244Z] Login Succeeded [2021-03-12T02:00:02.244Z] nexus3.edgexfoundry.org:10003 [2021-03-12T02:00:02.312Z] + make build [2021-03-12T02:00:02.312Z] 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-12T02:00:02.848Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T02:00:02.848Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T02:00:02.848Z] Configure a credential helper to remove this warning. See [2021-03-12T02:00:02.848Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T02:00:02.848Z] [2021-03-12T02:00:02.848Z] Login Succeeded [2021-03-12T02:00:02.848Z] nexus3.edgexfoundry.org:10004 [2021-03-12T02:00:03.460Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T02:00:03.460Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T02:00:03.460Z] Configure a credential helper to remove this warning. See [2021-03-12T02:00:03.460Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T02:00:03.460Z] [2021-03-12T02:00:03.460Z] Login Succeeded [2021-03-12T02:00:03.460Z] docker.io [2021-03-12T02:00:04.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T02:00:04.339Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T02:00:04.339Z] Configure a credential helper to remove this warning. See [2021-03-12T02:00:04.339Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T02:00:04.339Z] [2021-03-12T02:00:04.339Z] Login Succeeded [2021-03-12T02:00:04.339Z] ---> docker-login.sh ends [Pipeline] } [2021-03-12T02:00:04.356Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-12T02:00:04.916Z] ========================================================= [2021-03-12T02:00:04.916Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-12T02:00:04.916Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-12T02:00:05.304Z] + 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-12T02:00:06.537Z] 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-12T02:00:07.973Z] Sending build context to Docker daemon 166.8MB [2021-03-12T02:00:07.973Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-12T02:00:07.973Z] Step 2/6 : FROM ${BASE} [2021-03-12T02:00:07.973Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-12T02:00:07.973Z] 5f621e34cdf4: Pulling fs layer [2021-03-12T02:00:07.973Z] a4357932f1b6: Pulling fs layer [2021-03-12T02:00:07.973Z] 18c013af1878: Pulling fs layer [2021-03-12T02:00:07.973Z] 00ac8860ef70: Pulling fs layer [2021-03-12T02:00:07.973Z] 63d7cb157983: Pulling fs layer [2021-03-12T02:00:07.973Z] b116817d02f9: Pulling fs layer [2021-03-12T02:00:07.973Z] 745a02a5169b: Pulling fs layer [2021-03-12T02:00:07.973Z] 00ac8860ef70: Waiting [2021-03-12T02:00:07.973Z] 63d7cb157983: Waiting [2021-03-12T02:00:07.973Z] b116817d02f9: Waiting [2021-03-12T02:00:07.973Z] 745a02a5169b: Waiting [2021-03-12T02:00:07.973Z] 18c013af1878: Verifying Checksum [2021-03-12T02:00:07.973Z] 18c013af1878: Download complete [2021-03-12T02:00:07.973Z] a4357932f1b6: Verifying Checksum [2021-03-12T02:00:07.973Z] a4357932f1b6: Download complete [2021-03-12T02:00:07.973Z] 63d7cb157983: Download complete [2021-03-12T02:00:07.973Z] b116817d02f9: Verifying Checksum [2021-03-12T02:00:07.973Z] b116817d02f9: Download complete [2021-03-12T02:00:07.973Z] 5f621e34cdf4: Verifying Checksum [2021-03-12T02:00:07.973Z] 5f621e34cdf4: Download complete [2021-03-12T02:00:08.582Z] 5f621e34cdf4: Pull complete [2021-03-12T02:00:09.581Z] a4357932f1b6: Pull complete [2021-03-12T02:00:09.858Z] 18c013af1878: Pull complete [2021-03-12T02:00:10.849Z] 745a02a5169b: Verifying Checksum [2021-03-12T02:00:10.849Z] 745a02a5169b: Download complete [2021-03-12T02:00:11.838Z] 00ac8860ef70: Verifying Checksum [2021-03-12T02:00:11.838Z] 00ac8860ef70: Download complete [2021-03-12T02:00:14.763Z] 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-12T02:00:15.713Z] 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-12T02:00:17.106Z] 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-12T02:00:17.695Z] 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-12T02:00:19.639Z] 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-12T02:00:21.049Z] 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-12T02:00:22.022Z] 00ac8860ef70: Pull complete [2021-03-12T02:00:22.292Z] 63d7cb157983: Pull complete [2021-03-12T02:00:22.444Z] 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-12T02:00:22.565Z] b116817d02f9: Pull complete [2021-03-12T02:00:23.400Z] 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-12T02:00:24.357Z] 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-12T02:00:25.760Z] 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-12T02:00:26.892Z] 745a02a5169b: Pull complete [2021-03-12T02:00:26.892Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-12T02:00:26.892Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-12T02:00:26.892Z] ---> b7e6874047d6 [2021-03-12T02:00:26.892Z] 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 [Pipeline] } [2021-03-12T02:00:27.725Z] $ docker stop --time=1 ae824a7eed0e011fe8502b5209b3bc9d78580420f6620fe665e5bdf988e6331f [2021-03-12T02:00:29.572Z] $ docker rm -f ae824a7eed0e011fe8502b5209b3bc9d78580420f6620fe665e5bdf988e6331f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-03-12T02:00:30.311Z] ---> Running in 080276f4a7a0 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-12T02:00:31.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T02:00:32.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2021-03-12T02:00:33.248Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-12T02:00:33.248Z] [2021-03-12T02:00:33.248Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [2021-03-12T02:00:33.267Z] (1/12) Installing libmagic (5.38-r0) [Pipeline] sh [2021-03-12T02:00:33.541Z] (2/12) Installing file (5.38-r0) [2021-03-12T02:00:33.542Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-12T02:00:33.660Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-12T02:00:33.660Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-12T02:00:33.660Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-12T02:00:33.660Z] ca9280d653b3: Pulling fs layer [2021-03-12T02:00:33.660Z] 7e9c9ca2126c: Pulling fs layer [2021-03-12T02:00:33.818Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-12T02:00:33.936Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-12T02:00:33.936Z] cbdbe7a5bc2a: Download complete [2021-03-12T02:00:34.199Z] cbdbe7a5bc2a: Pull complete [2021-03-12T02:00:34.463Z] ca9280d653b3: Verifying Checksum [2021-03-12T02:00:34.463Z] ca9280d653b3: Download complete [2021-03-12T02:00:35.437Z] ca9280d653b3: Pull complete [2021-03-12T02:00:35.437Z] 7e9c9ca2126c: Download complete [2021-03-12T02:00:42.100Z] 7e9c9ca2126c: Pull complete [2021-03-12T02:00:42.100Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-12T02:00:42.100Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-12T02:00:42.100Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-12T02:00:42.246Z] prd-centos7-docker-4c-2g-29583 does not seem to be running inside a container [2021-03-12T02:00:42.300Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-12T02:00:44.292Z] $ docker top 5d7738ff68af33d99d68a07d39e97bf51ac41c510b68493ccb85c6cb50bc6c7f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-12T02:00:44.874Z] + docker-compose build --help [2021-03-12T02:00:44.874Z] + grep parallel [2021-03-12T02:00:45.822Z] --parallel Build images in parallel. [Pipeline] } [2021-03-12T02:00:45.837Z] $ docker stop --time=1 5d7738ff68af33d99d68a07d39e97bf51ac41c510b68493ccb85c6cb50bc6c7f [2021-03-12T02:00:47.226Z] $ docker rm -f 5d7738ff68af33d99d68a07d39e97bf51ac41c510b68493ccb85c6cb50bc6c7f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-12T02:00:47.871Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-12T02:00:47.872Z] . [Pipeline] withDockerContainer [2021-03-12T02:00:47.989Z] prd-centos7-docker-4c-2g-29583 does not seem to be running inside a container [2021-03-12T02:00:48.038Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-12T02:00:48.874Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-12T02:00:48.875Z] (6/12) Installing patch (2.7.6-r6) [2021-03-12T02:00:48.875Z] (7/12) Installing build-base (0.5-r2) [2021-03-12T02:00:48.875Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-12T02:00:48.875Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-12T02:00:48.875Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-12T02:00:48.959Z] $ docker top b5e402a6ee097c432335a23f80d12050dff9f7d4f3b0b960b2354e0f0fa6f75b -eo pid,comm [Pipeline] { [2021-03-12T02:00:49.147Z] (11/12) Installing libzmq (4.3.3-r0) [Pipeline] sh [2021-03-12T02:00:49.419Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-12T02:00:49.419Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T02:00:49.419Z] OK: 217 MiB in 51 packages [2021-03-12T02:00:49.443Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-12T02:00:50.395Z] Building docker-core-command-go ... [2021-03-12T02:00:50.395Z] Building docker-core-data-go ... [2021-03-12T02:00:50.395Z] Building docker-core-metadata-go ... [2021-03-12T02:00:50.395Z] Building docker-security-bootstrapper-go ... [2021-03-12T02:00:50.395Z] Building docker-security-proxy-setup-go ... [2021-03-12T02:00:50.395Z] Building docker-security-secretstore-setup-go ... [2021-03-12T02:00:50.395Z] Building docker-support-notifications-go ... [2021-03-12T02:00:50.395Z] Building docker-support-scheduler-go ... [2021-03-12T02:00:50.395Z] Building docker-sys-mgmt-agent-go ... [2021-03-12T02:00:50.395Z] Building docker-security-secretstore-setup-go [2021-03-12T02:00:50.395Z] Building docker-security-proxy-setup-go [2021-03-12T02:00:50.395Z] Building docker-core-metadata-go [2021-03-12T02:00:50.395Z] Building docker-support-notifications-go [2021-03-12T02:00:50.395Z] Building docker-support-scheduler-go [2021-03-12T02:00:53.758Z] Removing intermediate container 080276f4a7a0 [2021-03-12T02:00:53.758Z] ---> f0017bb2ac67 [2021-03-12T02:00:53.758Z] Step 4/6 : WORKDIR /edgex-go [2021-03-12T02:00:53.758Z] ---> Running in dcf7db02ebdc [2021-03-12T02:00:54.369Z] Removing intermediate container dcf7db02ebdc [2021-03-12T02:00:54.369Z] ---> 77ed583a5908 [2021-03-12T02:00:54.369Z] Step 5/6 : COPY go.mod . [2021-03-12T02:00:54.982Z] ---> 67923c7bf8e6 [2021-03-12T02:00:54.982Z] Step 6/6 : RUN go mod download [2021-03-12T02:00:54.982Z] ---> Running in 5386295fb8c0 [2021-03-12T02:01:21.822Z] Removing intermediate container 5386295fb8c0 [2021-03-12T02:01:21.822Z] ---> 9eb48b070a63 [2021-03-12T02:01:22.092Z] Successfully built 9eb48b070a63 [2021-03-12T02:01:22.092Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-12T02:01:22.432Z] + docker inspect -f . ci-base-image-arm64 [2021-03-12T02:01:22.433Z] . [Pipeline] withDockerContainer [2021-03-12T02:01:22.685Z] prd-ubuntu18.04-docker-arm64-4c-16g-29584 does not seem to be running inside a container [2021-03-12T02:01:22.781Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-12T02:01:24.304Z] $ docker top 1e68e70f6a084e8af9347be354e934e841af8ea3aadad9fd0d060d687b2d9262 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-12T02:01:25.348Z] + go version [2021-03-12T02:01:25.348Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-12T02:01:25.380Z] $ docker stop --time=1 1e68e70f6a084e8af9347be354e934e841af8ea3aadad9fd0d060d687b2d9262 [2021-03-12T02:01:27.425Z] $ docker rm -f 1e68e70f6a084e8af9347be354e934e841af8ea3aadad9fd0d060d687b2d9262 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-12T02:01:28.515Z] + docker inspect -f . ci-base-image-arm64 [2021-03-12T02:01:28.515Z] . [Pipeline] withDockerContainer [2021-03-12T02:01:28.792Z] prd-ubuntu18.04-docker-arm64-4c-16g-29584 does not seem to be running inside a container [2021-03-12T02:01:28.883Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-12T02:01:29.299Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T02:01:29.299Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-12T02:01:29.299Z] ---> 88312e7b1424 [2021-03-12T02:01:29.299Z] Step 3/22 : WORKDIR /edgex-go [2021-03-12T02:01:29.299Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T02:01:29.299Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-12T02:01:29.299Z] ---> 88312e7b1424 [2021-03-12T02:01:29.299Z] Step 3/21 : WORKDIR /edgex-go [2021-03-12T02:01:29.299Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T02:01:29.299Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-12T02:01:29.299Z] ---> 88312e7b1424 [2021-03-12T02:01:29.299Z] Step 3/23 : WORKDIR /edgex-go [2021-03-12T02:01:29.299Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T02:01:29.299Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-12T02:01:29.299Z] ---> 88312e7b1424 [2021-03-12T02:01:29.299Z] Step 3/24 : WORKDIR /edgex-go [2021-03-12T02:01:29.299Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T02:01:29.299Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-12T02:01:29.299Z] ---> 88312e7b1424 [2021-03-12T02:01:29.299Z] Step 3/22 : WORKDIR /edgex-go [2021-03-12T02:01:29.299Z] ---> Running in 6d767293d7f5 [2021-03-12T02:01:29.299Z] ---> Running in 53a97d61135e [2021-03-12T02:01:29.299Z] ---> Running in 82fc5a696c3f [2021-03-12T02:01:29.299Z] ---> Running in 81212d765f9b [2021-03-12T02:01:29.299Z] ---> Running in 45521cef93a0 [2021-03-12T02:01:29.299Z] Removing intermediate container 45521cef93a0 [2021-03-12T02:01:29.299Z] ---> a1853d72cee7 [2021-03-12T02:01:29.299Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T02:01:29.299Z] Removing intermediate container 53a97d61135e [2021-03-12T02:01:29.299Z] ---> b0f3915dba60 [2021-03-12T02:01:29.299Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T02:01:29.299Z] Removing intermediate container 6d767293d7f5 [2021-03-12T02:01:29.299Z] ---> 1ebe9e32e3a1 [2021-03-12T02:01:29.299Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T02:01:29.299Z] Removing intermediate container 82fc5a696c3f [2021-03-12T02:01:29.299Z] ---> 2331676cb203 [2021-03-12T02:01:29.299Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T02:01:29.299Z] Removing intermediate container 81212d765f9b [2021-03-12T02:01:29.299Z] ---> 6db39b28c0c6 [2021-03-12T02:01:29.299Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T02:01:29.299Z] ---> Running in aa63499986ab [2021-03-12T02:01:29.299Z] ---> Running in 4649f66cb21a [2021-03-12T02:01:29.299Z] ---> Running in f60db1ac56d0 [2021-03-12T02:01:29.299Z] ---> Running in ef6febebd370 [2021-03-12T02:01:29.299Z] ---> Running in 7539eda6f7d0 [2021-03-12T02:01:29.299Z] Removing intermediate container aa63499986ab [2021-03-12T02:01:29.299Z] ---> ca0e27be9a64 [2021-03-12T02:01:29.299Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-12T02:01:29.299Z] ---> Running in 150d940539f7 [2021-03-12T02:01:29.299Z] Removing intermediate container 4649f66cb21a [2021-03-12T02:01:29.299Z] ---> 76f533193cc7 [2021-03-12T02:01:29.299Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-12T02:01:29.299Z] Removing intermediate container f60db1ac56d0 [2021-03-12T02:01:29.299Z] ---> a0956bf1385d [2021-03-12T02:01:29.299Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-12T02:01:29.299Z] ---> Running in f8bc88839a26 [2021-03-12T02:01:29.299Z] Removing intermediate container 7539eda6f7d0 [2021-03-12T02:01:29.299Z] ---> 70f8ed8ffb73 [2021-03-12T02:01:29.299Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-12T02:01:29.299Z] ---> Running in f6ce2509771a [2021-03-12T02:01:29.299Z] Removing intermediate container ef6febebd370 [2021-03-12T02:01:29.299Z] ---> 2370699aa7f3 [2021-03-12T02:01:29.299Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-12T02:01:29.299Z] ---> Running in 46317ee76164 [2021-03-12T02:01:29.299Z] ---> Running in 5b2778e5319e [2021-03-12T02:01:29.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T02:01:29.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T02:01:29.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T02:01:29.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T02:01:29.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T02:01:29.577Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T02:01:29.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T02:01:29.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T02:01:30.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T02:01:30.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T02:01:30.380Z] $ docker top 6410584e5717d2bb977dcc5ec17468604c8b35289c6257896c8f6590855d7a0d -eo pid,comm [2021-03-12T02:01:30.375Z] OK: 233 MiB in 51 packages [2021-03-12T02:01:30.664Z] OK: 233 MiB in 51 packages [2021-03-12T02:01:30.664Z] OK: 233 MiB in 51 packages [Pipeline] { [Pipeline] echo [2021-03-12T02:01:30.784Z] ========================================================= [2021-03-12T02:01:30.784Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-12T02:01:30.784Z] ========================================================= [Pipeline] sh [2021-03-12T02:01:30.938Z] OK: 233 MiB in 51 packages [2021-03-12T02:01:30.938Z] OK: 233 MiB in 51 packages [2021-03-12T02:01:30.938Z] Removing intermediate container 150d940539f7 [2021-03-12T02:01:30.938Z] ---> 252558d28be5 [2021-03-12T02:01:30.938Z] Step 6/21 : COPY go.mod . [2021-03-12T02:01:31.433Z] + make test [2021-03-12T02:01:31.433Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-12T02:01:31.519Z] ---> 93e7476c10f3 [2021-03-12T02:01:31.519Z] Step 7/21 : RUN go mod download [2021-03-12T02:01:31.519Z] Removing intermediate container f8bc88839a26 [2021-03-12T02:01:31.519Z] ---> c3cfa090eb78 [2021-03-12T02:01:31.519Z] Step 6/22 : COPY go.mod . [2021-03-12T02:01:31.786Z] Removing intermediate container f6ce2509771a [2021-03-12T02:01:31.786Z] ---> 549a587a5e24 [2021-03-12T02:01:31.786Z] Step 6/23 : COPY go.mod . [2021-03-12T02:01:31.786Z] ---> Running in 97a3947c16a9 [2021-03-12T02:01:32.054Z] Removing intermediate container 5b2778e5319e [2021-03-12T02:01:32.054Z] ---> d71d695670ff [2021-03-12T02:01:32.054Z] Step 6/24 : COPY go.mod . [2021-03-12T02:01:32.054Z] ---> 1cbc616ff5bc [2021-03-12T02:01:32.054Z] Step 7/22 : RUN go mod download [2021-03-12T02:01:32.054Z] Removing intermediate container 46317ee76164 [2021-03-12T02:01:32.054Z] ---> 0ba3346dfef7 [2021-03-12T02:01:32.054Z] Step 6/22 : COPY go.mod . [2021-03-12T02:01:32.316Z] ---> f2d2a691b9ac [2021-03-12T02:01:32.316Z] Step 7/23 : RUN go mod download [2021-03-12T02:01:32.892Z] ---> Running in ca8e272c1da7 [2021-03-12T02:01:32.892Z] ---> Running in 0e386c84a24f [2021-03-12T02:01:32.892Z] ---> d070e55d8ede [2021-03-12T02:01:32.892Z] Step 7/24 : RUN go mod download [2021-03-12T02:01:32.892Z] ---> 226dec488357 [2021-03-12T02:01:32.892Z] Step 7/22 : RUN go mod download [2021-03-12T02:01:33.154Z] ---> Running in 6f945bca2e9f [2021-03-12T02:01:33.154Z] ---> Running in 5b9d0b7c31cb [2021-03-12T02:01:34.132Z] Removing intermediate container 97a3947c16a9 [2021-03-12T02:01:34.132Z] ---> d6842cb199de [2021-03-12T02:01:34.132Z] Step 8/21 : COPY . . [2021-03-12T02:01:36.709Z] Removing intermediate container ca8e272c1da7 [2021-03-12T02:01:36.709Z] ---> ce4be8030a19 [2021-03-12T02:01:36.709Z] Step 8/22 : COPY . . [2021-03-12T02:01:40.052Z] Removing intermediate container 0e386c84a24f [2021-03-12T02:01:40.052Z] ---> a26b4c811041 [2021-03-12T02:01:40.052Z] Step 8/23 : COPY . . [2021-03-12T02:01:40.052Z] Removing intermediate container 6f945bca2e9f [2021-03-12T02:01:40.052Z] ---> 5c58b8e25920 [2021-03-12T02:01:40.052Z] Step 8/24 : COPY . . [2021-03-12T02:01:42.628Z] Removing intermediate container 5b9d0b7c31cb [2021-03-12T02:01:42.628Z] ---> bc767e3daacd [2021-03-12T02:01:42.628Z] Step 8/22 : COPY . . [2021-03-12T02:01:58.276Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-12T02:02:15.656Z] ---> bc39983ce99e [2021-03-12T02:02:15.656Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-12T02:02:16.632Z] ---> Running in 122b247d7c6a [2021-03-12T02:02:17.590Z] ---> c2f6f31dab89 [2021-03-12T02:02:17.590Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-12T02:02:20.171Z] ---> Running in eee2b11a22bc [2021-03-12T02:02:20.455Z] 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-12T02:02:20.455Z] ---> 99241f44e3a5 [2021-03-12T02:02:20.455Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-12T02:02:20.455Z] ---> 8e69325aa80e [2021-03-12T02:02:20.455Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-12T02:02:20.455Z] ---> 170cc5cb4adb [2021-03-12T02:02:20.455Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-12T02:02:20.455Z] ---> Running in ce5217f485dc [2021-03-12T02:02:20.727Z] ---> Running in ef502c6e5049 [2021-03-12T02:02:20.727Z] ---> Running in 55118a17e61d [2021-03-12T02:02:20.995Z] 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-12T02:02:21.592Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-12T02:02:21.862Z] 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-12T02:02:21.862Z] 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-12T02:02:54.235Z] 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-12T02:02:54.235Z] 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-12T02:02:54.949Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-12T02:02:58.365Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-12T02:03:02.550Z] Removing intermediate container 122b247d7c6a [2021-03-12T02:03:02.551Z] ---> 97898317dd79 [2021-03-12T02:03:02.551Z] [2021-03-12T02:03:02.551Z] Step 10/21 : FROM alpine:3.12 [2021-03-12T02:03:02.551Z] 3.12: Pulling from library/alpine [2021-03-12T02:03:02.551Z] Removing intermediate container 55118a17e61d [2021-03-12T02:03:02.551Z] ---> 57fb5044937e [2021-03-12T02:03:02.551Z] [2021-03-12T02:03:02.551Z] Step 10/24 : FROM alpine:3.12 [2021-03-12T02:03:02.551Z] 3.12: Pulling from library/alpine [2021-03-12T02:03:02.551Z] Removing intermediate container eee2b11a22bc [2021-03-12T02:03:02.551Z] ---> f088624ecbca [2021-03-12T02:03:02.551Z] [2021-03-12T02:03:02.551Z] Step 10/22 : FROM alpine:3.12 [2021-03-12T02:03:02.551Z] 3.12: Pulling from library/alpine [2021-03-12T02:03:02.818Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-12T02:03:02.818Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-12T02:03:02.818Z] Status: Image is up to date for alpine:3.12 [2021-03-12T02:03:02.818Z] Status: Downloaded newer image for alpine:3.12 [2021-03-12T02:03:02.818Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-12T02:03:02.818Z] Status: Image is up to date for alpine:3.12 [2021-03-12T02:03:02.818Z] ---> 88dd2752d2ea [2021-03-12T02:03:02.818Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-12T02:03:02.818Z] ---> 88dd2752d2ea [2021-03-12T02:03:02.818Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-12T02:03:02.818Z] Removing intermediate container ef502c6e5049 [2021-03-12T02:03:02.818Z] ---> beb514bed8ce [2021-03-12T02:03:02.818Z] [2021-03-12T02:03:02.818Z] Step 10/22 : FROM alpine:3.12 [2021-03-12T02:03:02.818Z] ---> 88dd2752d2ea [2021-03-12T02:03:02.818Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-12T02:03:02.818Z] ---> 88dd2752d2ea [2021-03-12T02:03:02.818Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-12T02:03:03.402Z] ---> Running in 65287e60c3ae [2021-03-12T02:03:03.402Z] ---> Running in 6c3f8dfe63ca [2021-03-12T02:03:03.402Z] ---> Running in 35103d0ac052 [2021-03-12T02:03:03.402Z] ---> Running in 965f940af9f6 [2021-03-12T02:03:04.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T02:03:04.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T02:03:04.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T02:03:04.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T02:03:04.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T02:03:05.242Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T02:03:05.242Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-12T02:03:05.242Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-12T02:03:05.242Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-12T02:03:05.242Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T02:03:05.242Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-12T02:03:05.242Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-12T02:03:05.242Z] (4/4) Installing curl (7.69.1-r3) [2021-03-12T02:03:05.242Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T02:03:05.242Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-12T02:03:05.242Z] OK: 6 MiB in 15 packages [2021-03-12T02:03:05.242Z] Executing ca-certificates-20191127-r4.trigger [2021-03-12T02:03:05.242Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T02:03:05.242Z] OK: 7 MiB in 18 packages [2021-03-12T02:03:05.242Z] Executing ca-certificates-20191127-r4.trigger [2021-03-12T02:03:05.242Z] OK: 6 MiB in 16 packages [2021-03-12T02:03:05.820Z] Removing intermediate container ce5217f485dc [2021-03-12T02:03:05.820Z] ---> 30e5a5de164d [2021-03-12T02:03:05.820Z] [2021-03-12T02:03:05.820Z] Step 10/23 : FROM alpine:3.12 [2021-03-12T02:03:05.820Z] ---> 88dd2752d2ea [2021-03-12T02:03:05.820Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-12T02:03:06.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T02:03:06.397Z] ---> Running in 0be4506d6775 [2021-03-12T02:03:06.668Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T02:03:06.668Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-12T02:03:06.668Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-12T02:03:06.668Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-12T02:03:06.668Z] (4/5) Installing curl (7.69.1-r3) [2021-03-12T02:03:06.668Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-12T02:03:06.668Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T02:03:06.668Z] Executing ca-certificates-20191127-r4.trigger [2021-03-12T02:03:06.744Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-12T02:03:06.745Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-12T02:03:06.981Z] OK: 7 MiB in 19 packages [2021-03-12T02:03:08.374Z] Removing intermediate container 65287e60c3ae [2021-03-12T02:03:08.374Z] ---> f2cf75b81003 [2021-03-12T02:03:08.374Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T02:03:08.374Z] Removing intermediate container 6c3f8dfe63ca [2021-03-12T02:03:08.374Z] ---> a21455c9d86c [2021-03-12T02:03:08.374Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T02:03:08.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T02:03:08.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T02:03:08.641Z] ---> Running in 8801789d52ba [2021-03-12T02:03:08.641Z] ---> Running in a447ea6f0a93 [2021-03-12T02:03:08.641Z] Removing intermediate container 35103d0ac052 [2021-03-12T02:03:08.641Z] ---> 8c311142ab3f [2021-03-12T02:03:08.641Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-12T02:03:08.641Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-12T02:03:08.641Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T02:03:08.905Z] OK: 6 MiB in 15 packages [2021-03-12T02:03:08.905Z] ---> Running in cc9603ab4e23 [2021-03-12T02:03:09.396Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-12T02:03:09.396Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-12T02:03:09.396Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-12T02:03:09.396Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-12T02:03:09.482Z] Removing intermediate container 8801789d52ba [2021-03-12T02:03:09.482Z] ---> aaaebf7b21a4 [2021-03-12T02:03:09.482Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-12T02:03:09.482Z] Removing intermediate container a447ea6f0a93 [2021-03-12T02:03:09.482Z] ---> 6475af5a94a7 [2021-03-12T02:03:09.482Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-12T02:03:09.745Z] ---> Running in 591111b7848d [2021-03-12T02:03:09.745Z] ---> Running in da10d5f2c7a3 [2021-03-12T02:03:09.745Z] Removing intermediate container cc9603ab4e23 [2021-03-12T02:03:09.745Z] ---> 7f693b8980fe [2021-03-12T02:03:09.745Z] Step 13/21 : WORKDIR /edgex [2021-03-12T02:03:09.745Z] Removing intermediate container 965f940af9f6 [2021-03-12T02:03:09.745Z] ---> 2f7da463f0d8 [2021-03-12T02:03:09.745Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-12T02:03:10.009Z] ---> Running in 67c4020dbae0 [2021-03-12T02:03:10.009Z] ---> Running in fe695716ca14 [2021-03-12T02:03:10.009Z] Removing intermediate container 591111b7848d [2021-03-12T02:03:10.009Z] ---> 31c8f51a2f46 [2021-03-12T02:03:10.009Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-12T02:03:10.595Z] Removing intermediate container da10d5f2c7a3 [2021-03-12T02:03:10.595Z] ---> ea87bb44e009 [2021-03-12T02:03:10.595Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-12T02:03:10.595Z] Removing intermediate container 0be4506d6775 [2021-03-12T02:03:10.595Z] ---> f93f5950d83a [2021-03-12T02:03:10.595Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T02:03:10.595Z] ---> Running in 2da10cbb79ea [2021-03-12T02:03:10.595Z] ---> Running in 8cdeae71a74e [2021-03-12T02:03:10.595Z] ---> Running in 8ddf6b0b43e4 [2021-03-12T02:03:10.864Z] Removing intermediate container fe695716ca14 [2021-03-12T02:03:10.864Z] ---> a898771f61f2 [2021-03-12T02:03:10.864Z] Step 13/24 : WORKDIR / [2021-03-12T02:03:10.864Z] Removing intermediate container 67c4020dbae0 [2021-03-12T02:03:10.864Z] ---> 5696fe788e74 [2021-03-12T02:03:10.864Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-12T02:03:10.864Z] ---> Running in 53af43f13fd9 [2021-03-12T02:03:11.128Z] Removing intermediate container 2da10cbb79ea [2021-03-12T02:03:11.128Z] ---> 8341685d72cd [2021-03-12T02:03:11.128Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T02:03:11.128Z] Removing intermediate container 8cdeae71a74e [2021-03-12T02:03:11.128Z] ---> 9e822adaf8d3 [2021-03-12T02:03:11.128Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T02:03:11.128Z] Removing intermediate container 8ddf6b0b43e4 [2021-03-12T02:03:11.128Z] ---> d4bb6faead31 [2021-03-12T02:03:11.128Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-12T02:03:11.394Z] ---> 490059b2e46a [2021-03-12T02:03:11.394Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-12T02:03:11.395Z] Removing intermediate container 53af43f13fd9 [2021-03-12T02:03:11.395Z] ---> f2399676d7e7 [2021-03-12T02:03:11.395Z] 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-12T02:03:11.395Z] ---> Running in 278a39b32259 [2021-03-12T02:03:11.667Z] ---> eb4e3b153d8c [2021-03-12T02:03:11.667Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-12T02:03:11.667Z] ---> ac1ea6af0d7a [2021-03-12T02:03:11.667Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-12T02:03:11.667Z] Removing intermediate container 278a39b32259 [2021-03-12T02:03:11.667Z] ---> 220978408ef3 [2021-03-12T02:03:11.667Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-12T02:03:11.667Z] ---> 6b7c21058b6b [2021-03-12T02:03:11.667Z] 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-12T02:03:11.938Z] ---> Running in 9901cc0a1b03 [2021-03-12T02:03:12.207Z] ---> b3eb101925ee [2021-03-12T02:03:12.207Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-12T02:03:12.207Z] Removing intermediate container 9901cc0a1b03 [2021-03-12T02:03:12.207Z] ---> ec6a72c9f790 [2021-03-12T02:03:12.207Z] Step 15/23 : WORKDIR / [2021-03-12T02:03:12.207Z] ---> 56a6f105325c [2021-03-12T02:03:12.207Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-12T02:03:12.474Z] ---> Running in 6f157881149e [2021-03-12T02:03:12.474Z] ---> 031b0b79f8cc [2021-03-12T02:03:12.474Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-12T02:03:12.474Z] ---> caa4461bc0f2 [2021-03-12T02:03:12.474Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-12T02:03:12.745Z] ---> 3498817f3f8f [2021-03-12T02:03:12.745Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-12T02:03:12.745Z] ---> 789843f2598a [2021-03-12T02:03:12.745Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-12T02:03:13.332Z] ---> Running in 791b46486285 [2021-03-12T02:03:13.332Z] ---> 4a9b53ee0b41 [2021-03-12T02:03:13.332Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-12T02:03:13.332Z] Removing intermediate container 6f157881149e [2021-03-12T02:03:13.332Z] ---> 5b6cc6143727 [2021-03-12T02:03:13.332Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T02:03:13.332Z] ---> 272113ff7d3d [2021-03-12T02:03:13.332Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-12T02:03:13.332Z] ---> 711bd2b9d2da [2021-03-12T02:03:13.332Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-12T02:03:13.596Z] ---> Running in 20623468f654 [2021-03-12T02:03:13.597Z] ---> Running in b97491d2fe26 [2021-03-12T02:03:13.597Z] Removing intermediate container 791b46486285 [2021-03-12T02:03:13.597Z] ---> e9793d7159a5 [2021-03-12T02:03:13.597Z] Step 18/21 : CMD ["--init=true"] [2021-03-12T02:03:13.766Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-12T02:03:13.861Z] ---> 3f250843ab8e [2021-03-12T02:03:13.861Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-12T02:03:13.861Z] ---> Running in 4c0bc59fa112 [2021-03-12T02:03:13.861Z] Removing intermediate container 20623468f654 [2021-03-12T02:03:13.861Z] ---> 0f1186c7fb5f [2021-03-12T02:03:13.861Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T02:03:13.861Z] Removing intermediate container b97491d2fe26 [2021-03-12T02:03:13.861Z] ---> 3bc01ea6692c [2021-03-12T02:03:13.861Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T02:03:14.047Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-12T02:03:14.130Z] ---> Running in 0dc2c69e46aa [2021-03-12T02:03:14.130Z] ---> a3596aaf6778 [2021-03-12T02:03:14.130Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-12T02:03:14.130Z] Removing intermediate container 4c0bc59fa112 [2021-03-12T02:03:14.130Z] ---> 0ae5d5fa1bc7 [2021-03-12T02:03:14.130Z] Step 19/21 : LABEL arch=x86_64 [2021-03-12T02:03:14.130Z] ---> Running in 6e807dd79d8c [2021-03-12T02:03:14.394Z] ---> Running in 5939d1c3c13a [2021-03-12T02:03:14.394Z] Removing intermediate container 0dc2c69e46aa [2021-03-12T02:03:14.394Z] ---> 2bf89c38bd28 [2021-03-12T02:03:14.394Z] Step 20/22 : LABEL arch=x86_64 [2021-03-12T02:03:14.394Z] ---> 72965fdc52ad [2021-03-12T02:03:14.394Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-12T02:03:14.659Z] ---> 04e2b5a043fe [2021-03-12T02:03:14.659Z] 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-12T02:03:14.946Z] Removing intermediate container 6e807dd79d8c [2021-03-12T02:03:14.946Z] ---> d5bbeb71874d [2021-03-12T02:03:14.946Z] Step 20/22 : LABEL arch=x86_64 [2021-03-12T02:03:14.946Z] ---> Running in c571953d98e4 [2021-03-12T02:03:14.946Z] Removing intermediate container 5939d1c3c13a [2021-03-12T02:03:14.946Z] ---> e5988f2db8f2 [2021-03-12T02:03:14.946Z] Step 20/21 : LABEL git_sha=ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 [2021-03-12T02:03:14.946Z] ---> Running in e0ecbd51a4a3 [2021-03-12T02:03:14.946Z] ---> Running in 8e61d0d0dacf [2021-03-12T02:03:15.218Z] ---> 2d47e0c8b49a [2021-03-12T02:03:15.218Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-12T02:03:15.218Z] ---> Running in 7a8da22b2c33 [2021-03-12T02:03:15.218Z] ---> Running in 714e9a113b1c [2021-03-12T02:03:15.482Z] Removing intermediate container c571953d98e4 [2021-03-12T02:03:15.482Z] ---> 8f2dbcb6f4e7 [2021-03-12T02:03:15.482Z] Step 21/22 : LABEL git_sha=ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 [2021-03-12T02:03:15.482Z] Removing intermediate container e0ecbd51a4a3 [2021-03-12T02:03:15.482Z] ---> 57707a9304a5 [2021-03-12T02:03:15.482Z] Step 21/22 : LABEL git_sha=ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 [2021-03-12T02:03:15.756Z] Removing intermediate container 7a8da22b2c33 [2021-03-12T02:03:15.756Z] ---> 1ab25f040d49 [2021-03-12T02:03:15.756Z] Step 21/21 : LABEL version=0.0.0 [2021-03-12T02:03:15.756Z] Removing intermediate container 714e9a113b1c [2021-03-12T02:03:15.756Z] ---> d62ba9d39d07 [2021-03-12T02:03:15.756Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T02:03:15.756Z] ---> Running in 8ba347410a06 [2021-03-12T02:03:15.756Z] ---> Running in 4061ee62ac42 [2021-03-12T02:03:15.756Z] ---> Running in 2255486db285 [2021-03-12T02:03:15.756Z] ---> Running in f75c224d16e7 [2021-03-12T02:03:16.027Z] Removing intermediate container 8ba347410a06 [2021-03-12T02:03:16.027Z] ---> a52006312018 [2021-03-12T02:03:16.027Z] Step 22/22 : LABEL version=0.0.0 [2021-03-12T02:03:16.027Z] Removing intermediate container 4061ee62ac42 [2021-03-12T02:03:16.027Z] ---> a09c5616a836 [2021-03-12T02:03:16.027Z] Step 22/22 : LABEL version=0.0.0 [2021-03-12T02:03:16.294Z] ---> Running in 76821fbef3bb [2021-03-12T02:03:16.294Z] ---> Running in 1052fa4d4ea5 [2021-03-12T02:03:16.294Z] Removing intermediate container 2255486db285 [2021-03-12T02:03:16.294Z] ---> a33e47580270 [2021-03-12T02:03:16.294Z] [2021-03-12T02:03:16.557Z] Removing intermediate container f75c224d16e7 [2021-03-12T02:03:16.557Z] ---> c124af5ca6c7 [2021-03-12T02:03:16.557Z] Step 21/23 : LABEL arch=x86_64 [2021-03-12T02:03:16.824Z] ---> Running in 693b58e13463 [2021-03-12T02:03:16.824Z] Successfully built a33e47580270 [2021-03-12T02:03:16.824Z] Removing intermediate container 1052fa4d4ea5 [2021-03-12T02:03:16.824Z] ---> 1a4d8fa4805a [2021-03-12T02:03:16.824Z] [2021-03-12T02:03:16.824Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-12T02:03:16.824Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 76821fbef3bb [2021-03-12T02:03:16.824Z] ---> 14c4e3c636a6 [2021-03-12T02:03:16.824Z] [2021-03-12T02:03:16.824Z] Building docker-security-bootstrapper-go [2021-03-12T02:03:16.824Z] Removing intermediate container 8e61d0d0dacf [2021-03-12T02:03:16.825Z] ---> 7825ba4d9a87 [2021-03-12T02:03:16.825Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-12T02:03:17.093Z] Successfully built 1a4d8fa4805a [2021-03-12T02:03:17.093Z] Successfully built 14c4e3c636a6 [2021-03-12T02:03:17.093Z] ---> Running in 43cca7fcef03 [2021-03-12T02:03:17.093Z] Successfully tagged docker-support-notifications-go:latest [2021-03-12T02:03:17.093Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-03-12T02:03:17.093Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-12T02:03:17.093Z] Building docker-core-command-go [2021-03-12T02:03:17.358Z]  Building docker-support-scheduler-go ... done Removing intermediate container 693b58e13463 [2021-03-12T02:03:17.358Z] ---> 413a4696e8df [2021-03-12T02:03:17.358Z] Step 22/23 : LABEL git_sha=ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 [2021-03-12T02:03:17.358Z] ---> Running in 77cd1c327d05 [2021-03-12T02:03:17.358Z] Removing intermediate container 43cca7fcef03 [2021-03-12T02:03:17.358Z] ---> 212f6436909b [2021-03-12T02:03:17.358Z] Step 22/24 : LABEL arch=x86_64 [2021-03-12T02:03:17.358Z] ---> Running in 2b216a9f736e [2021-03-12T02:03:17.623Z] Removing intermediate container 77cd1c327d05 [2021-03-12T02:03:17.624Z] ---> 6370eade5339 [2021-03-12T02:03:17.624Z] Step 23/23 : LABEL version=0.0.0 [2021-03-12T02:03:17.624Z] ---> Running in 4cfb921154c2 [2021-03-12T02:03:17.624Z] Removing intermediate container 2b216a9f736e [2021-03-12T02:03:17.624Z] ---> 589c4f51a052 [2021-03-12T02:03:17.624Z] Step 23/24 : LABEL git_sha=ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 [2021-03-12T02:03:17.894Z] ---> Running in 1391f5a6a322 [2021-03-12T02:03:17.894Z] Removing intermediate container 4cfb921154c2 [2021-03-12T02:03:17.894Z] ---> 86408ded9b25 [2021-03-12T02:03:17.894Z] [2021-03-12T02:03:18.162Z] Successfully built 86408ded9b25 [2021-03-12T02:03:18.162Z] Removing intermediate container 1391f5a6a322 [2021-03-12T02:03:18.162Z] ---> 046d3ab3509b [2021-03-12T02:03:18.162Z] Step 24/24 : LABEL version=0.0.0 [2021-03-12T02:03:18.162Z] Successfully tagged docker-core-metadata-go:latest [2021-03-12T02:03:18.162Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-03-12T02:03:18.162Z] ---> Running in 2f76d9f0cb36 [2021-03-12T02:03:21.500Z] Removing intermediate container 2f76d9f0cb36 [2021-03-12T02:03:21.500Z] ---> 1e4229d57442 [2021-03-12T02:03:21.500Z] [2021-03-12T02:03:22.079Z] Successfully built 1e4229d57442 [2021-03-12T02:03:22.344Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-12T02:03:22.361Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-12T02:03:22.361Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-12T02:03:22.361Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-12T02:03:29.121Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.370s coverage: 45.9% of statements [2021-03-12T02:03:29.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-12T02:03:29.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-12T02:03:29.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-12T02:03:29.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-12T02:03:29.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-12T02:03:29.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-12T02:03:29.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-12T02:03:29.121Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.239s coverage: 100.0% of statements [2021-03-12T02:03:37.446Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.613s coverage: 27.1% of statements [2021-03-12T02:03:37.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-12T02:03:37.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-12T02:03:37.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-12T02:03:37.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-12T02:03:37.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-12T02:03:37.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-12T02:03:37.446Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements [2021-03-12T02:03:37.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-12T02:03:37.446Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2021-03-12T02:03:37.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-12T02:03:37.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-12T02:03:37.446Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.266s coverage: 71.3% of statements [2021-03-12T02:03:37.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-12T02:03:37.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-12T02:03:40.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.554s coverage: 82.9% of statements [2021-03-12T02:03:40.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-12T02:03:40.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T02:03:40.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.221s coverage: 78.9% of statements [2021-03-12T02:03:40.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-12T02:03:44.478Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T02:03:44.478Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-12T02:03:44.478Z] ---> 88312e7b1424 [2021-03-12T02:03:44.478Z] Step 3/23 : WORKDIR /edgex-go [2021-03-12T02:03:44.478Z] ---> Using cache [2021-03-12T02:03:44.478Z] ---> 6db39b28c0c6 [2021-03-12T02:03:44.478Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T02:03:44.478Z] ---> Using cache [2021-03-12T02:03:44.478Z] ---> a0956bf1385d [2021-03-12T02:03:44.478Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-12T02:03:44.478Z] ---> Using cache [2021-03-12T02:03:44.478Z] ---> 549a587a5e24 [2021-03-12T02:03:44.478Z] Step 6/23 : COPY go.mod . [2021-03-12T02:03:44.478Z] ---> Using cache [2021-03-12T02:03:44.478Z] ---> f2d2a691b9ac [2021-03-12T02:03:44.478Z] Step 7/23 : RUN go mod download [2021-03-12T02:03:44.478Z] ---> Using cache [2021-03-12T02:03:44.478Z] ---> a26b4c811041 [2021-03-12T02:03:44.478Z] Step 8/23 : COPY . . [2021-03-12T02:03:44.478Z] ---> Using cache [2021-03-12T02:03:44.478Z] ---> 8e69325aa80e [2021-03-12T02:03:44.478Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-12T02:03:45.100Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T02:03:45.100Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-12T02:03:45.100Z] ---> 88312e7b1424 [2021-03-12T02:03:45.100Z] Step 3/31 : WORKDIR /edgex-go [2021-03-12T02:03:45.100Z] ---> Using cache [2021-03-12T02:03:45.100Z] ---> 6db39b28c0c6 [2021-03-12T02:03:45.100Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T02:03:45.100Z] ---> Using cache [2021-03-12T02:03:45.100Z] ---> a0956bf1385d [2021-03-12T02:03:45.100Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-12T02:03:45.100Z] ---> Using cache [2021-03-12T02:03:45.100Z] ---> 549a587a5e24 [2021-03-12T02:03:45.100Z] Step 6/31 : COPY go.mod . [2021-03-12T02:03:45.100Z] ---> Using cache [2021-03-12T02:03:45.100Z] ---> f2d2a691b9ac [2021-03-12T02:03:45.101Z] Step 7/31 : RUN go mod download [2021-03-12T02:03:45.101Z] ---> Using cache [2021-03-12T02:03:45.101Z] ---> a26b4c811041 [2021-03-12T02:03:45.101Z] Step 8/31 : COPY . . [2021-03-12T02:03:45.101Z] ---> Using cache [2021-03-12T02:03:45.101Z] ---> 8e69325aa80e [2021-03-12T02:03:45.101Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-12T02:03:45.101Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T02:03:45.101Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-12T02:03:45.101Z] ---> 88312e7b1424 [2021-03-12T02:03:45.101Z] Step 3/26 : WORKDIR /edgex-go [2021-03-12T02:03:45.101Z] ---> Using cache [2021-03-12T02:03:45.101Z] ---> 6db39b28c0c6 [2021-03-12T02:03:45.101Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T02:03:45.101Z] ---> Using cache [2021-03-12T02:03:45.101Z] ---> a0956bf1385d [2021-03-12T02:03:45.101Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-12T02:03:45.364Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T02:03:45.364Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-12T02:03:45.364Z] ---> 88312e7b1424 [2021-03-12T02:03:45.364Z] Step 3/23 : WORKDIR /edgex-go [2021-03-12T02:03:45.364Z] ---> Using cache [2021-03-12T02:03:45.364Z] ---> 6db39b28c0c6 [2021-03-12T02:03:45.364Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T02:03:45.364Z] ---> Using cache [2021-03-12T02:03:45.364Z] ---> a0956bf1385d [2021-03-12T02:03:45.364Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-12T02:03:46.322Z] ---> Running in 7ee842eb4353 [2021-03-12T02:03:46.322Z] ---> Running in 8255fed96d53 [2021-03-12T02:03:46.322Z] ---> Running in 0a8dd8242515 [2021-03-12T02:03:46.322Z] ---> Running in 27c385a53e6a [2021-03-12T02:03:47.299Z] 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-12T02:03:47.299Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-12T02:03:47.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T02:03:47.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T02:03:49.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T02:03:49.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T02:03:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.386s coverage: 28.6% of statements [2021-03-12T02:03:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-12T02:03:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-12T02:03:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-12T02:03:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-12T02:03:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-12T02:03:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.162s coverage: 100.0% of statements [2021-03-12T02:03:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-12T02:03:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements [2021-03-12T02:03:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-12T02:03:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.357s coverage: 86.7% of statements [2021-03-12T02:03:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-12T02:03:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.380s coverage: 97.5% of statements [2021-03-12T02:03:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-12T02:03:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.165s coverage: 78.3% of statements [2021-03-12T02:03:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-12T02:03:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-12T02:03:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-12T02:03:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-12T02:03:52.212Z] OK: 233 MiB in 51 packages [2021-03-12T02:03:52.212Z] OK: 233 MiB in 51 packages [2021-03-12T02:03:53.841Z] Removing intermediate container 27c385a53e6a [2021-03-12T02:03:53.841Z] ---> e7b8a216e8f7 [2021-03-12T02:03:53.841Z] Step 6/26 : COPY go.mod . [2021-03-12T02:03:53.841Z] Removing intermediate container 7ee842eb4353 [2021-03-12T02:03:53.841Z] ---> b23dfcc07af3 [2021-03-12T02:03:53.841Z] Step 6/23 : COPY go.mod . [2021-03-12T02:03:54.832Z] ---> c4f8938f149c [2021-03-12T02:03:54.832Z] Step 7/26 : RUN go mod download [2021-03-12T02:03:54.832Z] ---> Running in 0c5a3659091d [2021-03-12T02:03:54.832Z] ---> 97b519a6eb38 [2021-03-12T02:03:54.832Z] Step 7/23 : RUN go mod download [2021-03-12T02:03:55.108Z] ---> Running in ec106315f822 [2021-03-12T02:03:58.482Z] Removing intermediate container ec106315f822 [2021-03-12T02:03:58.482Z] ---> adcf5dc8836c [2021-03-12T02:03:58.483Z] Step 8/23 : COPY . . [2021-03-12T02:03:58.483Z] Removing intermediate container 0c5a3659091d [2021-03-12T02:03:58.483Z] ---> 99d577f5aebb [2021-03-12T02:03:58.483Z] Step 8/26 : COPY . . [2021-03-12T02:04:00.600Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.315s coverage: 92.8% of statements [2021-03-12T02:04:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-12T02:04:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T02:04:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-12T02:04:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-12T02:04:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-12T02:04:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-12T02:04:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-12T02:04:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-12T02:04:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-12T02:04:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-12T02:04:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-12T02:04:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-12T02:04:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-12T02:04:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-12T02:04:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-12T02:04:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-12T02:04:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-12T02:04:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-12T02:04:00.600Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements [2021-03-12T02:04:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-12T02:04:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-12T02:04:00.600Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.280s coverage: 0.1% of statements [2021-03-12T02:04:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-12T02:04:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-12T02:04:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-12T02:04:00.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.085s coverage: 47.1% of statements [2021-03-12T02:04:00.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.084s coverage: 79.5% of statements [2021-03-12T02:04:00.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.064s coverage: 94.1% of statements [2021-03-12T02:04:00.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.114s coverage: 96.3% of statements [2021-03-12T02:04:00.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements [2021-03-12T02:04:10.793Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.118s coverage: 94.4% of statements [2021-03-12T02:04:10.793Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.066s coverage: 44.8% of statements [2021-03-12T02:04:10.793Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.120s coverage: 81.4% of statements [2021-03-12T02:04:29.177Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.167s coverage: 92.9% of statements [2021-03-12T02:04:29.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-12T02:04:29.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-12T02:04:29.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-12T02:04:29.177Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-03-12T02:04:29.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-12T02:04:29.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-12T02:04:29.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-12T02:04:29.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-12T02:04:29.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-12T02:04:29.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.080s coverage: 87.2% of statements [2021-03-12T02:04:29.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-12T02:04:29.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-12T02:04:29.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements [2021-03-12T02:04:29.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-12T02:04:29.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements [2021-03-12T02:04:29.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-12T02:04:29.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.8% of statements [2021-03-12T02:04:29.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.138s coverage: 87.2% of statements [2021-03-12T02:04:29.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.140s coverage: 84.6% of statements [2021-03-12T02:04:29.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.173s coverage: 91.6% of statements [2021-03-12T02:04:29.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-12T02:04:29.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.560s coverage: 62.4% of statements [2021-03-12T02:04:29.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-12T02:04:29.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-12T02:04:29.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2021-03-12T02:04:29.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.111s coverage: 91.3% of statements [2021-03-12T02:04:29.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-03-12T02:04:29.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements [2021-03-12T02:04:29.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-03-12T02:04:30.823Z] Removing intermediate container 8255fed96d53 [2021-03-12T02:04:30.823Z] ---> fde4ba5ca4f1 [2021-03-12T02:04:30.823Z] [2021-03-12T02:04:30.823Z] Step 10/31 : FROM alpine:3.12 [2021-03-12T02:04:30.823Z] ---> 88dd2752d2ea [2021-03-12T02:04:30.823Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-12T02:04:30.823Z] ---> Running in 92dc012870b5 [2021-03-12T02:04:30.823Z] Removing intermediate container 0a8dd8242515 [2021-03-12T02:04:30.823Z] ---> fadd10ee9b25 [2021-03-12T02:04:30.823Z] [2021-03-12T02:04:30.823Z] Step 10/23 : FROM alpine:3.12 [2021-03-12T02:04:30.823Z] ---> 88dd2752d2ea [2021-03-12T02:04:30.823Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-12T02:04:30.823Z] ---> Using cache [2021-03-12T02:04:30.823Z] ---> f93f5950d83a [2021-03-12T02:04:30.823Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T02:04:30.823Z] ---> Using cache [2021-03-12T02:04:30.823Z] ---> d4bb6faead31 [2021-03-12T02:04:30.823Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-12T02:04:30.823Z] ---> 7f520556c525 [2021-03-12T02:04:30.823Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-12T02:04:30.823Z] ---> a52a3003dee0 [2021-03-12T02:04:30.823Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-12T02:04:30.823Z] ---> Running in 345cf506bf90 [2021-03-12T02:04:30.823Z] ---> Running in 8fe394d956b1 [2021-03-12T02:04:30.823Z] ---> Running in 288fd1d9d438 [2021-03-12T02:04:30.823Z] Removing intermediate container 92dc012870b5 [2021-03-12T02:04:30.823Z] ---> b03b2dd0d306 [2021-03-12T02:04:30.823Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-12T02:04:30.823Z] Removing intermediate container 345cf506bf90 [2021-03-12T02:04:30.823Z] ---> bfe95b1b6f0f [2021-03-12T02:04:30.823Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-12T02:04:30.823Z] ---> Running in 82cf1f74fb99 [2021-03-12T02:04:30.823Z] ---> Running in cceb98112405 [2021-03-12T02:04:30.823Z] Removing intermediate container cceb98112405 [2021-03-12T02:04:30.823Z] ---> 22c4bbb67d07 [2021-03-12T02:04:30.823Z] Step 15/23 : WORKDIR / [2021-03-12T02:04:30.823Z] ---> Running in 1fb3ea6fbc3f [2021-03-12T02:04:30.823Z] 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-12T02:04:30.823Z] Removing intermediate container 1fb3ea6fbc3f [2021-03-12T02:04:30.823Z] ---> 1370bb44ca5a [2021-03-12T02:04:30.823Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T02:04:30.823Z] 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-12T02:04:30.823Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T02:04:30.823Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T02:04:30.823Z] ---> f0c321eb8294 [2021-03-12T02:04:30.823Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-12T02:04:30.823Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-12T02:04:30.823Z] (2/2) Installing su-exec (0.2-r1) [2021-03-12T02:04:30.823Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T02:04:30.823Z] OK: 6 MiB in 16 packages [2021-03-12T02:04:31.419Z] ---> 026d0a2d94fa [2021-03-12T02:04:31.419Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-12T02:04:31.419Z] Removing intermediate container 82cf1f74fb99 [2021-03-12T02:04:31.419Z] ---> 9f187d554ee1 [2021-03-12T02:04:31.419Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-12T02:04:31.684Z] ---> Running in 977d255e4370 [2021-03-12T02:04:31.684Z] ---> c6b96ccaef7e [2021-03-12T02:04:31.684Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-12T02:04:31.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.007s coverage: 69.0% of statements [2021-03-12T02:04:31.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-12T02:04:31.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-12T02:04:31.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-12T02:04:31.952Z] ---> Running in 9abea15546ad [2021-03-12T02:04:32.229Z] Removing intermediate container 977d255e4370 [2021-03-12T02:04:32.229Z] ---> 42f787b6a9e4 [2021-03-12T02:04:32.229Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-12T02:04:32.229Z] ---> Running in 8d40998b385e [2021-03-12T02:04:32.511Z] Removing intermediate container 9abea15546ad [2021-03-12T02:04:32.511Z] ---> e95ea9a84dea [2021-03-12T02:04:32.511Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T02:04:32.511Z] ---> Running in 342d1da3ee77 [2021-03-12T02:04:32.787Z] Removing intermediate container 8d40998b385e [2021-03-12T02:04:32.787Z] ---> 5773001d994d [2021-03-12T02:04:32.787Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-12T02:04:32.787Z] Removing intermediate container 342d1da3ee77 [2021-03-12T02:04:32.787Z] ---> b11bb4ba2aa2 [2021-03-12T02:04:32.787Z] Step 21/23 : LABEL arch=x86_64 [2021-03-12T02:04:32.787Z] ---> Running in 54916d7e7303 [2021-03-12T02:04:33.065Z] ---> Running in 9d844845a3a7 [2021-03-12T02:04:33.504Z] Removing intermediate container 9d844845a3a7 [2021-03-12T02:04:33.504Z] ---> 33f651f64306 [2021-03-12T02:04:33.504Z] Step 22/23 : LABEL git_sha=ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 [2021-03-12T02:04:34.791Z] ---> Running in 9fb91637890a [2021-03-12T02:04:35.072Z] Removing intermediate container 9fb91637890a [2021-03-12T02:04:35.072Z] ---> aa30c66de5ed [2021-03-12T02:04:35.072Z] Step 23/23 : LABEL version=0.0.0 [2021-03-12T02:04:35.072Z] ---> Running in c8ad260639f2 [2021-03-12T02:04:35.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.445s coverage: 38.4% of statements [2021-03-12T02:04:35.274Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-12T02:04:35.274Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-12T02:04:35.274Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.118s coverage: 89.5% of statements [2021-03-12T02:04:35.274Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-12T02:04:35.274Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.089s coverage: 84.8% of statements [2021-03-12T02:04:35.677Z] Removing intermediate container c8ad260639f2 [2021-03-12T02:04:35.678Z] ---> 5594ed0265f2 [2021-03-12T02:04:35.678Z] [2021-03-12T02:04:35.678Z] Removing intermediate container 54916d7e7303 [2021-03-12T02:04:35.678Z] ---> b249fab9bfcb [2021-03-12T02:04:35.678Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-12T02:04:35.950Z] ---> Running in dfcf53887b1d [2021-03-12T02:04:35.950Z] Successfully built 5594ed0265f2 [2021-03-12T02:04:35.950Z] Successfully tagged docker-core-command-go:latest [2021-03-12T02:04:36.219Z]  Building docker-core-command-go ... done Removing intermediate container dfcf53887b1d [2021-03-12T02:04:36.219Z] ---> 48b787086ee1 [2021-03-12T02:04:36.219Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-12T02:04:36.801Z] ---> 53b8cd011b9b [2021-03-12T02:04:36.801Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-12T02:04:37.067Z] ---> Running in 1619e95c94f7 [2021-03-12T02:04:39.675Z] Removing intermediate container 1619e95c94f7 [2021-03-12T02:04:39.675Z] ---> 5ce700656c1e [2021-03-12T02:04:39.675Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T02:04:39.675Z] ---> 2a29c99cf0ea [2021-03-12T02:04:39.675Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-12T02:04:40.724Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.454s coverage: 47.0% of statements [2021-03-12T02:04:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-12T02:04:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-12T02:04:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-12T02:04:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-12T02:04:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-12T02:04:40.724Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.167s coverage: 100.0% of statements [2021-03-12T02:04:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-12T02:04:40.724Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.176s coverage: 100.0% of statements [2021-03-12T02:04:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-12T02:04:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-12T02:04:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-12T02:04:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-12T02:04:41.114Z] ---> ac434042e949 [2021-03-12T02:04:41.115Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-12T02:04:42.075Z] ---> debdb5e6f71d [2021-03-12T02:04:42.075Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-12T02:04:42.190Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.414s coverage: 87.1% of statements [2021-03-12T02:04:42.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-12T02:04:42.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T02:04:42.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-12T02:04:42.663Z] ---> 165617342fe2 [2021-03-12T02:04:42.663Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-12T02:04:43.254Z] ---> 95f1c2b18ea0 [2021-03-12T02:04:43.254Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-12T02:04:43.519Z] ---> Running in 26f7928dca8d [2021-03-12T02:04:43.800Z] Removing intermediate container 26f7928dca8d [2021-03-12T02:04:43.800Z] ---> fcadb5b5ff27 [2021-03-12T02:04:43.800Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-12T02:04:44.077Z] ---> f1e39e6f1c5a [2021-03-12T02:04:44.077Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-12T02:04:44.354Z] ---> Running in e3117eab2689 [2021-03-12T02:04:46.964Z] Removing intermediate container e3117eab2689 [2021-03-12T02:04:46.964Z] ---> f45da73553fd [2021-03-12T02:04:46.964Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-12T02:04:46.964Z] ---> Running in a7cbe904fe7e [2021-03-12T02:04:47.235Z] Removing intermediate container a7cbe904fe7e [2021-03-12T02:04:47.236Z] ---> 63110e83cc18 [2021-03-12T02:04:47.236Z] Step 28/31 : CMD ["gate"] [2021-03-12T02:04:47.505Z] ---> Running in d52017c937db [2021-03-12T02:04:47.783Z] Removing intermediate container d52017c937db [2021-03-12T02:04:47.783Z] ---> cceb3d16f8a0 [2021-03-12T02:04:47.783Z] Step 29/31 : LABEL arch=x86_64 [2021-03-12T02:04:48.052Z] ---> Running in 2f42cb613c78 [2021-03-12T02:04:48.317Z] Removing intermediate container 2f42cb613c78 [2021-03-12T02:04:48.317Z] ---> a1e66f7e8ee6 [2021-03-12T02:04:48.317Z] Step 30/31 : LABEL git_sha=ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 [2021-03-12T02:04:48.584Z] ---> Running in 94c15b721c9f [2021-03-12T02:04:49.986Z] Removing intermediate container 94c15b721c9f [2021-03-12T02:04:49.987Z] ---> a456dee7f251 [2021-03-12T02:04:49.987Z] Step 31/31 : LABEL version=0.0.0 [2021-03-12T02:04:50.552Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.878s coverage: 29.1% of statements [2021-03-12T02:04:50.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-12T02:04:50.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-12T02:04:50.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-12T02:04:50.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-12T02:04:50.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-12T02:04:50.552Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.223s coverage: 99.0% of statements [2021-03-12T02:04:50.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-12T02:04:50.552Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.168s coverage: 100.0% of statements [2021-03-12T02:04:50.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-12T02:04:50.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-12T02:04:50.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-12T02:04:50.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-12T02:04:50.552Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.317s coverage: 96.5% of statements [2021-03-12T02:04:50.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-12T02:04:50.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T02:04:50.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-12T02:04:50.552Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-03-12T02:04:50.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-12T02:04:50.552Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements [2021-03-12T02:04:50.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-12T02:04:50.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-12T02:04:50.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-12T02:04:50.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-12T02:04:50.552Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.099s coverage: 87.9% of statements [2021-03-12T02:04:50.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-12T02:04:50.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-12T02:04:50.552Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-03-12T02:04:51.384Z] ---> Running in 5369ead30ce9 [2021-03-12T02:04:51.384Z] Removing intermediate container 8fe394d956b1 [2021-03-12T02:04:51.384Z] ---> dd52ed7e6e64 [2021-03-12T02:04:51.384Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-12T02:04:51.651Z] ---> Running in 3cc8ce06d848 [2021-03-12T02:04:51.651Z] Removing intermediate container 5369ead30ce9 [2021-03-12T02:04:51.651Z] ---> 19536d59962f [2021-03-12T02:04:51.651Z] [2021-03-12T02:04:51.913Z] Successfully built 19536d59962f [2021-03-12T02:04:51.913Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-12T02:04:52.016Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-03-12T02:04:52.181Z]  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-12T02:04:54.639Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements [2021-03-12T02:04:54.745Z] Removing intermediate container 288fd1d9d438 [2021-03-12T02:04:54.745Z] ---> 1d7242ca9b27 [2021-03-12T02:04:54.745Z] [2021-03-12T02:04:54.745Z] Step 10/23 : FROM alpine:3.12 [2021-03-12T02:04:54.745Z] ---> 88dd2752d2ea [2021-03-12T02:04:54.745Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-12T02:04:54.745Z] ---> Running in 3f1e551468fa [2021-03-12T02:04:54.745Z] Removing intermediate container 3cc8ce06d848 [2021-03-12T02:04:54.745Z] ---> bb729d332932 [2021-03-12T02:04:54.745Z] [2021-03-12T02:04:54.745Z] Step 11/26 : FROM docker:20.10.0 [2021-03-12T02:04:54.745Z] 20.10.0: Pulling from library/docker [2021-03-12T02:04:54.745Z] Removing intermediate container 3f1e551468fa [2021-03-12T02:04:54.745Z] ---> 32daccd3268f [2021-03-12T02:04:54.745Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-12T02:04:54.745Z] ---> Running in 3d38bf78004a [2021-03-12T02:04:55.237Z] GO111MODULE=on go vet ./... [2021-03-12T02:04:55.330Z] Removing intermediate container 3d38bf78004a [2021-03-12T02:04:55.330Z] ---> b8884c85a438 [2021-03-12T02:04:55.330Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-12T02:04:55.331Z] ---> Running in 2e340d281014 [2021-03-12T02:04:55.913Z] Removing intermediate container 2e340d281014 [2021-03-12T02:04:55.913Z] ---> 3d52756cc082 [2021-03-12T02:04:55.913Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T02:04:56.179Z] ---> Running in d514adb85390 [2021-03-12T02:04:57.581Z] Removing intermediate container d514adb85390 [2021-03-12T02:04:57.581Z] ---> 5f50d41210aa [2021-03-12T02:04:57.581Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-12T02:04:57.849Z] ---> Running in 76d697ef221a [2021-03-12T02:04:58.432Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T02:04:59.833Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-12T02:04:59.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T02:04:59.833Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-12T02:04:59.833Z] ---> aefe523efa57 [2021-03-12T02:04:59.833Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-12T02:05:00.098Z] ---> Running in ac6aa7346013 [2021-03-12T02:05:00.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T02:05:00.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T02:05:00.940Z] (1/2) Installing readline (8.0.4-r0) [2021-03-12T02:05:00.940Z] (2/2) Installing bash (5.0.17-r0) [2021-03-12T02:05:00.940Z] Executing bash-5.0.17-r0.post-install [2021-03-12T02:05:00.940Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T02:05:00.940Z] OK: 12 MiB in 22 packages [2021-03-12T02:05:00.940Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-12T02:05:00.940Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-12T02:05:01.203Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-12T02:05:01.203Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-12T02:05:01.788Z] Removing intermediate container ac6aa7346013 [2021-03-12T02:05:01.788Z] ---> 4aaeda4efc89 [2021-03-12T02:05:01.788Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-12T02:05:01.788Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-12T02:05:01.788Z] ---> Running in 9d14431cbc57 [2021-03-12T02:05:01.788Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-12T02:05:02.051Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T02:05:02.315Z] OK: 8 MiB in 20 packages [2021-03-12T02:05:02.582Z] Removing intermediate container 9d14431cbc57 [2021-03-12T02:05:02.582Z] ---> c65c8959998d [2021-03-12T02:05:02.582Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-12T02:05:02.850Z] ---> Running in 1fd6c07b4a14 [2021-03-12T02:05:03.115Z] Removing intermediate container 1fd6c07b4a14 [2021-03-12T02:05:03.115Z] ---> e113c61c9fc5 [2021-03-12T02:05:03.115Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-12T02:05:03.115Z] Removing intermediate container 76d697ef221a [2021-03-12T02:05:03.115Z] ---> 4a42686ff485 [2021-03-12T02:05:03.115Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T02:05:03.115Z] ---> Running in a6d910fb8452 [2021-03-12T02:05:03.378Z] Removing intermediate container a6d910fb8452 [2021-03-12T02:05:03.378Z] ---> 0cfe4259c440 [2021-03-12T02:05:03.378Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-12T02:05:03.378Z] ---> 100eced4185b [2021-03-12T02:05:03.378Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-12T02:05:03.970Z] ---> 703cbf09fc53 [2021-03-12T02:05:03.970Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-12T02:05:03.970Z] ---> ba637d4dd518 [2021-03-12T02:05:03.970Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-12T02:05:04.235Z] ---> dcee7bfe8bb0 [2021-03-12T02:05:04.235Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-12T02:05:04.235Z] ---> 00be1a2e4513 [2021-03-12T02:05:04.235Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-12T02:05:04.498Z] ---> Running in ff80804f2769 [2021-03-12T02:05:04.498Z] Removing intermediate container ff80804f2769 [2021-03-12T02:05:04.498Z] ---> ff874b7b3fc9 [2021-03-12T02:05:04.498Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T02:05:04.760Z] ---> 17e7e93b4524 [2021-03-12T02:05:04.760Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-12T02:05:04.760Z] ---> Running in b28433ffb2fb [2021-03-12T02:05:04.760Z] ---> Running in 3846bf76abae [2021-03-12T02:05:05.024Z] Removing intermediate container b28433ffb2fb [2021-03-12T02:05:05.024Z] ---> c8da9c1a8be0 [2021-03-12T02:05:05.024Z] Step 21/23 : LABEL arch=x86_64 [2021-03-12T02:05:05.024Z] ---> Running in d0cb13d9719d [2021-03-12T02:05:05.972Z] Removing intermediate container d0cb13d9719d [2021-03-12T02:05:05.972Z] ---> d2fb99cd325a [2021-03-12T02:05:05.972Z] Step 22/23 : LABEL git_sha=ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 [2021-03-12T02:05:05.972Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T02:05:05.972Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T02:05:05.972Z] ---> Running in b63c117e19da [2021-03-12T02:05:06.242Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-12T02:05:06.242Z] Removing intermediate container b63c117e19da [2021-03-12T02:05:06.242Z] ---> 2d72da2b282a [2021-03-12T02:05:06.242Z] Step 23/23 : LABEL version=0.0.0 [2021-03-12T02:05:06.242Z] (2/33) Installing expat (2.2.9-r1) [2021-03-12T02:05:06.242Z] (3/33) Installing libffi (3.3-r2) [2021-03-12T02:05:06.242Z] (4/33) Installing gdbm (1.13-r1) [2021-03-12T02:05:06.242Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-12T02:05:06.242Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-12T02:05:06.242Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-12T02:05:06.242Z] ---> Running in 1f578be1c086 [2021-03-12T02:05:07.193Z] Removing intermediate container 1f578be1c086 [2021-03-12T02:05:07.193Z] ---> 7cf2cd8b5f74 [2021-03-12T02:05:07.193Z] [2021-03-12T02:05:07.193Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-12T02:05:07.193Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-12T02:05:07.193Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-12T02:05:07.193Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-12T02:05:07.193Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-12T02:05:07.193Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-12T02:05:07.193Z] Successfully built 7cf2cd8b5f74 [2021-03-12T02:05:07.193Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-12T02:05:07.193Z] Successfully tagged docker-core-data-go:latest [2021-03-12T02:05:07.193Z]  Building docker-core-data-go ... done (15/33) Installing py3-idna (2.9-r0) [2021-03-12T02:05:07.193Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-12T02:05:07.193Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-12T02:05:07.465Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-12T02:05:07.465Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-12T02:05:07.466Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-12T02:05:07.466Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-12T02:05:07.466Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-12T02:05:07.466Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-12T02:05:07.466Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-12T02:05:07.466Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-12T02:05:07.466Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-12T02:05:07.466Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-12T02:05:07.466Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-12T02:05:07.466Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-12T02:05:07.466Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-12T02:05:07.466Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-12T02:05:07.466Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-12T02:05:07.466Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-12T02:05:07.729Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T02:05:07.729Z] OK: 71 MiB in 55 packages [2021-03-12T02:05:15.928Z] Removing intermediate container 3846bf76abae [2021-03-12T02:05:15.928Z] ---> bd88fdb07541 [2021-03-12T02:05:15.928Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-12T02:05:15.928Z] ---> Running in f11e7c5a7872 [2021-03-12T02:05:17.849Z] Collecting docker-compose==1.23.2 [2021-03-12T02:05:17.849Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-12T02:05:17.849Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-12T02:05:17.849Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-12T02:05:18.111Z] Collecting texttable<0.10,>=0.9.0 [2021-03-12T02:05:18.111Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-12T02:05:18.687Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-12T02:05:18.687Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-12T02:05:18.949Z] Collecting jsonschema<3,>=2.5.1 [2021-03-12T02:05:18.949Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-12T02:05:19.900Z] Collecting docopt<0.7,>=0.6.1 [2021-03-12T02:05:19.900Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-12T02:05:20.848Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-12T02:05:20.848Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-12T02:05:20.848Z] 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-12T02:05:20.848Z] Collecting docker<4.0,>=3.6.0 [2021-03-12T02:05:20.848Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-12T02:05:21.120Z] Collecting PyYAML<4,>=3.10 [2021-03-12T02:05:21.120Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-12T02:05:22.069Z] Collecting cached-property<2,>=1.2.0 [2021-03-12T02:05:22.069Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-12T02:05:22.069Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-12T02:05:22.069Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-12T02:05:22.069Z] 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-12T02:05:22.069Z] 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-12T02:05:22.331Z] Collecting idna<2.8,>=2.5 [2021-03-12T02:05:22.331Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-12T02:05:22.331Z] Collecting docker-pycreds>=0.4.0 [2021-03-12T02:05:22.331Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-12T02:05:22.331Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-12T02:05:22.331Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-12T02:05:22.331Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-12T02:05:22.331Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-12T02:05:22.609Z] Installing collected packages: dockerpty, texttable, websocket-client, jsonschema, docopt, urllib3, idna, requests, docker-pycreds, docker, PyYAML, cached-property, docker-compose [2021-03-12T02:05:22.609Z] Running setup.py install for dockerpty: started [2021-03-12T02:05:22.872Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-12T02:05:22.872Z] Running setup.py install for texttable: started [2021-03-12T02:05:23.450Z] Running setup.py install for texttable: finished with status 'done' [2021-03-12T02:05:23.713Z] Running setup.py install for docopt: started [2021-03-12T02:05:24.288Z] Running setup.py install for docopt: finished with status 'done' [2021-03-12T02:05:24.288Z] Attempting uninstall: urllib3 [2021-03-12T02:05:24.288Z] Found existing installation: urllib3 1.25.9 [2021-03-12T02:05:24.288Z] Uninstalling urllib3-1.25.9: [2021-03-12T02:05:24.288Z] Successfully uninstalled urllib3-1.25.9 [2021-03-12T02:05:24.552Z] Attempting uninstall: idna [2021-03-12T02:05:24.552Z] Found existing installation: idna 2.9 [2021-03-12T02:05:24.552Z] Uninstalling idna-2.9: [2021-03-12T02:05:24.552Z] Successfully uninstalled idna-2.9 [2021-03-12T02:05:24.552Z] Attempting uninstall: requests [2021-03-12T02:05:24.552Z] Found existing installation: requests 2.23.0 [2021-03-12T02:05:24.552Z] Uninstalling requests-2.23.0: [2021-03-12T02:05:24.813Z] Successfully uninstalled requests-2.23.0 [2021-03-12T02:05:25.075Z] Running setup.py install for PyYAML: started [2021-03-12T02:05:25.649Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-12T02:05:25.917Z] 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-12T02:05:29.238Z] Removing intermediate container f11e7c5a7872 [2021-03-12T02:05:29.238Z] ---> 3f133e5c4550 [2021-03-12T02:05:29.238Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-12T02:05:29.238Z] ---> Running in dbbc827a406f [2021-03-12T02:05:29.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T02:05:29.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T02:05:29.503Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-12T02:05:29.503Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-12T02:05:29.765Z] (3/3) Installing curl (7.69.1-r3) [2021-03-12T02:05:29.765Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T02:05:29.765Z] OK: 72 MiB in 58 packages [2021-03-12T02:05:30.030Z] Removing intermediate container dbbc827a406f [2021-03-12T02:05:30.030Z] ---> a2e62139a46b [2021-03-12T02:05:30.030Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-12T02:05:30.293Z] ---> Running in 5a7914985d49 [2021-03-12T02:05:30.293Z] Removing intermediate container 5a7914985d49 [2021-03-12T02:05:30.293Z] ---> 7aefe03568cc [2021-03-12T02:05:30.293Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T02:05:30.559Z] ---> Running in 75b9466e1ca0 [2021-03-12T02:05:30.559Z] Removing intermediate container 75b9466e1ca0 [2021-03-12T02:05:30.559Z] ---> ee1fb310bd06 [2021-03-12T02:05:30.559Z] Step 24/26 : LABEL arch=x86_64 [2021-03-12T02:05:30.559Z] ---> Running in 2100f87c924b [2021-03-12T02:05:30.822Z] Removing intermediate container 2100f87c924b [2021-03-12T02:05:30.822Z] ---> b81f1f8f95d0 [2021-03-12T02:05:30.822Z] Step 25/26 : LABEL git_sha=ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 [2021-03-12T02:05:30.822Z] ---> Running in 7d9d199f5607 [2021-03-12T02:05:31.084Z] Removing intermediate container 7d9d199f5607 [2021-03-12T02:05:31.084Z] ---> 542e9e62cc56 [2021-03-12T02:05:31.084Z] Step 26/26 : LABEL version=0.0.0 [2021-03-12T02:05:31.084Z] ---> Running in 758557cddfc2 [2021-03-12T02:05:31.346Z] Removing intermediate container 758557cddfc2 [2021-03-12T02:05:31.347Z] ---> bdb0d4df8e6a [2021-03-12T02:05:31.347Z] [2021-03-12T02:05:31.609Z] Successfully built bdb0d4df8e6a [2021-03-12T02:05:31.609Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-12T02:05:31.883Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-12T02:05:31.923Z] $ docker stop --time=1 b5e402a6ee097c432335a23f80d12050dff9f7d4f3b0b960b2354e0f0fa6f75b [2021-03-12T02:05:33.634Z] $ docker rm -f b5e402a6ee097c432335a23f80d12050dff9f7d4f3b0b960b2354e0f0fa6f75b [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-12T02:05:34.200Z] + docker images [2021-03-12T02:05:34.200Z] + grep docker [2021-03-12T02:05:34.464Z] docker-sys-mgmt-agent-go latest bdb0d4df8e6a 3 seconds ago 313MB [2021-03-12T02:05:34.464Z] docker-core-data-go latest 7cf2cd8b5f74 28 seconds ago 22.6MB [2021-03-12T02:05:34.464Z] docker-security-bootstrapper-go latest 19536d59962f 43 seconds ago 18.7MB [2021-03-12T02:05:34.464Z] docker-core-command-go latest 5594ed0265f2 59 seconds ago 17.2MB [2021-03-12T02:05:34.464Z] docker-security-secretstore-setup-go latest 1e4229d57442 2 minutes ago 24.9MB [2021-03-12T02:05:34.464Z] docker-core-metadata-go latest 86408ded9b25 2 minutes ago 19MB [2021-03-12T02:05:34.464Z] docker-support-scheduler-go latest 14c4e3c636a6 2 minutes ago 17.3MB [2021-03-12T02:05:34.464Z] docker-support-notifications-go latest 1a4d8fa4805a 2 minutes ago 17.8MB [2021-03-12T02:05:34.464Z] docker-security-proxy-setup-go latest a33e47580270 2 minutes ago 24.7MB [2021-03-12T02:05:34.464Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-12T02:05:50.547Z] Still waiting to schedule task [2021-03-12T02:05:50.547Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-12T02:06:17.102Z] gofmt -l . [2021-03-12T02:06:18.543Z] [ "`gofmt -l .`" = "" ] [2021-03-12T02:06:21.937Z] ./bin/test-go-mod-tidy.sh [2021-03-12T02:06:22.544Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-12T02:06:24.654Z] + ls -al . [2021-03-12T02:06:24.654Z] total 768 [2021-03-12T02:06:24.654Z] drwxrwxr-x 9 1001 1001 4096 Mar 12 02:06 . [2021-03-12T02:06:24.654Z] drwxr-xr-x 4 root root 4096 Mar 12 02:01 .. [2021-03-12T02:06:24.654Z] -rw-rw-r-- 1 1001 1001 11 Mar 12 01:59 .dockerignore [2021-03-12T02:06:24.654Z] drwxrwxr-x 8 1001 1001 4096 Mar 12 01:59 .git [2021-03-12T02:06:24.654Z] drwxrwxr-x 3 1001 1001 4096 Mar 12 01:59 .github [2021-03-12T02:06:24.654Z] -rw-rw-r-- 1 1001 1001 818 Mar 12 01:59 .gitignore [2021-03-12T02:06:24.654Z] -rw-rw-r-- 1 1001 1001 166 Mar 12 01:59 .sonarcloud.properties [2021-03-12T02:06:24.654Z] -rw-rw-r-- 1 1001 1001 8607 Mar 12 01:59 Attribution.txt [2021-03-12T02:06:24.654Z] -rw-rw-r-- 1 1001 1001 3804 Mar 12 01:59 CONTRIBUTING.md [2021-03-12T02:06:24.654Z] -rw-rw-r-- 1 1001 1001 931 Mar 12 01:59 Dockerfile.build [2021-03-12T02:06:24.654Z] -rw-rw-r-- 1 1001 1001 863 Mar 12 01:59 Jenkinsfile [2021-03-12T02:06:24.654Z] -rw-rw-r-- 1 1001 1001 10775 Mar 12 01:59 LICENSE [2021-03-12T02:06:24.654Z] -rw-rw-r-- 1 1001 1001 5774 Mar 12 01:59 Makefile [2021-03-12T02:06:24.654Z] -rw-rw-r-- 1 1001 1001 6548 Mar 12 01:59 README.md [2021-03-12T02:06:24.654Z] -rw-rw-r-- 1 1001 1001 6755 Mar 12 01:59 SECURITY.md [2021-03-12T02:06:24.654Z] -rw-rw-r-- 1 1001 1001 5 Mar 12 01:57 VERSION [2021-03-12T02:06:24.654Z] -rw-rw-r-- 1 1001 1001 4131 Mar 12 01:59 ZMQWindows.md [2021-03-12T02:06:24.654Z] drwxrwxr-x 2 1001 1001 4096 Mar 12 01:59 bin [2021-03-12T02:06:24.654Z] drwxrwxr-x 14 1001 1001 4096 Mar 12 01:59 cmd [2021-03-12T02:06:24.654Z] -rw-r--r-- 1 root root 628834 Mar 12 02:04 coverage.out [2021-03-12T02:06:24.654Z] -rw-r--r-- 1 root root 1055 Mar 12 02:06 go.mod [2021-03-12T02:06:24.654Z] -rw-r--r-- 1 root root 21981 Mar 12 02:06 go.sum [2021-03-12T02:06:24.654Z] drwxrwxr-x 8 1001 1001 4096 Mar 12 01:59 internal [2021-03-12T02:06:24.654Z] drwxrwxr-x 4 1001 1001 4096 Mar 12 01:59 openapi [2021-03-12T02:06:24.654Z] drwxrwxr-x 4 1001 1001 4096 Mar 12 01:59 snap [2021-03-12T02:06:24.654Z] -rw-rw-r-- 1 1001 1001 168 Mar 12 01:59 version.go [Pipeline] sh [2021-03-12T02:06:25.323Z] + '[' -e coverage.out ] [2021-03-12T02:06:25.323Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-12T02:06:25.441Z] Warning: overwriting stash ‘coverage-report’ [2021-03-12T02:06:26.789Z] Stashed 1 file(s) [Pipeline] sh [2021-03-12T02:06:27.498Z] + make build [2021-03-12T02:06:27.498Z] 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-12T02:06:40.079Z] 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-12T02:06:45.680Z] Running on prd-ubuntu18.04-docker-8c-8g-29586 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws [2021-03-12T02:06:45.748Z] Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout [2021-03-12T02:06:47.907Z] using credential edgex-jenkins-ssh [2021-03-12T02:06:47.964Z] Cloning the remote Git repository [2021-03-12T02:06:47.990Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-12T02:06:48.054Z] > git init /w/workspace/edgex-go/10 # timeout=10 [2021-03-12T02:06:48.080Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-12T02:06:48.080Z] > git --version # timeout=10 [2021-03-12T02:06:48.087Z] > git --version # 'git version 2.17.1' [2021-03-12T02:06:48.088Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-12T02:06:48.113Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-12T02:06:58.313Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-12T02:06:58.321Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-12T02:06:58.332Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-12T02:06:58.347Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-12T02:06:58.347Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-12T02:06:58.352Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-12T02:06:58.956Z] Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 [2021-03-12T02:06:59.130Z] Merge succeeded, producing ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 [2021-03-12T02:06:59.130Z] Checking out Revision ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 (PR-3250) [2021-03-12T02:06:58.968Z] > git config core.sparsecheckout # timeout=10 [2021-03-12T02:06:58.972Z] > git checkout -f ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 # timeout=10 [2021-03-12T02:06:59.107Z] > git remote # timeout=10 [2021-03-12T02:06:59.113Z] > git config --get remote.origin.url # timeout=10 [2021-03-12T02:06:59.118Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-12T02:06:59.121Z] > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 [2021-03-12T02:06:59.129Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-12T02:06:59.137Z] > git config core.sparsecheckout # timeout=10 [2021-03-12T02:06:59.141Z] > git checkout -f ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 # timeout=10 [2021-03-12T02:07:02.833Z] Commit message: "refactor: Refactor core command building function" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-12T02:07:03.806Z] + echo snap-build.sh [2021-03-12T02:07:03.806Z] snap-build.sh [2021-03-12T02:07:03.806Z] + SNAP_BASE_DIR=. [2021-03-12T02:07:03.806Z] + '[' '!' -z /w/workspace/edgex-go/10 ']' [2021-03-12T02:07:03.806Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/10 [2021-03-12T02:07:03.806Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/10]' [2021-03-12T02:07:03.806Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/10] [2021-03-12T02:07:03.806Z] + cd /w/workspace/edgex-go/10 [2021-03-12T02:07:03.806Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-12T02:07:03.806Z] Reading package lists... [2021-03-12T02:07:04.068Z] Building dependency tree... [2021-03-12T02:07:04.068Z] Reading state information... [2021-03-12T02:07:04.068Z] The following packages were automatically installed and are no longer required: [2021-03-12T02:07:04.068Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-12T02:07:04.068Z] uidmap xdelta3 [2021-03-12T02:07:04.068Z] Use 'sudo apt autoremove' to remove them. [2021-03-12T02:07:04.329Z] The following packages will be REMOVED: [2021-03-12T02:07:04.329Z] lxd* lxd-client* [2021-03-12T02:07:04.902Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-12T02:07:04.902Z] After this operation, 31.7 MB disk space will be freed. [2021-03-12T02:07:05.945Z] (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-12T02:07:05.945Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-12T02:07:06.887Z] Removing lxd dnsmasq configuration [2021-03-12T02:07:06.887Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-12T02:07:06.942Z] 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-12T02:07:07.147Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-12T02:07:07.720Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-12T02:07:07.981Z] (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-12T02:07:07.981Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-12T02:07:09.381Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-12T02:07:09.644Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-12T02:07:11.031Z] + sudo snap remove --purge lxd [2021-03-12T02:07:11.291Z] snap "lxd" is not installed [2021-03-12T02:07:11.291Z] + sudo groupadd --force --system lxd [2021-03-12T02:07:11.291Z] ++ whoami [2021-03-12T02:07:11.291Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-12T02:07:11.291Z] + newgrp - lxd [2021-03-12T02:07:11.291Z] + sudo snap install lxd [2021-03-12T02:07:12.345Z] 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-12T02:07:19.054Z] 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-12T02:07:19.326Z] 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-12T02:07:19.431Z] 2021-03-12T02:07:16Z INFO Waiting for automatic snapd restart... [2021-03-12T02:07:24.726Z] 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-12T02:07:31.432Z] 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-12T02:07:34.054Z] 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-12T02:07:38.374Z] 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-12T02:07:42.691Z] 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-12T02:07:46.054Z] lxd 4.12 from Canonical* installed [2021-03-12T02:07:46.054Z] + sudo lxd init --auto [2021-03-12T02:07:47.010Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-12T02:07:53.749Z] $ docker stop --time=1 6410584e5717d2bb977dcc5ec17468604c8b35289c6257896c8f6590855d7a0d [2021-03-12T02:07:56.068Z] + sudo snap install --classic snapcraft [2021-03-12T02:07:56.281Z] $ docker rm -f 6410584e5717d2bb977dcc5ec17468604c8b35289c6257896c8f6590855d7a0d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-12T02:07:58.384Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-12T02:07:58.385Z] [2021-03-12T02:07:58.385Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-12T02:07:58.783Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-12T02:07:59.054Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-12T02:07:59.054Z] 29e5d40040c1: Pulling fs layer [2021-03-12T02:07:59.054Z] 1ce36da41761: Pulling fs layer [2021-03-12T02:07:59.054Z] 25b303627fd3: Pulling fs layer [2021-03-12T02:07:59.327Z] 29e5d40040c1: Verifying Checksum [2021-03-12T02:07:59.327Z] 29e5d40040c1: Download complete [2021-03-12T02:07:59.928Z] 1ce36da41761: Verifying Checksum [2021-03-12T02:07:59.928Z] 1ce36da41761: Download complete [2021-03-12T02:07:59.928Z] 29e5d40040c1: Pull complete [2021-03-12T02:08:01.357Z] 1ce36da41761: Pull complete [2021-03-12T02:08:01.629Z] 25b303627fd3: Verifying Checksum [2021-03-12T02:08:01.629Z] 25b303627fd3: Download complete [2021-03-12T02:08:08.312Z] snapcraft 4.5.4 from Canonical* installed [2021-03-12T02:08:08.312Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-12T02:08:08.312Z] + patch --verbose -p1 [2021-03-12T02:08:08.312Z] Hmm... Looks like a unified diff to me... [2021-03-12T02:08:08.312Z] The text leading up to this was: [2021-03-12T02:08:08.312Z] -------------------------- [2021-03-12T02:08:08.312Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-12T02:08:08.312Z] |From: Tony Espy [2021-03-12T02:08:08.312Z] |Date: Tue, 9 Mar 2021 19:05:15 -0500 [2021-03-12T02:08:08.312Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-12T02:08:08.312Z] | [2021-03-12T02:08:08.312Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-12T02:08:08.312Z] |optimize the snap CI check run for pull requests. When [2021-03-12T02:08:08.312Z] |applied, it essentially strips out everything (apps and [2021-03-12T02:08:08.312Z] |parts) from the snapcraft.yaml file except those required [2021-03-12T02:08:08.312Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-12T02:08:08.312Z] |catch changes to edgex-go that break the snap build. [2021-03-12T02:08:08.312Z] | [2021-03-12T02:08:08.312Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-12T02:08:08.312Z] |to update this patch file, otherwise it may fail to apply, [2021-03-12T02:08:08.312Z] |resulting in a failed snap build CI check in the associated [2021-03-12T02:08:08.312Z] |pull request. [2021-03-12T02:08:08.312Z] | [2021-03-12T02:08:08.312Z] |Note - in addition to applying this patch, the pipeline also [2021-03-12T02:08:08.312Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-12T02:08:08.312Z] |need to build the finally binary .snap file (and it won't [2021-03-12T02:08:08.312Z] |work with the patch applied). This further reduces the build [2021-03-12T02:08:08.312Z] |time. [2021-03-12T02:08:08.312Z] |--- [2021-03-12T02:08:08.312Z] | snap/snapcraft.yaml | 452 +------------------------------------------- [2021-03-12T02:08:08.312Z] | 1 file changed, 1 insertion(+), 451 deletions(-) [2021-03-12T02:08:08.312Z] | [2021-03-12T02:08:08.312Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-12T02:08:08.312Z] |index d8bc12bc..5a5f5fbb 100644 [2021-03-12T02:08:08.312Z] |--- a/snap/snapcraft.yaml [2021-03-12T02:08:08.312Z] |+++ b/snap/snapcraft.yaml [2021-03-12T02:08:08.312Z] -------------------------- [2021-03-12T02:08:08.312Z] patching file snap/snapcraft.yaml [2021-03-12T02:08:08.312Z] Using Plan A... [2021-03-12T02:08:08.312Z] Hunk #1 succeeded at 73. [2021-03-12T02:08:08.312Z] Hunk #2 succeeded at 205. [2021-03-12T02:08:08.312Z] Hunk #3 succeeded at 217. [2021-03-12T02:08:08.312Z] Hunk #4 succeeded at 225. [2021-03-12T02:08:08.312Z] Hunk #5 succeeded at 232. [2021-03-12T02:08:08.312Z] Hunk #6 succeeded at 259. [2021-03-12T02:08:08.312Z] Hunk #7 succeeded at 271. [2021-03-12T02:08:08.312Z] Hunk #8 succeeded at 327. [2021-03-12T02:08:08.312Z] Hmm... Ignoring the trailing garbage. [2021-03-12T02:08:08.312Z] done [2021-03-12T02:08:08.312Z] + sudo snapcraft prime --use-lxd [2021-03-12T02:08:10.229Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-12T02:08:10.229Z] 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-12T02:08:10.229Z] - README.md [2021-03-12T02:08:10.229Z] [2021-03-12T02:08:10.229Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-12T02:08:10.801Z] Launching a container. [2021-03-12T02:08:11.770Z] 25b303627fd3: Pull complete [2021-03-12T02:08:11.770Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-12T02:08:11.770Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-12T02:08:11.770Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-12T02:08:12.023Z] prd-ubuntu18.04-docker-arm64-4c-16g-29584 does not seem to be running inside a container [2021-03-12T02:08:12.142Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-12T02:08:15.703Z] $ docker top 4c23b4f6457b47157145dc08c9f9b356e46d7cba91fa89fe432fc85d3a95b56b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-12T02:08:16.856Z] + grep parallel [2021-03-12T02:08:16.856Z] + docker-compose build --help [2021-03-12T02:08:21.151Z] --parallel Build images in parallel. [Pipeline] } [2021-03-12T02:08:21.467Z] $ docker stop --time=1 4c23b4f6457b47157145dc08c9f9b356e46d7cba91fa89fe432fc85d3a95b56b [2021-03-12T02:08:23.045Z] Waiting for container to be ready [2021-03-12T02:08:23.306Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-12T02:08:23.306Z] [2021-03-12T02:08:23.488Z] $ docker rm -f 4c23b4f6457b47157145dc08c9f9b356e46d7cba91fa89fe432fc85d3a95b56b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-12T02:08:24.360Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-12T02:08:24.360Z] . [Pipeline] withDockerContainer [2021-03-12T02:08:24.654Z] prd-ubuntu18.04-docker-arm64-4c-16g-29584 does not seem to be running inside a container [2021-03-12T02:08:24.768Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-12T02:08:26.382Z] $ docker top dc846cbf87004077879da18075c7d7966e9f24c291d76f6935c2f83050c5a23b -eo pid,comm [2021-03-12T02:08:26.622Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [Pipeline] { [Pipeline] sh [2021-03-12T02:08:27.195Z] Waiting for network to be ready... [2021-03-12T02:08:27.443Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-12T02:08:27.768Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-12T02:08:27.768Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-12T02:08:28.029Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-12T02:08:28.029Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-12T02:08:28.291Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-12T02:08:28.291Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-12T02:08:28.553Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-12T02:08:28.553Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-12T02:08:28.553Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-12T02:08:28.553Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-12T02:08:28.553Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-12T02:08:28.553Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-12T02:08:28.553Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-12T02:08:28.553Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-12T02:08:28.553Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-12T02:08:28.553Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-12T02:08:28.553Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-12T02:08:28.553Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-12T02:08:28.816Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-12T02:08:28.816Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-03-12T02:08:29.080Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-12T02:08:29.080Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-12T02:08:29.080Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-12T02:08:29.080Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-12T02:08:29.080Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-12T02:08:29.080Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-12T02:08:29.080Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-12T02:08:33.292Z] Fetched 24.0 MB in 6s (4183 kB/s) [2021-03-12T02:08:34.156Z] Building docker-core-command-go ... [2021-03-12T02:08:34.156Z] Building docker-core-data-go ... [2021-03-12T02:08:34.156Z] Building docker-core-metadata-go ... [2021-03-12T02:08:34.156Z] Building docker-security-bootstrapper-go ... [2021-03-12T02:08:34.156Z] Building docker-security-proxy-setup-go ... [2021-03-12T02:08:34.156Z] Building docker-security-secretstore-setup-go ... [2021-03-12T02:08:34.156Z] Building docker-support-notifications-go ... [2021-03-12T02:08:34.156Z] Building docker-support-scheduler-go ... [2021-03-12T02:08:34.156Z] Building docker-sys-mgmt-agent-go ... [2021-03-12T02:08:34.156Z] Building docker-sys-mgmt-agent-go [2021-03-12T02:08:34.156Z] Building docker-security-secretstore-setup-go [2021-03-12T02:08:34.156Z] Building docker-support-scheduler-go [2021-03-12T02:08:34.156Z] Building docker-security-proxy-setup-go [2021-03-12T02:08:34.156Z] Building docker-security-bootstrapper-go [2021-03-12T02:08:34.683Z] Reading package lists... [2021-03-12T02:08:34.949Z] Reading package lists... [2021-03-12T02:08:34.949Z] Building dependency tree... [2021-03-12T02:08:34.949Z] Reading state information... [2021-03-12T02:08:35.211Z] The following additional packages will be installed: [2021-03-12T02:08:35.211Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-12T02:08:35.211Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-12T02:08:35.211Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-12T02:08:35.211Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-12T02:08:35.211Z] Suggested packages: [2021-03-12T02:08:35.211Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-12T02:08:35.211Z] Recommended packages: [2021-03-12T02:08:35.211Z] gnupg libsasl2-modules [2021-03-12T02:08:35.211Z] The following NEW packages will be installed: [2021-03-12T02:08:35.211Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-12T02:08:35.211Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-12T02:08:35.211Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-12T02:08:35.211Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-12T02:08:35.211Z] The following packages will be upgraded: [2021-03-12T02:08:35.211Z] gpg gpg-agent gpgconf libudev1 [2021-03-12T02:08:35.211Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-12T02:08:35.211Z] Need to get 3530 kB of archives. [2021-03-12T02:08:35.211Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-12T02:08:35.211Z] 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-12T02:08:35.211Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-12T02:08:35.211Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-12T02:08:35.211Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-12T02:08:35.211Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-12T02:08:35.784Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-12T02:08:36.045Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-12T02:08:36.045Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-12T02:08:36.045Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-12T02:08:36.045Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-12T02:08:36.045Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-12T02:08:36.045Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-12T02:08:36.046Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-12T02:08:36.046Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-12T02:08:36.046Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-12T02:08:36.046Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-12T02:08:36.046Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-12T02:08:36.046Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-12T02:08:36.046Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-12T02:08:36.308Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-12T02:08:36.308Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-12T02:08:36.308Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-12T02:08:36.308Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-12T02:08:36.308Z] Fetched 3530 kB in 1s (3451 kB/s) [2021-03-12T02:08:36.571Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-12T02:08:36.571Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-12T02:08:36.571Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-12T02:08:36.571Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-12T02:08:36.571Z] Selecting previously unselected package udev. [2021-03-12T02:08:36.837Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-12T02:08:36.837Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-12T02:08:36.837Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-12T02:08:37.107Z] Selecting previously unselected package libfuse2:amd64. [2021-03-12T02:08:37.107Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-12T02:08:37.107Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-12T02:08:37.107Z] Selecting previously unselected package fuse. [2021-03-12T02:08:37.107Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-12T02:08:37.107Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-12T02:08:37.107Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-12T02:08:37.374Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-12T02:08:37.374Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-12T02:08:37.374Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-12T02:08:37.642Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-12T02:08:37.642Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-12T02:08:37.642Z] Selecting previously unselected package libksba8:amd64. [2021-03-12T02:08:37.642Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-12T02:08:37.642Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-12T02:08:37.642Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-12T02:08:37.642Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T02:08:37.904Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T02:08:37.904Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-12T02:08:37.904Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T02:08:37.904Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T02:08:37.904Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-12T02:08:37.904Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T02:08:37.904Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T02:08:38.166Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-12T02:08:38.166Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T02:08:38.166Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T02:08:38.166Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-12T02:08:38.166Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T02:08:38.166Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T02:08:38.429Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-12T02:08:38.429Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T02:08:38.429Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T02:08:38.429Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-12T02:08:38.429Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T02:08:38.429Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T02:08:38.429Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-12T02:08:38.429Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T02:08:38.690Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T02:08:38.691Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-12T02:08:38.691Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T02:08:38.691Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T02:08:38.691Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-12T02:08:38.691Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-12T02:08:38.691Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-12T02:08:38.952Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-12T02:08:38.952Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-12T02:08:38.952Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-12T02:08:38.952Z] Selecting previously unselected package libldap-common. [2021-03-12T02:08:38.952Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-12T02:08:38.952Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-12T02:08:38.952Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-12T02:08:38.952Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-12T02:08:38.952Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-12T02:08:39.214Z] Selecting previously unselected package dirmngr. [2021-03-12T02:08:39.214Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-12T02:08:39.214Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-12T02:08:39.214Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-12T02:08:39.214Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-12T02:08:39.214Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-12T02:08:39.476Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-12T02:08:39.476Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-12T02:08:39.476Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-12T02:08:39.476Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T02:08:39.476Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-12T02:08:39.476Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-12T02:08:39.737Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-12T02:08:39.998Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-12T02:08:39.998Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T02:08:40.260Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-12T02:08:40.260Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-12T02:08:40.260Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-12T02:08:40.260Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T02:08:40.260Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T02:08:40.520Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T02:08:40.520Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T02:08:40.520Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T02:08:40.520Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T02:08:40.520Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T02:08:40.520Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-12T02:08:40.520Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-12T02:08:40.520Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-12T02:08:41.091Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-12T02:08:41.091Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-12T02:08:41.091Z] This means they are not meant to be enabled using systemctl. [2021-03-12T02:08:41.091Z] Possible reasons for having this kind of units are: [2021-03-12T02:08:41.091Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-12T02:08:41.091Z] .wants/ or .requires/ directory. [2021-03-12T02:08:41.091Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-12T02:08:41.091Z] a requirement dependency on it. [2021-03-12T02:08:41.091Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-12T02:08:41.091Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-12T02:08:41.091Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-12T02:08:41.091Z] instance name specified. [2021-03-12T02:08:41.614Z] Reading package lists... [2021-03-12T02:08:41.614Z] Building dependency tree... [2021-03-12T02:08:41.614Z] Reading state information... [2021-03-12T02:08:41.875Z] The following additional packages will be installed: [2021-03-12T02:08:41.875Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-12T02:08:41.875Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-12T02:08:41.875Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-12T02:08:41.875Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-12T02:08:41.875Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-12T02:08:41.875Z] Suggested packages: [2021-03-12T02:08:41.875Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-12T02:08:41.875Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-12T02:08:41.875Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-12T02:08:41.875Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-12T02:08:41.875Z] systemd-container policykit-1 [2021-03-12T02:08:41.875Z] Recommended packages: [2021-03-12T02:08:41.875Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-12T02:08:41.875Z] The following NEW packages will be installed: [2021-03-12T02:08:41.875Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-12T02:08:41.876Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-12T02:08:41.876Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-12T02:08:41.876Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-12T02:08:41.876Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-12T02:08:41.876Z] The following packages will be upgraded: [2021-03-12T02:08:41.876Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-12T02:08:41.876Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-12T02:08:41.876Z] Need to get 35.2 MB of archives. [2021-03-12T02:08:41.876Z] After this operation, 141 MB of additional disk space will be used. [2021-03-12T02:08:41.876Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-12T02:08:42.140Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-12T02:08:42.140Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-12T02:08:42.140Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-12T02:08:42.140Z] 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-12T02:08:42.140Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-12T02:08:42.140Z] 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-12T02:08:42.140Z] 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-12T02:08:42.140Z] 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-12T02:08:42.140Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-12T02:08:42.140Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-12T02:08:42.140Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-12T02:08:42.140Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-12T02:08:42.140Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-12T02:08:42.140Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-12T02:08:42.140Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-12T02:08:42.140Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-12T02:08:42.140Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-12T02:08:42.140Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-12T02:08:42.715Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-12T02:08:42.715Z] 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-12T02:08:42.715Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-12T02:08:42.715Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-12T02:08:42.715Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-12T02:08:42.715Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-12T02:08:42.715Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-12T02:08:42.715Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-12T02:08:42.715Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-12T02:08:42.978Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-12T02:08:42.978Z] 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-12T02:08:43.241Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-12T02:08:43.241Z] Fetched 35.2 MB in 1s (28.8 MB/s) [2021-03-12T02:08:43.241Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-12T02:08:43.241Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-12T02:08:43.503Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-12T02:08:44.079Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-12T02:08:44.079Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-12T02:08:44.079Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-12T02:08:44.342Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-12T02:08:44.342Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-12T02:08:44.342Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-12T02:08:44.604Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-12T02:08:44.604Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-12T02:08:44.604Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-12T02:08:44.604Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-12T02:08:44.866Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-12T02:08:44.866Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-12T02:08:45.438Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-12T02:08:45.438Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-12T02:08:45.438Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-12T02:08:45.698Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-12T02:08:45.698Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-12T02:08:45.698Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-12T02:08:45.962Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T02:08:45.962Z] Selecting previously unselected package libexpat1:amd64. [2021-03-12T02:08:45.962Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-12T02:08:45.962Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-12T02:08:46.223Z] Selecting previously unselected package python3.6-minimal. [2021-03-12T02:08:46.223Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-12T02:08:46.223Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T02:08:46.489Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-12T02:08:46.490Z] Checking for services that may need to be restarted...done. [2021-03-12T02:08:46.490Z] Checking for services that may need to be restarted...done. [2021-03-12T02:08:46.490Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T02:08:46.490Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-12T02:08:46.751Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T02:08:47.324Z] Selecting previously unselected package python3-minimal. [2021-03-12T02:08:47.325Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-12T02:08:47.325Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-12T02:08:47.325Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-12T02:08:47.587Z] Selecting previously unselected package mime-support. [2021-03-12T02:08:47.587Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-12T02:08:47.587Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-12T02:08:47.587Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-12T02:08:47.587Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-12T02:08:47.587Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-12T02:08:47.587Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-12T02:08:47.587Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-12T02:08:47.587Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T02:08:47.849Z] Selecting previously unselected package python3.6. [2021-03-12T02:08:47.849Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-12T02:08:47.849Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T02:08:48.111Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-12T02:08:48.111Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-12T02:08:48.111Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-12T02:08:48.111Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-12T02:08:49.055Z] Selecting previously unselected package python3. [2021-03-12T02:08:49.055Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-12T02:08:49.055Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-12T02:08:49.055Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-12T02:08:49.055Z] Selecting previously unselected package multiarch-support. [2021-03-12T02:08:49.055Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-12T02:08:49.055Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-12T02:08:49.055Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-12T02:08:49.317Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-12T02:08:49.317Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-12T02:08:49.317Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-12T02:08:49.317Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-12T02:08:49.317Z] Selecting previously unselected package libbsd0:amd64. [2021-03-12T02:08:49.317Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-12T02:08:49.317Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-12T02:08:49.578Z] Selecting previously unselected package sudo. [2021-03-12T02:08:49.578Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-12T02:08:49.578Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-12T02:08:49.578Z] Selecting previously unselected package apparmor. [2021-03-12T02:08:49.578Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-12T02:08:49.578Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-12T02:08:49.846Z] Selecting previously unselected package libedit2:amd64. [2021-03-12T02:08:49.846Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-12T02:08:49.846Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-12T02:08:49.846Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-12T02:08:49.846Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-12T02:08:49.846Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T02:08:50.109Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-12T02:08:50.109Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-12T02:08:50.109Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T02:08:50.109Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-12T02:08:50.109Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-12T02:08:50.109Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-12T02:08:50.109Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-12T02:08:50.109Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-12T02:08:50.109Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T02:08:50.372Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-12T02:08:50.372Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-12T02:08:50.372Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T02:08:50.372Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-12T02:08:50.372Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-12T02:08:50.372Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-12T02:08:50.633Z] Selecting previously unselected package openssh-client. [2021-03-12T02:08:50.633Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-12T02:08:50.633Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-12T02:08:50.896Z] Selecting previously unselected package squashfs-tools. [2021-03-12T02:08:50.896Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-12T02:08:50.896Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-12T02:08:50.896Z] Selecting previously unselected package snapd. [2021-03-12T02:08:50.896Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-12T02:08:50.896Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-12T02:08:53.446Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-12T02:08:53.446Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-12T02:08:53.446Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-12T02:08:53.446Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-12T02:08:53.446Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-12T02:08:53.446Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T02:08:53.708Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-12T02:08:53.708Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-12T02:08:53.708Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-12T02:08:55.098Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-12T02:08:55.098Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-12T02:08:55.098Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-12T02:08:55.098Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T02:08:55.098Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T02:08:55.098Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T02:08:55.671Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-12T02:08:55.671Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T02:08:55.932Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-12T02:08:55.932Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-12T02:08:55.932Z] running python rtupdate hooks for python3.6... [2021-03-12T02:08:55.932Z] running python post-rtupdate hooks for python3.6... [2021-03-12T02:08:55.932Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-12T02:08:57.850Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-12T02:08:57.850Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T02:08:57.850Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-12T02:08:57.850Z] Setting up snapd (2.48.3+18.04) ... [2021-03-12T02:08:58.424Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-12T02:08:58.687Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-12T02:08:58.949Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-12T02:08:58.949Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-12T02:08:59.212Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-12T02:08:59.212Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-12T02:08:59.474Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-12T02:08:59.735Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-12T02:08:59.997Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-12T02:08:59.997Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-12T02:09:00.261Z] /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-12T02:09:00.261Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-12T02:09:00.261Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-12T02:09:01.656Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-12T02:09:01.656Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-12T02:09:01.917Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-12T02:09:03.306Z] Reading package lists... [2021-03-12T02:09:03.568Z] Reading package lists... [2021-03-12T02:09:03.830Z] Building dependency tree... [2021-03-12T02:09:03.830Z] Reading state information... [2021-03-12T02:09:03.830Z] Calculating upgrade... [2021-03-12T02:09:04.094Z] The following packages will be upgraded: [2021-03-12T02:09:04.094Z] advancecomp base-files bash binutils binutils-common [2021-03-12T02:09:04.094Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-12T02:09:04.094Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-12T02:09:04.094Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-12T02:09:04.094Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-12T02:09:04.094Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-12T02:09:04.094Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-12T02:09:04.094Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-12T02:09:04.094Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-12T02:09:04.094Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-12T02:09:04.094Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-12T02:09:04.094Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-12T02:09:04.094Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-12T02:09:04.094Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-12T02:09:04.094Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-12T02:09:04.094Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-12T02:09:04.094Z] Need to get 63.8 MB of archives. [2021-03-12T02:09:04.094Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-12T02:09:04.094Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-12T02:09:04.094Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-12T02:09:04.094Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-12T02:09:04.094Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-12T02:09:04.094Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-12T02:09:04.094Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-12T02:09:04.094Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-12T02:09:04.094Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-12T02:09:04.094Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-12T02:09:04.094Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-12T02:09:04.094Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-12T02:09:04.094Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-12T02:09:04.094Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-12T02:09:04.094Z] 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-12T02:09:04.095Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-12T02:09:04.095Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-12T02:09:04.095Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-12T02:09:04.364Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-12T02:09:04.364Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-12T02:09:04.364Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-12T02:09:04.364Z] 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-12T02:09:04.364Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-12T02:09:04.364Z] 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-12T02:09:04.364Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-12T02:09:04.364Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-12T02:09:04.364Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-12T02:09:04.364Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-12T02:09:04.364Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-12T02:09:04.364Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-12T02:09:04.364Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-12T02:09:04.364Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-12T02:09:04.364Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-12T02:09:04.364Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-12T02:09:04.364Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-12T02:09:04.364Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-12T02:09:04.364Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-12T02:09:04.364Z] 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-12T02:09:04.364Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-12T02:09:04.364Z] 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-12T02:09:04.364Z] 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-12T02:09:04.364Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-12T02:09:04.364Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-12T02:09:04.364Z] 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-12T02:09:04.364Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-12T02:09:04.364Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-12T02:09:04.364Z] 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-12T02:09:04.364Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-12T02:09:04.364Z] 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-12T02:09:04.628Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-12T02:09:04.628Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-12T02:09:04.628Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-12T02:09:04.628Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-12T02:09:04.628Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-12T02:09:04.628Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-12T02:09:04.628Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-12T02:09:04.891Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-12T02:09:04.891Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-12T02:09:04.891Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-12T02:09:04.891Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-12T02:09:04.891Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-12T02:09:05.153Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-12T02:09:05.153Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-12T02:09:05.153Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-12T02:09:05.153Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-12T02:09:05.153Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-12T02:09:05.153Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-12T02:09:05.153Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-12T02:09:05.153Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-12T02:09:05.153Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-12T02:09:05.153Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-12T02:09:05.153Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-12T02:09:05.153Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-12T02:09:05.153Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-12T02:09:05.153Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-12T02:09:05.153Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-12T02:09:05.153Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-12T02:09:05.153Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-12T02:09:05.153Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-12T02:09:05.415Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-12T02:09:05.415Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-12T02:09:05.415Z] 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-12T02:09:05.415Z] 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-12T02:09:05.415Z] 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-12T02:09:05.415Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-12T02:09:05.415Z] 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-12T02:09:05.415Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-12T02:09:05.415Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-12T02:09:05.415Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-12T02:09:05.415Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-12T02:09:05.415Z] 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-12T02:09:05.415Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-12T02:09:05.415Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-12T02:09:05.677Z] 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-12T02:09:05.677Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-12T02:09:05.677Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-12T02:09:05.677Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-12T02:09:05.677Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-12T02:09:05.677Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-12T02:09:05.677Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-12T02:09:05.945Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-12T02:09:05.945Z] Fetched 63.8 MB in 2s (38.9 MB/s) [2021-03-12T02:09:05.945Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T02:09:05.945Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-12T02:09:05.945Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-12T02:09:06.518Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-12T02:09:06.780Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-12T02:09:06.781Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-12T02:09:06.781Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-12T02:09:07.725Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T02:09:07.725Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T02:09:07.725Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T02:09:07.725Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T02:09:07.988Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T02:09:07.988Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T02:09:07.988Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T02:09:07.988Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T02:09:08.252Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T02:09:08.252Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T02:09:08.252Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T02:09:08.252Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T02:09:08.516Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T02:09:08.516Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T02:09:08.516Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T02:09:08.782Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-12T02:09:08.782Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T02:09:08.782Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-12T02:09:08.782Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-12T02:09:08.782Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-12T02:09:08.782Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T02:09:09.044Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T02:09:09.044Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T02:09:09.044Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T02:09:09.044Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T02:09:09.044Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T02:09:09.306Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T02:09:09.306Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-12T02:09:09.306Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-12T02:09:09.568Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-12T02:09:10.142Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-12T02:09:10.404Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-12T02:09:10.404Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-12T02:09:10.404Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-12T02:09:10.404Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-12T02:09:10.404Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-12T02:09:10.665Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-12T02:09:10.665Z] Installing new version of config file /etc/issue ... [2021-03-12T02:09:10.665Z] Installing new version of config file /etc/issue.net ... [2021-03-12T02:09:10.665Z] Installing new version of config file /etc/lsb-release ... [2021-03-12T02:09:10.926Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-12T02:09:11.188Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-12T02:09:11.188Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-12T02:09:11.188Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-12T02:09:11.188Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T02:09:11.188Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-12T02:09:11.188Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-12T02:09:11.450Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-12T02:09:11.450Z] 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-12T02:09:11.711Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T02:09:11.711Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T02:09:11.711Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-12T02:09:11.711Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-12T02:09:11.711Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T02:09:11.711Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-12T02:09:11.973Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-12T02:09:11.973Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-12T02:09:12.233Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T02:09:12.233Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-12T02:09:12.234Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-12T02:09:12.495Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-12T02:09:12.763Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T02:09:12.763Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-12T02:09:12.763Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-12T02:09:12.763Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-12T02:09:12.763Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T02:09:12.763Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-12T02:09:13.024Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-12T02:09:13.024Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-12T02:09:13.285Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T02:09:13.285Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-12T02:09:13.285Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-12T02:09:13.285Z] Setting up grep (3.1-2build1) ... [2021-03-12T02:09:13.546Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T02:09:13.546Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-12T02:09:13.546Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-12T02:09:13.546Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-12T02:09:13.807Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T02:09:13.807Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-12T02:09:13.807Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-12T02:09:14.069Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-12T02:09:14.069Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T02:09:14.069Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-12T02:09:14.069Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-12T02:09:14.641Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-12T02:09:14.641Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-12T02:09:14.904Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-12T02:09:14.904Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-12T02:09:15.477Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-12T02:09:15.477Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T02:09:15.477Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-12T02:09:15.478Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-12T02:09:16.888Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-12T02:09:16.888Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-12T02:09:16.888Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-12T02:09:16.888Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-12T02:09:16.888Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-12T02:09:17.160Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T02:09:17.160Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-12T02:09:17.160Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-12T02:09:17.430Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-12T02:09:17.430Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T02:09:17.430Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T02:09:17.430Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T02:09:17.698Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-12T02:09:17.698Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T02:09:17.698Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T02:09:17.698Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T02:09:17.969Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-12T02:09:17.969Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T02:09:17.969Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T02:09:17.969Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T02:09:18.231Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-12T02:09:18.231Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T02:09:18.231Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T02:09:18.231Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T02:09:18.498Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-12T02:09:18.498Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T02:09:18.498Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-12T02:09:18.498Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-12T02:09:18.761Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-12T02:09:18.761Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-12T02:09:18.761Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-12T02:09:18.761Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T02:09:18.761Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-12T02:09:19.025Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-12T02:09:19.025Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-12T02:09:19.025Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T02:09:19.025Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T02:09:19.025Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T02:09:19.287Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-12T02:09:19.287Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T02:09:19.287Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T02:09:19.287Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T02:09:19.548Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-12T02:09:19.548Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T02:09:19.548Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T02:09:19.548Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T02:09:20.121Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-12T02:09:20.382Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-12T02:09:20.956Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-12T02:09:20.956Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T02:09:20.956Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-12T02:09:21.218Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-12T02:09:21.218Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-12T02:09:21.480Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T02:09:21.480Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-12T02:09:21.480Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-12T02:09:21.480Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-12T02:09:21.741Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T02:09:21.741Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-12T02:09:21.741Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-12T02:09:21.741Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-12T02:09:22.006Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T02:09:22.006Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-12T02:09:22.267Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-12T02:09:22.267Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-12T02:09:22.267Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T02:09:22.267Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-12T02:09:22.529Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-12T02:09:22.529Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-12T02:09:22.802Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T02:09:22.802Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-12T02:09:22.802Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-12T02:09:22.802Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-12T02:09:23.067Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T02:09:23.067Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-12T02:09:23.067Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-12T02:09:23.067Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-12T02:09:23.332Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T02:09:23.332Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-12T02:09:23.332Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-12T02:09:23.599Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-12T02:09:23.599Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T02:09:23.599Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T02:09:23.868Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T02:09:23.868Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-12T02:09:23.868Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-12T02:09:24.136Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-12T02:09:24.136Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-12T02:09:24.136Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-12T02:09:24.136Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T02:09:24.136Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-12T02:09:24.136Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-12T02:09:24.410Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-12T02:09:24.410Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T02:09:24.410Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-12T02:09:24.410Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-12T02:09:24.680Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-12T02:09:24.955Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T02:09:24.955Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-12T02:09:24.955Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-12T02:09:24.955Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-12T02:09:24.955Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T02:09:24.955Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-12T02:09:25.229Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-12T02:09:25.229Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-12T02:09:25.229Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T02:09:25.230Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-12T02:09:25.230Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-12T02:09:25.501Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-12T02:09:26.074Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T02:09:26.074Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-12T02:09:26.074Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-12T02:09:26.335Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-12T02:09:26.335Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T02:09:26.335Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-12T02:09:26.335Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-12T02:09:26.597Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-12T02:09:26.597Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T02:09:26.597Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-12T02:09:26.597Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-12T02:09:26.861Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-12T02:09:26.861Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T02:09:26.861Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-12T02:09:26.861Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-12T02:09:27.122Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-12T02:09:27.122Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T02:09:27.122Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-12T02:09:27.122Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-12T02:09:27.384Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-12T02:09:27.384Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T02:09:27.384Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-12T02:09:27.384Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-12T02:09:27.645Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-12T02:09:27.645Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T02:09:27.645Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-12T02:09:27.645Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-12T02:09:27.645Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-12T02:09:27.906Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-12T02:09:27.906Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-12T02:09:27.906Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-12T02:09:27.906Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-12T02:09:28.167Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-12T02:09:28.167Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-12T02:09:28.167Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-12T02:09:28.428Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-12T02:09:28.428Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-12T02:09:28.690Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-12T02:09:28.690Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-12T02:09:28.951Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-12T02:09:28.951Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-12T02:09:28.951Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-12T02:09:28.951Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-12T02:09:29.212Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-12T02:09:29.212Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-12T02:09:29.212Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-12T02:09:29.212Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-12T02:09:29.212Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-12T02:09:29.212Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-12T02:09:29.473Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-12T02:09:29.473Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-12T02:09:29.473Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-12T02:09:29.473Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-12T02:09:30.418Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-12T02:09:30.418Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-12T02:09:30.685Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-12T02:09:30.685Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-12T02:09:30.685Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-12T02:09:31.016Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-12T02:09:31.294Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-12T02:09:31.294Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-12T02:09:31.555Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-12T02:09:31.555Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-12T02:09:31.555Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-12T02:09:31.555Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-12T02:09:31.816Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T02:09:31.816Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T02:09:32.078Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T02:09:32.078Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T02:09:32.078Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T02:09:32.078Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T02:09:32.339Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T02:09:32.339Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T02:09:33.284Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T02:09:33.284Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T02:09:34.230Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T02:09:34.230Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T02:09:35.182Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T02:09:35.182Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T02:09:35.759Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T02:09:35.759Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T02:09:36.703Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T02:09:36.703Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T02:09:36.703Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-12T02:09:36.703Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-12T02:09:36.964Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-12T02:09:36.964Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-12T02:09:37.226Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-12T02:09:37.226Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-12T02:09:37.226Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-12T02:09:37.226Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-12T02:09:37.487Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-12T02:09:37.487Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-12T02:09:37.769Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-12T02:09:37.769Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-12T02:09:37.769Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-12T02:09:37.769Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-12T02:09:38.031Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T02:09:38.031Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-12T02:09:38.031Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T02:09:38.031Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T02:09:38.031Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T02:09:38.293Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-12T02:09:38.294Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-12T02:09:38.294Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-12T02:09:38.294Z] [2021-03-12T02:09:38.294Z] Current default time zone: 'Etc/UTC' [2021-03-12T02:09:38.294Z] Local time is now: Fri Mar 12 02:09:38 UTC 2021. [2021-03-12T02:09:38.294Z] Universal Time is now: Fri Mar 12 02:09:38 UTC 2021. [2021-03-12T02:09:38.294Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-12T02:09:38.294Z] [2021-03-12T02:09:38.555Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-12T02:09:38.555Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T02:09:38.555Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-12T02:09:38.555Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-12T02:09:38.555Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-12T02:09:38.555Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-12T02:09:38.816Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-12T02:09:38.816Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-12T02:09:38.816Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-12T02:09:38.816Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-12T02:09:38.816Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T02:09:38.816Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-12T02:09:39.078Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T02:09:39.078Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-12T02:09:39.078Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T02:09:39.078Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-12T02:09:39.340Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-12T02:09:39.340Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-12T02:09:39.340Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-12T02:09:39.340Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-12T02:09:39.340Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-12T02:09:39.340Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-12T02:09:39.340Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-12T02:09:41.258Z] Updating certificates in /etc/ssl/certs... [2021-03-12T02:09:41.830Z] 23 added, 27 removed; done. [2021-03-12T02:09:41.830Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-12T02:09:41.830Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T02:09:41.830Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-12T02:09:42.093Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-12T02:09:42.093Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-12T02:09:42.093Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T02:09:42.093Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-12T02:09:42.093Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T02:09:42.093Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T02:09:42.362Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T02:09:42.362Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T02:09:42.362Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T02:09:42.362Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-12T02:09:42.362Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-12T02:09:42.362Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-12T02:09:42.362Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-12T02:09:42.624Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-12T02:09:42.624Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T02:09:42.624Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T02:09:42.624Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-12T02:09:42.624Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-12T02:09:42.885Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-12T02:09:42.885Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-12T02:09:42.885Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-12T02:09:42.885Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-12T02:09:42.885Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-12T02:09:42.885Z] Updating certificates in /etc/ssl/certs... [2021-03-12T02:09:43.457Z] 0 added, 0 removed; done. [2021-03-12T02:09:43.457Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-12T02:09:43.457Z] done. [2021-03-12T02:09:44.400Z] Reading package lists... [2021-03-12T02:09:44.661Z] Building dependency tree... [2021-03-12T02:09:44.661Z] Reading state information... [2021-03-12T02:09:44.661Z] The following NEW packages will be installed: [2021-03-12T02:09:44.661Z] apt-transport-https [2021-03-12T02:09:44.922Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-12T02:09:44.922Z] Need to get 1696 B of archives. [2021-03-12T02:09:44.922Z] After this operation, 153 kB of additional disk space will be used. [2021-03-12T02:09:44.922Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-12T02:09:45.183Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-12T02:09:45.183Z] Fetched 1696 B in 0s (9282 B/s) [2021-03-12T02:09:45.183Z] Selecting previously unselected package apt-transport-https. [2021-03-12T02:09:45.183Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-12T02:09:45.183Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-12T02:09:45.183Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-12T02:09:45.183Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-12T02:09:45.756Z] Waiting for network to be ready... [2021-03-12T02:09:52.347Z] 2021-03-12T02:09:49Z INFO Waiting for automatic snapd restart... [2021-03-12T02:09:52.919Z] snapd 2.49 from Canonical* installed [2021-03-12T02:09:53.863Z] "snapd" switched to the "latest/stable" channel [2021-03-12T02:09:53.863Z] [2021-03-12T02:09:55.912Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T02:09:55.912Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-12T02:09:55.912Z] ---> 9eb48b070a63 [2021-03-12T02:09:55.912Z] Step 3/31 : WORKDIR /edgex-go [2021-03-12T02:09:55.912Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T02:09:55.912Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-12T02:09:55.912Z] ---> 9eb48b070a63 [2021-03-12T02:09:55.912Z] Step 3/22 : WORKDIR /edgex-go [2021-03-12T02:09:55.912Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T02:09:55.912Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-12T02:09:55.912Z] ---> 9eb48b070a63 [2021-03-12T02:09:55.912Z] Step 3/24 : WORKDIR /edgex-go [2021-03-12T02:09:55.912Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T02:09:55.912Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-12T02:09:55.912Z] ---> 9eb48b070a63 [2021-03-12T02:09:55.912Z] Step 3/21 : WORKDIR /edgex-go [2021-03-12T02:09:55.912Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T02:09:55.912Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-12T02:09:55.912Z] ---> 9eb48b070a63 [2021-03-12T02:09:55.912Z] Step 3/26 : WORKDIR /edgex-go [2021-03-12T02:09:55.912Z] ---> Running in a24bcc0b08d1 [2021-03-12T02:09:55.912Z] ---> Running in c5beda153cb7 [2021-03-12T02:09:55.912Z] ---> Running in b5a6afcc727e [2021-03-12T02:09:55.912Z] ---> Running in b1535f5a4511 [2021-03-12T02:09:55.912Z] ---> Running in d7659c7f79ad [2021-03-12T02:09:55.912Z] Removing intermediate container a24bcc0b08d1 [2021-03-12T02:09:55.912Z] ---> d08823b4feb1 [2021-03-12T02:09:55.912Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T02:09:55.912Z] Removing intermediate container c5beda153cb7 [2021-03-12T02:09:55.912Z] ---> c1ae4646a7d1 [2021-03-12T02:09:55.912Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T02:09:55.912Z] Removing intermediate container d7659c7f79ad [2021-03-12T02:09:55.912Z] ---> 87d9ab36ecc8 [2021-03-12T02:09:55.912Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T02:09:55.912Z] Removing intermediate container b1535f5a4511 [2021-03-12T02:09:55.912Z] ---> 917c41d58be4 [2021-03-12T02:09:55.912Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T02:09:55.912Z] Removing intermediate container b5a6afcc727e [2021-03-12T02:09:55.912Z] ---> a7f6a88f40f5 [2021-03-12T02:09:55.912Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T02:09:55.912Z] ---> Running in 81f116f06fda [2021-03-12T02:09:55.912Z] ---> Running in 1d48210db9aa [2021-03-12T02:09:55.912Z] ---> Running in 38920c84199c [2021-03-12T02:09:55.912Z] ---> Running in 9b36bcc4eda1 [2021-03-12T02:09:55.912Z] ---> Running in 9189317e42e4 [2021-03-12T02:09:55.912Z] Removing intermediate container 81f116f06fda [2021-03-12T02:09:55.912Z] ---> d0d655157829 [2021-03-12T02:09:55.912Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-12T02:09:55.912Z] ---> Running in 6352ccb413b8 [2021-03-12T02:09:55.912Z] Removing intermediate container 1d48210db9aa [2021-03-12T02:09:55.912Z] ---> d131f3cddba7 [2021-03-12T02:09:55.912Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-12T02:09:55.912Z] ---> Running in c163bd0c6115 [2021-03-12T02:09:55.912Z] Removing intermediate container 38920c84199c [2021-03-12T02:09:55.912Z] ---> 4164460bbc94 [2021-03-12T02:09:55.912Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-12T02:09:56.190Z] ---> Running in 98166724868a [2021-03-12T02:09:56.190Z] Removing intermediate container 9b36bcc4eda1 [2021-03-12T02:09:56.190Z] ---> eea161363f02 [2021-03-12T02:09:56.190Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-12T02:09:56.467Z] Removing intermediate container 9189317e42e4 [2021-03-12T02:09:56.467Z] ---> 080481270a87 [2021-03-12T02:09:56.467Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-12T02:09:56.467Z] ---> Running in efd8be66864d [2021-03-12T02:09:56.744Z] ---> Running in 193c16932222 [2021-03-12T02:09:57.350Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T02:09:57.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T02:09:58.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T02:09:58.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T02:09:58.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T02:09:58.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T02:09:59.162Z] core18 20210128 from Canonical* installed [2021-03-12T02:09:59.163Z] "core18" switched to the "latest/stable" channel [2021-03-12T02:09:59.163Z] [2021-03-12T02:09:59.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T02:09:59.635Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T02:09:59.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T02:09:59.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T02:10:00.180Z] OK: 217 MiB in 51 packages [2021-03-12T02:10:00.783Z] OK: 217 MiB in 51 packages [2021-03-12T02:10:01.062Z] OK: 217 MiB in 51 packages [2021-03-12T02:10:01.340Z] OK: 217 MiB in 51 packages [2021-03-12T02:10:01.619Z] OK: 217 MiB in 51 packages [2021-03-12T02:10:01.619Z] Removing intermediate container 6352ccb413b8 [2021-03-12T02:10:01.619Z] ---> dfafc82d5bca [2021-03-12T02:10:01.619Z] Step 6/26 : COPY go.mod . [2021-03-12T02:10:02.595Z] Removing intermediate container c163bd0c6115 [2021-03-12T02:10:02.595Z] ---> ced12961f757 [2021-03-12T02:10:02.595Z] Step 6/21 : COPY go.mod . [2021-03-12T02:10:02.870Z] Removing intermediate container 98166724868a [2021-03-12T02:10:02.870Z] ---> 5c28edf90a36 [2021-03-12T02:10:02.871Z] ---> fe8254d5f6c5 [2021-03-12T02:10:02.871Z] Step 7/26 : RUN go mod download [2021-03-12T02:10:02.871Z] Step 6/22 : COPY go.mod . [2021-03-12T02:10:03.139Z] ---> Running in ad32d99f7156 [2021-03-12T02:10:03.139Z] Removing intermediate container 193c16932222 [2021-03-12T02:10:03.139Z] ---> 7c16528d3d66 [2021-03-12T02:10:03.139Z] Step 6/24 : COPY go.mod . [2021-03-12T02:10:03.415Z] Removing intermediate container efd8be66864d [2021-03-12T02:10:03.415Z] ---> b94c1a4d736a [2021-03-12T02:10:03.415Z] Step 6/31 : COPY go.mod . [2021-03-12T02:10:03.699Z] ---> 15a39a787e57 [2021-03-12T02:10:03.699Z] Step 7/21 : RUN go mod download [2021-03-12T02:10:03.699Z] ---> 5da350bf453c [2021-03-12T02:10:03.699Z] Step 7/22 : RUN go mod download [2021-03-12T02:10:03.972Z] ---> Running in d2e9090b81b8 [2021-03-12T02:10:03.972Z] ---> Running in 22100487273f [2021-03-12T02:10:04.569Z] ---> ff9652869e45 [2021-03-12T02:10:04.569Z] Step 7/31 : RUN go mod download [2021-03-12T02:10:04.569Z] ---> 9ad9ebe145e2 [2021-03-12T02:10:04.569Z] Step 7/24 : RUN go mod download [2021-03-12T02:10:04.569Z] ---> Running in 0d83d47dc118 [2021-03-12T02:10:04.844Z] ---> Running in 8aa6ed07aedf [2021-03-12T02:10:05.753Z] snapcraft 4.5.4 from Canonical* installed [2021-03-12T02:10:05.753Z] "snapcraft" switched to the "latest/stable" channel [2021-03-12T02:10:05.753Z] [2021-03-12T02:10:07.465Z] Removing intermediate container ad32d99f7156 [2021-03-12T02:10:07.466Z] ---> 10d42184ecb2 [2021-03-12T02:10:07.466Z] Step 8/26 : COPY . . [2021-03-12T02:10:08.067Z] Removing intermediate container d2e9090b81b8 [2021-03-12T02:10:08.067Z] ---> 04d8c69765cd [2021-03-12T02:10:08.067Z] Step 8/21 : COPY . . [2021-03-12T02:10:08.303Z] 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-12T02:10:08.303Z] - README.md [2021-03-12T02:10:08.303Z] [2021-03-12T02:10:08.303Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-12T02:10:09.047Z] Removing intermediate container 22100487273f [2021-03-12T02:10:09.047Z] ---> c4dfb795fb94 [2021-03-12T02:10:09.047Z] Step 8/22 : COPY . . [2021-03-12T02:10:09.641Z] Removing intermediate container 0d83d47dc118 [2021-03-12T02:10:09.641Z] ---> 2ee00945e951 [2021-03-12T02:10:09.641Z] Step 8/31 : COPY . . [2021-03-12T02:10:10.238Z] Removing intermediate container 8aa6ed07aedf [2021-03-12T02:10:10.238Z] ---> 613b8d5e88fe [2021-03-12T02:10:10.238Z] Step 8/24 : COPY . . [2021-03-12T02:10:14.902Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-12T02:10:14.902Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-12T02:10:14.902Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-12T02:10:15.163Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-12T02:10:16.549Z] Reading package lists... [2021-03-12T02:10:16.810Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-12T02:10:23.396Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-12T02:10:23.396Z] Reading package lists... [2021-03-12T02:10:23.396Z] Building dependency tree... [2021-03-12T02:10:23.396Z] Reading state information... [2021-03-12T02:10:23.396Z] Suggested packages: [2021-03-12T02:10:23.396Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-12T02:10:23.396Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-12T02:10:23.396Z] Recommended packages: [2021-03-12T02:10:23.396Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-12T02:10:23.396Z] The following NEW packages will be installed: [2021-03-12T02:10:23.396Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-12T02:10:23.396Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-12T02:10:23.396Z] pkg-config zip [2021-03-12T02:10:23.657Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-12T02:10:23.657Z] Need to get 7658 kB of archives. [2021-03-12T02:10:23.657Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-12T02:10:23.657Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] [2021-03-12T02:10:23.657Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-12T02:10:23.657Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-12T02:10:23.918Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-12T02:10:23.918Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-12T02:10:23.918Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-12T02:10:23.918Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-12T02:10:23.918Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-12T02:10:24.180Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-12T02:10:24.180Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-12T02:10:24.180Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-12T02:10:24.180Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-12T02:10:24.180Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-12T02:10:24.442Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-12T02:10:24.442Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-12T02:10:24.442Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-12T02:10:24.442Z] Fetched 7658 kB in 1s (7287 kB/s) [2021-03-12T02:10:24.703Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-12T02:10:24.703Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-12T02:10:24.703Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... [2021-03-12T02:10:24.703Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-12T02:10:24.965Z] Selecting previously unselected package libpsl5:amd64. [2021-03-12T02:10:24.965Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-12T02:10:24.965Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-12T02:10:24.965Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-12T02:10:24.965Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-12T02:10:25.226Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-12T02:10:25.226Z] Selecting previously unselected package librtmp1:amd64. [2021-03-12T02:10:25.226Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-12T02:10:25.226Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-12T02:10:25.226Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-12T02:10:25.226Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-12T02:10:25.226Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-12T02:10:25.501Z] Selecting previously unselected package liberror-perl. [2021-03-12T02:10:25.501Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-12T02:10:25.501Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-12T02:10:25.501Z] Selecting previously unselected package git-man. [2021-03-12T02:10:25.501Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-12T02:10:25.501Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-12T02:10:25.501Z] Selecting previously unselected package git. [2021-03-12T02:10:25.501Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-12T02:10:25.781Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-12T02:10:26.743Z] Selecting previously unselected package libnorm1:amd64. [2021-03-12T02:10:26.743Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-12T02:10:26.743Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-12T02:10:26.743Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-12T02:10:26.743Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-12T02:10:26.743Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-12T02:10:27.004Z] Selecting previously unselected package libsodium23:amd64. [2021-03-12T02:10:27.004Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-12T02:10:27.004Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-12T02:10:27.004Z] Selecting previously unselected package libzmq5:amd64. [2021-03-12T02:10:27.004Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-12T02:10:27.004Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-12T02:10:27.004Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-12T02:10:27.004Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-12T02:10:27.004Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-12T02:10:27.265Z] Selecting previously unselected package pkg-config. [2021-03-12T02:10:27.265Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-12T02:10:27.265Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-12T02:10:27.265Z] Selecting previously unselected package zip. [2021-03-12T02:10:27.265Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-12T02:10:27.265Z] Unpacking zip (3.0-11build1) ... [2021-03-12T02:10:27.526Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-12T02:10:27.526Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-12T02:10:27.526Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-12T02:10:27.526Z] Setting up liberror-perl (0.17025-1) ... [2021-03-12T02:10:27.526Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-12T02:10:27.526Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-12T02:10:27.526Z] No schema files found: doing nothing. [2021-03-12T02:10:27.526Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-12T02:10:27.526Z] Setting up zip (3.0-11build1) ... [2021-03-12T02:10:27.786Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-12T02:10:27.786Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-12T02:10:27.787Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-12T02:10:27.787Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-12T02:10:27.787Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-12T02:10:27.787Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-12T02:10:27.787Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-12T02:10:28.047Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-12T02:10:32.411Z] ---> bc8a31ac0c73 [2021-03-12T02:10:32.411Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-12T02:10:32.411Z] ---> 95ac37975584 [2021-03-12T02:10:32.412Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-12T02:10:32.412Z] ---> 49f768715127 [2021-03-12T02:10:32.412Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-12T02:10:32.412Z] ---> 0f4fe60e4519 [2021-03-12T02:10:32.412Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-12T02:10:32.412Z] ---> 4e3d46d29145 [2021-03-12T02:10:32.412Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-12T02:10:32.412Z] ---> Running in d72c11233a6c [2021-03-12T02:10:32.412Z] ---> Running in 2637505bee36 [2021-03-12T02:10:32.412Z] ---> Running in 7aa4de1380ac [2021-03-12T02:10:32.412Z] ---> Running in 159c21ff4cc0 [2021-03-12T02:10:32.412Z] ---> Running in 44fc2a9df9e7 [2021-03-12T02:10:33.849Z] 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-12T02:10:34.124Z] 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-12T02:10:34.403Z] 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-12T02:10:34.632Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-12T02:10:34.678Z] 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-12T02:10:34.678Z] 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-12T02:10:34.898Z] git set to automatically installed. [2021-03-12T02:10:34.898Z] git-man set to automatically installed. [2021-03-12T02:10:34.898Z] libcurl3-gnutls set to automatically installed. [2021-03-12T02:10:34.898Z] liberror-perl set to automatically installed. [2021-03-12T02:10:34.898Z] libglib2.0-0 set to automatically installed. [2021-03-12T02:10:34.898Z] libnghttp2-14 set to automatically installed. [2021-03-12T02:10:34.898Z] libnorm1 set to automatically installed. [2021-03-12T02:10:34.898Z] libpgm-5.2-0 set to automatically installed. [2021-03-12T02:10:34.898Z] libpsl5 set to automatically installed. [2021-03-12T02:10:34.898Z] librtmp1 set to automatically installed. [2021-03-12T02:10:34.898Z] libsodium23 set to automatically installed. [2021-03-12T02:10:34.898Z] libzmq3-dev set to automatically installed. [2021-03-12T02:10:34.899Z] libzmq5 set to automatically installed. [2021-03-12T02:10:34.899Z] pkg-config set to automatically installed. [2021-03-12T02:10:34.899Z] zip set to automatically installed. [2021-03-12T02:10:36.284Z] snapd is not logged in, snap install commands will use sudo [2021-03-12T02:10:42.873Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-12T02:10:42.873Z] snap "core18" has no updates available [2021-03-12T02:10:44.257Z] snapd is not logged in, snap install commands will use sudo [2021-03-12T02:10:50.841Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-12T02:11:08.972Z] go (1.15/stable) 1.15.9 from Michael Hudson-Doyle (mwhudson) installed [2021-03-12T02:11:08.972Z] Pulling config-common [2021-03-12T02:11:08.972Z] + snapcraftctl pull [2021-03-12T02:11:09.918Z] Pulling go-build-helper [2021-03-12T02:11:09.918Z] + snapcraftctl pull [2021-03-12T02:11:10.862Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-03-12T02:11:10.862Z] Skipping pull go-build-helper (already ran) [2021-03-12T02:11:10.862Z] Building go-build-helper [2021-03-12T02:11:10.862Z] + snapcraftctl build [2021-03-12T02:11:13.405Z] Staging go-build-helper [2021-03-12T02:11:13.405Z] + snapcraftctl stage [2021-03-12T02:11:25.647Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-12T02:11:25.647Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-12T02:11:25.647Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-12T02:11:25.647Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-12T02:11:25.647Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-12T02:11:25.647Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-12T02:11:25.647Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-12T02:11:25.647Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-12T02:11:25.647Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-12T02:11:25.647Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-12T02:11:25.647Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-12T02:11:25.647Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-12T02:11:25.647Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-12T02:11:25.647Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-12T02:11:25.647Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-12T02:11:25.647Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-12T02:11:25.647Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-12T02:11:25.647Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-12T02:11:25.647Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-12T02:11:25.647Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-03-12T02:11:25.647Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-12T02:11:25.647Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-12T02:11:25.647Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-12T02:11:25.647Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-12T02:11:25.647Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-12T02:11:25.647Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-12T02:11:25.647Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-12T02:11:25.647Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-12T02:11:25.647Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-12T02:11:25.647Z] Fetched 224 kB in 0s (0 B/s) [2021-03-12T02:11:25.647Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-12T02:11:25.647Z] Fetched 157 kB in 0s (0 B/s) [2021-03-12T02:11:25.647Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-12T02:11:25.647Z] Fetched 221 kB in 0s (0 B/s) [2021-03-12T02:11:25.647Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-12T02:11:25.647Z] Fetched 143 kB in 0s (0 B/s) [2021-03-12T02:11:25.647Z] Pulling edgex-go [2021-03-12T02:11:25.647Z] + snapcraftctl pull [2021-03-12T02:11:47.621Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-12T02:11:47.621Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-12T02:11:47.621Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-12T02:11:47.621Z] Fetched 0 B in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-12T02:11:47.621Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-12T02:11:47.621Z] Fetched 279 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-12T02:11:47.621Z] Fetched 122 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-12T02:11:47.621Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-12T02:11:47.621Z] Fetched 8848 B in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-12T02:11:47.621Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-12T02:11:47.621Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-12T02:11:47.621Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-12T02:11:47.621Z] Fetched 214 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-12T02:11:47.621Z] Fetched 154 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-12T02:11:47.621Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-12T02:11:47.621Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-12T02:11:47.621Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-12T02:11:47.621Z] Fetched 499 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-12T02:11:47.621Z] Fetched 111 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-12T02:11:47.621Z] Fetched 240 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-12T02:11:47.621Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-12T02:11:47.621Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-12T02:11:47.621Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-12T02:11:47.621Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-12T02:11:47.621Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-12T02:11:47.621Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-12T02:11:47.621Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-12T02:11:47.621Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-12T02:11:47.621Z] Fetched 8720 B in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-12T02:11:47.621Z] Fetched 137 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-12T02:11:47.621Z] Fetched 119 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-12T02:11:47.621Z] Fetched 109 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-12T02:11:47.621Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-12T02:11:47.621Z] Fetched 645 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-12T02:11:47.621Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-12T02:11:47.621Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-12T02:11:47.621Z] Fetched 368 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-12T02:11:47.621Z] Fetched 187 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-12T02:11:47.621Z] Fetched 175 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-12T02:11:47.621Z] Fetched 206 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-12T02:11:47.621Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-12T02:11:47.621Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-12T02:11:47.621Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-12T02:11:47.621Z] Fetched 159 kB in 0s (0 B/s) [2021-03-12T02:11:47.622Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-12T02:11:47.622Z] Fetched 107 kB in 0s (0 B/s) [2021-03-12T02:11:47.622Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-12T02:11:47.622Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-12T02:11:47.622Z] Pulling static-packages [2021-03-12T02:11:47.622Z] + snapcraftctl pull [2021-03-12T02:11:48.565Z] Pulling version [2021-03-12T02:11:48.565Z] + cd /root/project [2021-03-12T02:11:48.565Z] + [ -f VERSION ] [2021-03-12T02:11:48.565Z] + PROJECT_VERSION=local-dev [2021-03-12T02:11:48.565Z] + git rev-parse --short HEAD [2021-03-12T02:11:48.565Z] + GIT_REVISION=ecaf7b0c [2021-03-12T02:11:48.565Z] + snapcraftctl set-version local-dev [2021-03-12T02:11:49.507Z] Building config-common [2021-03-12T02:11:49.507Z] + snapcraftctl build [2021-03-12T02:11:52.052Z] Skipping build go-build-helper (already ran) [2021-03-12T02:11:52.314Z] Building edgex-go [2021-03-12T02:11:53.256Z] + cd /root/parts/edgex-go/src [2021-03-12T02:11:53.257Z] + make build [2021-03-12T02:11:53.257Z] 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-12T02:11:55.803Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-12T02:11:55.803Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-12T02:11:55.803Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.48 [2021-03-12T02:11:55.803Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-12T02:11:56.064Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-12T02:11:56.064Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-12T02:11:56.064Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-12T02:11:56.064Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-12T02:11:56.064Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-12T02:11:56.064Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-12T02:11:56.064Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-12T02:11:56.064Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-12T02:11:56.064Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-12T02:11:56.064Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-12T02:11:56.064Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-12T02:11:56.636Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-12T02:11:56.636Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-12T02:11:56.636Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-12T02:11:56.636Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-12T02:11:56.636Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-12T02:11:56.897Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-12T02:11:56.897Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-12T02:11:56.897Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-12T02:11:56.897Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-12T02:11:56.897Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-12T02:11:57.158Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-12T02:11:57.158Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-12T02:11:57.158Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-12T02:11:57.158Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-12T02:11:57.158Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-12T02:11:57.430Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-12T02:11:57.430Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-12T02:11:57.430Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-12T02:11:57.430Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-12T02:11:57.430Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-12T02:11:57.430Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-12T02:11:57.430Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-12T02:11:57.430Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-12T02:11:57.430Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-12T02:11:57.430Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-12T02:11:57.430Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-12T02:11:57.693Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-12T02:11:57.693Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-12T02:11:57.693Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-12T02:11:57.693Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-12T02:12:09.958Z] 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-12T02:12:09.958Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-12T02:12:11.557Z] 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-12T02:12:11.557Z] 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-12T02:12:15.277Z] 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-12T02:12:16.664Z] 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-12T02:12:18.052Z] 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-12T02:12:18.414Z] Removing intermediate container d72c11233a6c [2021-03-12T02:12:18.414Z] ---> 4fd548a494e1 [2021-03-12T02:12:18.414Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-12T02:12:18.414Z] ---> Running in 125febf0e561 [2021-03-12T02:12:18.624Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-12T02:12:18.884Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-12T02:12:19.146Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-12T02:12:19.146Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-12T02:12:19.146Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-12T02:12:20.452Z] 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-12T02:12:21.062Z] 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-12T02:12:21.062Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-12T02:12:21.323Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-12T02:12:23.238Z] 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-12T02:12:24.623Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-12T02:12:24.623Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-12T02:12:26.541Z] 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-12T02:12:27.365Z] Removing intermediate container 7aa4de1380ac [2021-03-12T02:12:27.365Z] ---> 106e4a66377b [2021-03-12T02:12:27.365Z] [2021-03-12T02:12:27.365Z] Step 10/21 : FROM alpine:3.12 [2021-03-12T02:12:27.365Z] 3.12: Pulling from library/alpine [2021-03-12T02:12:27.365Z] Removing intermediate container 2637505bee36 [2021-03-12T02:12:27.365Z] ---> 52ff451a7a93 [2021-03-12T02:12:27.365Z] [2021-03-12T02:12:27.365Z] Step 10/31 : FROM alpine:3.12 [2021-03-12T02:12:27.365Z] 3.12: Pulling from library/alpine [2021-03-12T02:12:27.365Z] Removing intermediate container 44fc2a9df9e7 [2021-03-12T02:12:27.365Z] ---> e52089dec76c [2021-03-12T02:12:27.365Z] [2021-03-12T02:12:27.365Z] Step 10/24 : FROM alpine:3.12 [2021-03-12T02:12:27.365Z] 3.12: Pulling from library/alpine [2021-03-12T02:12:27.485Z] 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-12T02:12:27.660Z] Removing intermediate container 125febf0e561 [2021-03-12T02:12:27.661Z] ---> c3a5e58de59a [2021-03-12T02:12:27.661Z] [2021-03-12T02:12:27.661Z] Step 11/26 : FROM docker:20.10.0 [2021-03-12T02:12:27.661Z] 20.10.0: Pulling from library/docker [2021-03-12T02:12:27.661Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-12T02:12:27.661Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-12T02:12:27.661Z] Status: Downloaded newer image for alpine:3.12 [2021-03-12T02:12:27.661Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-12T02:12:27.661Z] Status: Image is up to date for alpine:3.12 [2021-03-12T02:12:27.661Z] ---> d10569e2745f [2021-03-12T02:12:27.661Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-12T02:12:27.661Z] ---> d10569e2745f [2021-03-12T02:12:27.661Z] Status: Image is up to date for alpine:3.12 [2021-03-12T02:12:27.661Z] ---> d10569e2745f [2021-03-12T02:12:27.661Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-12T02:12:27.661Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-12T02:12:27.746Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-12T02:12:27.941Z] ---> Running in 16a2a895b447 [2021-03-12T02:12:28.219Z] ---> Running in fdc0ddc42966 [2021-03-12T02:12:28.219Z] ---> Running in ecb8874c57db [2021-03-12T02:12:29.131Z] 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-12T02:12:29.392Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-12T02:12:29.680Z] Removing intermediate container ecb8874c57db [2021-03-12T02:12:29.680Z] ---> 070d5959d365 [2021-03-12T02:12:29.680Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-12T02:12:29.955Z] ---> Running in 6159ea8b503b [2021-03-12T02:12:30.231Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T02:12:30.231Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T02:12:31.667Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T02:12:31.667Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T02:12:31.936Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-12T02:12:31.936Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-12T02:12:31.936Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-12T02:12:31.936Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-12T02:12:31.936Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-12T02:12:31.936Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-12T02:12:31.936Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-12T02:12:31.936Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-12T02:12:31.936Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-12T02:12:31.936Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-12T02:12:31.936Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-12T02:12:31.936Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-12T02:12:31.936Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-12T02:12:31.936Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-12T02:12:31.936Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-12T02:12:31.936Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-12T02:12:31.936Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-12T02:12:31.936Z] + 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-12T02:12:31.936Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-12T02:12:31.936Z] + 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-12T02:12:31.936Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-12T02:12:31.936Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-12T02:12:31.936Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-12T02:12:31.936Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-12T02:12:31.936Z] + 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-12T02:12:32.652Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-12T02:12:32.652Z] (2/2) Installing su-exec (0.2-r1) [2021-03-12T02:12:32.652Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T02:12:32.652Z] OK: 5 MiB in 16 packages [2021-03-12T02:12:32.931Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T02:12:32.931Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T02:12:33.543Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-12T02:12:33.543Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-12T02:12:33.543Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-12T02:12:33.543Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-12T02:12:33.543Z] (4/4) Installing curl (7.69.1-r3) [2021-03-12T02:12:33.543Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-12T02:12:33.543Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-12T02:12:33.543Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T02:12:33.543Z] (4/5) Installing curl (7.69.1-r3) [2021-03-12T02:12:33.543Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-12T02:12:33.543Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T02:12:33.543Z] Executing ca-certificates-20191127-r4.trigger [2021-03-12T02:12:33.543Z] Executing ca-certificates-20191127-r4.trigger [2021-03-12T02:12:33.827Z] OK: 7 MiB in 19 packages [2021-03-12T02:12:33.827Z] OK: 7 MiB in 18 packages [2021-03-12T02:12:35.285Z] Removing intermediate container 159c21ff4cc0 [2021-03-12T02:12:35.285Z] ---> 612978ca2324 [2021-03-12T02:12:35.285Z] [2021-03-12T02:12:35.285Z] Step 10/22 : FROM alpine:3.12 [2021-03-12T02:12:35.285Z] ---> d10569e2745f [2021-03-12T02:12:35.285Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-12T02:12:35.317Z] Building static-packages [2021-03-12T02:12:35.317Z] + snapcraftctl build [2021-03-12T02:12:35.887Z] ---> Running in 618e78798aea [2021-03-12T02:12:35.887Z] Removing intermediate container 6159ea8b503b [2021-03-12T02:12:35.887Z] ---> 703b4b6b8cae [2021-03-12T02:12:35.887Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-12T02:12:36.489Z] ---> Running in 9c7cc52ef402 [2021-03-12T02:12:37.088Z] Removing intermediate container fdc0ddc42966 [2021-03-12T02:12:37.088Z] ---> cc5043a988c7 [2021-03-12T02:12:37.088Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-12T02:12:37.363Z] Removing intermediate container 16a2a895b447 [2021-03-12T02:12:37.363Z] ---> b4d82c24530c [2021-03-12T02:12:37.363Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-12T02:12:37.363Z] Removing intermediate container 9c7cc52ef402 [2021-03-12T02:12:37.363Z] ---> 71633ea71be2 [2021-03-12T02:12:37.363Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-12T02:12:37.363Z] ---> Running in 3e5133413215 [2021-03-12T02:12:37.642Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T02:12:37.642Z] ---> Running in e14d3377e7f8 [2021-03-12T02:12:37.642Z] ---> Running in 50b56f160a8c [2021-03-12T02:12:37.642Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T02:12:37.863Z] Building version [2021-03-12T02:12:37.864Z] + snapcraftctl build [2021-03-12T02:12:38.258Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-12T02:12:38.258Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T02:12:38.258Z] OK: 5 MiB in 15 packages [2021-03-12T02:12:38.531Z] Removing intermediate container 3e5133413215 [2021-03-12T02:12:38.531Z] ---> e7b5326d2fce [2021-03-12T02:12:38.531Z] Step 13/24 : WORKDIR / [2021-03-12T02:12:38.803Z] Removing intermediate container e14d3377e7f8 [2021-03-12T02:12:38.803Z] ---> 0416273d373d [2021-03-12T02:12:38.803Z] Step 13/21 : WORKDIR /edgex [2021-03-12T02:12:38.803Z] Removing intermediate container 50b56f160a8c [2021-03-12T02:12:38.803Z] ---> 97336cd4486f [2021-03-12T02:12:38.803Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-12T02:12:38.803Z] ---> Running in dab208df5d22 [2021-03-12T02:12:39.078Z] ---> Running in 2ee1d0425cf7 [2021-03-12T02:12:39.078Z] ---> Running in 646fee2fa238 [2021-03-12T02:12:39.681Z] Removing intermediate container dab208df5d22 [2021-03-12T02:12:39.681Z] ---> 62ff84a108b7 [2021-03-12T02:12:39.681Z] 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-12T02:12:39.959Z] Removing intermediate container 646fee2fa238 [2021-03-12T02:12:39.959Z] ---> 08da60bd72d0 [2021-03-12T02:12:39.959Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-12T02:12:40.233Z] Removing intermediate container 618e78798aea [2021-03-12T02:12:40.233Z] ---> 9042d151faa8 [2021-03-12T02:12:40.233Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T02:12:40.408Z] Staging config-common [2021-03-12T02:12:40.408Z] + snapcraftctl stage [2021-03-12T02:12:40.838Z] ---> Running in c147521e1127 [2021-03-12T02:12:41.111Z] ---> 008b15bab329 [2021-03-12T02:12:41.111Z] 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-12T02:12:41.111Z] ---> aa61683bc29e [2021-03-12T02:12:41.111Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-12T02:12:41.357Z] Skipping stage go-build-helper (already ran) [2021-03-12T02:12:41.357Z] Staging edgex-go [2021-03-12T02:12:41.357Z] + snapcraftctl stage [2021-03-12T02:12:41.384Z] Removing intermediate container c147521e1127 [2021-03-12T02:12:41.385Z] ---> 9702e8a8b480 [2021-03-12T02:12:41.385Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-12T02:12:41.662Z] ---> Running in 5251021df75c [2021-03-12T02:12:42.277Z] ---> ce248a3313a4 [2021-03-12T02:12:42.277Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-12T02:12:42.303Z] Staging static-packages [2021-03-12T02:12:42.303Z] + snapcraftctl stage [2021-03-12T02:12:42.553Z] Removing intermediate container 5251021df75c [2021-03-12T02:12:42.553Z] ---> 5699751e0258 [2021-03-12T02:12:42.553Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-12T02:12:42.553Z] Removing intermediate container 2ee1d0425cf7 [2021-03-12T02:12:42.553Z] ---> 16b61dae3d0f [2021-03-12T02:12:42.553Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-12T02:12:42.553Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-12T02:12:42.553Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-12T02:12:42.553Z] ---> eeaf43b92773 [2021-03-12T02:12:42.553Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-12T02:12:42.835Z] ---> Running in 8b3f02038097 [2021-03-12T02:12:42.835Z] ---> Running in 586c8fe751db [2021-03-12T02:12:42.835Z] ---> 482a57381204 [2021-03-12T02:12:42.835Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-12T02:12:42.835Z] ---> Running in 921cf5e18c5c [2021-03-12T02:12:43.440Z] ---> 974e4209d91c [2021-03-12T02:12:43.440Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-12T02:12:43.691Z] Staging version [2021-03-12T02:12:43.691Z] + snapcraftctl stage [2021-03-12T02:12:43.716Z] Removing intermediate container 586c8fe751db [2021-03-12T02:12:43.716Z] ---> e83479cc8c2b [2021-03-12T02:12:43.716Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T02:12:43.992Z] Removing intermediate container 8b3f02038097 [2021-03-12T02:12:43.992Z] ---> ae48c4a8bdbc [2021-03-12T02:12:43.992Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-12T02:12:44.635Z] Priming config-common [2021-03-12T02:12:44.635Z] + snapcraftctl prime [2021-03-12T02:12:44.987Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T02:12:44.987Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T02:12:45.265Z] ---> 6095ed9783e3 [2021-03-12T02:12:45.265Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-12T02:12:45.265Z] ---> 13a9da8ee559 [2021-03-12T02:12:45.265Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-12T02:12:45.542Z] ---> 980aa396a00d [2021-03-12T02:12:45.542Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-12T02:12:45.542Z] ---> 6928b341f9a7 [2021-03-12T02:12:45.542Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-12T02:12:45.542Z] ---> Running in 2a9527e647a8 [2021-03-12T02:12:45.825Z] ---> Running in 7ddf46612c93 [2021-03-12T02:12:45.825Z] (1/2) Installing readline (8.0.4-r0) [2021-03-12T02:12:45.825Z] (2/2) Installing bash (5.0.17-r0) [2021-03-12T02:12:45.825Z] Executing bash-5.0.17-r0.post-install [2021-03-12T02:12:45.825Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T02:12:45.825Z] OK: 12 MiB in 22 packages [2021-03-12T02:12:46.023Z] Priming go-build-helper [2021-03-12T02:12:46.023Z] + snapcraftctl prime [2021-03-12T02:12:46.846Z] Removing intermediate container 2a9527e647a8 [2021-03-12T02:12:46.846Z] ---> 15e8fe1366a0 [2021-03-12T02:12:46.846Z] Step 18/21 : CMD ["--init=true"] [2021-03-12T02:12:46.965Z] Priming edgex-go [2021-03-12T02:12:46.965Z] + snapcraftctl prime [2021-03-12T02:12:47.447Z] ---> Running in 934ecf3a1803 [2021-03-12T02:12:47.724Z] ---> bf03b6b5c970 [2021-03-12T02:12:47.724Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-12T02:12:47.724Z] ---> 5ca2daed469c [2021-03-12T02:12:47.724Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-12T02:12:48.000Z] Removing intermediate container 921cf5e18c5c [2021-03-12T02:12:48.001Z] ---> 9c0b1ce9ba3b [2021-03-12T02:12:48.001Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-12T02:12:48.001Z] Removing intermediate container 934ecf3a1803 [2021-03-12T02:12:48.001Z] ---> f9cc65ce470f [2021-03-12T02:12:48.001Z] Step 19/21 : LABEL arch=arm64 [2021-03-12T02:12:48.273Z] ---> Running in 5ff25a85a4b9 [2021-03-12T02:12:48.273Z] ---> Running in ea3bd884ed8d [2021-03-12T02:12:48.357Z] Priming static-packages [2021-03-12T02:12:48.357Z] + snapcraftctl prime [2021-03-12T02:12:48.869Z] ---> 3a56fa9399af [2021-03-12T02:12:48.869Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-12T02:12:48.869Z] ---> 3940b8b60a7f [2021-03-12T02:12:48.869Z] 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-12T02:12:49.145Z] ---> Running in aee6c7c4e6d2 [2021-03-12T02:12:49.145Z] Removing intermediate container 5ff25a85a4b9 [2021-03-12T02:12:49.145Z] ---> 59027295f438 [2021-03-12T02:12:49.145Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-12T02:12:49.145Z] Removing intermediate container ea3bd884ed8d [2021-03-12T02:12:49.145Z] ---> ef251e557b0f [2021-03-12T02:12:49.145Z] Step 20/21 : LABEL git_sha=ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 [2021-03-12T02:12:49.145Z] ---> Running in 2227d6c918ea [2021-03-12T02:12:49.416Z] ---> Running in f970126c03d5 [2021-03-12T02:12:49.416Z] Removing intermediate container 7ddf46612c93 [2021-03-12T02:12:49.416Z] ---> 4ca5355bea21 [2021-03-12T02:12:49.416Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T02:12:49.416Z] ---> Running in 645677631c0c [2021-03-12T02:12:49.690Z] Removing intermediate container aee6c7c4e6d2 [2021-03-12T02:12:49.690Z] ---> 42e86323012f [2021-03-12T02:12:49.690Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T02:12:49.964Z] ---> Running in 2703db542db2 [2021-03-12T02:12:50.255Z] Removing intermediate container f970126c03d5 [2021-03-12T02:12:50.255Z] ---> db633966309b [2021-03-12T02:12:50.255Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-12T02:12:50.255Z] ---> Running in 76bb73737fde [2021-03-12T02:12:50.255Z] Removing intermediate container 645677631c0c [2021-03-12T02:12:50.255Z] ---> 0c5ee372ab4d [2021-03-12T02:12:50.255Z] Step 21/21 : LABEL version=0.0.0 [2021-03-12T02:12:50.529Z] ---> Running in 76a6b15c1bf1 [2021-03-12T02:12:50.804Z] ---> 4cd145b17f77 [2021-03-12T02:12:50.804Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-12T02:12:50.804Z] Removing intermediate container 2703db542db2 [2021-03-12T02:12:50.804Z] ---> 66b820a7d1da [2021-03-12T02:12:50.804Z] Step 20/22 : LABEL arch=arm64 [2021-03-12T02:12:50.804Z] ---> Running in ec93fb0071ea [2021-03-12T02:12:50.900Z] Priming version [2021-03-12T02:12:50.900Z] + snapcraftctl prime [2021-03-12T02:12:51.080Z] Removing intermediate container 76bb73737fde [2021-03-12T02:12:51.080Z] ---> 6bc8fa761bea [2021-03-12T02:12:51.080Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-12T02:12:51.357Z] Removing intermediate container 76a6b15c1bf1 [2021-03-12T02:12:51.357Z] ---> d92fcf6ec2d1 [2021-03-12T02:12:51.357Z] [2021-03-12T02:12:51.843Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-12T02:12:51.963Z] Removing intermediate container ec93fb0071ea [2021-03-12T02:12:51.963Z] ---> a132887f88bd [2021-03-12T02:12:51.963Z] Step 21/22 : LABEL git_sha=ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 [2021-03-12T02:12:51.963Z] Successfully built d92fcf6ec2d1 [2021-03-12T02:12:52.239Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-12T02:12:52.239Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-03-12T02:12:52.239Z] ---> Running in 8de19cadaf46 [2021-03-12T02:12:52.513Z] Removing intermediate container 2227d6c918ea [2021-03-12T02:12:52.513Z] ---> 6bc19946d5ec [2021-03-12T02:12:52.513Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-12T02:12:52.796Z] ---> bdcafd4e1ebe [2021-03-12T02:12:52.796Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-12T02:12:53.071Z] ---> Running in f04413840361 [2021-03-12T02:12:53.071Z] Removing intermediate container 8de19cadaf46 [2021-03-12T02:12:53.071Z] ---> af5192e38777 [2021-03-12T02:12:53.071Z] Step 22/22 : LABEL version=0.0.0 [2021-03-12T02:12:53.071Z] ---> 0f6bc017399c [2021-03-12T02:12:53.071Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-12T02:12:53.349Z] ---> Running in a7b83d846559 [2021-03-12T02:12:53.624Z] Removing intermediate container f04413840361 [2021-03-12T02:12:53.624Z] ---> 4a624f4f84ba [2021-03-12T02:12:53.624Z] Step 22/24 : LABEL arch=arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2021-03-12T02:12:54.258Z] ---> Running in eaf633fbf898 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [2021-03-12T02:12:54.540Z] ---> 5a9dec1ff998 [2021-03-12T02:12:54.540Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-12T02:12:54.828Z] Removing intermediate container a7b83d846559 [2021-03-12T02:12:54.828Z] ---> 87fe7ecc245b [2021-03-12T02:12:54.828Z] [2021-03-12T02:12:55.112Z] ---> 373443d10568 [2021-03-12T02:12:55.112Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-12T02:12:55.389Z] Removing intermediate container eaf633fbf898 [2021-03-12T02:12:55.389Z] ---> 0ba587a0eca5 [2021-03-12T02:12:55.389Z] Step 23/24 : LABEL git_sha=ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 [2021-03-12T02:12:55.389Z] Successfully built 87fe7ecc245b [2021-03-12T02:12:55.389Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-12T02:12:55.389Z] Building docker-support-notifications-go [2021-03-12T02:12:55.992Z]  Building docker-support-scheduler-go ... done  ---> Running in cbe9165b5e89 [2021-03-12T02:12:55.992Z] ---> f5f4043a33a9 [2021-03-12T02:12:55.992Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-12T02:12:56.273Z] ---> b553c9dc0476 [2021-03-12T02:12:56.273Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-12T02:12:56.553Z] ---> Running in 4d460867eb61 [2021-03-12T02:12:56.553Z] Removing intermediate container cbe9165b5e89 [2021-03-12T02:12:56.553Z] ---> b81386af89df [2021-03-12T02:12:56.553Z] Step 24/24 : LABEL version=0.0.0 [2021-03-12T02:12:56.830Z] ---> Running in 00f1992b6747 [2021-03-12T02:12:57.113Z] ---> 8e63f9381495 [2021-03-12T02:12:57.113Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-12T02:12:58.103Z] ---> Running in 32dce9001cff [2021-03-12T02:12:58.103Z] Removing intermediate container 00f1992b6747 [2021-03-12T02:12:58.103Z] ---> 68b92fe7ed77 [2021-03-12T02:12:58.103Z] [2021-03-12T02:12:58.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T02:12:58.381Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T02:12:58.656Z] Successfully built 68b92fe7ed77 [2021-03-12T02:12:58.930Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-12T02:12:58.930Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-03-12T02:12:59.202Z] Removing intermediate container 32dce9001cff [2021-03-12T02:12:59.202Z] ---> 7f65ff343e14 [2021-03-12T02:12:59.202Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-12T02:12:59.202Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-12T02:12:59.202Z] (2/33) Installing expat (2.2.9-r1) [2021-03-12T02:12:59.202Z] (3/33) Installing libffi (3.3-r2) [2021-03-12T02:12:59.202Z] (4/33) Installing gdbm (1.13-r1) [2021-03-12T02:12:59.202Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-12T02:12:59.202Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-12T02:12:59.202Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-12T02:13:00.665Z] ---> 30217057e8dc [2021-03-12T02:13:00.665Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-12T02:13:01.266Z] ---> Running in bb8f3e2a61ee [2021-03-12T02:13:01.266Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-12T02:13:01.266Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-12T02:13:01.266Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-12T02:13:01.266Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-12T02:13:01.266Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-12T02:13:01.266Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-12T02:13:01.542Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-12T02:13:01.542Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-12T02:13:01.542Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-12T02:13:01.542Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-12T02:13:01.815Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-12T02:13:01.815Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-12T02:13:01.815Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-12T02:13:01.815Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-12T02:13:01.815Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-12T02:13:01.815Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-12T02:13:01.815Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-12T02:13:01.815Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-12T02:13:01.815Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-12T02:13:01.815Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-12T02:13:01.815Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-12T02:13:01.815Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-12T02:13:01.815Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-12T02:13:01.815Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-12T02:13:02.093Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-12T02:13:02.093Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-12T02:13:02.093Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T02:13:02.093Z] OK: 71 MiB in 55 packages [2021-03-12T02:13:05.511Z] Removing intermediate container bb8f3e2a61ee [2021-03-12T02:13:05.511Z] ---> 7c54e3d83524 [2021-03-12T02:13:05.511Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-12T02:13:06.110Z] ---> Running in cdcfb347e3c0 [2021-03-12T02:13:07.097Z] Removing intermediate container cdcfb347e3c0 [2021-03-12T02:13:07.097Z] ---> cb094515844c [2021-03-12T02:13:07.097Z] Step 28/31 : CMD ["gate"] [2021-03-12T02:13:07.694Z] ---> Running in 66f11349e815 [2021-03-12T02:13:08.295Z] Removing intermediate container 66f11349e815 [2021-03-12T02:13:08.295Z] ---> 852e67d80679 [2021-03-12T02:13:08.569Z] Step 29/31 : LABEL arch=arm64 [2021-03-12T02:13:08.843Z] ---> Running in 4684dedf2332 [2021-03-12T02:13:09.838Z] Removing intermediate container 4684dedf2332 [2021-03-12T02:13:09.838Z] ---> 21d879824e23 [2021-03-12T02:13:09.838Z] Step 30/31 : LABEL git_sha=ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 [2021-03-12T02:13:10.469Z] ---> Running in b9b7de48e66f [2021-03-12T02:13:10.745Z] Removing intermediate container 4d460867eb61 [2021-03-12T02:13:10.745Z] ---> 2e10f1b740ef [2021-03-12T02:13:10.745Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-12T02:13:11.352Z] ---> Running in 27bfbbcbef60 [2021-03-12T02:13:11.627Z] Removing intermediate container b9b7de48e66f [2021-03-12T02:13:11.627Z] ---> b74aadff1f6e [2021-03-12T02:13:11.627Z] Step 31/31 : LABEL version=0.0.0 [2021-03-12T02:13:12.235Z] ---> Running in 0c599ecfdc4a [2021-03-12T02:13:12.834Z] Removing intermediate container 0c599ecfdc4a [2021-03-12T02:13:12.834Z] ---> 8af575c581af [2021-03-12T02:13:12.834Z] [2021-03-12T02:13:13.432Z] Successfully built 8af575c581af [2021-03-12T02:13:13.432Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-12T02:13:13.432Z]  Building docker-security-bootstrapper-go ... done Building docker-core-data-go [2021-03-12T02:13:18.838Z] Collecting docker-compose==1.23.2 [2021-03-12T02:13:18.838Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-12T02:13:19.440Z] Collecting docker<4.0,>=3.6.0 [2021-03-12T02:13:19.440Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-12T02:13:20.418Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-12T02:13:20.418Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-12T02:13:21.016Z] Collecting docopt<0.7,>=0.6.1 [2021-03-12T02:13:21.016Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-12T02:13:23.643Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-12T02:13:23.918Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-12T02:13:26.546Z] Collecting texttable<0.10,>=0.9.0 [2021-03-12T02:13:26.546Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-12T02:13:29.188Z] 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-12T02:13:29.188Z] Collecting cached-property<2,>=1.2.0 [2021-03-12T02:13:29.188Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-12T02:13:30.171Z] Collecting jsonschema<3,>=2.5.1 [2021-03-12T02:13:30.171Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-12T02:13:31.614Z] Collecting PyYAML<4,>=3.10 [2021-03-12T02:13:31.614Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-12T02:13:37.042Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-12T02:13:37.042Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-12T02:13:37.316Z] Collecting docker-pycreds>=0.4.0 [2021-03-12T02:13:37.316Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-12T02:13:37.592Z] 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-12T02:13:38.198Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-12T02:13:38.473Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-12T02:13:38.748Z] 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-12T02:13:39.022Z] Collecting idna<2.8,>=2.5 [2021-03-12T02:13:39.022Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-12T02:13:39.022Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-12T02:13:39.022Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-12T02:13:39.022Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-12T02:13:39.022Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-12T02:13:40.017Z] Installing collected packages: docker-pycreds, websocket-client, urllib3, idna, requests, docker, docopt, dockerpty, texttable, cached-property, jsonschema, PyYAML, docker-compose [2021-03-12T02:13:40.622Z] Attempting uninstall: urllib3 [2021-03-12T02:13:40.622Z] Found existing installation: urllib3 1.25.9 [2021-03-12T02:13:40.622Z] Uninstalling urllib3-1.25.9: [2021-03-12T02:13:40.903Z] Successfully uninstalled urllib3-1.25.9 [2021-03-12T02:13:41.904Z] Attempting uninstall: idna [2021-03-12T02:13:41.904Z] Found existing installation: idna 2.9 [2021-03-12T02:13:41.904Z] Uninstalling idna-2.9: [2021-03-12T02:13:41.904Z] Successfully uninstalled idna-2.9 [2021-03-12T02:13:41.904Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T02:13:41.904Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-12T02:13:41.904Z] ---> 9eb48b070a63 [2021-03-12T02:13:41.904Z] Step 3/23 : WORKDIR /edgex-go [2021-03-12T02:13:41.904Z] ---> Using cache [2021-03-12T02:13:41.904Z] ---> a7f6a88f40f5 [2021-03-12T02:13:41.904Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T02:13:41.904Z] ---> Using cache [2021-03-12T02:13:41.904Z] ---> 080481270a87 [2021-03-12T02:13:41.904Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-12T02:13:41.904Z] ---> Using cache [2021-03-12T02:13:41.904Z] ---> 7c16528d3d66 [2021-03-12T02:13:41.904Z] Step 6/23 : COPY go.mod . [2021-03-12T02:13:41.904Z] ---> Using cache [2021-03-12T02:13:41.904Z] ---> 9ad9ebe145e2 [2021-03-12T02:13:41.904Z] Step 7/23 : RUN go mod download [2021-03-12T02:13:41.904Z] ---> Using cache [2021-03-12T02:13:41.904Z] ---> 613b8d5e88fe [2021-03-12T02:13:41.904Z] Step 8/23 : COPY . . [2021-03-12T02:13:41.904Z] ---> Using cache [2021-03-12T02:13:41.904Z] ---> 4e3d46d29145 [2021-03-12T02:13:41.904Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-12T02:13:43.359Z] Attempting uninstall: requests [2021-03-12T02:13:43.359Z] Found existing installation: requests 2.23.0 [2021-03-12T02:13:43.359Z] Uninstalling requests-2.23.0: [2021-03-12T02:13:43.637Z] Successfully uninstalled requests-2.23.0 [2021-03-12T02:13:46.554Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T02:13:46.554Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-12T02:13:46.554Z] ---> 9eb48b070a63 [2021-03-12T02:13:46.554Z] Step 3/22 : WORKDIR /edgex-go [2021-03-12T02:13:46.554Z] ---> Using cache [2021-03-12T02:13:46.554Z] ---> a7f6a88f40f5 [2021-03-12T02:13:46.554Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T02:13:46.554Z] ---> Using cache [2021-03-12T02:13:46.554Z] ---> 080481270a87 [2021-03-12T02:13:46.554Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-12T02:13:48.535Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T02:13:48.535Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-12T02:13:48.535Z] ---> 9eb48b070a63 [2021-03-12T02:13:48.535Z] Step 3/23 : WORKDIR /edgex-go [2021-03-12T02:13:48.535Z] ---> Using cache [2021-03-12T02:13:48.535Z] ---> a7f6a88f40f5 [2021-03-12T02:13:48.535Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T02:13:48.535Z] ---> Using cache [2021-03-12T02:13:48.535Z] ---> 080481270a87 [2021-03-12T02:13:48.535Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-12T02:13:48.535Z] ---> Using cache [2021-03-12T02:13:48.535Z] ---> 7c16528d3d66 [2021-03-12T02:13:48.535Z] Step 6/23 : COPY go.mod . [2021-03-12T02:13:48.535Z] ---> Using cache [2021-03-12T02:13:48.535Z] ---> 9ad9ebe145e2 [2021-03-12T02:13:48.535Z] Step 7/23 : RUN go mod download [2021-03-12T02:13:48.535Z] ---> Using cache [2021-03-12T02:13:48.535Z] ---> 613b8d5e88fe [2021-03-12T02:13:48.535Z] Step 8/23 : COPY . . [2021-03-12T02:13:48.535Z] ---> Using cache [2021-03-12T02:13:48.535Z] ---> 4e3d46d29145 [2021-03-12T02:13:48.535Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-12T02:13:50.510Z] Running setup.py install for docopt: started [2021-03-12T02:13:53.197Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T02:13:53.197Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-12T02:13:53.197Z] ---> 9eb48b070a63 [2021-03-12T02:13:53.197Z] Step 3/23 : WORKDIR /edgex-go [2021-03-12T02:13:53.197Z] ---> Using cache [2021-03-12T02:13:53.197Z] ---> a7f6a88f40f5 [2021-03-12T02:13:53.197Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T02:13:53.197Z] ---> Using cache [2021-03-12T02:13:53.197Z] ---> 080481270a87 [2021-03-12T02:13:53.197Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-12T02:13:53.197Z] Running setup.py install for docopt: finished with status 'done' [2021-03-12T02:13:53.197Z] Running setup.py install for dockerpty: started [2021-03-12T02:13:54.184Z] ---> Running in 82846ad2e560 [2021-03-12T02:13:54.184Z] ---> Running in a799673cea52 [2021-03-12T02:13:54.184Z] ---> Running in cf5dbdb44f20 [2021-03-12T02:13:54.184Z] ---> Running in 78308e149870 [2021-03-12T02:13:55.170Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-12T02:13:55.170Z] Running setup.py install for texttable: started [2021-03-12T02:13:56.633Z] 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-12T02:13:56.634Z] 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-12T02:13:57.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T02:13:57.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T02:13:58.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T02:13:58.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T02:13:58.403Z] Running setup.py install for texttable: finished with status 'done' [2021-03-12T02:13:59.009Z] Running setup.py install for PyYAML: started [2021-03-12T02:13:59.009Z] OK: 217 MiB in 51 packages [2021-03-12T02:13:59.286Z] OK: 217 MiB in 51 packages [2021-03-12T02:14:01.970Z] Removing intermediate container cf5dbdb44f20 [2021-03-12T02:14:01.970Z] ---> 36f7e8c5cebb [2021-03-12T02:14:01.970Z] Step 6/22 : COPY go.mod . [2021-03-12T02:14:02.250Z] Removing intermediate container a799673cea52 [2021-03-12T02:14:02.250Z] ---> c84f1d7e6d89 [2021-03-12T02:14:02.250Z] Step 6/23 : COPY go.mod . [2021-03-12T02:14:02.864Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-12T02:14:03.145Z] ---> 99aae1e9d984 [2021-03-12T02:14:03.145Z] Step 7/22 : RUN go mod download [2021-03-12T02:14:03.757Z] ---> 0897b47699d8 [2021-03-12T02:14:03.757Z] Step 7/23 : RUN go mod download [2021-03-12T02:14:03.757Z] ---> Running in 1f05b163f060 [2021-03-12T02:14:04.041Z] ---> Running in 90992074c580 [2021-03-12T02:14:04.658Z] 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-12T02:14:11.476Z] Removing intermediate container 1f05b163f060 [2021-03-12T02:14:11.476Z] ---> 8f418b7ce767 [2021-03-12T02:14:11.476Z] Step 8/22 : COPY . . [2021-03-12T02:14:11.476Z] Removing intermediate container 90992074c580 [2021-03-12T02:14:11.476Z] ---> e6dbfc8983b7 [2021-03-12T02:14:11.476Z] Step 8/23 : COPY . . [2021-03-12T02:14:11.757Z] Removing intermediate container 27bfbbcbef60 [2021-03-12T02:14:11.757Z] ---> 72553a81ff26 [2021-03-12T02:14:11.757Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-12T02:14:12.050Z] ---> Running in 5e5784f089c0 [2021-03-12T02:14:14.720Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T02:14:14.998Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T02:14:15.612Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-12T02:14:15.612Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-12T02:14:15.612Z] (3/3) Installing curl (7.69.1-r3) [2021-03-12T02:14:15.612Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T02:14:15.612Z] OK: 71 MiB in 58 packages [2021-03-12T02:14:20.002Z] Removing intermediate container 5e5784f089c0 [2021-03-12T02:14:20.002Z] ---> 0df2efaba337 [2021-03-12T02:14:20.002Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-12T02:14:20.284Z] ---> Running in d50f0d048b6d [2021-03-12T02:14:21.760Z] Removing intermediate container d50f0d048b6d [2021-03-12T02:14:21.760Z] ---> 39460e6fd141 [2021-03-12T02:14:21.760Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T02:14:22.043Z] ---> Running in 980a89945d48 [2021-03-12T02:14:23.510Z] Removing intermediate container 980a89945d48 [2021-03-12T02:14:23.510Z] ---> b991da920268 [2021-03-12T02:14:23.510Z] Step 24/26 : LABEL arch=arm64 [2021-03-12T02:14:23.792Z] ---> Running in 53f60ce1ae10 [2021-03-12T02:14:24.793Z] Removing intermediate container 53f60ce1ae10 [2021-03-12T02:14:24.793Z] ---> 3992d75e02a1 [2021-03-12T02:14:24.793Z] Step 25/26 : LABEL git_sha=ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 [2021-03-12T02:14:25.405Z] ---> Running in 5bef0777f912 [2021-03-12T02:14:26.867Z] Removing intermediate container 5bef0777f912 [2021-03-12T02:14:26.867Z] ---> 1b1ddde3e86a [2021-03-12T02:14:26.867Z] Step 26/26 : LABEL version=0.0.0 [2021-03-12T02:14:26.867Z] ---> Running in 23e999a4d542 [2021-03-12T02:14:28.335Z] Removing intermediate container 23e999a4d542 [2021-03-12T02:14:28.335Z] ---> 4d7f47d353df [2021-03-12T02:14:28.335Z] [2021-03-12T02:14:29.799Z] Successfully built 4d7f47d353df [2021-03-12T02:14:29.799Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-12T02:14:48.197Z]  Building docker-sys-mgmt-agent-go ... done  ---> a87d47d241df [2021-03-12T02:14:48.197Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-12T02:14:48.197Z] ---> 6bbf27636733 [2021-03-12T02:14:48.197Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-12T02:14:48.197Z] ---> Running in 4d516c05908f [2021-03-12T02:14:48.197Z] ---> Running in e4f1765050d3 [2021-03-12T02:14:48.477Z] 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-12T02:14:48.761Z] 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-12T02:15:35.858Z] Removing intermediate container 78308e149870 [2021-03-12T02:15:35.858Z] ---> 96a92ccf7a5d [2021-03-12T02:15:35.858Z] [2021-03-12T02:15:35.858Z] Step 10/23 : FROM alpine:3.12 [2021-03-12T02:15:35.858Z] ---> d10569e2745f [2021-03-12T02:15:35.858Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-12T02:15:35.858Z] ---> Using cache [2021-03-12T02:15:35.858Z] ---> 9042d151faa8 [2021-03-12T02:15:35.858Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T02:15:35.858Z] ---> Using cache [2021-03-12T02:15:35.858Z] ---> 9702e8a8b480 [2021-03-12T02:15:35.858Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-12T02:15:35.858Z] ---> Running in d32a289abb63 [2021-03-12T02:15:35.858Z] Removing intermediate container d32a289abb63 [2021-03-12T02:15:35.858Z] ---> 8e34cb810608 [2021-03-12T02:15:35.858Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-12T02:15:35.858Z] ---> Running in fa22454622e6 [2021-03-12T02:15:35.858Z] Removing intermediate container fa22454622e6 [2021-03-12T02:15:35.858Z] ---> b13f7fe036bb [2021-03-12T02:15:35.858Z] Step 15/23 : WORKDIR / [2021-03-12T02:15:35.858Z] ---> Running in c528ef047dbd [2021-03-12T02:15:35.858Z] Removing intermediate container c528ef047dbd [2021-03-12T02:15:35.858Z] ---> 33eb690af55b [2021-03-12T02:15:35.858Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T02:15:35.858Z] ---> 342e48b6062f [2021-03-12T02:15:35.858Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-12T02:15:36.865Z] ---> f796c8b32c99 [2021-03-12T02:15:36.865Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-12T02:15:37.868Z] ---> 811621c11e39 [2021-03-12T02:15:37.868Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-12T02:15:37.868Z] ---> Running in 032f7bf2498b [2021-03-12T02:15:38.870Z] Removing intermediate container 032f7bf2498b [2021-03-12T02:15:38.870Z] ---> 94ad7d2c3d7d [2021-03-12T02:15:38.870Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T02:15:38.870Z] ---> Running in 2d070c6139e2 [2021-03-12T02:15:39.873Z] Removing intermediate container 2d070c6139e2 [2021-03-12T02:15:39.873Z] ---> 381bcdcbfda2 [2021-03-12T02:15:39.873Z] Step 21/23 : LABEL arch=arm64 [2021-03-12T02:15:39.873Z] ---> Running in 2af01c321753 [2021-03-12T02:15:40.483Z] Removing intermediate container 2af01c321753 [2021-03-12T02:15:40.483Z] ---> e6b65b388746 [2021-03-12T02:15:40.483Z] Step 22/23 : LABEL git_sha=ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 [2021-03-12T02:15:40.760Z] ---> Running in f35bb0256569 [2021-03-12T02:15:41.381Z] Removing intermediate container f35bb0256569 [2021-03-12T02:15:41.381Z] ---> c5016884d0fe [2021-03-12T02:15:41.381Z] Step 23/23 : LABEL version=0.0.0 [2021-03-12T02:15:41.675Z] ---> Running in ec66e3670231 [2021-03-12T02:15:43.150Z] Removing intermediate container ec66e3670231 [2021-03-12T02:15:43.150Z] ---> 8b79fd0bb9e3 [2021-03-12T02:15:43.150Z] [2021-03-12T02:15:43.759Z] Successfully built 8b79fd0bb9e3 [2021-03-12T02:15:43.759Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-12T02:15:48.110Z]  Building docker-core-command-go ... done Removing intermediate container 82846ad2e560 [2021-03-12T02:15:48.110Z] ---> 897b6389d42d [2021-03-12T02:15:48.110Z] [2021-03-12T02:15:48.110Z] Step 10/23 : FROM alpine:3.12 [2021-03-12T02:15:48.110Z] ---> d10569e2745f [2021-03-12T02:15:48.110Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-12T02:15:48.110Z] ---> Using cache [2021-03-12T02:15:48.110Z] ---> 9042d151faa8 [2021-03-12T02:15:48.110Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T02:15:48.110Z] ---> Using cache [2021-03-12T02:15:48.110Z] ---> 9702e8a8b480 [2021-03-12T02:15:48.110Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-12T02:15:48.110Z] ---> Running in 23484a5f5b53 [2021-03-12T02:15:48.715Z] Removing intermediate container 23484a5f5b53 [2021-03-12T02:15:48.715Z] ---> 9e403291218c [2021-03-12T02:15:48.715Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-12T02:15:48.991Z] ---> Running in d78d4f71b02f [2021-03-12T02:15:49.593Z] Removing intermediate container d78d4f71b02f [2021-03-12T02:15:49.594Z] ---> 0882255e175d [2021-03-12T02:15:49.594Z] Step 15/23 : WORKDIR / [2021-03-12T02:15:49.873Z] ---> Running in b2df907a6f2f [2021-03-12T02:15:50.868Z] Removing intermediate container b2df907a6f2f [2021-03-12T02:15:50.868Z] ---> 75042a2c3586 [2021-03-12T02:15:50.868Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T02:15:52.328Z] ---> 44d68574aa13 [2021-03-12T02:15:52.328Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-12T02:15:53.778Z] ---> 8197a4aa7c5a [2021-03-12T02:15:53.778Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-12T02:15:55.207Z] ---> 3276b69cd1b7 [2021-03-12T02:15:55.207Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-12T02:15:55.207Z] ---> Running in 2037baa8d693 [2021-03-12T02:15:55.906Z] Removing intermediate container 2037baa8d693 [2021-03-12T02:15:55.906Z] ---> 91ad80db1926 [2021-03-12T02:15:55.906Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T02:15:55.906Z] ---> Running in b2bc597fdc20 [2021-03-12T02:15:56.783Z] Removing intermediate container b2bc597fdc20 [2021-03-12T02:15:56.783Z] ---> 6f901647c82d [2021-03-12T02:15:56.783Z] Step 21/23 : LABEL arch=arm64 [2021-03-12T02:15:56.783Z] ---> Running in 92a1f8e7ae1f [2021-03-12T02:15:57.542Z] Removing intermediate container 92a1f8e7ae1f [2021-03-12T02:15:57.542Z] ---> 8941e4dbbd29 [2021-03-12T02:15:57.542Z] Step 22/23 : LABEL git_sha=ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 [2021-03-12T02:15:57.823Z] ---> Running in cc12672e599c [2021-03-12T02:15:58.491Z] Removing intermediate container cc12672e599c [2021-03-12T02:15:58.491Z] ---> 42f69cc2cb62 [2021-03-12T02:15:58.491Z] Step 23/23 : LABEL version=0.0.0 [2021-03-12T02:15:58.491Z] ---> Running in 80db3ac33f1a [2021-03-12T02:15:59.113Z] Removing intermediate container 80db3ac33f1a [2021-03-12T02:15:59.114Z] ---> d9d850d63bff [2021-03-12T02:15:59.114Z] [2021-03-12T02:15:59.737Z] Successfully built d9d850d63bff [2021-03-12T02:15:59.737Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-12T02:16:18.114Z]  Building docker-core-metadata-go ... done Removing intermediate container e4f1765050d3 [2021-03-12T02:16:18.114Z] ---> 34da670c13a0 [2021-03-12T02:16:18.114Z] [2021-03-12T02:16:18.114Z] Step 10/22 : FROM alpine:3.12 [2021-03-12T02:16:18.114Z] ---> d10569e2745f [2021-03-12T02:16:18.114Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-12T02:16:18.114Z] ---> Running in ccd876513bc8 [2021-03-12T02:16:19.570Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T02:16:19.570Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T02:16:20.172Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-12T02:16:20.172Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-12T02:16:20.172Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T02:16:20.173Z] Executing ca-certificates-20191127-r4.trigger [2021-03-12T02:16:20.452Z] OK: 6 MiB in 16 packages [2021-03-12T02:16:22.456Z] Removing intermediate container ccd876513bc8 [2021-03-12T02:16:22.456Z] ---> 443cdcabed7c [2021-03-12T02:16:22.456Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T02:16:22.733Z] ---> Running in 14f84c87af6b [2021-03-12T02:16:23.010Z] Removing intermediate container 14f84c87af6b [2021-03-12T02:16:23.010Z] ---> 02bdc33db5ce [2021-03-12T02:16:23.291Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-12T02:16:23.291Z] ---> Running in 9bdfdcd16b6d [2021-03-12T02:16:23.896Z] Removing intermediate container 9bdfdcd16b6d [2021-03-12T02:16:23.896Z] ---> 81c4af492983 [2021-03-12T02:16:23.896Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-12T02:16:24.496Z] ---> Running in 8acb5f43d98b [2021-03-12T02:16:25.093Z] Removing intermediate container 8acb5f43d98b [2021-03-12T02:16:25.093Z] ---> f3f6a963ef88 [2021-03-12T02:16:25.093Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T02:16:25.694Z] Removing intermediate container 4d516c05908f [2021-03-12T02:16:25.695Z] ---> 8c706b75c126 [2021-03-12T02:16:25.695Z] [2021-03-12T02:16:25.695Z] Step 10/23 : FROM alpine:3.12 [2021-03-12T02:16:25.695Z] ---> d10569e2745f [2021-03-12T02:16:25.695Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-12T02:16:25.695Z] ---> Running in 9bfc27965607 [2021-03-12T02:16:25.974Z] ---> 12182f5818fe [2021-03-12T02:16:25.974Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-12T02:16:26.250Z] Removing intermediate container 9bfc27965607 [2021-03-12T02:16:26.250Z] ---> 79c8b86ac98c [2021-03-12T02:16:26.250Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-12T02:16:26.525Z] ---> Running in 444cead2dc2e [2021-03-12T02:16:27.124Z] Removing intermediate container 444cead2dc2e [2021-03-12T02:16:27.124Z] ---> 05298a2d3723 [2021-03-12T02:16:27.124Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-12T02:16:27.124Z] ---> 53bdca19a45c [2021-03-12T02:16:27.124Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-12T02:16:27.399Z] ---> Running in 6627153a7153 [2021-03-12T02:16:27.997Z] Removing intermediate container 6627153a7153 [2021-03-12T02:16:27.997Z] ---> 63edc3b687f4 [2021-03-12T02:16:27.997Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T02:16:27.997Z] ---> b753a2848cad [2021-03-12T02:16:27.997Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-12T02:16:27.997Z] ---> Running in bfb49dcf9d55 [2021-03-12T02:16:27.997Z] ---> Running in ca1e75daf4bb [2021-03-12T02:16:28.606Z] Removing intermediate container ca1e75daf4bb [2021-03-12T02:16:28.606Z] ---> 7a1d94a688e4 [2021-03-12T02:16:28.606Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T02:16:28.882Z] ---> Running in c95bac42bf16 [2021-03-12T02:16:29.155Z] Removing intermediate container c95bac42bf16 [2021-03-12T02:16:29.155Z] ---> 97fa2e2e7d58 [2021-03-12T02:16:29.155Z] Step 20/22 : LABEL arch=arm64 [2021-03-12T02:16:29.430Z] ---> Running in ae9c1e9a8c67 [2021-03-12T02:16:30.029Z] Removing intermediate container ae9c1e9a8c67 [2021-03-12T02:16:30.029Z] ---> f8754bedda7f [2021-03-12T02:16:30.029Z] Step 21/22 : LABEL git_sha=ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 [2021-03-12T02:16:30.029Z] ---> Running in 32192969637f [2021-03-12T02:16:30.306Z] Removing intermediate container bfb49dcf9d55 [2021-03-12T02:16:30.306Z] ---> 3a4f8cb937f3 [2021-03-12T02:16:30.306Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-12T02:16:30.306Z] ---> Running in 102d3d28bdec [2021-03-12T02:16:30.585Z] Removing intermediate container 32192969637f [2021-03-12T02:16:30.586Z] ---> 3200a628663a [2021-03-12T02:16:30.586Z] Step 22/22 : LABEL version=0.0.0 [2021-03-12T02:16:30.586Z] ---> Running in 529d87cd2f05 [2021-03-12T02:16:31.184Z] Removing intermediate container 529d87cd2f05 [2021-03-12T02:16:31.184Z] ---> d434d147d372 [2021-03-12T02:16:31.184Z] [2021-03-12T02:16:31.781Z] Successfully built d434d147d372 [2021-03-12T02:16:31.781Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-12T02:16:31.781Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T02:16:32.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T02:16:33.358Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-12T02:16:33.358Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-12T02:16:33.630Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-12T02:16:33.630Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-12T02:16:33.904Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-12T02:16:34.180Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-12T02:16:34.180Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T02:16:34.180Z] OK: 8 MiB in 20 packages [2021-03-12T02:16:35.621Z] Removing intermediate container 102d3d28bdec [2021-03-12T02:16:35.621Z] ---> 61a9af69fcdc [2021-03-12T02:16:35.621Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T02:16:36.224Z] ---> 282495476c6b [2021-03-12T02:16:36.224Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-12T02:16:37.656Z] ---> f0c503cfb394 [2021-03-12T02:16:37.656Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-12T02:16:38.254Z] ---> 38fe82d1de0b [2021-03-12T02:16:38.254Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-12T02:16:38.254Z] ---> Running in 367682ac3bb7 [2021-03-12T02:16:38.851Z] Removing intermediate container 367682ac3bb7 [2021-03-12T02:16:38.851Z] ---> 97cf08186a31 [2021-03-12T02:16:38.851Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T02:16:38.851Z] ---> Running in a8c85d119ddc [2021-03-12T02:16:39.449Z] Removing intermediate container a8c85d119ddc [2021-03-12T02:16:39.449Z] ---> b8d9d25675a6 [2021-03-12T02:16:39.449Z] Step 21/23 : LABEL arch=arm64 [2021-03-12T02:16:39.449Z] ---> Running in 57ff10fb2862 [2021-03-12T02:16:39.725Z] Removing intermediate container 57ff10fb2862 [2021-03-12T02:16:40.001Z] ---> e1e7ddd13260 [2021-03-12T02:16:40.001Z] Step 22/23 : LABEL git_sha=ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 [2021-03-12T02:16:40.001Z] ---> Running in ba5e2e633b57 [2021-03-12T02:16:40.598Z] Removing intermediate container ba5e2e633b57 [2021-03-12T02:16:40.598Z] ---> ad6b6cf36d07 [2021-03-12T02:16:40.598Z] Step 23/23 : LABEL version=0.0.0 [2021-03-12T02:16:40.598Z] ---> Running in 72649d21fa6e [2021-03-12T02:16:41.195Z] Removing intermediate container 72649d21fa6e [2021-03-12T02:16:41.195Z] ---> c2835712d12a [2021-03-12T02:16:41.195Z] [2021-03-12T02:16:41.468Z] Successfully built c2835712d12a [2021-03-12T02:16:41.468Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-12T02:16:41.761Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-12T02:16:41.794Z] $ docker stop --time=1 dc846cbf87004077879da18075c7d7966e9f24c291d76f6935c2f83050c5a23b [2021-03-12T02:16:43.734Z] $ docker rm -f dc846cbf87004077879da18075c7d7966e9f24c291d76f6935c2f83050c5a23b [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-12T02:16:44.492Z] + grep docker [2021-03-12T02:16:44.492Z] + docker images [2021-03-12T02:16:44.763Z] docker-core-data-go-arm64 latest c2835712d12a 4 seconds ago 21.3MB [2021-03-12T02:16:44.764Z] docker-support-notifications-go-arm64 latest d434d147d372 14 seconds ago 16.9MB [2021-03-12T02:16:44.764Z] docker-core-metadata-go-arm64 latest d9d850d63bff 46 seconds ago 17.9MB [2021-03-12T02:16:44.764Z] docker-core-command-go-arm64 latest 8b79fd0bb9e3 About a minute ago 16.2MB [2021-03-12T02:16:44.764Z] docker-sys-mgmt-agent-go-arm64 latest 4d7f47d353df 2 minutes ago 300MB [2021-03-12T02:16:44.764Z] docker-security-bootstrapper-go-arm64 latest 8af575c581af 3 minutes ago 17.8MB [2021-03-12T02:16:44.764Z] docker-security-secretstore-setup-go-arm64 latest 68b92fe7ed77 3 minutes ago 23.7MB [2021-03-12T02:16:44.764Z] docker-support-scheduler-go-arm64 latest 87fe7ecc245b 3 minutes ago 16.3MB [2021-03-12T02:16:44.764Z] docker-security-proxy-setup-go-arm64 latest d92fcf6ec2d1 3 minutes ago 23.4MB [2021-03-12T02:16:44.764Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-12T02:16:46.202Z] ---> job-cost.sh [2021-03-12T02:16:46.202Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FV93 [2021-03-12T02:17:25.155Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-12T02:19:16.954Z] lf-activate-venv(): INFO: Adding /tmp/venv-FV93/bin to PATH [2021-03-12T02:19:16.954Z] INFO: No Stack... [2021-03-12T02:19:16.954Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-12T02:19:16.954Z] INFO: Archiving Costs [Pipeline] sh [2021-03-12T02:19:17.300Z] + cat /w/workspace/edgex-go/10/archives/cost.csv [2021-03-12T02:19:17.300Z] + cut -d, -f6 [Pipeline] lock [2021-03-12T02:19:17.426Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3250-10-stack-cost] [2021-03-12T02:19:17.437Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3250-10-stack-cost] did not exist. Created. [2021-03-12T02:19:17.437Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3250-10-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-12T02:19:17.920Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-12T02:19:18.288Z] Stashed 1 file(s) [Pipeline] } [2021-03-12T02:19:18.300Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3250-10-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-12T02:19:20.442Z] provisioning config files... [2021-03-12T02:19:20.454Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/10@tmp/config6284867316688848799tmp [Pipeline] { [Pipeline] sh [2021-03-12T02:19:20.903Z] + set +x [2021-03-12T02:19:20.903Z] + curl -s https://codecov.io/bash [2021-03-12T02:19:20.903Z] + bash -s -- [2021-03-12T02:19:21.527Z] [2021-03-12T02:19:21.527Z] _____ _ [2021-03-12T02:19:21.527Z] / ____| | | [2021-03-12T02:19:21.527Z] | | ___ __| | ___ ___ _____ __ [2021-03-12T02:19:21.527Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-12T02:19:21.527Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-12T02:19:21.527Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-12T02:19:21.527Z] Bash-20210309-2b87ace [2021-03-12T02:19:21.527Z] [2021-03-12T02:19:21.527Z] [2021-03-12T02:19:21.527Z] ==> git version 2.24.3 found [2021-03-12T02:19:21.527Z] ==> 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-12T02:19:21.527Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-12T02:19:21.527Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-12T02:19:21.527Z] ==> Jenkins CI detected. [2021-03-12T02:19:21.527Z] project root: . [2021-03-12T02:19:21.527Z] --> token set from env [2021-03-12T02:19:21.527Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-12T02:19:21.527Z] ==> Running gcov in . (disable via -X gcov) [2021-03-12T02:19:21.527Z] ==> Python coveragepy not found [2021-03-12T02:19:21.527Z] ==> Searching for coverage reports in: [2021-03-12T02:19:21.527Z] + . [2021-03-12T02:19:21.527Z] -> Found 1 reports [2021-03-12T02:19:21.527Z] ==> Detecting git/mercurial file structure [2021-03-12T02:19:21.827Z] ==> Reading reports [2021-03-12T02:19:21.827Z] + ./coverage.out bytes=628834 [2021-03-12T02:19:21.827Z] ==> Appending adjustments [2021-03-12T02:19:21.827Z] https://docs.codecov.io/docs/fixing-reports [2021-03-12T02:19:25.265Z] + Found adjustments [2021-03-12T02:19:25.265Z] ==> Gzipping contents [2021-03-12T02:19:25.265Z] 92K /tmp/codecov.7XEXIC.gz [2021-03-12T02:19:25.265Z] ==> Uploading reports [2021-03-12T02:19:25.265Z] url: https://codecov.io [2021-03-12T02:19:25.265Z] query: branch=PR-3250&commit=ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3250%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3250&job=&cmd_args= [2021-03-12T02:19:25.265Z] -> Pinging Codecov [2021-03-12T02:19:25.265Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3250&commit=ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3250%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3250&job=&cmd_args= [2021-03-12T02:19:25.528Z] -> Uploading to [2021-03-12T02:19:25.528Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-12/00271124DB129430A58F1EEE437C3FCB/ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3/ca45607c-8eb8-41a6-920b-59df6a00e9b1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210312%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210312T021925Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=71935e3dcf2f1c9a52bf67eed36b713f9386d30cd5d2addaa035dce6692b19c1 [2021-03-12T02:19:25.528Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-12T02:19:25.528Z] Dload Upload Total Spent Left Speed [2021-03-12T02:19:26.366Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92787 0 0 100 92787 0 140k --:--:-- --:--:-- --:--:-- 140k [2021-03-12T02:19:26.366Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/ecaf7b0c6f8ccc695d135398c25622d4a8c03ee3 [Pipeline] } [2021-03-12T02:19:26.377Z] 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-12T02:19:28.796Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T02:19:29.694Z] ---> package-listing.sh [2021-03-12T02:19:29.694Z] ++ facter osfamily [2021-03-12T02:19:29.694Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-12T02:19:29.694Z] + OS_FAMILY=redhat [2021-03-12T02:19:29.694Z] + workspace=/w/workspace/edgex-go/10 [2021-03-12T02:19:29.694Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-12T02:19:29.694Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-12T02:19:29.694Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-12T02:19:29.694Z] + PACKAGES=/tmp/packages_start.txt [2021-03-12T02:19:29.694Z] + '[' /w/workspace/edgex-go/10 ']' [2021-03-12T02:19:29.694Z] + PACKAGES=/tmp/packages_end.txt [2021-03-12T02:19:29.694Z] + case "${OS_FAMILY}" in [2021-03-12T02:19:29.694Z] + rpm -qa [2021-03-12T02:19:29.694Z] + sort [2021-03-12T02:19:35.013Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-12T02:19:35.013Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-12T02:19:35.013Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-12T02:19:35.013Z] + '[' /w/workspace/edgex-go/10 ']' [2021-03-12T02:19:35.013Z] + mkdir -p /w/workspace/edgex-go/10/archives/ [2021-03-12T02:19:35.013Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] echo [2021-03-12T02:19:35.031Z] 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/10/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-12T02:19:35.334Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-12T02:19:35.650Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-12T02:19:35.650Z] [2021-03-12T02:19:35.650Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-12T02:19:36.020Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-12T02:19:36.020Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-12T02:19:36.020Z] df20fa9351a1: Pulling fs layer [2021-03-12T02:19:36.020Z] 36b3adc4ff6f: Pulling fs layer [2021-03-12T02:19:36.020Z] 8ad3a11d3b57: Pulling fs layer [2021-03-12T02:19:36.020Z] 46f8f816bc3b: Pulling fs layer [2021-03-12T02:19:36.020Z] 93b61091891f: Pulling fs layer [2021-03-12T02:19:36.020Z] 93b9cdb0e59b: Pulling fs layer [2021-03-12T02:19:36.020Z] 5e14af77c1be: Pulling fs layer [2021-03-12T02:19:36.020Z] 01666e4c0597: Pulling fs layer [2021-03-12T02:19:36.020Z] aa168da1d23b: Pulling fs layer [2021-03-12T02:19:36.020Z] 93b9cdb0e59b: Waiting [2021-03-12T02:19:36.020Z] 5e14af77c1be: Waiting [2021-03-12T02:19:36.020Z] aa168da1d23b: Waiting [2021-03-12T02:19:36.020Z] 93b61091891f: Waiting [2021-03-12T02:19:36.020Z] 01666e4c0597: Waiting [2021-03-12T02:19:36.020Z] 46f8f816bc3b: Waiting [2021-03-12T02:19:36.020Z] 36b3adc4ff6f: Verifying Checksum [2021-03-12T02:19:36.020Z] 36b3adc4ff6f: Download complete [2021-03-12T02:19:36.020Z] 46f8f816bc3b: Verifying Checksum [2021-03-12T02:19:36.020Z] 46f8f816bc3b: Download complete [2021-03-12T02:19:36.285Z] df20fa9351a1: Download complete [2021-03-12T02:19:36.285Z] 93b9cdb0e59b: Verifying Checksum [2021-03-12T02:19:36.285Z] 93b9cdb0e59b: Download complete [2021-03-12T02:19:36.285Z] 5e14af77c1be: Verifying Checksum [2021-03-12T02:19:36.285Z] 5e14af77c1be: Download complete [2021-03-12T02:19:36.285Z] 01666e4c0597: Verifying Checksum [2021-03-12T02:19:36.285Z] 01666e4c0597: Download complete [2021-03-12T02:19:36.285Z] 93b61091891f: Download complete [2021-03-12T02:19:36.555Z] 8ad3a11d3b57: Verifying Checksum [2021-03-12T02:19:36.555Z] 8ad3a11d3b57: Download complete [2021-03-12T02:19:36.555Z] df20fa9351a1: Pull complete [2021-03-12T02:19:36.818Z] 36b3adc4ff6f: Pull complete [2021-03-12T02:19:37.769Z] 8ad3a11d3b57: Pull complete [2021-03-12T02:19:38.735Z] 46f8f816bc3b: Pull complete [2021-03-12T02:19:38.735Z] aa168da1d23b: Verifying Checksum [2021-03-12T02:19:38.735Z] aa168da1d23b: Download complete [2021-03-12T02:19:40.668Z] 93b61091891f: Pull complete [2021-03-12T02:19:40.668Z] 93b9cdb0e59b: Pull complete [2021-03-12T02:19:40.668Z] 5e14af77c1be: Pull complete [2021-03-12T02:19:40.668Z] 01666e4c0597: Pull complete [2021-03-12T02:19:50.736Z] aa168da1d23b: Pull complete [2021-03-12T02:19:50.736Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-12T02:19:50.736Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-12T02:19:50.736Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-12T02:19:50.951Z] prd-centos7-docker-4c-2g-29583 does not seem to be running inside a container [2021-03-12T02:19:51.010Z] $ 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/10/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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-12T02:19:53.973Z] $ docker top 1a158536cd2bd05e501d178df2ef1239c7ddda7a53a4f774c95679d722ce3181 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-12T02:19:54.593Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-12T02:19:54.907Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-12T02:19:55.210Z] + ls /var/log/sa-host [2021-03-12T02:19:55.210Z] + sadf -c /var/log/sa-host/sa12 [2021-03-12T02:19:55.210Z] file_magic: OK [2021-03-12T02:19:55.210Z] HZ: Using current value: 100 [2021-03-12T02:19:55.210Z] file_header: OK [2021-03-12T02:19:55.211Z] 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-12T02:19:55.211Z] Statistics: [2021-03-12T02:19:55.211Z] 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... [2021-03-12T02:19:55.211Z] File successfully converted to sysstat format version 12.2.1 [2021-03-12T02:19:55.211Z] + sadf -c /var/log/sa-host/sa23 [2021-03-12T02:19:55.211Z] file_magic: OK [2021-03-12T02:19:55.211Z] HZ: Using current value: 100 [2021-03-12T02:19:55.211Z] file_header: OK [2021-03-12T02:19:55.211Z] 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-12T02:19:55.211Z] Statistics: [2021-03-12T02:19:55.211Z] Hnuu...uuuununununu... [2021-03-12T02:19:55.211Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-12T02:19:55.976Z] provisioning config files... [2021-03-12T02:19:55.996Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config2778365818010400630tmp [Pipeline] { [Pipeline] echo [2021-03-12T02:19:56.080Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T02:19:56.386Z] ---> create-netrc.sh [Pipeline] } [2021-03-12T02:19:56.396Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-12T02:19:56.505Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T02:19:56.822Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-12T02:19:56.833Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T02:19:57.136Z] ---> sudo-logs.sh [2021-03-12T02:19:57.136Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-12T02:19:57.210Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T02:19:57.523Z] ---> job-cost.sh [2021-03-12T02:19:57.523Z] lf-activate-venv: SKIPPING [2021-03-12T02:19:57.523Z] DEBUG: total: 0.20999999344348907 [2021-03-12T02:19:57.523Z] INFO: Retrieving Stack Cost... [2021-03-12T02:20:00.087Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-12T02:20:00.087Z] INFO: Archiving Costs [Pipeline] echo [2021-03-12T02:20:00.105Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T02:20:00.415Z] ---> logs-deploy.sh [2021-03-12T02:20:00.415Z] lf-activate-venv: SKIPPING [2021-03-12T02:20:00.415Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3250/10 [2021-03-12T02:20:00.415Z] INFO: archiving workspace using pattern(s): [2021-03-12T02:20:02.365Z] Archives upload complete. [2021-03-12T02:20:02.365Z] INFO: archiving logs to Nexus