Pull request #3324 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from d802488aca6636226a8dc07a0996c11963065c35+0e291f44bb73248a8c5ef7868096f1c33cce0f6a (7ae678dd360e5af25902ccc6c8eadbf1fe937dec) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-32104’ is offline; ‘prd-centos7-docker-4c-2g-32108’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32103’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32113 in /w/workspace/edgexfoundry_edgex-go_PR-3324 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 0e291f44bb73248a8c5ef7868096f1c33cce0f6a into PR head commit d802488aca6636226a8dc07a0996c11963065c35 > 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/3324/head:refs/remotes/origin/PR-3324 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d802488aca6636226a8dc07a0996c11963065c35 # timeout=10 Merge succeeded, producing d802488aca6636226a8dc07a0996c11963065c35 Checking out Revision d802488aca6636226a8dc07a0996c11963065c35 (PR-3324) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 0e291f44bb73248a8c5ef7868096f1c33cce0f6a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d802488aca6636226a8dc07a0996c11963065c35 # timeout=10 Commit message: "fix: Address Bryon's review comments" > git rev-list --no-walk 3e40545313c0bcbdda59067dec18517f6e162e0e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-30T23:20:19.860Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-30T23:20:20.110Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-30T23:20:20.205Z] ========================================================= [2021-03-30T23:20:20.205Z] EdgeX Global Pipelines Version Info [2021-03-30T23:20:20.205Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-30T23:20:21.745Z] ------------------- [2021-03-30T23:20:21.745Z] stable info: [2021-03-30T23:20:21.745Z] ------------------- [2021-03-30T23:20:21.745Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-30T23:20:21.745Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-30T23:20:21.745Z] Message: update stable to v1.0.186 [2021-03-30T23:20:22.717Z] ------------------- [2021-03-30T23:20:22.717Z] experimental info: [2021-03-30T23:20:22.717Z] ------------------- [2021-03-30T23:20:22.717Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-30T23:20:22.717Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-30T23:20:22.717Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-30T23:20:23.026Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-30T23:20:23.117Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-30T23:20:23.224Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-30T23:20:23.340Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-30T23:20:23.429Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-30T23:20:23.518Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-30T23:20:23.630Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-30T23:20:23.726Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-30T23:20:23.814Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-30T23:20:23.903Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-30T23:20:23.989Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-30T23:20:24.072Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-30T23:20:24.153Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-30T23:20:24.280Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-30T23:20:24.417Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-30T23:20:24.500Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-30T23:20:24.601Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-30T23:20:24.682Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-30T23:20:24.768Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-30T23:20:24.857Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-30T23:20:24.943Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-30T23:20:25.023Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-30T23:20:25.105Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3324 [Pipeline] echo [2021-03-30T23:20:25.187Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3324 [Pipeline] echo [2021-03-30T23:20:25.270Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3324 [Pipeline] echo [2021-03-30T23:20:25.353Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d802488aca6636226a8dc07a0996c11963065c35 [Pipeline] echo [2021-03-30T23:20:25.437Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d802488 [Pipeline] echo [2021-03-30T23:20:25.528Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-30T23:20:25.724Z] provisioning config files... [2021-03-30T23:20:25.764Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3539970168992315467tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-30T23:20:26.132Z] ---> docker-login.sh [2021-03-30T23:20:26.132Z] nexus3.edgexfoundry.org:10001 [2021-03-30T23:20:26.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T23:20:26.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T23:20:26.659Z] Configure a credential helper to remove this warning. See [2021-03-30T23:20:26.659Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T23:20:26.659Z] [2021-03-30T23:20:26.659Z] Login Succeeded [2021-03-30T23:20:26.659Z] nexus3.edgexfoundry.org:10002 [2021-03-30T23:20:26.659Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T23:20:26.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T23:20:26.659Z] Configure a credential helper to remove this warning. See [2021-03-30T23:20:26.659Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T23:20:26.659Z] [2021-03-30T23:20:26.659Z] Login Succeeded [2021-03-30T23:20:26.659Z] nexus3.edgexfoundry.org:10003 [2021-03-30T23:20:26.923Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T23:20:26.923Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T23:20:26.923Z] Configure a credential helper to remove this warning. See [2021-03-30T23:20:26.923Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T23:20:26.923Z] [2021-03-30T23:20:26.923Z] Login Succeeded [2021-03-30T23:20:26.923Z] nexus3.edgexfoundry.org:10004 [2021-03-30T23:20:27.186Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T23:20:27.186Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T23:20:27.186Z] Configure a credential helper to remove this warning. See [2021-03-30T23:20:27.186Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T23:20:27.186Z] [2021-03-30T23:20:27.186Z] Login Succeeded [2021-03-30T23:20:27.186Z] docker.io [2021-03-30T23:20:27.186Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T23:20:27.449Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T23:20:27.449Z] Configure a credential helper to remove this warning. See [2021-03-30T23:20:27.449Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T23:20:27.449Z] [2021-03-30T23:20:27.449Z] Login Succeeded [2021-03-30T23:20:27.449Z] ---> docker-login.sh ends [Pipeline] } [2021-03-30T23:20:27.459Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-30T23:20:27.914Z] ++ 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-30T23:20:27.914Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T23:20:27.914Z] ++ dirname cmd/core-command/Dockerfile [2021-03-30T23:20:27.914Z] ++ cut -d/ -f2 [2021-03-30T23:20:27.914Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-30T23:20:27.914Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T23:20:27.914Z] ++ dirname cmd/core-data/Dockerfile [2021-03-30T23:20:27.914Z] ++ cut -d/ -f2 [2021-03-30T23:20:27.914Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-30T23:20:27.914Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T23:20:27.914Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-30T23:20:27.914Z] ++ cut -d/ -f2 [2021-03-30T23:20:27.914Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-30T23:20:27.914Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T23:20:27.914Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-30T23:20:27.914Z] ++ cut -d/ -f2 [2021-03-30T23:20:27.914Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-30T23:20:27.914Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T23:20:27.914Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-30T23:20:27.914Z] ++ cut -d/ -f2 [2021-03-30T23:20:27.914Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-30T23:20:27.914Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T23:20:27.914Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-30T23:20:27.914Z] ++ cut -d/ -f2 [2021-03-30T23:20:27.914Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-30T23:20:27.914Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T23:20:27.914Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-30T23:20:27.914Z] ++ cut -d/ -f2 [2021-03-30T23:20:27.914Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-30T23:20:27.914Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T23:20:27.914Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-30T23:20:27.914Z] ++ cut -d/ -f2 [2021-03-30T23:20:27.914Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-30T23:20:27.914Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T23:20:27.914Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-30T23:20:27.914Z] ++ cut -d/ -f2 [2021-03-30T23:20:27.914Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-30T23:20:27.992Z] 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-30T23:20:29.259Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T23:20:29.259Z] [2021-03-30T23:20:29.259Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T23:20:29.632Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T23:20:29.632Z] latest: Pulling from edgex-devops/git-semver [2021-03-30T23:20:29.632Z] 31603596830f: Pulling fs layer [2021-03-30T23:20:29.632Z] 2a8b12db71e7: Pulling fs layer [2021-03-30T23:20:29.632Z] 6ca5941a6612: Pulling fs layer [2021-03-30T23:20:29.632Z] ecc8261a40a4: Pulling fs layer [2021-03-30T23:20:29.632Z] ecc8261a40a4: Waiting [2021-03-30T23:20:29.632Z] 2a8b12db71e7: Verifying Checksum [2021-03-30T23:20:29.632Z] 2a8b12db71e7: Download complete [2021-03-30T23:20:29.908Z] 31603596830f: Verifying Checksum [2021-03-30T23:20:29.908Z] 31603596830f: Download complete [2021-03-30T23:20:29.908Z] ecc8261a40a4: Verifying Checksum [2021-03-30T23:20:29.908Z] ecc8261a40a4: Download complete [2021-03-30T23:20:29.908Z] 6ca5941a6612: Verifying Checksum [2021-03-30T23:20:29.908Z] 6ca5941a6612: Download complete [2021-03-30T23:20:30.174Z] 31603596830f: Pull complete [2021-03-30T23:20:30.438Z] 2a8b12db71e7: Pull complete [2021-03-30T23:20:31.385Z] 6ca5941a6612: Pull complete [2021-03-30T23:20:31.385Z] ecc8261a40a4: Pull complete [2021-03-30T23:20:31.385Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-30T23:20:31.385Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T23:20:31.385Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-30T23:20:31.502Z] prd-centos7-docker-4c-2g-32113 does not seem to be running inside a container [2021-03-30T23:20:31.569Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-30T23:20:34.196Z] $ docker top 803cae530e9d074da29e2ba1bc72d5d565772bb62bc3323da134c4fe7c3d70c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-30T23:20:34.472Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-30T23:20:34.472Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-30T23:20:34.688Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-30T23:20:34.690Z] $ docker exec 803cae530e9d074da29e2ba1bc72d5d565772bb62bc3323da134c4fe7c3d70c2 ssh-agent [2021-03-30T23:20:34.860Z] SSH_AUTH_SOCK=/tmp/ssh-BzAGnOR3Ii4t/agent.13 [2021-03-30T23:20:34.860Z] SSH_AGENT_PID=18 [2021-03-30T23:20:34.875Z] Running ssh-add (command line suppressed) [2021-03-30T23:20:34.987Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7661262082081421087.key (/w/workspace/edgex-go/2@tmp/private_key_7661262082081421087.key) [2021-03-30T23:20:35.039Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-30T23:20:35.368Z] + git tag --points-at HEAD [Pipeline] } [2021-03-30T23:20:35.391Z] $ docker exec --env ******** --env ******** 803cae530e9d074da29e2ba1bc72d5d565772bb62bc3323da134c4fe7c3d70c2 ssh-agent -k [2021-03-30T23:20:35.506Z] unset SSH_AUTH_SOCK; [2021-03-30T23:20:35.507Z] unset SSH_AGENT_PID; [2021-03-30T23:20:35.507Z] echo Agent pid 18 killed; [2021-03-30T23:20:35.553Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-30T23:20:35.693Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-30T23:20:35.693Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-30T23:20:35.865Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-30T23:20:35.867Z] $ docker exec 803cae530e9d074da29e2ba1bc72d5d565772bb62bc3323da134c4fe7c3d70c2 ssh-agent [2021-03-30T23:20:36.023Z] SSH_AUTH_SOCK=/tmp/ssh-sUwKl73HUu8Z/agent.46 [2021-03-30T23:20:36.023Z] SSH_AGENT_PID=51 [2021-03-30T23:20:36.029Z] Running ssh-add (command line suppressed) [2021-03-30T23:20:36.148Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6493924010479182302.key (/w/workspace/edgex-go/2@tmp/private_key_6493924010479182302.key) [2021-03-30T23:20:36.198Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-30T23:20:36.525Z] + git semver init [2021-03-30T23:20:36.525Z] # -> Open(): unable to determine branch for HEAD [2021-03-30T23:20:36.525Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-03-30T23:20:36.525Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-03-30T23:20:36.525Z] # $SEMVER_REMOTE_NAME = origin [2021-03-30T23:20:36.525Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-30T23:20:36.525Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-30T23:20:36.525Z] # $SEMVER_BRANCH = PR-3324 [2021-03-30T23:20:36.525Z] # $SEMVER_TEMP = /tmp/semver-527187711 [2021-03-30T23:20:36.525Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-30T23:21:15.339Z] # '/tmp/semver-527187711' -> '/w/workspace/edgex-go/2/.semver' [2021-03-30T23:21:15.339Z] # -> Force: false [2021-03-30T23:21:15.339Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-03-30T23:21:15.352Z] $ docker exec --env ******** --env ******** 803cae530e9d074da29e2ba1bc72d5d565772bb62bc3323da134c4fe7c3d70c2 ssh-agent -k [2021-03-30T23:21:15.625Z] unset SSH_AUTH_SOCK; [2021-03-30T23:21:15.626Z] unset SSH_AGENT_PID; [2021-03-30T23:21:15.626Z] echo Agent pid 51 killed; [2021-03-30T23:21:15.734Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-30T23:21:16.207Z] + git semver [Pipeline] } [2021-03-30T23:21:16.225Z] $ docker stop --time=1 803cae530e9d074da29e2ba1bc72d5d565772bb62bc3323da134c4fe7c3d70c2 [2021-03-30T23:21:18.191Z] $ docker rm -f 803cae530e9d074da29e2ba1bc72d5d565772bb62bc3323da134c4fe7c3d70c2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-30T23:21:18.727Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-30T23:21:20.445Z] Stashed 1 file(s) [Pipeline] echo [2021-03-30T23:21:20.449Z] [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-30T23:21:21.439Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-30T23:21:21.761Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-30T23:21:22.077Z] + sudo service docker restart [2021-03-30T23:21:22.077Z] + true [2021-03-30T23:21:22.077Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-30T23:21:22.666Z] ========================================================= [2021-03-30T23:21:22.667Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-30T23:21:22.667Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-30T23:21:23.011Z] + 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-30T23:21:27.258Z] Sending build context to Docker daemon 329.2MB [2021-03-30T23:21:27.258Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-30T23:21:27.258Z] Step 2/6 : FROM ${BASE} [2021-03-30T23:21:27.258Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-30T23:21:27.258Z] 188c0c94c7c5: Pulling fs layer [2021-03-30T23:21:27.258Z] 0ef7d3d256c8: Pulling fs layer [2021-03-30T23:21:27.258Z] de9db76c5a1d: Pulling fs layer [2021-03-30T23:21:27.258Z] bca2f99d35d6: Pulling fs layer [2021-03-30T23:21:27.258Z] 93359f2a8cfa: Pulling fs layer [2021-03-30T23:21:27.258Z] 7c6f9722023f: Pulling fs layer [2021-03-30T23:21:27.258Z] a35cf1a2eb13: Pulling fs layer [2021-03-30T23:21:27.258Z] bca2f99d35d6: Waiting [2021-03-30T23:21:27.258Z] 93359f2a8cfa: Waiting [2021-03-30T23:21:27.258Z] 7c6f9722023f: Waiting [2021-03-30T23:21:27.258Z] a35cf1a2eb13: Waiting [2021-03-30T23:21:27.258Z] de9db76c5a1d: Download complete [2021-03-30T23:21:27.258Z] 0ef7d3d256c8: Verifying Checksum [2021-03-30T23:21:27.258Z] 0ef7d3d256c8: Download complete [2021-03-30T23:21:27.258Z] 93359f2a8cfa: Verifying Checksum [2021-03-30T23:21:27.258Z] 93359f2a8cfa: Download complete [2021-03-30T23:21:27.258Z] 7c6f9722023f: Verifying Checksum [2021-03-30T23:21:27.258Z] 7c6f9722023f: Download complete [2021-03-30T23:21:27.258Z] 188c0c94c7c5: Verifying Checksum [2021-03-30T23:21:27.258Z] 188c0c94c7c5: Download complete [2021-03-30T23:21:27.258Z] 188c0c94c7c5: Pull complete [2021-03-30T23:21:27.525Z] 0ef7d3d256c8: Pull complete [2021-03-30T23:21:27.525Z] de9db76c5a1d: Pull complete [2021-03-30T23:21:28.921Z] a35cf1a2eb13: Verifying Checksum [2021-03-30T23:21:28.921Z] a35cf1a2eb13: Download complete [2021-03-30T23:21:29.885Z] bca2f99d35d6: Verifying Checksum [2021-03-30T23:21:29.885Z] bca2f99d35d6: Download complete [2021-03-30T23:21:35.230Z] bca2f99d35d6: Pull complete [2021-03-30T23:21:35.230Z] 93359f2a8cfa: Pull complete [2021-03-30T23:21:35.230Z] 7c6f9722023f: Pull complete [2021-03-30T23:21:35.924Z] Still waiting to schedule task [2021-03-30T23:21:35.925Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-30T23:21:39.464Z] a35cf1a2eb13: Pull complete [2021-03-30T23:21:39.464Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-30T23:21:39.464Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-30T23:21:39.464Z] ---> a62c8e92a672 [2021-03-30T23:21:39.464Z] 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-30T23:21:39.726Z] ---> Running in fbb62570b981 [2021-03-30T23:21:40.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T23:21:41.249Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T23:21:41.512Z] (1/12) Installing libmagic (5.38-r0) [2021-03-30T23:21:42.087Z] (2/12) Installing file (5.38-r0) [2021-03-30T23:21:42.087Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-30T23:21:42.087Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-30T23:21:47.394Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-30T23:21:47.394Z] (6/12) Installing patch (2.7.6-r6) [2021-03-30T23:21:47.394Z] (7/12) Installing build-base (0.5-r2) [2021-03-30T23:21:47.394Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-30T23:21:47.394Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-30T23:21:47.394Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-30T23:21:47.394Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-30T23:21:47.394Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-30T23:21:47.394Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T23:21:47.394Z] OK: 233 MiB in 51 packages [2021-03-30T23:21:51.625Z] Removing intermediate container fbb62570b981 [2021-03-30T23:21:51.625Z] ---> c9ba31dd1a34 [2021-03-30T23:21:51.625Z] Step 4/6 : WORKDIR /edgex-go [2021-03-30T23:21:51.625Z] ---> Running in daaeb4cdff08 [2021-03-30T23:21:51.625Z] Removing intermediate container daaeb4cdff08 [2021-03-30T23:21:51.625Z] ---> ad7e54055821 [2021-03-30T23:21:51.625Z] Step 5/6 : COPY go.mod . [2021-03-30T23:21:51.625Z] ---> 0c497e2f7a41 [2021-03-30T23:21:51.625Z] Step 6/6 : RUN go mod download [2021-03-30T23:21:51.625Z] ---> Running in a1b67de43a8b [2021-03-30T23:22:13.673Z] Removing intermediate container a1b67de43a8b [2021-03-30T23:22:13.673Z] ---> 2c1faa66b374 [2021-03-30T23:22:13.673Z] Successfully built 2c1faa66b374 [2021-03-30T23:22:13.673Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T23:22:13.996Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-30T23:22:13.996Z] . [Pipeline] withDockerContainer [2021-03-30T23:22:14.094Z] prd-centos7-docker-4c-2g-32113 does not seem to be running inside a container [2021-03-30T23:22:14.147Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-30T23:22:15.157Z] $ docker top 1e767514db28cb23a57bdd46021b45d39bd0336fb2854eaacac32fef9f613924 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T23:22:15.639Z] + go version [2021-03-30T23:22:15.639Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-30T23:22:15.650Z] $ docker stop --time=1 1e767514db28cb23a57bdd46021b45d39bd0336fb2854eaacac32fef9f613924 [2021-03-30T23:22:17.007Z] $ docker rm -f 1e767514db28cb23a57bdd46021b45d39bd0336fb2854eaacac32fef9f613924 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T23:22:17.817Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-30T23:22:17.817Z] . [Pipeline] withDockerContainer [2021-03-30T23:22:17.914Z] prd-centos7-docker-4c-2g-32113 does not seem to be running inside a container [2021-03-30T23:22:17.956Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-30T23:22:18.561Z] $ docker top f45055dac5e9d5f5b9c720c2d5a0cbb3e08baa0ea0382fab3cf744a652145395 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-30T23:22:18.749Z] ========================================================= [2021-03-30T23:22:18.749Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-30T23:22:18.749Z] ========================================================= [Pipeline] sh [2021-03-30T23:22:19.040Z] + make test [2021-03-30T23:22:19.040Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-30T23:22:27.231Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-30T23:22:45.499Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-30T23:22:47.826Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-30T23:22:49.854Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-30T23:22:49.854Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-30T23:22:51.273Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-30T23:22:51.273Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-30T23:22:51.273Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-30T23:22:51.542Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-30T23:22:52.510Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-30T23:22:52.797Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-30T23:22:55.383Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-30T23:22:55.383Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-30T23:22:55.383Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-30T23:22:57.978Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.106s coverage: 45.9% of statements [2021-03-30T23:22:57.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-30T23:22:57.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-30T23:22:57.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-30T23:22:57.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-30T23:22:57.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-30T23:22:57.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-30T23:22:57.978Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.059s coverage: 19.8% of statements [2021-03-30T23:22:57.978Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.091s coverage: 100.0% of statements [2021-03-30T23:23:00.600Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.160s coverage: 27.1% of statements [2021-03-30T23:23:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-30T23:23:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-30T23:23:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-30T23:23:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-30T23:23:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-30T23:23:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-30T23:23:00.600Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.080s coverage: 100.0% of statements [2021-03-30T23:23:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-30T23:23:00.600Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.052s coverage: 100.0% of statements [2021-03-30T23:23:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-30T23:23:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-30T23:23:00.600Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.100s coverage: 71.3% of statements [2021-03-30T23:23:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-30T23:23:00.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-30T23:23:01.193Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.144s coverage: 82.9% of statements [2021-03-30T23:23:01.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-30T23:23:01.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-30T23:23:01.193Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.050s coverage: 78.9% of statements [2021-03-30T23:23:01.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-30T23:23:04.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.358s coverage: 28.6% of statements [2021-03-30T23:23:04.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-30T23:23:04.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-30T23:23:04.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-30T23:23:04.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-30T23:23:04.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-30T23:23:04.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.102s coverage: 100.0% of statements [2021-03-30T23:23:04.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-30T23:23:04.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.053s coverage: 100.0% of statements [2021-03-30T23:23:04.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-30T23:23:04.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.152s coverage: 86.7% of statements [2021-03-30T23:23:04.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-30T23:23:04.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements [2021-03-30T23:23:04.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-30T23:23:04.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.115s coverage: 78.3% of statements [2021-03-30T23:23:04.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-30T23:23:04.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-30T23:23:04.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-30T23:23:04.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-30T23:23:06.508Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.387s coverage: 92.8% of statements [2021-03-30T23:23:06.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-30T23:23:06.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-30T23:23:06.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-30T23:23:06.508Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-30T23:23:06.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-30T23:23:06.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-30T23:23:06.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-30T23:23:06.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-30T23:23:06.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-30T23:23:06.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-30T23:23:06.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-30T23:23:06.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-30T23:23:06.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-30T23:23:06.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-30T23:23:06.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-30T23:23:06.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-30T23:23:06.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-30T23:23:06.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-30T23:23:06.508Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.086s coverage: 58.8% of statements [2021-03-30T23:23:06.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-30T23:23:06.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-30T23:23:06.508Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 1.0% of statements [2021-03-30T23:23:06.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-30T23:23:06.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-30T23:23:06.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-30T23:23:06.508Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 47.1% of statements [2021-03-30T23:23:06.508Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.090s coverage: 79.5% of statements [2021-03-30T23:23:06.508Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.049s coverage: 94.1% of statements [2021-03-30T23:23:06.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.093s coverage: 96.3% of statements [2021-03-30T23:23:06.786Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements [2021-03-30T23:23:19.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.066s coverage: 94.4% of statements [2021-03-30T23:23:19.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2021-03-30T23:23:22.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.261s coverage: 81.5% of statements [2021-03-30T23:23:22.450Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-03-30T23:23:22.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.053s coverage: 87.1% of statements [2021-03-30T23:23:32.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.094s coverage: 92.9% of statements [2021-03-30T23:23:32.510Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-30T23:23:32.510Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-30T23:23:32.510Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-30T23:23:32.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-30T23:23:32.510Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-30T23:23:32.510Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-30T23:23:32.510Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-30T23:23:32.510Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-30T23:23:32.510Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-30T23:23:32.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.045s coverage: 87.2% of statements [2021-03-30T23:23:32.510Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-30T23:23:32.510Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-30T23:23:32.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2021-03-30T23:23:32.510Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-30T23:23:32.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements [2021-03-30T23:23:32.510Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-30T23:23:32.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements [2021-03-30T23:23:32.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements [2021-03-30T23:23:32.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 84.6% of statements [2021-03-30T23:23:32.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.108s coverage: 91.6% of statements [2021-03-30T23:23:32.510Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-30T23:23:32.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.200s coverage: 64.4% of statements [2021-03-30T23:23:32.510Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-30T23:23:32.510Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-30T23:23:32.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2021-03-30T23:23:32.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements [2021-03-30T23:23:32.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-03-30T23:23:32.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-03-30T23:23:32.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-03-30T23:23:32.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.346s coverage: 69.0% of statements [2021-03-30T23:23:32.510Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-30T23:23:32.510Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-30T23:23:32.510Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-30T23:23:32.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.108s coverage: 38.4% of statements [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-30T23:23:32.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.052s coverage: 89.5% of statements [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-30T23:23:32.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.038s coverage: 84.8% of statements [2021-03-30T23:23:32.511Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.121s coverage: 47.0% of statements [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-30T23:23:32.511Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-30T23:23:32.511Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.038s coverage: 100.0% of statements [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-30T23:23:32.511Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.139s coverage: 87.1% of statements [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-30T23:23:32.511Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.710s coverage: 29.1% of statements [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-30T23:23:32.511Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.094s coverage: 99.0% of statements [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-30T23:23:32.511Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.061s coverage: 100.0% of statements [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-30T23:23:32.511Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.096s coverage: 95.0% of statements [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-30T23:23:32.511Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-30T23:23:32.511Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-30T23:23:32.511Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-30T23:23:32.511Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-30T23:23:32.511Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.025s coverage: 100.0% of statements [2021-03-30T23:23:32.511Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements [2021-03-30T23:23:32.511Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-30T23:23:32.511Z] GO111MODULE=on go vet ./... [2021-03-30T23:23:59.217Z] gofmt -l . [2021-03-30T23:23:59.217Z] [ "`gofmt -l .`" = "" ] [2021-03-30T23:23:59.217Z] ./bin/test-go-mod-tidy.sh [2021-03-30T23:24:00.168Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-30T23:24:01.061Z] + ls -al . [2021-03-30T23:24:01.061Z] total 792 [2021-03-30T23:24:01.061Z] drwxrwxr-x 10 1001 1001 4096 Mar 30 23:24 . [2021-03-30T23:24:01.061Z] drwxr-xr-x 4 root root 28 Mar 30 23:22 .. [2021-03-30T23:24:01.061Z] -rw-rw-r-- 1 1001 1001 11 Mar 30 23:20 .dockerignore [2021-03-30T23:24:01.061Z] drwxrwxr-x 8 1001 1001 179 Mar 30 23:20 .git [2021-03-30T23:24:01.061Z] drwxrwxr-x 3 1001 1001 125 Mar 30 23:20 .github [2021-03-30T23:24:01.061Z] -rw-rw-r-- 1 1001 1001 818 Mar 30 23:20 .gitignore [2021-03-30T23:24:01.061Z] drwx------ 3 1001 1001 60 Mar 30 23:21 .semver [2021-03-30T23:24:01.061Z] -rw-rw-r-- 1 1001 1001 166 Mar 30 23:20 .sonarcloud.properties [2021-03-30T23:24:01.061Z] -rw-rw-r-- 1 1001 1001 8607 Mar 30 23:20 Attribution.txt [2021-03-30T23:24:01.061Z] -rw-rw-r-- 1 1001 1001 3804 Mar 30 23:20 CONTRIBUTING.md [2021-03-30T23:24:01.061Z] -rw-rw-r-- 1 1001 1001 931 Mar 30 23:20 Dockerfile.build [2021-03-30T23:24:01.061Z] -rw-rw-r-- 1 1001 1001 863 Mar 30 23:20 Jenkinsfile [2021-03-30T23:24:01.061Z] -rw-rw-r-- 1 1001 1001 10775 Mar 30 23:20 LICENSE [2021-03-30T23:24:01.061Z] -rw-rw-r-- 1 1001 1001 5774 Mar 30 23:20 Makefile [2021-03-30T23:24:01.061Z] -rw-rw-r-- 1 1001 1001 6548 Mar 30 23:20 README.md [2021-03-30T23:24:01.061Z] -rw-rw-r-- 1 1001 1001 6755 Mar 30 23:20 SECURITY.md [2021-03-30T23:24:01.061Z] -rw-rw-r-- 1 1001 1001 5 Mar 30 23:21 VERSION [2021-03-30T23:24:01.061Z] -rw-rw-r-- 1 1001 1001 4131 Mar 30 23:20 ZMQWindows.md [2021-03-30T23:24:01.061Z] drwxrwxr-x 2 1001 1001 117 Mar 30 23:20 bin [2021-03-30T23:24:01.061Z] drwxrwxr-x 14 1001 1001 4096 Mar 30 23:20 cmd [2021-03-30T23:24:01.061Z] -rw-r--r-- 1 root root 683562 Mar 30 23:23 coverage.out [2021-03-30T23:24:01.061Z] -rw-r--r-- 1 root root 1056 Mar 30 23:23 go.mod [2021-03-30T23:24:01.061Z] -rw-r--r-- 1 root root 22875 Mar 30 23:23 go.sum [2021-03-30T23:24:01.061Z] drwxrwxr-x 8 1001 1001 127 Mar 30 23:20 internal [2021-03-30T23:24:01.061Z] drwxrwxr-x 4 1001 1001 26 Mar 30 23:20 openapi [2021-03-30T23:24:01.061Z] drwxrwxr-x 4 1001 1001 71 Mar 30 23:20 snap [2021-03-30T23:24:01.061Z] -rw-rw-r-- 1 1001 1001 168 Mar 30 23:20 version.go [Pipeline] sh [2021-03-30T23:24:01.372Z] + '[' -e coverage.out ] [2021-03-30T23:24:01.372Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-30T23:24:01.642Z] Stashed 1 file(s) [Pipeline] sh [2021-03-30T23:24:01.935Z] + make build [2021-03-30T23:24:01.935Z] 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-30T23:24:06.187Z] 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-30T23:24:11.897Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32115 in /w/workspace/edgexfoundry_edgex-go_PR-3324 [Pipeline] { [Pipeline] ws [2021-03-30T23:24:11.977Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-30T23:24:14.405Z] 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-30T23:24:15.803Z] 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-30T23:24:17.212Z] 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-30T23:24:17.337Z] using credential edgex-jenkins-ssh [2021-03-30T23:24:17.391Z] Cloning the remote Git repository [2021-03-30T23:24:17.477Z] 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-30T23:24:17.447Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-30T23:24:17.550Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-30T23:24:17.630Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-30T23:24:17.631Z] > git --version # timeout=10 [2021-03-30T23:24:17.652Z] > git --version # 'git version 2.17.1' [2021-03-30T23:24:17.653Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T23:24:17.709Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T23:24:18.874Z] 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-30T23:24:20.826Z] 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-30T23:24:21.780Z] 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-30T23:24:23.177Z] 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-30T23:24:24.127Z] 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-30T23:24:25.082Z] 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-30T23:24:27.669Z] $ docker stop --time=1 f45055dac5e9d5f5b9c720c2d5a0cbb3e08baa0ea0382fab3cf744a652145395 [2021-03-30T23:24:30.573Z] $ docker rm -f f45055dac5e9d5f5b9c720c2d5a0cbb3e08baa0ea0382fab3cf744a652145395 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T23:24:34.086Z] Merging remotes/origin/master commit 0e291f44bb73248a8c5ef7868096f1c33cce0f6a into PR head commit d802488aca6636226a8dc07a0996c11963065c35 [2021-03-30T23:24:33.131Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-30T23:24:33.154Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T23:24:33.182Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-30T23:24:33.227Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-30T23:24:33.228Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T23:24:33.240Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3324/head:refs/remotes/origin/PR-3324 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T23:24:34.104Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T23:24:34.116Z] > git checkout -f d802488aca6636226a8dc07a0996c11963065c35 # timeout=10 [2021-03-30T23:24:34.283Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-30T23:24:34.283Z] [2021-03-30T23:24:34.283Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T23:24:34.536Z] Merge succeeded, producing d802488aca6636226a8dc07a0996c11963065c35 [2021-03-30T23:24:34.537Z] Checking out Revision d802488aca6636226a8dc07a0996c11963065c35 (PR-3324) [2021-03-30T23:24:34.629Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-30T23:24:34.629Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-30T23:24:34.629Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-30T23:24:34.629Z] ca9280d653b3: Pulling fs layer [2021-03-30T23:24:34.629Z] 7e9c9ca2126c: Pulling fs layer [2021-03-30T23:24:35.211Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-30T23:24:35.211Z] cbdbe7a5bc2a: Download complete [2021-03-30T23:24:35.481Z] ca9280d653b3: Verifying Checksum [2021-03-30T23:24:35.481Z] ca9280d653b3: Download complete [2021-03-30T23:24:35.481Z] cbdbe7a5bc2a: Pull complete [2021-03-30T23:24:34.441Z] > git remote # timeout=10 [2021-03-30T23:24:34.463Z] > git config --get remote.origin.url # timeout=10 [2021-03-30T23:24:34.475Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T23:24:34.485Z] > git merge 0e291f44bb73248a8c5ef7868096f1c33cce0f6a # timeout=10 [2021-03-30T23:24:34.511Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-30T23:24:34.544Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T23:24:34.562Z] > git checkout -f d802488aca6636226a8dc07a0996c11963065c35 # timeout=10 [2021-03-30T23:24:36.437Z] 7e9c9ca2126c: Download complete [2021-03-30T23:24:36.437Z] ca9280d653b3: Pull complete [2021-03-30T23:24:39.096Z] Commit message: "fix: Address Bryon's review comments" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-30T23:24:40.471Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-30T23:24:40.879Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-30T23:24:41.214Z] + true [2021-03-30T23:24:41.214Z] + sudo service docker restart [2021-03-30T23:24:43.073Z] 7e9c9ca2126c: Pull complete [2021-03-30T23:24:43.073Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-30T23:24:43.073Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-30T23:24:43.073Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-30T23:24:43.247Z] prd-centos7-docker-4c-2g-32113 does not seem to be running inside a container [2021-03-30T23:24:43.456Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-30T23:24:46.472Z] $ docker top 49562a31604f8e509329dbf7299d2dc3f3442fcc3edd04f14224d1afccb6fdea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] wrap [2021-03-30T23:24:46.856Z] provisioning config files... [2021-03-30T23:24:46.897Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6827806539825825757tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-30T23:24:47.074Z] + docker-compose build --help [2021-03-30T23:24:47.074Z] + grep parallel [2021-03-30T23:24:47.340Z] ---> docker-login.sh [2021-03-30T23:24:47.340Z] nexus3.edgexfoundry.org:10001 [2021-03-30T23:24:48.021Z] --parallel Build images in parallel. [Pipeline] } [2021-03-30T23:24:48.034Z] $ docker stop --time=1 49562a31604f8e509329dbf7299d2dc3f3442fcc3edd04f14224d1afccb6fdea [2021-03-30T23:24:48.317Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T23:24:48.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T23:24:48.592Z] Configure a credential helper to remove this warning. See [2021-03-30T23:24:48.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T23:24:48.592Z] [2021-03-30T23:24:48.592Z] Login Succeeded [2021-03-30T23:24:48.592Z] nexus3.edgexfoundry.org:10002 [2021-03-30T23:24:48.886Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T23:24:49.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T23:24:49.164Z] Configure a credential helper to remove this warning. See [2021-03-30T23:24:49.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T23:24:49.164Z] [2021-03-30T23:24:49.164Z] Login Succeeded [2021-03-30T23:24:49.164Z] nexus3.edgexfoundry.org:10003 [2021-03-30T23:24:49.395Z] $ docker rm -f 49562a31604f8e509329dbf7299d2dc3f3442fcc3edd04f14224d1afccb6fdea [2021-03-30T23:24:49.436Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-03-30T23:24:49.713Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T23:24:49.713Z] Configure a credential helper to remove this warning. See [2021-03-30T23:24:49.713Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T23:24:49.713Z] [2021-03-30T23:24:49.713Z] Login Succeeded [2021-03-30T23:24:49.713Z] nexus3.edgexfoundry.org:10004 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T23:24:49.985Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T23:24:50.065Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-30T23:24:50.065Z] . [Pipeline] withDockerContainer [2021-03-30T23:24:50.165Z] prd-centos7-docker-4c-2g-32113 does not seem to be running inside a container [2021-03-30T23:24:50.209Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-30T23:24:50.261Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T23:24:50.261Z] Configure a credential helper to remove this warning. See [2021-03-30T23:24:50.261Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T23:24:50.261Z] [2021-03-30T23:24:50.261Z] Login Succeeded [2021-03-30T23:24:50.261Z] docker.io [2021-03-30T23:24:50.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T23:24:50.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T23:24:50.802Z] Configure a credential helper to remove this warning. See [2021-03-30T23:24:50.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T23:24:50.802Z] [2021-03-30T23:24:50.802Z] Login Succeeded [2021-03-30T23:24:50.802Z] ---> docker-login.sh ends [2021-03-30T23:24:51.071Z] $ docker top a78073e18436f4948b1c6c315ecf460b19043448de96ae888ecc6a08a866d101 -eo pid,comm [Pipeline] { [Pipeline] } [2021-03-30T23:24:51.274Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-03-30T23:24:51.612Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] echo [2021-03-30T23:24:51.755Z] ========================================================= [2021-03-30T23:24:51.755Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-30T23:24:51.755Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-30T23:24:52.152Z] + 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-30T23:24:52.562Z] Building docker-core-command-go ... [2021-03-30T23:24:52.562Z] Building docker-core-data-go ... [2021-03-30T23:24:52.562Z] Building docker-core-metadata-go ... [2021-03-30T23:24:52.562Z] Building docker-security-bootstrapper-go ... [2021-03-30T23:24:52.562Z] Building docker-security-proxy-setup-go ... [2021-03-30T23:24:52.562Z] Building docker-security-secretstore-setup-go ... [2021-03-30T23:24:52.562Z] Building docker-support-notifications-go ... [2021-03-30T23:24:52.562Z] Building docker-support-scheduler-go ... [2021-03-30T23:24:52.562Z] Building docker-sys-mgmt-agent-go ... [2021-03-30T23:24:52.562Z] Building docker-sys-mgmt-agent-go [2021-03-30T23:24:52.562Z] Building docker-security-secretstore-setup-go [2021-03-30T23:24:52.562Z] Building docker-core-data-go [2021-03-30T23:24:52.562Z] Building docker-support-scheduler-go [2021-03-30T23:24:52.562Z] Building docker-security-proxy-setup-go [2021-03-30T23:24:54.822Z] Sending build context to Docker daemon 167.1MB [2021-03-30T23:24:54.822Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-30T23:24:54.822Z] Step 2/6 : FROM ${BASE} [2021-03-30T23:24:54.822Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-30T23:24:54.822Z] 5f621e34cdf4: Pulling fs layer [2021-03-30T23:24:54.822Z] a4357932f1b6: Pulling fs layer [2021-03-30T23:24:54.822Z] 18c013af1878: Pulling fs layer [2021-03-30T23:24:54.822Z] 00ac8860ef70: Pulling fs layer [2021-03-30T23:24:54.822Z] 63d7cb157983: Pulling fs layer [2021-03-30T23:24:54.822Z] b116817d02f9: Pulling fs layer [2021-03-30T23:24:54.822Z] 745a02a5169b: Pulling fs layer [2021-03-30T23:24:54.822Z] 00ac8860ef70: Waiting [2021-03-30T23:24:54.822Z] 63d7cb157983: Waiting [2021-03-30T23:24:54.822Z] b116817d02f9: Waiting [2021-03-30T23:24:54.822Z] 745a02a5169b: Waiting [2021-03-30T23:24:54.822Z] 18c013af1878: Download complete [2021-03-30T23:24:54.822Z] a4357932f1b6: Verifying Checksum [2021-03-30T23:24:54.822Z] a4357932f1b6: Download complete [2021-03-30T23:24:54.822Z] 63d7cb157983: Download complete [2021-03-30T23:24:54.822Z] b116817d02f9: Download complete [2021-03-30T23:24:55.103Z] 5f621e34cdf4: Verifying Checksum [2021-03-30T23:24:55.103Z] 5f621e34cdf4: Download complete [2021-03-30T23:24:55.736Z] 5f621e34cdf4: Pull complete [2021-03-30T23:24:56.346Z] a4357932f1b6: Pull complete [2021-03-30T23:24:57.339Z] 745a02a5169b: Verifying Checksum [2021-03-30T23:24:57.339Z] 745a02a5169b: Download complete [2021-03-30T23:24:58.325Z] 18c013af1878: Pull complete [2021-03-30T23:24:58.325Z] 00ac8860ef70: Verifying Checksum [2021-03-30T23:24:58.325Z] 00ac8860ef70: Download complete [2021-03-30T23:25:08.530Z] 00ac8860ef70: Pull complete [2021-03-30T23:25:08.530Z] 63d7cb157983: Pull complete [2021-03-30T23:25:08.812Z] b116817d02f9: Pull complete [2021-03-30T23:25:13.137Z] 745a02a5169b: Pull complete [2021-03-30T23:25:13.137Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-30T23:25:13.137Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-30T23:25:13.137Z] ---> b7e6874047d6 [2021-03-30T23:25:13.137Z] 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-30T23:25:16.548Z] ---> Running in c747854a682e [2021-03-30T23:25:17.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T23:25:18.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T23:25:18.731Z] (1/12) Installing libmagic (5.38-r0) [2021-03-30T23:25:19.003Z] (2/12) Installing file (5.38-r0) [2021-03-30T23:25:19.003Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-30T23:25:19.273Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-30T23:25:23.567Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-30T23:25:23.836Z] (6/12) Installing patch (2.7.6-r6) [2021-03-30T23:25:23.836Z] (7/12) Installing build-base (0.5-r2) [2021-03-30T23:25:23.836Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-30T23:25:24.106Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-30T23:25:24.106Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-30T23:25:24.106Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-30T23:25:24.376Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-30T23:25:24.376Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T23:25:24.376Z] OK: 217 MiB in 51 packages [2021-03-30T23:25:28.707Z] Removing intermediate container c747854a682e [2021-03-30T23:25:28.707Z] ---> f8cb419ba7a3 [2021-03-30T23:25:28.707Z] Step 4/6 : WORKDIR /edgex-go [2021-03-30T23:25:28.707Z] ---> Running in 9b00562d0a05 [2021-03-30T23:25:28.981Z] Removing intermediate container 9b00562d0a05 [2021-03-30T23:25:28.981Z] ---> 9749b63426b6 [2021-03-30T23:25:28.981Z] Step 5/6 : COPY go.mod . [2021-03-30T23:25:29.587Z] ---> a14fd46cd53d [2021-03-30T23:25:29.587Z] Step 6/6 : RUN go mod download [2021-03-30T23:25:29.866Z] ---> Running in 77d895fa9450 [2021-03-30T23:25:31.482Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T23:25:31.482Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-30T23:25:31.482Z] ---> 2c1faa66b374 [2021-03-30T23:25:31.482Z] Step 3/21 : WORKDIR /edgex-go [2021-03-30T23:25:31.482Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T23:25:31.482Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-30T23:25:31.482Z] ---> 2c1faa66b374 [2021-03-30T23:25:31.482Z] Step 3/22 : WORKDIR /edgex-go [2021-03-30T23:25:31.482Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T23:25:31.482Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-30T23:25:31.482Z] ---> 2c1faa66b374 [2021-03-30T23:25:31.482Z] Step 3/24 : WORKDIR /edgex-go [2021-03-30T23:25:31.482Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T23:25:31.482Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-30T23:25:31.482Z] ---> 2c1faa66b374 [2021-03-30T23:25:31.482Z] Step 3/26 : WORKDIR /edgex-go [2021-03-30T23:25:31.482Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T23:25:31.482Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-30T23:25:31.482Z] ---> 2c1faa66b374 [2021-03-30T23:25:31.482Z] Step 3/23 : WORKDIR /edgex-go [2021-03-30T23:25:31.482Z] ---> Running in 7698f9f699a3 [2021-03-30T23:25:31.482Z] ---> Running in 06a7fe77b5a7 [2021-03-30T23:25:31.482Z] ---> Running in 90fce6c5a396 [2021-03-30T23:25:31.482Z] ---> Running in 18d4c4d25f2b [2021-03-30T23:25:31.482Z] ---> Running in 8c30d6272ec4 [2021-03-30T23:25:31.482Z] Removing intermediate container 8c30d6272ec4 [2021-03-30T23:25:31.482Z] ---> a214bda79042 [2021-03-30T23:25:31.482Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T23:25:31.482Z] Removing intermediate container 90fce6c5a396 [2021-03-30T23:25:31.482Z] ---> ca1c99bbb2a8 [2021-03-30T23:25:31.482Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T23:25:31.482Z] Removing intermediate container 7698f9f699a3 [2021-03-30T23:25:31.482Z] ---> f73308425d48 [2021-03-30T23:25:31.482Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T23:25:31.482Z] Removing intermediate container 06a7fe77b5a7 [2021-03-30T23:25:31.482Z] ---> 492fab7a7a4b [2021-03-30T23:25:31.482Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T23:25:31.482Z] Removing intermediate container 18d4c4d25f2b [2021-03-30T23:25:31.482Z] ---> 3a7fa50f8b1e [2021-03-30T23:25:31.482Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T23:25:31.482Z] ---> Running in 88174d6cae82 [2021-03-30T23:25:31.482Z] ---> Running in e584c2e5c597 [2021-03-30T23:25:31.482Z] ---> Running in f9161458ad19 [2021-03-30T23:25:31.482Z] ---> Running in 1e01a53a87b8 [2021-03-30T23:25:31.482Z] ---> Running in 33e69a7c677d [2021-03-30T23:25:33.452Z] Removing intermediate container f9161458ad19 [2021-03-30T23:25:33.452Z] ---> 22c84385dd69 [2021-03-30T23:25:33.452Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-30T23:25:33.452Z] Removing intermediate container e584c2e5c597 [2021-03-30T23:25:33.452Z] ---> 6549b71b5395 [2021-03-30T23:25:33.452Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-30T23:25:33.719Z] Removing intermediate container 33e69a7c677d [2021-03-30T23:25:33.719Z] ---> b038da895ade [2021-03-30T23:25:33.719Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-30T23:25:33.719Z] ---> Running in 79c958e82380 [2021-03-30T23:25:33.719Z] ---> Running in b4a55fe9a914 [2021-03-30T23:25:33.719Z] Removing intermediate container 88174d6cae82 [2021-03-30T23:25:33.719Z] ---> c43dcf2bc569 [2021-03-30T23:25:33.719Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-30T23:25:33.981Z] ---> Running in 485d0cd43633 [2021-03-30T23:25:33.982Z] Removing intermediate container 1e01a53a87b8 [2021-03-30T23:25:33.982Z] ---> f95ac2993b03 [2021-03-30T23:25:33.982Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-30T23:25:34.249Z] ---> Running in c4e893428c02 [2021-03-30T23:25:34.249Z] ---> Running in c2ca1150ccf8 [2021-03-30T23:25:34.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T23:25:34.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T23:25:35.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T23:25:35.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T23:25:35.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T23:25:35.639Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T23:25:35.639Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T23:25:35.639Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T23:25:35.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T23:25:35.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T23:25:35.910Z] OK: 233 MiB in 51 packages [2021-03-30T23:25:36.177Z] OK: 233 MiB in 51 packages [2021-03-30T23:25:36.177Z] OK: 233 MiB in 51 packages [2021-03-30T23:25:36.439Z] OK: 233 MiB in 51 packages [2021-03-30T23:25:36.439Z] OK: 233 MiB in 51 packages [2021-03-30T23:25:36.439Z] Removing intermediate container 79c958e82380 [2021-03-30T23:25:36.439Z] ---> 809f28b5147b [2021-03-30T23:25:36.439Z] Step 6/22 : COPY go.mod . [2021-03-30T23:25:37.036Z] ---> 40a5a958dc1e [2021-03-30T23:25:37.036Z] Step 7/22 : RUN go mod download [2021-03-30T23:25:37.036Z] Removing intermediate container 485d0cd43633 [2021-03-30T23:25:37.036Z] ---> 7bff070b75e0 [2021-03-30T23:25:37.036Z] Step 6/21 : COPY go.mod . [2021-03-30T23:25:37.036Z] ---> Running in d3d568dcec0f [2021-03-30T23:25:37.303Z] Removing intermediate container c4e893428c02 [2021-03-30T23:25:37.303Z] ---> d4b0116b319d [2021-03-30T23:25:37.303Z] Step 6/26 : COPY go.mod . [2021-03-30T23:25:37.303Z] Removing intermediate container c2ca1150ccf8 [2021-03-30T23:25:37.303Z] ---> a78d474d3acc [2021-03-30T23:25:37.303Z] Step 6/24 : COPY go.mod . [2021-03-30T23:25:37.573Z] ---> e6fd44baeb50 [2021-03-30T23:25:37.573Z] Step 7/21 : RUN go mod download [2021-03-30T23:25:37.573Z] Removing intermediate container b4a55fe9a914 [2021-03-30T23:25:37.573Z] ---> 259311df35f1 [2021-03-30T23:25:37.573Z] Step 6/23 : COPY go.mod . [2021-03-30T23:25:37.843Z] ---> cf50cf554add [2021-03-30T23:25:37.843Z] Step 7/26 : RUN go mod download [2021-03-30T23:25:37.843Z] ---> Running in 49a57945f858 [2021-03-30T23:25:37.843Z] ---> e4d00e9263f9 [2021-03-30T23:25:37.843Z] Step 7/24 : RUN go mod download [2021-03-30T23:25:38.110Z] ---> Running in 306b1a12da4f [2021-03-30T23:25:38.110Z] ---> Running in 1f0fb0d0fb47 [2021-03-30T23:25:38.110Z] ---> 9c5746d30866 [2021-03-30T23:25:38.110Z] Step 7/23 : RUN go mod download [2021-03-30T23:25:38.385Z] ---> Running in 38e3e134a4f5 [2021-03-30T23:25:39.362Z] Removing intermediate container d3d568dcec0f [2021-03-30T23:25:39.362Z] ---> 389608555d6a [2021-03-30T23:25:39.362Z] Step 8/22 : COPY . . [2021-03-30T23:25:39.947Z] Removing intermediate container 49a57945f858 [2021-03-30T23:25:39.947Z] ---> d612a20805fc [2021-03-30T23:25:39.947Z] Step 8/21 : COPY . . [2021-03-30T23:25:45.307Z] Removing intermediate container 306b1a12da4f [2021-03-30T23:25:45.307Z] ---> 712a53db4d65 [2021-03-30T23:25:45.307Z] Step 8/26 : COPY . . [2021-03-30T23:25:45.601Z] Removing intermediate container 1f0fb0d0fb47 [2021-03-30T23:25:45.601Z] ---> e7f6f2e69640 [2021-03-30T23:25:45.601Z] Step 8/24 : COPY . . [2021-03-30T23:25:46.566Z] Removing intermediate container 38e3e134a4f5 [2021-03-30T23:25:46.566Z] ---> ea15155b9e68 [2021-03-30T23:25:46.566Z] Step 8/23 : COPY . . [2021-03-30T23:25:56.678Z] Removing intermediate container 77d895fa9450 [2021-03-30T23:25:56.678Z] ---> 31e1cb96c434 [2021-03-30T23:25:56.678Z] Successfully built 31e1cb96c434 [2021-03-30T23:25:56.678Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T23:25:57.066Z] + docker inspect -f . ci-base-image-arm64 [2021-03-30T23:25:57.066Z] . [Pipeline] withDockerContainer [2021-03-30T23:25:57.367Z] prd-ubuntu18.04-docker-arm64-4c-16g-32115 does not seem to be running inside a container [2021-03-30T23:25:57.471Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-30T23:25:58.928Z] $ docker top beb11fba85d7dcfe3a736f6334c82717512e8596671b65dbec1a1ad9226306ef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T23:25:59.976Z] + go version [2021-03-30T23:25:59.976Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-30T23:26:00.003Z] $ docker stop --time=1 beb11fba85d7dcfe3a736f6334c82717512e8596671b65dbec1a1ad9226306ef [2021-03-30T23:26:01.908Z] $ docker rm -f beb11fba85d7dcfe3a736f6334c82717512e8596671b65dbec1a1ad9226306ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T23:26:02.976Z] + docker inspect -f . ci-base-image-arm64 [2021-03-30T23:26:02.976Z] . [Pipeline] withDockerContainer [2021-03-30T23:26:03.222Z] prd-ubuntu18.04-docker-arm64-4c-16g-32115 does not seem to be running inside a container [2021-03-30T23:26:03.320Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-30T23:26:04.863Z] $ docker top 154d6dbf5645ceb5027e2094f780cec8653d0a21b3c51ae8218c6522b8fff15d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-30T23:26:05.227Z] ========================================================= [2021-03-30T23:26:05.227Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-30T23:26:05.227Z] ========================================================= [Pipeline] sh [2021-03-30T23:26:05.882Z] + make test [2021-03-30T23:26:05.882Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-30T23:26:25.533Z] ---> 0b12bb07adaa [2021-03-30T23:26:25.533Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-30T23:26:25.533Z] ---> 5ca2638b93c7 [2021-03-30T23:26:25.533Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-30T23:26:25.533Z] ---> Running in 6c5abdfcf4cb [2021-03-30T23:26:25.533Z] ---> Running in 1ee7cdb92882 [2021-03-30T23:26:25.533Z] ---> 5d4060dbc26c [2021-03-30T23:26:25.533Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-30T23:26:25.533Z] ---> 7328bcfd2096 [2021-03-30T23:26:25.533Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-30T23:26:25.533Z] ---> 7a2de79ca9e2 [2021-03-30T23:26:25.533Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-30T23:26:25.533Z] ---> Running in 1fa10eb17e71 [2021-03-30T23:26:25.533Z] ---> Running in 306a7b91f18b [2021-03-30T23:26:25.533Z] ---> Running in fee42d719ff9 [2021-03-30T23:26:25.533Z] 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-30T23:26:25.533Z] 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-30T23:26:25.533Z] 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-30T23:26:25.533Z] 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-30T23:26:25.533Z] 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-30T23:26:28.066Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-30T23:26:57.799Z] 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-30T23:26:57.800Z] 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-30T23:27:05.981Z] Removing intermediate container 306a7b91f18b [2021-03-30T23:27:05.981Z] ---> 6fab7949027c [2021-03-30T23:27:05.981Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-30T23:27:09.313Z] Removing intermediate container 6c5abdfcf4cb [2021-03-30T23:27:09.313Z] ---> 1b2bc39aefe2 [2021-03-30T23:27:09.313Z] [2021-03-30T23:27:09.313Z] Step 10/22 : FROM alpine:3.12 [2021-03-30T23:27:09.313Z] 3.12: Pulling from library/alpine [2021-03-30T23:27:09.313Z] Removing intermediate container fee42d719ff9 [2021-03-30T23:27:09.313Z] ---> 5286036b749f [2021-03-30T23:27:09.313Z] [2021-03-30T23:27:09.313Z] Step 10/24 : FROM alpine:3.12 [2021-03-30T23:27:09.313Z] ---> Running in 2863fc7b0812 [2021-03-30T23:27:09.313Z] 3.12: Pulling from library/alpine [2021-03-30T23:27:09.313Z] Removing intermediate container 1ee7cdb92882 [2021-03-30T23:27:09.313Z] ---> de8d30e2a6d9 [2021-03-30T23:27:09.313Z] [2021-03-30T23:27:09.313Z] Step 10/21 : FROM alpine:3.12 [2021-03-30T23:27:09.313Z] 3.12: Pulling from library/alpine [2021-03-30T23:27:09.313Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-30T23:27:09.313Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-30T23:27:09.313Z] Status: Image is up to date for alpine:3.12 [2021-03-30T23:27:09.313Z] Status: Downloaded newer image for alpine:3.12 [2021-03-30T23:27:09.313Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-30T23:27:09.313Z] Status: Image is up to date for alpine:3.12 [2021-03-30T23:27:09.313Z] ---> 42cb162f0360 [2021-03-30T23:27:09.314Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-30T23:27:09.314Z] ---> 42cb162f0360 [2021-03-30T23:27:09.314Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-30T23:27:09.314Z] ---> 42cb162f0360 [2021-03-30T23:27:09.314Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-30T23:27:09.892Z] 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-30T23:27:11.820Z] ---> Running in 65ad4cac14d3 [2021-03-30T23:27:11.820Z] ---> Running in fe42afd45cc6 [2021-03-30T23:27:11.820Z] ---> Running in 8771f98562a5 [2021-03-30T23:27:11.820Z] Removing intermediate container 1fa10eb17e71 [2021-03-30T23:27:11.820Z] ---> 5d21faf1f86a [2021-03-30T23:27:11.820Z] [2021-03-30T23:27:11.820Z] Step 10/23 : FROM alpine:3.12 [2021-03-30T23:27:11.820Z] ---> 42cb162f0360 [2021-03-30T23:27:11.820Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-30T23:27:12.088Z] ---> Running in 9cf8d5112e7f [2021-03-30T23:27:12.350Z] Removing intermediate container 9cf8d5112e7f [2021-03-30T23:27:12.350Z] ---> 1ca73048822b [2021-03-30T23:27:12.350Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-30T23:27:12.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T23:27:12.621Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T23:27:12.621Z] ---> Running in 8622b427152d [2021-03-30T23:27:12.621Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-30T23:27:12.621Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T23:27:12.885Z] OK: 6 MiB in 15 packages [2021-03-30T23:27:12.885Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T23:27:12.885Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T23:27:12.885Z] Removing intermediate container 2863fc7b0812 [2021-03-30T23:27:12.885Z] ---> 1ab49978c947 [2021-03-30T23:27:12.885Z] [2021-03-30T23:27:12.885Z] Step 11/26 : FROM docker:20.10.0 [2021-03-30T23:27:12.885Z] Removing intermediate container 8622b427152d [2021-03-30T23:27:12.885Z] ---> 1fbba6b4ffb4 [2021-03-30T23:27:12.885Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-30T23:27:12.885Z] 20.10.0: Pulling from library/docker [2021-03-30T23:27:12.885Z] ---> Running in fab271bb28e8 [2021-03-30T23:27:12.885Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-30T23:27:13.155Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-30T23:27:13.155Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-30T23:27:13.155Z] (4/6) Installing curl (7.69.1-r3) [2021-03-30T23:27:13.155Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-30T23:27:13.155Z] (6/6) Installing su-exec (0.2-r1) [2021-03-30T23:27:13.155Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T23:27:13.155Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T23:27:13.155Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T23:27:13.155Z] Executing ca-certificates-20191127-r4.trigger [2021-03-30T23:27:13.423Z] OK: 7 MiB in 20 packages [2021-03-30T23:27:13.423Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-30T23:27:13.423Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-30T23:27:13.423Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-30T23:27:13.423Z] (4/4) Installing curl (7.69.1-r3) [2021-03-30T23:27:13.423Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T23:27:13.423Z] Executing ca-certificates-20191127-r4.trigger [2021-03-30T23:27:13.423Z] OK: 7 MiB in 18 packages [2021-03-30T23:27:14.378Z] Removing intermediate container fab271bb28e8 [2021-03-30T23:27:14.378Z] ---> 06e20687b220 [2021-03-30T23:27:14.378Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T23:27:14.957Z] ---> Running in f7d1d4ddc594 [2021-03-30T23:27:15.534Z] Removing intermediate container 65ad4cac14d3 [2021-03-30T23:27:15.534Z] ---> 8797a257addf [2021-03-30T23:27:15.534Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-30T23:27:15.798Z] ---> Running in 4133508f6d48 [2021-03-30T23:27:16.749Z] Removing intermediate container 4133508f6d48 [2021-03-30T23:27:16.749Z] ---> ec815aef183a [2021-03-30T23:27:16.749Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-30T23:27:16.749Z] Removing intermediate container fe42afd45cc6 [2021-03-30T23:27:16.749Z] ---> f892cc58dc85 [2021-03-30T23:27:16.749Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-30T23:27:17.327Z] ---> Running in d59f1b63a6a9 [2021-03-30T23:27:17.591Z] ---> Running in e53f7fe4ebe1 [2021-03-30T23:27:17.855Z] Removing intermediate container 8771f98562a5 [2021-03-30T23:27:17.855Z] ---> 4347b5cda603 [2021-03-30T23:27:17.855Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-30T23:27:18.441Z] Removing intermediate container d59f1b63a6a9 [2021-03-30T23:27:18.442Z] ---> 0ba7aa9e40a6 [2021-03-30T23:27:18.442Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-30T23:27:18.442Z] ---> Running in 0cd0906fe622 [2021-03-30T23:27:18.442Z] Removing intermediate container e53f7fe4ebe1 [2021-03-30T23:27:18.442Z] ---> 313b021517c3 [2021-03-30T23:27:18.442Z] Step 13/24 : WORKDIR / [2021-03-30T23:27:18.714Z] ---> Running in 6e15a96e0b6f [2021-03-30T23:27:18.714Z] ---> Running in 51b7f11c712b [2021-03-30T23:27:18.714Z] Removing intermediate container 0cd0906fe622 [2021-03-30T23:27:18.714Z] ---> 5471d2b81a73 [2021-03-30T23:27:18.714Z] Step 13/21 : WORKDIR /edgex [2021-03-30T23:27:18.985Z] Removing intermediate container f7d1d4ddc594 [2021-03-30T23:27:18.985Z] ---> 1f20aeaf435c [2021-03-30T23:27:18.985Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-30T23:27:18.985Z] Removing intermediate container 6e15a96e0b6f [2021-03-30T23:27:18.985Z] ---> b72a476755b1 [2021-03-30T23:27:18.985Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T23:27:18.985Z] ---> Running in dba1b052844c [2021-03-30T23:27:18.985Z] ---> Running in 1ef436ceb52d [2021-03-30T23:27:18.985Z] Removing intermediate container 51b7f11c712b [2021-03-30T23:27:18.985Z] ---> 041f56cb1e02 [2021-03-30T23:27:18.985Z] 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-30T23:27:19.566Z] Removing intermediate container dba1b052844c [2021-03-30T23:27:19.566Z] ---> 44240ac3171a [2021-03-30T23:27:19.566Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-30T23:27:19.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T23:27:19.566Z] ---> c4d29b54fbfc [2021-03-30T23:27:19.566Z] 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-30T23:27:19.934Z] ---> f375b7adf6d5 [2021-03-30T23:27:19.934Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-30T23:27:19.934Z] ---> 3bcd413fe6d2 [2021-03-30T23:27:19.934Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-30T23:27:20.256Z] ---> 10f07d409eb3 [2021-03-30T23:27:20.256Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-30T23:27:20.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T23:27:20.569Z] ---> 849bf11336b9 [2021-03-30T23:27:20.569Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-30T23:27:20.569Z] ---> 39e33925d8a9 [2021-03-30T23:27:20.569Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-30T23:27:20.569Z] ---> 48bed2ea19b6 [2021-03-30T23:27:20.569Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-30T23:27:20.569Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-30T23:27:20.569Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-30T23:27:20.569Z] ---> aefe523efa57 [2021-03-30T23:27:20.569Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-30T23:27:20.895Z] ---> Running in 3699cc1eced1 [2021-03-30T23:27:21.188Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-30T23:27:21.188Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-30T23:27:21.188Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-30T23:27:21.465Z] ---> 98b8a248b79a [2021-03-30T23:27:21.465Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-30T23:27:21.465Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-30T23:27:21.465Z] ---> Running in 8d1d532e430d [2021-03-30T23:27:21.465Z] ---> 22aae384c8c1 [2021-03-30T23:27:21.465Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-30T23:27:21.465Z] ---> a5b8fa646675 [2021-03-30T23:27:21.465Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-30T23:27:21.746Z] ---> Running in dcd5c4392f68 [2021-03-30T23:27:21.746Z] Removing intermediate container 8d1d532e430d [2021-03-30T23:27:21.746Z] ---> f7532142ac5f [2021-03-30T23:27:21.746Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T23:27:21.746Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-30T23:27:22.009Z] ---> Running in 757f274966b4 [2021-03-30T23:27:22.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T23:27:22.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T23:27:22.009Z] Removing intermediate container dcd5c4392f68 [2021-03-30T23:27:22.009Z] ---> 34607d1cdb18 [2021-03-30T23:27:22.009Z] Step 18/21 : CMD ["--init=true"] [2021-03-30T23:27:22.009Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-30T23:27:22.009Z] ---> Running in bf8be94c01ae [2021-03-30T23:27:22.009Z] (1/2) Installing readline (8.0.4-r0) [2021-03-30T23:27:22.272Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T23:27:22.272Z] OK: 8 MiB in 20 packages [2021-03-30T23:27:22.272Z] (2/2) Installing bash (5.0.17-r0) [2021-03-30T23:27:22.272Z] Executing bash-5.0.17-r0.post-install [2021-03-30T23:27:22.272Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T23:27:22.272Z] OK: 12 MiB in 22 packages [2021-03-30T23:27:22.272Z] ---> d07bde01f40c [2021-03-30T23:27:22.272Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-30T23:27:22.272Z] Removing intermediate container 757f274966b4 [2021-03-30T23:27:22.272Z] ---> 3182a80ab6a5 [2021-03-30T23:27:22.272Z] Step 20/22 : LABEL arch=x86_64 [2021-03-30T23:27:22.535Z] ---> Running in 8382013b800f [2021-03-30T23:27:22.535Z] Removing intermediate container bf8be94c01ae [2021-03-30T23:27:22.535Z] ---> 91c935b31818 [2021-03-30T23:27:22.535Z] Step 19/21 : LABEL arch=x86_64 [2021-03-30T23:27:22.799Z] ---> Running in d446e6efd3a2 [2021-03-30T23:27:22.799Z] ---> af075dbb6fab [2021-03-30T23:27:22.799Z] 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-30T23:27:23.061Z] Removing intermediate container 8382013b800f [2021-03-30T23:27:23.061Z] ---> 1e14f5cf4f48 [2021-03-30T23:27:23.061Z] Step 21/22 : LABEL git_sha=d802488aca6636226a8dc07a0996c11963065c35 [2021-03-30T23:27:23.324Z] ---> Running in 55b8c409353b [2021-03-30T23:27:23.586Z] ---> Running in 616a2234b622 [2021-03-30T23:27:23.586Z] Removing intermediate container d446e6efd3a2 [2021-03-30T23:27:23.586Z] ---> 961cbbfd25fb [2021-03-30T23:27:23.586Z] Step 20/21 : LABEL git_sha=d802488aca6636226a8dc07a0996c11963065c35 [2021-03-30T23:27:23.852Z] Removing intermediate container 1ef436ceb52d [2021-03-30T23:27:23.852Z] ---> 32348bc5ae1d [2021-03-30T23:27:23.852Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T23:27:23.852Z] Removing intermediate container 3699cc1eced1 [2021-03-30T23:27:23.852Z] ---> 2f82112aa4fe [2021-03-30T23:27:23.852Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-30T23:27:23.852Z] ---> Running in a8b7ce1b9d24 [2021-03-30T23:27:24.125Z] Removing intermediate container 616a2234b622 [2021-03-30T23:27:24.125Z] ---> 0f85e8e2ef21 [2021-03-30T23:27:24.125Z] Step 22/22 : LABEL version=0.0.0 [2021-03-30T23:27:24.125Z] ---> Running in b356982f6a31 [2021-03-30T23:27:24.125Z] ---> Running in 2ad7334f8de8 [2021-03-30T23:27:24.125Z] ---> 44c7098f0f3f [2021-03-30T23:27:24.125Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-30T23:27:24.396Z] Removing intermediate container a8b7ce1b9d24 [2021-03-30T23:27:24.396Z] ---> 428b66c3f45d [2021-03-30T23:27:24.396Z] Step 21/21 : LABEL version=0.0.0 [2021-03-30T23:27:24.659Z] ---> Running in 0ed3659f47d8 [2021-03-30T23:27:24.659Z] Removing intermediate container b356982f6a31 [2021-03-30T23:27:24.659Z] ---> 6b59c30815fd [2021-03-30T23:27:24.659Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-30T23:27:24.659Z] Removing intermediate container 2ad7334f8de8 [2021-03-30T23:27:24.659Z] ---> 6f58a01128b1 [2021-03-30T23:27:24.659Z] [2021-03-30T23:27:24.778Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-30T23:27:24.929Z] ---> Running in 406f20567fcd [2021-03-30T23:27:25.197Z] Removing intermediate container 0ed3659f47d8 [2021-03-30T23:27:25.197Z] ---> 1dcb178403b4 [2021-03-30T23:27:25.197Z] [2021-03-30T23:27:25.197Z] Successfully built 6f58a01128b1 [2021-03-30T23:27:25.197Z] ---> 35d054fbe667 [2021-03-30T23:27:25.197Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-30T23:27:25.197Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-30T23:27:25.197Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go [2021-03-30T23:27:25.197Z] Successfully built 1dcb178403b4 [2021-03-30T23:27:25.197Z] Removing intermediate container 55b8c409353b [2021-03-30T23:27:25.197Z] ---> 8f2af2ec52f1 [2021-03-30T23:27:25.197Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-30T23:27:25.383Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-30T23:27:25.472Z] Removing intermediate container 406f20567fcd [2021-03-30T23:27:25.472Z] ---> d0599e78cccf [2021-03-30T23:27:25.472Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-30T23:27:25.472Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-30T23:27:25.472Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-03-30T23:27:25.472Z] ---> Running in 81c85619a1d7 [2021-03-30T23:27:25.472Z] ---> Running in a03dd5ccbf24 [2021-03-30T23:27:25.472Z] ---> b3292e8d0fc3 [2021-03-30T23:27:25.472Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-30T23:27:25.734Z] ---> Running in 1bcc0b037366 [2021-03-30T23:27:25.734Z] Removing intermediate container 81c85619a1d7 [2021-03-30T23:27:25.734Z] ---> 75acc6b8b41b [2021-03-30T23:27:25.734Z] Step 22/24 : LABEL arch=x86_64 [2021-03-30T23:27:25.734Z] Removing intermediate container a03dd5ccbf24 [2021-03-30T23:27:25.734Z] ---> d9ff3f547ab8 [2021-03-30T23:27:25.734Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-30T23:27:25.998Z] ---> Running in b47c116dc979 [2021-03-30T23:27:25.998Z] Removing intermediate container 1bcc0b037366 [2021-03-30T23:27:25.998Z] ---> 36bd5047b542 [2021-03-30T23:27:25.998Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T23:27:26.262Z] ---> Running in 1a4039823a8a [2021-03-30T23:27:31.582Z] Removing intermediate container b47c116dc979 [2021-03-30T23:27:31.582Z] ---> 9a31982eeb92 [2021-03-30T23:27:31.582Z] Step 23/24 : LABEL git_sha=d802488aca6636226a8dc07a0996c11963065c35 [2021-03-30T23:27:31.582Z] ---> 27fe88714122 [2021-03-30T23:27:31.582Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-30T23:27:31.582Z] Removing intermediate container 1a4039823a8a [2021-03-30T23:27:31.582Z] ---> 1c7316fb8767 [2021-03-30T23:27:31.582Z] Step 21/23 : LABEL arch=x86_64 [2021-03-30T23:27:31.582Z] ---> Running in 63b504fd0f6e [2021-03-30T23:27:32.529Z] ---> Running in c4ddbb16b1bd [2021-03-30T23:27:33.487Z] ---> cdd4d1941121 [2021-03-30T23:27:33.487Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-30T23:27:33.487Z] Removing intermediate container 63b504fd0f6e [2021-03-30T23:27:33.487Z] ---> 6e28c885a4d6 [2021-03-30T23:27:33.487Z] Step 24/24 : LABEL version=0.0.0 [2021-03-30T23:27:33.487Z] Removing intermediate container c4ddbb16b1bd [2021-03-30T23:27:33.487Z] ---> 8a29f5620938 [2021-03-30T23:27:33.487Z] Step 22/23 : LABEL git_sha=d802488aca6636226a8dc07a0996c11963065c35 [2021-03-30T23:27:33.717Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-30T23:27:33.717Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-30T23:27:33.751Z] ---> Running in 4a06ba9b5189 [2021-03-30T23:27:33.751Z] ---> Running in 245c503c0c3c [2021-03-30T23:27:35.733Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-30T23:27:35.733Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-30T23:27:35.733Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-30T23:27:36.017Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-30T23:27:37.999Z] Removing intermediate container 245c503c0c3c [2021-03-30T23:27:37.999Z] ---> ee2d6760f320 [2021-03-30T23:27:37.999Z] Step 23/23 : LABEL version=0.0.0 [2021-03-30T23:27:38.579Z] Removing intermediate container 4a06ba9b5189 [2021-03-30T23:27:38.579Z] ---> 4d998c31f265 [2021-03-30T23:27:38.579Z] [2021-03-30T23:27:39.461Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-30T23:27:39.547Z] Successfully built 4d998c31f265 [2021-03-30T23:27:39.813Z] ---> 71b55505f01c [2021-03-30T23:27:39.813Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-30T23:27:39.813Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-30T23:27:39.813Z] Building docker-support-notifications-go [2021-03-30T23:27:40.461Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-30T23:27:40.777Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 65a0bfb19792 [2021-03-30T23:27:43.337Z] ---> Running in 2eb5eebe102c [2021-03-30T23:27:46.687Z] Removing intermediate container 65a0bfb19792 [2021-03-30T23:27:46.687Z] ---> e9f90c626803 [2021-03-30T23:27:46.687Z] [2021-03-30T23:27:46.687Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T23:27:46.687Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-30T23:27:46.687Z] ---> 2c1faa66b374 [2021-03-30T23:27:46.687Z] Step 3/23 : WORKDIR /edgex-go [2021-03-30T23:27:46.687Z] ---> Using cache [2021-03-30T23:27:46.687Z] ---> 3a7fa50f8b1e [2021-03-30T23:27:46.687Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T23:27:46.687Z] ---> Using cache [2021-03-30T23:27:46.687Z] ---> b038da895ade [2021-03-30T23:27:46.687Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-30T23:27:46.687Z] ---> Using cache [2021-03-30T23:27:46.687Z] ---> 7bff070b75e0 [2021-03-30T23:27:46.687Z] Step 6/23 : COPY go.mod . [2021-03-30T23:27:46.687Z] ---> Using cache [2021-03-30T23:27:46.687Z] ---> e6fd44baeb50 [2021-03-30T23:27:46.687Z] Step 7/23 : RUN go mod download [2021-03-30T23:27:46.687Z] ---> Using cache [2021-03-30T23:27:46.687Z] ---> d612a20805fc [2021-03-30T23:27:46.687Z] Step 8/23 : COPY . . [2021-03-30T23:27:46.687Z] ---> Using cache [2021-03-30T23:27:46.687Z] ---> 5ca2638b93c7 [2021-03-30T23:27:46.687Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-30T23:27:46.976Z] Successfully built e9f90c626803 [2021-03-30T23:27:47.555Z] Successfully tagged docker-core-data-go:latest [2021-03-30T23:27:47.555Z] Building docker-core-metadata-go [2021-03-30T23:27:47.555Z]  Building docker-core-data-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T23:27:47.555Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-30T23:27:47.555Z] ---> 2c1faa66b374 [2021-03-30T23:27:47.555Z] Step 3/31 : WORKDIR /edgex-go [2021-03-30T23:27:47.555Z] ---> Using cache [2021-03-30T23:27:47.555Z] ---> 3a7fa50f8b1e [2021-03-30T23:27:47.555Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T23:27:47.555Z] ---> Using cache [2021-03-30T23:27:47.555Z] ---> b038da895ade [2021-03-30T23:27:47.555Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-30T23:27:47.555Z] ---> Using cache [2021-03-30T23:27:47.555Z] ---> 7bff070b75e0 [2021-03-30T23:27:47.555Z] Step 6/31 : COPY go.mod . [2021-03-30T23:27:47.555Z] ---> Using cache [2021-03-30T23:27:47.555Z] ---> e6fd44baeb50 [2021-03-30T23:27:47.555Z] Step 7/31 : RUN go mod download [2021-03-30T23:27:47.555Z] ---> Using cache [2021-03-30T23:27:47.556Z] ---> d612a20805fc [2021-03-30T23:27:47.556Z] Step 8/31 : COPY . . [2021-03-30T23:27:48.145Z] ---> Using cache [2021-03-30T23:27:48.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T23:27:48.145Z] ---> 5ca2638b93c7 [2021-03-30T23:27:48.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T23:27:48.145Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-30T23:27:48.145Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-30T23:27:48.145Z] (2/33) Installing expat (2.2.9-r1) [2021-03-30T23:27:48.145Z] (3/33) Installing libffi (3.3-r2) [2021-03-30T23:27:48.145Z] (4/33) Installing gdbm (1.13-r1) [2021-03-30T23:27:48.415Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-30T23:27:48.415Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-30T23:27:48.415Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-30T23:27:48.415Z] ---> Running in 8a776527bd5d [2021-03-30T23:27:48.679Z] ---> Running in 9bb138c6476a [2021-03-30T23:27:48.767Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-30T23:27:48.767Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-30T23:27:48.767Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-30T23:27:54.194Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.322s coverage: 45.9% of statements [2021-03-30T23:27:54.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-30T23:27:54.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-30T23:27:54.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-30T23:27:54.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-30T23:27:54.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-30T23:27:54.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-30T23:27:54.194Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.168s coverage: 19.8% of statements [2021-03-30T23:27:54.194Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.299s coverage: 100.0% of statements [2021-03-30T23:27:56.866Z] 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-30T23:27:57.475Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-30T23:27:57.475Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-30T23:27:57.475Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-30T23:27:57.475Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-30T23:27:57.475Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-30T23:27:57.475Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-30T23:27:57.475Z] 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-30T23:27:57.475Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-30T23:27:57.475Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-30T23:27:57.752Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-30T23:27:57.752Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-30T23:27:57.752Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-30T23:27:57.752Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-30T23:27:57.752Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-30T23:27:57.752Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-30T23:27:57.752Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-30T23:27:57.752Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-30T23:27:57.752Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-30T23:27:57.752Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-30T23:27:58.027Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-30T23:27:58.027Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-30T23:27:58.027Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-30T23:27:58.027Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-30T23:27:58.027Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-30T23:27:58.027Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-30T23:27:58.027Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-30T23:27:58.027Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-30T23:27:58.300Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T23:27:58.300Z] OK: 71 MiB in 55 packages [2021-03-30T23:28:01.016Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.483s coverage: 27.1% of statements [2021-03-30T23:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-30T23:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-30T23:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-30T23:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-30T23:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-30T23:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-30T23:28:01.016Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.175s coverage: 100.0% of statements [2021-03-30T23:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-30T23:28:01.016Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.174s coverage: 100.0% of statements [2021-03-30T23:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-30T23:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-30T23:28:03.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.246s coverage: 71.3% of statements [2021-03-30T23:28:03.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-30T23:28:03.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-30T23:28:04.440Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.513s coverage: 82.9% of statements [2021-03-30T23:28:04.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-30T23:28:04.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-30T23:28:04.441Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.168s coverage: 78.9% of statements [2021-03-30T23:28:04.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-30T23:28:04.999Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T23:28:04.999Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-30T23:28:04.999Z] ---> 2c1faa66b374 [2021-03-30T23:28:04.999Z] Step 3/22 : WORKDIR /edgex-go [2021-03-30T23:28:04.999Z] ---> Using cache [2021-03-30T23:28:04.999Z] ---> 3a7fa50f8b1e [2021-03-30T23:28:04.999Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T23:28:04.999Z] ---> Using cache [2021-03-30T23:28:04.999Z] ---> b038da895ade [2021-03-30T23:28:04.999Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-30T23:28:04.999Z] ---> Running in 8d07117f8ba7 [2021-03-30T23:28:07.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T23:28:08.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T23:28:10.606Z] OK: 233 MiB in 51 packages [2021-03-30T23:28:14.018Z] Removing intermediate container 8d07117f8ba7 [2021-03-30T23:28:14.018Z] ---> dc126344e975 [2021-03-30T23:28:14.018Z] Step 6/22 : COPY go.mod . [2021-03-30T23:28:14.018Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T23:28:14.018Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-30T23:28:14.018Z] ---> 2c1faa66b374 [2021-03-30T23:28:14.018Z] Step 3/23 : WORKDIR /edgex-go [2021-03-30T23:28:14.018Z] ---> Using cache [2021-03-30T23:28:14.018Z] ---> 3a7fa50f8b1e [2021-03-30T23:28:14.018Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T23:28:14.018Z] ---> Using cache [2021-03-30T23:28:14.018Z] ---> b038da895ade [2021-03-30T23:28:14.018Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-30T23:28:14.018Z] ---> Using cache [2021-03-30T23:28:14.018Z] ---> 7bff070b75e0 [2021-03-30T23:28:14.018Z] Step 6/23 : COPY go.mod . [2021-03-30T23:28:14.018Z] ---> Using cache [2021-03-30T23:28:14.018Z] ---> e6fd44baeb50 [2021-03-30T23:28:14.018Z] Step 7/23 : RUN go mod download [2021-03-30T23:28:14.018Z] ---> Using cache [2021-03-30T23:28:14.018Z] ---> d612a20805fc [2021-03-30T23:28:14.019Z] Step 8/23 : COPY . . [2021-03-30T23:28:14.019Z] ---> Using cache [2021-03-30T23:28:14.019Z] ---> 5ca2638b93c7 [2021-03-30T23:28:14.019Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-30T23:28:15.455Z] ---> Running in aff822a142bf [2021-03-30T23:28:16.039Z] ---> d3a9a858cd81 [2021-03-30T23:28:16.039Z] Step 7/22 : RUN go mod download [2021-03-30T23:28:16.893Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.193s coverage: 28.6% of statements [2021-03-30T23:28:16.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-30T23:28:16.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-30T23:28:16.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-30T23:28:16.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-30T23:28:16.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-30T23:28:16.893Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.280s coverage: 100.0% of statements [2021-03-30T23:28:16.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-30T23:28:16.893Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.130s coverage: 100.0% of statements [2021-03-30T23:28:16.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-30T23:28:16.893Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.382s coverage: 86.7% of statements [2021-03-30T23:28:16.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-30T23:28:16.893Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.406s coverage: 97.5% of statements [2021-03-30T23:28:16.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-30T23:28:16.893Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.211s coverage: 78.3% of statements [2021-03-30T23:28:16.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-30T23:28:16.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-30T23:28:16.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-30T23:28:16.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-30T23:28:17.990Z] ---> Running in 0239699b8a3f [2021-03-30T23:28:18.275Z] 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-30T23:28:18.555Z] Removing intermediate container 2eb5eebe102c [2021-03-30T23:28:18.555Z] ---> e14d0369cfe1 [2021-03-30T23:28:18.555Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-30T23:28:19.162Z] ---> Running in 6d8530ebe555 [2021-03-30T23:28:21.787Z] Removing intermediate container 0239699b8a3f [2021-03-30T23:28:21.787Z] ---> 48307953d66f [2021-03-30T23:28:21.787Z] Step 8/22 : COPY . . [2021-03-30T23:28:22.370Z] Collecting docker-compose==1.23.2 [2021-03-30T23:28:22.370Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-30T23:28:23.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.291s coverage: 92.8% of statements [2021-03-30T23:28:23.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-30T23:28:23.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-30T23:28:23.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-30T23:28:23.671Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-30T23:28:23.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-30T23:28:23.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-30T23:28:23.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-30T23:28:23.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-30T23:28:23.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-30T23:28:23.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-30T23:28:23.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-30T23:28:23.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-30T23:28:23.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-30T23:28:23.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-30T23:28:23.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-30T23:28:23.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-30T23:28:23.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-30T23:28:23.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-30T23:28:23.671Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.136s coverage: 58.8% of statements [2021-03-30T23:28:23.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-30T23:28:23.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-30T23:28:23.671Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.219s coverage: 1.0% of statements [2021-03-30T23:28:23.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-30T23:28:23.671Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-30T23:28:23.671Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-30T23:28:23.671Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.172s coverage: 47.1% of statements [2021-03-30T23:28:23.671Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.231s coverage: 79.5% of statements [2021-03-30T23:28:23.671Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.112s coverage: 94.1% of statements [2021-03-30T23:28:23.671Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.216s coverage: 96.3% of statements [2021-03-30T23:28:23.671Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.130s coverage: 87.5% of statements [2021-03-30T23:28:24.942Z] Collecting docker<4.0,>=3.6.0 [2021-03-30T23:28:24.942Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-30T23:28:26.929Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-30T23:28:26.929Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-30T23:28:30.338Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-30T23:28:30.338Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-30T23:28:32.270Z] Collecting PyYAML<4,>=3.10 [2021-03-30T23:28:32.270Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-30T23:28:32.877Z] Removing intermediate container 9bb138c6476a [2021-03-30T23:28:32.877Z] ---> a05a6a6899a0 [2021-03-30T23:28:32.877Z] [2021-03-30T23:28:32.877Z] Step 10/31 : FROM alpine:3.12 [2021-03-30T23:28:32.877Z] ---> 42cb162f0360 [2021-03-30T23:28:32.877Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-30T23:28:36.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.164s coverage: 94.4% of statements [2021-03-30T23:28:36.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.117s coverage: 44.8% of statements [2021-03-30T23:28:36.201Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-30T23:28:36.475Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-30T23:28:38.945Z] Collecting jsonschema<3,>=2.5.1 [2021-03-30T23:28:38.945Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-30T23:28:38.945Z] ---> Running in 5d5091869a11 [2021-03-30T23:28:39.220Z] Removing intermediate container 8a776527bd5d [2021-03-30T23:28:39.220Z] ---> 6a5683b4b400 [2021-03-30T23:28:39.220Z] [2021-03-30T23:28:39.220Z] Step 10/23 : FROM alpine:3.12 [2021-03-30T23:28:39.220Z] ---> 42cb162f0360 [2021-03-30T23:28:39.220Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-30T23:28:39.220Z] ---> Using cache [2021-03-30T23:28:39.220Z] ---> 8797a257addf [2021-03-30T23:28:39.220Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-30T23:28:39.220Z] ---> Using cache [2021-03-30T23:28:39.220Z] ---> ec815aef183a [2021-03-30T23:28:39.220Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-30T23:28:39.520Z] Collecting texttable<0.10,>=0.9.0 [2021-03-30T23:28:39.520Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-30T23:28:39.520Z] Removing intermediate container 5d5091869a11 [2021-03-30T23:28:39.520Z] ---> 4cb13a5ecce9 [2021-03-30T23:28:39.520Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-30T23:28:40.935Z] Collecting cached-property<2,>=1.2.0 [2021-03-30T23:28:40.935Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-30T23:28:41.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.619s coverage: 81.5% of statements [2021-03-30T23:28:41.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-03-30T23:28:41.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.083s coverage: 87.1% of statements [2021-03-30T23:28:41.911Z] ---> Running in acc8286728d0 [2021-03-30T23:28:41.912Z] 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-30T23:28:42.505Z] Collecting docopt<0.7,>=0.6.1 [2021-03-30T23:28:42.505Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-30T23:28:43.154Z] ---> Running in f868376b678f [2021-03-30T23:28:44.602Z] Collecting docker-pycreds>=0.4.0 [2021-03-30T23:28:44.602Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-30T23:28:45.180Z] Removing intermediate container acc8286728d0 [2021-03-30T23:28:45.180Z] ---> 10f15c4c8ca6 [2021-03-30T23:28:45.180Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-30T23:28:46.136Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-30T23:28:46.136Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-30T23:28:46.410Z] 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-30T23:28:47.355Z] Collecting idna<2.8,>=2.5 [2021-03-30T23:28:47.355Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-30T23:28:47.355Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T23:28:47.622Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T23:28:47.622Z] ---> Running in 69737a686d4b [2021-03-30T23:28:47.622Z] 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-30T23:28:47.622Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-30T23:28:47.622Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-30T23:28:47.623Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-30T23:28:47.623Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-30T23:28:47.623Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-30T23:28:47.887Z] Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, PyYAML, dockerpty, jsonschema, texttable, cached-property, docopt, docker-compose [2021-03-30T23:28:47.887Z] (2/2) Installing su-exec (0.2-r1) [2021-03-30T23:28:47.887Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T23:28:47.887Z] OK: 6 MiB in 16 packages [2021-03-30T23:28:48.463Z] Attempting uninstall: urllib3 [2021-03-30T23:28:48.463Z] Found existing installation: urllib3 1.25.9 [2021-03-30T23:28:48.463Z] Uninstalling urllib3-1.25.9: [2021-03-30T23:28:48.463Z] Successfully uninstalled urllib3-1.25.9 [2021-03-30T23:28:48.463Z] ---> b7031e0ab9c4 [2021-03-30T23:28:48.463Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-30T23:28:49.409Z] Removing intermediate container 69737a686d4b [2021-03-30T23:28:49.409Z] ---> 8f59e774c229 [2021-03-30T23:28:49.409Z] Step 15/23 : WORKDIR / [2021-03-30T23:28:49.409Z] ---> Running in e21d076d397c [2021-03-30T23:28:49.409Z] Attempting uninstall: idna [2021-03-30T23:28:49.409Z] Found existing installation: idna 2.9 [2021-03-30T23:28:49.409Z] Uninstalling idna-2.9: [2021-03-30T23:28:49.409Z] Successfully uninstalled idna-2.9 [2021-03-30T23:28:49.409Z] ---> Running in df04153a8da5 [2021-03-30T23:28:49.730Z] Attempting uninstall: requests [2021-03-30T23:28:49.730Z] Found existing installation: requests 2.23.0 [2021-03-30T23:28:49.730Z] Uninstalling requests-2.23.0: [2021-03-30T23:28:49.730Z] Successfully uninstalled requests-2.23.0 [2021-03-30T23:28:50.100Z] Removing intermediate container f868376b678f [2021-03-30T23:28:50.100Z] ---> 3221ce6d197c [2021-03-30T23:28:50.100Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-30T23:28:50.454Z] Removing intermediate container df04153a8da5 [2021-03-30T23:28:50.454Z] ---> 6d23e344b43e [2021-03-30T23:28:50.454Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T23:28:50.454Z] ---> Running in 3c54b763027d [2021-03-30T23:28:50.789Z] 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-30T23:28:51.123Z] Removing intermediate container 3c54b763027d [2021-03-30T23:28:51.123Z] ---> 9666295aafbf [2021-03-30T23:28:51.123Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-30T23:28:51.781Z] Running setup.py install for PyYAML: started [2021-03-30T23:28:52.045Z] ---> b49d5269ab89 [2021-03-30T23:28:52.045Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-30T23:28:52.045Z] ---> Running in fdf55e8ec687 [2021-03-30T23:28:52.308Z] Removing intermediate container fdf55e8ec687 [2021-03-30T23:28:52.308Z] ---> aed005a03865 [2021-03-30T23:28:52.308Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-30T23:28:52.577Z] ---> Running in 4a7a69555804 [2021-03-30T23:28:52.577Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-30T23:28:52.577Z] Running setup.py install for dockerpty: started [2021-03-30T23:28:53.159Z] ---> 886eceda440d [2021-03-30T23:28:53.159Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-30T23:28:53.159Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-30T23:28:53.430Z] Running setup.py install for texttable: started [2021-03-30T23:28:54.011Z] Running setup.py install for texttable: finished with status 'done' [2021-03-30T23:28:54.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.197s coverage: 92.9% of statements [2021-03-30T23:28:54.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-30T23:28:54.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-30T23:28:54.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-30T23:28:54.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-03-30T23:28:54.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-30T23:28:54.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-30T23:28:54.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-30T23:28:54.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-30T23:28:54.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-30T23:28:54.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2021-03-30T23:28:54.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-30T23:28:54.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-30T23:28:54.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.120s coverage: 100.0% of statements [2021-03-30T23:28:54.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-30T23:28:54.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.142s coverage: 75.5% of statements [2021-03-30T23:28:54.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-30T23:28:54.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.145s coverage: 80.8% of statements [2021-03-30T23:28:54.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.200s coverage: 87.2% of statements [2021-03-30T23:28:54.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.209s coverage: 84.6% of statements [2021-03-30T23:28:54.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.248s coverage: 91.6% of statements [2021-03-30T23:28:54.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-30T23:28:54.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.529s coverage: 64.4% of statements [2021-03-30T23:28:54.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-30T23:28:54.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-30T23:28:54.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.129s coverage: 100.0% of statements [2021-03-30T23:28:54.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements [2021-03-30T23:28:54.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements [2021-03-30T23:28:54.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements [2021-03-30T23:28:54.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements [2021-03-30T23:28:55.406Z] ---> f92f816905f7 [2021-03-30T23:28:55.406Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-30T23:28:56.000Z] Running setup.py install for docopt: started [2021-03-30T23:28:56.593Z] Running setup.py install for docopt: finished with status 'done' [2021-03-30T23:28:57.183Z] ---> Running in 6acfcb3d2cbd [2021-03-30T23:28:57.471Z] Removing intermediate container aff822a142bf [2021-03-30T23:28:57.471Z] ---> e5f213217882 [2021-03-30T23:28:57.471Z] [2021-03-30T23:28:57.471Z] Step 10/23 : FROM alpine:3.12 [2021-03-30T23:28:57.471Z] ---> 42cb162f0360 [2021-03-30T23:28:57.471Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-30T23:28:57.471Z] ---> Using cache [2021-03-30T23:28:57.471Z] ---> 8797a257addf [2021-03-30T23:28:57.471Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-30T23:28:57.471Z] ---> Using cache [2021-03-30T23:28:57.471Z] ---> ec815aef183a [2021-03-30T23:28:57.471Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-30T23:28:57.471Z] 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-30T23:28:57.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.990s coverage: 69.0% of statements [2021-03-30T23:28:57.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-30T23:28:57.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-30T23:28:57.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-30T23:28:58.083Z] Removing intermediate container 6acfcb3d2cbd [2021-03-30T23:28:58.083Z] ---> daa0e499db01 [2021-03-30T23:28:58.083Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T23:28:58.083Z] ---> Running in 9021cd203841 [2021-03-30T23:28:58.083Z] Removing intermediate container 4a7a69555804 [2021-03-30T23:28:58.083Z] ---> f51ca9b5973b [2021-03-30T23:28:58.083Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-30T23:28:58.083Z] ---> Running in c3f280382731 [2021-03-30T23:28:58.361Z] ---> Running in b720d901ce16 [2021-03-30T23:28:58.361Z] Removing intermediate container 9021cd203841 [2021-03-30T23:28:58.361Z] ---> e198cc68a455 [2021-03-30T23:28:58.361Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-30T23:28:58.630Z] ---> Running in c45e03d491c1 [2021-03-30T23:28:58.630Z] Removing intermediate container c3f280382731 [2021-03-30T23:28:58.630Z] ---> af566ff64d85 [2021-03-30T23:28:58.630Z] Step 21/23 : LABEL arch=x86_64 [2021-03-30T23:28:59.221Z] ---> Running in e254dd33fb6b [2021-03-30T23:28:59.221Z] Removing intermediate container b720d901ce16 [2021-03-30T23:28:59.221Z] ---> ade6bc679a55 [2021-03-30T23:28:59.221Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-30T23:28:59.489Z] Removing intermediate container c45e03d491c1 [2021-03-30T23:28:59.489Z] ---> c4288d312af9 [2021-03-30T23:28:59.489Z] Step 15/23 : WORKDIR / [2021-03-30T23:28:59.489Z] ---> Running in 355bdf5ce7b8 [2021-03-30T23:28:59.759Z] Removing intermediate container e254dd33fb6b [2021-03-30T23:28:59.759Z] ---> 2df01aa04523 [2021-03-30T23:28:59.759Z] Step 22/23 : LABEL git_sha=d802488aca6636226a8dc07a0996c11963065c35 [2021-03-30T23:29:00.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.475s coverage: 38.4% of statements [2021-03-30T23:29:00.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-30T23:29:00.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-30T23:29:00.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.121s coverage: 89.5% of statements [2021-03-30T23:29:00.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-30T23:29:00.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.093s coverage: 84.8% of statements [2021-03-30T23:29:01.687Z] ---> Running in 1d4cee0d2c3f [2021-03-30T23:29:03.091Z] ---> 26e2bed27f0a [2021-03-30T23:29:03.091Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-30T23:29:03.365Z] Removing intermediate container 355bdf5ce7b8 [2021-03-30T23:29:03.365Z] ---> 3ec120814e0d [2021-03-30T23:29:03.365Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T23:29:03.365Z] ---> Running in 00ed654a4e6b [2021-03-30T23:29:03.632Z] Removing intermediate container 1d4cee0d2c3f [2021-03-30T23:29:03.632Z] ---> 0a6a707e91fb [2021-03-30T23:29:03.632Z] Step 23/23 : LABEL version=0.0.0 [2021-03-30T23:29:03.632Z] Removing intermediate container 6d8530ebe555 [2021-03-30T23:29:03.632Z] ---> 27cd0985c263 [2021-03-30T23:29:03.632Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-30T23:29:04.214Z] ---> Running in 308e4335a5c3 [2021-03-30T23:29:04.214Z] ---> Running in f621b7883d39 [2021-03-30T23:29:04.214Z] ---> 7654fd5932c4 [2021-03-30T23:29:04.214Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-30T23:29:04.482Z] Removing intermediate container 308e4335a5c3 [2021-03-30T23:29:04.482Z] ---> abbcabfe45de [2021-03-30T23:29:04.482Z] [2021-03-30T23:29:05.076Z] Successfully built abbcabfe45de [2021-03-30T23:29:05.076Z] Successfully tagged docker-core-command-go:latest [2021-03-30T23:29:05.675Z]  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T23:29:05.675Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T23:29:05.675Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-30T23:29:05.675Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-30T23:29:05.792Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.383s coverage: 47.0% of statements [2021-03-30T23:29:05.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-30T23:29:05.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-30T23:29:05.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-30T23:29:05.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-30T23:29:05.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-30T23:29:05.792Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements [2021-03-30T23:29:05.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-30T23:29:05.792Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.110s coverage: 100.0% of statements [2021-03-30T23:29:05.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-30T23:29:05.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-30T23:29:05.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-30T23:29:05.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-30T23:29:05.945Z] (3/3) Installing curl (7.69.1-r3) [2021-03-30T23:29:05.945Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T23:29:05.945Z] OK: 72 MiB in 58 packages [2021-03-30T23:29:05.945Z] ---> eeb27ca4eb52 [2021-03-30T23:29:05.945Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-30T23:29:06.534Z] Removing intermediate container 00ed654a4e6b [2021-03-30T23:29:06.534Z] ---> 6031dce2d949 [2021-03-30T23:29:06.534Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T23:29:06.534Z] ---> 0e80e82fc0f4 [2021-03-30T23:29:06.534Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-30T23:29:06.780Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.387s coverage: 87.1% of statements [2021-03-30T23:29:06.780Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-30T23:29:06.780Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-30T23:29:06.780Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-30T23:29:06.797Z] ---> Running in bec0f0e249c6 [2021-03-30T23:29:07.061Z] ---> c63ea70de25b [2021-03-30T23:29:07.061Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-30T23:29:07.061Z] Removing intermediate container f621b7883d39 [2021-03-30T23:29:07.061Z] ---> 3df96bde9aa7 [2021-03-30T23:29:07.061Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-30T23:29:07.061Z] Removing intermediate container bec0f0e249c6 [2021-03-30T23:29:07.061Z] ---> be566b3f2fd1 [2021-03-30T23:29:07.061Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T23:29:07.329Z] ---> Running in f0dce17b74dd [2021-03-30T23:29:07.329Z] ---> Running in 7a14af2b98d2 [2021-03-30T23:29:07.598Z] Removing intermediate container f0dce17b74dd [2021-03-30T23:29:07.598Z] ---> db3df7d521af [2021-03-30T23:29:07.598Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T23:29:07.598Z] ---> Running in 4c2c4fcc2efc [2021-03-30T23:29:07.598Z] Removing intermediate container 7a14af2b98d2 [2021-03-30T23:29:07.598Z] ---> ea75c3b34edc [2021-03-30T23:29:07.598Z] Step 21/23 : LABEL arch=x86_64 [2021-03-30T23:29:07.598Z] ---> 808c0fa2b954 [2021-03-30T23:29:07.598Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-30T23:29:07.598Z] ---> Running in 9a207a6329fe [2021-03-30T23:29:07.868Z] Removing intermediate container 4c2c4fcc2efc [2021-03-30T23:29:07.868Z] ---> 0ca3b3d8b435 [2021-03-30T23:29:07.868Z] Step 24/26 : LABEL arch=x86_64 [2021-03-30T23:29:07.868Z] ---> Running in b1b0a6031336 [2021-03-30T23:29:07.868Z] Removing intermediate container 9a207a6329fe [2021-03-30T23:29:07.868Z] ---> 031ca72ce2a7 [2021-03-30T23:29:07.868Z] Step 22/23 : LABEL git_sha=d802488aca6636226a8dc07a0996c11963065c35 [2021-03-30T23:29:07.868Z] ---> 24da0c70158a [2021-03-30T23:29:07.868Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-30T23:29:08.130Z] ---> Running in 32895c5870aa [2021-03-30T23:29:08.398Z] Removing intermediate container b1b0a6031336 [2021-03-30T23:29:08.398Z] ---> 6770d76a4350 [2021-03-30T23:29:08.398Z] Step 25/26 : LABEL git_sha=d802488aca6636226a8dc07a0996c11963065c35 [2021-03-30T23:29:08.665Z] ---> Running in e2589c015752 [2021-03-30T23:29:08.665Z] Removing intermediate container 32895c5870aa [2021-03-30T23:29:08.665Z] ---> 10be9c4a98c8 [2021-03-30T23:29:08.665Z] Step 23/23 : LABEL version=0.0.0 [2021-03-30T23:29:08.665Z] ---> 320095ab9655 [2021-03-30T23:29:08.665Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-30T23:29:08.665Z] ---> Running in ace0fbd7bea2 [2021-03-30T23:29:08.926Z] Removing intermediate container e2589c015752 [2021-03-30T23:29:08.926Z] ---> c17b10c418ba [2021-03-30T23:29:08.926Z] Step 26/26 : LABEL version=0.0.0 [2021-03-30T23:29:09.875Z] ---> Running in 2899a773000d [2021-03-30T23:29:09.875Z] ---> 927fd1117f3a [2021-03-30T23:29:09.875Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-30T23:29:09.875Z] Removing intermediate container ace0fbd7bea2 [2021-03-30T23:29:09.875Z] ---> 7cb0cbe3029b [2021-03-30T23:29:09.875Z] [2021-03-30T23:29:10.138Z] Successfully built 7cb0cbe3029b [2021-03-30T23:29:10.409Z] Successfully tagged docker-core-metadata-go:latest [2021-03-30T23:29:10.409Z]  Building docker-core-metadata-go ... done  ---> Running in 4dd1b33c0722 [2021-03-30T23:29:10.409Z] Removing intermediate container 2899a773000d [2021-03-30T23:29:10.409Z] ---> 58316a6b1393 [2021-03-30T23:29:10.409Z] [2021-03-30T23:29:10.409Z] Successfully built 58316a6b1393 [2021-03-30T23:29:10.994Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-30T23:29:11.585Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 4dd1b33c0722 [2021-03-30T23:29:11.585Z] ---> f70e67132e6e [2021-03-30T23:29:11.585Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-30T23:29:12.559Z] Removing intermediate container e21d076d397c [2021-03-30T23:29:12.559Z] ---> 0f19f829c33b [2021-03-30T23:29:12.559Z] [2021-03-30T23:29:12.559Z] Step 10/22 : FROM alpine:3.12 [2021-03-30T23:29:12.559Z] ---> 42cb162f0360 [2021-03-30T23:29:12.559Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-30T23:29:12.559Z] ---> 859d8e052d85 [2021-03-30T23:29:12.559Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-30T23:29:12.559Z] ---> Running in 0b289aaef4ce [2021-03-30T23:29:12.559Z] ---> Running in efe11118fe92 [2021-03-30T23:29:13.140Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T23:29:13.140Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T23:29:13.402Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-30T23:29:13.402Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-30T23:29:13.402Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T23:29:13.402Z] Executing ca-certificates-20191127-r4.trigger [2021-03-30T23:29:13.402Z] OK: 6 MiB in 16 packages [2021-03-30T23:29:13.531Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.275s coverage: 29.1% of statements [2021-03-30T23:29:13.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-30T23:29:13.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-30T23:29:13.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-30T23:29:13.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-30T23:29:13.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-30T23:29:13.531Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.216s coverage: 99.0% of statements [2021-03-30T23:29:13.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-30T23:29:13.531Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.233s coverage: 100.0% of statements [2021-03-30T23:29:13.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-30T23:29:13.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-30T23:29:13.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-30T23:29:13.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-30T23:29:13.531Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.231s coverage: 95.0% of statements [2021-03-30T23:29:13.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-30T23:29:13.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-30T23:29:13.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-30T23:29:13.531Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2021-03-30T23:29:13.531Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-30T23:29:13.531Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements [2021-03-30T23:29:13.531Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-30T23:29:13.531Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-30T23:29:13.531Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-30T23:29:13.531Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-30T23:29:13.531Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements [2021-03-30T23:29:13.532Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-30T23:29:13.532Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-30T23:29:13.532Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.093s coverage: 100.0% of statements [2021-03-30T23:29:13.976Z] Removing intermediate container efe11118fe92 [2021-03-30T23:29:13.976Z] ---> abd4da2615cc [2021-03-30T23:29:13.976Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-30T23:29:14.241Z] ---> Running in c815e7ab5854 [2021-03-30T23:29:14.820Z] Removing intermediate container c815e7ab5854 [2021-03-30T23:29:14.820Z] ---> 8bd5ae437626 [2021-03-30T23:29:14.820Z] Step 28/31 : CMD ["gate"] [2021-03-30T23:29:14.969Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.119s coverage: 32.1% of statements [2021-03-30T23:29:15.089Z] Removing intermediate container 0b289aaef4ce [2021-03-30T23:29:15.089Z] ---> 3b54117a6805 [2021-03-30T23:29:15.089Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-30T23:29:15.242Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-03-30T23:29:15.675Z] ---> Running in 7534612854c1 [2021-03-30T23:29:15.937Z] ---> Running in 8b748d60e64f [2021-03-30T23:29:15.937Z] Removing intermediate container 7534612854c1 [2021-03-30T23:29:15.937Z] ---> 175115708af6 [2021-03-30T23:29:15.937Z] Step 29/31 : LABEL arch=x86_64 [2021-03-30T23:29:15.937Z] Removing intermediate container 8b748d60e64f [2021-03-30T23:29:15.937Z] ---> 8168f8259006 [2021-03-30T23:29:15.937Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-30T23:29:16.198Z] ---> Running in bde298bc43c7 [2021-03-30T23:29:16.198Z] ---> Running in 3952e8fc22b4 [2021-03-30T23:29:16.218Z] GO111MODULE=on go vet ./... [2021-03-30T23:29:16.461Z] Removing intermediate container bde298bc43c7 [2021-03-30T23:29:16.461Z] ---> 7d759aef4f39 [2021-03-30T23:29:16.461Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-30T23:29:16.461Z] Removing intermediate container 3952e8fc22b4 [2021-03-30T23:29:16.461Z] ---> 3d417a3066c4 [2021-03-30T23:29:16.461Z] Step 30/31 : LABEL git_sha=d802488aca6636226a8dc07a0996c11963065c35 [2021-03-30T23:29:16.461Z] ---> Running in d87516923c24 [2021-03-30T23:29:16.461Z] ---> Running in 458d1c8daa78 [2021-03-30T23:29:16.724Z] Removing intermediate container d87516923c24 [2021-03-30T23:29:16.724Z] ---> bb46df06c2b4 [2021-03-30T23:29:16.724Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T23:29:16.724Z] Removing intermediate container 458d1c8daa78 [2021-03-30T23:29:16.724Z] ---> 80c4c9671683 [2021-03-30T23:29:16.724Z] Step 31/31 : LABEL version=0.0.0 [2021-03-30T23:29:16.989Z] ---> Running in bc9b82de614f [2021-03-30T23:29:16.989Z] ---> f5cae43ec183 [2021-03-30T23:29:16.989Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-30T23:29:16.989Z] Removing intermediate container bc9b82de614f [2021-03-30T23:29:16.989Z] ---> 11442437e162 [2021-03-30T23:29:16.989Z] [2021-03-30T23:29:17.254Z] Successfully built 11442437e162 [2021-03-30T23:29:17.254Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-30T23:29:17.515Z]  Building docker-security-bootstrapper-go ... done  ---> 08e140137f2b [2021-03-30T23:29:17.515Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-30T23:29:17.780Z] ---> fc405385893c [2021-03-30T23:29:17.780Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-30T23:29:17.780Z] ---> Running in e5b2817691fe [2021-03-30T23:29:18.047Z] Removing intermediate container e5b2817691fe [2021-03-30T23:29:18.047Z] ---> d074ef7f8d4c [2021-03-30T23:29:18.047Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T23:29:18.047Z] ---> Running in 28e2b3ae4e27 [2021-03-30T23:29:18.317Z] Removing intermediate container 28e2b3ae4e27 [2021-03-30T23:29:18.317Z] ---> c4baab2dff87 [2021-03-30T23:29:18.317Z] Step 20/22 : LABEL arch=x86_64 [2021-03-30T23:29:18.317Z] ---> Running in 970b7bb34476 [2021-03-30T23:29:18.584Z] Removing intermediate container 970b7bb34476 [2021-03-30T23:29:18.584Z] ---> 4d3f83b7a966 [2021-03-30T23:29:18.584Z] Step 21/22 : LABEL git_sha=d802488aca6636226a8dc07a0996c11963065c35 [2021-03-30T23:29:18.584Z] ---> Running in 58916921c17d [2021-03-30T23:29:18.846Z] Removing intermediate container 58916921c17d [2021-03-30T23:29:18.846Z] ---> 35007d777f3e [2021-03-30T23:29:18.846Z] Step 22/22 : LABEL version=0.0.0 [2021-03-30T23:29:19.421Z] ---> Running in c17a69488fc6 [2021-03-30T23:29:19.421Z] Removing intermediate container c17a69488fc6 [2021-03-30T23:29:19.421Z] ---> 4ec22de6497c [2021-03-30T23:29:19.421Z] [2021-03-30T23:29:19.683Z] Successfully built 4ec22de6497c [2021-03-30T23:29:19.683Z] Successfully tagged docker-support-notifications-go:latest [2021-03-30T23:29:19.959Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-03-30T23:29:19.964Z] $ docker stop --time=1 a78073e18436f4948b1c6c315ecf460b19043448de96ae888ecc6a08a866d101 [2021-03-30T23:29:21.668Z] $ docker rm -f a78073e18436f4948b1c6c315ecf460b19043448de96ae888ecc6a08a866d101 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-30T23:29:22.338Z] + docker images [2021-03-30T23:29:22.338Z] + grep docker [2021-03-30T23:29:22.605Z] docker-support-notifications-go latest 4ec22de6497c 3 seconds ago 17.9MB [2021-03-30T23:29:22.606Z] docker-security-bootstrapper-go latest 11442437e162 6 seconds ago 18.9MB [2021-03-30T23:29:22.606Z] docker-sys-mgmt-agent-go latest 58316a6b1393 13 seconds ago 314MB [2021-03-30T23:29:22.606Z] docker-core-metadata-go latest 7cb0cbe3029b 13 seconds ago 19MB [2021-03-30T23:29:22.606Z] docker-core-command-go latest abbcabfe45de 18 seconds ago 17.3MB [2021-03-30T23:29:22.606Z] docker-core-data-go latest e9f90c626803 About a minute ago 22.7MB [2021-03-30T23:29:22.606Z] docker-security-secretstore-setup-go latest 4d998c31f265 About a minute ago 25.7MB [2021-03-30T23:29:22.606Z] docker-security-proxy-setup-go latest 1dcb178403b4 About a minute ago 25.4MB [2021-03-30T23:29:22.606Z] docker-support-scheduler-go latest 6f58a01128b1 About a minute ago 17.4MB [2021-03-30T23:29:22.606Z] 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-30T23:29:38.278Z] Still waiting to schedule task [2021-03-30T23:29:38.278Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-30T23:30:38.253Z] gofmt -l . [2021-03-30T23:30:38.253Z] [ "`gofmt -l .`" = "" ] [2021-03-30T23:30:38.253Z] ./bin/test-go-mod-tidy.sh [2021-03-30T23:30:38.253Z] ./bin/test-attribution-txt.sh [2021-03-30T23:30:38.425Z] Running on prd-ubuntu18.04-docker-8c-8g-32119 in /w/workspace/edgexfoundry_edgex-go_PR-3324 [Pipeline] { [Pipeline] ws [2021-03-30T23:30:38.493Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [Pipeline] sh [2021-03-30T23:30:39.655Z] + ls -al . [2021-03-30T23:30:39.655Z] total 820 [2021-03-30T23:30:39.655Z] drwxrwxr-x 9 1001 1001 4096 Mar 30 23:30 . [2021-03-30T23:30:39.655Z] drwxr-xr-x 4 root root 4096 Mar 30 23:26 .. [2021-03-30T23:30:39.655Z] -rw-rw-r-- 1 1001 1001 11 Mar 30 23:24 .dockerignore [2021-03-30T23:30:39.655Z] drwxrwxr-x 8 1001 1001 4096 Mar 30 23:24 .git [2021-03-30T23:30:39.655Z] drwxrwxr-x 3 1001 1001 4096 Mar 30 23:24 .github [2021-03-30T23:30:39.655Z] -rw-rw-r-- 1 1001 1001 818 Mar 30 23:24 .gitignore [2021-03-30T23:30:39.656Z] -rw-rw-r-- 1 1001 1001 166 Mar 30 23:24 .sonarcloud.properties [2021-03-30T23:30:39.656Z] -rw-rw-r-- 1 1001 1001 8607 Mar 30 23:24 Attribution.txt [2021-03-30T23:30:39.656Z] -rw-rw-r-- 1 1001 1001 3804 Mar 30 23:24 CONTRIBUTING.md [2021-03-30T23:30:39.656Z] -rw-rw-r-- 1 1001 1001 931 Mar 30 23:24 Dockerfile.build [2021-03-30T23:30:39.656Z] -rw-rw-r-- 1 1001 1001 863 Mar 30 23:24 Jenkinsfile [2021-03-30T23:30:39.656Z] -rw-rw-r-- 1 1001 1001 10775 Mar 30 23:24 LICENSE [2021-03-30T23:30:39.656Z] -rw-rw-r-- 1 1001 1001 5774 Mar 30 23:24 Makefile [2021-03-30T23:30:39.656Z] -rw-rw-r-- 1 1001 1001 6548 Mar 30 23:24 README.md [2021-03-30T23:30:39.656Z] -rw-rw-r-- 1 1001 1001 6755 Mar 30 23:24 SECURITY.md [2021-03-30T23:30:39.656Z] -rw-rw-r-- 1 1001 1001 5 Mar 30 23:21 VERSION [2021-03-30T23:30:39.656Z] -rw-rw-r-- 1 1001 1001 4131 Mar 30 23:24 ZMQWindows.md [2021-03-30T23:30:39.656Z] drwxrwxr-x 2 1001 1001 4096 Mar 30 23:24 bin [2021-03-30T23:30:39.656Z] drwxrwxr-x 14 1001 1001 4096 Mar 30 23:24 cmd [2021-03-30T23:30:39.656Z] -rw-r--r-- 1 root root 683562 Mar 30 23:29 coverage.out [2021-03-30T23:30:39.656Z] -rw-r--r-- 1 root root 1056 Mar 30 23:30 go.mod [2021-03-30T23:30:39.656Z] -rw-r--r-- 1 root root 22875 Mar 30 23:30 go.sum [2021-03-30T23:30:39.656Z] drwxrwxr-x 8 1001 1001 4096 Mar 30 23:24 internal [2021-03-30T23:30:39.656Z] drwxrwxr-x 4 1001 1001 4096 Mar 30 23:24 openapi [2021-03-30T23:30:39.656Z] drwxrwxr-x 4 1001 1001 4096 Mar 30 23:24 snap [2021-03-30T23:30:39.656Z] -rw-rw-r-- 1 1001 1001 168 Mar 30 23:24 version.go [Pipeline] sh [2021-03-30T23:30:40.352Z] + '[' -e coverage.out ] [2021-03-30T23:30:40.352Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-30T23:30:40.460Z] Warning: overwriting stash ‘coverage-report’ [2021-03-30T23:30:40.981Z] using credential edgex-jenkins-ssh [2021-03-30T23:30:41.081Z] Cloning the remote Git repository [2021-03-30T23:30:41.661Z] Stashed 1 file(s) [Pipeline] sh [2021-03-30T23:30:40.376Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-30T23:30:40.455Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-30T23:30:40.487Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-30T23:30:40.488Z] > git --version # timeout=10 [2021-03-30T23:30:40.496Z] > git --version # 'git version 2.17.1' [2021-03-30T23:30:40.496Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T23:30:40.519Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T23:30:42.313Z] + make build [2021-03-30T23:30:42.313Z] 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-30T23:30:52.461Z] 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-30T23:31:13.508Z] Merging remotes/origin/master commit 0e291f44bb73248a8c5ef7868096f1c33cce0f6a into PR head commit d802488aca6636226a8dc07a0996c11963065c35 [2021-03-30T23:31:13.623Z] Merge succeeded, producing d802488aca6636226a8dc07a0996c11963065c35 [2021-03-30T23:31:13.623Z] Checking out Revision d802488aca6636226a8dc07a0996c11963065c35 (PR-3324) [2021-03-30T23:31:12.856Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-30T23:31:12.861Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T23:31:12.871Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-30T23:31:12.884Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-30T23:31:12.884Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T23:31:12.888Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3324/head:refs/remotes/origin/PR-3324 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T23:31:13.518Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T23:31:13.523Z] > git checkout -f d802488aca6636226a8dc07a0996c11963065c35 # timeout=10 [2021-03-30T23:31:13.594Z] > git remote # timeout=10 [2021-03-30T23:31:13.602Z] > git config --get remote.origin.url # timeout=10 [2021-03-30T23:31:13.607Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T23:31:13.611Z] > git merge 0e291f44bb73248a8c5ef7868096f1c33cce0f6a # timeout=10 [2021-03-30T23:31:13.620Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-30T23:31:13.628Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T23:31:13.632Z] > git checkout -f d802488aca6636226a8dc07a0996c11963065c35 # timeout=10 [2021-03-30T23:31:17.397Z] Commit message: "fix: Address Bryon's review comments" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-30T23:31:18.476Z] + echo snap-build.sh [2021-03-30T23:31:18.476Z] snap-build.sh [2021-03-30T23:31:18.476Z] + SNAP_BASE_DIR=. [2021-03-30T23:31:18.476Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-03-30T23:31:18.476Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-03-30T23:31:18.476Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-03-30T23:31:18.476Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-03-30T23:31:18.476Z] + cd /w/workspace/edgex-go/2 [2021-03-30T23:31:18.476Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-30T23:31:18.476Z] Reading package lists... [2021-03-30T23:31:18.476Z] Building dependency tree... [2021-03-30T23:31:18.476Z] Reading state information... [2021-03-30T23:31:18.737Z] The following packages were automatically installed and are no longer required: [2021-03-30T23:31:18.737Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-30T23:31:18.737Z] uidmap xdelta3 [2021-03-30T23:31:18.737Z] Use 'sudo apt autoremove' to remove them. [2021-03-30T23:31:18.737Z] The following packages will be REMOVED: [2021-03-30T23:31:18.737Z] lxd* lxd-client* [2021-03-30T23:31:18.998Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-30T23:31:18.998Z] After this operation, 31.7 MB disk space will be freed. [2021-03-30T23:31:19.299Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-30T23:31:20.284Z] 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-30T23:31:20.311Z] (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-30T23:31:20.311Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-30T23:31:20.883Z] Removing lxd dnsmasq configuration [2021-03-30T23:31:21.146Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-30T23:31:21.146Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-30T23:31:22.091Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-30T23:31:22.355Z] (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-30T23:31:22.356Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-30T23:31:23.744Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-30T23:31:23.744Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-30T23:31:25.132Z] + sudo snap remove --purge lxd [2021-03-30T23:31:25.132Z] snap "lxd" is not installed [2021-03-30T23:31:25.132Z] + sudo groupadd --force --system lxd [2021-03-30T23:31:25.132Z] ++ whoami [2021-03-30T23:31:25.132Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-30T23:31:25.132Z] + newgrp - lxd [2021-03-30T23:31:25.132Z] + sudo snap install lxd [2021-03-30T23:31:25.692Z] 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-30T23:31:26.675Z] 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-30T23:31:32.079Z] 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-30T23:31:35.138Z] 2021-03-30T23:31:33Z INFO Waiting for automatic snapd restart... [2021-03-30T23:31:36.382Z] 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-30T23:31:40.689Z] 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-30T23:31:46.098Z] 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-30T23:31:49.502Z] 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-30T23:31:54.902Z] 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-30T23:32:01.641Z] $ docker stop --time=1 154d6dbf5645ceb5027e2094f780cec8653d0a21b3c51ae8218c6522b8fff15d [2021-03-30T23:32:04.311Z] $ docker rm -f 154d6dbf5645ceb5027e2094f780cec8653d0a21b3c51ae8218c6522b8fff15d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T23:32:06.498Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-30T23:32:06.498Z] [2021-03-30T23:32:06.498Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T23:32:06.886Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-30T23:32:07.161Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-30T23:32:07.161Z] 29e5d40040c1: Pulling fs layer [2021-03-30T23:32:07.161Z] 1ce36da41761: Pulling fs layer [2021-03-30T23:32:07.161Z] 25b303627fd3: Pulling fs layer [2021-03-30T23:32:07.161Z] 29e5d40040c1: Verifying Checksum [2021-03-30T23:32:07.161Z] 29e5d40040c1: Download complete [2021-03-30T23:32:07.761Z] 29e5d40040c1: Pull complete [2021-03-30T23:32:08.035Z] 1ce36da41761: Download complete [2021-03-30T23:32:09.469Z] 1ce36da41761: Pull complete [2021-03-30T23:32:09.469Z] 25b303627fd3: Verifying Checksum [2021-03-30T23:32:09.469Z] 25b303627fd3: Download complete [2021-03-30T23:32:19.611Z] 25b303627fd3: Pull complete [2021-03-30T23:32:19.611Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-30T23:32:19.611Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-30T23:32:19.611Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-30T23:32:19.850Z] prd-ubuntu18.04-docker-arm64-4c-16g-32115 does not seem to be running inside a container [2021-03-30T23:32:19.947Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-30T23:32:23.211Z] $ docker top 57dc4cbf97bc7b850b4ad8ab5deb23a457b6b3dae1db023501f91f247b2daf37 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T23:32:24.299Z] + grep parallel [2021-03-30T23:32:24.299Z] + docker-compose build --help [2021-03-30T23:32:27.670Z] --parallel Build images in parallel. [Pipeline] } [2021-03-30T23:32:27.964Z] $ docker stop --time=1 57dc4cbf97bc7b850b4ad8ab5deb23a457b6b3dae1db023501f91f247b2daf37 [2021-03-30T23:32:29.905Z] $ docker rm -f 57dc4cbf97bc7b850b4ad8ab5deb23a457b6b3dae1db023501f91f247b2daf37 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T23:32:30.743Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-30T23:32:30.743Z] . [Pipeline] withDockerContainer [2021-03-30T23:32:31.012Z] prd-ubuntu18.04-docker-arm64-4c-16g-32115 does not seem to be running inside a container [2021-03-30T23:32:31.099Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-30T23:32:32.504Z] $ docker top 0043351bbf23d222afd330509714c3d17cde5a127dd9ab38b3a449315d34d6b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T23:32:33.522Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-30T23:32:37.817Z] Building docker-core-command-go ... [2021-03-30T23:32:37.817Z] Building docker-core-data-go ... [2021-03-30T23:32:37.817Z] Building docker-core-metadata-go ... [2021-03-30T23:32:37.817Z] Building docker-security-bootstrapper-go ... [2021-03-30T23:32:37.817Z] Building docker-security-proxy-setup-go ... [2021-03-30T23:32:37.817Z] Building docker-security-secretstore-setup-go ... [2021-03-30T23:32:37.817Z] Building docker-support-notifications-go ... [2021-03-30T23:32:37.817Z] Building docker-support-scheduler-go ... [2021-03-30T23:32:37.817Z] Building docker-sys-mgmt-agent-go ... [2021-03-30T23:32:37.817Z] Building docker-security-secretstore-setup-go [2021-03-30T23:32:37.817Z] Building docker-core-metadata-go [2021-03-30T23:32:37.817Z] Building docker-core-command-go [2021-03-30T23:32:37.817Z] Building docker-security-proxy-setup-go [2021-03-30T23:32:37.817Z] Building docker-security-bootstrapper-go [2021-03-30T23:33:41.729Z] lxd 4.12 from Canonical* installed [2021-03-30T23:33:41.729Z] + sudo lxd init --auto [2021-03-30T23:33:41.729Z] + sudo snap install --classic snapcraft [2021-03-30T23:33:59.558Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T23:33:59.558Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-30T23:33:59.558Z] ---> 31e1cb96c434 [2021-03-30T23:33:59.558Z] Step 3/24 : WORKDIR /edgex-go [2021-03-30T23:33:59.558Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T23:33:59.558Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-30T23:33:59.558Z] ---> 31e1cb96c434 [2021-03-30T23:33:59.558Z] Step 3/23 : WORKDIR /edgex-go [2021-03-30T23:33:59.558Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T23:33:59.558Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-30T23:33:59.558Z] ---> 31e1cb96c434 [2021-03-30T23:33:59.558Z] Step 3/31 : WORKDIR /edgex-go [2021-03-30T23:33:59.558Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T23:33:59.558Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-30T23:33:59.558Z] ---> 31e1cb96c434 [2021-03-30T23:33:59.558Z] Step 3/23 : WORKDIR /edgex-go [2021-03-30T23:33:59.558Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T23:33:59.558Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-30T23:33:59.558Z] ---> 31e1cb96c434 [2021-03-30T23:33:59.558Z] Step 3/21 : WORKDIR /edgex-go [2021-03-30T23:33:59.558Z] ---> Running in 5361ac910e67 [2021-03-30T23:33:59.558Z] ---> Running in 40c0f6b38193 [2021-03-30T23:33:59.558Z] ---> Running in 22f086dd07ec [2021-03-30T23:33:59.558Z] ---> Running in 6dc00a0ff946 [2021-03-30T23:33:59.558Z] ---> Running in 22cf72eae0ba [2021-03-30T23:33:59.558Z] Removing intermediate container 40c0f6b38193 [2021-03-30T23:33:59.558Z] ---> 54679bd0ef3e [2021-03-30T23:33:59.558Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T23:33:59.558Z] Removing intermediate container 22f086dd07ec [2021-03-30T23:33:59.558Z] ---> 8481c49d5723 [2021-03-30T23:33:59.558Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T23:33:59.558Z] Removing intermediate container 22cf72eae0ba [2021-03-30T23:33:59.558Z] ---> e9c463356239 [2021-03-30T23:33:59.558Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T23:33:59.558Z] Removing intermediate container 5361ac910e67 [2021-03-30T23:33:59.558Z] ---> 61c67d4c05c1 [2021-03-30T23:33:59.558Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T23:33:59.558Z] Removing intermediate container 6dc00a0ff946 [2021-03-30T23:33:59.558Z] ---> 1464c18ce4b9 [2021-03-30T23:33:59.558Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T23:33:59.558Z] ---> Running in 50a063f461a8 [2021-03-30T23:33:59.558Z] ---> Running in 315b6e95b83b [2021-03-30T23:33:59.558Z] ---> Running in 5e4b43649483 [2021-03-30T23:33:59.558Z] ---> Running in 6cd95ba8831f [2021-03-30T23:33:59.558Z] ---> Running in 52af35ee7620 [2021-03-30T23:33:59.558Z] Removing intermediate container 50a063f461a8 [2021-03-30T23:33:59.558Z] ---> ae08a6662ebb [2021-03-30T23:33:59.558Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-30T23:33:59.558Z] ---> Running in 0fbeb7910a6b [2021-03-30T23:33:59.558Z] Removing intermediate container 315b6e95b83b [2021-03-30T23:33:59.558Z] ---> e912d362f37a [2021-03-30T23:33:59.558Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-30T23:33:59.558Z] ---> Running in 188590c7ea54 [2021-03-30T23:33:59.558Z] Removing intermediate container 52af35ee7620 [2021-03-30T23:33:59.558Z] ---> c91a265c4fb5 [2021-03-30T23:33:59.558Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-30T23:33:59.558Z] Removing intermediate container 5e4b43649483 [2021-03-30T23:33:59.558Z] ---> 449578056218 [2021-03-30T23:33:59.558Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-30T23:33:59.558Z] Removing intermediate container 6cd95ba8831f [2021-03-30T23:33:59.558Z] ---> aa3d7595f711 [2021-03-30T23:33:59.558Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-30T23:33:59.558Z] ---> Running in 2cddd32dce6a [2021-03-30T23:33:59.831Z] ---> Running in 0d507164f16b [2021-03-30T23:33:59.831Z] ---> Running in d619dd1293eb [2021-03-30T23:34:00.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T23:34:01.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T23:34:01.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T23:34:01.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T23:34:01.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T23:34:01.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T23:34:02.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T23:34:02.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T23:34:02.753Z] OK: 217 MiB in 51 packages [2021-03-30T23:34:02.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T23:34:02.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T23:34:03.356Z] OK: 217 MiB in 51 packages [2021-03-30T23:34:03.964Z] OK: 217 MiB in 51 packages [2021-03-30T23:34:03.964Z] Removing intermediate container 0fbeb7910a6b [2021-03-30T23:34:03.964Z] ---> 46fb75192e36 [2021-03-30T23:34:03.964Z] Step 6/31 : COPY go.mod . [2021-03-30T23:34:03.964Z] OK: 217 MiB in 51 packages [2021-03-30T23:34:03.964Z] OK: 217 MiB in 51 packages [2021-03-30T23:34:05.402Z] Removing intermediate container 188590c7ea54 [2021-03-30T23:34:05.402Z] ---> 03a2e4e5279d [2021-03-30T23:34:05.402Z] Step 6/24 : COPY go.mod . [2021-03-30T23:34:05.402Z] ---> 85b7b11b1411 [2021-03-30T23:34:05.402Z] Step 7/31 : RUN go mod download [2021-03-30T23:34:05.402Z] ---> Running in 14daa2d71881 [2021-03-30T23:34:05.674Z] Removing intermediate container 2cddd32dce6a [2021-03-30T23:34:05.674Z] ---> 21a99bd4a86c [2021-03-30T23:34:05.674Z] Step 6/21 : COPY go.mod . [2021-03-30T23:34:05.950Z] Removing intermediate container 0d507164f16b [2021-03-30T23:34:05.950Z] ---> 8dc679726a21 [2021-03-30T23:34:05.950Z] Step 6/23 : COPY go.mod . [2021-03-30T23:34:05.950Z] Removing intermediate container d619dd1293eb [2021-03-30T23:34:05.950Z] ---> 6c32b00a1317 [2021-03-30T23:34:05.950Z] Step 6/23 : COPY go.mod . [2021-03-30T23:34:06.227Z] ---> 547d3ee201db [2021-03-30T23:34:06.227Z] Step 7/24 : RUN go mod download [2021-03-30T23:34:06.503Z] ---> Running in d74ee2ceff81 [2021-03-30T23:34:06.776Z] ---> 0cbb120f9cae [2021-03-30T23:34:06.776Z] Step 7/21 : RUN go mod download [2021-03-30T23:34:06.776Z] ---> Running in 2d74f1e7f2c7 [2021-03-30T23:34:07.050Z] ---> 253b4f4afed3 [2021-03-30T23:34:07.050Z] Step 7/23 : RUN go mod download [2021-03-30T23:34:07.326Z] ---> 959ee3e99751 [2021-03-30T23:34:07.326Z] Step 7/23 : RUN go mod download [2021-03-30T23:34:07.326Z] ---> Running in 66f52277ac12 [2021-03-30T23:34:07.625Z] ---> Running in 7f6dfeb5a47c [2021-03-30T23:34:10.259Z] Removing intermediate container 14daa2d71881 [2021-03-30T23:34:10.259Z] ---> d6098d16f5f0 [2021-03-30T23:34:10.259Z] Step 8/31 : COPY . . [2021-03-30T23:34:11.246Z] Removing intermediate container d74ee2ceff81 [2021-03-30T23:34:11.246Z] ---> eda076459c3d [2021-03-30T23:34:11.246Z] Step 8/24 : COPY . . [2021-03-30T23:34:11.841Z] Removing intermediate container 2d74f1e7f2c7 [2021-03-30T23:34:11.841Z] ---> f47f8de311ba [2021-03-30T23:34:11.841Z] Step 8/21 : COPY . . [2021-03-30T23:34:12.437Z] Removing intermediate container 66f52277ac12 [2021-03-30T23:34:12.438Z] ---> 7b06ce9bcf8b [2021-03-30T23:34:12.438Z] Step 8/23 : COPY . . [2021-03-30T23:34:12.723Z] Removing intermediate container 7f6dfeb5a47c [2021-03-30T23:34:12.723Z] ---> 01123efe4f08 [2021-03-30T23:34:12.723Z] Step 8/23 : COPY . . [2021-03-30T23:34:39.641Z] ---> 7daa19c9f6e2 [2021-03-30T23:34:39.641Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-30T23:34:39.641Z] ---> Running in d7fb4fa6e070 [2021-03-30T23:34:39.641Z] ---> 1094753b26ea [2021-03-30T23:34:39.641Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-30T23:34:39.641Z] ---> c89d96640eaf [2021-03-30T23:34:39.642Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-30T23:34:39.642Z] ---> 3c3d7208a128 [2021-03-30T23:34:39.642Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-30T23:34:39.642Z] ---> Running in 8b972fa78041 [2021-03-30T23:34:39.642Z] ---> Running in ccee803b97be [2021-03-30T23:34:39.642Z] ---> Running in 18836c961c0e [2021-03-30T23:34:39.642Z] ---> 225310836a47 [2021-03-30T23:34:39.642Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-30T23:34:39.642Z] ---> Running in 3cfa1fa8e467 [2021-03-30T23:34:39.642Z] 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-30T23:34:39.642Z] 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-30T23:34:40.242Z] 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-30T23:34:40.242Z] 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-30T23:34:40.527Z] 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-30T23:35:33.259Z] snapcraft 4.6 from Canonical* installed [2021-03-30T23:35:33.259Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-30T23:35:33.259Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-30T23:35:33.259Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-30T23:35:33.259Z] Dload Upload Total Spent Left Speed [2021-03-30T23:35:33.259Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4976 0 --:--:-- --:--:-- --:--:-- 4976 [2021-03-30T23:35:33.259Z] 0 3325k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3325k 100 3325k 0 0 5569k 0 --:--:-- --:--:-- --:--:-- 10.2M [2021-03-30T23:35:33.259Z] ./yq_linux_amd64 [2021-03-30T23:35:33.259Z] + sudo snapcraft prime --use-lxd [2021-03-30T23:35:33.259Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-30T23:35:33.259Z] 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-30T23:35:33.259Z] - README.md [2021-03-30T23:35:33.259Z] [2021-03-30T23:35:33.259Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-30T23:35:33.259Z] Launching a container. [2021-03-30T23:35:43.256Z] Waiting for container to be ready [2021-03-30T23:35:43.256Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-30T23:35:43.256Z] [2021-03-30T23:35:46.557Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-30T23:35:46.820Z] Waiting for network to be ready... [2021-03-30T23:35:47.764Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-30T23:35:47.764Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] [2021-03-30T23:35:47.764Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-30T23:35:47.764Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-30T23:35:47.764Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-30T23:35:47.764Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-30T23:35:47.764Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-30T23:35:47.764Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-30T23:35:47.764Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-30T23:35:47.764Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-30T23:35:48.336Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-30T23:35:48.336Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-30T23:35:48.601Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-30T23:35:48.601Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-30T23:35:48.601Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-30T23:35:48.601Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-30T23:35:48.601Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-30T23:35:48.601Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-30T23:35:48.866Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-30T23:35:49.127Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-30T23:35:49.389Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-30T23:35:49.389Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-30T23:35:49.389Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-30T23:35:49.389Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-30T23:35:49.389Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-30T23:35:49.389Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-30T23:35:49.389Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-30T23:35:51.942Z] Fetched 24.2 MB in 4s (5940 kB/s) [2021-03-30T23:35:52.530Z] Reading package lists... [2021-03-30T23:35:53.104Z] Reading package lists... [2021-03-30T23:35:53.104Z] Building dependency tree... [2021-03-30T23:35:53.104Z] Reading state information... [2021-03-30T23:35:53.104Z] The following additional packages will be installed: [2021-03-30T23:35:53.104Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-30T23:35:53.104Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-30T23:35:53.104Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-30T23:35:53.104Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-30T23:35:53.104Z] Suggested packages: [2021-03-30T23:35:53.104Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-30T23:35:53.104Z] Recommended packages: [2021-03-30T23:35:53.104Z] gnupg libsasl2-modules [2021-03-30T23:35:53.368Z] The following NEW packages will be installed: [2021-03-30T23:35:53.368Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-30T23:35:53.368Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-30T23:35:53.368Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-30T23:35:53.368Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-30T23:35:53.368Z] The following packages will be upgraded: [2021-03-30T23:35:53.368Z] gpg gpg-agent gpgconf libudev1 [2021-03-30T23:35:53.629Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-30T23:35:53.629Z] Need to get 3530 kB of archives. [2021-03-30T23:35:53.629Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-30T23:35:53.629Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-30T23:35:53.629Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-30T23:35:53.629Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-30T23:35:53.890Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-30T23:35:53.890Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-30T23:35:53.890Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-30T23:35:54.151Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-30T23:35:54.151Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-30T23:35:54.151Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-30T23:35:54.151Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-30T23:35:54.412Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-30T23:35:54.412Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-30T23:35:54.412Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-30T23:35:54.412Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-30T23:35:54.412Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-30T23:35:54.412Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-30T23:35:54.412Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-30T23:35:54.412Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-30T23:35:54.412Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-30T23:35:54.412Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-30T23:35:54.412Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-30T23:35:54.412Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-30T23:35:54.672Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T23:35:54.672Z] Fetched 3530 kB in 1s (2853 kB/s) [2021-03-30T23:35:54.672Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-30T23:35:54.672Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-30T23:35:54.672Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-30T23:35:54.933Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-30T23:35:54.933Z] Selecting previously unselected package udev. [2021-03-30T23:35:54.933Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-30T23:35:54.933Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-30T23:35:54.933Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-30T23:35:55.193Z] Selecting previously unselected package libfuse2:amd64. [2021-03-30T23:35:55.193Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-30T23:35:55.455Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-30T23:35:55.455Z] Selecting previously unselected package fuse. [2021-03-30T23:35:55.455Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-30T23:35:55.455Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-30T23:35:55.455Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-30T23:35:55.455Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-30T23:35:55.723Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-30T23:35:55.723Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-30T23:35:55.723Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-30T23:35:55.723Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-30T23:35:55.985Z] Selecting previously unselected package libksba8:amd64. [2021-03-30T23:35:55.985Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-30T23:35:55.985Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-30T23:35:55.985Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-30T23:35:55.985Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-30T23:35:55.985Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T23:35:55.985Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-30T23:35:55.985Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-30T23:35:55.985Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T23:35:56.247Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-30T23:35:56.247Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-30T23:35:56.247Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T23:35:56.247Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-30T23:35:56.247Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-30T23:35:56.247Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T23:35:56.508Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-30T23:35:56.508Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-30T23:35:56.508Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T23:35:56.508Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-30T23:35:56.508Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-30T23:35:56.508Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T23:35:56.508Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-30T23:35:56.508Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-30T23:35:56.508Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T23:35:56.769Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-30T23:35:56.769Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-30T23:35:56.769Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T23:35:56.769Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-30T23:35:56.769Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-30T23:35:56.769Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T23:35:56.769Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-30T23:35:56.769Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-30T23:35:56.769Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-30T23:35:57.030Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-30T23:35:57.030Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-30T23:35:57.030Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-30T23:35:57.030Z] Selecting previously unselected package libldap-common. [2021-03-30T23:35:57.030Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-30T23:35:57.030Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-30T23:35:57.030Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-30T23:35:57.030Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-30T23:35:57.030Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-30T23:35:57.292Z] Selecting previously unselected package dirmngr. [2021-03-30T23:35:57.293Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-30T23:35:57.293Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-30T23:35:57.293Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-30T23:35:57.293Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-30T23:35:57.554Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-30T23:35:57.554Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-30T23:35:57.554Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-30T23:35:57.554Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-30T23:35:57.554Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T23:35:57.554Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-30T23:35:57.554Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-30T23:35:57.814Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-30T23:35:58.074Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-30T23:35:58.074Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T23:35:58.074Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-30T23:35:58.336Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-30T23:35:58.336Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-30T23:35:58.336Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T23:35:58.336Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T23:35:58.336Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T23:35:58.336Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T23:35:58.336Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T23:35:58.596Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T23:35:58.597Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T23:35:58.597Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-30T23:35:58.597Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-30T23:35:58.597Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-30T23:35:59.168Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-30T23:35:59.168Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-30T23:35:59.168Z] This means they are not meant to be enabled using systemctl. [2021-03-30T23:35:59.168Z] Possible reasons for having this kind of units are: [2021-03-30T23:35:59.168Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-30T23:35:59.168Z] .wants/ or .requires/ directory. [2021-03-30T23:35:59.168Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-30T23:35:59.168Z] a requirement dependency on it. [2021-03-30T23:35:59.168Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-30T23:35:59.168Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-30T23:35:59.168Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-30T23:35:59.169Z] instance name specified. [2021-03-30T23:35:59.430Z] Reading package lists... [2021-03-30T23:35:59.692Z] Building dependency tree... [2021-03-30T23:35:59.692Z] Reading state information... [2021-03-30T23:35:59.692Z] The following additional packages will be installed: [2021-03-30T23:35:59.692Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-30T23:35:59.692Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-30T23:35:59.692Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-30T23:35:59.692Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-30T23:35:59.692Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-30T23:35:59.692Z] Suggested packages: [2021-03-30T23:35:59.692Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-30T23:35:59.692Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-30T23:35:59.692Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-30T23:35:59.692Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-30T23:35:59.692Z] systemd-container policykit-1 [2021-03-30T23:35:59.692Z] Recommended packages: [2021-03-30T23:35:59.692Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-30T23:35:59.692Z] The following NEW packages will be installed: [2021-03-30T23:35:59.692Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-30T23:35:59.692Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-30T23:35:59.692Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-30T23:35:59.692Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-30T23:35:59.692Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-30T23:35:59.692Z] The following packages will be upgraded: [2021-03-30T23:35:59.692Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-30T23:35:59.692Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-30T23:35:59.692Z] Need to get 35.2 MB of archives. [2021-03-30T23:35:59.692Z] After this operation, 141 MB of additional disk space will be used. [2021-03-30T23:35:59.692Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-30T23:35:59.958Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-30T23:35:59.958Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-30T23:35:59.958Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-03-30T23:35:59.958Z] 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-30T23:35:59.958Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-30T23:35:59.958Z] 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-30T23:35:59.958Z] 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-30T23:35:59.958Z] 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-30T23:35:59.958Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-30T23:35:59.958Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-30T23:35:59.958Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-30T23:35:59.958Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-30T23:35:59.958Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-30T23:35:59.958Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-30T23:35:59.958Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-30T23:35:59.958Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-30T23:36:00.220Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-30T23:36:00.220Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-30T23:36:01.162Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-30T23:36:01.162Z] 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-30T23:36:01.163Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-30T23:36:01.163Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-30T23:36:01.163Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-30T23:36:01.163Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-30T23:36:01.163Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-30T23:36:01.163Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-30T23:36:01.163Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-30T23:36:01.163Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-30T23:36:01.163Z] 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-30T23:36:01.163Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T23:36:01.163Z] Fetched 35.2 MB in 1s (25.5 MB/s) [2021-03-30T23:36:01.424Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-30T23:36:01.424Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-30T23:36:01.424Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-30T23:36:01.993Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-30T23:36:01.993Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-30T23:36:02.253Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-30T23:36:02.253Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-30T23:36:02.253Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-30T23:36:02.253Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-30T23:36:02.513Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-30T23:36:02.773Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-30T23:36:02.773Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-30T23:36:02.773Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-30T23:36:03.034Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-30T23:36:03.034Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-30T23:36:03.604Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-30T23:36:03.604Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-30T23:36:03.604Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-30T23:36:03.604Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-30T23:36:03.866Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-30T23:36:03.866Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-30T23:36:03.866Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-30T23:36:04.127Z] Selecting previously unselected package libexpat1:amd64. [2021-03-30T23:36:04.127Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-30T23:36:04.127Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-30T23:36:04.127Z] Selecting previously unselected package python3.6-minimal. [2021-03-30T23:36:04.127Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-30T23:36:04.127Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-30T23:36:04.389Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-30T23:36:04.389Z] Checking for services that may need to be restarted...done. [2021-03-30T23:36:04.389Z] Checking for services that may need to be restarted...done. [2021-03-30T23:36:04.650Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-30T23:36:04.650Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-30T23:36:04.650Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-30T23:36:05.220Z] Selecting previously unselected package python3-minimal. [2021-03-30T23:36:05.220Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-30T23:36:05.220Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-30T23:36:05.220Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-30T23:36:05.220Z] Selecting previously unselected package mime-support. [2021-03-30T23:36:05.220Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-30T23:36:05.220Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-30T23:36:05.220Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-30T23:36:05.220Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-30T23:36:05.220Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-30T23:36:05.481Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-30T23:36:05.481Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-30T23:36:05.481Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-30T23:36:05.742Z] Selecting previously unselected package python3.6. [2021-03-30T23:36:05.742Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-30T23:36:05.742Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-30T23:36:05.742Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-30T23:36:05.742Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-30T23:36:05.742Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-30T23:36:06.004Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-30T23:36:06.265Z] Selecting previously unselected package python3. [2021-03-30T23:36:06.265Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-30T23:36:06.265Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-30T23:36:06.265Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-30T23:36:06.265Z] Selecting previously unselected package multiarch-support. [2021-03-30T23:36:06.265Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-30T23:36:06.265Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-30T23:36:06.265Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-30T23:36:06.526Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-30T23:36:06.526Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-30T23:36:06.526Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-30T23:36:06.526Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-30T23:36:06.526Z] Selecting previously unselected package libbsd0:amd64. [2021-03-30T23:36:06.526Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-30T23:36:06.526Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-30T23:36:06.787Z] Selecting previously unselected package sudo. [2021-03-30T23:36:06.787Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-30T23:36:06.787Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-30T23:36:07.048Z] Selecting previously unselected package apparmor. [2021-03-30T23:36:07.048Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-30T23:36:07.048Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-30T23:36:07.048Z] Selecting previously unselected package libedit2:amd64. [2021-03-30T23:36:07.048Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-30T23:36:07.048Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-30T23:36:07.309Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-30T23:36:07.309Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-30T23:36:07.309Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-30T23:36:07.309Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-30T23:36:07.309Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-30T23:36:07.309Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-30T23:36:07.571Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-30T23:36:07.571Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-30T23:36:07.571Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-30T23:36:07.571Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-30T23:36:07.571Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-30T23:36:07.571Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-30T23:36:07.571Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-30T23:36:07.571Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-30T23:36:07.571Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-30T23:36:07.833Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-30T23:36:07.833Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-30T23:36:07.833Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-30T23:36:08.093Z] Selecting previously unselected package openssh-client. [2021-03-30T23:36:08.093Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-30T23:36:08.093Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-30T23:36:08.356Z] Selecting previously unselected package squashfs-tools. [2021-03-30T23:36:08.356Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-30T23:36:08.356Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-30T23:36:08.356Z] Selecting previously unselected package snapd. [2021-03-30T23:36:08.356Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-30T23:36:08.356Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-30T23:36:10.267Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-30T23:36:10.267Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-30T23:36:10.529Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-30T23:36:10.529Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-30T23:36:10.529Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-30T23:36:10.529Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-30T23:36:10.789Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-30T23:36:10.789Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-30T23:36:10.789Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-30T23:36:11.364Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-30T23:36:11.625Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-30T23:36:11.625Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-30T23:36:11.625Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-30T23:36:11.625Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-30T23:36:11.625Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-30T23:36:12.195Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-30T23:36:12.195Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-30T23:36:12.461Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-30T23:36:12.461Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-30T23:36:12.461Z] running python rtupdate hooks for python3.6... [2021-03-30T23:36:12.461Z] running python post-rtupdate hooks for python3.6... [2021-03-30T23:36:12.461Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-30T23:36:13.849Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-30T23:36:14.110Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-30T23:36:14.110Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-30T23:36:14.372Z] Setting up snapd (2.48.3+18.04) ... [2021-03-30T23:36:14.632Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-30T23:36:14.894Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-30T23:36:15.155Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-30T23:36:15.155Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-30T23:36:15.415Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-30T23:36:15.415Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-30T23:36:15.676Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-30T23:36:15.676Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-30T23:36:15.936Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-30T23:36:16.198Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-30T23:36:16.198Z] /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-30T23:36:16.198Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-30T23:36:16.459Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-30T23:36:17.407Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-30T23:36:17.407Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-30T23:36:17.407Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-30T23:36:17.419Z] 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-30T23:36:17.419Z] 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-30T23:36:18.610Z] Reading package lists... [2021-03-30T23:36:18.610Z] Reading package lists... [2021-03-30T23:36:18.873Z] Building dependency tree... [2021-03-30T23:36:18.873Z] Reading state information... [2021-03-30T23:36:18.873Z] Calculating upgrade... [2021-03-30T23:36:19.137Z] The following packages will be upgraded: [2021-03-30T23:36:19.137Z] advancecomp base-files bash binutils binutils-common [2021-03-30T23:36:19.137Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-30T23:36:19.137Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-30T23:36:19.137Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-30T23:36:19.137Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-30T23:36:19.137Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-30T23:36:19.137Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-30T23:36:19.137Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-30T23:36:19.137Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-30T23:36:19.137Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-30T23:36:19.137Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-30T23:36:19.137Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-30T23:36:19.137Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-30T23:36:19.137Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-30T23:36:19.137Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-30T23:36:19.398Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-30T23:36:19.398Z] Need to get 63.8 MB of archives. [2021-03-30T23:36:19.398Z] After this operation, 5208 kB of additional disk space will be used. [2021-03-30T23:36:19.398Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-30T23:36:19.398Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-03-30T23:36:19.968Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-30T23:36:20.229Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-30T23:36:20.229Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-30T23:36:20.229Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-30T23:36:20.229Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-30T23:36:20.229Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-30T23:36:20.229Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-30T23:36:20.229Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-30T23:36:20.229Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-30T23:36:20.229Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-30T23:36:20.229Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-30T23:36:20.229Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-30T23:36:20.229Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-30T23:36:20.489Z] 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-30T23:36:20.489Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-30T23:36:20.489Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-30T23:36:20.489Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-30T23:36:20.489Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-30T23:36:20.489Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-30T23:36:20.489Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-30T23:36:20.489Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-30T23:36:20.750Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-30T23:36:20.750Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-30T23:36:20.750Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-30T23:36:20.750Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-30T23:36:20.750Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-30T23:36:20.750Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-30T23:36:20.750Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-30T23:36:20.750Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-30T23:36:20.750Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-30T23:36:20.750Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-30T23:36:20.750Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-30T23:36:20.750Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-30T23:36:20.750Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-30T23:36:20.750Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-30T23:36:20.750Z] Get:38 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-30T23:36:21.011Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-30T23:36:21.011Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-30T23:36:21.011Z] Get:41 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-30T23:36:21.011Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-30T23:36:21.011Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-30T23:36:21.011Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-30T23:36:21.011Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-30T23:36:21.011Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-30T23:36:21.011Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-30T23:36:21.011Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-30T23:36:21.011Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-30T23:36:21.273Z] Get:50 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-30T23:36:21.273Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-30T23:36:21.273Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-30T23:36:21.273Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-30T23:36:21.273Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-30T23:36:21.273Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-30T23:36:21.273Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-30T23:36:21.273Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-30T23:36:21.273Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-30T23:36:21.273Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-30T23:36:21.273Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-30T23:36:21.273Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-30T23:36:21.273Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-30T23:36:21.273Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-30T23:36:21.273Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-30T23:36:21.273Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-30T23:36:21.273Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-30T23:36:21.273Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-30T23:36:21.273Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-30T23:36:21.273Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-30T23:36:21.273Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-30T23:36:21.273Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-30T23:36:21.273Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-30T23:36:21.273Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-30T23:36:21.273Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-30T23:36:21.534Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-03-30T23:36:21.534Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-30T23:36:21.534Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-30T23:36:21.534Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-30T23:36:21.534Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-30T23:36:21.534Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-30T23:36:21.794Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-30T23:36:21.794Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-30T23:36:21.794Z] Get:83 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-30T23:36:21.794Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-30T23:36:21.794Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-30T23:36:21.794Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-30T23:36:21.794Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-30T23:36:21.794Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-30T23:36:21.794Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-30T23:36:21.794Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-30T23:36:22.365Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-30T23:36:22.936Z] 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-30T23:36:22.936Z] 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-30T23:36:22.936Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-30T23:36:23.508Z] 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-30T23:36:23.508Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-30T23:36:23.508Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-30T23:36:23.508Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-30T23:36:23.508Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-30T23:36:23.508Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T23:36:23.508Z] Fetched 63.8 MB in 4s (14.8 MB/s) [2021-03-30T23:36:23.508Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T23:36:23.508Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-30T23:36:23.508Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-30T23:36:24.450Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-30T23:36:24.450Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-30T23:36:24.450Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-03-30T23:36:24.711Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-03-30T23:36:25.290Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T23:36:25.290Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T23:36:25.551Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T23:36:25.551Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T23:36:25.551Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T23:36:25.551Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T23:36:25.816Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T23:36:25.816Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T23:36:25.816Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T23:36:25.816Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T23:36:26.077Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T23:36:26.077Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T23:36:26.077Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T23:36:26.077Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T23:36:26.077Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T23:36:26.339Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-30T23:36:26.339Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T23:36:26.339Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-30T23:36:26.339Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-30T23:36:26.339Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-30T23:36:26.339Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T23:36:26.339Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T23:36:26.600Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T23:36:26.600Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T23:36:26.600Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T23:36:26.862Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T23:36:26.862Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T23:36:27.123Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-30T23:36:27.123Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-30T23:36:27.123Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-30T23:36:27.695Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-30T23:36:27.956Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-30T23:36:27.956Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-30T23:36:27.956Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-30T23:36:27.956Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-30T23:36:27.956Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-30T23:36:28.218Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-30T23:36:28.218Z] Installing new version of config file /etc/issue ... [2021-03-30T23:36:28.218Z] Installing new version of config file /etc/issue.net ... [2021-03-30T23:36:28.218Z] Installing new version of config file /etc/lsb-release ... [2021-03-30T23:36:28.218Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-30T23:36:28.479Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-30T23:36:28.479Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-30T23:36:28.479Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-30T23:36:28.741Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T23:36:28.741Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-30T23:36:28.741Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-30T23:36:29.002Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-30T23:36:29.003Z] 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-30T23:36:29.003Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T23:36:29.003Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-30T23:36:29.003Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-30T23:36:29.263Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-30T23:36:29.524Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T23:36:29.524Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-30T23:36:29.524Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-30T23:36:29.524Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-30T23:36:29.785Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T23:36:29.785Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-30T23:36:29.785Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-30T23:36:30.046Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-30T23:36:30.046Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T23:36:30.046Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-30T23:36:30.307Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-30T23:36:30.307Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-30T23:36:30.307Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T23:36:30.307Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-30T23:36:30.307Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-30T23:36:30.568Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-30T23:36:30.569Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T23:36:30.569Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-30T23:36:30.569Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-30T23:36:30.830Z] Setting up grep (3.1-2build1) ... [2021-03-30T23:36:30.830Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T23:36:30.830Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-30T23:36:30.830Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-30T23:36:31.091Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-30T23:36:31.091Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T23:36:31.091Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-30T23:36:31.091Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-30T23:36:31.352Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-30T23:36:31.352Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T23:36:31.352Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-30T23:36:31.352Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-30T23:36:31.922Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-30T23:36:31.922Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-30T23:36:32.184Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-30T23:36:32.184Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-30T23:36:32.580Z] Removing intermediate container d7fb4fa6e070 [2021-03-30T23:36:32.580Z] ---> 433c5561a4df [2021-03-30T23:36:32.580Z] [2021-03-30T23:36:32.580Z] Step 10/31 : FROM alpine:3.12 [2021-03-30T23:36:32.580Z] 3.12: Pulling from library/alpine [2021-03-30T23:36:32.580Z] Removing intermediate container ccee803b97be [2021-03-30T23:36:32.580Z] ---> 28ebf1a63854 [2021-03-30T23:36:32.580Z] [2021-03-30T23:36:32.580Z] Step 10/21 : FROM alpine:3.12 [2021-03-30T23:36:32.580Z] Removing intermediate container 8b972fa78041 [2021-03-30T23:36:32.580Z] ---> 88ca716a21f2 [2021-03-30T23:36:32.580Z] [2021-03-30T23:36:32.580Z] Step 10/24 : FROM alpine:3.12 [2021-03-30T23:36:32.580Z] 3.12: Pulling from library/alpine [2021-03-30T23:36:32.580Z] 3.12: Pulling from library/alpine [2021-03-30T23:36:32.580Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-30T23:36:32.580Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-30T23:36:32.580Z] Status: Downloaded newer image for alpine:3.12 [2021-03-30T23:36:32.580Z] Status: Image is up to date for alpine:3.12 [2021-03-30T23:36:32.580Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-30T23:36:32.580Z] Status: Image is up to date for alpine:3.12 [2021-03-30T23:36:32.580Z] ---> e47305ac9786 [2021-03-30T23:36:32.580Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-30T23:36:32.580Z] ---> e47305ac9786 [2021-03-30T23:36:32.580Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-30T23:36:32.580Z] ---> e47305ac9786 [2021-03-30T23:36:32.580Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-30T23:36:32.580Z] ---> Running in 884453d567d5 [2021-03-30T23:36:32.580Z] ---> Running in 5c9e1e668f0d [2021-03-30T23:36:32.580Z] ---> Running in c6ef89846e85 [2021-03-30T23:36:32.754Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-30T23:36:32.754Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T23:36:32.754Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-30T23:36:32.754Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-30T23:36:33.694Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-30T23:36:33.694Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-30T23:36:33.955Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-30T23:36:33.955Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-30T23:36:33.956Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-30T23:36:34.032Z] Removing intermediate container c6ef89846e85 [2021-03-30T23:36:34.032Z] ---> be4a775466b8 [2021-03-30T23:36:34.032Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-30T23:36:34.217Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T23:36:34.217Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-30T23:36:34.217Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-30T23:36:34.313Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T23:36:34.314Z] ---> Running in b0fade027c50 [2021-03-30T23:36:34.479Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-30T23:36:34.479Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T23:36:34.479Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-30T23:36:34.479Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-30T23:36:34.587Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T23:36:34.587Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T23:36:34.587Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T23:36:34.753Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-30T23:36:34.753Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T23:36:34.753Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-30T23:36:34.753Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-30T23:36:34.863Z] Removing intermediate container 3cfa1fa8e467 [2021-03-30T23:36:34.863Z] ---> cf09aa914920 [2021-03-30T23:36:34.863Z] [2021-03-30T23:36:34.863Z] Step 10/23 : FROM alpine:3.12 [2021-03-30T23:36:34.863Z] ---> e47305ac9786 [2021-03-30T23:36:34.863Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-30T23:36:35.014Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-30T23:36:35.014Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T23:36:35.014Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-30T23:36:35.014Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-30T23:36:35.140Z] ---> Running in 93e3e66fa13e [2021-03-30T23:36:35.275Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-30T23:36:35.275Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T23:36:35.275Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-30T23:36:35.275Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-30T23:36:35.416Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-30T23:36:35.416Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-30T23:36:35.416Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-30T23:36:35.416Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-30T23:36:35.416Z] (4/4) Installing curl (7.69.1-r3) [2021-03-30T23:36:35.416Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T23:36:35.416Z] Executing ca-certificates-20191127-r4.trigger [2021-03-30T23:36:35.416Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-30T23:36:35.416Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-30T23:36:35.416Z] (4/6) Installing curl (7.69.1-r3) [2021-03-30T23:36:35.535Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-30T23:36:35.535Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T23:36:35.535Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-30T23:36:35.535Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-30T23:36:35.690Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-30T23:36:35.690Z] (6/6) Installing su-exec (0.2-r1) [2021-03-30T23:36:35.690Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T23:36:35.690Z] Executing ca-certificates-20191127-r4.trigger [2021-03-30T23:36:35.690Z] OK: 7 MiB in 18 packages [2021-03-30T23:36:35.798Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-30T23:36:35.798Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-30T23:36:35.798Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-30T23:36:35.969Z] OK: 7 MiB in 20 packages [2021-03-30T23:36:36.058Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T23:36:36.058Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-30T23:36:36.058Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-30T23:36:36.058Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-30T23:36:36.246Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T23:36:36.318Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T23:36:36.318Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-30T23:36:36.318Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-30T23:36:36.318Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-30T23:36:36.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T23:36:36.578Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T23:36:36.578Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-30T23:36:36.578Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-30T23:36:36.578Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-30T23:36:36.578Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T23:36:36.578Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-30T23:36:36.843Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-30T23:36:37.103Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-30T23:36:37.136Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-30T23:36:37.136Z] (2/2) Installing su-exec (0.2-r1) [2021-03-30T23:36:37.136Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T23:36:37.136Z] OK: 5 MiB in 16 packages [2021-03-30T23:36:37.411Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T23:36:37.411Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T23:36:37.674Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-30T23:36:37.674Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-30T23:36:37.935Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T23:36:37.935Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-30T23:36:37.935Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-30T23:36:38.027Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-30T23:36:38.027Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T23:36:38.196Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-30T23:36:38.196Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T23:36:38.196Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-30T23:36:38.196Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-30T23:36:38.305Z] OK: 5 MiB in 15 packages [2021-03-30T23:36:38.466Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-30T23:36:38.466Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T23:36:38.466Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-30T23:36:38.726Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-30T23:36:38.726Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-30T23:36:38.986Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T23:36:38.986Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-30T23:36:38.986Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-30T23:36:39.248Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-30T23:36:39.248Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T23:36:39.248Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-30T23:36:39.248Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-30T23:36:39.291Z] Removing intermediate container 5c9e1e668f0d [2021-03-30T23:36:39.291Z] ---> 1ab20cedf4c1 [2021-03-30T23:36:39.291Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.'Removing intermediate container 884453d567d5 [2021-03-30T23:36:39.291Z] ---> bfc07934013b [2021-03-30T23:36:39.291Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-30T23:36:39.291Z] [2021-03-30T23:36:39.510Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-30T23:36:39.510Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T23:36:39.510Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-30T23:36:39.510Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-30T23:36:39.568Z] Removing intermediate container b0fade027c50 [2021-03-30T23:36:39.568Z] ---> df56927f8513 [2021-03-30T23:36:39.568Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-30T23:36:39.568Z] ---> Running in 603f9a7c3790 [2021-03-30T23:36:39.568Z] ---> Running in 6684c7b2072d [2021-03-30T23:36:39.772Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-30T23:36:39.844Z] ---> Running in df72d8735ce0 [2021-03-30T23:36:40.033Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T23:36:40.033Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-30T23:36:40.033Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-30T23:36:40.033Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-30T23:36:40.294Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T23:36:40.294Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-30T23:36:40.294Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-30T23:36:40.442Z] Removing intermediate container 6684c7b2072d [2021-03-30T23:36:40.442Z] ---> 0156f6b18585 [2021-03-30T23:36:40.442Z] Step 13/21 : WORKDIR /edgex [2021-03-30T23:36:40.554Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-30T23:36:40.555Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T23:36:40.555Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-30T23:36:40.555Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-30T23:36:40.713Z] Removing intermediate container 603f9a7c3790 [2021-03-30T23:36:40.713Z] ---> bf58f3fc1c1d [2021-03-30T23:36:40.713Z] Step 13/24 : WORKDIR / [2021-03-30T23:36:40.713Z] Removing intermediate container 93e3e66fa13e [2021-03-30T23:36:40.713Z] ---> f0e6da009dde [2021-03-30T23:36:40.713Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-30T23:36:40.815Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-30T23:36:40.816Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-30T23:36:40.816Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-30T23:36:40.816Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-30T23:36:40.986Z] Removing intermediate container df72d8735ce0 [2021-03-30T23:36:40.986Z] ---> d52037dccf6d [2021-03-30T23:36:40.986Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-30T23:36:41.083Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-30T23:36:41.083Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T23:36:41.083Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-30T23:36:41.083Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-30T23:36:41.260Z] ---> Running in feb3c576e143 [2021-03-30T23:36:41.260Z] ---> Running in ce3f95645dd8 [2021-03-30T23:36:41.260Z] ---> Running in 3eaa5440b5f5 [2021-03-30T23:36:41.260Z] ---> Running in 93fc366c1428 [2021-03-30T23:36:41.343Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-30T23:36:41.343Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T23:36:41.343Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-30T23:36:41.343Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-30T23:36:41.603Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-30T23:36:41.866Z] Removing intermediate container ce3f95645dd8 [2021-03-30T23:36:41.866Z] ---> 1049970e02bb [2021-03-30T23:36:41.866Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-30T23:36:41.866Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T23:36:41.866Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-30T23:36:41.866Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-30T23:36:41.866Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-30T23:36:42.127Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T23:36:42.127Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-30T23:36:42.127Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-30T23:36:42.127Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-30T23:36:42.389Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T23:36:42.389Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-30T23:36:42.389Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-30T23:36:42.459Z] ---> Running in 95086b3b5e99 [2021-03-30T23:36:42.459Z] Removing intermediate container 3eaa5440b5f5 [2021-03-30T23:36:42.459Z] Removing intermediate container feb3c576e143 [2021-03-30T23:36:42.459Z] ---> 09ea804f2c83 [2021-03-30T23:36:42.459Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-30T23:36:42.459Z] ---> b55e9dfe61b7 [2021-03-30T23:36:42.459Z] 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-30T23:36:42.653Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-30T23:36:42.759Z] Removing intermediate container 93fc366c1428 [2021-03-30T23:36:42.759Z] ---> b9205818914d [2021-03-30T23:36:42.759Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-30T23:36:42.913Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T23:36:42.913Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-30T23:36:42.913Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-30T23:36:43.112Z] ---> Running in 5c1ec5dcf8ab [2021-03-30T23:36:43.112Z] Removing intermediate container 18836c961c0e [2021-03-30T23:36:43.112Z] ---> 4eb98715c4d6 [2021-03-30T23:36:43.112Z] [2021-03-30T23:36:43.112Z] Step 10/23 : FROM alpine:3.12 [2021-03-30T23:36:43.181Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-30T23:36:43.181Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T23:36:43.181Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-30T23:36:43.181Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-30T23:36:43.390Z] ---> e47305ac9786 [2021-03-30T23:36:43.391Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-30T23:36:43.391Z] ---> Using cache [2021-03-30T23:36:43.391Z] ---> f0e6da009dde [2021-03-30T23:36:43.391Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-30T23:36:43.391Z] ---> Using cache [2021-03-30T23:36:43.391Z] ---> 1049970e02bb [2021-03-30T23:36:43.391Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-30T23:36:43.391Z] Removing intermediate container 95086b3b5e99 [2021-03-30T23:36:43.391Z] ---> 3ab9046d21b1 [2021-03-30T23:36:43.391Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-30T23:36:43.444Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-30T23:36:43.663Z] ---> Running in fe3fb07fdeea [2021-03-30T23:36:43.663Z] ---> Running in 4ab2960f6261 [2021-03-30T23:36:43.663Z] ---> 4390216f11e9 [2021-03-30T23:36:43.663Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-30T23:36:43.663Z] ---> 35f3f58a94c4 [2021-03-30T23:36:43.712Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T23:36:43.712Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-30T23:36:43.712Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-30T23:36:43.712Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-30T23:36:43.712Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T23:36:43.712Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-30T23:36:43.939Z] 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-30T23:36:43.981Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-30T23:36:43.981Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-30T23:36:44.253Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T23:36:44.253Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-30T23:36:44.253Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-30T23:36:44.253Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-30T23:36:44.519Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T23:36:44.519Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-30T23:36:44.519Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-30T23:36:44.519Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-30T23:36:44.519Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T23:36:44.519Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-30T23:36:44.519Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-30T23:36:44.542Z] Removing intermediate container fe3fb07fdeea [2021-03-30T23:36:44.542Z] Removing intermediate container 4ab2960f6261 [2021-03-30T23:36:44.542Z] ---> c146d7f83dc7 [2021-03-30T23:36:44.542Z] Step 15/23 : WORKDIR / [2021-03-30T23:36:44.542Z] ---> 61d4cdd3f048 [2021-03-30T23:36:44.542Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-30T23:36:44.780Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-30T23:36:44.780Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-30T23:36:44.780Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-30T23:36:44.780Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-30T23:36:44.811Z] ---> Running in b256ae2e8a90 [2021-03-30T23:36:44.811Z] ---> Running in 8f3c925585fc [2021-03-30T23:36:44.811Z] ---> 2475901a90e5 [2021-03-30T23:36:44.811Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-30T23:36:45.040Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-30T23:36:45.040Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-30T23:36:45.308Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-30T23:36:45.308Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-30T23:36:45.420Z] ---> 57ddeb4f6f43 [2021-03-30T23:36:45.420Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-30T23:36:45.569Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-30T23:36:45.569Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-30T23:36:45.698Z] Removing intermediate container 8f3c925585fc [2021-03-30T23:36:45.698Z] ---> d32fe8550b21 [2021-03-30T23:36:45.698Z] Step 15/23 : WORKDIR / [2021-03-30T23:36:45.698Z] Removing intermediate container b256ae2e8a90 [2021-03-30T23:36:45.698Z] ---> 746a224bffb9 [2021-03-30T23:36:45.698Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T23:36:45.829Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-30T23:36:45.829Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-30T23:36:45.829Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-30T23:36:45.829Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-30T23:36:46.003Z] ---> Running in 3d668f781c18 [2021-03-30T23:36:46.003Z] ---> 5567f10f7381 [2021-03-30T23:36:46.003Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-30T23:36:46.089Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-30T23:36:46.089Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-30T23:36:46.089Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-30T23:36:46.089Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-30T23:36:46.278Z] Removing intermediate container 5c1ec5dcf8ab [2021-03-30T23:36:46.278Z] ---> ddfbfe0edc07 [2021-03-30T23:36:46.278Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-30T23:36:46.353Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-30T23:36:46.353Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-30T23:36:46.555Z] ---> Running in 3dba07438805 [2021-03-30T23:36:46.555Z] Removing intermediate container 3d668f781c18 [2021-03-30T23:36:46.555Z] ---> d60c2b73224e [2021-03-30T23:36:46.555Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T23:36:46.613Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-30T23:36:46.613Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-30T23:36:46.613Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-30T23:36:46.613Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-30T23:36:46.874Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-30T23:36:46.874Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-30T23:36:47.148Z] ---> 060c8c71d95f [2021-03-30T23:36:47.148Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-30T23:36:47.148Z] ---> dda63d15ab64 [2021-03-30T23:36:47.148Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-30T23:36:47.426Z] ---> Running in 951ac409a153 [2021-03-30T23:36:47.426Z] ---> 155fb01fc198 [2021-03-30T23:36:47.426Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-30T23:36:47.426Z] Removing intermediate container 3dba07438805 [2021-03-30T23:36:47.426Z] ---> 652b3adec78d [2021-03-30T23:36:47.426Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-30T23:36:47.702Z] ---> d5473ec32c61 [2021-03-30T23:36:47.702Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-30T23:36:47.814Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-30T23:36:47.814Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-30T23:36:47.814Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-30T23:36:47.814Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-30T23:36:47.977Z] Removing intermediate container 951ac409a153 [2021-03-30T23:36:47.977Z] ---> 649aabb9ca6e [2021-03-30T23:36:47.977Z] Step 18/21 : CMD ["--init=true"] [2021-03-30T23:36:48.094Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-30T23:36:48.094Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-30T23:36:48.355Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-30T23:36:48.355Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-30T23:36:48.584Z] ---> Running in d2a91ad6cd47 [2021-03-30T23:36:48.615Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-30T23:36:48.615Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-30T23:36:48.615Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-30T23:36:48.615Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-30T23:36:48.855Z] ---> 18ca5f9a81ba [2021-03-30T23:36:48.855Z] ---> 7b0ed9809db7 [2021-03-30T23:36:48.855Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-30T23:36:48.855Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-30T23:36:48.876Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-30T23:36:48.876Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-30T23:36:48.876Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-30T23:36:49.136Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-30T23:36:49.136Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-30T23:36:49.136Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-30T23:36:49.398Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-30T23:36:49.398Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-30T23:36:49.452Z] ---> Running in a1daeb5e9a13 [2021-03-30T23:36:49.726Z] ---> 1fd0c04f9ee7 [2021-03-30T23:36:49.726Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-30T23:36:49.726Z] Removing intermediate container d2a91ad6cd47 [2021-03-30T23:36:49.726Z] ---> c2b63d263546 [2021-03-30T23:36:49.726Z] Step 19/21 : LABEL arch=arm64 [2021-03-30T23:36:50.001Z] ---> 601ccfc18917 [2021-03-30T23:36:50.001Z] ---> 61f3e0ee0054 [2021-03-30T23:36:50.001Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-30T23:36:50.001Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-30T23:36:50.001Z] ---> Running in c02c38219367 [2021-03-30T23:36:50.277Z] ---> Running in ed452793feac [2021-03-30T23:36:50.339Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-30T23:36:50.339Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-30T23:36:50.554Z] Removing intermediate container c02c38219367 [2021-03-30T23:36:50.554Z] ---> b6318ee82cf7 [2021-03-30T23:36:50.554Z] Step 20/21 : LABEL git_sha=d802488aca6636226a8dc07a0996c11963065c35 [2021-03-30T23:36:50.830Z] ---> Running in 92dbf62c354d [2021-03-30T23:36:51.101Z] Removing intermediate container ed452793feac [2021-03-30T23:36:51.101Z] ---> 7dcf57288d54 [2021-03-30T23:36:51.101Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T23:36:51.101Z] ---> e8f9c26f50ce [2021-03-30T23:36:51.101Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-30T23:36:51.101Z] ---> f0129c07a650 [2021-03-30T23:36:51.101Z] 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-30T23:36:51.284Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-30T23:36:51.284Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-30T23:36:51.375Z] ---> Running in 9272e7e687ee [2021-03-30T23:36:51.375Z] ---> Running in 10e80bb4bef1 [2021-03-30T23:36:51.375Z] ---> Running in 7f7a7f6082a8 [2021-03-30T23:36:51.654Z] Removing intermediate container 92dbf62c354d [2021-03-30T23:36:51.654Z] ---> 61e81567a7d6 [2021-03-30T23:36:51.654Z] Step 21/21 : LABEL version=0.0.0 [2021-03-30T23:36:51.856Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-30T23:36:51.856Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-30T23:36:51.929Z] ---> Running in 8223514e021a [2021-03-30T23:36:51.929Z] Removing intermediate container 9272e7e687ee [2021-03-30T23:36:51.929Z] ---> 6aba3567b25e [2021-03-30T23:36:51.929Z] Step 21/23 : LABEL arch=arm64 [2021-03-30T23:36:51.929Z] Removing intermediate container 10e80bb4bef1 [2021-03-30T23:36:51.929Z] ---> 483426deaf0a [2021-03-30T23:36:51.929Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T23:36:52.117Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-30T23:36:52.117Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-30T23:36:52.206Z] ---> Running in 8755885df865 [2021-03-30T23:36:52.206Z] ---> Running in b424b12337da [2021-03-30T23:36:52.484Z] Removing intermediate container 8223514e021a [2021-03-30T23:36:52.484Z] ---> dc938a26d124 [2021-03-30T23:36:52.484Z] [2021-03-30T23:36:52.759Z] Removing intermediate container a1daeb5e9a13 [2021-03-30T23:36:52.759Z] ---> f05808733d5a [2021-03-30T23:36:52.759Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T23:36:53.031Z] Removing intermediate container 8755885df865 [2021-03-30T23:36:53.031Z] ---> 54a1c60367b3 [2021-03-30T23:36:53.031Z] Step 22/23 : LABEL git_sha=d802488aca6636226a8dc07a0996c11963065c35 [2021-03-30T23:36:53.031Z] Removing intermediate container b424b12337da [2021-03-30T23:36:53.031Z] ---> 4e5bb00cc48a [2021-03-30T23:36:53.031Z] Step 21/23 : LABEL arch=arm64 [2021-03-30T23:36:53.031Z] Successfully built dc938a26d124 [2021-03-30T23:36:53.031Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-30T23:36:53.031Z] Building docker-support-notifications-go [2021-03-30T23:36:53.060Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-30T23:36:53.060Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-30T23:36:53.060Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-30T23:36:53.060Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-30T23:36:53.306Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 8dc647ab8e7e [2021-03-30T23:36:53.307Z] ---> Running in 7c1b695225fa [2021-03-30T23:36:53.320Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-30T23:36:53.320Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-30T23:36:53.580Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-30T23:36:53.580Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-30T23:36:53.580Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-30T23:36:53.580Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-30T23:36:53.841Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-30T23:36:53.841Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-30T23:36:53.841Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-30T23:36:53.841Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-30T23:36:53.911Z] ---> c4dbc82e8d0a [2021-03-30T23:36:53.911Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-30T23:36:54.101Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-30T23:36:54.102Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-30T23:36:54.102Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T23:36:54.189Z] Removing intermediate container 7c1b695225fa [2021-03-30T23:36:54.189Z] ---> 1a6e1454261b [2021-03-30T23:36:54.189Z] Step 22/23 : LABEL git_sha=d802488aca6636226a8dc07a0996c11963065c35Removing intermediate container 8dc647ab8e7e [2021-03-30T23:36:54.189Z] [2021-03-30T23:36:54.189Z] ---> 14e29c92cfd2 [2021-03-30T23:36:54.189Z] Step 23/23 : LABEL version=0.0.0 [2021-03-30T23:36:54.189Z] ---> Running in 942ff0deb52c [2021-03-30T23:36:54.189Z] ---> Running in 73582459595a [2021-03-30T23:36:54.363Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-30T23:36:54.363Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T23:36:54.363Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T23:36:54.363Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T23:36:54.363Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-30T23:36:54.363Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-30T23:36:54.363Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-30T23:36:54.464Z] Removing intermediate container 7f7a7f6082a8 [2021-03-30T23:36:54.464Z] ---> 58aab00ae130 [2021-03-30T23:36:54.464Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-30T23:36:54.624Z] [2021-03-30T23:36:54.624Z] Current default time zone: 'Etc/UTC' [2021-03-30T23:36:54.624Z] Local time is now: Tue Mar 30 23:36:54 UTC 2021. [2021-03-30T23:36:54.624Z] Universal Time is now: Tue Mar 30 23:36:54 UTC 2021. [2021-03-30T23:36:54.624Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-30T23:36:54.624Z] [2021-03-30T23:36:54.624Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-30T23:36:54.624Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T23:36:54.624Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-03-30T23:36:54.624Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-30T23:36:54.624Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-30T23:36:54.624Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-30T23:36:54.624Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-30T23:36:54.885Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-30T23:36:54.885Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-30T23:36:54.885Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-30T23:36:54.885Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T23:36:54.885Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-30T23:36:55.065Z] ---> Running in 993a5a00260a [2021-03-30T23:36:55.065Z] Removing intermediate container 942ff0deb52c [2021-03-30T23:36:55.065Z] ---> f9a0f402e70b [2021-03-30T23:36:55.065Z] [2021-03-30T23:36:55.145Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-30T23:36:55.146Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-30T23:36:55.146Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T23:36:55.146Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-30T23:36:55.146Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-30T23:36:55.146Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-30T23:36:55.146Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-30T23:36:55.146Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-30T23:36:55.406Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-30T23:36:55.406Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-30T23:36:55.406Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-30T23:36:55.659Z] Successfully built f9a0f402e70b [2021-03-30T23:36:55.660Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-30T23:36:55.660Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-03-30T23:36:55.660Z] Removing intermediate container 73582459595a [2021-03-30T23:36:55.660Z] ---> 28a176f49b5f [2021-03-30T23:36:55.660Z] Step 23/23 : LABEL version=0.0.0 [2021-03-30T23:36:55.934Z] ---> Running in 6995f8a602a1 [2021-03-30T23:36:56.219Z] Removing intermediate container 993a5a00260a [2021-03-30T23:36:56.219Z] ---> 9644e50282d7 [2021-03-30T23:36:56.219Z] Step 22/24 : LABEL arch=arm64 [2021-03-30T23:36:56.219Z] ---> 350cb1149d35 [2021-03-30T23:36:56.219Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-30T23:36:56.495Z] ---> Running in ed5425a80f4c [2021-03-30T23:36:56.772Z] Removing intermediate container 6995f8a602a1 [2021-03-30T23:36:56.772Z] ---> f9c01d810442 [2021-03-30T23:36:56.772Z] [2021-03-30T23:36:57.050Z] Successfully built f9c01d810442 [2021-03-30T23:36:57.316Z] Updating certificates in /etc/ssl/certs... [2021-03-30T23:36:57.321Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-30T23:36:57.321Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-03-30T23:36:57.321Z] Removing intermediate container ed5425a80f4c [2021-03-30T23:36:57.321Z] ---> 249e7529d721 [2021-03-30T23:36:57.321Z] Step 23/24 : LABEL git_sha=d802488aca6636226a8dc07a0996c11963065c35 [2021-03-30T23:36:57.593Z] ---> 1fbaefe28fa5 [2021-03-30T23:36:57.593Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-30T23:36:57.869Z] ---> Running in 1f137887b4d0 [2021-03-30T23:36:57.888Z] 23 added, 27 removed; done. [2021-03-30T23:36:57.888Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-30T23:36:57.888Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T23:36:57.888Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-30T23:36:57.888Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-30T23:36:57.888Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-30T23:36:58.148Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-30T23:36:58.148Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-30T23:36:58.148Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-30T23:36:58.148Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-30T23:36:58.148Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-30T23:36:58.148Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-30T23:36:58.148Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-30T23:36:58.148Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-30T23:36:58.409Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-30T23:36:58.409Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-30T23:36:58.409Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-30T23:36:58.409Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-30T23:36:58.409Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-30T23:36:58.409Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-30T23:36:58.409Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-30T23:36:58.409Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-30T23:36:58.409Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-30T23:36:58.465Z] Removing intermediate container 1f137887b4d0 [2021-03-30T23:36:58.465Z] ---> 8800cc1c8ed3 [2021-03-30T23:36:58.465Z] Step 24/24 : LABEL version=0.0.0 [2021-03-30T23:36:58.465Z] ---> 184ef3d15046 [2021-03-30T23:36:58.465Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-30T23:36:58.670Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-30T23:36:58.670Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-30T23:36:58.670Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-30T23:36:58.670Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-30T23:36:58.670Z] Updating certificates in /etc/ssl/certs... [2021-03-30T23:36:58.740Z] ---> Running in d3f0b1557d85 [2021-03-30T23:36:59.242Z] 0 added, 0 removed; done. [2021-03-30T23:36:59.242Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-30T23:36:59.242Z] done. [2021-03-30T23:36:59.753Z] Removing intermediate container d3f0b1557d85 [2021-03-30T23:36:59.753Z] ---> ed99c8f224c8 [2021-03-30T23:36:59.753Z] [2021-03-30T23:36:59.814Z] Reading package lists... [2021-03-30T23:36:59.814Z] Building dependency tree... [2021-03-30T23:36:59.814Z] Reading state information... [2021-03-30T23:37:00.075Z] The following NEW packages will be installed: [2021-03-30T23:37:00.075Z] apt-transport-https [2021-03-30T23:37:00.075Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-30T23:37:00.075Z] Need to get 1696 B of archives. [2021-03-30T23:37:00.075Z] After this operation, 153 kB of additional disk space will be used. [2021-03-30T23:37:00.075Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-30T23:37:00.336Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T23:37:00.336Z] Fetched 1696 B in 0s (20.8 kB/s) [2021-03-30T23:37:00.336Z] Selecting previously unselected package apt-transport-https. [2021-03-30T23:37:00.336Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-30T23:37:00.336Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-30T23:37:00.336Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-30T23:37:00.336Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-30T23:37:00.348Z] ---> 1e3bb8779b9b [2021-03-30T23:37:00.348Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-30T23:37:00.348Z] Successfully built ed99c8f224c8 [2021-03-30T23:37:00.348Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-30T23:37:00.348Z] Building docker-support-scheduler-go [2021-03-30T23:37:00.597Z] Waiting for network to be ready... [2021-03-30T23:37:00.946Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 6f02bdde8866 [2021-03-30T23:37:01.538Z] Removing intermediate container 6f02bdde8866 [2021-03-30T23:37:01.538Z] ---> 4ae72991dbe4 [2021-03-30T23:37:01.538Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-30T23:37:02.129Z] ---> b9ed989bee82 [2021-03-30T23:37:02.129Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-30T23:37:02.727Z] ---> Running in 34c11206082b [2021-03-30T23:37:07.038Z] Removing intermediate container 34c11206082b [2021-03-30T23:37:07.038Z] ---> 247a7127d03e [2021-03-30T23:37:07.038Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-30T23:37:07.188Z] 2021-03-30T23:37:03Z INFO Waiting for automatic snapd restart... [2021-03-30T23:37:07.189Z] snapd 2.49.1 from Canonical* installed [2021-03-30T23:37:07.309Z] ---> Running in 5a06092b1e3e [2021-03-30T23:37:07.761Z] "snapd" switched to the "latest/stable" channel [2021-03-30T23:37:07.761Z] [2021-03-30T23:37:08.372Z] Removing intermediate container 5a06092b1e3e [2021-03-30T23:37:08.372Z] ---> 717c0f1376b6 [2021-03-30T23:37:08.372Z] Step 28/31 : CMD ["gate"] [2021-03-30T23:37:09.368Z] ---> Running in 2fd47e941b6e [2021-03-30T23:37:09.650Z] Removing intermediate container 2fd47e941b6e [2021-03-30T23:37:09.650Z] ---> 5caf25c3b625 [2021-03-30T23:37:09.650Z] Step 29/31 : LABEL arch=arm64 [2021-03-30T23:37:10.259Z] ---> Running in 242c57b7f0b3 [2021-03-30T23:37:10.893Z] Removing intermediate container 242c57b7f0b3 [2021-03-30T23:37:10.893Z] ---> e4e5490e6115 [2021-03-30T23:37:10.893Z] Step 30/31 : LABEL git_sha=d802488aca6636226a8dc07a0996c11963065c35 [2021-03-30T23:37:11.066Z] core18 20210128 from Canonical* installed [2021-03-30T23:37:11.066Z] "core18" switched to the "latest/stable" channel [2021-03-30T23:37:11.066Z] [2021-03-30T23:37:11.490Z] ---> Running in 9adeba5538db [2021-03-30T23:37:12.096Z] Removing intermediate container 9adeba5538db [2021-03-30T23:37:12.096Z] ---> 73dfbd26cb05 [2021-03-30T23:37:12.096Z] Step 31/31 : LABEL version=0.0.0 [2021-03-30T23:37:12.693Z] ---> Running in 9784a25a6fe2 [2021-03-30T23:37:13.678Z] Removing intermediate container 9784a25a6fe2 [2021-03-30T23:37:13.678Z] ---> 06365661e76c [2021-03-30T23:37:13.678Z] [2021-03-30T23:37:13.952Z] Successfully built 06365661e76c [2021-03-30T23:37:13.952Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-30T23:37:14.366Z] snapcraft 4.6 from Canonical* installed [2021-03-30T23:37:14.366Z] "snapcraft" switched to the "latest/stable" channel [2021-03-30T23:37:14.366Z] [2021-03-30T23:37:18.576Z] 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-30T23:37:18.576Z] - README.md [2021-03-30T23:37:18.576Z] [2021-03-30T23:37:18.576Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-30T23:37:25.178Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-30T23:37:25.178Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-30T23:37:25.178Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-30T23:37:25.178Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-30T23:37:25.749Z] Reading package lists... [2021-03-30T23:37:26.009Z] 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-30T23:37:32.598Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-30T23:37:32.598Z] Reading package lists... [2021-03-30T23:37:32.598Z] Building dependency tree... [2021-03-30T23:37:32.598Z] Reading state information... [2021-03-30T23:37:32.598Z] Suggested packages: [2021-03-30T23:37:32.598Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-30T23:37:32.598Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-30T23:37:32.598Z] Recommended packages: [2021-03-30T23:37:32.598Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-30T23:37:32.598Z] The following NEW packages will be installed: [2021-03-30T23:37:32.598Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-30T23:37:32.598Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-30T23:37:32.598Z] pkg-config zip [2021-03-30T23:37:32.598Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-30T23:37:32.598Z] Need to get 7657 kB of archives. [2021-03-30T23:37:32.598Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-30T23:37:32.598Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-30T23:37:32.598Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-30T23:37:32.598Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-30T23:37:32.598Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-30T23:37:32.598Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-30T23:37:32.859Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-30T23:37:32.859Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-30T23:37:32.859Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-30T23:37:32.859Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-30T23:37:32.859Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-30T23:37:32.859Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-30T23:37:33.120Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-30T23:37:33.120Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-30T23:37:33.120Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-30T23:37:33.120Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-30T23:37:33.381Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T23:37:33.381Z] Fetched 7657 kB in 1s (10.2 MB/s) [2021-03-30T23:37:33.381Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-30T23:37:33.381Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-30T23:37:33.381Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-30T23:37:33.381Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-30T23:37:33.641Z] Selecting previously unselected package libpsl5:amd64. [2021-03-30T23:37:33.642Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-30T23:37:33.642Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-30T23:37:33.642Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-30T23:37:33.642Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-30T23:37:33.642Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-30T23:37:33.903Z] Selecting previously unselected package librtmp1:amd64. [2021-03-30T23:37:33.903Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-30T23:37:33.903Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-30T23:37:33.903Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-30T23:37:33.903Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-30T23:37:33.903Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-30T23:37:33.903Z] Selecting previously unselected package liberror-perl. [2021-03-30T23:37:34.164Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-30T23:37:34.164Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-30T23:37:34.164Z] Selecting previously unselected package git-man. [2021-03-30T23:37:34.164Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-30T23:37:34.164Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-30T23:37:34.164Z] Selecting previously unselected package git. [2021-03-30T23:37:34.426Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-30T23:37:34.426Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-30T23:37:34.998Z] Selecting previously unselected package libnorm1:amd64. [2021-03-30T23:37:34.998Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-30T23:37:34.998Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-30T23:37:35.259Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-30T23:37:35.259Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-30T23:37:35.259Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-30T23:37:35.259Z] Selecting previously unselected package libsodium23:amd64. [2021-03-30T23:37:35.259Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-30T23:37:35.259Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-30T23:37:35.520Z] Selecting previously unselected package libzmq5:amd64. [2021-03-30T23:37:35.520Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-30T23:37:35.520Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-30T23:37:35.520Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-30T23:37:35.520Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-30T23:37:35.520Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-30T23:37:35.781Z] Selecting previously unselected package pkg-config. [2021-03-30T23:37:35.781Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-30T23:37:35.781Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-30T23:37:35.781Z] Selecting previously unselected package zip. [2021-03-30T23:37:35.781Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-30T23:37:35.781Z] Unpacking zip (3.0-11build1) ... [2021-03-30T23:37:35.781Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-30T23:37:36.042Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-30T23:37:36.042Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-30T23:37:36.042Z] Setting up liberror-perl (0.17025-1) ... [2021-03-30T23:37:36.042Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-30T23:37:36.042Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-30T23:37:36.042Z] No schema files found: doing nothing. [2021-03-30T23:37:36.042Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-30T23:37:36.042Z] Setting up zip (3.0-11build1) ... [2021-03-30T23:37:36.042Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-30T23:37:36.303Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-30T23:37:36.303Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-30T23:37:36.303Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-30T23:37:36.303Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-30T23:37:36.303Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-30T23:37:36.303Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-30T23:37:36.563Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-30T23:37:43.150Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-30T23:37:43.150Z] git set to automatically installed. [2021-03-30T23:37:43.150Z] git-man set to automatically installed. [2021-03-30T23:37:43.150Z] libcurl3-gnutls set to automatically installed. [2021-03-30T23:37:43.150Z] liberror-perl set to automatically installed. [2021-03-30T23:37:43.150Z] libglib2.0-0 set to automatically installed. [2021-03-30T23:37:43.150Z] libnghttp2-14 set to automatically installed. [2021-03-30T23:37:43.150Z] libnorm1 set to automatically installed. [2021-03-30T23:37:43.150Z] libpgm-5.2-0 set to automatically installed. [2021-03-30T23:37:43.150Z] libpsl5 set to automatically installed. [2021-03-30T23:37:43.150Z] librtmp1 set to automatically installed. [2021-03-30T23:37:43.150Z] libsodium23 set to automatically installed. [2021-03-30T23:37:43.150Z] libzmq3-dev set to automatically installed. [2021-03-30T23:37:43.150Z] libzmq5 set to automatically installed. [2021-03-30T23:37:43.150Z] pkg-config set to automatically installed. [2021-03-30T23:37:43.150Z] zip set to automatically installed. [2021-03-30T23:37:45.066Z] snapd is not logged in, snap install commands will use sudo [2021-03-30T23:37:51.652Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-30T23:37:52.968Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T23:37:52.968Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-30T23:37:52.968Z] ---> 31e1cb96c434 [2021-03-30T23:37:52.968Z] Step 3/22 : WORKDIR /edgex-go [2021-03-30T23:37:52.968Z] ---> Using cache [2021-03-30T23:37:52.968Z] ---> 1464c18ce4b9 [2021-03-30T23:37:52.969Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T23:37:52.969Z] ---> Using cache [2021-03-30T23:37:52.969Z] ---> c91a265c4fb5 [2021-03-30T23:37:52.969Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-30T23:37:52.969Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T23:37:52.969Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-30T23:37:52.969Z] ---> 31e1cb96c434 [2021-03-30T23:37:52.969Z] Step 3/23 : WORKDIR /edgex-go [2021-03-30T23:37:52.969Z] ---> Using cache [2021-03-30T23:37:52.969Z] ---> 1464c18ce4b9 [2021-03-30T23:37:52.969Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T23:37:52.969Z] ---> Using cache [2021-03-30T23:37:52.969Z] ---> c91a265c4fb5 [2021-03-30T23:37:52.969Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-30T23:37:52.969Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T23:37:52.969Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-30T23:37:52.969Z] ---> 31e1cb96c434 [2021-03-30T23:37:52.969Z] Step 3/26 : WORKDIR /edgex-go [2021-03-30T23:37:52.969Z] ---> Using cache [2021-03-30T23:37:52.969Z] ---> 1464c18ce4b9 [2021-03-30T23:37:52.969Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T23:37:52.969Z] ---> Using cache [2021-03-30T23:37:52.969Z] ---> c91a265c4fb5 [2021-03-30T23:37:52.969Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-30T23:37:53.242Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T23:37:53.242Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-30T23:37:53.242Z] ---> 31e1cb96c434 [2021-03-30T23:37:53.242Z] Step 3/22 : WORKDIR /edgex-go [2021-03-30T23:37:53.242Z] ---> Using cache [2021-03-30T23:37:53.242Z] ---> 1464c18ce4b9 [2021-03-30T23:37:53.242Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T23:37:53.242Z] ---> Using cache [2021-03-30T23:37:53.242Z] ---> c91a265c4fb5 [2021-03-30T23:37:53.242Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-30T23:37:53.242Z] ---> Using cache [2021-03-30T23:37:53.242Z] ---> 21a99bd4a86c [2021-03-30T23:37:53.242Z] Step 6/22 : COPY go.mod . [2021-03-30T23:37:53.242Z] ---> Using cache [2021-03-30T23:37:53.242Z] ---> 0cbb120f9cae [2021-03-30T23:37:53.242Z] Step 7/22 : RUN go mod download [2021-03-30T23:37:53.242Z] ---> Using cache [2021-03-30T23:37:53.242Z] ---> f47f8de311ba [2021-03-30T23:37:53.242Z] Step 8/22 : COPY . . [2021-03-30T23:37:53.513Z] ---> Using cache [2021-03-30T23:37:53.514Z] ---> 1094753b26ea [2021-03-30T23:37:53.514Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-30T23:37:53.790Z] ---> Running in 09e56f2d0523 [2021-03-30T23:37:53.790Z] ---> Running in 290c8b4b2879 [2021-03-30T23:37:53.790Z] ---> Running in dbf68e840d69 [2021-03-30T23:37:53.790Z] ---> Running in 4833694e7bb6 [2021-03-30T23:37:55.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T23:37:55.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T23:37:55.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T23:37:55.774Z] 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-30T23:37:56.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T23:37:56.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T23:37:56.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T23:37:57.239Z] OK: 217 MiB in 51 packages [2021-03-30T23:37:57.514Z] OK: 217 MiB in 51 packages [2021-03-30T23:37:57.514Z] OK: 217 MiB in 51 packages [2021-03-30T23:37:59.516Z] Removing intermediate container 290c8b4b2879 [2021-03-30T23:37:59.516Z] ---> 936a99ffeb5d [2021-03-30T23:37:59.516Z] Step 6/22 : COPY go.mod . [2021-03-30T23:37:59.806Z] Removing intermediate container 4833694e7bb6 [2021-03-30T23:37:59.806Z] ---> 81fb5278fa0b [2021-03-30T23:37:59.806Z] Removing intermediate container 09e56f2d0523 [2021-03-30T23:38:00.083Z] Step 6/23 : COPY go.mod . ---> ef061af168d5 [2021-03-30T23:38:00.083Z] [2021-03-30T23:38:00.083Z] Step 6/26 : COPY go.mod . [2021-03-30T23:38:01.075Z] ---> bb0b7cacc085 [2021-03-30T23:38:01.075Z] Step 7/22 : RUN go mod download [2021-03-30T23:38:01.075Z] ---> Running in f54f87a553de [2021-03-30T23:38:01.354Z] ---> 4c8ed379e183 [2021-03-30T23:38:01.354Z] Step 7/23 : RUN go mod download [2021-03-30T23:38:01.354Z] ---> 3ed729870818 [2021-03-30T23:38:01.354Z] Step 7/26 : RUN go mod download [2021-03-30T23:38:01.629Z] ---> Running in 1b51ff6a2bb9 [2021-03-30T23:38:01.904Z] ---> Running in bca4703df29c [2021-03-30T23:38:07.328Z] Removing intermediate container f54f87a553de [2021-03-30T23:38:07.328Z] ---> af9369d2b7f9 [2021-03-30T23:38:07.328Z] Step 8/22 : COPY . . [2021-03-30T23:38:07.604Z] Removing intermediate container 1b51ff6a2bb9 [2021-03-30T23:38:07.604Z] Removing intermediate container bca4703df29c [2021-03-30T23:38:07.604Z] ---> 74cb30e7b86e [2021-03-30T23:38:07.604Z] Step 8/26 : COPY . . [2021-03-30T23:38:07.604Z] ---> 1f55862b27e9 [2021-03-30T23:38:07.604Z] Step 8/23 : COPY . . [2021-03-30T23:38:09.768Z] core18 20210309 from Canonical* refreshed [2021-03-30T23:38:09.768Z] snapd is not logged in, snap install commands will use sudo [2021-03-30T23:38:15.065Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-30T23:38:46.684Z] ---> dd32dfbcd190 [2021-03-30T23:38:46.684Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-30T23:38:46.684Z] ---> 65c5d1398a2f [2021-03-30T23:38:46.684Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-30T23:38:46.684Z] ---> 69e087694c2b [2021-03-30T23:38:46.684Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-30T23:38:46.684Z] ---> Running in 3df3cc8c0a31 [2021-03-30T23:38:46.684Z] ---> Running in 8aea68cebc45 [2021-03-30T23:38:46.684Z] ---> Running in 376368d06c5c [2021-03-30T23:38:46.684Z] 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-30T23:38:46.684Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-30T23:38:46.684Z] 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-30T23:38:46.684Z] Removing intermediate container dbf68e840d69 [2021-03-30T23:38:46.684Z] ---> dbd90998773e [2021-03-30T23:38:46.684Z] [2021-03-30T23:38:46.684Z] Step 10/22 : FROM alpine:3.12 [2021-03-30T23:38:46.684Z] ---> e47305ac9786 [2021-03-30T23:38:46.684Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-30T23:38:46.684Z] ---> Using cache [2021-03-30T23:38:46.684Z] ---> f0e6da009dde [2021-03-30T23:38:46.684Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-30T23:38:46.684Z] ---> Using cache [2021-03-30T23:38:46.684Z] ---> 1049970e02bb [2021-03-30T23:38:46.684Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-30T23:38:46.684Z] ---> Running in 12badbc93891 [2021-03-30T23:38:46.684Z] Removing intermediate container 12badbc93891 [2021-03-30T23:38:46.684Z] ---> ac1900d78670 [2021-03-30T23:38:46.684Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-30T23:38:46.684Z] ---> Running in 9804f7e3050b [2021-03-30T23:38:46.684Z] Removing intermediate container 9804f7e3050b [2021-03-30T23:38:46.684Z] ---> d51553b4fb49 [2021-03-30T23:38:46.684Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T23:38:47.285Z] ---> 3c4d1795bfb7 [2021-03-30T23:38:47.286Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-30T23:38:49.284Z] ---> 5b509f07679b [2021-03-30T23:38:49.284Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-30T23:38:50.267Z] ---> 8698a5ad5f47 [2021-03-30T23:38:50.267Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-30T23:38:50.541Z] ---> Running in ad65ead4a073 [2021-03-30T23:38:51.138Z] Removing intermediate container ad65ead4a073 [2021-03-30T23:38:51.138Z] ---> 80f7be663638 [2021-03-30T23:38:51.138Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T23:38:51.411Z] ---> Running in 03043f6607d9 [2021-03-30T23:38:52.024Z] Removing intermediate container 03043f6607d9 [2021-03-30T23:38:52.024Z] ---> ae3ab3ca9121 [2021-03-30T23:38:52.024Z] Step 20/22 : LABEL arch=arm64 [2021-03-30T23:38:52.024Z] ---> Running in 69d9344061d9 [2021-03-30T23:38:53.011Z] Removing intermediate container 69d9344061d9 [2021-03-30T23:38:53.011Z] ---> a9e5a0dd0b51 [2021-03-30T23:38:53.011Z] Step 21/22 : LABEL git_sha=d802488aca6636226a8dc07a0996c11963065c35 [2021-03-30T23:38:53.011Z] ---> Running in e6f914a21439 [2021-03-30T23:38:53.615Z] Removing intermediate container e6f914a21439 [2021-03-30T23:38:53.615Z] ---> f355b9906ef3 [2021-03-30T23:38:53.615Z] Step 22/22 : LABEL version=0.0.0 [2021-03-30T23:38:53.888Z] ---> Running in 1d97abb06c49 [2021-03-30T23:38:54.490Z] Removing intermediate container 1d97abb06c49 [2021-03-30T23:38:54.490Z] ---> ae97ac34bf07 [2021-03-30T23:38:54.490Z] [2021-03-30T23:38:55.093Z] Successfully built ae97ac34bf07 [2021-03-30T23:38:55.093Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-30T23:39:51.564Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-30T23:39:51.564Z] Pulling go-build-helper [2021-03-30T23:39:51.564Z] + snapcraftctl pull [2021-03-30T23:39:51.564Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-30T23:39:51.564Z] Skipping pull go-build-helper (already ran) [2021-03-30T23:39:51.564Z] Building go-build-helper [2021-03-30T23:39:51.564Z] + snapcraftctl build [2021-03-30T23:39:51.564Z] Staging go-build-helper [2021-03-30T23:39:51.564Z] + snapcraftctl stage [2021-03-30T23:39:56.857Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-30T23:39:56.857Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-30T23:39:56.857Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] [2021-03-30T23:39:56.857Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-30T23:39:56.857Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-30T23:39:56.857Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-30T23:39:56.857Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-30T23:39:56.857Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-30T23:39:56.857Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-30T23:39:56.857Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-30T23:39:56.857Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-30T23:39:56.857Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-30T23:39:56.857Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-30T23:39:56.857Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-30T23:39:56.857Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-30T23:39:56.857Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-30T23:39:56.857Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-30T23:39:56.857Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-30T23:39:56.857Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-30T23:39:56.857Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-30T23:39:56.857Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-30T23:39:56.857Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-30T23:39:56.857Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-30T23:39:56.857Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-30T23:39:56.857Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-30T23:39:56.857Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-30T23:39:56.857Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-30T23:39:56.857Z] Fetched 24.2 MB in 0s (0 B/s) [2021-03-30T23:39:56.857Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-30T23:39:56.857Z] Fetched 224 kB in 0s (0 B/s) [2021-03-30T23:39:56.857Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-30T23:39:56.857Z] Fetched 157 kB in 0s (0 B/s) [2021-03-30T23:39:56.857Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-30T23:39:56.857Z] Fetched 221 kB in 0s (0 B/s) [2021-03-30T23:39:56.857Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-30T23:39:56.857Z] Fetched 143 kB in 0s (0 B/s) [2021-03-30T23:39:56.857Z] Pulling app-service-config [2021-03-30T23:39:56.857Z] + snapcraftctl pull [2021-03-30T23:39:57.428Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-30T23:39:57.999Z] Pulling config-common [2021-03-30T23:39:57.999Z] + snapcraftctl pull [2021-03-30T23:40:02.210Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-30T23:40:02.210Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-30T23:40:02.210Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-30T23:40:02.210Z] Fetched 0 B in 0s (0 B/s) [2021-03-30T23:40:02.210Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-30T23:40:02.210Z] Fetched 0 B in 0s (0 B/s) [2021-03-30T23:40:02.210Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-30T23:40:02.210Z] Fetched 0 B in 0s (0 B/s) [2021-03-30T23:40:02.210Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-30T23:40:02.211Z] Fetched 0 B in 0s (0 B/s) [2021-03-30T23:40:02.211Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-30T23:40:02.211Z] Fetched 0 B in 0s (0 B/s) [2021-03-30T23:40:02.211Z] Pulling edgex-go [2021-03-30T23:40:02.211Z] + snapcraftctl pull [2021-03-30T23:40:03.175Z]  Building docker-support-scheduler-go ... done Removing intermediate container 376368d06c5c [2021-03-30T23:40:03.175Z] ---> d96c5310ba99 [2021-03-30T23:40:03.175Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-30T23:40:03.175Z] ---> Running in 23a9f5a5c2c2 [2021-03-30T23:40:03.175Z] 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-30T23:40:03.175Z] Removing intermediate container 3df3cc8c0a31 [2021-03-30T23:40:03.175Z] ---> 36e8cc16c1c8 [2021-03-30T23:40:03.175Z] [2021-03-30T23:40:03.175Z] Step 10/22 : FROM alpine:3.12 [2021-03-30T23:40:03.175Z] ---> e47305ac9786 [2021-03-30T23:40:03.175Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-30T23:40:03.175Z] ---> Running in 91af23e0ab7c [2021-03-30T23:40:03.175Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T23:40:03.175Z] Removing intermediate container 23a9f5a5c2c2 [2021-03-30T23:40:03.175Z] ---> 2fd64498ee73 [2021-03-30T23:40:03.175Z] [2021-03-30T23:40:03.175Z] Step 11/26 : FROM docker:20.10.0 [2021-03-30T23:40:03.175Z] 20.10.0: Pulling from library/docker [2021-03-30T23:40:03.175Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T23:40:03.175Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-30T23:40:03.175Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-30T23:40:03.175Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T23:40:03.175Z] Executing ca-certificates-20191127-r4.trigger [2021-03-30T23:40:03.175Z] OK: 6 MiB in 16 packages [2021-03-30T23:40:05.170Z] Removing intermediate container 91af23e0ab7c [2021-03-30T23:40:05.170Z] ---> 3753ae356bd6 [2021-03-30T23:40:05.170Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-30T23:40:05.170Z] ---> Running in c474e2e24748 [2021-03-30T23:40:05.792Z] Removing intermediate container c474e2e24748 [2021-03-30T23:40:05.792Z] ---> 0d302cce1810 [2021-03-30T23:40:05.792Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-30T23:40:06.091Z] ---> Running in 16bd9d88b4eb [2021-03-30T23:40:07.094Z] Removing intermediate container 16bd9d88b4eb [2021-03-30T23:40:07.094Z] ---> 04dd4ee1e53d [2021-03-30T23:40:07.094Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-30T23:40:07.094Z] ---> Running in 1c1979cdc508 [2021-03-30T23:40:08.077Z] Removing intermediate container 1c1979cdc508 [2021-03-30T23:40:08.077Z] ---> 65ef37b0a546 [2021-03-30T23:40:08.077Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T23:40:10.070Z] ---> 8a7cfd43b389 [2021-03-30T23:40:10.070Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-30T23:40:10.672Z] Removing intermediate container 8aea68cebc45 [2021-03-30T23:40:10.672Z] ---> bfb2dadffa75 [2021-03-30T23:40:10.672Z] [2021-03-30T23:40:10.672Z] Step 10/23 : FROM alpine:3.12 [2021-03-30T23:40:10.672Z] ---> e47305ac9786 [2021-03-30T23:40:10.672Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-30T23:40:11.267Z] ---> Running in 65c0670fef48 [2021-03-30T23:40:11.267Z] ---> f3ca6858ac73 [2021-03-30T23:40:11.267Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-30T23:40:11.866Z] Removing intermediate container 65c0670fef48 [2021-03-30T23:40:11.866Z] ---> bfc4728373f9 [2021-03-30T23:40:11.866Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-30T23:40:11.866Z] ---> Running in 368bed4f8ee2 [2021-03-30T23:40:12.137Z] ---> 20174df41592 [2021-03-30T23:40:12.137Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-30T23:40:12.416Z] ---> Running in 8578f39a2f9e [2021-03-30T23:40:12.416Z] Removing intermediate container 368bed4f8ee2 [2021-03-30T23:40:12.416Z] ---> 348194e30374 [2021-03-30T23:40:12.416Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-30T23:40:12.416Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-30T23:40:12.749Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-30T23:40:12.749Z] ---> eeaf43b92773 [2021-03-30T23:40:12.749Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-30T23:40:12.749Z] ---> Running in 2a840de710b8 [2021-03-30T23:40:12.749Z] ---> Running in 0c564f456b46 [2021-03-30T23:40:13.033Z] Removing intermediate container 8578f39a2f9e [2021-03-30T23:40:13.033Z] ---> e431426ecab6 [2021-03-30T23:40:13.033Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T23:40:13.310Z] ---> Running in 9f97b29ff3b5 [2021-03-30T23:40:13.310Z] Removing intermediate container 2a840de710b8 [2021-03-30T23:40:13.310Z] ---> 733691e04429 [2021-03-30T23:40:13.310Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T23:40:13.582Z] ---> Running in 5b933ada460a [2021-03-30T23:40:13.856Z] Removing intermediate container 9f97b29ff3b5 [2021-03-30T23:40:13.856Z] ---> 8f392f310c2f [2021-03-30T23:40:13.856Z] Step 20/22 : LABEL arch=arm64 [2021-03-30T23:40:14.130Z] ---> Running in 5ecf9aa40b88 [2021-03-30T23:40:14.401Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T23:40:14.675Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T23:40:14.675Z] Removing intermediate container 5ecf9aa40b88 [2021-03-30T23:40:14.675Z] ---> c5a04535297a [2021-03-30T23:40:14.675Z] Step 21/22 : LABEL git_sha=d802488aca6636226a8dc07a0996c11963065c35 [2021-03-30T23:40:14.951Z] ---> Running in 37633f7cc012 [2021-03-30T23:40:15.233Z] (1/2) Installing readline (8.0.4-r0) [2021-03-30T23:40:15.233Z] (2/2) Installing bash (5.0.17-r0) [2021-03-30T23:40:15.233Z] Executing bash-5.0.17-r0.post-install [2021-03-30T23:40:15.233Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T23:40:15.233Z] OK: 12 MiB in 22 packages [2021-03-30T23:40:15.233Z] Removing intermediate container 37633f7cc012 [2021-03-30T23:40:15.233Z] ---> 67a9c8a18212 [2021-03-30T23:40:15.233Z] Step 22/22 : LABEL version=0.0.0 [2021-03-30T23:40:15.522Z] ---> Running in 0215fec76058 [2021-03-30T23:40:16.124Z] Removing intermediate container 5b933ada460a [2021-03-30T23:40:16.124Z] ---> 791153018d27 [2021-03-30T23:40:16.124Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-30T23:40:16.124Z] Removing intermediate container 0215fec76058 [2021-03-30T23:40:16.124Z] ---> de25306ed436 [2021-03-30T23:40:16.124Z] [2021-03-30T23:40:16.407Z] ---> Running in 5be1f4191401 [2021-03-30T23:40:16.679Z] Removing intermediate container 0c564f456b46 [2021-03-30T23:40:16.679Z] ---> 53318fd16c5e [2021-03-30T23:40:16.679Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-30T23:40:16.679Z] Successfully built de25306ed436 [2021-03-30T23:40:16.959Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-30T23:40:16.959Z]  Building docker-support-notifications-go ... done  ---> Running in d8eef4af74b7 [2021-03-30T23:40:17.230Z] Removing intermediate container d8eef4af74b7 [2021-03-30T23:40:17.230Z] ---> 818b134cd060 [2021-03-30T23:40:17.230Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-30T23:40:17.506Z] ---> Running in c3217a7c0ffe [2021-03-30T23:40:17.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T23:40:18.106Z] Removing intermediate container c3217a7c0ffe [2021-03-30T23:40:18.107Z] ---> 5fe33ad0d22a [2021-03-30T23:40:18.107Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-30T23:40:18.107Z] ---> Running in f2a689432aa4 [2021-03-30T23:40:18.388Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T23:40:18.661Z] Removing intermediate container f2a689432aa4 [2021-03-30T23:40:18.661Z] ---> 3edc4211cf49 [2021-03-30T23:40:18.661Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-30T23:40:19.261Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-30T23:40:19.261Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-30T23:40:19.531Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-30T23:40:19.531Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-30T23:40:19.803Z] ---> 292eb9ac5508 [2021-03-30T23:40:19.803Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-30T23:40:20.074Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-30T23:40:20.074Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-30T23:40:20.352Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T23:40:20.352Z] OK: 8 MiB in 20 packages [2021-03-30T23:40:20.352Z] ---> e7065a1c92ce [2021-03-30T23:40:20.352Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-30T23:40:21.354Z] ---> 32b713c5fca7 [2021-03-30T23:40:21.354Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-30T23:40:21.624Z] ---> Running in 7e4bbd3b1e2c [2021-03-30T23:40:21.624Z] Removing intermediate container 5be1f4191401 [2021-03-30T23:40:21.624Z] ---> c374055996d9 [2021-03-30T23:40:21.624Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T23:40:22.598Z] ---> 56b0967dad11 [2021-03-30T23:40:22.598Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-30T23:40:22.598Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T23:40:22.874Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T23:40:23.476Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-30T23:40:23.476Z] (2/33) Installing expat (2.2.9-r1) [2021-03-30T23:40:23.476Z] (3/33) Installing libffi (3.3-r2) [2021-03-30T23:40:23.476Z] (4/33) Installing gdbm (1.13-r1) [2021-03-30T23:40:23.476Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-30T23:40:23.476Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-30T23:40:23.476Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-30T23:40:24.079Z] ---> ce7d5a14336d [2021-03-30T23:40:24.079Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-30T23:40:24.236Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-30T23:40:24.237Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-30T23:40:24.237Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-30T23:40:24.237Z] Fetched 0 B in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-30T23:40:24.237Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-30T23:40:24.237Z] Fetched 279 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-30T23:40:24.237Z] Fetched 122 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-30T23:40:24.237Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-30T23:40:24.237Z] Fetched 8848 B in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-30T23:40:24.237Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-30T23:40:24.237Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-30T23:40:24.237Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-30T23:40:24.237Z] Fetched 214 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-30T23:40:24.237Z] Fetched 154 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-30T23:40:24.237Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-30T23:40:24.237Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-30T23:40:24.237Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-30T23:40:24.237Z] Fetched 499 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-30T23:40:24.237Z] Fetched 111 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-30T23:40:24.237Z] Fetched 240 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-30T23:40:24.237Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-30T23:40:24.237Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-30T23:40:24.237Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-30T23:40:24.237Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-30T23:40:24.237Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-30T23:40:24.237Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-30T23:40:24.237Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-30T23:40:24.237Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-30T23:40:24.237Z] Fetched 8720 B in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-30T23:40:24.237Z] Fetched 137 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-30T23:40:24.237Z] Fetched 119 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-30T23:40:24.237Z] Fetched 109 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-30T23:40:24.237Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-30T23:40:24.237Z] Fetched 645 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-30T23:40:24.237Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-30T23:40:24.237Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-30T23:40:24.237Z] Fetched 368 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-30T23:40:24.237Z] Fetched 187 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-30T23:40:24.237Z] Fetched 175 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-30T23:40:24.237Z] Fetched 206 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-03-30T23:40:24.237Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-30T23:40:24.237Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-30T23:40:24.237Z] Fetched 159 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-30T23:40:24.237Z] Fetched 107 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-30T23:40:24.237Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-30T23:40:24.237Z] Pulling static-packages [2021-03-30T23:40:24.237Z] + snapcraftctl pull [2021-03-30T23:40:24.237Z] Pulling version [2021-03-30T23:40:24.237Z] + cd /root/project [2021-03-30T23:40:24.237Z] + [ -f VERSION ] [2021-03-30T23:40:24.237Z] + PROJECT_VERSION=local-dev [2021-03-30T23:40:24.237Z] + git rev-parse --short HEAD [2021-03-30T23:40:24.237Z] + GIT_REVISION=d802488a [2021-03-30T23:40:24.237Z] + snapcraftctl set-version local-dev [2021-03-30T23:40:24.237Z] Skipping build go-build-helper (already ran) [2021-03-30T23:40:24.237Z] Building app-service-config [2021-03-30T23:40:24.237Z] + make build [2021-03-30T23:40:24.237Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-30T23:40:25.529Z] ---> 396bf1d331ad [2021-03-30T23:40:25.529Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-30T23:40:25.529Z] ---> Running in 843c8aaa9d52 [2021-03-30T23:40:25.529Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-30T23:40:25.529Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-30T23:40:25.529Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-30T23:40:25.529Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-30T23:40:25.529Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-30T23:40:25.529Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-30T23:40:25.529Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-30T23:40:25.800Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-30T23:40:25.800Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-30T23:40:25.800Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-30T23:40:25.800Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-30T23:40:25.800Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-30T23:40:25.800Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-30T23:40:25.800Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-30T23:40:25.800Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-30T23:40:25.800Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-30T23:40:25.800Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-30T23:40:25.800Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-30T23:40:25.800Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-30T23:40:26.073Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-30T23:40:26.073Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-30T23:40:26.073Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-30T23:40:26.073Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-30T23:40:26.073Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-30T23:40:26.073Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-30T23:40:26.073Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-30T23:40:26.073Z] Removing intermediate container 843c8aaa9d52 [2021-03-30T23:40:26.073Z] ---> cf13590ef1e3 [2021-03-30T23:40:26.073Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T23:40:26.073Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T23:40:26.346Z] OK: 71 MiB in 55 packages [2021-03-30T23:40:26.346Z] ---> Running in cf7d9b46901f [2021-03-30T23:40:26.785Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 [2021-03-30T23:40:26.785Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-03-30T23:40:26.785Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-03-30T23:40:26.785Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 [2021-03-30T23:40:26.785Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-30T23:40:26.785Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-30T23:40:26.785Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-03-30T23:40:26.942Z] Removing intermediate container cf7d9b46901f [2021-03-30T23:40:26.943Z] ---> 418241e40769 [2021-03-30T23:40:26.943Z] Step 21/23 : LABEL arch=arm64 [2021-03-30T23:40:26.943Z] ---> Running in 718242943e79 [2021-03-30T23:40:27.046Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-30T23:40:27.046Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-30T23:40:27.307Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-30T23:40:27.307Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-03-30T23:40:27.307Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-30T23:40:27.307Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-30T23:40:27.545Z] Removing intermediate container 718242943e79 [2021-03-30T23:40:27.545Z] ---> f4f4833b1d17 [2021-03-30T23:40:27.545Z] Step 22/23 : LABEL git_sha=d802488aca6636226a8dc07a0996c11963065c35 [2021-03-30T23:40:27.567Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-30T23:40:27.567Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-30T23:40:27.568Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-30T23:40:27.819Z] ---> Running in 36a1fa3c30c0 [2021-03-30T23:40:27.828Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-30T23:40:27.828Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-30T23:40:27.828Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-30T23:40:27.828Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-30T23:40:27.828Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-03-30T23:40:27.828Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-30T23:40:28.089Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-30T23:40:28.089Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-03-30T23:40:28.089Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-30T23:40:28.089Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-30T23:40:28.089Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-30T23:40:28.089Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-30T23:40:28.089Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-30T23:40:28.089Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-30T23:40:28.089Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-30T23:40:28.089Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-30T23:40:28.089Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-30T23:40:28.089Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-30T23:40:28.089Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-30T23:40:28.351Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-30T23:40:28.351Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-30T23:40:28.351Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-30T23:40:28.351Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-30T23:40:28.351Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-30T23:40:28.351Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-30T23:40:28.351Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-30T23:40:28.351Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-30T23:40:28.417Z] Removing intermediate container 36a1fa3c30c0 [2021-03-30T23:40:28.417Z] ---> b7b52bbbc676 [2021-03-30T23:40:28.417Z] Step 23/23 : LABEL version=0.0.0 [2021-03-30T23:40:28.613Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-30T23:40:28.613Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-30T23:40:28.690Z] ---> Running in 678c278d2c99 [2021-03-30T23:40:29.285Z] Removing intermediate container 678c278d2c99 [2021-03-30T23:40:29.285Z] ---> 7094d34eaa1e [2021-03-30T23:40:29.285Z] [2021-03-30T23:40:29.880Z] Successfully built 7094d34eaa1e [2021-03-30T23:40:29.880Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-30T23:40:31.847Z]  Building docker-core-data-go ... done Removing intermediate container 7e4bbd3b1e2c [2021-03-30T23:40:31.847Z] ---> 59fea40d5058 [2021-03-30T23:40:31.847Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-30T23:40:32.120Z] ---> Running in b5eb3ab847d6 [2021-03-30T23:40:37.505Z] Collecting docker-compose==1.23.2 [2021-03-30T23:40:37.505Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-30T23:40:38.093Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-30T23:40:38.093Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-30T23:40:38.605Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-30T23:40:38.605Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-30T23:40:38.605Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-30T23:40:38.605Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-30T23:40:38.683Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-30T23:40:38.683Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-30T23:40:38.866Z] Building config-common [2021-03-30T23:40:38.866Z] + snapcraftctl build [2021-03-30T23:40:40.663Z] Collecting cached-property<2,>=1.2.0 [2021-03-30T23:40:40.664Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-30T23:40:40.934Z] 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-30T23:40:41.204Z] Collecting jsonschema<3,>=2.5.1 [2021-03-30T23:40:41.204Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-30T23:40:41.411Z] Building edgex-go [2021-03-30T23:40:41.411Z] + cd /root/parts/edgex-go/src [2021-03-30T23:40:41.411Z] + make build [2021-03-30T23:40:41.411Z] 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-30T23:40:41.672Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.22 [2021-03-30T23:40:41.672Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-30T23:40:41.791Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-30T23:40:41.791Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-30T23:40:41.934Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 [2021-03-30T23:40:41.934Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-30T23:40:41.934Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-30T23:40:42.062Z] Collecting texttable<0.10,>=0.9.0 [2021-03-30T23:40:42.062Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-30T23:40:44.037Z] Collecting docopt<0.7,>=0.6.1 [2021-03-30T23:40:44.037Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-30T23:40:45.230Z] 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-30T23:40:45.230Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-30T23:40:46.001Z] Collecting docker<4.0,>=3.6.0 [2021-03-30T23:40:46.273Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-30T23:40:47.244Z] Collecting PyYAML<4,>=3.10 [2021-03-30T23:40:47.244Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-30T23:40:49.844Z] 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-30T23:40:50.113Z] Collecting idna<2.8,>=2.5 [2021-03-30T23:40:50.113Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-30T23:40:50.114Z] 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-30T23:40:50.514Z] 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-30T23:40:50.704Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-30T23:40:50.704Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-30T23:40:50.973Z] Collecting docker-pycreds>=0.4.0 [2021-03-30T23:40:50.973Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-30T23:40:51.243Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-30T23:40:51.243Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-30T23:40:51.243Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-30T23:40:51.243Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-30T23:40:51.454Z] 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-30T23:40:51.830Z] Installing collected packages: idna, urllib3, requests, dockerpty, cached-property, jsonschema, websocket-client, texttable, docopt, docker-pycreds, docker, PyYAML, docker-compose [2021-03-30T23:40:51.830Z] Attempting uninstall: idna [2021-03-30T23:40:51.830Z] Found existing installation: idna 2.9 [2021-03-30T23:40:51.830Z] Uninstalling idna-2.9: [2021-03-30T23:40:52.099Z] Successfully uninstalled idna-2.9 [2021-03-30T23:40:52.690Z] Attempting uninstall: urllib3 [2021-03-30T23:40:52.690Z] Found existing installation: urllib3 1.25.9 [2021-03-30T23:40:52.690Z] Uninstalling urllib3-1.25.9: [2021-03-30T23:40:52.690Z] Successfully uninstalled urllib3-1.25.9 [2021-03-30T23:40:52.837Z] 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-30T23:40:53.276Z] Attempting uninstall: requests [2021-03-30T23:40:53.276Z] Found existing installation: requests 2.23.0 [2021-03-30T23:40:53.276Z] Uninstalling requests-2.23.0: [2021-03-30T23:40:53.276Z] Successfully uninstalled requests-2.23.0 [2021-03-30T23:40:53.407Z] 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-30T23:40:53.546Z] Running setup.py install for dockerpty: started [2021-03-30T23:40:53.668Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-30T23:40:53.928Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-30T23:40:53.928Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-30T23:40:53.928Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-30T23:40:55.517Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-30T23:40:55.838Z] 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-30T23:40:55.838Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-30T23:40:55.838Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-30T23:40:56.108Z] Running setup.py install for texttable: started [2021-03-30T23:40:57.753Z] 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-30T23:40:58.071Z] Running setup.py install for texttable: finished with status 'done' [2021-03-30T23:40:58.071Z] Running setup.py install for docopt: started [2021-03-30T23:40:58.694Z] 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-30T23:41:00.036Z] Running setup.py install for docopt: finished with status 'done' [2021-03-30T23:41:00.079Z] 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-30T23:41:00.303Z] Running setup.py install for PyYAML: started [2021-03-30T23:41:01.689Z] 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-30T23:41:01.689Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-30T23:41:02.726Z] 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-30T23:41:02.901Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-30T23:41:03.019Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-30T23:41:03.494Z] 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-30T23:41:05.126Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-30T23:41:05.126Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-30T23:41:05.126Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-30T23:41:05.126Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-30T23:41:05.126Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-30T23:41:05.126Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-30T23:41:05.126Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-30T23:41:05.126Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-30T23:41:05.126Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-30T23:41:05.126Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-30T23:41:05.126Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-30T23:41:05.126Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-30T23:41:05.126Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-30T23:41:05.126Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-30T23:41:05.126Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-30T23:41:05.126Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-30T23:41:05.126Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-30T23:41:05.126Z] + 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-30T23:41:05.126Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-30T23:41:05.126Z] + 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-30T23:41:05.126Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-30T23:41:05.126Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-30T23:41:05.126Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-30T23:41:05.126Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-30T23:41:05.126Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-30T23:41:05.126Z] + 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-30T23:41:07.785Z] Building static-packages [2021-03-30T23:41:07.785Z] + snapcraftctl build [2021-03-30T23:41:07.795Z] Removing intermediate container b5eb3ab847d6 [2021-03-30T23:41:07.795Z] ---> ebd2160a32c6 [2021-03-30T23:41:07.795Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-30T23:41:07.795Z] ---> Running in 17a4d98c7322 [2021-03-30T23:41:08.387Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T23:41:08.657Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T23:41:09.258Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-30T23:41:09.258Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-30T23:41:09.258Z] (3/3) Installing curl (7.69.1-r3) [2021-03-30T23:41:09.258Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T23:41:09.258Z] OK: 72 MiB in 58 packages [2021-03-30T23:41:10.329Z] Building version [2021-03-30T23:41:10.329Z] + snapcraftctl build [2021-03-30T23:41:10.722Z] Removing intermediate container 17a4d98c7322 [2021-03-30T23:41:10.722Z] ---> 656396e0b2b0 [2021-03-30T23:41:10.722Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-30T23:41:10.722Z] ---> Running in eb1ff82a79ca [2021-03-30T23:41:10.995Z] Removing intermediate container eb1ff82a79ca [2021-03-30T23:41:10.995Z] ---> e9399876457c [2021-03-30T23:41:10.995Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T23:41:11.267Z] ---> Running in a7a4d65c95e8 [2021-03-30T23:41:11.859Z] Removing intermediate container a7a4d65c95e8 [2021-03-30T23:41:11.859Z] ---> 6d2faca5bc88 [2021-03-30T23:41:11.859Z] Step 24/26 : LABEL arch=arm64 [2021-03-30T23:41:11.859Z] ---> Running in c2490b445837 [2021-03-30T23:41:12.240Z] Skipping stage go-build-helper (already ran) [2021-03-30T23:41:12.240Z] Staging app-service-config [2021-03-30T23:41:12.240Z] + snapcraftctl stage [2021-03-30T23:41:12.450Z] Removing intermediate container c2490b445837 [2021-03-30T23:41:12.450Z] ---> 127184aa8039 [2021-03-30T23:41:12.450Z] Step 25/26 : LABEL git_sha=d802488aca6636226a8dc07a0996c11963065c35 [2021-03-30T23:41:12.450Z] ---> Running in f996bef465a2 [2021-03-30T23:41:13.045Z] Removing intermediate container f996bef465a2 [2021-03-30T23:41:13.045Z] ---> 0c9a6099fd51 [2021-03-30T23:41:13.045Z] Step 26/26 : LABEL version=0.0.0 [2021-03-30T23:41:13.045Z] ---> Running in bfbbdffb2e1a [2021-03-30T23:41:13.184Z] Staging config-common [2021-03-30T23:41:13.184Z] + snapcraftctl stage [2021-03-30T23:41:13.640Z] Removing intermediate container bfbbdffb2e1a [2021-03-30T23:41:13.640Z] ---> 86f1e21c4d2f [2021-03-30T23:41:13.640Z] [2021-03-30T23:41:13.911Z] Successfully built 86f1e21c4d2f [2021-03-30T23:41:13.911Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-30T23:41:14.129Z] Staging edgex-go [2021-03-30T23:41:14.129Z] + snapcraftctl stage [2021-03-30T23:41:14.516Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-30T23:41:14.526Z] $ docker stop --time=1 0043351bbf23d222afd330509714c3d17cde5a127dd9ab38b3a449315d34d6b2 [2021-03-30T23:41:15.069Z] Staging static-packages [2021-03-30T23:41:15.069Z] + snapcraftctl stage [2021-03-30T23:41:16.010Z] Staging version [2021-03-30T23:41:16.010Z] + snapcraftctl stage [2021-03-30T23:41:16.464Z] $ docker rm -f 0043351bbf23d222afd330509714c3d17cde5a127dd9ab38b3a449315d34d6b2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-30T23:41:17.170Z] + docker images [2021-03-30T23:41:17.170Z] + grep docker [2021-03-30T23:41:17.392Z] Priming go-build-helper [2021-03-30T23:41:17.392Z] + snapcraftctl prime [2021-03-30T23:41:17.440Z] docker-sys-mgmt-agent-go-arm64 latest 86f1e21c4d2f 4 seconds ago 301MB [2021-03-30T23:41:17.440Z] docker-core-data-go-arm64 latest 7094d34eaa1e 49 seconds ago 21.4MB [2021-03-30T23:41:17.440Z] docker-support-notifications-go-arm64 latest de25306ed436 About a minute ago 16.9MB [2021-03-30T23:41:17.440Z] docker-support-scheduler-go-arm64 latest ae97ac34bf07 2 minutes ago 16.4MB [2021-03-30T23:41:17.440Z] docker-security-bootstrapper-go-arm64 latest 06365661e76c 4 minutes ago 17.9MB [2021-03-30T23:41:17.440Z] docker-security-secretstore-setup-go-arm64 latest ed99c8f224c8 4 minutes ago 24.4MB [2021-03-30T23:41:17.440Z] docker-core-metadata-go-arm64 latest f9c01d810442 4 minutes ago 17.9MB [2021-03-30T23:41:17.440Z] docker-core-command-go-arm64 latest f9a0f402e70b 4 minutes ago 16.3MB [2021-03-30T23:41:17.440Z] docker-security-proxy-setup-go-arm64 latest dc938a26d124 4 minutes ago 24.1MB [2021-03-30T23:41:17.440Z] 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-30T23:41:18.333Z] Priming app-service-config [2021-03-30T23:41:18.333Z] + snapcraftctl prime [2021-03-30T23:41:18.511Z] ---> job-cost.sh [2021-03-30T23:41:18.511Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6Swl [2021-03-30T23:41:19.278Z] Priming config-common [2021-03-30T23:41:19.278Z] + snapcraftctl prime [2021-03-30T23:41:20.662Z] Priming edgex-go [2021-03-30T23:41:20.662Z] + snapcraftctl prime [2021-03-30T23:41:21.605Z] Priming static-packages [2021-03-30T23:41:21.606Z] + snapcraftctl prime [2021-03-30T23:41:24.148Z] Priming version [2021-03-30T23:41:24.148Z] + snapcraftctl prime [2021-03-30T23:41:25.092Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-30T23:41:57.448Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-30T23:43:34.175Z] lf-activate-venv(): INFO: Adding /tmp/venv-6Swl/bin to PATH [2021-03-30T23:43:34.175Z] INFO: No Stack... [2021-03-30T23:43:34.175Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-30T23:43:34.175Z] INFO: Archiving Costs [Pipeline] sh [2021-03-30T23:43:34.518Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-03-30T23:43:34.519Z] + cut -d, -f6 [Pipeline] lock [2021-03-30T23:43:34.636Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3324-2-stack-cost] [2021-03-30T23:43:34.656Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3324-2-stack-cost] did not exist. Created. [2021-03-30T23:43:34.656Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3324-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-30T23:43:35.092Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-30T23:43:35.419Z] Stashed 1 file(s) [Pipeline] } [2021-03-30T23:43:35.431Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3324-2-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-30T23:43:37.177Z] provisioning config files... [2021-03-30T23:43:37.192Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config6529582357436267927tmp [Pipeline] { [Pipeline] sh [2021-03-30T23:43:37.584Z] + set +x [2021-03-30T23:43:37.584Z] + curl -s https://codecov.io/bash [2021-03-30T23:43:37.584Z] + bash -s -- [2021-03-30T23:43:38.159Z] [2021-03-30T23:43:38.159Z] _____ _ [2021-03-30T23:43:38.159Z] / ____| | | [2021-03-30T23:43:38.159Z] | | ___ __| | ___ ___ _____ __ [2021-03-30T23:43:38.159Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-30T23:43:38.159Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-30T23:43:38.159Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-30T23:43:38.159Z] Bash-20210309-2b87ace [2021-03-30T23:43:38.159Z] [2021-03-30T23:43:38.159Z] [2021-03-30T23:43:38.159Z] ==> git version 2.24.3 found [2021-03-30T23:43:38.159Z] ==> 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-30T23:43:38.159Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-30T23:43:38.159Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-30T23:43:38.159Z] ==> Jenkins CI detected. [2021-03-30T23:43:38.159Z] project root: . [2021-03-30T23:43:38.159Z] --> token set from env [2021-03-30T23:43:38.159Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-30T23:43:38.159Z] ==> Running gcov in . (disable via -X gcov) [2021-03-30T23:43:38.420Z] ==> Python coveragepy not found [2021-03-30T23:43:38.420Z] ==> Searching for coverage reports in: [2021-03-30T23:43:38.420Z] + . [2021-03-30T23:43:38.420Z] -> Found 1 reports [2021-03-30T23:43:38.420Z] ==> Detecting git/mercurial file structure [2021-03-30T23:43:38.420Z] ==> Reading reports [2021-03-30T23:43:38.420Z] + ./coverage.out bytes=683562 [2021-03-30T23:43:38.420Z] ==> Appending adjustments [2021-03-30T23:43:38.420Z] https://docs.codecov.io/docs/fixing-reports [2021-03-30T23:43:42.644Z] + Found adjustments [2021-03-30T23:43:42.644Z] ==> Gzipping contents [2021-03-30T23:43:42.644Z] 100K /tmp/codecov.4dUrMC.gz [2021-03-30T23:43:42.644Z] ==> Uploading reports [2021-03-30T23:43:42.645Z] url: https://codecov.io [2021-03-30T23:43:42.645Z] query: branch=PR-3324&commit=d802488aca6636226a8dc07a0996c11963065c35&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3324%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3324&job=&cmd_args= [2021-03-30T23:43:42.645Z] -> Pinging Codecov [2021-03-30T23:43:42.645Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3324&commit=d802488aca6636226a8dc07a0996c11963065c35&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3324%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3324&job=&cmd_args= [2021-03-30T23:43:42.645Z] -> Uploading to [2021-03-30T23:43:42.645Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-30/00271124DB129430A58F1EEE437C3FCB/d802488aca6636226a8dc07a0996c11963065c35/8b60a5fc-1862-49f9-84e9-272372d0e4bb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210330%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210330T234342Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=17ea16306a832869023c8b7ad7668f5dea6f30d6041002b0287b30423b8ef538 [2021-03-30T23:43:42.645Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-30T23:43:42.645Z] Dload Upload Total Spent Left Speed [2021-03-30T23:43:42.907Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98414 0 0 100 98414 0 166k --:--:-- --:--:-- --:--:-- 166k 100 98414 0 0 100 98414 0 166k --:--:-- --:--:-- --:--:-- 166k [2021-03-30T23:43:42.907Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/d802488aca6636226a8dc07a0996c11963065c35 [Pipeline] } [2021-03-30T23:43:42.917Z] 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-30T23:43:44.761Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T23:43:45.643Z] ---> package-listing.sh [2021-03-30T23:43:45.643Z] ++ facter osfamily [2021-03-30T23:43:45.643Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-30T23:43:45.643Z] + OS_FAMILY=redhat [2021-03-30T23:43:45.643Z] + workspace=/w/workspace/edgex-go/2 [2021-03-30T23:43:45.643Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-30T23:43:45.643Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-30T23:43:45.643Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-30T23:43:45.643Z] + PACKAGES=/tmp/packages_start.txt [2021-03-30T23:43:45.643Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-30T23:43:45.643Z] + PACKAGES=/tmp/packages_end.txt [2021-03-30T23:43:45.643Z] + case "${OS_FAMILY}" in [2021-03-30T23:43:45.643Z] + rpm -qa [2021-03-30T23:43:45.643Z] + sort [2021-03-30T23:43:50.946Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-30T23:43:50.946Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-30T23:43:50.946Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-30T23:43:50.946Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-30T23:43:50.946Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-03-30T23:43:50.946Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-03-30T23:43:50.963Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-30T23:43:51.271Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-30T23:43:51.631Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-30T23:43:51.631Z] [2021-03-30T23:43:51.631Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-30T23:43:52.018Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-30T23:43:52.018Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-30T23:43:52.019Z] df20fa9351a1: Pulling fs layer [2021-03-30T23:43:52.019Z] 36b3adc4ff6f: Pulling fs layer [2021-03-30T23:43:52.019Z] 8ad3a11d3b57: Pulling fs layer [2021-03-30T23:43:52.019Z] 46f8f816bc3b: Pulling fs layer [2021-03-30T23:43:52.019Z] 93b61091891f: Pulling fs layer [2021-03-30T23:43:52.019Z] 93b9cdb0e59b: Pulling fs layer [2021-03-30T23:43:52.019Z] 5e14af77c1be: Pulling fs layer [2021-03-30T23:43:52.019Z] 01666e4c0597: Pulling fs layer [2021-03-30T23:43:52.019Z] aa168da1d23b: Pulling fs layer [2021-03-30T23:43:52.019Z] 46f8f816bc3b: Waiting [2021-03-30T23:43:52.019Z] 5e14af77c1be: Waiting [2021-03-30T23:43:52.019Z] 01666e4c0597: Waiting [2021-03-30T23:43:52.019Z] 93b9cdb0e59b: Waiting [2021-03-30T23:43:52.019Z] aa168da1d23b: Waiting [2021-03-30T23:43:52.019Z] 36b3adc4ff6f: Verifying Checksum [2021-03-30T23:43:52.019Z] 36b3adc4ff6f: Download complete [2021-03-30T23:43:52.019Z] 46f8f816bc3b: Verifying Checksum [2021-03-30T23:43:52.019Z] 46f8f816bc3b: Download complete [2021-03-30T23:43:52.286Z] df20fa9351a1: Verifying Checksum [2021-03-30T23:43:52.286Z] df20fa9351a1: Download complete [2021-03-30T23:43:52.286Z] 93b9cdb0e59b: Verifying Checksum [2021-03-30T23:43:52.286Z] 93b9cdb0e59b: Download complete [2021-03-30T23:43:52.286Z] 93b61091891f: Verifying Checksum [2021-03-30T23:43:52.286Z] 93b61091891f: Download complete [2021-03-30T23:43:52.286Z] 5e14af77c1be: Verifying Checksum [2021-03-30T23:43:52.286Z] 5e14af77c1be: Download complete [2021-03-30T23:43:52.286Z] 01666e4c0597: Verifying Checksum [2021-03-30T23:43:52.286Z] 01666e4c0597: Download complete [2021-03-30T23:43:52.286Z] 8ad3a11d3b57: Verifying Checksum [2021-03-30T23:43:52.286Z] 8ad3a11d3b57: Download complete [2021-03-30T23:43:52.548Z] df20fa9351a1: Pull complete [2021-03-30T23:43:52.812Z] 36b3adc4ff6f: Pull complete [2021-03-30T23:43:54.742Z] 8ad3a11d3b57: Pull complete [2021-03-30T23:43:55.004Z] aa168da1d23b: Download complete [2021-03-30T23:43:56.402Z] 46f8f816bc3b: Pull complete [2021-03-30T23:43:57.361Z] 93b61091891f: Pull complete [2021-03-30T23:43:57.623Z] 93b9cdb0e59b: Pull complete [2021-03-30T23:43:57.623Z] 5e14af77c1be: Pull complete [2021-03-30T23:43:57.887Z] 01666e4c0597: Pull complete [2021-03-30T23:44:06.067Z] aa168da1d23b: Pull complete [2021-03-30T23:44:06.067Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-30T23:44:06.067Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-30T23:44:06.067Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-30T23:44:06.260Z] prd-centos7-docker-4c-2g-32113 does not seem to be running inside a container [2021-03-30T23:44:06.350Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-30T23:44:12.040Z] $ docker top 14b27742146c92182de8c3ad5bb3a37cad7bf0777f8b10c8e70c3e227bf8071d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T23:44:12.602Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-30T23:44:12.914Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-30T23:44:13.217Z] + ls /var/log/sa-host [2021-03-30T23:44:13.217Z] + sadf -c /var/log/sa-host/sa23 [2021-03-30T23:44:13.217Z] file_magic: OK [2021-03-30T23:44:13.217Z] HZ: Using current value: 100 [2021-03-30T23:44:13.217Z] file_header: OK [2021-03-30T23:44:13.217Z] 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-30T23:44:13.217Z] Statistics: [2021-03-30T23:44:13.217Z] Hnuu...uuuununununu... [2021-03-30T23:44:13.217Z] File successfully converted to sysstat format version 12.2.1 [2021-03-30T23:44:13.217Z] + sadf -c /var/log/sa-host/sa30 [2021-03-30T23:44:13.217Z] file_magic: OK [2021-03-30T23:44:13.217Z] HZ: Using current value: 100 [2021-03-30T23:44:13.217Z] file_header: OK [2021-03-30T23:44:13.217Z] 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-30T23:44:13.217Z] Statistics: [2021-03-30T23:44:13.217Z] 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-30T23:44:13.217Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-30T23:44:13.451Z] provisioning config files... [2021-03-30T23:44:13.470Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config770292513543796325tmp [Pipeline] { [Pipeline] echo [2021-03-30T23:44:13.546Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T23:44:13.843Z] ---> create-netrc.sh [Pipeline] } [2021-03-30T23:44:13.853Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-30T23:44:13.946Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T23:44:14.247Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-30T23:44:14.259Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T23:44:14.558Z] ---> sudo-logs.sh [2021-03-30T23:44:14.558Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-30T23:44:14.626Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T23:44:14.926Z] ---> job-cost.sh [2021-03-30T23:44:14.926Z] lf-activate-venv: SKIPPING [2021-03-30T23:44:14.926Z] DEBUG: total: 0.20999999344348907 [2021-03-30T23:44:14.926Z] INFO: Retrieving Stack Cost... [2021-03-30T23:44:15.873Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-30T23:44:16.447Z] INFO: Archiving Costs [Pipeline] echo [2021-03-30T23:44:16.461Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T23:44:16.760Z] ---> logs-deploy.sh [2021-03-30T23:44:16.760Z] lf-activate-venv: SKIPPING [2021-03-30T23:44:16.760Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3324/2 [2021-03-30T23:44:16.760Z] INFO: archiving workspace using pattern(s): [2021-03-30T23:44:18.152Z] Archives upload complete. [2021-03-30T23:44:18.152Z] INFO: archiving logs to Nexus