Pull request #3208 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e937d7012ee7f86ebd8e39eec8b349db9df0ae33+ebb2ea496306d9631a66da1b80e1549344472191 (66a3b5255d1c8f1d42cd4da3b22447aff515498e) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-29909’ Running on prd-centos7-docker-4c-2g-29915 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/22 [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/22 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit ebb2ea496306d9631a66da1b80e1549344472191 into PR head commit e937d7012ee7f86ebd8e39eec8b349db9df0ae33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e937d7012ee7f86ebd8e39eec8b349db9df0ae33 # timeout=10 Merge succeeded, producing e937d7012ee7f86ebd8e39eec8b349db9df0ae33 Checking out Revision e937d7012ee7f86ebd8e39eec8b349db9df0ae33 (PR-3208) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge ebb2ea496306d9631a66da1b80e1549344472191 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e937d7012ee7f86ebd8e39eec8b349db9df0ae33 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-16T02:55:48.228Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 6e99cd2d043b4c50517227a395efe2716fc4389d # timeout=10 [2021-03-16T02:55:48.492Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-16T02:55:48.580Z] ========================================================= [2021-03-16T02:55:48.580Z] EdgeX Global Pipelines Version Info [2021-03-16T02:55:48.580Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-16T02:55:50.246Z] ------------------- [2021-03-16T02:55:50.246Z] stable info: [2021-03-16T02:55:50.246Z] ------------------- [2021-03-16T02:55:50.246Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-16T02:55:50.246Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-16T02:55:50.246Z] Message: update stable to v1.0.184 [2021-03-16T02:55:51.195Z] ------------------- [2021-03-16T02:55:51.195Z] experimental info: [2021-03-16T02:55:51.195Z] ------------------- [2021-03-16T02:55:51.195Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-16T02:55:51.195Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-16T02:55:51.195Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-16T02:55:51.446Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-16T02:55:51.549Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-16T02:55:51.648Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-16T02:55:51.765Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-16T02:55:51.850Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-16T02:55:51.931Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-16T02:55:52.012Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-16T02:55:52.116Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-16T02:55:52.222Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-16T02:55:52.307Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-16T02:55:52.410Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-16T02:55:52.498Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-16T02:55:52.620Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-16T02:55:52.713Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-16T02:55:52.804Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-16T02:55:52.903Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-16T02:55:52.996Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-16T02:55:53.086Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-16T02:55:53.246Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-16T02:55:53.335Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-16T02:55:53.418Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-16T02:55:53.517Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-16T02:55:53.608Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3208 [Pipeline] echo [2021-03-16T02:55:53.691Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3208 [Pipeline] echo [2021-03-16T02:55:53.793Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3208 [Pipeline] echo [2021-03-16T02:55:53.876Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e937d7012ee7f86ebd8e39eec8b349db9df0ae33 [Pipeline] echo [2021-03-16T02:55:53.978Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e937d70 [Pipeline] echo [2021-03-16T02:55:54.074Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-16T02:55:54.247Z] provisioning config files... [2021-03-16T02:55:54.290Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/22@tmp/config2338127093923686208tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-16T02:55:54.685Z] ---> docker-login.sh [2021-03-16T02:55:54.685Z] nexus3.edgexfoundry.org:10001 [2021-03-16T02:55:55.275Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T02:55:55.275Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T02:55:55.275Z] Configure a credential helper to remove this warning. See [2021-03-16T02:55:55.275Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T02:55:55.275Z] [2021-03-16T02:55:55.275Z] Login Succeeded [2021-03-16T02:55:55.275Z] nexus3.edgexfoundry.org:10002 [2021-03-16T02:55:55.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T02:55:55.541Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T02:55:55.541Z] Configure a credential helper to remove this warning. See [2021-03-16T02:55:55.541Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T02:55:55.541Z] [2021-03-16T02:55:55.541Z] Login Succeeded [2021-03-16T02:55:55.541Z] nexus3.edgexfoundry.org:10003 [2021-03-16T02:55:55.808Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T02:55:55.808Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T02:55:55.808Z] Configure a credential helper to remove this warning. See [2021-03-16T02:55:55.808Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T02:55:55.808Z] [2021-03-16T02:55:55.808Z] Login Succeeded [2021-03-16T02:55:55.808Z] nexus3.edgexfoundry.org:10004 [2021-03-16T02:55:56.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T02:55:56.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T02:55:56.073Z] Configure a credential helper to remove this warning. See [2021-03-16T02:55:56.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T02:55:56.073Z] [2021-03-16T02:55:56.073Z] Login Succeeded [2021-03-16T02:55:56.073Z] docker.io [2021-03-16T02:55:56.338Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T02:55:56.613Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T02:55:56.613Z] Configure a credential helper to remove this warning. See [2021-03-16T02:55:56.613Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T02:55:56.613Z] [2021-03-16T02:55:56.613Z] Login Succeeded [2021-03-16T02:55:56.613Z] ---> docker-login.sh ends [Pipeline] } [2021-03-16T02:55:56.630Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-16T02:55:57.102Z] ++ 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-16T02:55:57.103Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T02:55:57.103Z] ++ dirname cmd/core-command/Dockerfile [2021-03-16T02:55:57.103Z] ++ cut -d/ -f2 [2021-03-16T02:55:57.103Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-16T02:55:57.103Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T02:55:57.103Z] ++ dirname cmd/core-data/Dockerfile [2021-03-16T02:55:57.103Z] ++ cut -d/ -f2 [2021-03-16T02:55:57.103Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-16T02:55:57.103Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T02:55:57.103Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-16T02:55:57.103Z] ++ cut -d/ -f2 [2021-03-16T02:55:57.103Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-16T02:55:57.103Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T02:55:57.103Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-16T02:55:57.103Z] ++ cut -d/ -f2 [2021-03-16T02:55:57.103Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-16T02:55:57.103Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T02:55:57.103Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-16T02:55:57.103Z] ++ cut -d/ -f2 [2021-03-16T02:55:57.103Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-16T02:55:57.103Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T02:55:57.103Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-16T02:55:57.103Z] ++ cut -d/ -f2 [2021-03-16T02:55:57.103Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-16T02:55:57.103Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T02:55:57.103Z] ++ cut -d/ -f2 [2021-03-16T02:55:57.103Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-16T02:55:57.103Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-16T02:55:57.103Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T02:55:57.103Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-16T02:55:57.103Z] ++ cut -d/ -f2 [2021-03-16T02:55:57.103Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-16T02:55:57.103Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T02:55:57.103Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-16T02:55:57.103Z] ++ cut -d/ -f2 [2021-03-16T02:55:57.103Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-16T02:55:57.191Z] 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-16T02:55:58.919Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T02:55:58.919Z] [2021-03-16T02:55:58.919Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T02:55:59.305Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T02:55:59.305Z] latest: Pulling from edgex-devops/git-semver [2021-03-16T02:55:59.305Z] 31603596830f: Pulling fs layer [2021-03-16T02:55:59.305Z] 2a8b12db71e7: Pulling fs layer [2021-03-16T02:55:59.305Z] 6ca5941a6612: Pulling fs layer [2021-03-16T02:55:59.305Z] ecc8261a40a4: Pulling fs layer [2021-03-16T02:55:59.305Z] ecc8261a40a4: Waiting [2021-03-16T02:55:59.305Z] 2a8b12db71e7: Verifying Checksum [2021-03-16T02:55:59.305Z] 2a8b12db71e7: Download complete [2021-03-16T02:55:59.305Z] 31603596830f: Verifying Checksum [2021-03-16T02:55:59.305Z] 31603596830f: Download complete [2021-03-16T02:55:59.578Z] ecc8261a40a4: Verifying Checksum [2021-03-16T02:55:59.578Z] ecc8261a40a4: Download complete [2021-03-16T02:55:59.578Z] 6ca5941a6612: Verifying Checksum [2021-03-16T02:55:59.578Z] 6ca5941a6612: Download complete [2021-03-16T02:55:59.847Z] 31603596830f: Pull complete [2021-03-16T02:56:00.116Z] 2a8b12db71e7: Pull complete [2021-03-16T02:56:01.093Z] 6ca5941a6612: Pull complete [2021-03-16T02:56:01.358Z] ecc8261a40a4: Pull complete [2021-03-16T02:56:01.358Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-16T02:56:01.358Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T02:56:01.358Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-16T02:56:01.479Z] prd-centos7-docker-4c-2g-29915 does not seem to be running inside a container [2021-03-16T02:56:01.541Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-16T02:56:03.937Z] $ docker top 5c053684c5c15e59788784922f2ad62e8c03441c77784eccf51e6b19d0afe822 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-16T02:56:04.253Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-16T02:56:04.253Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-16T02:56:04.499Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-16T02:56:04.503Z] $ docker exec 5c053684c5c15e59788784922f2ad62e8c03441c77784eccf51e6b19d0afe822 ssh-agent [2021-03-16T02:56:04.704Z] SSH_AUTH_SOCK=/tmp/ssh-DWzPguWY9hSR/agent.11 [2021-03-16T02:56:04.704Z] SSH_AGENT_PID=16 [2021-03-16T02:56:04.718Z] Running ssh-add (command line suppressed) [2021-03-16T02:56:04.864Z] Identity added: /w/workspace/edgex-go/22@tmp/private_key_7053534771088456332.key (/w/workspace/edgex-go/22@tmp/private_key_7053534771088456332.key) [2021-03-16T02:56:04.930Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-16T02:56:05.270Z] + git tag --points-at HEAD [Pipeline] } [2021-03-16T02:56:05.296Z] $ docker exec --env ******** --env ******** 5c053684c5c15e59788784922f2ad62e8c03441c77784eccf51e6b19d0afe822 ssh-agent -k [2021-03-16T02:56:05.434Z] unset SSH_AUTH_SOCK; [2021-03-16T02:56:05.434Z] unset SSH_AGENT_PID; [2021-03-16T02:56:05.434Z] echo Agent pid 16 killed; [2021-03-16T02:56:05.496Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-16T02:56:05.623Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-16T02:56:05.623Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-16T02:56:05.840Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-16T02:56:05.845Z] $ docker exec 5c053684c5c15e59788784922f2ad62e8c03441c77784eccf51e6b19d0afe822 ssh-agent [2021-03-16T02:56:06.044Z] SSH_AUTH_SOCK=/tmp/ssh-M8uSjb9KHkdL/agent.45 [2021-03-16T02:56:06.044Z] SSH_AGENT_PID=51 [2021-03-16T02:56:06.052Z] Running ssh-add (command line suppressed) [2021-03-16T02:56:06.200Z] Identity added: /w/workspace/edgex-go/22@tmp/private_key_2299441527648904010.key (/w/workspace/edgex-go/22@tmp/private_key_2299441527648904010.key) [2021-03-16T02:56:06.289Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-16T02:56:06.662Z] + git semver init [2021-03-16T02:56:06.662Z] # -> Open(): unable to determine branch for HEAD [2021-03-16T02:56:06.662Z] # $GIT_DIR = /w/workspace/edgex-go/22/.git [2021-03-16T02:56:06.662Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/22 [2021-03-16T02:56:06.662Z] # $SEMVER_REMOTE_NAME = origin [2021-03-16T02:56:06.662Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-16T02:56:06.662Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-16T02:56:06.662Z] # $SEMVER_BRANCH = PR-3208 [2021-03-16T02:56:06.662Z] # $SEMVER_TEMP = /tmp/semver-777685048 [2021-03-16T02:56:06.662Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-16T02:56:39.134Z] # '/tmp/semver-777685048' -> '/w/workspace/edgex-go/22/.semver' [2021-03-16T02:56:39.134Z] # -> Force: false [2021-03-16T02:56:39.134Z] # $SEMVER_DIR = /w/workspace/edgex-go/22/.semver [Pipeline] } [2021-03-16T02:56:39.156Z] $ docker exec --env ******** --env ******** 5c053684c5c15e59788784922f2ad62e8c03441c77784eccf51e6b19d0afe822 ssh-agent -k [2021-03-16T02:56:39.501Z] unset SSH_AUTH_SOCK; [2021-03-16T02:56:39.501Z] unset SSH_AGENT_PID; [2021-03-16T02:56:39.502Z] echo Agent pid 51 killed; [2021-03-16T02:56:39.614Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-16T02:56:40.079Z] + git semver [Pipeline] } [2021-03-16T02:56:40.103Z] $ docker stop --time=1 5c053684c5c15e59788784922f2ad62e8c03441c77784eccf51e6b19d0afe822 [2021-03-16T02:56:42.030Z] $ docker rm -f 5c053684c5c15e59788784922f2ad62e8c03441c77784eccf51e6b19d0afe822 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-16T02:56:42.555Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-16T02:56:43.095Z] Stashed 1 file(s) [Pipeline] echo [2021-03-16T02:56:43.098Z] [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-16T02:56:44.049Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-16T02:56:44.354Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-16T02:56:44.666Z] + sudo service docker restart [2021-03-16T02:56:44.666Z] + true [2021-03-16T02:56:44.666Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-16T02:56:45.262Z] ========================================================= [2021-03-16T02:56:45.262Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-16T02:56:45.262Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-16T02:56:45.620Z] + 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-16T02:56:49.877Z] Sending build context to Docker daemon 328.6MB [2021-03-16T02:56:49.877Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-16T02:56:49.877Z] Step 2/6 : FROM ${BASE} [2021-03-16T02:56:49.877Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-16T02:56:49.877Z] 188c0c94c7c5: Pulling fs layer [2021-03-16T02:56:49.877Z] 0ef7d3d256c8: Pulling fs layer [2021-03-16T02:56:49.877Z] de9db76c5a1d: Pulling fs layer [2021-03-16T02:56:49.877Z] bca2f99d35d6: Pulling fs layer [2021-03-16T02:56:49.877Z] 93359f2a8cfa: Pulling fs layer [2021-03-16T02:56:49.877Z] 7c6f9722023f: Pulling fs layer [2021-03-16T02:56:49.877Z] a35cf1a2eb13: Pulling fs layer [2021-03-16T02:56:49.877Z] bca2f99d35d6: Waiting [2021-03-16T02:56:49.877Z] 93359f2a8cfa: Waiting [2021-03-16T02:56:49.877Z] 7c6f9722023f: Waiting [2021-03-16T02:56:49.877Z] a35cf1a2eb13: Waiting [2021-03-16T02:56:49.877Z] de9db76c5a1d: Verifying Checksum [2021-03-16T02:56:49.877Z] de9db76c5a1d: Download complete [2021-03-16T02:56:49.877Z] 0ef7d3d256c8: Verifying Checksum [2021-03-16T02:56:49.877Z] 0ef7d3d256c8: Download complete [2021-03-16T02:56:49.877Z] 93359f2a8cfa: Verifying Checksum [2021-03-16T02:56:49.877Z] 93359f2a8cfa: Download complete [2021-03-16T02:56:49.877Z] 7c6f9722023f: Verifying Checksum [2021-03-16T02:56:49.877Z] 7c6f9722023f: Download complete [2021-03-16T02:56:49.877Z] 188c0c94c7c5: Verifying Checksum [2021-03-16T02:56:49.877Z] 188c0c94c7c5: Download complete [2021-03-16T02:56:49.877Z] 188c0c94c7c5: Pull complete [2021-03-16T02:56:50.148Z] 0ef7d3d256c8: Pull complete [2021-03-16T02:56:50.740Z] de9db76c5a1d: Pull complete [2021-03-16T02:56:52.180Z] a35cf1a2eb13: Verifying Checksum [2021-03-16T02:56:52.180Z] a35cf1a2eb13: Download complete [2021-03-16T02:56:53.140Z] bca2f99d35d6: Verifying Checksum [2021-03-16T02:56:53.140Z] bca2f99d35d6: Download complete [2021-03-16T02:56:58.494Z] Still waiting to schedule task [2021-03-16T02:56:58.495Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-16T02:56:59.816Z] bca2f99d35d6: Pull complete [2021-03-16T02:56:59.816Z] 93359f2a8cfa: Pull complete [2021-03-16T02:57:00.081Z] 7c6f9722023f: Pull complete [2021-03-16T02:57:04.343Z] a35cf1a2eb13: Pull complete [2021-03-16T02:57:04.343Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-16T02:57:04.343Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-16T02:57:04.343Z] ---> a62c8e92a672 [2021-03-16T02:57:04.343Z] 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-16T02:57:04.607Z] ---> Running in ac40e5883a1b [2021-03-16T02:57:05.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T02:57:06.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T02:57:06.439Z] (1/12) Installing libmagic (5.38-r0) [2021-03-16T02:57:06.708Z] (2/12) Installing file (5.38-r0) [2021-03-16T02:57:06.985Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-16T02:57:06.985Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-16T02:57:25.173Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-16T02:57:25.173Z] (6/12) Installing patch (2.7.6-r6) [2021-03-16T02:57:25.173Z] (7/12) Installing build-base (0.5-r2) [2021-03-16T02:57:25.173Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-16T02:57:25.173Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-16T02:57:25.173Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-16T02:57:25.173Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-16T02:57:25.173Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-16T02:57:25.173Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T02:57:25.173Z] OK: 233 MiB in 51 packages [2021-03-16T02:57:27.736Z] Removing intermediate container ac40e5883a1b [2021-03-16T02:57:27.736Z] ---> 71594dd8f3a6 [2021-03-16T02:57:27.736Z] Step 4/6 : WORKDIR /edgex-go [2021-03-16T02:57:28.000Z] ---> Running in fc06b9725620 [2021-03-16T02:57:28.000Z] Removing intermediate container fc06b9725620 [2021-03-16T02:57:28.000Z] ---> 150833583a19 [2021-03-16T02:57:28.000Z] Step 5/6 : COPY go.mod . [2021-03-16T02:57:28.265Z] ---> b960e9b076b8 [2021-03-16T02:57:28.265Z] Step 6/6 : RUN go mod download [2021-03-16T02:57:28.540Z] ---> Running in 6fe97a269b62 [2021-03-16T02:57:55.209Z] Removing intermediate container 6fe97a269b62 [2021-03-16T02:57:55.209Z] ---> 1e469592fb44 [2021-03-16T02:57:55.209Z] Successfully built 1e469592fb44 [2021-03-16T02:57:55.209Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T02:57:55.539Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-16T02:57:55.807Z] . [Pipeline] withDockerContainer [2021-03-16T02:57:55.963Z] prd-centos7-docker-4c-2g-29915 does not seem to be running inside a container [2021-03-16T02:57:56.024Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-16T02:57:57.047Z] $ docker top 43d7f6bc2901fd750983b1867eb5a46e4c2053087baae2988f0d1db5c008b3c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T02:57:57.563Z] + go version [2021-03-16T02:57:57.563Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-16T02:57:57.579Z] $ docker stop --time=1 43d7f6bc2901fd750983b1867eb5a46e4c2053087baae2988f0d1db5c008b3c0 [2021-03-16T02:57:58.967Z] $ docker rm -f 43d7f6bc2901fd750983b1867eb5a46e4c2053087baae2988f0d1db5c008b3c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T02:57:59.755Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-16T02:57:59.755Z] . [Pipeline] withDockerContainer [2021-03-16T02:57:59.898Z] prd-centos7-docker-4c-2g-29915 does not seem to be running inside a container [2021-03-16T02:58:00.022Z] $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-16T02:58:00.788Z] $ docker top 80dc23d0959949d9a58b767d885de7ad79a689bd75d3daad165d4a8cfa90767d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-16T02:58:01.062Z] ========================================================= [2021-03-16T02:58:01.062Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-16T02:58:01.062Z] ========================================================= [Pipeline] sh [2021-03-16T02:58:01.409Z] + make test [2021-03-16T02:58:01.409Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-16T02:58:09.617Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-16T02:58:36.437Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-16T02:58:36.437Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-16T02:58:37.899Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-16T02:58:37.899Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-16T02:58:39.871Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-16T02:58:39.871Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-16T02:58:39.871Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-16T02:58:39.871Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-16T02:58:40.831Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-16T02:58:41.115Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-16T02:58:44.526Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-16T02:58:44.526Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-16T02:58:44.526Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-16T02:58:46.551Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.128s coverage: 45.9% of statements [2021-03-16T02:58:46.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-16T02:58:46.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-16T02:58:46.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-16T02:58:46.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-16T02:58:46.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-16T02:58:46.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-16T02:58:46.551Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.096s coverage: 19.8% of statements [2021-03-16T02:58:46.551Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.103s coverage: 100.0% of statements [2021-03-16T02:58:52.014Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.252s coverage: 27.1% of statements [2021-03-16T02:58:52.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-16T02:58:52.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-16T02:58:52.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-16T02:58:52.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-16T02:58:52.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-16T02:58:52.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-16T02:58:52.014Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements [2021-03-16T02:58:52.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-16T02:58:52.014Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.052s coverage: 100.0% of statements [2021-03-16T02:58:52.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-16T02:58:52.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-16T02:58:52.014Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.151s coverage: 71.3% of statements [2021-03-16T02:58:52.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-16T02:58:52.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-16T02:58:52.014Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.262s coverage: 82.9% of statements [2021-03-16T02:58:52.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-16T02:58:52.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T02:58:52.014Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.085s coverage: 78.9% of statements [2021-03-16T02:58:52.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-16T02:58:55.414Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.536s coverage: 28.6% of statements [2021-03-16T02:58:55.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-16T02:58:55.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-16T02:58:55.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-16T02:58:55.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-16T02:58:55.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-16T02:58:55.414Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.064s coverage: 100.0% of statements [2021-03-16T02:58:55.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-16T02:58:55.414Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.069s coverage: 100.0% of statements [2021-03-16T02:58:55.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-16T02:58:55.414Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.135s coverage: 86.7% of statements [2021-03-16T02:58:55.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-16T02:58:55.414Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.195s coverage: 97.5% of statements [2021-03-16T02:58:55.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-16T02:58:55.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.122s coverage: 78.3% of statements [2021-03-16T02:58:55.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-16T02:58:55.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-16T02:58:55.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-16T02:58:55.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-16T02:58:59.202Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.641s coverage: 92.8% of statements [2021-03-16T02:58:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-16T02:58:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T02:58:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-16T02:58:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-16T02:58:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-16T02:58:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-16T02:58:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-16T02:58:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-16T02:58:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-16T02:58:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-16T02:58:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-16T02:58:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-16T02:58:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-16T02:58:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-16T02:58:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-16T02:58:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-16T02:58:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-16T02:58:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-16T02:58:59.202Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.040s coverage: 58.8% of statements [2021-03-16T02:58:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-16T02:58:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-16T02:58:59.202Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.086s coverage: 0.1% of statements [2021-03-16T02:58:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-16T02:58:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-16T02:58:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-16T02:58:59.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.055s coverage: 47.1% of statements [2021-03-16T02:58:59.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.070s coverage: 79.5% of statements [2021-03-16T02:58:59.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements [2021-03-16T02:59:00.206Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.130s coverage: 96.3% of statements [2021-03-16T02:59:00.206Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.081s coverage: 87.5% of statements [2021-03-16T02:59:12.550Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.047s coverage: 94.4% of statements [2021-03-16T02:59:12.550Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.043s coverage: 44.8% of statements [2021-03-16T02:59:15.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.193s coverage: 81.9% of statements [2021-03-16T02:59:25.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.135s coverage: 92.9% of statements [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-16T02:59:25.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-16T02:59:25.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-16T02:59:25.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-16T02:59:25.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.114s coverage: 75.5% of statements [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-16T02:59:25.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.041s coverage: 80.8% of statements [2021-03-16T02:59:25.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.091s coverage: 87.2% of statements [2021-03-16T02:59:25.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.071s coverage: 84.6% of statements [2021-03-16T02:59:25.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.151s coverage: 91.6% of statements [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-16T02:59:25.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.218s coverage: 62.4% of statements [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-16T02:59:25.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.092s coverage: 100.0% of statements [2021-03-16T02:59:25.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.061s coverage: 91.3% of statements [2021-03-16T02:59:25.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2021-03-16T02:59:25.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements [2021-03-16T02:59:25.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements [2021-03-16T02:59:25.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.417s coverage: 69.0% of statements [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-16T02:59:25.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.159s coverage: 38.4% of statements [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-16T02:59:25.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.057s coverage: 89.5% of statements [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-16T02:59:25.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.061s coverage: 84.8% of statements [2021-03-16T02:59:25.541Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.257s coverage: 47.0% of statements [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-16T02:59:25.541Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.114s coverage: 100.0% of statements [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-16T02:59:25.541Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.067s coverage: 100.0% of statements [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-16T02:59:25.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-16T02:59:26.599Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.222s coverage: 87.1% of statements [2021-03-16T02:59:26.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-16T02:59:26.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T02:59:26.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-16T02:59:27.788Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29919 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws [2021-03-16T02:59:27.867Z] Running in /w/workspace/edgex-go/22 [Pipeline] { [Pipeline] checkout [2021-03-16T02:59:28.725Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.124s coverage: 29.1% of statements [2021-03-16T02:59:28.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-16T02:59:28.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-16T02:59:28.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-16T02:59:28.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-16T02:59:28.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-16T02:59:28.726Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.103s coverage: 99.0% of statements [2021-03-16T02:59:28.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-16T02:59:28.726Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.060s coverage: 100.0% of statements [2021-03-16T02:59:28.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-16T02:59:28.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-16T02:59:28.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-16T02:59:28.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-16T02:59:29.018Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.132s coverage: 96.5% of statements [2021-03-16T02:59:29.018Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-16T02:59:29.018Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T02:59:29.018Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-16T02:59:29.018Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2021-03-16T02:59:29.018Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-16T02:59:29.018Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements [2021-03-16T02:59:29.018Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-16T02:59:29.018Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-16T02:59:29.018Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-16T02:59:29.018Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-16T02:59:29.336Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.059s coverage: 87.9% of statements [2021-03-16T02:59:29.336Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-16T02:59:29.336Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-16T02:59:29.651Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements [2021-03-16T02:59:30.258Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.039s coverage: 32.1% of statements [2021-03-16T02:59:30.258Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.052s coverage: 100.0% of statements [2021-03-16T02:59:30.950Z] GO111MODULE=on go vet ./... [2021-03-16T02:59:33.235Z] using credential edgex-jenkins-ssh [2021-03-16T02:59:33.325Z] Cloning the remote Git repository [2021-03-16T02:59:33.400Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-16T02:59:33.530Z] > git init /w/workspace/edgex-go/22 # timeout=10 [2021-03-16T02:59:33.627Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T02:59:33.628Z] > git --version # timeout=10 [2021-03-16T02:59:33.651Z] > git --version # 'git version 2.17.1' [2021-03-16T02:59:33.654Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T02:59:33.739Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T02:59:50.198Z] Merging remotes/origin/master commit ebb2ea496306d9631a66da1b80e1549344472191 into PR head commit e937d7012ee7f86ebd8e39eec8b349db9df0ae33 [2021-03-16T02:59:49.383Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T02:59:49.403Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T02:59:49.436Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T02:59:49.479Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T02:59:49.480Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T02:59:49.495Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-16T02:59:50.808Z] Merge succeeded, producing e937d7012ee7f86ebd8e39eec8b349db9df0ae33 [2021-03-16T02:59:50.809Z] Checking out Revision e937d7012ee7f86ebd8e39eec8b349db9df0ae33 (PR-3208) [2021-03-16T02:59:50.230Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T02:59:50.243Z] > git checkout -f e937d7012ee7f86ebd8e39eec8b349db9df0ae33 # timeout=10 [2021-03-16T02:59:50.594Z] > git remote # timeout=10 [2021-03-16T02:59:50.618Z] > git config --get remote.origin.url # timeout=10 [2021-03-16T02:59:50.693Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T02:59:50.707Z] > git merge ebb2ea496306d9631a66da1b80e1549344472191 # timeout=10 [2021-03-16T02:59:50.749Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-16T02:59:50.822Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T02:59:50.838Z] > git checkout -f e937d7012ee7f86ebd8e39eec8b349db9df0ae33 # timeout=10 [2021-03-16T02:59:55.620Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-16T02:59:57.232Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-16T02:59:57.664Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-16T02:59:58.010Z] + + sudo service docker restart [2021-03-16T02:59:58.010Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-16T03:00:00.786Z] provisioning config files... [2021-03-16T03:00:00.834Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/22@tmp/config95489411486434316tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-16T03:00:01.287Z] ---> docker-login.sh [2021-03-16T03:00:01.287Z] nexus3.edgexfoundry.org:10001 [2021-03-16T03:00:02.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T03:00:02.892Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T03:00:02.892Z] Configure a credential helper to remove this warning. See [2021-03-16T03:00:02.892Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T03:00:02.892Z] [2021-03-16T03:00:02.892Z] Login Succeeded [2021-03-16T03:00:02.892Z] nexus3.edgexfoundry.org:10002 [2021-03-16T03:00:03.175Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T03:00:03.455Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T03:00:03.455Z] Configure a credential helper to remove this warning. See [2021-03-16T03:00:03.455Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T03:00:03.455Z] [2021-03-16T03:00:03.455Z] Login Succeeded [2021-03-16T03:00:03.455Z] nexus3.edgexfoundry.org:10003 [2021-03-16T03:00:04.075Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T03:00:04.075Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T03:00:04.075Z] Configure a credential helper to remove this warning. See [2021-03-16T03:00:04.075Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T03:00:04.075Z] [2021-03-16T03:00:04.075Z] Login Succeeded [2021-03-16T03:00:04.075Z] nexus3.edgexfoundry.org:10004 [2021-03-16T03:00:04.684Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T03:00:04.684Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T03:00:04.684Z] Configure a credential helper to remove this warning. See [2021-03-16T03:00:04.684Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T03:00:04.684Z] [2021-03-16T03:00:04.684Z] Login Succeeded [2021-03-16T03:00:04.684Z] docker.io [2021-03-16T03:00:05.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T03:00:05.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T03:00:05.570Z] Configure a credential helper to remove this warning. See [2021-03-16T03:00:05.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T03:00:05.570Z] [2021-03-16T03:00:05.570Z] Login Succeeded [2021-03-16T03:00:05.570Z] ---> docker-login.sh ends [Pipeline] } [2021-03-16T03:00:05.594Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-16T03:00:06.178Z] ========================================================= [2021-03-16T03:00:06.178Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-16T03:00:06.178Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-16T03:00:06.580Z] + 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-16T03:00:09.250Z] Sending build context to Docker daemon 166.8MB [2021-03-16T03:00:09.250Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-16T03:00:09.250Z] Step 2/6 : FROM ${BASE} [2021-03-16T03:00:09.533Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-16T03:00:09.533Z] 5f621e34cdf4: Pulling fs layer [2021-03-16T03:00:09.533Z] a4357932f1b6: Pulling fs layer [2021-03-16T03:00:09.533Z] 18c013af1878: Pulling fs layer [2021-03-16T03:00:09.533Z] 00ac8860ef70: Pulling fs layer [2021-03-16T03:00:09.533Z] 63d7cb157983: Pulling fs layer [2021-03-16T03:00:09.533Z] b116817d02f9: Pulling fs layer [2021-03-16T03:00:09.533Z] 745a02a5169b: Pulling fs layer [2021-03-16T03:00:09.533Z] 00ac8860ef70: Waiting [2021-03-16T03:00:09.533Z] 63d7cb157983: Waiting [2021-03-16T03:00:09.533Z] b116817d02f9: Waiting [2021-03-16T03:00:09.533Z] 745a02a5169b: Waiting [2021-03-16T03:00:09.533Z] 18c013af1878: Verifying Checksum [2021-03-16T03:00:09.533Z] 18c013af1878: Download complete [2021-03-16T03:00:09.533Z] a4357932f1b6: Verifying Checksum [2021-03-16T03:00:09.533Z] a4357932f1b6: Download complete [2021-03-16T03:00:09.533Z] 63d7cb157983: Verifying Checksum [2021-03-16T03:00:09.533Z] 63d7cb157983: Download complete [2021-03-16T03:00:09.533Z] b116817d02f9: Verifying Checksum [2021-03-16T03:00:09.533Z] b116817d02f9: Download complete [2021-03-16T03:00:09.533Z] 5f621e34cdf4: Verifying Checksum [2021-03-16T03:00:09.533Z] 5f621e34cdf4: Download complete [2021-03-16T03:00:10.533Z] 5f621e34cdf4: Pull complete [2021-03-16T03:00:10.548Z] gofmt -l . [2021-03-16T03:00:10.548Z] [ "`gofmt -l .`" = "" ] [2021-03-16T03:00:10.548Z] ./bin/test-go-mod-tidy.sh [2021-03-16T03:00:10.548Z] ./bin/test-attribution-txt.sh [2021-03-16T03:00:10.830Z] a4357932f1b6: Pull complete [Pipeline] sh [2021-03-16T03:00:11.480Z] 18c013af1878: Pull complete [2021-03-16T03:00:11.519Z] + ls -al . [2021-03-16T03:00:11.520Z] total 760 [2021-03-16T03:00:11.520Z] drwxrwxr-x 10 1001 1001 4096 Mar 16 03:00 . [2021-03-16T03:00:11.520Z] drwxr-xr-x 4 root root 30 Mar 16 02:58 .. [2021-03-16T03:00:11.520Z] -rw-rw-r-- 1 1001 1001 11 Mar 16 02:55 .dockerignore [2021-03-16T03:00:11.520Z] drwxrwxr-x 8 1001 1001 179 Mar 16 02:55 .git [2021-03-16T03:00:11.520Z] drwxrwxr-x 3 1001 1001 125 Mar 16 02:55 .github [2021-03-16T03:00:11.520Z] -rw-rw-r-- 1 1001 1001 818 Mar 16 02:55 .gitignore [2021-03-16T03:00:11.520Z] drwx------ 3 1001 1001 60 Mar 16 02:56 .semver [2021-03-16T03:00:11.520Z] -rw-rw-r-- 1 1001 1001 166 Mar 16 02:55 .sonarcloud.properties [2021-03-16T03:00:11.520Z] -rw-rw-r-- 1 1001 1001 8607 Mar 16 02:55 Attribution.txt [2021-03-16T03:00:11.520Z] -rw-rw-r-- 1 1001 1001 3804 Mar 16 02:55 CONTRIBUTING.md [2021-03-16T03:00:11.520Z] -rw-rw-r-- 1 1001 1001 931 Mar 16 02:55 Dockerfile.build [2021-03-16T03:00:11.520Z] -rw-rw-r-- 1 1001 1001 863 Mar 16 02:55 Jenkinsfile [2021-03-16T03:00:11.520Z] -rw-rw-r-- 1 1001 1001 10775 Mar 16 02:55 LICENSE [2021-03-16T03:00:11.520Z] -rw-rw-r-- 1 1001 1001 5774 Mar 16 02:55 Makefile [2021-03-16T03:00:11.520Z] -rw-rw-r-- 1 1001 1001 6548 Mar 16 02:55 README.md [2021-03-16T03:00:11.520Z] -rw-rw-r-- 1 1001 1001 6755 Mar 16 02:55 SECURITY.md [2021-03-16T03:00:11.520Z] -rw-rw-r-- 1 1001 1001 5 Mar 16 02:56 VERSION [2021-03-16T03:00:11.520Z] -rw-rw-r-- 1 1001 1001 4131 Mar 16 02:55 ZMQWindows.md [2021-03-16T03:00:11.520Z] drwxrwxr-x 2 1001 1001 117 Mar 16 02:55 bin [2021-03-16T03:00:11.520Z] drwxrwxr-x 14 1001 1001 4096 Mar 16 02:55 cmd [2021-03-16T03:00:11.520Z] -rw-r--r-- 1 root root 650607 Mar 16 02:59 coverage.out [2021-03-16T03:00:11.520Z] -rw-r--r-- 1 root root 1055 Mar 16 03:00 go.mod [2021-03-16T03:00:11.520Z] -rw-r--r-- 1 root root 22209 Mar 16 03:00 go.sum [2021-03-16T03:00:11.520Z] drwxrwxr-x 8 1001 1001 127 Mar 16 02:55 internal [2021-03-16T03:00:11.520Z] drwxrwxr-x 4 1001 1001 26 Mar 16 02:55 openapi [2021-03-16T03:00:11.520Z] drwxrwxr-x 4 1001 1001 71 Mar 16 02:55 snap [2021-03-16T03:00:11.520Z] -rw-rw-r-- 1 1001 1001 168 Mar 16 02:55 version.go [Pipeline] sh [2021-03-16T03:00:11.864Z] + '[' -e coverage.out ] [2021-03-16T03:00:11.864Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-16T03:00:12.155Z] Stashed 1 file(s) [Pipeline] sh [2021-03-16T03:00:12.488Z] 745a02a5169b: Verifying Checksum [2021-03-16T03:00:12.488Z] 745a02a5169b: Download complete [2021-03-16T03:00:12.496Z] + make build [2021-03-16T03:00:12.496Z] 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-16T03:00:13.930Z] 00ac8860ef70: Verifying Checksum [2021-03-16T03:00:13.930Z] 00ac8860ef70: Download complete [2021-03-16T03:00:16.798Z] 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-16T03:00:24.098Z] 00ac8860ef70: Pull complete [2021-03-16T03:00:24.098Z] 63d7cb157983: Pull complete [2021-03-16T03:00:24.098Z] b116817d02f9: Pull complete [2021-03-16T03:00:27.508Z] 745a02a5169b: Pull complete [2021-03-16T03:00:27.508Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-16T03:00:27.508Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-16T03:00:27.508Z] ---> b7e6874047d6 [2021-03-16T03:00:27.508Z] 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-16T03:00:29.447Z] 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-16T03:00:30.933Z] ---> Running in cc097def507f [2021-03-16T03:00:32.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:00:32.900Z] 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-16T03:00:32.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:00:33.980Z] (1/12) Installing libmagic (5.38-r0) [2021-03-16T03:00:34.256Z] (2/12) Installing file (5.38-r0) [2021-03-16T03:00:34.256Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-16T03:00:34.256Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-16T03:00:35.528Z] 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-16T03:00:36.552Z] 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-16T03:00:40.048Z] 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-16T03:00:42.006Z] 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-16T03:00:42.534Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-16T03:00:42.534Z] (6/12) Installing patch (2.7.6-r6) [2021-03-16T03:00:42.534Z] (7/12) Installing build-base (0.5-r2) [2021-03-16T03:00:42.534Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-16T03:00:42.534Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-16T03:00:42.534Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-16T03:00:42.534Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-16T03:00:42.534Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-16T03:00:42.534Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:00:42.534Z] OK: 217 MiB in 51 packages [2021-03-16T03:00:42.973Z] 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-16T03:00:44.947Z] 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-16T03:00:46.375Z] 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-16T03:00:46.921Z] Removing intermediate container cc097def507f [2021-03-16T03:00:46.921Z] ---> da36357450de [2021-03-16T03:00:46.921Z] Step 4/6 : WORKDIR /edgex-go [2021-03-16T03:00:46.921Z] ---> Running in 8dc933b27591 [2021-03-16T03:00:47.520Z] Removing intermediate container 8dc933b27591 [2021-03-16T03:00:47.520Z] ---> dcb9b1a9385c [2021-03-16T03:00:47.520Z] Step 5/6 : COPY go.mod . [2021-03-16T03:00:47.824Z] 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-16T03:00:48.124Z] ---> 202dd760f9b2 [2021-03-16T03:00:48.124Z] Step 6/6 : RUN go mod download [2021-03-16T03:00:48.124Z] ---> Running in d3028b531f74 [Pipeline] } [2021-03-16T03:00:51.218Z] $ docker stop --time=1 80dc23d0959949d9a58b767d885de7ad79a689bd75d3daad165d4a8cfa90767d [2021-03-16T03:00:53.192Z] $ docker rm -f 80dc23d0959949d9a58b767d885de7ad79a689bd75d3daad165d4a8cfa90767d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T03:00:56.253Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T03:00:56.253Z] [2021-03-16T03:00:56.253Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T03:00:56.622Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T03:00:56.886Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-16T03:00:56.886Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-16T03:00:56.886Z] ca9280d653b3: Pulling fs layer [2021-03-16T03:00:56.886Z] 7e9c9ca2126c: Pulling fs layer [2021-03-16T03:00:56.886Z] cbdbe7a5bc2a: Download complete [2021-03-16T03:00:57.468Z] cbdbe7a5bc2a: Pull complete [2021-03-16T03:00:57.468Z] ca9280d653b3: Verifying Checksum [2021-03-16T03:00:57.468Z] ca9280d653b3: Download complete [2021-03-16T03:00:58.954Z] ca9280d653b3: Pull complete [2021-03-16T03:00:59.257Z] 7e9c9ca2126c: Verifying Checksum [2021-03-16T03:00:59.257Z] 7e9c9ca2126c: Download complete [2021-03-16T03:01:07.551Z] 7e9c9ca2126c: Pull complete [2021-03-16T03:01:07.551Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-16T03:01:07.551Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T03:01:07.551Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-16T03:01:07.780Z] prd-centos7-docker-4c-2g-29915 does not seem to be running inside a container [2021-03-16T03:01:07.850Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-16T03:01:09.415Z] $ docker top 75a7e665abe39fcaecac51128dd75cdc94dda0de638ef456998e1f0e4d11548e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T03:01:10.081Z] + docker-compose build --help [2021-03-16T03:01:10.081Z] + grep parallel [2021-03-16T03:01:11.493Z] --parallel Build images in parallel. [Pipeline] } [2021-03-16T03:01:11.510Z] $ docker stop --time=1 75a7e665abe39fcaecac51128dd75cdc94dda0de638ef456998e1f0e4d11548e [2021-03-16T03:01:12.969Z] $ docker rm -f 75a7e665abe39fcaecac51128dd75cdc94dda0de638ef456998e1f0e4d11548e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T03:01:13.641Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T03:01:13.641Z] . [Pipeline] withDockerContainer [2021-03-16T03:01:13.780Z] prd-centos7-docker-4c-2g-29915 does not seem to be running inside a container [2021-03-16T03:01:13.869Z] $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-16T03:01:14.969Z] $ docker top 391651326e0ba2063f99307e83259e01ec7c3e895ef6f7e159544e6bf1b434c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T03:01:15.671Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-16T03:01:17.081Z] Building docker-core-command-go ... [2021-03-16T03:01:17.081Z] Building docker-core-data-go ... [2021-03-16T03:01:17.081Z] Building docker-core-metadata-go ... [2021-03-16T03:01:17.081Z] Building docker-security-bootstrapper-go ... [2021-03-16T03:01:17.081Z] Building docker-security-proxy-setup-go ... [2021-03-16T03:01:17.081Z] Building docker-security-secretstore-setup-go ... [2021-03-16T03:01:17.081Z] Building docker-support-notifications-go ... [2021-03-16T03:01:17.081Z] Building docker-support-scheduler-go ... [2021-03-16T03:01:17.081Z] Building docker-sys-mgmt-agent-go ... [2021-03-16T03:01:17.081Z] Building docker-core-metadata-go [2021-03-16T03:01:17.081Z] Building docker-security-secretstore-setup-go [2021-03-16T03:01:17.081Z] Building docker-support-notifications-go [2021-03-16T03:01:17.081Z] Building docker-sys-mgmt-agent-go [2021-03-16T03:01:17.081Z] Building docker-security-bootstrapper-go [2021-03-16T03:01:20.518Z] Removing intermediate container d3028b531f74 [2021-03-16T03:01:20.518Z] ---> 963c51953b39 [2021-03-16T03:01:20.518Z] Successfully built 963c51953b39 [2021-03-16T03:01:20.518Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T03:01:20.867Z] + docker inspect -f . ci-base-image-arm64 [2021-03-16T03:01:20.867Z] . [Pipeline] withDockerContainer [2021-03-16T03:01:21.160Z] prd-ubuntu18.04-docker-arm64-4c-16g-29919 does not seem to be running inside a container [2021-03-16T03:01:21.254Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-16T03:01:22.852Z] $ docker top bc1f92362aabddca11097e27d93aef9bcc09944e8f5e177bb958d0bd6d267336 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T03:01:23.966Z] + go version [2021-03-16T03:01:23.966Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-16T03:01:23.991Z] $ docker stop --time=1 bc1f92362aabddca11097e27d93aef9bcc09944e8f5e177bb958d0bd6d267336 [2021-03-16T03:01:26.039Z] $ docker rm -f bc1f92362aabddca11097e27d93aef9bcc09944e8f5e177bb958d0bd6d267336 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T03:01:27.122Z] + docker inspect -f . ci-base-image-arm64 [2021-03-16T03:01:27.122Z] . [Pipeline] withDockerContainer [2021-03-16T03:01:27.405Z] prd-ubuntu18.04-docker-arm64-4c-16g-29919 does not seem to be running inside a container [2021-03-16T03:01:27.496Z] $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-16T03:01:28.979Z] $ docker top 5206468073a5b08ce21be223111cc6c5ecc3965f8b32576fd9743acc8ced8836 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-16T03:01:29.368Z] ========================================================= [2021-03-16T03:01:29.368Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-16T03:01:29.368Z] ========================================================= [Pipeline] sh [2021-03-16T03:01:30.015Z] + make test [2021-03-16T03:01:30.015Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-16T03:01:56.838Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-16T03:02:05.249Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:02:05.249Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:02:05.249Z] ---> 1e469592fb44 [2021-03-16T03:02:05.249Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T03:02:05.249Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:02:05.249Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:02:05.249Z] ---> 1e469592fb44 [2021-03-16T03:02:05.249Z] Step 3/31 : WORKDIR /edgex-go [2021-03-16T03:02:05.249Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:02:05.249Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:02:05.249Z] ---> 1e469592fb44 [2021-03-16T03:02:05.249Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T03:02:05.249Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:02:05.249Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:02:05.249Z] ---> 1e469592fb44 [2021-03-16T03:02:05.249Z] Step 3/26 : WORKDIR /edgex-go [2021-03-16T03:02:05.249Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:02:05.249Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:02:05.249Z] ---> 1e469592fb44 [2021-03-16T03:02:05.249Z] Step 3/24 : WORKDIR /edgex-go [2021-03-16T03:02:05.249Z] ---> Running in a58f4994bda7 [2021-03-16T03:02:05.249Z] ---> Running in 107e6f20f15f [2021-03-16T03:02:05.249Z] ---> Running in 6486f0f760d4 [2021-03-16T03:02:05.249Z] ---> Running in f6e8ac9584aa [2021-03-16T03:02:05.249Z] ---> Running in 3499a6ebf719 [2021-03-16T03:02:05.249Z] Removing intermediate container f6e8ac9584aa [2021-03-16T03:02:05.249Z] ---> dff36aeba470 [2021-03-16T03:02:05.249Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:02:05.249Z] Removing intermediate container a58f4994bda7 [2021-03-16T03:02:05.249Z] ---> 534d1e84f3d8 [2021-03-16T03:02:05.249Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:02:05.249Z] Removing intermediate container 107e6f20f15f [2021-03-16T03:02:05.249Z] ---> 5a2aa78d1f0a [2021-03-16T03:02:05.249Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:02:05.249Z] Removing intermediate container 6486f0f760d4 [2021-03-16T03:02:05.249Z] ---> ab3eb6a8a280 [2021-03-16T03:02:05.249Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:02:05.249Z] Removing intermediate container 3499a6ebf719 [2021-03-16T03:02:05.249Z] ---> dabcdc183532 [2021-03-16T03:02:05.249Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:02:05.249Z] ---> Running in 4ba18d0123ed [2021-03-16T03:02:05.249Z] ---> Running in 9d107259ee0f [2021-03-16T03:02:05.249Z] ---> Running in abcc488f204c [2021-03-16T03:02:05.249Z] ---> Running in d2ccaae276b7 [2021-03-16T03:02:05.249Z] ---> Running in df9fcdb89396 [2021-03-16T03:02:05.249Z] Removing intermediate container df9fcdb89396 [2021-03-16T03:02:05.249Z] ---> 2fcd77bf9fa9 [2021-03-16T03:02:05.249Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T03:02:05.249Z] Removing intermediate container 4ba18d0123ed [2021-03-16T03:02:05.249Z] ---> 1cf30d664935 [2021-03-16T03:02:05.249Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-16T03:02:05.249Z] Removing intermediate container 9d107259ee0f [2021-03-16T03:02:05.249Z] ---> d2317d8923fe [2021-03-16T03:02:05.249Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-16T03:02:05.249Z] ---> Running in b7490fee13cb [2021-03-16T03:02:05.249Z] ---> Running in 5a285ae52fe7 [2021-03-16T03:02:05.249Z] Removing intermediate container abcc488f204c [2021-03-16T03:02:05.249Z] ---> 5c5f4fbc43bb [2021-03-16T03:02:05.249Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-16T03:02:05.249Z] ---> Running in 87fee8b90ca6 [2021-03-16T03:02:05.249Z] Removing intermediate container d2ccaae276b7 [2021-03-16T03:02:05.249Z] ---> 6de80a07cc57 [2021-03-16T03:02:05.249Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-16T03:02:05.249Z] ---> Running in 0a47ac306731 [2021-03-16T03:02:05.249Z] ---> Running in b7f8d057c175 [2021-03-16T03:02:05.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:02:05.805Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:02:05.805Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:02:06.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:02:06.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:02:06.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:02:06.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:02:06.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:02:06.904Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:02:06.904Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:02:07.233Z] OK: 233 MiB in 51 packages [2021-03-16T03:02:07.233Z] OK: 233 MiB in 51 packages [2021-03-16T03:02:07.549Z] OK: 233 MiB in 51 packages [2021-03-16T03:02:07.818Z] OK: 233 MiB in 51 packages [2021-03-16T03:02:08.088Z] Removing intermediate container 87fee8b90ca6 [2021-03-16T03:02:08.088Z] ---> 7847ae51c796 [2021-03-16T03:02:08.088Z] Step 6/31 : COPY go.mod . [2021-03-16T03:02:08.356Z] OK: 233 MiB in 51 packages [2021-03-16T03:02:08.356Z] Removing intermediate container 5a285ae52fe7 [2021-03-16T03:02:08.356Z] ---> 75e1f62d8290 [2021-03-16T03:02:08.356Z] Step 6/22 : COPY go.mod . [2021-03-16T03:02:08.643Z] ---> c03d4306bcf1 [2021-03-16T03:02:08.643Z] Step 7/31 : RUN go mod download [2021-03-16T03:02:08.643Z] Removing intermediate container b7490fee13cb [2021-03-16T03:02:08.643Z] ---> 70f44379d34e [2021-03-16T03:02:08.643Z] Step 6/23 : COPY go.mod . [2021-03-16T03:02:08.936Z] Removing intermediate container b7f8d057c175 [2021-03-16T03:02:08.936Z] ---> 66bf7c19be0d [2021-03-16T03:02:08.936Z] Step 6/26 : COPY go.mod . [2021-03-16T03:02:08.936Z] ---> Running in 064fc488a4ab [2021-03-16T03:02:09.211Z] ---> be633466cd0a [2021-03-16T03:02:09.211Z] Step 7/22 : RUN go mod download [2021-03-16T03:02:09.211Z] ---> Running in 626fc3f0845b [2021-03-16T03:02:09.211Z] ---> 618bc883d1a3 [2021-03-16T03:02:09.211Z] Step 7/23 : RUN go mod download [2021-03-16T03:02:09.211Z] Removing intermediate container 0a47ac306731 [2021-03-16T03:02:09.211Z] ---> 8bf1773f7b9e [2021-03-16T03:02:09.211Z] Step 6/24 : COPY go.mod . [2021-03-16T03:02:09.490Z] ---> 8d032ecbfe3b [2021-03-16T03:02:09.490Z] Step 7/26 : RUN go mod download [2021-03-16T03:02:09.490Z] ---> Running in c2cee599b22e [2021-03-16T03:02:09.789Z] ---> Running in 273fae08fa97 [2021-03-16T03:02:10.077Z] ---> d84553129d80 [2021-03-16T03:02:10.077Z] Step 7/24 : RUN go mod download [2021-03-16T03:02:10.077Z] ---> Running in 1681ed04a3ed [2021-03-16T03:02:12.104Z] Removing intermediate container 064fc488a4ab [2021-03-16T03:02:12.104Z] ---> 22e9cb1b6598 [2021-03-16T03:02:12.104Z] Step 8/31 : COPY . . [2021-03-16T03:02:12.104Z] Removing intermediate container 626fc3f0845b [2021-03-16T03:02:12.104Z] ---> 2f7d7522e97d [2021-03-16T03:02:12.104Z] Step 8/22 : COPY . . [2021-03-16T03:02:13.084Z] Removing intermediate container 273fae08fa97 [2021-03-16T03:02:13.084Z] ---> 537a964010a6 [2021-03-16T03:02:13.084Z] Step 8/26 : COPY . . [2021-03-16T03:02:13.354Z] Removing intermediate container 1681ed04a3ed [2021-03-16T03:02:13.354Z] ---> 63ef66da4110 [2021-03-16T03:02:13.354Z] Step 8/24 : COPY . . [2021-03-16T03:02:16.042Z] Removing intermediate container c2cee599b22e [2021-03-16T03:02:16.042Z] ---> 48af08e04604 [2021-03-16T03:02:16.042Z] Step 8/23 : COPY . . [2021-03-16T03:02:53.526Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-16T03:02:56.327Z] ---> 83ac70a4b6c8 [2021-03-16T03:02:56.327Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-16T03:02:56.327Z] ---> e74b56a6ecfe [2021-03-16T03:02:56.327Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-16T03:02:56.327Z] ---> 15d32e082875 [2021-03-16T03:02:56.327Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-16T03:02:56.327Z] ---> ffe96d7cc3ee [2021-03-16T03:02:56.327Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-16T03:02:56.327Z] ---> Running in 9ca3a19c0ff1 [2021-03-16T03:02:56.327Z] ---> Running in 4facedbc340e [2021-03-16T03:02:56.327Z] ---> Running in 79505590cc76 [2021-03-16T03:02:56.327Z] ---> Running in 5470ff7329d8 [2021-03-16T03:02:56.610Z] ---> f2f73ed1639e [2021-03-16T03:02:56.610Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-16T03:02:56.889Z] ---> Running in c4796ba47291 [2021-03-16T03:02:57.855Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-16T03:02:58.426Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-16T03:02:58.426Z] 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-16T03:02:58.426Z] 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-16T03:02:58.426Z] 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-16T03:02:58.427Z] 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-16T03:03:08.048Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-16T03:03:08.048Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-16T03:03:10.907Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-16T03:03:10.907Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-16T03:03:10.907Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-16T03:03:10.907Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-16T03:03:16.331Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-16T03:03:16.331Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-16T03:03:24.653Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-16T03:03:24.653Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-16T03:03:24.653Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-16T03:03:31.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.301s coverage: 45.9% of statements [2021-03-16T03:03:31.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-16T03:03:31.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-16T03:03:31.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-16T03:03:31.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-16T03:03:31.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-16T03:03:31.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-16T03:03:31.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.143s coverage: 19.8% of statements [2021-03-16T03:03:31.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.235s coverage: 100.0% of statements [2021-03-16T03:03:39.707Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.684s coverage: 27.1% of statements [2021-03-16T03:03:39.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-16T03:03:39.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-16T03:03:39.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-16T03:03:39.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-16T03:03:39.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-16T03:03:39.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-16T03:03:39.707Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.084s coverage: 100.0% of statements [2021-03-16T03:03:39.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-16T03:03:39.707Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements [2021-03-16T03:03:39.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-16T03:03:39.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-16T03:03:39.707Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.278s coverage: 71.3% of statements [2021-03-16T03:03:39.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-16T03:03:39.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-16T03:03:42.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.626s coverage: 82.9% of statements [2021-03-16T03:03:42.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-16T03:03:42.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T03:03:42.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.230s coverage: 78.9% of statements [2021-03-16T03:03:42.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-16T03:03:45.531Z] 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-16T03:03:48.114Z] Removing intermediate container 5470ff7329d8 [2021-03-16T03:03:48.114Z] ---> ca9ffc876ebf [2021-03-16T03:03:48.114Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-16T03:03:49.531Z] ---> Running in 865192ffc7b4 [2021-03-16T03:03:49.531Z] Removing intermediate container 79505590cc76 [2021-03-16T03:03:49.531Z] ---> 2c89196deb8f [2021-03-16T03:03:49.531Z] [2021-03-16T03:03:49.531Z] Step 10/31 : FROM alpine:3.12 [2021-03-16T03:03:49.806Z] Removing intermediate container 4facedbc340e [2021-03-16T03:03:49.806Z] ---> 2e0c6974ac8b [2021-03-16T03:03:49.806Z] [2021-03-16T03:03:49.806Z] Step 10/24 : FROM alpine:3.12 [2021-03-16T03:03:49.806Z] 3.12: Pulling from library/alpine [2021-03-16T03:03:49.806Z] 3.12: Pulling from library/alpine [2021-03-16T03:03:50.430Z] 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-16T03:03:50.695Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T03:03:50.695Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T03:03:50.695Z] Status: Downloaded newer image for alpine:3.12 [2021-03-16T03:03:50.695Z] ---> 88dd2752d2ea [2021-03-16T03:03:50.695Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-16T03:03:50.695Z] Status: Image is up to date for alpine:3.12 [2021-03-16T03:03:50.695Z] ---> 88dd2752d2ea [2021-03-16T03:03:50.695Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-16T03:03:54.089Z] ---> Running in 55d5ee396f49 [2021-03-16T03:03:54.089Z] ---> Running in 67c4f3c28728 [2021-03-16T03:03:54.367Z] Removing intermediate container 9ca3a19c0ff1 [2021-03-16T03:03:54.367Z] ---> 295dbe088351 [2021-03-16T03:03:54.367Z] [2021-03-16T03:03:54.367Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T03:03:54.367Z] ---> 88dd2752d2ea [2021-03-16T03:03:54.367Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-16T03:03:54.367Z] Removing intermediate container c4796ba47291 [2021-03-16T03:03:54.367Z] ---> 2abfdf3981e5 [2021-03-16T03:03:54.367Z] [2021-03-16T03:03:54.367Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T03:03:54.367Z] ---> 88dd2752d2ea [2021-03-16T03:03:54.367Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T03:03:54.367Z] Removing intermediate container 55d5ee396f49 [2021-03-16T03:03:54.367Z] ---> 5a32d72a5ea5 [2021-03-16T03:03:54.367Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-16T03:03:54.633Z] ---> Running in 3c32db51eeda [2021-03-16T03:03:54.633Z] ---> Running in b7f807f1b2fc [2021-03-16T03:03:54.633Z] ---> Running in b723fc896938 [2021-03-16T03:03:54.833Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.305s coverage: 28.6% of statements [2021-03-16T03:03:54.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-16T03:03:54.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-16T03:03:54.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-16T03:03:54.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-16T03:03:54.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-16T03:03:54.833Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.160s coverage: 100.0% of statements [2021-03-16T03:03:54.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-16T03:03:54.833Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.071s coverage: 100.0% of statements [2021-03-16T03:03:54.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-16T03:03:54.833Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.356s coverage: 86.7% of statements [2021-03-16T03:03:54.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-16T03:03:54.833Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.368s coverage: 97.5% of statements [2021-03-16T03:03:54.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-16T03:03:54.833Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.178s coverage: 78.3% of statements [2021-03-16T03:03:54.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-16T03:03:54.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-16T03:03:54.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-16T03:03:54.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-16T03:03:56.056Z] Removing intermediate container 865192ffc7b4 [2021-03-16T03:03:56.056Z] ---> a72463735e25 [2021-03-16T03:03:56.056Z] [2021-03-16T03:03:56.056Z] Step 11/26 : FROM docker:20.10.0 [2021-03-16T03:03:56.056Z] 20.10.0: Pulling from library/docker [2021-03-16T03:03:56.056Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:03:56.338Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:03:56.338Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-16T03:03:56.338Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T03:03:56.338Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-16T03:03:56.634Z] (4/5) Installing curl (7.69.1-r3) [2021-03-16T03:03:56.634Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-16T03:03:56.634Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:03:56.634Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T03:03:56.634Z] OK: 7 MiB in 19 packages [2021-03-16T03:03:56.920Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:03:56.920Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:03:57.210Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:03:57.210Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-16T03:03:57.210Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:03:57.210Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:03:57.210Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-16T03:03:57.210Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:03:57.502Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T03:03:57.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:03:57.502Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-16T03:03:57.502Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:03:57.502Z] OK: 6 MiB in 15 packages [2021-03-16T03:03:57.502Z] OK: 6 MiB in 16 packages [2021-03-16T03:03:57.502Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-16T03:03:57.502Z] (2/2) Installing su-exec (0.2-r1) [2021-03-16T03:03:57.788Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:03:57.788Z] OK: 6 MiB in 16 packages [2021-03-16T03:03:59.263Z] Removing intermediate container 67c4f3c28728 [2021-03-16T03:03:59.263Z] ---> 699ef21d3c88 [2021-03-16T03:03:59.263Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T03:03:59.263Z] ---> Running in a75cbbd36327 [2021-03-16T03:03:59.530Z] Removing intermediate container b7f807f1b2fc [2021-03-16T03:03:59.530Z] ---> 66b655922879 [2021-03-16T03:03:59.530Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T03:03:59.802Z] ---> Running in f7c48cd4fd96 [2021-03-16T03:04:00.070Z] Removing intermediate container a75cbbd36327 [2021-03-16T03:04:00.070Z] ---> ee1b45cfd766 [2021-03-16T03:04:00.070Z] Step 13/24 : WORKDIR / [2021-03-16T03:04:00.070Z] Removing intermediate container b723fc896938 [2021-03-16T03:04:00.070Z] ---> 4449bb9f137d [2021-03-16T03:04:00.070Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-16T03:04:00.070Z] Removing intermediate container 3c32db51eeda [2021-03-16T03:04:00.070Z] ---> 244a46d20c64 [2021-03-16T03:04:00.070Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T03:04:00.335Z] ---> Running in 9d39a51625e1 [2021-03-16T03:04:00.335Z] Removing intermediate container f7c48cd4fd96 [2021-03-16T03:04:00.335Z] ---> badd841347f7 [2021-03-16T03:04:00.335Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-16T03:04:00.605Z] ---> Running in fbfcfb1d09c6 [2021-03-16T03:04:00.605Z] ---> Running in a0d83b432500 [2021-03-16T03:04:00.605Z] ---> Running in e97cb6514825 [2021-03-16T03:04:00.870Z] Removing intermediate container a0d83b432500 [2021-03-16T03:04:00.870Z] ---> b57da0137634 [2021-03-16T03:04:00.870Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-16T03:04:01.142Z] Removing intermediate container 9d39a51625e1 [2021-03-16T03:04:01.142Z] ---> 4f30bf6f8cad [2021-03-16T03:04:01.142Z] 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-16T03:04:01.142Z] Removing intermediate container fbfcfb1d09c6 [2021-03-16T03:04:01.142Z] ---> 567bf0a631c7 [2021-03-16T03:04:01.142Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-16T03:04:01.409Z] Removing intermediate container e97cb6514825 [2021-03-16T03:04:01.409Z] ---> 9dd70a459a3c [2021-03-16T03:04:01.409Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T03:04:01.409Z] ---> Running in 66f93a4aa944 [2021-03-16T03:04:01.409Z] ---> Running in fa62424db4c0 [2021-03-16T03:04:01.687Z] ---> Running in a83510cf7730 [2021-03-16T03:04:01.958Z] ---> 8d2a48f380a4 [2021-03-16T03:04:01.958Z] 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-16T03:04:01.958Z] Removing intermediate container 66f93a4aa944 [2021-03-16T03:04:01.958Z] ---> 20b48f25d847 [2021-03-16T03:04:01.958Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-16T03:04:01.958Z] Removing intermediate container fa62424db4c0 [2021-03-16T03:04:01.958Z] ---> 62c47387004d [2021-03-16T03:04:01.958Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T03:04:02.230Z] Removing intermediate container a83510cf7730 [2021-03-16T03:04:02.230Z] ---> 6785675f7bfe [2021-03-16T03:04:02.230Z] Step 15/23 : WORKDIR / [2021-03-16T03:04:02.230Z] ---> Running in bb534da19ec5 [2021-03-16T03:04:02.230Z] ---> Running in a03e21c15451 [2021-03-16T03:04:02.500Z] ---> Running in ee8806bf8d11 [2021-03-16T03:04:02.500Z] ---> 5cb0b6ec030e [2021-03-16T03:04:02.500Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-16T03:04:03.173Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.385s coverage: 92.8% of statements [2021-03-16T03:04:03.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-16T03:04:03.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T03:04:03.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-16T03:04:03.173Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-16T03:04:03.173Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-16T03:04:03.173Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-16T03:04:03.173Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-16T03:04:03.173Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-16T03:04:03.173Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-16T03:04:03.173Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-16T03:04:03.173Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-16T03:04:03.173Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-16T03:04:03.173Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-16T03:04:03.173Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-16T03:04:03.173Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-16T03:04:03.173Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-16T03:04:03.173Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-16T03:04:03.173Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-16T03:04:03.173Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements [2021-03-16T03:04:03.173Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-16T03:04:03.173Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-16T03:04:03.173Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.254s coverage: 0.1% of statements [2021-03-16T03:04:03.173Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-16T03:04:03.173Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-16T03:04:03.173Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-16T03:04:03.173Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 47.1% of statements [2021-03-16T03:04:03.173Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.106s coverage: 79.5% of statements [2021-03-16T03:04:03.173Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.077s coverage: 94.1% of statements [2021-03-16T03:04:03.173Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.076s coverage: 96.3% of statements [2021-03-16T03:04:03.173Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.075s coverage: 87.5% of statements [2021-03-16T03:04:03.947Z] Removing intermediate container a03e21c15451 [2021-03-16T03:04:03.947Z] ---> 704292c2f0a2 [2021-03-16T03:04:03.947Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T03:04:03.947Z] Removing intermediate container ee8806bf8d11 [2021-03-16T03:04:03.947Z] ---> 0638217a5b66 [2021-03-16T03:04:03.947Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T03:04:04.610Z] ---> 97250abb2da6 [2021-03-16T03:04:04.611Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-16T03:04:04.903Z] ---> a00913858d7a [2021-03-16T03:04:04.903Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-16T03:04:04.903Z] ---> 8b09c19d1f8c [2021-03-16T03:04:04.903Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-16T03:04:05.517Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-16T03:04:05.517Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-16T03:04:05.517Z] ---> aefe523efa57 [2021-03-16T03:04:05.517Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-16T03:04:05.787Z] ---> 8eb13f7f2f20 [2021-03-16T03:04:05.787Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-16T03:04:05.787Z] ---> Running in 4a9985f56d6e [2021-03-16T03:04:06.054Z] Removing intermediate container bb534da19ec5 [2021-03-16T03:04:06.054Z] ---> fb3a606fc4f1 [2021-03-16T03:04:06.054Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-16T03:04:06.335Z] ---> Running in 11b452352ae6 [2021-03-16T03:04:06.335Z] ---> f916c380cbbd [2021-03-16T03:04:06.335Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-16T03:04:06.335Z] ---> 4ca64fe069d6 [2021-03-16T03:04:06.335Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-16T03:04:06.619Z] ---> 045afa9886ff [2021-03-16T03:04:06.619Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-16T03:04:07.212Z] Removing intermediate container 11b452352ae6 [2021-03-16T03:04:07.212Z] ---> 6fe98f7b4dc0 [2021-03-16T03:04:07.212Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-16T03:04:07.212Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:04:07.212Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:04:07.482Z] ---> f5f2a5bdb90e [2021-03-16T03:04:07.482Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-16T03:04:07.482Z] ---> 52120cfc9fc8 [2021-03-16T03:04:07.482Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-16T03:04:07.482Z] ---> fc524aada25f [2021-03-16T03:04:07.482Z] 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-16T03:04:07.482Z] ---> Running in a10c45de75ad [2021-03-16T03:04:07.482Z] ---> Running in 5332b3fde226 [2021-03-16T03:04:07.482Z] (1/2) Installing readline (8.0.4-r0) [2021-03-16T03:04:07.482Z] (2/2) Installing bash (5.0.17-r0) [2021-03-16T03:04:07.482Z] Executing bash-5.0.17-r0.post-install [2021-03-16T03:04:07.482Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:04:07.482Z] OK: 12 MiB in 22 packages [2021-03-16T03:04:07.749Z] ---> Running in 2513743cb3e5 [2021-03-16T03:04:07.749Z] ---> cedbf21082ff [2021-03-16T03:04:07.749Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-16T03:04:08.016Z] Removing intermediate container a10c45de75ad [2021-03-16T03:04:08.016Z] ---> 140c5945610b [2021-03-16T03:04:08.016Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T03:04:08.016Z] Removing intermediate container 5332b3fde226 [2021-03-16T03:04:08.016Z] ---> 4609bb141981 [2021-03-16T03:04:08.016Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T03:04:08.016Z] ---> Running in 06d15bb9b0ea [2021-03-16T03:04:08.289Z] ---> Running in eaddc93a7fae [2021-03-16T03:04:08.289Z] ---> Running in d09b4ab28378 [2021-03-16T03:04:08.558Z] Removing intermediate container eaddc93a7fae [2021-03-16T03:04:08.558Z] ---> 160e11298b29 [2021-03-16T03:04:08.558Z] Step 20/22 : LABEL arch=x86_64 [2021-03-16T03:04:08.824Z] Removing intermediate container d09b4ab28378 [2021-03-16T03:04:08.824Z] ---> 0e11cde7dd14 [2021-03-16T03:04:08.824Z] Step 21/23 : LABEL arch=x86_64 [2021-03-16T03:04:08.824Z] ---> Running in 94ce4dd3fe1a [2021-03-16T03:04:08.824Z] Removing intermediate container 4a9985f56d6e [2021-03-16T03:04:08.824Z] ---> 484e3a77a1f9 [2021-03-16T03:04:08.824Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-16T03:04:09.091Z] ---> Running in 21155f3531f4 [2021-03-16T03:04:09.091Z] ---> Running in 1e5a871bda1c [2021-03-16T03:04:09.373Z] Removing intermediate container 94ce4dd3fe1a [2021-03-16T03:04:09.373Z] ---> 925a96bb98f4 [2021-03-16T03:04:09.373Z] Step 21/22 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 [2021-03-16T03:04:09.373Z] Removing intermediate container 21155f3531f4 [2021-03-16T03:04:09.373Z] ---> 91a15cacebf0 [2021-03-16T03:04:09.373Z] Step 22/23 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 [2021-03-16T03:04:09.373Z] Removing intermediate container 1e5a871bda1c [2021-03-16T03:04:09.373Z] ---> a6620eec2338 [2021-03-16T03:04:09.373Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-16T03:04:09.647Z] ---> Running in 74e568c33d55 [2021-03-16T03:04:09.647Z] Removing intermediate container 2513743cb3e5 [2021-03-16T03:04:09.647Z] ---> 829b7a57abf0 [2021-03-16T03:04:09.647Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-16T03:04:09.647Z] ---> Running in a4c29c86735e [2021-03-16T03:04:09.647Z] ---> Running in 40d192807a6c [2021-03-16T03:04:09.647Z] ---> Running in 2c1016f3c0d7 [2021-03-16T03:04:09.920Z] Removing intermediate container 06d15bb9b0ea [2021-03-16T03:04:09.920Z] ---> b1bf2f8e408b [2021-03-16T03:04:09.920Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T03:04:09.920Z] Removing intermediate container 74e568c33d55 [2021-03-16T03:04:09.920Z] ---> 13590472d714 [2021-03-16T03:04:09.920Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T03:04:10.193Z] Removing intermediate container a4c29c86735e [2021-03-16T03:04:10.193Z] ---> 7ac2d18fcf07 [2021-03-16T03:04:10.193Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-16T03:04:10.193Z] Removing intermediate container 40d192807a6c [2021-03-16T03:04:10.193Z] ---> f00c79cb07d9 [2021-03-16T03:04:10.193Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T03:04:10.193Z] Removing intermediate container 2c1016f3c0d7 [2021-03-16T03:04:10.193Z] ---> 54c239c3afc8 [2021-03-16T03:04:10.193Z] Step 22/24 : LABEL arch=x86_64 [2021-03-16T03:04:10.193Z] ---> Running in 4b1cc7f9f248 [2021-03-16T03:04:10.458Z] ---> Running in 66e8bb0e4339 [2021-03-16T03:04:10.458Z] ---> Running in f5144f3da4e2 [2021-03-16T03:04:10.458Z] ---> Running in 3da093c30733 [2021-03-16T03:04:10.458Z] ---> 738ac8ba3b82 [2021-03-16T03:04:10.458Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-16T03:04:10.458Z] Removing intermediate container 4b1cc7f9f248 [2021-03-16T03:04:10.458Z] ---> 15ad42f16ffc [2021-03-16T03:04:10.458Z] [2021-03-16T03:04:10.737Z] Removing intermediate container 66e8bb0e4339 [2021-03-16T03:04:10.737Z] ---> f3bbfd82b87d [2021-03-16T03:04:10.737Z] [2021-03-16T03:04:10.737Z] Removing intermediate container 3da093c30733 [2021-03-16T03:04:10.737Z] ---> 602597927e50 [2021-03-16T03:04:10.737Z] Step 23/24 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 [2021-03-16T03:04:11.005Z] Successfully built 15ad42f16ffc [2021-03-16T03:04:11.005Z] Removing intermediate container f5144f3da4e2 [2021-03-16T03:04:11.005Z] ---> ba886519d94a [2021-03-16T03:04:11.005Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-16T03:04:11.005Z] Successfully tagged docker-support-notifications-go:latest [2021-03-16T03:04:11.005Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-03-16T03:04:11.005Z] Successfully built f3bbfd82b87d [2021-03-16T03:04:11.274Z] ---> Running in 1e3437a4311b [2021-03-16T03:04:11.274Z] Successfully tagged docker-core-metadata-go:latest [2021-03-16T03:04:11.274Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-03-16T03:04:11.274Z] ---> 1df83f0d2e87 [2021-03-16T03:04:11.274Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-16T03:04:11.540Z] Removing intermediate container 1e3437a4311b [2021-03-16T03:04:11.540Z] ---> e57e21d96c1f [2021-03-16T03:04:11.540Z] Step 24/24 : LABEL version=0.0.0 [2021-03-16T03:04:11.814Z] ---> Running in 059905fd0b7d [2021-03-16T03:04:11.814Z] ---> de903ec4da3f [2021-03-16T03:04:11.814Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-16T03:04:11.814Z] ---> 1eb28ff1e09a [2021-03-16T03:04:11.814Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-16T03:04:13.789Z] Removing intermediate container 059905fd0b7d [2021-03-16T03:04:13.789Z] ---> 82d82a2bef7c [2021-03-16T03:04:13.789Z] [2021-03-16T03:04:14.057Z] Successfully built 82d82a2bef7c [2021-03-16T03:04:14.322Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-16T03:04:14.322Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-03-16T03:04:15.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.092s coverage: 94.4% of statements [2021-03-16T03:04:15.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.075s coverage: 44.8% of statements [2021-03-16T03:04:17.689Z] ---> fea399ad3914 [2021-03-16T03:04:17.689Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-16T03:04:17.689Z] ---> 3332df5dc99f [2021-03-16T03:04:17.689Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-16T03:04:19.128Z] ---> a07de8ad221b [2021-03-16T03:04:19.128Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-16T03:04:19.128Z] ---> 3821aa3c0453 [2021-03-16T03:04:19.128Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-16T03:04:19.741Z] ---> Running in 4915353c0a3f [2021-03-16T03:04:20.017Z] ---> Running in 4fe08cf48b3e [2021-03-16T03:04:20.639Z] Removing intermediate container 4fe08cf48b3e [2021-03-16T03:04:20.639Z] ---> ea5eb52b60fa [2021-03-16T03:04:20.639Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-16T03:04:20.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:04:20.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:04:21.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.240s coverage: 81.9% of statements [2021-03-16T03:04:21.172Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-16T03:04:21.172Z] (2/33) Installing expat (2.2.9-r1) [2021-03-16T03:04:21.172Z] (3/33) Installing libffi (3.3-r2) [2021-03-16T03:04:21.172Z] (4/33) Installing gdbm (1.13-r1) [2021-03-16T03:04:21.172Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-16T03:04:21.172Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-16T03:04:21.172Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-16T03:04:21.436Z] ---> c9e46d95b5d9 [2021-03-16T03:04:21.436Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-16T03:04:25.232Z] ---> Running in b13494b8ff7e [2021-03-16T03:04:25.232Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-16T03:04:25.232Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-16T03:04:25.232Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-16T03:04:25.232Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-16T03:04:25.963Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-16T03:04:26.554Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-16T03:04:26.554Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-16T03:04:27.540Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-16T03:04:27.540Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-16T03:04:27.540Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-16T03:04:27.827Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-16T03:04:27.827Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-16T03:04:27.827Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-16T03:04:27.827Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-16T03:04:29.255Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-16T03:04:29.527Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-16T03:04:30.946Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-16T03:04:31.219Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-16T03:04:31.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.147s coverage: 92.9% of statements [2021-03-16T03:04:31.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-16T03:04:31.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-16T03:04:31.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-16T03:04:31.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.068s coverage: 77.8% of statements [2021-03-16T03:04:31.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-16T03:04:31.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-16T03:04:31.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-16T03:04:31.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-16T03:04:31.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-16T03:04:31.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements [2021-03-16T03:04:31.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-16T03:04:31.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-16T03:04:31.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements [2021-03-16T03:04:31.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-16T03:04:31.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements [2021-03-16T03:04:31.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-16T03:04:31.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements [2021-03-16T03:04:31.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.137s coverage: 87.2% of statements [2021-03-16T03:04:31.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.156s coverage: 84.6% of statements [2021-03-16T03:04:31.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.258s coverage: 91.6% of statements [2021-03-16T03:04:31.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-16T03:04:31.811Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-16T03:04:33.141Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-16T03:04:33.141Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-16T03:04:33.141Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-16T03:04:33.142Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-16T03:04:33.142Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-16T03:04:33.142Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-16T03:04:33.142Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-16T03:04:33.155Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.965s coverage: 62.4% of statements [2021-03-16T03:04:33.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-16T03:04:33.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-16T03:04:33.155Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements [2021-03-16T03:04:33.155Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements [2021-03-16T03:04:33.155Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements [2021-03-16T03:04:33.429Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:04:33.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.092s coverage: 73.7% of statements [2021-03-16T03:04:33.711Z] OK: 71 MiB in 55 packages [2021-03-16T03:04:35.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.077s coverage: 100.0% of statements [2021-03-16T03:04:36.327Z] Removing intermediate container b13494b8ff7e [2021-03-16T03:04:36.328Z] ---> 4a1f58840ae2 [2021-03-16T03:04:36.328Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-16T03:04:36.939Z] ---> Running in 3d8970dc8dc9 [2021-03-16T03:04:37.964Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:04:37.964Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:04:37.964Z] ---> 1e469592fb44 [2021-03-16T03:04:37.964Z] Step 3/21 : WORKDIR /edgex-go [2021-03-16T03:04:37.964Z] ---> Using cache [2021-03-16T03:04:37.964Z] ---> dabcdc183532 [2021-03-16T03:04:37.964Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:04:37.964Z] ---> Using cache [2021-03-16T03:04:37.964Z] ---> 2fcd77bf9fa9 [2021-03-16T03:04:37.964Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-16T03:04:37.964Z] ---> Using cache [2021-03-16T03:04:37.964Z] ---> 70f44379d34e [2021-03-16T03:04:37.964Z] Step 6/21 : COPY go.mod . [2021-03-16T03:04:37.964Z] ---> Using cache [2021-03-16T03:04:37.964Z] ---> 618bc883d1a3 [2021-03-16T03:04:37.964Z] Step 7/21 : RUN go mod download [2021-03-16T03:04:37.964Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:04:37.964Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:04:37.964Z] ---> 1e469592fb44 [2021-03-16T03:04:37.964Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T03:04:37.964Z] ---> Using cache [2021-03-16T03:04:37.964Z] ---> dabcdc183532 [2021-03-16T03:04:37.964Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:04:37.964Z] ---> Using cache [2021-03-16T03:04:37.964Z] ---> 2fcd77bf9fa9 [2021-03-16T03:04:37.964Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-16T03:04:37.964Z] ---> Using cache [2021-03-16T03:04:37.964Z] ---> 48af08e04604 [2021-03-16T03:04:37.964Z] Step 8/21 : COPY . . [2021-03-16T03:04:38.231Z] ---> Using cache [2021-03-16T03:04:38.231Z] ---> f2f73ed1639e [2021-03-16T03:04:38.231Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-16T03:04:38.813Z] Removing intermediate container 3d8970dc8dc9 [2021-03-16T03:04:38.813Z] ---> d2ba93a9f60e [2021-03-16T03:04:38.813Z] Step 28/31 : CMD ["gate"] [2021-03-16T03:04:39.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.969s coverage: 69.0% of statements [2021-03-16T03:04:39.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-16T03:04:39.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-16T03:04:39.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-16T03:04:39.795Z] ---> Running in 9123d66e959f [2021-03-16T03:04:39.795Z] ---> Running in 4c20189b5cf5 [2021-03-16T03:04:39.795Z] ---> Running in 5579e02305eb [2021-03-16T03:04:40.063Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:04:40.063Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:04:40.063Z] ---> 1e469592fb44 [2021-03-16T03:04:40.063Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T03:04:40.063Z] ---> Using cache [2021-03-16T03:04:40.063Z] ---> dabcdc183532 [2021-03-16T03:04:40.063Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:04:40.063Z] ---> Using cache [2021-03-16T03:04:40.063Z] ---> 2fcd77bf9fa9 [2021-03-16T03:04:40.063Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T03:04:40.063Z] ---> Using cache [2021-03-16T03:04:40.063Z] ---> 70f44379d34e [2021-03-16T03:04:40.063Z] Step 6/23 : COPY go.mod . [2021-03-16T03:04:40.063Z] ---> Using cache [2021-03-16T03:04:40.063Z] ---> 618bc883d1a3 [2021-03-16T03:04:40.063Z] Step 7/23 : RUN go mod download [2021-03-16T03:04:40.063Z] ---> Using cache [2021-03-16T03:04:40.063Z] ---> 48af08e04604 [2021-03-16T03:04:40.063Z] Step 8/23 : COPY . . [2021-03-16T03:04:40.063Z] ---> Using cache [2021-03-16T03:04:40.063Z] ---> f2f73ed1639e [2021-03-16T03:04:40.063Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-16T03:04:40.652Z] 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-16T03:04:40.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.394s coverage: 38.4% of statements [2021-03-16T03:04:40.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-16T03:04:40.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-16T03:04:40.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.141s coverage: 89.5% of statements [2021-03-16T03:04:40.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-16T03:04:40.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.099s coverage: 84.8% of statements [2021-03-16T03:04:41.240Z] Removing intermediate container 5579e02305eb [2021-03-16T03:04:41.240Z] ---> 0c6d183dfb3f [2021-03-16T03:04:41.240Z] Step 29/31 : LABEL arch=x86_64 [2021-03-16T03:04:41.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:04:41.817Z] ---> Running in 6292ffc4ceb9 [2021-03-16T03:04:42.791Z] ---> Running in c381e6350c97 [2021-03-16T03:04:43.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:04:43.695Z] Removing intermediate container c381e6350c97 [2021-03-16T03:04:43.695Z] ---> 091b75885aac [2021-03-16T03:04:43.695Z] Step 30/31 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 [2021-03-16T03:04:43.695Z] 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-16T03:04:44.303Z] ---> Running in 9b39e8d5cbaf [2021-03-16T03:04:44.585Z] OK: 233 MiB in 51 packages [2021-03-16T03:04:46.543Z] Removing intermediate container 9b39e8d5cbaf [2021-03-16T03:04:46.543Z] ---> e6914746e455 [2021-03-16T03:04:46.543Z] Step 31/31 : LABEL version=0.0.0 [2021-03-16T03:04:47.490Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.423s coverage: 47.0% of statements [2021-03-16T03:04:47.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-16T03:04:47.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-16T03:04:47.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-16T03:04:47.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-16T03:04:47.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-16T03:04:47.490Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.114s coverage: 100.0% of statements [2021-03-16T03:04:47.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-16T03:04:47.490Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.149s coverage: 100.0% of statements [2021-03-16T03:04:47.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-16T03:04:47.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-16T03:04:47.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-16T03:04:47.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-16T03:04:47.554Z] ---> Running in 406f4ebe2d79 [2021-03-16T03:04:48.092Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.473s coverage: 87.1% of statements [2021-03-16T03:04:48.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-16T03:04:48.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T03:04:48.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-16T03:04:49.528Z] Removing intermediate container 4c20189b5cf5 [2021-03-16T03:04:49.528Z] ---> 77274bdd419b [2021-03-16T03:04:49.528Z] Step 6/23 : COPY go.mod . [2021-03-16T03:04:49.528Z] Removing intermediate container 406f4ebe2d79 [2021-03-16T03:04:49.528Z] ---> 4de63de7dc12 [2021-03-16T03:04:49.528Z] [2021-03-16T03:04:49.801Z] Successfully built 4de63de7dc12 [2021-03-16T03:04:49.801Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-16T03:04:49.801Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-03-16T03:04:50.768Z] ---> f429e504dd1c [2021-03-16T03:04:50.768Z] Step 7/23 : RUN go mod download [2021-03-16T03:04:52.780Z] ---> Running in bb85d01fdd54 [2021-03-16T03:04:52.780Z] Removing intermediate container 4915353c0a3f [2021-03-16T03:04:52.780Z] ---> a074ec916800 [2021-03-16T03:04:52.780Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-16T03:04:53.079Z] ---> Running in 9302b0631a87 [2021-03-16T03:04:58.266Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.867s coverage: 29.1% of statements [2021-03-16T03:04:58.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-16T03:04:58.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-16T03:04:58.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-16T03:04:58.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-16T03:04:58.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-16T03:04:58.266Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.210s coverage: 99.0% of statements [2021-03-16T03:04:58.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-16T03:04:58.266Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.101s coverage: 100.0% of statements [2021-03-16T03:04:58.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-16T03:04:58.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-16T03:04:58.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-16T03:04:58.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-16T03:04:58.266Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.223s coverage: 96.5% of statements [2021-03-16T03:04:58.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-16T03:04:58.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T03:04:58.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-16T03:04:58.266Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2021-03-16T03:04:58.266Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-16T03:04:58.266Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.073s coverage: 100.0% of statements [2021-03-16T03:04:58.266Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-16T03:04:58.266Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-16T03:04:58.266Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-16T03:04:58.266Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-16T03:04:58.266Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements [2021-03-16T03:04:58.266Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-16T03:04:58.266Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-16T03:04:58.266Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.073s coverage: 100.0% of statements [2021-03-16T03:04:58.266Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-03-16T03:04:58.539Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements [2021-03-16T03:04:59.522Z] GO111MODULE=on go vet ./... [2021-03-16T03:04:59.819Z] Removing intermediate container bb85d01fdd54 [2021-03-16T03:04:59.819Z] ---> 786206b0bbed [2021-03-16T03:04:59.819Z] Step 8/23 : COPY . . [2021-03-16T03:05:03.179Z] Collecting docker-compose==1.23.2 [2021-03-16T03:05:03.179Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-16T03:05:04.632Z] Collecting docopt<0.7,>=0.6.1 [2021-03-16T03:05:04.632Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-16T03:05:09.059Z] Collecting texttable<0.10,>=0.9.0 [2021-03-16T03:05:09.059Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-16T03:05:10.042Z] Collecting jsonschema<3,>=2.5.1 [2021-03-16T03:05:10.042Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-16T03:05:10.649Z] 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-16T03:05:10.649Z] Collecting PyYAML<4,>=3.10 [2021-03-16T03:05:10.649Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-16T03:05:13.745Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-16T03:05:13.745Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-16T03:05:13.745Z] 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-16T03:05:14.390Z] Collecting docker<4.0,>=3.6.0 [2021-03-16T03:05:14.390Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-16T03:05:14.684Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-16T03:05:14.684Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-16T03:05:14.982Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:05:14.982Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:05:14.982Z] ---> 1e469592fb44 [2021-03-16T03:05:14.982Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T03:05:14.982Z] ---> Using cache [2021-03-16T03:05:14.982Z] ---> dabcdc183532 [2021-03-16T03:05:14.982Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:05:14.982Z] ---> Using cache [2021-03-16T03:05:14.982Z] ---> 2fcd77bf9fa9 [2021-03-16T03:05:14.982Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-16T03:05:14.982Z] ---> Using cache [2021-03-16T03:05:14.982Z] ---> 70f44379d34e [2021-03-16T03:05:14.982Z] Step 6/22 : COPY go.mod . [2021-03-16T03:05:14.982Z] ---> Using cache [2021-03-16T03:05:14.982Z] ---> 618bc883d1a3 [2021-03-16T03:05:14.982Z] Step 7/22 : RUN go mod download [2021-03-16T03:05:14.982Z] ---> Using cache [2021-03-16T03:05:14.982Z] ---> 48af08e04604 [2021-03-16T03:05:14.982Z] Step 8/22 : COPY . . [2021-03-16T03:05:15.252Z] ---> Using cache [2021-03-16T03:05:15.252Z] ---> f2f73ed1639e [2021-03-16T03:05:15.252Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-16T03:05:16.704Z] ---> Running in 32c85c3566a3 [2021-03-16T03:05:16.704Z] Collecting cached-property<2,>=1.2.0 [2021-03-16T03:05:16.704Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-16T03:05:16.983Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-16T03:05:16.983Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-16T03:05:18.966Z] Collecting docker-pycreds>=0.4.0 [2021-03-16T03:05:18.966Z] 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-16T03:05:18.966Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-16T03:05:19.589Z] Collecting idna<2.8,>=2.5 [2021-03-16T03:05:19.589Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-16T03:05:19.589Z] 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-16T03:05:19.589Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-16T03:05:19.589Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-16T03:05:19.895Z] 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-16T03:05:19.895Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-16T03:05:19.895Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-16T03:05:19.895Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-16T03:05:19.895Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-16T03:05:20.189Z] Installing collected packages: docopt, texttable, jsonschema, PyYAML, websocket-client, docker-pycreds, idna, urllib3, requests, docker, cached-property, dockerpty, docker-compose [2021-03-16T03:05:20.189Z] Running setup.py install for docopt: started [2021-03-16T03:05:21.664Z] Running setup.py install for docopt: finished with status 'done' [2021-03-16T03:05:21.665Z] Running setup.py install for texttable: started [2021-03-16T03:05:22.270Z] Running setup.py install for texttable: finished with status 'done' [2021-03-16T03:05:24.920Z] Running setup.py install for PyYAML: started [2021-03-16T03:05:26.945Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-16T03:05:27.593Z] Attempting uninstall: idna [2021-03-16T03:05:27.593Z] Found existing installation: idna 2.9 [2021-03-16T03:05:27.593Z] Uninstalling idna-2.9: [2021-03-16T03:05:27.867Z] Successfully uninstalled idna-2.9 [2021-03-16T03:05:27.867Z] Removing intermediate container 9123d66e959f [2021-03-16T03:05:27.867Z] ---> fcbc2a0c77f5 [2021-03-16T03:05:27.867Z] [2021-03-16T03:05:27.867Z] Step 10/21 : FROM alpine:3.12 [2021-03-16T03:05:27.867Z] ---> 88dd2752d2ea [2021-03-16T03:05:27.867Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-16T03:05:27.867Z] Removing intermediate container 6292ffc4ceb9 [2021-03-16T03:05:27.867Z] ---> 66946dbcd802 [2021-03-16T03:05:27.867Z] [2021-03-16T03:05:27.867Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T03:05:27.867Z] ---> 88dd2752d2ea [2021-03-16T03:05:27.867Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T03:05:27.867Z] ---> Using cache [2021-03-16T03:05:27.867Z] ---> 66b655922879 [2021-03-16T03:05:27.868Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T03:05:27.868Z] ---> Using cache [2021-03-16T03:05:27.868Z] ---> badd841347f7 [2021-03-16T03:05:27.868Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-16T03:05:28.483Z] Attempting uninstall: urllib3 [2021-03-16T03:05:28.484Z] Found existing installation: urllib3 1.25.9 [2021-03-16T03:05:28.484Z] Uninstalling urllib3-1.25.9: [2021-03-16T03:05:28.484Z] ---> Running in 65ab2abbcce8 [2021-03-16T03:05:28.484Z] ---> Running in 93d51ebf9680 [2021-03-16T03:05:28.771Z] Successfully uninstalled urllib3-1.25.9 [2021-03-16T03:05:30.255Z] Attempting uninstall: requests [2021-03-16T03:05:30.255Z] Found existing installation: requests 2.23.0 [2021-03-16T03:05:30.255Z] Uninstalling requests-2.23.0: [2021-03-16T03:05:30.523Z] Removing intermediate container 65ab2abbcce8 [2021-03-16T03:05:30.523Z] ---> 07b9b93cd30a [2021-03-16T03:05:30.523Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T03:05:31.098Z] Successfully uninstalled requests-2.23.0 [2021-03-16T03:05:31.685Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:05:31.685Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:05:31.951Z] ---> Running in 9c8671c10506 [2021-03-16T03:05:31.951Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-16T03:05:32.219Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T03:05:32.219Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-16T03:05:32.219Z] (4/4) Installing curl (7.69.1-r3) [2021-03-16T03:05:32.219Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:05:32.219Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T03:05:32.819Z] OK: 7 MiB in 18 packages [2021-03-16T03:05:33.099Z] Removing intermediate container 9c8671c10506 [2021-03-16T03:05:33.099Z] ---> c7c8e70ea77a [2021-03-16T03:05:33.099Z] Step 15/23 : WORKDIR / [2021-03-16T03:05:33.389Z] Running setup.py install for dockerpty: started [2021-03-16T03:05:33.662Z] ---> Running in 9d86d7e9d73a [2021-03-16T03:05:33.942Z] ---> 46ea43d08784 [2021-03-16T03:05:33.942Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-16T03:05:34.227Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-16T03:05:34.499Z] ---> Running in 3895189b9eb3 [2021-03-16T03:05:34.499Z] Removing intermediate container 9d86d7e9d73a [2021-03-16T03:05:34.499Z] ---> f50eca9749a6 [2021-03-16T03:05:34.499Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T03:05:35.136Z] Removing intermediate container 93d51ebf9680 [2021-03-16T03:05:35.136Z] ---> 230f051166ca [2021-03-16T03:05:35.136Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T03:05:35.136Z] 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-16T03:05:35.785Z] ---> 7c81f0dc3310 [2021-03-16T03:05:35.785Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-16T03:05:35.785Z] ---> Running in 15f1e3759539 [2021-03-16T03:05:35.785Z] 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-16T03:05:36.069Z] Removing intermediate container 15f1e3759539 [2021-03-16T03:05:36.069Z] ---> acd89ea8bf73 [2021-03-16T03:05:36.069Z] Step 13/21 : WORKDIR /edgex [2021-03-16T03:05:36.344Z] ---> Running in d178dbebbd0a [2021-03-16T03:05:36.621Z] ---> df2209dd7571 [2021-03-16T03:05:36.621Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-16T03:05:36.900Z] Removing intermediate container d178dbebbd0a [2021-03-16T03:05:36.900Z] ---> e25808a798b5 [2021-03-16T03:05:36.900Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-16T03:05:39.560Z] ---> 7500605245eb [2021-03-16T03:05:39.560Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-16T03:05:39.560Z] ---> d28a02a41311 [2021-03-16T03:05:39.560Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-16T03:05:39.560Z] Removing intermediate container 9302b0631a87 [2021-03-16T03:05:39.560Z] ---> 7d1a511ae3d8 [2021-03-16T03:05:39.560Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-16T03:05:39.560Z] ---> Running in 3f2a3618a45d [2021-03-16T03:05:39.560Z] ---> Running in 3a7c702992f9 [2021-03-16T03:05:39.840Z] Removing intermediate container 3f2a3618a45d [2021-03-16T03:05:39.840Z] ---> d82ec9f58aa5 [2021-03-16T03:05:39.840Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T03:05:40.118Z] ---> Running in f3830b4ca948 [2021-03-16T03:05:40.719Z] Removing intermediate container f3830b4ca948 [2021-03-16T03:05:40.719Z] ---> 258f0929ecd6 [2021-03-16T03:05:40.719Z] Step 21/23 : LABEL arch=x86_64 [2021-03-16T03:05:40.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:05:40.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:05:41.267Z] ---> Running in 42f0f86c891f [2021-03-16T03:05:41.267Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T03:05:41.267Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-16T03:05:41.267Z] (3/3) Installing curl (7.69.1-r3) [2021-03-16T03:05:41.267Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:05:41.267Z] ---> 935f10782ca6 [2021-03-16T03:05:41.267Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-16T03:05:41.267Z] OK: 72 MiB in 58 packages [2021-03-16T03:05:41.545Z] Removing intermediate container 42f0f86c891f [2021-03-16T03:05:41.545Z] ---> 3958840d5573 [2021-03-16T03:05:41.545Z] Step 22/23 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 [2021-03-16T03:05:41.831Z] ---> Running in 9138112eb34b [2021-03-16T03:05:42.430Z] Removing intermediate container 9138112eb34b [2021-03-16T03:05:42.430Z] ---> 7366ba37cb54 [2021-03-16T03:05:42.430Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T03:05:42.430Z] ---> 33b1bcaed14a [2021-03-16T03:05:42.430Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-16T03:05:42.703Z] ---> Running in 607998c0cfc1 [2021-03-16T03:05:42.703Z] Removing intermediate container 3a7c702992f9 [2021-03-16T03:05:42.703Z] ---> 62d0bf8ad7cb [2021-03-16T03:05:42.703Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-16T03:05:42.703Z] ---> Running in 5283ea5f5fd6 [2021-03-16T03:05:42.980Z] ---> Running in 8d9f1cdc5cc4 [2021-03-16T03:05:43.264Z] Removing intermediate container 607998c0cfc1 [2021-03-16T03:05:43.264Z] ---> fcab4b465253 [2021-03-16T03:05:43.264Z] [2021-03-16T03:05:43.264Z] Removing intermediate container 5283ea5f5fd6 [2021-03-16T03:05:43.264Z] ---> faa59105fb33 [2021-03-16T03:05:43.264Z] Step 18/21 : CMD ["--init=true"] [2021-03-16T03:05:43.540Z] Successfully built fcab4b465253 [2021-03-16T03:05:43.823Z] Removing intermediate container 8d9f1cdc5cc4 [2021-03-16T03:05:43.823Z] ---> ec8afaa3f8df [2021-03-16T03:05:43.823Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T03:05:43.823Z] Successfully tagged docker-core-command-go:latest [2021-03-16T03:05:44.112Z]  Building docker-core-command-go ... done  ---> Running in f72451a178da [2021-03-16T03:05:44.112Z] ---> Running in 61d651b4ebb6 [2021-03-16T03:05:44.407Z] Removing intermediate container f72451a178da [2021-03-16T03:05:44.407Z] ---> 04a5609c0178 [2021-03-16T03:05:44.407Z] Step 19/21 : LABEL arch=x86_64 [2021-03-16T03:05:44.692Z] ---> Running in 56ccd27689d6 [2021-03-16T03:05:44.692Z] Removing intermediate container 61d651b4ebb6 [2021-03-16T03:05:44.692Z] ---> 1f0f32ec1c8e [2021-03-16T03:05:44.692Z] Step 24/26 : LABEL arch=x86_64 [2021-03-16T03:05:44.692Z] ---> Running in 9a1695aa2c97 [2021-03-16T03:05:45.311Z] Removing intermediate container 56ccd27689d6 [2021-03-16T03:05:45.311Z] ---> 2a67be02d778 [2021-03-16T03:05:45.311Z] Step 20/21 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 [2021-03-16T03:05:47.321Z] ---> Running in a31c521a0c59 [2021-03-16T03:05:47.321Z] Removing intermediate container 9a1695aa2c97 [2021-03-16T03:05:47.321Z] ---> 7a751ddbcb8e [2021-03-16T03:05:47.321Z] Step 25/26 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 [2021-03-16T03:05:47.603Z] ---> Running in 775b232a4490 [2021-03-16T03:05:47.604Z] Removing intermediate container a31c521a0c59 [2021-03-16T03:05:47.604Z] ---> c1f1aa874803 [2021-03-16T03:05:47.604Z] Step 21/21 : LABEL version=0.0.0 [2021-03-16T03:05:47.917Z] Removing intermediate container 32c85c3566a3 [2021-03-16T03:05:47.917Z] ---> c02d5eb89386 [2021-03-16T03:05:47.917Z] [2021-03-16T03:05:47.917Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T03:05:47.917Z] ---> 88dd2752d2ea [2021-03-16T03:05:47.917Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-16T03:05:47.917Z] ---> Using cache [2021-03-16T03:05:47.917Z] ---> 66b655922879 [2021-03-16T03:05:47.917Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T03:05:47.917Z] ---> Using cache [2021-03-16T03:05:47.917Z] ---> badd841347f7 [2021-03-16T03:05:47.917Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-16T03:05:47.917Z] ---> Running in 19516c0d0a1d [2021-03-16T03:05:47.917Z] ---> Running in f0aa01181f20 [2021-03-16T03:05:47.917Z] Removing intermediate container 775b232a4490 [2021-03-16T03:05:47.917Z] ---> 7e037bd24d55 [2021-03-16T03:05:47.917Z] Step 26/26 : LABEL version=0.0.0 [2021-03-16T03:05:48.204Z] ---> Running in ff50b9715b80 [2021-03-16T03:05:48.477Z] Removing intermediate container 19516c0d0a1d [2021-03-16T03:05:48.477Z] ---> 3c22d124bc3d [2021-03-16T03:05:48.477Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T03:05:48.477Z] Removing intermediate container f0aa01181f20 [2021-03-16T03:05:48.477Z] ---> 4e4e1f1547fe [2021-03-16T03:05:48.477Z] [2021-03-16T03:05:49.080Z] Successfully built 4e4e1f1547fe [2021-03-16T03:05:49.080Z] Removing intermediate container ff50b9715b80 [2021-03-16T03:05:49.080Z] ---> c5d9b0d2c826 [2021-03-16T03:05:49.080Z] [2021-03-16T03:05:49.080Z] ---> Running in b2b5c120e0ae [2021-03-16T03:05:49.080Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-16T03:05:49.364Z]  Building docker-security-proxy-setup-go ... done Successfully built c5d9b0d2c826 [2021-03-16T03:05:49.364Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-16T03:05:49.656Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container b2b5c120e0ae [2021-03-16T03:05:49.656Z] ---> 917883265e18 [2021-03-16T03:05:49.656Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T03:05:50.294Z] ---> 5a451d15952d [2021-03-16T03:05:50.294Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-16T03:05:51.344Z] ---> 7392e7c003f6 [2021-03-16T03:05:51.344Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-16T03:05:51.956Z] ---> 8b0629e608ce [2021-03-16T03:05:51.956Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-16T03:05:51.956Z] ---> Running in b82c05d43d03 [2021-03-16T03:05:52.997Z] Removing intermediate container b82c05d43d03 [2021-03-16T03:05:52.997Z] ---> 7a1a7f8eebab [2021-03-16T03:05:52.997Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T03:05:52.997Z] ---> Running in bf42ecd3c23e [2021-03-16T03:05:53.271Z] Removing intermediate container bf42ecd3c23e [2021-03-16T03:05:53.271Z] ---> 884f7a4ed7bb [2021-03-16T03:05:53.271Z] Step 20/22 : LABEL arch=x86_64 [2021-03-16T03:05:53.271Z] ---> Running in f16e90cbe037 [2021-03-16T03:05:53.914Z] Removing intermediate container f16e90cbe037 [2021-03-16T03:05:53.914Z] ---> fbb045abf750 [2021-03-16T03:05:53.914Z] Step 21/22 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 [2021-03-16T03:05:53.914Z] ---> Running in 305edabfdb33 [2021-03-16T03:05:54.208Z] Removing intermediate container 305edabfdb33 [2021-03-16T03:05:54.208Z] ---> 28fe5f3c638c [2021-03-16T03:05:54.208Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T03:05:54.208Z] ---> Running in 2ea1bb191541 [2021-03-16T03:05:54.474Z] Removing intermediate container 2ea1bb191541 [2021-03-16T03:05:54.474Z] ---> a2be4202eeb4 [2021-03-16T03:05:54.474Z] [2021-03-16T03:05:54.829Z] Successfully built a2be4202eeb4 [2021-03-16T03:05:54.829Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-16T03:06:01.639Z]  Building docker-support-scheduler-go ... done Removing intermediate container 3895189b9eb3 [2021-03-16T03:06:01.639Z] ---> 860cce952c01 [2021-03-16T03:06:01.639Z] [2021-03-16T03:06:01.639Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T03:06:01.639Z] ---> 88dd2752d2ea [2021-03-16T03:06:01.639Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-16T03:06:01.640Z] ---> Running in 9d971c16271c [2021-03-16T03:06:01.640Z] Removing intermediate container 9d971c16271c [2021-03-16T03:06:01.640Z] ---> 6406137df351 [2021-03-16T03:06:01.640Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-16T03:06:01.640Z] ---> Running in 5a91bcd5a98b [2021-03-16T03:06:01.640Z] Removing intermediate container 5a91bcd5a98b [2021-03-16T03:06:01.640Z] ---> 140d6255eb8c [2021-03-16T03:06:01.640Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-16T03:06:01.640Z] ---> Running in ac15a7edb18b [2021-03-16T03:06:01.640Z] Removing intermediate container ac15a7edb18b [2021-03-16T03:06:01.640Z] ---> aa33320222b9 [2021-03-16T03:06:01.640Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:06:01.640Z] ---> Running in e0005a3bc4d5 [2021-03-16T03:06:03.059Z] Removing intermediate container e0005a3bc4d5 [2021-03-16T03:06:03.059Z] ---> ee4c80c0b98a [2021-03-16T03:06:03.059Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-16T03:06:03.059Z] ---> Running in f617da727ec9 [2021-03-16T03:06:03.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:06:04.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:06:04.858Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-16T03:06:05.121Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-16T03:06:05.121Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-16T03:06:05.121Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-16T03:06:05.384Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-16T03:06:05.649Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-16T03:06:05.649Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:06:05.649Z] OK: 8 MiB in 20 packages [2021-03-16T03:06:06.607Z] Removing intermediate container f617da727ec9 [2021-03-16T03:06:06.607Z] ---> f004370f23c6 [2021-03-16T03:06:06.607Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T03:06:06.871Z] ---> 2868f710904e [2021-03-16T03:06:06.871Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-16T03:06:07.446Z] ---> 31b62fcf1f32 [2021-03-16T03:06:07.446Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-16T03:06:07.713Z] ---> b4abf65a5720 [2021-03-16T03:06:07.713Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-16T03:06:07.975Z] ---> Running in ed9877d436c5 [2021-03-16T03:06:07.975Z] Removing intermediate container ed9877d436c5 [2021-03-16T03:06:07.975Z] ---> 059926dc2f31 [2021-03-16T03:06:07.975Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T03:06:07.975Z] ---> Running in 1bcd5eebb3af [2021-03-16T03:06:08.237Z] Removing intermediate container 1bcd5eebb3af [2021-03-16T03:06:08.237Z] ---> 3c64228e0040 [2021-03-16T03:06:08.237Z] Step 21/23 : LABEL arch=x86_64 [2021-03-16T03:06:08.237Z] ---> Running in 0a4da95b1d87 [2021-03-16T03:06:08.500Z] Removing intermediate container 0a4da95b1d87 [2021-03-16T03:06:08.500Z] ---> 019957654f5c [2021-03-16T03:06:08.500Z] Step 22/23 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 [2021-03-16T03:06:08.500Z] ---> Running in 6575197b6459 [2021-03-16T03:06:08.766Z] Removing intermediate container 6575197b6459 [2021-03-16T03:06:08.766Z] ---> 113bc20c32ef [2021-03-16T03:06:08.766Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T03:06:08.766Z] ---> Running in 103c8483ddb6 [2021-03-16T03:06:09.031Z] Removing intermediate container 103c8483ddb6 [2021-03-16T03:06:09.031Z] ---> 913cc705fabe [2021-03-16T03:06:09.031Z] [2021-03-16T03:06:09.311Z] Successfully built 913cc705fabe [2021-03-16T03:06:09.311Z] Successfully tagged docker-core-data-go:latest [2021-03-16T03:06:09.606Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-16T03:06:09.617Z] $ docker stop --time=1 391651326e0ba2063f99307e83259e01ec7c3e895ef6f7e159544e6bf1b434c3 [2021-03-16T03:06:11.284Z] $ docker rm -f 391651326e0ba2063f99307e83259e01ec7c3e895ef6f7e159544e6bf1b434c3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-16T03:06:11.792Z] + docker images [2021-03-16T03:06:11.792Z] + grep docker [2021-03-16T03:06:12.055Z] docker-core-data-go latest 913cc705fabe 3 seconds ago 22.6MB [2021-03-16T03:06:12.055Z] docker-support-scheduler-go latest a2be4202eeb4 17 seconds ago 17.3MB [2021-03-16T03:06:12.055Z] docker-security-proxy-setup-go latest 4e4e1f1547fe 23 seconds ago 24.7MB [2021-03-16T03:06:12.055Z] docker-sys-mgmt-agent-go latest c5d9b0d2c826 23 seconds ago 313MB [2021-03-16T03:06:12.055Z] docker-core-command-go latest fcab4b465253 29 seconds ago 17.2MB [2021-03-16T03:06:12.055Z] docker-security-bootstrapper-go latest 4de63de7dc12 About a minute ago 18.8MB [2021-03-16T03:06:12.055Z] docker-security-secretstore-setup-go latest 82d82a2bef7c 2 minutes ago 24.9MB [2021-03-16T03:06:12.055Z] docker-core-metadata-go latest f3bbfd82b87d 2 minutes ago 19MB [2021-03-16T03:06:12.055Z] docker-support-notifications-go latest 15ad42f16ffc 2 minutes ago 17.8MB [2021-03-16T03:06:12.055Z] 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-16T03:06:27.661Z] Still waiting to schedule task [2021-03-16T03:06:27.661Z] ‘prd-centos7-docker-4c-2g-29914’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-ubuntu18.04-docker-8c-8g-29923’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’ [2021-03-16T03:06:36.406Z] gofmt -l . [2021-03-16T03:06:36.406Z] [ "`gofmt -l .`" = "" ] [2021-03-16T03:06:36.406Z] ./bin/test-go-mod-tidy.sh [2021-03-16T03:06:36.406Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-16T03:06:38.064Z] + ls -al . [2021-03-16T03:06:38.064Z] total 788 [2021-03-16T03:06:38.064Z] drwxrwxr-x 9 1001 1001 4096 Mar 16 03:06 . [2021-03-16T03:06:38.064Z] drwxr-xr-x 4 root root 4096 Mar 16 03:01 .. [2021-03-16T03:06:38.064Z] -rw-rw-r-- 1 1001 1001 11 Mar 16 02:59 .dockerignore [2021-03-16T03:06:38.064Z] drwxrwxr-x 8 1001 1001 4096 Mar 16 02:59 .git [2021-03-16T03:06:38.064Z] drwxrwxr-x 3 1001 1001 4096 Mar 16 02:59 .github [2021-03-16T03:06:38.064Z] -rw-rw-r-- 1 1001 1001 818 Mar 16 02:59 .gitignore [2021-03-16T03:06:38.064Z] -rw-rw-r-- 1 1001 1001 166 Mar 16 02:59 .sonarcloud.properties [2021-03-16T03:06:38.064Z] -rw-rw-r-- 1 1001 1001 8607 Mar 16 02:59 Attribution.txt [2021-03-16T03:06:38.064Z] -rw-rw-r-- 1 1001 1001 3804 Mar 16 02:59 CONTRIBUTING.md [2021-03-16T03:06:38.064Z] -rw-rw-r-- 1 1001 1001 931 Mar 16 02:59 Dockerfile.build [2021-03-16T03:06:38.064Z] -rw-rw-r-- 1 1001 1001 863 Mar 16 02:59 Jenkinsfile [2021-03-16T03:06:38.064Z] -rw-rw-r-- 1 1001 1001 10775 Mar 16 02:59 LICENSE [2021-03-16T03:06:38.064Z] -rw-rw-r-- 1 1001 1001 5774 Mar 16 02:59 Makefile [2021-03-16T03:06:38.064Z] -rw-rw-r-- 1 1001 1001 6548 Mar 16 02:59 README.md [2021-03-16T03:06:38.064Z] -rw-rw-r-- 1 1001 1001 6755 Mar 16 02:59 SECURITY.md [2021-03-16T03:06:38.064Z] -rw-rw-r-- 1 1001 1001 5 Mar 16 02:56 VERSION [2021-03-16T03:06:38.064Z] -rw-rw-r-- 1 1001 1001 4131 Mar 16 02:59 ZMQWindows.md [2021-03-16T03:06:38.064Z] drwxrwxr-x 2 1001 1001 4096 Mar 16 02:59 bin [2021-03-16T03:06:38.064Z] drwxrwxr-x 14 1001 1001 4096 Mar 16 02:59 cmd [2021-03-16T03:06:38.064Z] -rw-r--r-- 1 root root 650607 Mar 16 03:04 coverage.out [2021-03-16T03:06:38.064Z] -rw-r--r-- 1 root root 1055 Mar 16 03:06 go.mod [2021-03-16T03:06:38.064Z] -rw-r--r-- 1 root root 22209 Mar 16 03:06 go.sum [2021-03-16T03:06:38.064Z] drwxrwxr-x 8 1001 1001 4096 Mar 16 02:59 internal [2021-03-16T03:06:38.064Z] drwxrwxr-x 4 1001 1001 4096 Mar 16 02:59 openapi [2021-03-16T03:06:38.064Z] drwxrwxr-x 4 1001 1001 4096 Mar 16 02:59 snap [2021-03-16T03:06:38.064Z] -rw-rw-r-- 1 1001 1001 168 Mar 16 02:59 version.go [Pipeline] sh [2021-03-16T03:06:38.823Z] + '[' -e coverage.out ] [2021-03-16T03:06:38.823Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-16T03:06:38.893Z] Warning: overwriting stash ‘coverage-report’ [2021-03-16T03:06:40.359Z] Stashed 1 file(s) [Pipeline] sh [2021-03-16T03:06:41.095Z] + make build [2021-03-16T03:06:41.095Z] 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-16T03:06:53.483Z] 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-16T03:07:20.294Z] 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-16T03:07:25.694Z] 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-16T03:07:35.876Z] 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-16T03:07:36.852Z] 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-16T03:07:43.541Z] 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-16T03:07:47.854Z] 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-16T03:07:53.243Z] 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-16T03:07:57.549Z] 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-16T03:08:01.881Z] 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-16T03:08:06.185Z] 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-16T03:08:14.475Z] $ docker stop --time=1 5206468073a5b08ce21be223111cc6c5ecc3965f8b32576fd9743acc8ced8836 [2021-03-16T03:08:16.984Z] $ docker rm -f 5206468073a5b08ce21be223111cc6c5ecc3965f8b32576fd9743acc8ced8836 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T03:08:19.026Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T03:08:19.026Z] [2021-03-16T03:08:19.026Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T03:08:19.421Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T03:08:19.422Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-16T03:08:19.422Z] 29e5d40040c1: Pulling fs layer [2021-03-16T03:08:19.422Z] 1ce36da41761: Pulling fs layer [2021-03-16T03:08:19.422Z] 25b303627fd3: Pulling fs layer [2021-03-16T03:08:19.696Z] 29e5d40040c1: Verifying Checksum [2021-03-16T03:08:20.302Z] 29e5d40040c1: Pull complete [2021-03-16T03:08:20.913Z] 1ce36da41761: Verifying Checksum [2021-03-16T03:08:20.913Z] 1ce36da41761: Download complete [2021-03-16T03:08:21.888Z] 1ce36da41761: Pull complete [2021-03-16T03:08:22.161Z] 25b303627fd3: Verifying Checksum [2021-03-16T03:08:22.161Z] 25b303627fd3: Download complete [2021-03-16T03:08:32.299Z] 25b303627fd3: Pull complete [2021-03-16T03:08:32.299Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-16T03:08:32.299Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T03:08:32.299Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-16T03:08:32.522Z] prd-ubuntu18.04-docker-arm64-4c-16g-29919 does not seem to be running inside a container [2021-03-16T03:08:32.599Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-16T03:08:35.474Z] Running on prd-ubuntu18.04-docker-8c-8g-29924 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [2021-03-16T03:08:35.691Z] $ docker top dc548b1558150e2495d95b2e14f259429183a9bb1fa81be790fc3d9bc4a389ca -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-03-16T03:08:36.177Z] Running in /w/workspace/edgex-go/22 [Pipeline] { [Pipeline] checkout [2021-03-16T03:08:36.771Z] + + docker-composegrep build parallel --help [2021-03-16T03:08:36.771Z] [2021-03-16T03:08:38.348Z] using credential edgex-jenkins-ssh [2021-03-16T03:08:38.414Z] Cloning the remote Git repository [2021-03-16T03:08:38.439Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-16T03:08:38.509Z] > git init /w/workspace/edgex-go/22 # timeout=10 [2021-03-16T03:08:38.536Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T03:08:38.537Z] > git --version # timeout=10 [2021-03-16T03:08:38.551Z] > git --version # 'git version 2.17.1' [2021-03-16T03:08:38.552Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T03:08:38.577Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T03:08:41.083Z] --parallel Build images in parallel. [Pipeline] } [2021-03-16T03:08:41.376Z] $ docker stop --time=1 dc548b1558150e2495d95b2e14f259429183a9bb1fa81be790fc3d9bc4a389ca [2021-03-16T03:08:43.385Z] $ docker rm -f dc548b1558150e2495d95b2e14f259429183a9bb1fa81be790fc3d9bc4a389ca [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T03:08:44.216Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T03:08:44.216Z] . [Pipeline] withDockerContainer [2021-03-16T03:08:44.498Z] prd-ubuntu18.04-docker-arm64-4c-16g-29919 does not seem to be running inside a container [2021-03-16T03:08:44.578Z] $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-16T03:08:46.167Z] $ docker top bd8450518c4f806ffeb38a38bb996fc19c6177908d43b1086b21d735df4fce54 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T03:08:47.295Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-16T03:08:48.809Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T03:08:48.815Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T03:08:48.824Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T03:08:48.834Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T03:08:48.834Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T03:08:48.838Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-16T03:08:49.306Z] Merging remotes/origin/master commit ebb2ea496306d9631a66da1b80e1549344472191 into PR head commit e937d7012ee7f86ebd8e39eec8b349db9df0ae33 [2021-03-16T03:08:49.426Z] Merge succeeded, producing e937d7012ee7f86ebd8e39eec8b349db9df0ae33 [2021-03-16T03:08:49.426Z] Checking out Revision e937d7012ee7f86ebd8e39eec8b349db9df0ae33 (PR-3208) [2021-03-16T03:08:49.318Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T03:08:49.330Z] > git checkout -f e937d7012ee7f86ebd8e39eec8b349db9df0ae33 # timeout=10 [2021-03-16T03:08:49.402Z] > git remote # timeout=10 [2021-03-16T03:08:49.409Z] > git config --get remote.origin.url # timeout=10 [2021-03-16T03:08:49.414Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T03:08:49.417Z] > git merge ebb2ea496306d9631a66da1b80e1549344472191 # timeout=10 [2021-03-16T03:08:49.425Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-16T03:08:49.432Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T03:08:49.438Z] > git checkout -f e937d7012ee7f86ebd8e39eec8b349db9df0ae33 # timeout=10 [2021-03-16T03:08:52.718Z] Building docker-core-command-go ... [2021-03-16T03:08:52.718Z] Building docker-core-data-go ... [2021-03-16T03:08:52.718Z] Building docker-core-metadata-go ... [2021-03-16T03:08:52.718Z] Building docker-security-bootstrapper-go ... [2021-03-16T03:08:52.718Z] Building docker-security-proxy-setup-go ... [2021-03-16T03:08:52.718Z] Building docker-security-secretstore-setup-go ... [2021-03-16T03:08:52.718Z] Building docker-support-notifications-go ... [2021-03-16T03:08:52.718Z] Building docker-support-scheduler-go ... [2021-03-16T03:08:52.718Z] Building docker-sys-mgmt-agent-go ... [2021-03-16T03:08:52.718Z] Building docker-sys-mgmt-agent-go [2021-03-16T03:08:52.718Z] Building docker-support-scheduler-go [2021-03-16T03:08:52.718Z] Building docker-security-proxy-setup-go [2021-03-16T03:08:52.718Z] Building docker-core-command-go [2021-03-16T03:08:52.718Z] Building docker-support-notifications-go [2021-03-16T03:08:54.039Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-16T03:08:55.234Z] + echo snap-build.sh [2021-03-16T03:08:55.234Z] snap-build.sh [2021-03-16T03:08:55.234Z] + SNAP_BASE_DIR=. [2021-03-16T03:08:55.234Z] + '[' '!' -z /w/workspace/edgex-go/22 ']' [2021-03-16T03:08:55.234Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/22 [2021-03-16T03:08:55.234Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/22]' [2021-03-16T03:08:55.234Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/22] [2021-03-16T03:08:55.234Z] + cd /w/workspace/edgex-go/22 [2021-03-16T03:08:55.234Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-16T03:08:55.234Z] Reading package lists... [2021-03-16T03:08:55.234Z] Building dependency tree... [2021-03-16T03:08:55.234Z] Reading state information... [2021-03-16T03:08:55.498Z] The following packages were automatically installed and are no longer required: [2021-03-16T03:08:55.498Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-16T03:08:55.498Z] uidmap xdelta3 [2021-03-16T03:08:55.498Z] Use 'sudo apt autoremove' to remove them. [2021-03-16T03:08:55.498Z] The following packages will be REMOVED: [2021-03-16T03:08:55.498Z] lxd* lxd-client* [2021-03-16T03:08:55.760Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-16T03:08:55.760Z] After this operation, 31.7 MB disk space will be freed. [2021-03-16T03:08:56.815Z] (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-16T03:08:56.815Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-16T03:08:57.763Z] Removing lxd dnsmasq configuration [2021-03-16T03:08:57.763Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-16T03:08:58.024Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-16T03:08:58.969Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-16T03:08:59.231Z] (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-16T03:08:59.231Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-16T03:09:00.620Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-16T03:09:00.621Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-16T03:09:01.567Z] + sudo snap remove --purge lxd [2021-03-16T03:09:01.829Z] snap "lxd" is not installed [2021-03-16T03:09:01.829Z] + sudo groupadd --force --system lxd [2021-03-16T03:09:01.829Z] ++ whoami [2021-03-16T03:09:01.829Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-16T03:09:02.092Z] + newgrp - lxd [2021-03-16T03:09:02.092Z] + sudo snap install lxd [2021-03-16T03:09:10.242Z] 2021-03-16T03:09:08Z INFO Waiting for automatic snapd restart... [2021-03-16T03:09:42.379Z] lxd 4.12 from Canonical* installed [2021-03-16T03:09:42.380Z] + sudo lxd init --auto [2021-03-16T03:09:50.532Z] + sudo snap install --classic snapcraft [2021-03-16T03:09:58.678Z] snapcraft 4.5.4 from Canonical* installed [2021-03-16T03:09:58.678Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-16T03:09:58.678Z] + patch --verbose -p1 [2021-03-16T03:09:58.678Z] Hmm... Looks like a unified diff to me... [2021-03-16T03:09:58.678Z] The text leading up to this was: [2021-03-16T03:09:58.678Z] -------------------------- [2021-03-16T03:09:58.678Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-16T03:09:58.678Z] |From: Tony Espy [2021-03-16T03:09:58.678Z] |Date: Tue, 9 Mar 2021 19:05:15 -0500 [2021-03-16T03:09:58.678Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-16T03:09:58.678Z] | [2021-03-16T03:09:58.678Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-16T03:09:58.678Z] |optimize the snap CI check run for pull requests. When [2021-03-16T03:09:58.678Z] |applied, it essentially strips out everything (apps and [2021-03-16T03:09:58.678Z] |parts) from the snapcraft.yaml file except those required [2021-03-16T03:09:58.679Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-16T03:09:58.679Z] |catch changes to edgex-go that break the snap build. [2021-03-16T03:09:58.679Z] | [2021-03-16T03:09:58.679Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-16T03:09:58.679Z] |to update this patch file, otherwise it may fail to apply, [2021-03-16T03:09:58.679Z] |resulting in a failed snap build CI check in the associated [2021-03-16T03:09:58.679Z] |pull request. [2021-03-16T03:09:58.679Z] | [2021-03-16T03:09:58.679Z] |Note - in addition to applying this patch, the pipeline also [2021-03-16T03:09:58.679Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-16T03:09:58.679Z] |need to build the finally binary .snap file (and it won't [2021-03-16T03:09:58.679Z] |work with the patch applied). This further reduces the build [2021-03-16T03:09:58.679Z] |time. [2021-03-16T03:09:58.679Z] |--- [2021-03-16T03:09:58.679Z] | snap/snapcraft.yaml | 452 +------------------------------------------- [2021-03-16T03:09:58.679Z] | 1 file changed, 1 insertion(+), 451 deletions(-) [2021-03-16T03:09:58.679Z] | [2021-03-16T03:09:58.679Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-16T03:09:58.679Z] |index d8bc12bc..5a5f5fbb 100644 [2021-03-16T03:09:58.679Z] |--- a/snap/snapcraft.yaml [2021-03-16T03:09:58.679Z] |+++ b/snap/snapcraft.yaml [2021-03-16T03:09:58.679Z] -------------------------- [2021-03-16T03:09:58.679Z] patching file snap/snapcraft.yaml [2021-03-16T03:09:58.679Z] Using Plan A... [2021-03-16T03:09:58.679Z] Hunk #1 succeeded at 73. [2021-03-16T03:09:58.679Z] Hunk #2 succeeded at 205. [2021-03-16T03:09:58.679Z] Hunk #3 succeeded at 217. [2021-03-16T03:09:58.679Z] Hunk #4 succeeded at 225. [2021-03-16T03:09:58.679Z] Hunk #5 succeeded at 232. [2021-03-16T03:09:58.679Z] Hunk #6 succeeded at 259. [2021-03-16T03:09:58.679Z] Hunk #7 succeeded at 271. [2021-03-16T03:09:58.679Z] Hunk #8 succeeded at 327. [2021-03-16T03:09:58.679Z] Hmm... Ignoring the trailing garbage. [2021-03-16T03:09:58.679Z] done [2021-03-16T03:09:58.679Z] + sudo snapcraft prime --use-lxd [2021-03-16T03:09:59.619Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-16T03:09:59.619Z] 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-16T03:09:59.619Z] - README.md [2021-03-16T03:09:59.619Z] [2021-03-16T03:09:59.619Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-16T03:10:00.561Z] Launching a container. [2021-03-16T03:10:12.809Z] Waiting for container to be ready [2021-03-16T03:10:12.809Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-16T03:10:12.809Z] [2021-03-16T03:10:15.170Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:10:15.170Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:10:15.170Z] ---> 963c51953b39 [2021-03-16T03:10:15.170Z] Step 3/26 : WORKDIR /edgex-go [2021-03-16T03:10:15.170Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:10:15.170Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:10:15.170Z] ---> 963c51953b39 [2021-03-16T03:10:15.170Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T03:10:15.170Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:10:15.170Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:10:15.170Z] ---> 963c51953b39 [2021-03-16T03:10:15.170Z] Step 3/21 : WORKDIR /edgex-go [2021-03-16T03:10:15.170Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:10:15.170Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:10:15.170Z] ---> 963c51953b39 [2021-03-16T03:10:15.170Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T03:10:15.170Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:10:15.170Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:10:15.170Z] ---> 963c51953b39 [2021-03-16T03:10:15.170Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T03:10:15.170Z] ---> Running in 804761bdab4e [2021-03-16T03:10:15.170Z] ---> Running in d98f3ee0539d [2021-03-16T03:10:15.170Z] ---> Running in ee08ee09c9fb [2021-03-16T03:10:15.170Z] ---> Running in a384f9fdc8d1 [2021-03-16T03:10:15.170Z] ---> Running in 7a2f778c20f0 [2021-03-16T03:10:15.170Z] Removing intermediate container 7a2f778c20f0 [2021-03-16T03:10:15.170Z] ---> 26180215b67b [2021-03-16T03:10:15.170Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:10:15.170Z] Removing intermediate container a384f9fdc8d1 [2021-03-16T03:10:15.170Z] ---> 8f315ffc20e8 [2021-03-16T03:10:15.170Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:10:15.170Z] Removing intermediate container 804761bdab4e [2021-03-16T03:10:15.170Z] ---> 900cca31e272 [2021-03-16T03:10:15.170Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:10:15.170Z] Removing intermediate container d98f3ee0539d [2021-03-16T03:10:15.170Z] ---> 277159d02fb0 [2021-03-16T03:10:15.170Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:10:15.170Z] Removing intermediate container ee08ee09c9fb [2021-03-16T03:10:15.170Z] ---> 69f752285c0a [2021-03-16T03:10:15.170Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:10:15.170Z] ---> Running in 1f2fcb1fd1d8 [2021-03-16T03:10:15.170Z] ---> Running in 4a407596af7d [2021-03-16T03:10:15.170Z] ---> Running in a83172627439 [2021-03-16T03:10:15.170Z] ---> Running in 62e88b1b77dc [2021-03-16T03:10:15.170Z] ---> Running in 0d91a256a39a [2021-03-16T03:10:15.170Z] Removing intermediate container 1f2fcb1fd1d8 [2021-03-16T03:10:15.170Z] ---> c226bcf2c4c3 [2021-03-16T03:10:15.170Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-16T03:10:15.170Z] ---> Running in 83389b21bc3e [2021-03-16T03:10:15.170Z] Removing intermediate container 4a407596af7d [2021-03-16T03:10:15.170Z] ---> 7c4dd7a16b03 [2021-03-16T03:10:15.170Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T03:10:15.170Z] Removing intermediate container 0d91a256a39a [2021-03-16T03:10:15.170Z] ---> 48fdaa9c7656 [2021-03-16T03:10:15.170Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-16T03:10:15.170Z] ---> Running in 9360362097ed [2021-03-16T03:10:15.170Z] ---> Running in dc4fc5c9f12a [2021-03-16T03:10:15.170Z] Removing intermediate container a83172627439 [2021-03-16T03:10:15.170Z] ---> aafbe81011a7 [2021-03-16T03:10:15.170Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-16T03:10:15.170Z] Removing intermediate container 62e88b1b77dc [2021-03-16T03:10:15.170Z] ---> 7a94b0b64889 [2021-03-16T03:10:15.170Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-16T03:10:15.170Z] ---> Running in 40060376a670 [2021-03-16T03:10:15.170Z] ---> Running in f510842b96e2 [2021-03-16T03:10:15.350Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-16T03:10:15.350Z] Waiting for network to be ready... [2021-03-16T03:10:15.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:10:15.609Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-16T03:10:15.870Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] [2021-03-16T03:10:15.870Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-16T03:10:15.870Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] [2021-03-16T03:10:15.870Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-16T03:10:15.870Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-16T03:10:15.870Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] [2021-03-16T03:10:15.870Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] [2021-03-16T03:10:15.870Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-16T03:10:15.870Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-16T03:10:16.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:10:16.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:10:16.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:10:16.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:10:16.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:10:16.442Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-16T03:10:16.442Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-16T03:10:16.702Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-16T03:10:16.702Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-16T03:10:16.702Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-16T03:10:16.702Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-16T03:10:16.702Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-16T03:10:16.702Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-16T03:10:17.018Z] OK: 217 MiB in 51 packages [2021-03-16T03:10:17.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:10:17.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:10:17.273Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-16T03:10:17.273Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] [2021-03-16T03:10:17.273Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] [2021-03-16T03:10:17.273Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-16T03:10:17.273Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-16T03:10:17.273Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] [2021-03-16T03:10:17.273Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] [2021-03-16T03:10:17.273Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-16T03:10:17.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:10:17.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:10:17.535Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-16T03:10:17.905Z] OK: 217 MiB in 51 packages [2021-03-16T03:10:18.196Z] OK: 217 MiB in 51 packages [2021-03-16T03:10:18.196Z] OK: 217 MiB in 51 packages [2021-03-16T03:10:18.473Z] Removing intermediate container 83389b21bc3e [2021-03-16T03:10:18.473Z] ---> b0af547300b1 [2021-03-16T03:10:18.473Z] Step 6/22 : COPY go.mod . [2021-03-16T03:10:18.751Z] OK: 217 MiB in 51 packages [2021-03-16T03:10:19.447Z] Fetched 24.1 MB in 4s (6112 kB/s) [2021-03-16T03:10:19.737Z] Removing intermediate container 9360362097ed [2021-03-16T03:10:19.737Z] ---> a5e051b4442f [2021-03-16T03:10:19.737Z] Step 6/23 : COPY go.mod . [2021-03-16T03:10:19.737Z] ---> f1050a65bc7d [2021-03-16T03:10:19.737Z] Step 7/22 : RUN go mod download [2021-03-16T03:10:20.019Z] ---> Running in fbb7f04a5e96 [2021-03-16T03:10:20.019Z] Removing intermediate container dc4fc5c9f12a [2021-03-16T03:10:20.019Z] ---> 4dc23cb7eb73 [2021-03-16T03:10:20.019Z] Step 6/26 : COPY go.mod . [2021-03-16T03:10:20.303Z] Removing intermediate container 40060376a670 [2021-03-16T03:10:20.303Z] ---> bb68e5e62b42 [2021-03-16T03:10:20.303Z] Step 6/21 : COPY go.mod . [2021-03-16T03:10:20.389Z] Reading package lists... [2021-03-16T03:10:20.580Z] Removing intermediate container f510842b96e2 [2021-03-16T03:10:20.580Z] ---> 066eed7f212c [2021-03-16T03:10:20.580Z] Step 6/22 : COPY go.mod . [2021-03-16T03:10:20.649Z] Reading package lists... [2021-03-16T03:10:20.858Z] ---> 6503356fe295 [2021-03-16T03:10:20.859Z] Step 7/23 : RUN go mod download [2021-03-16T03:10:20.909Z] Building dependency tree... [2021-03-16T03:10:20.909Z] Reading state information... [2021-03-16T03:10:20.909Z] The following additional packages will be installed: [2021-03-16T03:10:20.909Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-16T03:10:20.909Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-16T03:10:20.909Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-16T03:10:20.909Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-16T03:10:20.909Z] Suggested packages: [2021-03-16T03:10:20.909Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-16T03:10:20.909Z] Recommended packages: [2021-03-16T03:10:20.909Z] gnupg libsasl2-modules [2021-03-16T03:10:20.909Z] The following NEW packages will be installed: [2021-03-16T03:10:20.909Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-16T03:10:20.909Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-16T03:10:20.909Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-16T03:10:20.909Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-16T03:10:20.909Z] The following packages will be upgraded: [2021-03-16T03:10:20.909Z] gpg gpg-agent gpgconf libudev1 [2021-03-16T03:10:20.909Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-16T03:10:20.909Z] Need to get 3530 kB of archives. [2021-03-16T03:10:20.909Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-16T03:10:20.909Z] 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-16T03:10:21.133Z] ---> Running in 80ecc623ebb6 [2021-03-16T03:10:21.169Z] 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-16T03:10:21.169Z] 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-16T03:10:21.169Z] 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-16T03:10:21.169Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-16T03:10:21.410Z] ---> df8f30d53c37 [2021-03-16T03:10:21.410Z] Step 7/26 : RUN go mod download [2021-03-16T03:10:21.431Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-16T03:10:21.693Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-16T03:10:21.694Z] ---> Running in 20ffc924ec0f [2021-03-16T03:10:21.694Z] ---> 7dc0f4cd7d1d [2021-03-16T03:10:21.694Z] Step 7/21 : RUN go mod download [2021-03-16T03:10:21.958Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-16T03:10:21.959Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-16T03:10:21.959Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-16T03:10:21.959Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-16T03:10:21.959Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-16T03:10:21.959Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-16T03:10:21.959Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-16T03:10:21.959Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-16T03:10:21.959Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-16T03:10:21.959Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-16T03:10:21.959Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-16T03:10:21.959Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-16T03:10:21.959Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-16T03:10:21.959Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-16T03:10:21.959Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-16T03:10:21.974Z] ---> 4c1e8fff137b [2021-03-16T03:10:21.974Z] Step 7/22 : RUN go mod download [2021-03-16T03:10:22.220Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T03:10:22.220Z] Fetched 3530 kB in 1s (3412 kB/s) [2021-03-16T03:10:22.220Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-16T03:10:22.220Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-16T03:10:22.220Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T03:10:22.220Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-16T03:10:22.250Z] ---> Running in b494ef2c711f [2021-03-16T03:10:22.250Z] ---> Running in 96e535a78cdf [2021-03-16T03:10:22.482Z] Selecting previously unselected package udev. [2021-03-16T03:10:22.482Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-16T03:10:22.482Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-16T03:10:22.482Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-16T03:10:22.743Z] Selecting previously unselected package libfuse2:amd64. [2021-03-16T03:10:22.743Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-16T03:10:22.743Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-16T03:10:23.004Z] Selecting previously unselected package fuse. [2021-03-16T03:10:23.004Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-16T03:10:23.004Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-16T03:10:23.004Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T03:10:23.004Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T03:10:23.004Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T03:10:23.270Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T03:10:23.270Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T03:10:23.270Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T03:10:23.270Z] Selecting previously unselected package libksba8:amd64. [2021-03-16T03:10:23.270Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-16T03:10:23.270Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-16T03:10:23.532Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-16T03:10:23.532Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T03:10:23.532Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:10:23.532Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-16T03:10:23.532Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T03:10:23.532Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:10:23.793Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-16T03:10:23.793Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T03:10:23.793Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:10:23.793Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-16T03:10:23.793Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T03:10:23.793Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:10:23.793Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-16T03:10:23.793Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T03:10:24.054Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:10:24.054Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-16T03:10:24.054Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T03:10:24.054Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:10:24.054Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-16T03:10:24.054Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T03:10:24.054Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:10:24.314Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-16T03:10:24.314Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T03:10:24.314Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:10:24.314Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-16T03:10:24.314Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T03:10:24.314Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:10:24.314Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-16T03:10:24.314Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-16T03:10:24.314Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T03:10:24.314Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-16T03:10:24.314Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-16T03:10:24.574Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T03:10:24.574Z] Selecting previously unselected package libldap-common. [2021-03-16T03:10:24.574Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-16T03:10:24.574Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T03:10:24.574Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-16T03:10:24.574Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-16T03:10:24.574Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T03:10:24.835Z] Selecting previously unselected package dirmngr. [2021-03-16T03:10:24.835Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T03:10:24.835Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-16T03:10:24.835Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T03:10:24.835Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-16T03:10:24.835Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-16T03:10:24.835Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T03:10:24.892Z] Removing intermediate container fbb7f04a5e96 [2021-03-16T03:10:24.892Z] ---> af373e3c0302 [2021-03-16T03:10:24.892Z] Step 8/22 : COPY . . [2021-03-16T03:10:25.095Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T03:10:25.096Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-16T03:10:25.096Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:10:25.096Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-16T03:10:25.096Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T03:10:25.096Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-16T03:10:25.667Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-16T03:10:25.667Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:10:25.667Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-16T03:10:25.667Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-16T03:10:25.667Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-16T03:10:25.667Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:10:25.889Z] Removing intermediate container 80ecc623ebb6 [2021-03-16T03:10:25.889Z] ---> 23e2d65ac12a [2021-03-16T03:10:25.889Z] Step 8/23 : COPY . . [2021-03-16T03:10:25.928Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:10:25.928Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:10:25.928Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:10:25.928Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:10:25.928Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:10:25.928Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:10:25.928Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T03:10:25.928Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-16T03:10:25.928Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T03:10:26.498Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-16T03:10:26.498Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-16T03:10:26.498Z] This means they are not meant to be enabled using systemctl. [2021-03-16T03:10:26.498Z] Possible reasons for having this kind of units are: [2021-03-16T03:10:26.498Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-16T03:10:26.498Z] .wants/ or .requires/ directory. [2021-03-16T03:10:26.498Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-16T03:10:26.498Z] a requirement dependency on it. [2021-03-16T03:10:26.498Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-16T03:10:26.498Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-16T03:10:26.498Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-16T03:10:26.498Z] instance name specified. [2021-03-16T03:10:26.760Z] Reading package lists... [2021-03-16T03:10:27.022Z] Building dependency tree... [2021-03-16T03:10:27.022Z] Reading state information... [2021-03-16T03:10:27.285Z] The following additional packages will be installed: [2021-03-16T03:10:27.285Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-16T03:10:27.285Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-16T03:10:27.285Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-16T03:10:27.285Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-16T03:10:27.285Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-16T03:10:27.285Z] Suggested packages: [2021-03-16T03:10:27.285Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-16T03:10:27.285Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-16T03:10:27.285Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-16T03:10:27.285Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-16T03:10:27.285Z] systemd-container policykit-1 [2021-03-16T03:10:27.285Z] Recommended packages: [2021-03-16T03:10:27.285Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-16T03:10:27.285Z] The following NEW packages will be installed: [2021-03-16T03:10:27.285Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-16T03:10:27.285Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-16T03:10:27.285Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-16T03:10:27.285Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-16T03:10:27.285Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-16T03:10:27.285Z] The following packages will be upgraded: [2021-03-16T03:10:27.285Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-16T03:10:27.285Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-16T03:10:27.285Z] Need to get 35.2 MB of archives. [2021-03-16T03:10:27.285Z] After this operation, 141 MB of additional disk space will be used. [2021-03-16T03:10:27.285Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-16T03:10:27.339Z] Removing intermediate container 20ffc924ec0f [2021-03-16T03:10:27.340Z] ---> 3a8975932533 [2021-03-16T03:10:27.340Z] Step 8/26 : COPY . . [2021-03-16T03:10:27.340Z] Removing intermediate container b494ef2c711f [2021-03-16T03:10:27.340Z] ---> 277948685e7c [2021-03-16T03:10:27.340Z] Step 8/21 : COPY . . [2021-03-16T03:10:27.546Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-16T03:10:27.546Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-16T03:10:27.546Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-16T03:10:27.546Z] 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-16T03:10:27.546Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-16T03:10:27.546Z] 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-16T03:10:27.546Z] 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-16T03:10:27.546Z] 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-16T03:10:27.546Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-16T03:10:27.546Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-16T03:10:27.546Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-16T03:10:27.546Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-16T03:10:27.546Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-16T03:10:27.546Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-16T03:10:27.546Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-16T03:10:27.546Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-16T03:10:27.546Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-16T03:10:27.546Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-16T03:10:27.937Z] Removing intermediate container 96e535a78cdf [2021-03-16T03:10:27.938Z] ---> 4e65b2e84af3 [2021-03-16T03:10:27.938Z] Step 8/22 : COPY . . [2021-03-16T03:10:28.488Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-16T03:10:28.489Z] 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-16T03:10:28.489Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-16T03:10:28.489Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-16T03:10:28.489Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-16T03:10:28.489Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-16T03:10:28.489Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-16T03:10:28.489Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-16T03:10:28.489Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-16T03:10:28.489Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-16T03:10:28.489Z] 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-16T03:10:28.749Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T03:10:28.749Z] Fetched 35.2 MB in 1s (25.9 MB/s) [2021-03-16T03:10:28.749Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-16T03:10:28.750Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-16T03:10:29.010Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T03:10:29.582Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-16T03:10:29.582Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T03:10:29.582Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-16T03:10:29.843Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-16T03:10:29.843Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-16T03:10:29.843Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-16T03:10:29.843Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-16T03:10:30.132Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-16T03:10:30.132Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-16T03:10:30.132Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-16T03:10:30.393Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-16T03:10:30.393Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-16T03:10:30.965Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-16T03:10:30.965Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-16T03:10:30.965Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-16T03:10:30.965Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-16T03:10:31.226Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-16T03:10:31.226Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T03:10:31.226Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T03:10:31.490Z] Selecting previously unselected package libexpat1:amd64. [2021-03-16T03:10:31.490Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-16T03:10:31.490Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-16T03:10:31.490Z] Selecting previously unselected package python3.6-minimal. [2021-03-16T03:10:31.490Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T03:10:31.490Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T03:10:31.753Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-16T03:10:32.014Z] Checking for services that may need to be restarted...done. [2021-03-16T03:10:32.014Z] Checking for services that may need to be restarted...done. [2021-03-16T03:10:32.014Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T03:10:32.014Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-16T03:10:32.014Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T03:10:32.586Z] Selecting previously unselected package python3-minimal. [2021-03-16T03:10:32.586Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-16T03:10:32.586Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-16T03:10:32.586Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-16T03:10:32.586Z] Selecting previously unselected package mime-support. [2021-03-16T03:10:32.586Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-16T03:10:32.586Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-16T03:10:32.848Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-16T03:10:32.848Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-16T03:10:32.848Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-16T03:10:32.848Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-16T03:10:32.848Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T03:10:32.848Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T03:10:33.418Z] Selecting previously unselected package python3.6. [2021-03-16T03:10:33.419Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T03:10:33.419Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T03:10:33.991Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-16T03:10:33.992Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-16T03:10:33.992Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-16T03:10:34.254Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-16T03:10:35.195Z] Selecting previously unselected package python3. [2021-03-16T03:10:35.195Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-16T03:10:35.195Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-16T03:10:35.195Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-16T03:10:35.195Z] Selecting previously unselected package multiarch-support. [2021-03-16T03:10:35.195Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T03:10:35.195Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-16T03:10:35.195Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-16T03:10:35.195Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-16T03:10:35.195Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-16T03:10:35.195Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-16T03:10:35.195Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-16T03:10:35.195Z] Selecting previously unselected package libbsd0:amd64. [2021-03-16T03:10:35.195Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-16T03:10:35.195Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-16T03:10:35.456Z] Selecting previously unselected package sudo. [2021-03-16T03:10:35.456Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-16T03:10:35.456Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-16T03:10:35.456Z] Selecting previously unselected package apparmor. [2021-03-16T03:10:35.456Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-16T03:10:35.456Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-16T03:10:35.717Z] Selecting previously unselected package libedit2:amd64. [2021-03-16T03:10:35.717Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-16T03:10:35.717Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-16T03:10:35.717Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-16T03:10:35.717Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T03:10:35.717Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T03:10:35.977Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-16T03:10:35.977Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T03:10:35.977Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T03:10:35.977Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-16T03:10:35.977Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-16T03:10:35.977Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-16T03:10:36.238Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-16T03:10:36.238Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T03:10:36.238Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T03:10:36.238Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-16T03:10:36.238Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T03:10:36.238Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T03:10:36.238Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-16T03:10:36.238Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-16T03:10:36.238Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-16T03:10:36.498Z] Selecting previously unselected package openssh-client. [2021-03-16T03:10:36.498Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-16T03:10:36.498Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-16T03:10:36.758Z] Selecting previously unselected package squashfs-tools. [2021-03-16T03:10:36.758Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-16T03:10:36.758Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-16T03:10:37.019Z] Selecting previously unselected package snapd. [2021-03-16T03:10:37.019Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-16T03:10:37.019Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-16T03:10:38.929Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-16T03:10:38.929Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-16T03:10:38.929Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-16T03:10:39.190Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-16T03:10:39.190Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-16T03:10:39.190Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T03:10:39.190Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T03:10:39.450Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-16T03:10:39.450Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-16T03:10:40.923Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-16T03:10:41.185Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-16T03:10:41.185Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-16T03:10:41.185Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T03:10:41.447Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T03:10:41.447Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T03:10:42.022Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-16T03:10:42.022Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T03:10:42.022Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-16T03:10:42.022Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-16T03:10:42.022Z] running python rtupdate hooks for python3.6... [2021-03-16T03:10:42.022Z] running python post-rtupdate hooks for python3.6... [2021-03-16T03:10:42.283Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-16T03:10:43.667Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-16T03:10:43.667Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T03:10:43.667Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-16T03:10:43.667Z] Setting up snapd (2.48.3+18.04) ... [2021-03-16T03:10:44.236Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-16T03:10:44.236Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-16T03:10:44.496Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-16T03:10:44.496Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-16T03:10:44.757Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-16T03:10:44.757Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-16T03:10:45.019Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-16T03:10:45.019Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-16T03:10:45.280Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-16T03:10:45.540Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-16T03:10:45.540Z] /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-16T03:10:45.540Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T03:10:45.540Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-16T03:10:46.927Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-16T03:10:46.927Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-16T03:10:46.927Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-16T03:10:47.188Z] Fetched 88.7 kB in 1s (166 kB/s) [2021-03-16T03:10:48.130Z] Reading package lists... [2021-03-16T03:10:48.130Z] Reading package lists... [2021-03-16T03:10:48.392Z] Building dependency tree... [2021-03-16T03:10:48.392Z] Reading state information... [2021-03-16T03:10:48.392Z] Calculating upgrade... [2021-03-16T03:10:48.392Z] The following packages will be upgraded: [2021-03-16T03:10:48.392Z] advancecomp base-files bash binutils binutils-common [2021-03-16T03:10:48.392Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-16T03:10:48.392Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-16T03:10:48.392Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-16T03:10:48.392Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-16T03:10:48.392Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-16T03:10:48.392Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-16T03:10:48.392Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-16T03:10:48.392Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-16T03:10:48.392Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-16T03:10:48.392Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-16T03:10:48.392Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-16T03:10:48.392Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-16T03:10:48.392Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-16T03:10:48.392Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-16T03:10:48.653Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-16T03:10:48.653Z] Need to get 63.8 MB of archives. [2021-03-16T03:10:48.653Z] After this operation, 5206 kB of additional disk space will be used. [2021-03-16T03:10:48.653Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-137.141 [1005 kB] [2021-03-16T03:10:48.653Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-16T03:10:49.223Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-16T03:10:49.223Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-16T03:10:49.223Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-16T03:10:49.223Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-16T03:10:49.223Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-16T03:10:49.223Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-16T03:10:49.223Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-16T03:10:49.223Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-16T03:10:49.223Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-16T03:10:49.483Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-16T03:10:49.483Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-16T03:10:49.483Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-16T03:10:49.483Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-16T03:10:49.483Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-16T03:10:49.483Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-16T03:10:49.483Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-16T03:10:49.483Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-16T03:10:49.483Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-16T03:10:49.483Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-16T03:10:49.483Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-16T03:10:49.483Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-16T03:10:49.743Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-16T03:10:49.743Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-16T03:10:49.743Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-16T03:10:49.743Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-16T03:10:49.743Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-16T03:10:49.743Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-16T03:10:49.743Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-16T03:10:49.743Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-16T03:10:49.743Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-16T03:10:49.743Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-16T03:10:49.743Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-16T03:10:49.743Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-16T03:10:49.743Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-16T03:10:49.743Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-16T03:10:49.743Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-16T03:10:49.743Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-16T03:10:49.743Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-16T03:10:49.743Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-16T03:10:49.743Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-16T03:10:49.743Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-16T03:10:49.743Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-16T03:10:49.743Z] Get:45 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-16T03:10:49.743Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-16T03:10:49.743Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-16T03:10:49.743Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-16T03:10:49.743Z] Get:49 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-16T03:10:49.743Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-16T03:10:49.743Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-16T03:10:50.003Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-16T03:10:50.003Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-16T03:10:50.003Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-16T03:10:50.003Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-16T03:10:50.003Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-16T03:10:50.003Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-16T03:10:50.003Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-16T03:10:50.003Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-16T03:10:50.003Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-16T03:10:50.003Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-16T03:10:50.003Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-16T03:10:50.003Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-16T03:10:50.003Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-16T03:10:50.003Z] Get:65 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-16T03:10:50.003Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-16T03:10:50.003Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-16T03:10:50.003Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-16T03:10:50.003Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-16T03:10:50.003Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-16T03:10:50.003Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-16T03:10:50.003Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-16T03:10:50.003Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-16T03:10:50.003Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-16T03:10:50.262Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-16T03:10:50.262Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-16T03:10:50.262Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-16T03:10:50.262Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-16T03:10:50.262Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-16T03:10:50.262Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-16T03:10:50.262Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-16T03:10:50.262Z] Get:82 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-16T03:10:50.262Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-16T03:10:50.262Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-16T03:10:50.523Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-16T03:10:50.523Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-16T03:10:50.523Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-16T03:10:50.523Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-16T03:10:50.523Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-16T03:10:50.523Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-16T03:10:50.783Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-16T03:10:51.044Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-16T03:10:51.307Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-16T03:10:51.307Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-16T03:10:51.879Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-16T03:10:51.879Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-16T03:10:51.879Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-16T03:10:51.879Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-16T03:10:51.879Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-16T03:10:51.879Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T03:10:51.879Z] Fetched 63.8 MB in 3s (19.1 MB/s) [2021-03-16T03:10:52.140Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:10:52.140Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T03:10:52.140Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T03:10:52.711Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T03:10:52.711Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T03:10:52.711Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-137.141_amd64.deb ... [2021-03-16T03:10:52.711Z] Unpacking linux-libc-dev:amd64 (4.15.0-137.141) over (4.15.0-20.21) ... [2021-03-16T03:10:53.655Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T03:10:53.655Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T03:10:53.655Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T03:10:53.655Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T03:10:53.915Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T03:10:53.915Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T03:10:53.915Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T03:10:53.915Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T03:10:54.176Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T03:10:54.176Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T03:10:54.176Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T03:10:54.176Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T03:10:54.437Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T03:10:54.437Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T03:10:54.437Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T03:10:54.437Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T03:10:54.437Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T03:10:54.697Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-16T03:10:54.697Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-16T03:10:54.697Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T03:10:54.697Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T03:10:54.697Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T03:10:54.758Z] ---> 88de175a607c [2021-03-16T03:10:54.758Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-16T03:10:54.758Z] ---> 7e34b84e2053 [2021-03-16T03:10:54.758Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-16T03:10:54.758Z] ---> 7ff016bf88b0 [2021-03-16T03:10:54.758Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-16T03:10:54.758Z] ---> Running in 44da5c9537a9 [2021-03-16T03:10:54.758Z] ---> a2c93e6044f2 [2021-03-16T03:10:54.758Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-16T03:10:54.758Z] ---> 14ecd1806e42 [2021-03-16T03:10:54.758Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-16T03:10:54.758Z] ---> Running in 20aa9687dfa2 [2021-03-16T03:10:54.758Z] ---> Running in df6d3534fd37 [2021-03-16T03:10:54.758Z] ---> Running in 3e6e5c38612c [2021-03-16T03:10:54.758Z] ---> Running in 0907f4ddc543 [2021-03-16T03:10:54.957Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T03:10:54.957Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T03:10:54.957Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T03:10:54.957Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T03:10:55.218Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T03:10:55.218Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T03:10:55.218Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T03:10:55.478Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T03:10:56.050Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-16T03:10:56.311Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T03:10:56.311Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-16T03:10:56.311Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-16T03:10:56.311Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-16T03:10:56.311Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-16T03:10:56.573Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-16T03:10:56.573Z] Installing new version of config file /etc/issue ... [2021-03-16T03:10:56.573Z] Installing new version of config file /etc/issue.net ... [2021-03-16T03:10:56.573Z] Installing new version of config file /etc/lsb-release ... [2021-03-16T03:10:56.573Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-16T03:10:56.748Z] 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-16T03:10:56.748Z] 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-16T03:10:56.835Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-16T03:10:56.835Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-16T03:10:56.835Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-16T03:10:57.023Z] 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-16T03:10:57.023Z] 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-16T03:10:57.097Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:10:57.098Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-16T03:10:57.098Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-16T03:10:57.098Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-16T03:10:57.098Z] 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-16T03:10:57.306Z] 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-16T03:10:57.358Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:10:57.358Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T03:10:57.358Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-16T03:10:57.358Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-16T03:10:57.358Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:10:57.358Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-16T03:10:57.619Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-16T03:10:57.619Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-16T03:10:57.619Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:10:57.619Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-16T03:10:57.880Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-16T03:10:58.141Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-16T03:10:58.141Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:10:58.141Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T03:10:58.141Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T03:10:58.402Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-16T03:10:58.402Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:10:58.402Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T03:10:58.402Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T03:10:58.973Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-16T03:10:59.234Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:10:59.234Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-16T03:10:59.497Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-16T03:11:00.068Z] Setting up grep (3.1-2build1) ... [2021-03-16T03:11:00.068Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:00.068Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-16T03:11:00.068Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-16T03:11:00.328Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-16T03:11:00.328Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:00.328Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T03:11:00.328Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T03:11:00.589Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-16T03:11:00.589Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:00.589Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-16T03:11:00.589Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T03:11:01.161Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-16T03:11:01.161Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T03:11:01.161Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-16T03:11:01.423Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T03:11:01.996Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-16T03:11:01.996Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:01.996Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-16T03:11:01.996Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T03:11:02.942Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-16T03:11:02.942Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-16T03:11:03.202Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-16T03:11:03.202Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-16T03:11:03.202Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-16T03:11:03.463Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:03.463Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-16T03:11:03.463Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-16T03:11:03.724Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-16T03:11:03.724Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:03.724Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T03:11:03.724Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T03:11:03.989Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T03:11:03.989Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:03.989Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T03:11:03.989Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T03:11:03.989Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T03:11:04.250Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:04.251Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T03:11:04.251Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T03:11:04.251Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T03:11:04.511Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:04.511Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T03:11:04.511Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T03:11:04.511Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T03:11:04.771Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:04.771Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T03:11:04.771Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T03:11:04.771Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T03:11:04.771Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T03:11:05.036Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-16T03:11:05.036Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:05.036Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T03:11:05.036Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T03:11:05.296Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-16T03:11:05.296Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:05.296Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T03:11:05.296Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T03:11:05.296Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T03:11:05.557Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:05.557Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T03:11:05.557Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T03:11:05.557Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-16T03:11:05.817Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:05.817Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T03:11:05.817Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T03:11:06.395Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-16T03:11:06.395Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-16T03:11:06.656Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-16T03:11:06.917Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:06.917Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T03:11:06.917Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T03:11:07.180Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-16T03:11:07.180Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:07.180Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-16T03:11:07.180Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T03:11:07.442Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-16T03:11:07.442Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:11:07.442Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-16T03:11:07.702Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-16T03:11:07.702Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-16T03:11:07.963Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:11:07.963Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-16T03:11:07.963Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-16T03:11:07.963Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-16T03:11:08.227Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:11:08.227Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-16T03:11:08.227Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-16T03:11:08.227Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-16T03:11:08.487Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:11:08.487Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-16T03:11:08.487Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T03:11:08.487Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T03:11:08.748Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:11:08.748Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-16T03:11:08.748Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T03:11:08.748Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T03:11:09.009Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:11:09.009Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-16T03:11:09.009Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T03:11:09.269Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T03:11:09.529Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:11:09.529Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T03:11:09.529Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T03:11:09.529Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-16T03:11:09.529Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T03:11:09.790Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T03:11:09.790Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T03:11:09.790Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-16T03:11:10.051Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:11:10.051Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-16T03:11:10.051Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-16T03:11:10.051Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-16T03:11:10.314Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:11:10.314Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-16T03:11:10.314Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T03:11:10.314Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T03:11:10.576Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:11:10.576Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T03:11:10.576Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T03:11:10.835Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-16T03:11:10.835Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:11:10.835Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-16T03:11:10.835Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-16T03:11:11.096Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-16T03:11:11.096Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:11:11.096Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-16T03:11:11.096Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-16T03:11:11.667Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-16T03:11:11.667Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:11:11.667Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T03:11:11.667Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T03:11:11.928Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-16T03:11:11.928Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:11:11.928Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-16T03:11:12.188Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-16T03:11:12.448Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-16T03:11:12.448Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:11:12.448Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-16T03:11:12.448Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-16T03:11:12.708Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-16T03:11:12.708Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:11:12.708Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-16T03:11:12.708Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-16T03:11:12.969Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-16T03:11:12.969Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:11:12.969Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-16T03:11:12.969Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-16T03:11:13.230Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-16T03:11:13.230Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:11:13.230Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-16T03:11:13.230Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-16T03:11:13.490Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-16T03:11:14.061Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:11:14.061Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-16T03:11:14.323Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-16T03:11:14.584Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-16T03:11:14.584Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-16T03:11:14.584Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-16T03:11:14.584Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-16T03:11:15.153Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-16T03:11:15.414Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-16T03:11:16.003Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-16T03:11:16.003Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-16T03:11:16.003Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-16T03:11:16.003Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-16T03:11:16.314Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-16T03:11:16.314Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-16T03:11:16.314Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-16T03:11:16.314Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-16T03:11:16.314Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-16T03:11:16.599Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-16T03:11:16.599Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-16T03:11:16.599Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-16T03:11:16.599Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-16T03:11:16.916Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-16T03:11:16.916Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-16T03:11:16.916Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-16T03:11:16.916Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-16T03:11:16.916Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-16T03:11:17.303Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-16T03:11:17.303Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-16T03:11:17.971Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-16T03:11:17.971Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-16T03:11:18.232Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-16T03:11:18.232Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-16T03:11:18.232Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T03:11:18.232Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T03:11:18.492Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T03:11:18.753Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T03:11:18.753Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T03:11:18.753Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T03:11:18.753Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T03:11:19.012Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T03:11:19.012Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T03:11:19.012Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T03:11:19.273Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T03:11:19.273Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T03:11:19.273Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T03:11:19.273Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T03:11:19.533Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T03:11:19.533Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T03:11:20.471Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T03:11:20.471Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T03:11:21.041Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T03:11:21.041Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T03:11:21.981Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T03:11:21.981Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T03:11:21.981Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T03:11:22.241Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T03:11:23.182Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T03:11:23.182Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T03:11:23.182Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-16T03:11:23.182Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-16T03:11:23.182Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-16T03:11:23.182Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-16T03:11:23.443Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-16T03:11:23.443Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-16T03:11:23.443Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-16T03:11:23.704Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-16T03:11:23.704Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-16T03:11:23.704Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-16T03:11:23.704Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-16T03:11:23.964Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-16T03:11:23.964Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-16T03:11:23.964Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-16T03:11:24.225Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T03:11:24.225Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-16T03:11:24.225Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T03:11:24.225Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T03:11:24.225Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T03:11:24.225Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-16T03:11:24.225Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-16T03:11:24.225Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-16T03:11:24.484Z] [2021-03-16T03:11:24.484Z] Current default time zone: 'Etc/UTC' [2021-03-16T03:11:24.484Z] Local time is now: Tue Mar 16 03:11:24 UTC 2021. [2021-03-16T03:11:24.484Z] Universal Time is now: Tue Mar 16 03:11:24 UTC 2021. [2021-03-16T03:11:24.484Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-16T03:11:24.484Z] [2021-03-16T03:11:24.484Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-16T03:11:24.484Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T03:11:24.485Z] Setting up linux-libc-dev:amd64 (4.15.0-137.141) ... [2021-03-16T03:11:24.485Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-16T03:11:24.485Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-16T03:11:24.485Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-16T03:11:24.485Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-16T03:11:24.744Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-16T03:11:24.744Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-16T03:11:24.744Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-16T03:11:24.744Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T03:11:24.744Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-16T03:11:25.009Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T03:11:25.009Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-16T03:11:25.009Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T03:11:25.009Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-16T03:11:25.009Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-16T03:11:25.009Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-16T03:11:25.009Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-16T03:11:25.009Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-16T03:11:25.009Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-16T03:11:25.269Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-16T03:11:25.269Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-16T03:11:27.182Z] Updating certificates in /etc/ssl/certs... [2021-03-16T03:11:27.753Z] 23 added, 27 removed; done. [2021-03-16T03:11:27.753Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-16T03:11:27.753Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T03:11:27.753Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-16T03:11:27.753Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-16T03:11:28.014Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-16T03:11:28.014Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T03:11:28.014Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-16T03:11:28.014Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T03:11:28.014Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T03:11:28.014Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T03:11:28.014Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T03:11:28.281Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T03:11:28.281Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-16T03:11:28.281Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-16T03:11:28.281Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-16T03:11:28.281Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-16T03:11:28.281Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-16T03:11:28.281Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T03:11:28.281Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T03:11:28.281Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-16T03:11:28.560Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-16T03:11:28.560Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-16T03:11:28.560Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-16T03:11:28.560Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-16T03:11:28.822Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-16T03:11:28.822Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-16T03:11:28.822Z] Updating certificates in /etc/ssl/certs... [2021-03-16T03:11:29.411Z] 0 added, 0 removed; done. [2021-03-16T03:11:29.411Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-16T03:11:29.411Z] done. [2021-03-16T03:11:29.687Z] Reading package lists... [2021-03-16T03:11:29.948Z] Building dependency tree... [2021-03-16T03:11:29.948Z] Reading state information... [2021-03-16T03:11:29.948Z] The following NEW packages will be installed: [2021-03-16T03:11:29.948Z] apt-transport-https [2021-03-16T03:11:30.209Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-16T03:11:30.209Z] Need to get 1696 B of archives. [2021-03-16T03:11:30.209Z] After this operation, 153 kB of additional disk space will be used. [2021-03-16T03:11:30.209Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-16T03:11:30.209Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T03:11:30.209Z] Fetched 1696 B in 0s (9149 B/s) [2021-03-16T03:11:30.209Z] Selecting previously unselected package apt-transport-https. [2021-03-16T03:11:30.468Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-16T03:11:30.468Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-16T03:11:30.468Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-16T03:11:30.468Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-16T03:11:30.731Z] Waiting for network to be ready... [2021-03-16T03:11:36.016Z] 2021-03-16T03:11:33Z INFO Waiting for automatic snapd restart... [2021-03-16T03:11:36.276Z] snapd 2.49 from Canonical* installed [2021-03-16T03:11:37.220Z] "snapd" switched to the "latest/stable" channel [2021-03-16T03:11:37.220Z] [2021-03-16T03:11:40.524Z] core18 20210128 from Canonical* installed [2021-03-16T03:11:40.524Z] "core18" switched to the "latest/stable" channel [2021-03-16T03:11:40.524Z] [2021-03-16T03:11:43.820Z] snapcraft 4.5.4 from Canonical* installed [2021-03-16T03:11:44.080Z] "snapcraft" switched to the "latest/stable" channel [2021-03-16T03:11:44.080Z] [2021-03-16T03:11:48.280Z] 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-16T03:11:48.280Z] - README.md [2021-03-16T03:11:48.280Z] [2021-03-16T03:11:48.280Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-16T03:11:54.856Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T03:11:54.856Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-16T03:11:54.856Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-16T03:11:54.856Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-16T03:11:55.431Z] Reading package lists... [2021-03-16T03:11:55.691Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-16T03:12:02.275Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T03:12:02.275Z] Reading package lists... [2021-03-16T03:12:02.275Z] Building dependency tree... [2021-03-16T03:12:02.275Z] Reading state information... [2021-03-16T03:12:02.275Z] Suggested packages: [2021-03-16T03:12:02.275Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-16T03:12:02.275Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-16T03:12:02.275Z] Recommended packages: [2021-03-16T03:12:02.275Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-16T03:12:02.275Z] The following NEW packages will be installed: [2021-03-16T03:12:02.275Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-16T03:12:02.275Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-16T03:12:02.275Z] pkg-config zip [2021-03-16T03:12:02.858Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-16T03:12:02.858Z] Need to get 7657 kB of archives. [2021-03-16T03:12:02.858Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-16T03:12:02.858Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-16T03:12:02.858Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-16T03:12:02.858Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-16T03:12:02.858Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-16T03:12:03.129Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-16T03:12:03.129Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-16T03:12:03.129Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-16T03:12:03.129Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-16T03:12:03.129Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-16T03:12:03.129Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-16T03:12:03.402Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-16T03:12:03.402Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-16T03:12:03.402Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-16T03:12:03.672Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-16T03:12:03.672Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-16T03:12:03.940Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T03:12:03.940Z] Fetched 7657 kB in 2s (4694 kB/s) [2021-03-16T03:12:03.940Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-16T03:12:03.940Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-16T03:12:03.940Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-16T03:12:03.940Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-16T03:12:04.204Z] Selecting previously unselected package libpsl5:amd64. [2021-03-16T03:12:04.204Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-16T03:12:04.204Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-16T03:12:04.204Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-16T03:12:04.204Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-16T03:12:04.204Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-16T03:12:04.204Z] Selecting previously unselected package librtmp1:amd64. [2021-03-16T03:12:04.204Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-16T03:12:04.466Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-16T03:12:04.466Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-16T03:12:04.466Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-16T03:12:04.466Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-16T03:12:04.466Z] Selecting previously unselected package liberror-perl. [2021-03-16T03:12:04.466Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-16T03:12:04.466Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-16T03:12:04.466Z] Selecting previously unselected package git-man. [2021-03-16T03:12:04.466Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-16T03:12:04.466Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-16T03:12:04.735Z] Selecting previously unselected package git. [2021-03-16T03:12:04.735Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-16T03:12:04.735Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-16T03:12:05.674Z] Selecting previously unselected package libnorm1:amd64. [2021-03-16T03:12:05.674Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-16T03:12:05.674Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-16T03:12:05.674Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-16T03:12:05.674Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-16T03:12:05.674Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-16T03:12:05.674Z] Selecting previously unselected package libsodium23:amd64. [2021-03-16T03:12:05.674Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-16T03:12:05.674Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-16T03:12:05.935Z] Selecting previously unselected package libzmq5:amd64. [2021-03-16T03:12:05.935Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-16T03:12:05.935Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T03:12:05.935Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-16T03:12:05.935Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-16T03:12:05.935Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T03:12:06.195Z] Selecting previously unselected package pkg-config. [2021-03-16T03:12:06.195Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-16T03:12:06.195Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-16T03:12:06.195Z] Selecting previously unselected package zip. [2021-03-16T03:12:06.195Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-16T03:12:06.195Z] Unpacking zip (3.0-11build1) ... [2021-03-16T03:12:06.195Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-16T03:12:06.195Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-16T03:12:06.457Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-16T03:12:06.457Z] Setting up liberror-perl (0.17025-1) ... [2021-03-16T03:12:06.457Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-16T03:12:06.457Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-16T03:12:06.457Z] No schema files found: doing nothing. [2021-03-16T03:12:06.457Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-16T03:12:06.457Z] Setting up zip (3.0-11build1) ... [2021-03-16T03:12:06.457Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-16T03:12:06.457Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-16T03:12:06.457Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-16T03:12:06.717Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T03:12:06.717Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-16T03:12:06.717Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T03:12:06.717Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-16T03:12:06.717Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-16T03:12:13.296Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T03:12:13.296Z] git set to automatically installed. [2021-03-16T03:12:13.297Z] git-man set to automatically installed. [2021-03-16T03:12:13.297Z] libcurl3-gnutls set to automatically installed. [2021-03-16T03:12:13.297Z] liberror-perl set to automatically installed. [2021-03-16T03:12:13.297Z] libglib2.0-0 set to automatically installed. [2021-03-16T03:12:13.297Z] libnghttp2-14 set to automatically installed. [2021-03-16T03:12:13.297Z] libnorm1 set to automatically installed. [2021-03-16T03:12:13.297Z] libpgm-5.2-0 set to automatically installed. [2021-03-16T03:12:13.297Z] libpsl5 set to automatically installed. [2021-03-16T03:12:13.297Z] librtmp1 set to automatically installed. [2021-03-16T03:12:13.297Z] libsodium23 set to automatically installed. [2021-03-16T03:12:13.297Z] libzmq3-dev set to automatically installed. [2021-03-16T03:12:13.297Z] libzmq5 set to automatically installed. [2021-03-16T03:12:13.297Z] pkg-config set to automatically installed. [2021-03-16T03:12:13.297Z] zip set to automatically installed. [2021-03-16T03:12:15.213Z] snapd is not logged in, snap install commands will use sudo [2021-03-16T03:12:21.802Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T03:12:21.802Z] snap "core18" has no updates available [2021-03-16T03:12:22.746Z] snapd is not logged in, snap install commands will use sudo [2021-03-16T03:12:29.368Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T03:12:34.149Z] 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-16T03:12:52.467Z] Removing intermediate container df6d3534fd37 [2021-03-16T03:12:52.467Z] ---> 15e810298927 [2021-03-16T03:12:52.467Z] [2021-03-16T03:12:52.467Z] Step 10/21 : FROM alpine:3.12 [2021-03-16T03:12:52.467Z] 3.12: Pulling from library/alpine [2021-03-16T03:12:52.467Z] Removing intermediate container 3e6e5c38612c [2021-03-16T03:12:52.467Z] ---> 04d8860fadcb [2021-03-16T03:12:52.467Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-16T03:12:52.467Z] ---> Running in 6a76c4f282d0 [2021-03-16T03:12:52.751Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T03:12:52.751Z] Status: Downloaded newer image for alpine:3.12 [2021-03-16T03:12:52.751Z] ---> d10569e2745f [2021-03-16T03:12:52.751Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-16T03:12:53.350Z] ---> Running in ceeebbce7976 [2021-03-16T03:12:53.633Z] 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-16T03:12:55.081Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:12:55.358Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:12:55.957Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-16T03:12:55.957Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T03:12:55.957Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-16T03:12:55.957Z] (4/4) Installing curl (7.69.1-r3) [2021-03-16T03:12:56.218Z] go (1.15/stable) 1.15.9 from Michael Hudson-Doyle (mwhudson) installed [2021-03-16T03:12:56.218Z] Pulling config-common [2021-03-16T03:12:56.218Z] + snapcraftctl pull [2021-03-16T03:12:56.218Z] Pulling go-build-helper [2021-03-16T03:12:56.218Z] + snapcraftctl pull [2021-03-16T03:12:56.218Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-03-16T03:12:56.218Z] Skipping pull go-build-helper (already ran) [2021-03-16T03:12:56.218Z] Building go-build-helper [2021-03-16T03:12:56.218Z] + snapcraftctl build [2021-03-16T03:12:56.250Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:12:56.250Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T03:12:56.522Z] OK: 7 MiB in 18 packages [2021-03-16T03:12:58.129Z] Staging go-build-helper [2021-03-16T03:12:58.129Z] + snapcraftctl stage [2021-03-16T03:13:02.057Z] Removing intermediate container 6a76c4f282d0 [2021-03-16T03:13:02.057Z] ---> 239e72c044cc [2021-03-16T03:13:02.057Z] [2021-03-16T03:13:02.057Z] Step 11/26 : FROM docker:20.10.0 [2021-03-16T03:13:02.057Z] Removing intermediate container ceeebbce7976 [2021-03-16T03:13:02.057Z] ---> aa17d1854d76 [2021-03-16T03:13:02.057Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T03:13:02.057Z] 20.10.0: Pulling from library/docker [2021-03-16T03:13:02.329Z] Removing intermediate container 44da5c9537a9 [2021-03-16T03:13:02.329Z] ---> 6b5d2b3f2e13 [2021-03-16T03:13:02.329Z] [2021-03-16T03:13:02.329Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T03:13:02.601Z] ---> d10569e2745f [2021-03-16T03:13:02.601Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-16T03:13:02.601Z] ---> Running in 2667c6eccde4 [2021-03-16T03:13:03.197Z] Removing intermediate container 20aa9687dfa2 [2021-03-16T03:13:03.197Z] ---> fc11562887b9 [2021-03-16T03:13:03.197Z] [2021-03-16T03:13:03.197Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T03:13:03.197Z] ---> d10569e2745f [2021-03-16T03:13:03.197Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T03:13:03.197Z] ---> Running in a410ff65a890 [2021-03-16T03:13:04.167Z] ---> Running in c36f943e7ae2 [2021-03-16T03:13:04.167Z] Removing intermediate container 2667c6eccde4 [2021-03-16T03:13:04.167Z] ---> 6973bad870be [2021-03-16T03:13:04.167Z] Step 13/21 : WORKDIR /edgex [2021-03-16T03:13:04.771Z] Removing intermediate container 0907f4ddc543 [2021-03-16T03:13:04.771Z] ---> 695c835a35c6 [2021-03-16T03:13:04.771Z] [2021-03-16T03:13:04.771Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T03:13:04.771Z] ---> d10569e2745f [2021-03-16T03:13:04.771Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-16T03:13:04.771Z] ---> Running in 3cebdf01f490 [2021-03-16T03:13:04.771Z] ---> Running in 6d34461a874b [2021-03-16T03:13:05.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:13:05.760Z] Removing intermediate container 3cebdf01f490 [2021-03-16T03:13:05.760Z] ---> 3d8c05f9cfad [2021-03-16T03:13:05.760Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-16T03:13:06.037Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:13:06.310Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:13:06.310Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:13:06.583Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-16T03:13:06.583Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-16T03:13:06.583Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:13:06.856Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T03:13:06.856Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:13:07.131Z] OK: 6 MiB in 16 packages [2021-03-16T03:13:07.131Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-16T03:13:07.131Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:13:07.131Z] OK: 5 MiB in 15 packages [2021-03-16T03:13:07.131Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:13:07.797Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-16T03:13:07.797Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:13:07.797Z] ---> 73a9bf33c20d [2021-03-16T03:13:07.797Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-16T03:13:07.797Z] OK: 5 MiB in 15 packages [2021-03-16T03:13:08.119Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-16T03:13:08.119Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-16T03:13:08.119Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] [2021-03-16T03:13:08.119Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] [2021-03-16T03:13:08.119Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-16T03:13:08.119Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-16T03:13:08.119Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] [2021-03-16T03:13:08.119Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] [2021-03-16T03:13:08.119Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-16T03:13:08.119Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-16T03:13:08.119Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-16T03:13:08.119Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-16T03:13:08.119Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-16T03:13:08.119Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-16T03:13:08.119Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-16T03:13:08.119Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-16T03:13:08.119Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-16T03:13:08.119Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-16T03:13:08.119Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-16T03:13:08.119Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] [2021-03-16T03:13:08.119Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] [2021-03-16T03:13:08.119Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-16T03:13:08.119Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-16T03:13:08.119Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] [2021-03-16T03:13:08.119Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] [2021-03-16T03:13:08.119Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-16T03:13:08.119Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-16T03:13:08.119Z] Fetched 24.1 MB in 0s (0 B/s) [2021-03-16T03:13:08.119Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-16T03:13:08.119Z] Fetched 224 kB in 0s (0 B/s) [2021-03-16T03:13:08.119Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-16T03:13:08.119Z] Fetched 157 kB in 0s (0 B/s) [2021-03-16T03:13:08.119Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-16T03:13:08.119Z] Fetched 221 kB in 0s (0 B/s) [2021-03-16T03:13:08.119Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-16T03:13:08.119Z] Fetched 143 kB in 0s (0 B/s) [2021-03-16T03:13:08.119Z] Pulling edgex-go [2021-03-16T03:13:08.119Z] + snapcraftctl pull [2021-03-16T03:13:10.002Z] Removing intermediate container c36f943e7ae2 [2021-03-16T03:13:10.002Z] ---> 7c2dd6d7f492 [2021-03-16T03:13:10.002Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T03:13:11.446Z] Removing intermediate container 6d34461a874b [2021-03-16T03:13:11.446Z] ---> 4a6621f48511 [2021-03-16T03:13:11.446Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T03:13:11.446Z] ---> Running in 28e521863b98 [2021-03-16T03:13:11.446Z] Removing intermediate container a410ff65a890 [2021-03-16T03:13:11.446Z] ---> f7c0b941bc1b [2021-03-16T03:13:11.446Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T03:13:11.446Z] ---> f4c0c1829cbd [2021-03-16T03:13:11.446Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-16T03:13:12.042Z] ---> Running in a45c49b8f1e6 [2021-03-16T03:13:12.042Z] ---> Running in d44133149005 [2021-03-16T03:13:12.042Z] Removing intermediate container 28e521863b98 [2021-03-16T03:13:12.042Z] ---> 6663b996770e [2021-03-16T03:13:12.042Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-16T03:13:12.640Z] ---> Running in c73de029a22a [2021-03-16T03:13:12.912Z] Removing intermediate container d44133149005 [2021-03-16T03:13:12.912Z] ---> 1e28a09da229 [2021-03-16T03:13:12.912Z] Step 13/22 : ENV APP_PORT=48060Removing intermediate container a45c49b8f1e6 [2021-03-16T03:13:12.912Z] ---> 696a09352563 [2021-03-16T03:13:12.912Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-16T03:13:12.912Z] [2021-03-16T03:13:13.523Z] ---> Running in d150342e5e4e [2021-03-16T03:13:13.523Z] ---> Running in 12733127aa72 [2021-03-16T03:13:13.802Z] ---> e521e5a19739 [2021-03-16T03:13:13.802Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-16T03:13:13.802Z] Removing intermediate container c73de029a22a [2021-03-16T03:13:13.802Z] ---> 812bff64d4d3 [2021-03-16T03:13:13.802Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T03:13:14.076Z] ---> Running in c00d2bd4b5f2 [2021-03-16T03:13:14.076Z] ---> Running in 80888ccd06fc [2021-03-16T03:13:14.360Z] Removing intermediate container 12733127aa72 [2021-03-16T03:13:14.360Z] ---> ec2cded9d684 [2021-03-16T03:13:14.360Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T03:13:14.360Z] Removing intermediate container d150342e5e4e [2021-03-16T03:13:14.360Z] ---> eb9313da27f9 [2021-03-16T03:13:14.360Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T03:13:14.636Z] ---> Running in b80f107e48ae [2021-03-16T03:13:14.636Z] ---> Running in e3fc266b6c85 [2021-03-16T03:13:14.910Z] Removing intermediate container 80888ccd06fc [2021-03-16T03:13:14.910Z] ---> 8714b11ea59f [2021-03-16T03:13:14.910Z] Step 18/21 : CMD ["--init=true"] [2021-03-16T03:13:14.910Z] Removing intermediate container c00d2bd4b5f2 [2021-03-16T03:13:14.910Z] ---> cccf300da623 [2021-03-16T03:13:14.910Z] Step 15/23 : WORKDIR / [2021-03-16T03:13:15.186Z] ---> Running in e9a56b8e93ef [2021-03-16T03:13:15.186Z] ---> Running in 71740fc12430 [2021-03-16T03:13:15.463Z] Removing intermediate container b80f107e48ae [2021-03-16T03:13:15.463Z] ---> 810dc0d4e8d8 [2021-03-16T03:13:15.463Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T03:13:15.463Z] Removing intermediate container e3fc266b6c85 [2021-03-16T03:13:15.463Z] ---> 7cca7dd9bea0 [2021-03-16T03:13:15.463Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T03:13:15.739Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-16T03:13:15.739Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-16T03:13:15.739Z] ---> eeaf43b92773 [2021-03-16T03:13:15.739Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-16T03:13:16.016Z] Removing intermediate container 71740fc12430 [2021-03-16T03:13:16.016Z] ---> a75b64fd386d [2021-03-16T03:13:16.016Z] Step 19/21 : LABEL arch=arm64 [2021-03-16T03:13:16.016Z] ---> Running in d7ccbd5535e2 [2021-03-16T03:13:16.016Z] Removing intermediate container e9a56b8e93ef [2021-03-16T03:13:16.016Z] ---> 62dbdf23b6b0 [2021-03-16T03:13:16.016Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T03:13:16.292Z] ---> Running in f2bf35e1974f [2021-03-16T03:13:16.564Z] ---> 56c03007579d [2021-03-16T03:13:16.564Z] ---> 47699cd90378 [2021-03-16T03:13:16.564Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-16T03:13:16.564Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-16T03:13:17.168Z] Removing intermediate container f2bf35e1974f [2021-03-16T03:13:17.168Z] ---> c52d163e6857 [2021-03-16T03:13:17.168Z] Step 20/21 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 [2021-03-16T03:13:17.168Z] ---> Running in 2c48e8fc379b [2021-03-16T03:13:17.445Z] ---> 08c6ccb17bc5 [2021-03-16T03:13:17.445Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-16T03:13:18.057Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:13:18.057Z] Removing intermediate container 2c48e8fc379b [2021-03-16T03:13:18.057Z] ---> b0550e4dd876 [2021-03-16T03:13:18.057Z] Step 21/21 : LABEL version=0.0.0 [2021-03-16T03:13:18.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:13:18.934Z] ---> Running in 8786aa83531d [2021-03-16T03:13:18.934Z] (1/2) Installing readline (8.0.4-r0) [2021-03-16T03:13:18.934Z] (2/2) Installing bash (5.0.17-r0) [2021-03-16T03:13:18.934Z] ---> f3bb40d073af [2021-03-16T03:13:18.934Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-16T03:13:18.934Z] ---> 3665ad05ea87 [2021-03-16T03:13:18.934Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-16T03:13:19.207Z] Executing bash-5.0.17-r0.post-install [2021-03-16T03:13:19.207Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:13:19.207Z] OK: 12 MiB in 22 packages [2021-03-16T03:13:19.207Z] ---> 144284126b7b [2021-03-16T03:13:19.207Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-16T03:13:19.481Z] Removing intermediate container 8786aa83531d [2021-03-16T03:13:19.481Z] ---> d1096106e87a [2021-03-16T03:13:19.481Z] [2021-03-16T03:13:20.084Z] Successfully built d1096106e87a [2021-03-16T03:13:20.360Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-16T03:13:20.360Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-03-16T03:13:20.645Z] ---> d054fa8b93e3 [2021-03-16T03:13:20.645Z] ---> 3e7030aa1f63 [2021-03-16T03:13:20.645Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-16T03:13:20.645Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-16T03:13:20.645Z] ---> 67f62efd8753 [2021-03-16T03:13:20.645Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-16T03:13:20.918Z] ---> Running in 299770956d28 [2021-03-16T03:13:20.918Z] ---> Running in 2607bdea342f [2021-03-16T03:13:20.918Z] ---> Running in 531a410eccfb [2021-03-16T03:13:20.918Z] Removing intermediate container d7ccbd5535e2 [2021-03-16T03:13:20.918Z] ---> 1003ed0f2511 [2021-03-16T03:13:20.918Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-16T03:13:21.572Z] ---> Running in 6ef05a863a1d [2021-03-16T03:13:21.572Z] Removing intermediate container 299770956d28 [2021-03-16T03:13:21.572Z] ---> 850fd3404b52 [2021-03-16T03:13:21.572Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T03:13:21.844Z] Removing intermediate container 2607bdea342f [2021-03-16T03:13:21.844Z] ---> c03205c61b42 [2021-03-16T03:13:21.844Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Removing intermediate container 531a410eccfb [2021-03-16T03:13:21.844Z] ---> 3d843c4a02ac [2021-03-16T03:13:21.844Z] [2021-03-16T03:13:21.844Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T03:13:22.116Z] ---> Running in daf7f0c75b8a [2021-03-16T03:13:22.392Z] ---> Running in 3af15a41d138 [2021-03-16T03:13:22.392Z] ---> Running in 98387e58d2f4 [2021-03-16T03:13:22.392Z] Removing intermediate container 6ef05a863a1d [2021-03-16T03:13:22.392Z] ---> e248b83e3dd5 [2021-03-16T03:13:22.392Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-16T03:13:23.403Z] ---> Running in 1b4c6aba33eb [2021-03-16T03:13:23.403Z] Removing intermediate container daf7f0c75b8a [2021-03-16T03:13:23.403Z] ---> 1fa5ff69442d [2021-03-16T03:13:23.403Z] Step 20/22 : LABEL arch=arm64 [2021-03-16T03:13:24.013Z] Removing intermediate container 3af15a41d138 [2021-03-16T03:13:24.013Z] ---> ddf41d616256 [2021-03-16T03:13:24.013Z] Step 21/23 : LABEL arch=arm64 [2021-03-16T03:13:24.298Z] ---> Running in cb57e38a1837 [2021-03-16T03:13:24.582Z] Removing intermediate container 98387e58d2f4 [2021-03-16T03:13:24.582Z] ---> c011a57d1c60 [2021-03-16T03:13:24.582Z] Step 20/22 : LABEL arch=arm64 [2021-03-16T03:13:24.582Z] ---> Running in 35b8f211083c [2021-03-16T03:13:24.582Z] Removing intermediate container 1b4c6aba33eb [2021-03-16T03:13:24.582Z] ---> a87f8ffc6b92 [2021-03-16T03:13:24.582Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-16T03:13:24.858Z] ---> Running in f8502924a5af [2021-03-16T03:13:24.858Z] ---> Running in a612bc1a139c [2021-03-16T03:13:25.136Z] Removing intermediate container cb57e38a1837 [2021-03-16T03:13:25.136Z] ---> a0e08fefe462 [2021-03-16T03:13:25.136Z] Step 21/22 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 [2021-03-16T03:13:25.733Z] Removing intermediate container 35b8f211083c [2021-03-16T03:13:25.734Z] ---> d04873aeda1d [2021-03-16T03:13:25.734Z] Step 22/23 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 [2021-03-16T03:13:26.009Z] Removing intermediate container f8502924a5af [2021-03-16T03:13:26.009Z] ---> 189e9d9057e8 [2021-03-16T03:13:26.009Z] Step 21/22 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 [2021-03-16T03:13:26.294Z] ---> Running in 3fd54b8fce93 [2021-03-16T03:13:26.294Z] Removing intermediate container a612bc1a139c [2021-03-16T03:13:26.294Z] ---> 059fd1af7f5e [2021-03-16T03:13:26.294Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-16T03:13:26.581Z] ---> Running in d655b348eeca [2021-03-16T03:13:26.871Z] ---> Running in bae7140279c7 [2021-03-16T03:13:27.469Z] Removing intermediate container 3fd54b8fce93 [2021-03-16T03:13:27.469Z] ---> bd2355d6b6cd [2021-03-16T03:13:27.469Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T03:13:27.743Z] Removing intermediate container d655b348eeca [2021-03-16T03:13:27.743Z] ---> 374383279105 [2021-03-16T03:13:27.743Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T03:13:27.743Z] Removing intermediate container bae7140279c7 [2021-03-16T03:13:27.743Z] ---> edee70bde5f4 [2021-03-16T03:13:27.743Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T03:13:27.743Z] ---> Running in 447df0aa7f80 [2021-03-16T03:13:28.026Z] ---> 1c1dc8f23dec [2021-03-16T03:13:28.026Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-16T03:13:28.026Z] ---> Running in b7fdaaeca2ad [2021-03-16T03:13:28.026Z] ---> Running in a012bcdd1dad [2021-03-16T03:13:28.628Z] Removing intermediate container 447df0aa7f80 [2021-03-16T03:13:28.628Z] ---> 30f9e64d265d [2021-03-16T03:13:28.628Z] [2021-03-16T03:13:28.628Z] Removing intermediate container b7fdaaeca2ad [2021-03-16T03:13:28.628Z] ---> 1c0792ef379a [2021-03-16T03:13:28.628Z] [2021-03-16T03:13:28.904Z] Removing intermediate container a012bcdd1dad [2021-03-16T03:13:28.904Z] ---> d403f4b3769b [2021-03-16T03:13:28.904Z] [2021-03-16T03:13:29.184Z] Successfully built 30f9e64d265d [2021-03-16T03:13:29.184Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-16T03:13:29.184Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-03-16T03:13:29.457Z] Successfully built 1c0792ef379a [2021-03-16T03:13:29.457Z] ---> dac0885622b9 [2021-03-16T03:13:29.457Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-16T03:13:29.457Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-16T03:13:29.457Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-03-16T03:13:29.457Z] Successfully built d403f4b3769b [2021-03-16T03:13:29.457Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-16T03:13:29.729Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-03-16T03:13:30.081Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-16T03:13:30.081Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-16T03:13:30.081Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-16T03:13:30.081Z] Fetched 0 B in 0s (0 B/s) [2021-03-16T03:13:30.081Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-16T03:13:30.081Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-16T03:13:30.081Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-16T03:13:30.081Z] Fetched 279 kB in 0s (0 B/s) [2021-03-16T03:13:30.081Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-16T03:13:30.081Z] Fetched 122 kB in 0s (0 B/s) [2021-03-16T03:13:30.081Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-16T03:13:30.081Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-16T03:13:30.081Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-16T03:13:30.081Z] Fetched 8848 B in 0s (0 B/s) [2021-03-16T03:13:30.081Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-16T03:13:30.081Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-16T03:13:30.081Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-16T03:13:30.081Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-16T03:13:30.081Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-16T03:13:30.081Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-16T03:13:30.081Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-16T03:13:30.081Z] Fetched 214 kB in 0s (0 B/s) [2021-03-16T03:13:30.081Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-16T03:13:30.081Z] Fetched 154 kB in 0s (0 B/s) [2021-03-16T03:13:30.081Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-16T03:13:30.081Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-16T03:13:30.081Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-16T03:13:30.081Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-16T03:13:30.081Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-16T03:13:30.081Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-16T03:13:30.081Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-16T03:13:30.081Z] Fetched 499 kB in 0s (0 B/s) [2021-03-16T03:13:30.081Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-16T03:13:30.081Z] Fetched 111 kB in 0s (0 B/s) [2021-03-16T03:13:30.081Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-16T03:13:30.081Z] Fetched 240 kB in 0s (0 B/s) [2021-03-16T03:13:30.082Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-16T03:13:30.082Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-16T03:13:30.082Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-16T03:13:30.082Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-16T03:13:30.082Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-16T03:13:30.082Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-16T03:13:30.082Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-16T03:13:30.082Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-16T03:13:30.082Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-16T03:13:30.082Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-16T03:13:30.082Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-16T03:13:30.082Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-16T03:13:30.082Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-16T03:13:30.082Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-16T03:13:30.082Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-16T03:13:30.082Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-16T03:13:30.082Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-16T03:13:30.082Z] Fetched 8720 B in 0s (0 B/s) [2021-03-16T03:13:30.082Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-16T03:13:30.082Z] Fetched 137 kB in 0s (0 B/s) [2021-03-16T03:13:30.082Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-16T03:13:30.082Z] Fetched 119 kB in 0s (0 B/s) [2021-03-16T03:13:30.082Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-16T03:13:30.082Z] Fetched 109 kB in 0s (0 B/s) [2021-03-16T03:13:30.082Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-16T03:13:30.082Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-16T03:13:30.082Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-16T03:13:30.082Z] Fetched 645 kB in 0s (0 B/s) [2021-03-16T03:13:30.082Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-16T03:13:30.082Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-16T03:13:30.082Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-16T03:13:30.082Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-16T03:13:30.082Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-16T03:13:30.082Z] Fetched 368 kB in 0s (0 B/s) [2021-03-16T03:13:30.082Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-16T03:13:30.082Z] Fetched 187 kB in 0s (0 B/s) [2021-03-16T03:13:30.082Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-16T03:13:30.082Z] Fetched 175 kB in 0s (0 B/s) [2021-03-16T03:13:30.082Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-16T03:13:30.082Z] Fetched 206 kB in 0s (0 B/s) [2021-03-16T03:13:30.082Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-16T03:13:30.082Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-16T03:13:30.082Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-16T03:13:30.082Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-16T03:13:30.082Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-16T03:13:30.082Z] Fetched 159 kB in 0s (0 B/s) [2021-03-16T03:13:30.082Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-16T03:13:30.082Z] Fetched 107 kB in 0s (0 B/s) [2021-03-16T03:13:30.082Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-16T03:13:30.082Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-16T03:13:30.082Z] Pulling static-packages [2021-03-16T03:13:30.082Z] + snapcraftctl pull [2021-03-16T03:13:30.082Z] Pulling version [2021-03-16T03:13:30.082Z] + cd /root/project [2021-03-16T03:13:30.082Z] + [ -f VERSION ] [2021-03-16T03:13:30.082Z] + PROJECT_VERSION=local-dev [2021-03-16T03:13:30.082Z] + git rev-parse --short HEAD [2021-03-16T03:13:30.082Z] + GIT_REVISION=e937d701 [2021-03-16T03:13:30.082Z] + snapcraftctl set-version local-dev [2021-03-16T03:13:30.082Z] Building config-common [2021-03-16T03:13:30.082Z] + snapcraftctl build [2021-03-16T03:13:30.709Z] ---> 09d3f2aca8ed [2021-03-16T03:13:30.709Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-16T03:13:30.709Z] ---> Running in 980cb3cced5a [2021-03-16T03:13:31.465Z] Skipping build go-build-helper (already ran) [2021-03-16T03:13:31.465Z] Building edgex-go [2021-03-16T03:13:31.726Z] 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-16T03:13:31.726Z] + cd /root/parts/edgex-go/src [2021-03-16T03:13:31.726Z] + make build [2021-03-16T03:13:32.141Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:13:32.141Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:13:32.736Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-16T03:13:32.736Z] (2/33) Installing expat (2.2.9-r1) [2021-03-16T03:13:32.736Z] (3/33) Installing libffi (3.3-r2) [2021-03-16T03:13:32.736Z] (4/33) Installing gdbm (1.13-r1) [2021-03-16T03:13:32.736Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-16T03:13:32.736Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-16T03:13:32.736Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-16T03:13:34.267Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-16T03:13:34.268Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-16T03:13:34.268Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.49 [2021-03-16T03:13:34.268Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-16T03:13:34.268Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-16T03:13:34.268Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-16T03:13:34.268Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 [2021-03-16T03:13:34.268Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-16T03:13:34.268Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-16T03:13:34.268Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-16T03:13:34.268Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-16T03:13:34.268Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-16T03:13:34.268Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-16T03:13:34.268Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-16T03:13:34.268Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-16T03:13:34.268Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-16T03:13:34.528Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-16T03:13:34.528Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-16T03:13:34.528Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-16T03:13:34.528Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-16T03:13:34.528Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-16T03:13:34.714Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-16T03:13:34.714Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-16T03:13:34.714Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-16T03:13:34.714Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-16T03:13:34.714Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-16T03:13:34.714Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-16T03:13:34.714Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-16T03:13:34.714Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-16T03:13:34.714Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-16T03:13:34.714Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-16T03:13:34.786Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-16T03:13:34.786Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-16T03:13:34.786Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-16T03:13:34.786Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-16T03:13:34.992Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-16T03:13:34.992Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-16T03:13:34.992Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-16T03:13:34.992Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-16T03:13:34.992Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-16T03:13:34.992Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-16T03:13:34.992Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-16T03:13:34.992Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-16T03:13:34.992Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-16T03:13:34.992Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-16T03:13:34.992Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-16T03:13:34.992Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-16T03:13:35.046Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-16T03:13:35.046Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-16T03:13:35.046Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-16T03:13:35.046Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-16T03:13:35.268Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-16T03:13:35.268Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-16T03:13:35.268Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-16T03:13:35.268Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-16T03:13:35.268Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:13:35.268Z] OK: 71 MiB in 55 packages [2021-03-16T03:13:35.304Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-16T03:13:35.304Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-16T03:13:35.304Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-16T03:13:35.304Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-16T03:13:35.304Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-16T03:13:35.304Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-16T03:13:35.304Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-16T03:13:35.304Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-16T03:13:35.304Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-16T03:13:35.304Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-16T03:13:35.304Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-16T03:13:35.304Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-16T03:13:35.304Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-16T03:13:35.304Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-16T03:13:35.563Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-16T03:13:35.563Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-16T03:13:45.561Z] 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-16T03:13:45.561Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-16T03:13:47.715Z] Removing intermediate container 980cb3cced5a [2021-03-16T03:13:47.715Z] ---> b390f1035595 [2021-03-16T03:13:47.715Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-16T03:13:47.715Z] ---> Running in cb77a00d0dbd [2021-03-16T03:13:48.850Z] 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-16T03:13:50.236Z] 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-16T03:13:51.620Z] 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-16T03:13:52.190Z] 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-16T03:13:52.190Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-16T03:13:52.449Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-16T03:13:52.449Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-16T03:13:52.449Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-16T03:13:54.356Z] 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-16T03:13:54.356Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-16T03:13:54.356Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-16T03:13:54.434Z] Collecting docker-compose==1.23.2 [2021-03-16T03:13:54.434Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-16T03:13:54.703Z] Collecting texttable<0.10,>=0.9.0 [2021-03-16T03:13:54.703Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-16T03:13:55.740Z] 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-16T03:13:57.127Z] 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-16T03:13:57.127Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-16T03:13:57.318Z] 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-16T03:13:57.318Z] Collecting docopt<0.7,>=0.6.1 [2021-03-16T03:13:57.318Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-16T03:13:58.510Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-16T03:13:59.892Z] 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-16T03:13:59.892Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-16T03:14:01.280Z] 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-16T03:14:01.280Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-16T03:14:01.621Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-16T03:14:01.621Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-16T03:14:01.898Z] Collecting cached-property<2,>=1.2.0 [2021-03-16T03:14:01.898Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-16T03:14:02.879Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-16T03:14:02.879Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-16T03:14:03.203Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-16T03:14:03.203Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-16T03:14:03.203Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-16T03:14:03.203Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-16T03:14:03.203Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-16T03:14:03.203Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-16T03:14:03.203Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-16T03:14:03.203Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-16T03:14:03.203Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-16T03:14:03.203Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-16T03:14:03.203Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-16T03:14:03.203Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-16T03:14:03.203Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-16T03:14:03.203Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-16T03:14:03.203Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-16T03:14:03.203Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-16T03:14:03.203Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-16T03:14:03.203Z] + 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-16T03:14:03.203Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-16T03:14:03.203Z] + 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-16T03:14:03.203Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-16T03:14:03.203Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-16T03:14:03.203Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-16T03:14:03.203Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-16T03:14:03.203Z] + 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-16T03:14:03.863Z] Collecting docker<4.0,>=3.6.0 [2021-03-16T03:14:03.863Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-16T03:14:05.748Z] Building static-packages [2021-03-16T03:14:05.749Z] + snapcraftctl build [2021-03-16T03:14:05.860Z] Collecting PyYAML<4,>=3.10 [2021-03-16T03:14:05.860Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-16T03:14:05.860Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:14:05.860Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:14:05.860Z] ---> 963c51953b39 [2021-03-16T03:14:05.860Z] Step 3/31 : WORKDIR /edgex-go [2021-03-16T03:14:05.860Z] ---> Using cache [2021-03-16T03:14:05.860Z] ---> 277159d02fb0 [2021-03-16T03:14:05.860Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:14:05.860Z] ---> Using cache [2021-03-16T03:14:05.860Z] ---> 7a94b0b64889 [2021-03-16T03:14:05.860Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-16T03:14:05.860Z] ---> Using cache [2021-03-16T03:14:05.860Z] ---> 066eed7f212c [2021-03-16T03:14:05.860Z] Step 6/31 : COPY go.mod . [2021-03-16T03:14:05.860Z] ---> Using cache [2021-03-16T03:14:05.860Z] ---> 4c1e8fff137b [2021-03-16T03:14:06.137Z] Step 7/31 : RUN go mod download [2021-03-16T03:14:06.137Z] ---> Using cache [2021-03-16T03:14:06.137Z] ---> 4e65b2e84af3 [2021-03-16T03:14:06.137Z] Step 8/31 : COPY . . [2021-03-16T03:14:06.137Z] ---> Using cache [2021-03-16T03:14:06.137Z] ---> 14ecd1806e42 [2021-03-16T03:14:06.137Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-16T03:14:07.658Z] Building version [2021-03-16T03:14:07.658Z] + snapcraftctl build [2021-03-16T03:14:09.585Z] Staging config-common [2021-03-16T03:14:09.585Z] + snapcraftctl stage [2021-03-16T03:14:10.521Z] Skipping stage go-build-helper (already ran) [2021-03-16T03:14:10.521Z] Staging edgex-go [2021-03-16T03:14:10.521Z] + snapcraftctl stage [2021-03-16T03:14:11.462Z] Staging static-packages [2021-03-16T03:14:11.462Z] + snapcraftctl stage [2021-03-16T03:14:11.556Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-16T03:14:11.556Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-16T03:14:11.556Z] ---> Running in 79478af3a2ff [2021-03-16T03:14:12.402Z] Staging version [2021-03-16T03:14:12.403Z] + snapcraftctl stage [2021-03-16T03:14:13.343Z] Priming config-common [2021-03-16T03:14:13.343Z] + snapcraftctl prime [2021-03-16T03:14:13.539Z] 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-16T03:14:14.285Z] Priming go-build-helper [2021-03-16T03:14:14.285Z] + snapcraftctl prime [2021-03-16T03:14:14.979Z] Collecting jsonschema<3,>=2.5.1 [2021-03-16T03:14:14.979Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-16T03:14:15.226Z] Priming edgex-go [2021-03-16T03:14:15.226Z] + snapcraftctl prime [2021-03-16T03:14:15.576Z] Collecting idna<2.8,>=2.5 [2021-03-16T03:14:15.576Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-16T03:14:16.167Z] Priming static-packages [2021-03-16T03:14:16.167Z] + snapcraftctl prime [2021-03-16T03:14:16.566Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-16T03:14:16.566Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-16T03:14:17.166Z] 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-16T03:14:17.166Z] 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-16T03:14:17.166Z] Collecting docker-pycreds>=0.4.0 [2021-03-16T03:14:17.441Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-16T03:14:17.441Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-16T03:14:17.441Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-16T03:14:17.441Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-16T03:14:17.441Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-16T03:14:18.709Z] Priming version [2021-03-16T03:14:18.709Z] + snapcraftctl prime [2021-03-16T03:14:18.873Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:14:18.873Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:14:18.873Z] ---> 963c51953b39 [2021-03-16T03:14:18.873Z] Step 3/24 : WORKDIR /edgex-go [2021-03-16T03:14:18.873Z] ---> Using cache [2021-03-16T03:14:18.873Z] ---> 277159d02fb0 [2021-03-16T03:14:18.873Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:14:18.873Z] ---> Using cache [2021-03-16T03:14:18.873Z] ---> 7a94b0b64889 [2021-03-16T03:14:18.873Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-16T03:14:18.873Z] ---> Using cache [2021-03-16T03:14:18.873Z] ---> 066eed7f212c [2021-03-16T03:14:18.873Z] Step 6/24 : COPY go.mod . [2021-03-16T03:14:18.873Z] ---> Using cache [2021-03-16T03:14:18.873Z] ---> 4c1e8fff137b [2021-03-16T03:14:18.873Z] Step 7/24 : RUN go mod download [2021-03-16T03:14:18.873Z] ---> Using cache [2021-03-16T03:14:18.873Z] ---> 4e65b2e84af3 [2021-03-16T03:14:18.873Z] Step 8/24 : COPY . . [2021-03-16T03:14:19.147Z] Installing collected packages: texttable, docopt, idna, urllib3, requests, cached-property, websocket-client, docker-pycreds, docker, PyYAML, dockerpty, jsonschema, docker-compose [2021-03-16T03:14:19.147Z] Running setup.py install for texttable: started [2021-03-16T03:14:19.147Z] ---> Using cache [2021-03-16T03:14:19.147Z] ---> 14ecd1806e42 [2021-03-16T03:14:19.147Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-16T03:14:19.280Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-16T03:14:19.744Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:14:19.744Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:14:19.744Z] ---> 963c51953b39 [2021-03-16T03:14:19.744Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T03:14:19.744Z] ---> Using cache [2021-03-16T03:14:19.744Z] ---> 277159d02fb0 [2021-03-16T03:14:19.744Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:14:20.019Z] ---> Using cache [2021-03-16T03:14:20.019Z] ---> 7a94b0b64889 [2021-03-16T03:14:20.019Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T03:14:20.019Z] ---> Using cache [2021-03-16T03:14:20.019Z] ---> 066eed7f212c [2021-03-16T03:14:20.019Z] Step 6/23 : COPY go.mod . [2021-03-16T03:14:20.019Z] ---> Using cache [2021-03-16T03:14:20.019Z] ---> 4c1e8fff137b [2021-03-16T03:14:20.019Z] Step 7/23 : RUN go mod download [2021-03-16T03:14:20.019Z] ---> Using cache [2021-03-16T03:14:20.019Z] ---> 4e65b2e84af3 [2021-03-16T03:14:20.019Z] Step 8/23 : COPY . . [2021-03-16T03:14:20.019Z] ---> Using cache [2021-03-16T03:14:20.019Z] ---> 14ecd1806e42 [2021-03-16T03:14:20.019Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-16T03:14:20.294Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:14:20.294Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:14:20.294Z] ---> 963c51953b39 [2021-03-16T03:14:20.294Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T03:14:20.294Z] ---> Using cache [2021-03-16T03:14:20.294Z] ---> 277159d02fb0 [2021-03-16T03:14:20.294Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:14:20.294Z] ---> Using cache [2021-03-16T03:14:20.294Z] ---> 7a94b0b64889 [2021-03-16T03:14:20.294Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-16T03:14:21.312Z] ---> Running in efa588db4afd [2021-03-16T03:14:21.313Z] ---> Running in 502b3360a847 [2021-03-16T03:14:21.313Z] ---> Running in 5506a7c0d1c6 [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-16T03:14:22.134Z] Running setup.py install for texttable: finished with status 'done' [2021-03-16T03:14:22.134Z] Running setup.py install for docopt: started [2021-03-16T03:14:24.817Z] 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-16T03:14:24.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:14:24.817Z] 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-16T03:14:25.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:14:25.688Z] Running setup.py install for docopt: finished with status 'done' [2021-03-16T03:14:25.688Z] Attempting uninstall: idna [2021-03-16T03:14:25.688Z] Found existing installation: idna 2.9 [2021-03-16T03:14:25.688Z] Uninstalling idna-2.9: [2021-03-16T03:14:25.969Z] Successfully uninstalled idna-2.9 [2021-03-16T03:14:26.245Z] OK: 217 MiB in 51 packages [2021-03-16T03:14:26.846Z] Attempting uninstall: urllib3 [2021-03-16T03:14:26.846Z] Found existing installation: urllib3 1.25.9 [2021-03-16T03:14:27.120Z] Uninstalling urllib3-1.25.9: [2021-03-16T03:14:28.772Z] Successfully uninstalled urllib3-1.25.9 [2021-03-16T03:14:28.772Z] Removing intermediate container efa588db4afd [2021-03-16T03:14:28.772Z] ---> 0a00e6a3ceb7 [2021-03-16T03:14:28.772Z] Step 6/23 : COPY go.mod . [2021-03-16T03:14:28.772Z] Attempting uninstall: requests [2021-03-16T03:14:28.772Z] Found existing installation: requests 2.23.0 [2021-03-16T03:14:28.772Z] Uninstalling requests-2.23.0: [2021-03-16T03:14:28.772Z] Successfully uninstalled requests-2.23.0 [2021-03-16T03:14:29.049Z] ---> eeea718805ff [2021-03-16T03:14:29.049Z] Step 7/23 : RUN go mod download [2021-03-16T03:14:29.049Z] ---> Running in 6ebc009f2208 [2021-03-16T03:14:31.028Z] Running setup.py install for PyYAML: started [2021-03-16T03:14:33.673Z] Removing intermediate container 6ebc009f2208 [2021-03-16T03:14:33.673Z] ---> 540cbc523870 [2021-03-16T03:14:33.673Z] Step 8/23 : COPY . . [2021-03-16T03:14:35.110Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-16T03:14:35.110Z] Running setup.py install for dockerpty: started [2021-03-16T03:14:39.440Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-16T03:14:42.075Z] 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-16T03:14:52.274Z] ---> 7df7c8d222a2 [2021-03-16T03:14:52.274Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-16T03:14:52.274Z] ---> Running in 5bcfdd2d17bd [2021-03-16T03:14:52.274Z] Removing intermediate container cb77a00d0dbd [2021-03-16T03:14:52.274Z] ---> 98a15d5571e1 [2021-03-16T03:14:52.274Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-16T03:14:52.872Z] ---> Running in 0854cc33f36e [2021-03-16T03:14:53.860Z] 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-16T03:14:54.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:14:55.441Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:14:56.040Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T03:14:56.040Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-16T03:14:56.316Z] (3/3) Installing curl (7.69.1-r3) [2021-03-16T03:14:56.316Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:14:56.316Z] OK: 72 MiB in 58 packages [2021-03-16T03:14:58.303Z] Removing intermediate container 0854cc33f36e [2021-03-16T03:14:58.303Z] ---> 7b473a015034 [2021-03-16T03:14:58.303Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-16T03:14:58.303Z] ---> Running in b829c1d800a5 [2021-03-16T03:14:58.902Z] Removing intermediate container b829c1d800a5 [2021-03-16T03:14:58.902Z] ---> 4d048f23ab4c [2021-03-16T03:14:58.902Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T03:14:59.501Z] ---> Running in ddded11fb322 [2021-03-16T03:15:00.108Z] Removing intermediate container ddded11fb322 [2021-03-16T03:15:00.108Z] ---> 3788d3e1f17f [2021-03-16T03:15:00.108Z] Step 24/26 : LABEL arch=arm64 [2021-03-16T03:15:00.388Z] ---> Running in a2485f12a41c [2021-03-16T03:15:00.991Z] Removing intermediate container a2485f12a41c [2021-03-16T03:15:00.991Z] ---> 5760e434eb4a [2021-03-16T03:15:00.991Z] Step 25/26 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 [2021-03-16T03:15:01.269Z] ---> Running in 44ab8449a0f3 [2021-03-16T03:15:01.933Z] Removing intermediate container 44ab8449a0f3 [2021-03-16T03:15:01.933Z] ---> 20172fa07744 [2021-03-16T03:15:01.933Z] Step 26/26 : LABEL version=0.0.0 [2021-03-16T03:15:01.933Z] ---> Running in b6deab9ea9c7 [2021-03-16T03:15:02.960Z] Removing intermediate container b6deab9ea9c7 [2021-03-16T03:15:02.960Z] ---> c24289a736ad [2021-03-16T03:15:02.960Z] [2021-03-16T03:15:03.239Z] Successfully built c24289a736ad [2021-03-16T03:15:03.517Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-16T03:15:50.550Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-16T03:15:57.302Z] Removing intermediate container 79478af3a2ff [2021-03-16T03:15:57.302Z] ---> 9e81d52cfaf7 [2021-03-16T03:15:57.302Z] [2021-03-16T03:15:57.302Z] Step 10/31 : FROM alpine:3.12 [2021-03-16T03:15:57.302Z] ---> d10569e2745f [2021-03-16T03:15:57.302Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-16T03:15:57.302Z] ---> Running in 90623a0cd436 [2021-03-16T03:15:57.924Z] Removing intermediate container 90623a0cd436 [2021-03-16T03:15:57.924Z] ---> 9638b94a6e0a [2021-03-16T03:15:57.924Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-16T03:15:58.221Z] ---> Running in 6030532ec9b9 [2021-03-16T03:16:00.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:16:00.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:16:01.203Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-16T03:16:01.203Z] (2/2) Installing su-exec (0.2-r1) [2021-03-16T03:16:01.203Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:16:01.203Z] OK: 5 MiB in 16 packages [2021-03-16T03:16:03.837Z] Removing intermediate container 6030532ec9b9 [2021-03-16T03:16:03.837Z] ---> e5a1de33a229 [2021-03-16T03:16:03.837Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-16T03:16:03.837Z] ---> Running in 624745b48f90 [2021-03-16T03:16:05.294Z] Removing intermediate container 624745b48f90 [2021-03-16T03:16:05.294Z] ---> 445d70558a31 [2021-03-16T03:16:05.294Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-16T03:16:05.569Z] ---> Running in 446b6277d7ce [2021-03-16T03:16:05.864Z] Removing intermediate container 502b3360a847 [2021-03-16T03:16:05.864Z] ---> 8932d4bf969d [2021-03-16T03:16:05.864Z] [2021-03-16T03:16:05.864Z] Step 10/24 : FROM alpine:3.12 [2021-03-16T03:16:06.149Z] ---> d10569e2745f [2021-03-16T03:16:06.149Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-16T03:16:06.149Z] Removing intermediate container 446b6277d7ce [2021-03-16T03:16:06.149Z] ---> 0cf759eaf38c [2021-03-16T03:16:06.149Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-16T03:16:06.149Z] ---> Running in 8a707054ef70 [2021-03-16T03:16:06.430Z] ---> Running in cca3e97a9508 [2021-03-16T03:16:09.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:16:09.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:16:09.375Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-16T03:16:09.674Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T03:16:09.674Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-16T03:16:09.674Z] (4/5) Installing curl (7.69.1-r3) [2021-03-16T03:16:09.674Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-16T03:16:09.674Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:16:09.674Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T03:16:10.280Z] OK: 7 MiB in 19 packages [2021-03-16T03:16:10.556Z] Removing intermediate container cca3e97a9508 [2021-03-16T03:16:10.556Z] ---> 8cc075f8073c [2021-03-16T03:16:10.557Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-16T03:16:11.154Z] ---> Running in 30072d74241c [2021-03-16T03:16:12.137Z] Removing intermediate container 30072d74241c [2021-03-16T03:16:12.137Z] ---> eb9a783b0caa [2021-03-16T03:16:12.137Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-16T03:16:13.613Z] Removing intermediate container 8a707054ef70 [2021-03-16T03:16:13.613Z] ---> ad83e06aa874 [2021-03-16T03:16:13.613Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T03:16:13.613Z] ---> Running in 2413bae4866c [2021-03-16T03:16:13.613Z] ---> 93d582247072 [2021-03-16T03:16:13.613Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-16T03:16:13.968Z] ---> Running in 5cc6c134bb4e [2021-03-16T03:16:14.403Z] Removing intermediate container 2413bae4866c [2021-03-16T03:16:14.403Z] ---> cc7ef5ab0b6a [2021-03-16T03:16:14.403Z] Step 13/24 : WORKDIR / [2021-03-16T03:16:14.756Z] ---> Running in f041ad662db1 [2021-03-16T03:16:16.312Z] Removing intermediate container f041ad662db1 [2021-03-16T03:16:16.312Z] ---> c7e5f4642009 [2021-03-16T03:16:16.312Z] 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-16T03:16:17.797Z] ---> 79b59af4fdd6 [2021-03-16T03:16:17.797Z] 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-16T03:16:18.796Z] Removing intermediate container 5cc6c134bb4e [2021-03-16T03:16:18.796Z] ---> 75a2369cccae [2021-03-16T03:16:18.796Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T03:16:19.087Z] ---> 89c7e9e54df5 [2021-03-16T03:16:19.087Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-16T03:16:20.540Z] ---> 1ad20f1b7d50 [2021-03-16T03:16:20.540Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-16T03:16:20.540Z] ---> c03063c9c811 [2021-03-16T03:16:20.540Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-16T03:16:23.197Z] ---> 71025d6a1e3b [2021-03-16T03:16:23.197Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-16T03:16:23.197Z] ---> 4b2966ec068d [2021-03-16T03:16:23.197Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-16T03:16:24.651Z] ---> e32f31c247e8 [2021-03-16T03:16:24.651Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-16T03:16:25.262Z] ---> 483467a38d5a [2021-03-16T03:16:25.262Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-16T03:16:26.256Z] ---> 9b0180e0bd68 [2021-03-16T03:16:26.256Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-16T03:16:26.536Z] ---> fe5661c17ab2 [2021-03-16T03:16:26.536Z] 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-16T03:16:26.827Z] ---> Running in e14b89a966de [2021-03-16T03:16:28.258Z] ---> 728b636671d8 [2021-03-16T03:16:28.258Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-16T03:16:28.857Z] ---> Running in 00e6e0c37181 [2021-03-16T03:16:30.308Z] Removing intermediate container 00e6e0c37181 [2021-03-16T03:16:30.308Z] ---> 17898da3a975 [2021-03-16T03:16:30.308Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-16T03:16:31.752Z] Removing intermediate container e14b89a966de [2021-03-16T03:16:31.752Z] ---> f2254e311395 [2021-03-16T03:16:31.752Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-16T03:16:31.752Z] ---> 349ccd68e5b7 [2021-03-16T03:16:31.752Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-16T03:16:31.752Z] ---> Running in 4f777cccacad [2021-03-16T03:16:32.027Z] ---> Running in e8ecab46c886 [2021-03-16T03:16:32.633Z] Removing intermediate container 5506a7c0d1c6 [2021-03-16T03:16:32.633Z] ---> 8a5154b0f974 [2021-03-16T03:16:32.633Z] [2021-03-16T03:16:32.633Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T03:16:32.633Z] ---> d10569e2745f [2021-03-16T03:16:32.633Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T03:16:32.633Z] ---> Using cache [2021-03-16T03:16:32.633Z] ---> 4a6621f48511 [2021-03-16T03:16:32.633Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T03:16:32.633Z] ---> Using cache [2021-03-16T03:16:32.633Z] ---> 696a09352563 [2021-03-16T03:16:32.633Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-16T03:16:32.633Z] Removing intermediate container 4f777cccacad [2021-03-16T03:16:32.633Z] ---> 8b7c1fe0498e [2021-03-16T03:16:32.634Z] Step 22/24 : LABEL arch=arm64 [2021-03-16T03:16:32.634Z] ---> Running in 6a6b05b798ce [2021-03-16T03:16:32.911Z] ---> Running in f681f820be3c [2021-03-16T03:16:33.508Z] Removing intermediate container 6a6b05b798ce [2021-03-16T03:16:33.508Z] ---> d2cb533958f4 [2021-03-16T03:16:33.508Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T03:16:33.508Z] ---> Running in b418b64ed70d [2021-03-16T03:16:33.508Z] Removing intermediate container f681f820be3c [2021-03-16T03:16:33.508Z] ---> c306afe8f7f1 [2021-03-16T03:16:33.508Z] Step 23/24 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 [2021-03-16T03:16:33.787Z] ---> Running in 56efa2f8dd37 [2021-03-16T03:16:34.067Z] Removing intermediate container b418b64ed70d [2021-03-16T03:16:34.067Z] ---> 9c96f782405a [2021-03-16T03:16:34.067Z] Step 15/23 : WORKDIR / [2021-03-16T03:16:34.344Z] Removing intermediate container 56efa2f8dd37 [2021-03-16T03:16:34.344Z] ---> ef7884a146eb [2021-03-16T03:16:34.344Z] Step 24/24 : LABEL version=0.0.0 [2021-03-16T03:16:34.620Z] ---> Running in a457cbcacca4 [2021-03-16T03:16:34.620Z] ---> Running in 657a41bf4648 [2021-03-16T03:16:35.219Z] Removing intermediate container e8ecab46c886 [2021-03-16T03:16:35.219Z] ---> 7cfa361b7627 [2021-03-16T03:16:35.219Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-16T03:16:35.219Z] Removing intermediate container 657a41bf4648 [2021-03-16T03:16:35.219Z] ---> 25fd6a3fde05 [2021-03-16T03:16:35.219Z] [2021-03-16T03:16:35.219Z] Removing intermediate container a457cbcacca4 [2021-03-16T03:16:35.219Z] ---> 3ad845caf0af [2021-03-16T03:16:35.219Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T03:16:35.814Z] ---> Running in bd2973f648bb [2021-03-16T03:16:36.088Z] Successfully built 25fd6a3fde05 [2021-03-16T03:16:36.088Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-16T03:16:36.681Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container bd2973f648bb [2021-03-16T03:16:36.681Z] ---> 43c9ce4b7fed [2021-03-16T03:16:36.681Z] Step 28/31 : CMD ["gate"] [2021-03-16T03:16:36.681Z] ---> 3afe783afd1c [2021-03-16T03:16:36.681Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-16T03:16:36.958Z] ---> Running in cd508a5a30da [2021-03-16T03:16:37.960Z] Removing intermediate container cd508a5a30da [2021-03-16T03:16:37.960Z] ---> 4a7bc825cdcb [2021-03-16T03:16:37.960Z] Step 29/31 : LABEL arch=arm64 [2021-03-16T03:16:37.960Z] ---> a5ff6f4b264b [2021-03-16T03:16:37.960Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-16T03:16:38.235Z] ---> Running in 532905ab6637 [2021-03-16T03:16:38.835Z] Removing intermediate container 532905ab6637 [2021-03-16T03:16:38.835Z] ---> df513e9de210 [2021-03-16T03:16:38.835Z] Step 30/31 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 [2021-03-16T03:16:38.835Z] ---> ce220031d76a [2021-03-16T03:16:38.835Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-16T03:16:39.430Z] ---> Running in 7d3280ed5640 [2021-03-16T03:16:39.430Z] ---> Running in dced5df5417b [2021-03-16T03:16:40.026Z] Removing intermediate container 7d3280ed5640 [2021-03-16T03:16:40.026Z] ---> 9c7e648a2117 [2021-03-16T03:16:40.026Z] Step 31/31 : LABEL version=0.0.0 [2021-03-16T03:16:40.026Z] Removing intermediate container dced5df5417b [2021-03-16T03:16:40.026Z] ---> 2cb63b9163ed [2021-03-16T03:16:40.026Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T03:16:40.299Z] ---> Running in ed41d8eac374 [2021-03-16T03:16:40.573Z] ---> Running in 02377337bc86 [2021-03-16T03:16:40.846Z] Removing intermediate container ed41d8eac374 [2021-03-16T03:16:40.846Z] ---> 3f7ba271309b [2021-03-16T03:16:40.846Z] [2021-03-16T03:16:41.120Z] Removing intermediate container 02377337bc86 [2021-03-16T03:16:41.120Z] ---> 24065e409d1b [2021-03-16T03:16:41.120Z] Step 21/23 : LABEL arch=arm64 [2021-03-16T03:16:41.396Z] Successfully built 3f7ba271309b [2021-03-16T03:16:41.396Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-16T03:16:41.396Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 47a08d23b926 [2021-03-16T03:16:41.995Z] Removing intermediate container 47a08d23b926 [2021-03-16T03:16:41.995Z] ---> 464e276dc034 [2021-03-16T03:16:41.995Z] Step 22/23 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 [2021-03-16T03:16:41.995Z] ---> Running in 3ae11be4fb99 [2021-03-16T03:16:42.588Z] Removing intermediate container 3ae11be4fb99 [2021-03-16T03:16:42.588Z] ---> 1093432fe377 [2021-03-16T03:16:42.588Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T03:16:42.588Z] ---> Running in 0ed6206685a3 [2021-03-16T03:16:43.566Z] Removing intermediate container 0ed6206685a3 [2021-03-16T03:16:43.566Z] ---> 94e2ff3c96de [2021-03-16T03:16:43.566Z] [2021-03-16T03:16:43.842Z] Successfully built 94e2ff3c96de [2021-03-16T03:16:43.842Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-16T03:16:47.231Z]  Building docker-core-metadata-go ... done Removing intermediate container 5bcfdd2d17bd [2021-03-16T03:16:47.231Z] ---> f62a2bc04442 [2021-03-16T03:16:47.231Z] [2021-03-16T03:16:47.231Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T03:16:47.231Z] ---> d10569e2745f [2021-03-16T03:16:47.231Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-16T03:16:47.231Z] ---> Running in 78e44f9bf97f [2021-03-16T03:16:47.504Z] Removing intermediate container 78e44f9bf97f [2021-03-16T03:16:47.504Z] ---> e7844d6dc801 [2021-03-16T03:16:47.504Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-16T03:16:47.504Z] ---> Running in dfa24e53f3c2 [2021-03-16T03:16:48.099Z] Removing intermediate container dfa24e53f3c2 [2021-03-16T03:16:48.099Z] ---> 03f7b046434b [2021-03-16T03:16:48.099Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-16T03:16:48.099Z] ---> Running in 30bf29efd7be [2021-03-16T03:16:48.697Z] Removing intermediate container 30bf29efd7be [2021-03-16T03:16:48.697Z] ---> ccc2b0c05cb8 [2021-03-16T03:16:48.697Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:16:48.697Z] ---> Running in a6f586c1cefd [2021-03-16T03:16:51.311Z] Removing intermediate container a6f586c1cefd [2021-03-16T03:16:51.311Z] ---> ed1aae770635 [2021-03-16T03:16:51.311Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-16T03:16:51.311Z] ---> Running in bd6f9e88d3c5 [2021-03-16T03:16:52.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:16:53.255Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:16:53.845Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-16T03:16:53.845Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-16T03:16:54.115Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-16T03:16:54.385Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-16T03:16:54.653Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-16T03:16:54.923Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-16T03:16:55.193Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:16:55.193Z] OK: 8 MiB in 20 packages [2021-03-16T03:16:56.163Z] Removing intermediate container bd6f9e88d3c5 [2021-03-16T03:16:56.163Z] ---> 6c61a554fadd [2021-03-16T03:16:56.163Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T03:16:57.149Z] ---> 5d01bae27012 [2021-03-16T03:16:57.149Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-16T03:16:58.128Z] ---> 6ea90fc1d338 [2021-03-16T03:16:58.128Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-16T03:16:58.721Z] ---> c73e54bd643a [2021-03-16T03:16:58.721Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-16T03:16:58.993Z] ---> Running in be4213763166 [2021-03-16T03:16:59.585Z] Removing intermediate container be4213763166 [2021-03-16T03:16:59.585Z] ---> 96b10b8a6a4c [2021-03-16T03:16:59.585Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T03:16:59.585Z] ---> Running in 30e774ce98d1 [2021-03-16T03:17:00.180Z] Removing intermediate container 30e774ce98d1 [2021-03-16T03:17:00.180Z] ---> c0d86fc5c4fc [2021-03-16T03:17:00.180Z] Step 21/23 : LABEL arch=arm64 [2021-03-16T03:17:00.180Z] ---> Running in 62ee54c060da [2021-03-16T03:17:00.453Z] Removing intermediate container 62ee54c060da [2021-03-16T03:17:00.453Z] ---> 0d5aa78978e0 [2021-03-16T03:17:00.453Z] Step 22/23 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 [2021-03-16T03:17:00.727Z] ---> Running in 0a4b24eb7206 [2021-03-16T03:17:01.326Z] Removing intermediate container 0a4b24eb7206 [2021-03-16T03:17:01.326Z] ---> 6dee8d702946 [2021-03-16T03:17:01.326Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T03:17:01.326Z] ---> Running in 65a632074503 [2021-03-16T03:17:01.923Z] Removing intermediate container 65a632074503 [2021-03-16T03:17:01.923Z] ---> f8322783929f [2021-03-16T03:17:01.923Z] [2021-03-16T03:17:02.194Z] Successfully built f8322783929f [2021-03-16T03:17:02.467Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-16T03:17:02.752Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-16T03:17:02.754Z] $ docker stop --time=1 bd8450518c4f806ffeb38a38bb996fc19c6177908d43b1086b21d735df4fce54 [2021-03-16T03:17:04.766Z] $ docker rm -f bd8450518c4f806ffeb38a38bb996fc19c6177908d43b1086b21d735df4fce54 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-16T03:17:05.455Z] + docker images [2021-03-16T03:17:05.455Z] + grep docker [2021-03-16T03:17:05.729Z] docker-core-data-go-arm64 latest f8322783929f 4 seconds ago 21.3MB [2021-03-16T03:17:05.729Z] docker-core-metadata-go-arm64 latest 94e2ff3c96de 22 seconds ago 17.9MB [2021-03-16T03:17:05.729Z] docker-security-bootstrapper-go-arm64 latest 3f7ba271309b 25 seconds ago 17.8MB [2021-03-16T03:17:05.729Z] docker-security-secretstore-setup-go-arm64 latest 25fd6a3fde05 30 seconds ago 23.7MB [2021-03-16T03:17:05.729Z] docker-sys-mgmt-agent-go-arm64 latest c24289a736ad 2 minutes ago 300MB [2021-03-16T03:17:05.729Z] docker-support-notifications-go-arm64 latest 30f9e64d265d 3 minutes ago 16.9MB [2021-03-16T03:17:05.729Z] docker-support-scheduler-go-arm64 latest 1c0792ef379a 3 minutes ago 16.3MB [2021-03-16T03:17:05.729Z] docker-core-command-go-arm64 latest d403f4b3769b 3 minutes ago 16.2MB [2021-03-16T03:17:05.729Z] docker-security-proxy-setup-go-arm64 latest d1096106e87a 3 minutes ago 23.4MB [2021-03-16T03:17:05.729Z] 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-16T03:17:06.649Z] ---> job-cost.sh [2021-03-16T03:17:06.649Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ZIAR [2021-03-16T03:18:03.237Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-16T03:19:39.972Z] lf-activate-venv(): INFO: Adding /tmp/venv-ZIAR/bin to PATH [2021-03-16T03:19:39.972Z] INFO: No Stack... [2021-03-16T03:19:39.972Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-16T03:19:39.972Z] INFO: Archiving Costs [Pipeline] sh [2021-03-16T03:19:40.309Z] + cat+ /w/workspace/edgex-go/22/archives/cost.csv [2021-03-16T03:19:40.310Z] cut -d, -f6 [Pipeline] lock [2021-03-16T03:19:40.422Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3208-22-stack-cost] [2021-03-16T03:19:40.431Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3208-22-stack-cost] did not exist. Created. [2021-03-16T03:19:40.431Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3208-22-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-16T03:19:40.917Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-16T03:19:41.248Z] Stashed 1 file(s) [Pipeline] } [2021-03-16T03:19:41.261Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3208-22-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-16T03:19:42.521Z] provisioning config files... [2021-03-16T03:19:42.532Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/22@tmp/config7055717413506733814tmp [Pipeline] { [Pipeline] sh [2021-03-16T03:19:42.932Z] + set +x [2021-03-16T03:19:42.932Z] + curl -s https://codecov.io/bash [2021-03-16T03:19:42.932Z] + bash -s -- [2021-03-16T03:19:43.508Z] [2021-03-16T03:19:43.508Z] _____ _ [2021-03-16T03:19:43.508Z] / ____| | | [2021-03-16T03:19:43.508Z] | | ___ __| | ___ ___ _____ __ [2021-03-16T03:19:43.508Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-16T03:19:43.508Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-16T03:19:43.508Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-16T03:19:43.508Z] Bash-20210309-2b87ace [2021-03-16T03:19:43.508Z] [2021-03-16T03:19:43.508Z] [2021-03-16T03:19:43.508Z] ==> git version 2.24.3 found [2021-03-16T03:19:43.508Z] ==> 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-16T03:19:43.508Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-16T03:19:43.508Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-16T03:19:43.508Z] ==> Jenkins CI detected. [2021-03-16T03:19:43.508Z] project root: . [2021-03-16T03:19:43.508Z] --> token set from env [2021-03-16T03:19:43.508Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-16T03:19:43.508Z] ==> Running gcov in . (disable via -X gcov) [2021-03-16T03:19:43.508Z] ==> Python coveragepy not found [2021-03-16T03:19:43.508Z] ==> Searching for coverage reports in: [2021-03-16T03:19:43.508Z] + . [2021-03-16T03:19:43.508Z] -> Found 1 reports [2021-03-16T03:19:43.508Z] ==> Detecting git/mercurial file structure [2021-03-16T03:19:43.508Z] ==> Reading reports [2021-03-16T03:19:43.508Z] + ./coverage.out bytes=650607 [2021-03-16T03:19:43.508Z] ==> Appending adjustments [2021-03-16T03:19:43.508Z] https://docs.codecov.io/docs/fixing-reports [2021-03-16T03:19:46.818Z] + Found adjustments [2021-03-16T03:19:46.818Z] ==> Gzipping contents [2021-03-16T03:19:46.818Z] 96K /tmp/codecov.yIdFsl.gz [2021-03-16T03:19:46.818Z] ==> Uploading reports [2021-03-16T03:19:46.818Z] url: https://codecov.io [2021-03-16T03:19:46.818Z] query: branch=PR-3208&commit=e937d7012ee7f86ebd8e39eec8b349db9df0ae33&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F22%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= [2021-03-16T03:19:46.818Z] -> Pinging Codecov [2021-03-16T03:19:46.818Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3208&commit=e937d7012ee7f86ebd8e39eec8b349db9df0ae33&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F22%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= [2021-03-16T03:19:47.393Z] -> Uploading to [2021-03-16T03:19:47.393Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-16/00271124DB129430A58F1EEE437C3FCB/e937d7012ee7f86ebd8e39eec8b349db9df0ae33/11f284ca-97d1-42c0-b881-f774f1b3e171.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210316%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210316T031947Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=332714971e71d6d847505ab4a3dd35fb2278f9d4711a2b3c1210216de2c43942 [2021-03-16T03:19:47.393Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-16T03:19:47.393Z] Dload Upload Total Spent Left Speed [2021-03-16T03:19:47.967Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 95048 0 0 100 95048 0 171k --:--:-- --:--:-- --:--:-- 171k 100 95048 0 0 100 95048 0 171k --:--:-- --:--:-- --:--:-- 171k [2021-03-16T03:19:47.967Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/e937d7012ee7f86ebd8e39eec8b349db9df0ae33 [Pipeline] } [2021-03-16T03:19:47.976Z] 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-16T03:19:49.789Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T03:19:50.676Z] ---> package-listing.sh [2021-03-16T03:19:50.676Z] ++ facter osfamily [2021-03-16T03:19:50.676Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-16T03:19:50.676Z] + OS_FAMILY=redhat [2021-03-16T03:19:50.676Z] + workspace=/w/workspace/edgex-go/22 [2021-03-16T03:19:50.676Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-16T03:19:50.676Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-16T03:19:50.676Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-16T03:19:50.676Z] + PACKAGES=/tmp/packages_start.txt [2021-03-16T03:19:50.676Z] + '[' /w/workspace/edgex-go/22 ']' [2021-03-16T03:19:50.676Z] + PACKAGES=/tmp/packages_end.txt [2021-03-16T03:19:50.676Z] + case "${OS_FAMILY}" in [2021-03-16T03:19:50.676Z] + rpm -qa [2021-03-16T03:19:50.676Z] + sort [2021-03-16T03:19:55.989Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-16T03:19:55.989Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-16T03:19:55.989Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-16T03:19:55.989Z] + '[' /w/workspace/edgex-go/22 ']' [2021-03-16T03:19:55.989Z] + mkdir -p /w/workspace/edgex-go/22/archives/ [2021-03-16T03:19:55.989Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/22/archives/ [Pipeline] echo [2021-03-16T03:19:56.004Z] 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/22/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-16T03:19:56.350Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-16T03:19:56.691Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-16T03:19:56.691Z] [2021-03-16T03:19:56.691Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-16T03:19:57.057Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-16T03:19:57.058Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-16T03:19:57.058Z] df20fa9351a1: Pulling fs layer [2021-03-16T03:19:57.058Z] 36b3adc4ff6f: Pulling fs layer [2021-03-16T03:19:57.058Z] 8ad3a11d3b57: Pulling fs layer [2021-03-16T03:19:57.058Z] 46f8f816bc3b: Pulling fs layer [2021-03-16T03:19:57.058Z] 93b61091891f: Pulling fs layer [2021-03-16T03:19:57.058Z] 93b9cdb0e59b: Pulling fs layer [2021-03-16T03:19:57.058Z] 5e14af77c1be: Pulling fs layer [2021-03-16T03:19:57.058Z] 01666e4c0597: Pulling fs layer [2021-03-16T03:19:57.058Z] aa168da1d23b: Pulling fs layer [2021-03-16T03:19:57.058Z] 93b9cdb0e59b: Waiting [2021-03-16T03:19:57.058Z] 5e14af77c1be: Waiting [2021-03-16T03:19:57.058Z] 01666e4c0597: Waiting [2021-03-16T03:19:57.058Z] aa168da1d23b: Waiting [2021-03-16T03:19:57.058Z] 46f8f816bc3b: Waiting [2021-03-16T03:19:57.058Z] 93b61091891f: Waiting [2021-03-16T03:19:57.058Z] 36b3adc4ff6f: Verifying Checksum [2021-03-16T03:19:57.058Z] 36b3adc4ff6f: Download complete [2021-03-16T03:19:57.320Z] 46f8f816bc3b: Verifying Checksum [2021-03-16T03:19:57.320Z] 46f8f816bc3b: Download complete [2021-03-16T03:19:57.320Z] df20fa9351a1: Verifying Checksum [2021-03-16T03:19:57.320Z] df20fa9351a1: Download complete [2021-03-16T03:19:57.320Z] 93b9cdb0e59b: Verifying Checksum [2021-03-16T03:19:57.320Z] 93b9cdb0e59b: Download complete [2021-03-16T03:19:57.320Z] 93b61091891f: Verifying Checksum [2021-03-16T03:19:57.320Z] 93b61091891f: Download complete [2021-03-16T03:19:57.320Z] 5e14af77c1be: Verifying Checksum [2021-03-16T03:19:57.320Z] 5e14af77c1be: Download complete [2021-03-16T03:19:57.320Z] 01666e4c0597: Verifying Checksum [2021-03-16T03:19:57.320Z] 01666e4c0597: Download complete [2021-03-16T03:19:57.896Z] df20fa9351a1: Pull complete [2021-03-16T03:19:57.896Z] 8ad3a11d3b57: Verifying Checksum [2021-03-16T03:19:57.896Z] 8ad3a11d3b57: Download complete [2021-03-16T03:19:58.158Z] 36b3adc4ff6f: Pull complete [2021-03-16T03:19:59.116Z] 8ad3a11d3b57: Pull complete [2021-03-16T03:19:59.116Z] 46f8f816bc3b: Pull complete [2021-03-16T03:20:00.067Z] aa168da1d23b: Verifying Checksum [2021-03-16T03:20:00.067Z] aa168da1d23b: Download complete [2021-03-16T03:20:01.012Z] 93b61091891f: Pull complete [2021-03-16T03:20:01.012Z] 93b9cdb0e59b: Pull complete [2021-03-16T03:20:01.275Z] 5e14af77c1be: Pull complete [2021-03-16T03:20:01.275Z] 01666e4c0597: Pull complete [2021-03-16T03:20:13.549Z] aa168da1d23b: Pull complete [2021-03-16T03:20:13.549Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-16T03:20:13.549Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-16T03:20:13.549Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-16T03:20:13.800Z] prd-centos7-docker-4c-2g-29915 does not seem to be running inside a container [2021-03-16T03:20:13.857Z] $ 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/22/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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-16T03:20:17.327Z] $ docker top 0fd731485269585fd5427d2ac0b04926657f796c596d14bbd44340e1c85ebc0b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T03:20:17.943Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-16T03:20:18.251Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-16T03:20:18.553Z] + ls /var/log/sa-host [2021-03-16T03:20:18.553Z] + sadf -c /var/log/sa-host/sa16 [2021-03-16T03:20:18.553Z] file_magic: OK [2021-03-16T03:20:18.553Z] HZ: Using current value: 100 [2021-03-16T03:20:18.553Z] file_header: OK [2021-03-16T03:20:18.553Z] 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-16T03:20:18.553Z] Statistics: [2021-03-16T03:20:18.553Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-16T03:20:18.553Z] File successfully converted to sysstat format version 12.2.1 [2021-03-16T03:20:18.553Z] + sadf -c /var/log/sa-host/sa23 [2021-03-16T03:20:18.553Z] file_magic: OK [2021-03-16T03:20:18.553Z] HZ: Using current value: 100 [2021-03-16T03:20:18.553Z] file_header: OK [2021-03-16T03:20:18.553Z] 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-16T03:20:18.553Z] Statistics: [2021-03-16T03:20:18.553Z] Hnuu...uuuununununu... [2021-03-16T03:20:18.553Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-16T03:20:18.779Z] provisioning config files... [2021-03-16T03:20:18.795Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/22@tmp/config3128935292225785693tmp [Pipeline] { [Pipeline] echo [2021-03-16T03:20:18.878Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T03:20:19.179Z] ---> create-netrc.sh [Pipeline] } [2021-03-16T03:20:19.192Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-16T03:20:19.289Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T03:20:19.592Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-16T03:20:19.603Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T03:20:19.904Z] ---> sudo-logs.sh [2021-03-16T03:20:19.904Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-16T03:20:19.974Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T03:20:20.319Z] ---> job-cost.sh [2021-03-16T03:20:20.320Z] lf-activate-venv: SKIPPING [2021-03-16T03:20:20.320Z] DEBUG: total: 0.20999999344348907 [2021-03-16T03:20:20.320Z] INFO: Retrieving Stack Cost... [2021-03-16T03:20:21.267Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-16T03:20:21.844Z] INFO: Archiving Costs [Pipeline] echo [2021-03-16T03:20:21.858Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T03:20:22.170Z] ---> logs-deploy.sh [2021-03-16T03:20:22.170Z] lf-activate-venv: SKIPPING [2021-03-16T03:20:22.170Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3208/22 [2021-03-16T03:20:22.170Z] INFO: archiving workspace using pattern(s): [2021-03-16T03:20:24.102Z] Archives upload complete. [2021-03-16T03:20:24.102Z] INFO: archiving logs to Nexus