Pull request #3208 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 444c519ff7b00696b1cd03a7138ac670626b7eaa+f60a6b9b3bbcf5933f7773f85fc76d84301e173f (74e1005166326e6e32ed11d81c6140213d46bf42) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-28380’ Running on prd-centos7-docker-4c-2g-28382 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit 444c519ff7b00696b1cd03a7138ac670626b7eaa Merge succeeded, producing 444c519ff7b00696b1cd03a7138ac670626b7eaa Checking out Revision 444c519ff7b00696b1cd03a7138ac670626b7eaa (PR-3208) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 444c519ff7b00696b1cd03a7138ac670626b7eaa # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 444c519ff7b00696b1cd03a7138ac670626b7eaa # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. > git rev-list --no-walk 0c4709622dfb00cfb9a1fcd4e3afb9b02b8862e8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-03T14:24:01.184Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-03T14:24:01.467Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-03T14:24:01.554Z] ========================================================= [2021-03-03T14:24:01.554Z] EdgeX Global Pipelines Version Info [2021-03-03T14:24:01.554Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:24:03.135Z] ------------------- [2021-03-03T14:24:03.135Z] stable info: [2021-03-03T14:24:03.135Z] ------------------- [2021-03-03T14:24:03.135Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-03T14:24:03.135Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-03T14:24:03.135Z] Message: update stable to v1.0.184 [2021-03-03T14:24:04.082Z] ------------------- [2021-03-03T14:24:04.082Z] experimental info: [2021-03-03T14:24:04.082Z] ------------------- [2021-03-03T14:24:04.082Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-03T14:24:04.082Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-03T14:24:04.082Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-03T14:24:04.331Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-03T14:24:04.414Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-03T14:24:04.496Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-03T14:24:04.574Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-03T14:24:04.655Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-03T14:24:04.736Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-03T14:24:04.824Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-03T14:24:04.905Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-03T14:24:04.987Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-03T14:24:05.091Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-03T14:24:05.173Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-03T14:24:05.275Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-03T14:24:05.353Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-03T14:24:05.433Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-03T14:24:05.512Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-03T14:24:05.588Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-03T14:24:05.666Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-03T14:24:05.743Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-03T14:24:05.889Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-03T14:24:05.970Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-03T14:24:06.048Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-03T14:24:06.130Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-03T14:24:06.210Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3208 [Pipeline] echo [2021-03-03T14:24:06.297Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3208 [Pipeline] echo [2021-03-03T14:24:06.375Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3208 [Pipeline] echo [2021-03-03T14:24:06.456Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 444c519ff7b00696b1cd03a7138ac670626b7eaa [Pipeline] echo [2021-03-03T14:24:06.533Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 444c519 [Pipeline] echo [2021-03-03T14:24:06.612Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-03T14:24:06.771Z] provisioning config files... [2021-03-03T14:24:06.812Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config8545663923300170992tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:24:07.177Z] ---> docker-login.sh [2021-03-03T14:24:07.177Z] nexus3.edgexfoundry.org:10001 [2021-03-03T14:24:07.444Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:24:07.708Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:24:07.708Z] Configure a credential helper to remove this warning. See [2021-03-03T14:24:07.708Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:24:07.708Z] [2021-03-03T14:24:07.708Z] Login Succeeded [2021-03-03T14:24:07.708Z] nexus3.edgexfoundry.org:10002 [2021-03-03T14:24:07.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:24:07.970Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:24:07.970Z] Configure a credential helper to remove this warning. See [2021-03-03T14:24:07.970Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:24:07.970Z] [2021-03-03T14:24:07.970Z] Login Succeeded [2021-03-03T14:24:07.970Z] nexus3.edgexfoundry.org:10003 [2021-03-03T14:24:07.970Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:24:08.234Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:24:08.234Z] Configure a credential helper to remove this warning. See [2021-03-03T14:24:08.234Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:24:08.234Z] [2021-03-03T14:24:08.234Z] Login Succeeded [2021-03-03T14:24:08.234Z] nexus3.edgexfoundry.org:10004 [2021-03-03T14:24:08.234Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:24:08.234Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:24:08.234Z] Configure a credential helper to remove this warning. See [2021-03-03T14:24:08.234Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:24:08.234Z] [2021-03-03T14:24:08.234Z] Login Succeeded [2021-03-03T14:24:08.234Z] docker.io [2021-03-03T14:24:08.513Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:24:08.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:24:08.790Z] Configure a credential helper to remove this warning. See [2021-03-03T14:24:08.790Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:24:08.790Z] [2021-03-03T14:24:08.790Z] Login Succeeded [2021-03-03T14:24:08.790Z] ---> docker-login.sh ends [Pipeline] } [2021-03-03T14:24:08.801Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-03T14:24:09.294Z] ++ 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-03T14:24:09.294Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T14:24:09.294Z] ++ dirname cmd/core-command/Dockerfile [2021-03-03T14:24:09.294Z] ++ cut -d/ -f2 [2021-03-03T14:24:09.294Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-03T14:24:09.294Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T14:24:09.294Z] ++ dirname cmd/core-data/Dockerfile [2021-03-03T14:24:09.294Z] ++ cut -d/ -f2 [2021-03-03T14:24:09.294Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-03T14:24:09.294Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T14:24:09.294Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-03T14:24:09.294Z] ++ cut -d/ -f2 [2021-03-03T14:24:09.294Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-03T14:24:09.294Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T14:24:09.294Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-03T14:24:09.294Z] ++ cut -d/ -f2 [2021-03-03T14:24:09.294Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-03T14:24:09.294Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T14:24:09.294Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-03T14:24:09.294Z] ++ cut -d/ -f2 [2021-03-03T14:24:09.294Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-03T14:24:09.294Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T14:24:09.294Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-03T14:24:09.294Z] ++ cut -d/ -f2 [2021-03-03T14:24:09.294Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-03T14:24:09.294Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T14:24:09.294Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-03T14:24:09.294Z] ++ cut -d/ -f2 [2021-03-03T14:24:09.294Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-03T14:24:09.294Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T14:24:09.294Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-03T14:24:09.294Z] ++ cut -d/ -f2 [2021-03-03T14:24:09.294Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-03T14:24:09.294Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T14:24:09.294Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-03T14:24:09.294Z] ++ cut -d/ -f2 [2021-03-03T14:24:09.294Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-03T14:24:09.368Z] 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-03T14:24:10.316Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-03T14:24:10.316Z] [2021-03-03T14:24:10.316Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:24:10.660Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-03T14:24:10.660Z] latest: Pulling from edgex-devops/git-semver [2021-03-03T14:24:10.660Z] 31603596830f: Pulling fs layer [2021-03-03T14:24:10.660Z] 2a8b12db71e7: Pulling fs layer [2021-03-03T14:24:10.660Z] 6ca5941a6612: Pulling fs layer [2021-03-03T14:24:10.660Z] ecc8261a40a4: Pulling fs layer [2021-03-03T14:24:10.660Z] ecc8261a40a4: Waiting [2021-03-03T14:24:10.660Z] 2a8b12db71e7: Verifying Checksum [2021-03-03T14:24:10.660Z] 2a8b12db71e7: Download complete [2021-03-03T14:24:10.929Z] 31603596830f: Download complete [2021-03-03T14:24:10.929Z] 6ca5941a6612: Verifying Checksum [2021-03-03T14:24:10.929Z] 6ca5941a6612: Download complete [2021-03-03T14:24:10.929Z] ecc8261a40a4: Verifying Checksum [2021-03-03T14:24:10.929Z] ecc8261a40a4: Download complete [2021-03-03T14:24:11.194Z] 31603596830f: Pull complete [2021-03-03T14:24:11.466Z] 2a8b12db71e7: Pull complete [2021-03-03T14:24:12.430Z] 6ca5941a6612: Pull complete [2021-03-03T14:24:12.430Z] ecc8261a40a4: Pull complete [2021-03-03T14:24:12.430Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-03T14:24:12.430Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-03T14:24:12.430Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-03T14:24:12.549Z] prd-centos7-docker-4c-2g-28382 does not seem to be running inside a container [2021-03-03T14:24:12.603Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-03T14:24:15.228Z] $ docker top 5a068045193bbdca75be3e1b51c9668cf592dbb71cb8feca33638a943eb70df0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-03T14:24:15.559Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-03T14:24:15.560Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-03T14:24:15.807Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-03T14:24:15.809Z] $ docker exec 5a068045193bbdca75be3e1b51c9668cf592dbb71cb8feca33638a943eb70df0 ssh-agent [2021-03-03T14:24:15.991Z] SSH_AUTH_SOCK=/tmp/ssh-30faxU9lUaKj/agent.12 [2021-03-03T14:24:15.991Z] SSH_AGENT_PID=18 [2021-03-03T14:24:16.003Z] Running ssh-add (command line suppressed) [2021-03-03T14:24:16.132Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_3008137749744875868.key (/w/workspace/edgex-go/4@tmp/private_key_3008137749744875868.key) [2021-03-03T14:24:16.188Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-03T14:24:16.523Z] + git tag --points-at HEAD [Pipeline] } [2021-03-03T14:24:16.550Z] $ docker exec --env ******** --env ******** 5a068045193bbdca75be3e1b51c9668cf592dbb71cb8feca33638a943eb70df0 ssh-agent -k [2021-03-03T14:24:16.675Z] unset SSH_AUTH_SOCK; [2021-03-03T14:24:16.676Z] unset SSH_AGENT_PID; [2021-03-03T14:24:16.676Z] echo Agent pid 18 killed; [2021-03-03T14:24:16.740Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-03T14:24:16.930Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-03T14:24:16.930Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-03T14:24:17.134Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-03T14:24:17.139Z] $ docker exec 5a068045193bbdca75be3e1b51c9668cf592dbb71cb8feca33638a943eb70df0 ssh-agent [2021-03-03T14:24:17.345Z] SSH_AUTH_SOCK=/tmp/ssh-apmlu86T1yvn/agent.47 [2021-03-03T14:24:17.345Z] SSH_AGENT_PID=52 [2021-03-03T14:24:17.353Z] Running ssh-add (command line suppressed) [2021-03-03T14:24:17.511Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_2805849319415324597.key (/w/workspace/edgex-go/4@tmp/private_key_2805849319415324597.key) [2021-03-03T14:24:17.569Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-03T14:24:17.919Z] + git semver init [2021-03-03T14:24:17.919Z] # -> Open(): unable to determine branch for HEAD [2021-03-03T14:24:17.919Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-03-03T14:24:17.919Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-03-03T14:24:17.919Z] # $SEMVER_REMOTE_NAME = origin [2021-03-03T14:24:17.919Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-03T14:24:17.919Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-03T14:24:17.919Z] # $SEMVER_BRANCH = PR-3208 [2021-03-03T14:24:17.919Z] # $SEMVER_TEMP = /tmp/semver-945648098 [2021-03-03T14:24:17.919Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-03T14:24:44.945Z] # '/tmp/semver-945648098' -> '/w/workspace/edgex-go/4/.semver' [2021-03-03T14:24:44.945Z] # -> Force: false [2021-03-03T14:24:44.945Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-03-03T14:24:44.962Z] $ docker exec --env ******** --env ******** 5a068045193bbdca75be3e1b51c9668cf592dbb71cb8feca33638a943eb70df0 ssh-agent -k [2021-03-03T14:24:45.228Z] unset SSH_AUTH_SOCK; [2021-03-03T14:24:45.228Z] unset SSH_AGENT_PID; [2021-03-03T14:24:45.228Z] echo Agent pid 52 killed; [2021-03-03T14:24:45.340Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-03T14:24:45.809Z] + git semver [Pipeline] } [2021-03-03T14:24:45.829Z] $ docker stop --time=1 5a068045193bbdca75be3e1b51c9668cf592dbb71cb8feca33638a943eb70df0 [2021-03-03T14:24:47.816Z] $ docker rm -f 5a068045193bbdca75be3e1b51c9668cf592dbb71cb8feca33638a943eb70df0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-03T14:24:48.357Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-03T14:24:48.945Z] Stashed 1 file(s) [Pipeline] echo [2021-03-03T14:24:48.948Z] [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-03T14:24:49.761Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-03T14:24:50.062Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-03T14:24:50.364Z] + sudo service docker restart [2021-03-03T14:24:50.364Z] + true [2021-03-03T14:24:50.364Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-03T14:24:50.964Z] ========================================================= [2021-03-03T14:24:50.964Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-03T14:24:50.964Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:24:51.335Z] + 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-03T14:24:54.665Z] Sending build context to Docker daemon 328.2MB [2021-03-03T14:24:54.665Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-03T14:24:54.665Z] Step 2/6 : FROM ${BASE} [2021-03-03T14:24:54.928Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-03T14:24:54.928Z] 188c0c94c7c5: Pulling fs layer [2021-03-03T14:24:54.928Z] 0ef7d3d256c8: Pulling fs layer [2021-03-03T14:24:54.928Z] de9db76c5a1d: Pulling fs layer [2021-03-03T14:24:54.928Z] bca2f99d35d6: Pulling fs layer [2021-03-03T14:24:54.928Z] 93359f2a8cfa: Pulling fs layer [2021-03-03T14:24:54.928Z] 7c6f9722023f: Pulling fs layer [2021-03-03T14:24:54.928Z] a35cf1a2eb13: Pulling fs layer [2021-03-03T14:24:54.928Z] 93359f2a8cfa: Waiting [2021-03-03T14:24:54.928Z] bca2f99d35d6: Waiting [2021-03-03T14:24:54.928Z] 7c6f9722023f: Waiting [2021-03-03T14:24:54.928Z] a35cf1a2eb13: Waiting [2021-03-03T14:24:54.928Z] de9db76c5a1d: Verifying Checksum [2021-03-03T14:24:54.928Z] de9db76c5a1d: Download complete [2021-03-03T14:24:54.928Z] 0ef7d3d256c8: Verifying Checksum [2021-03-03T14:24:54.928Z] 0ef7d3d256c8: Download complete [2021-03-03T14:24:54.928Z] 93359f2a8cfa: Verifying Checksum [2021-03-03T14:24:54.928Z] 93359f2a8cfa: Download complete [2021-03-03T14:24:54.928Z] 7c6f9722023f: Download complete [2021-03-03T14:24:54.928Z] 188c0c94c7c5: Download complete [2021-03-03T14:24:55.191Z] 188c0c94c7c5: Pull complete [2021-03-03T14:24:55.460Z] 0ef7d3d256c8: Pull complete [2021-03-03T14:24:55.725Z] de9db76c5a1d: Pull complete [2021-03-03T14:24:57.662Z] a35cf1a2eb13: Verifying Checksum [2021-03-03T14:24:57.662Z] a35cf1a2eb13: Download complete [2021-03-03T14:24:58.247Z] bca2f99d35d6: Verifying Checksum [2021-03-03T14:24:58.247Z] bca2f99d35d6: Download complete [2021-03-03T14:25:03.592Z] bca2f99d35d6: Pull complete [2021-03-03T14:25:03.856Z] 93359f2a8cfa: Pull complete [2021-03-03T14:25:04.122Z] 7c6f9722023f: Pull complete [2021-03-03T14:25:04.286Z] Still waiting to schedule task [2021-03-03T14:25:04.286Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-03T14:25:08.370Z] a35cf1a2eb13: Pull complete [2021-03-03T14:25:08.370Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-03T14:25:08.370Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-03T14:25:08.370Z] ---> a62c8e92a672 [2021-03-03T14:25:08.370Z] 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-03T14:25:08.370Z] ---> Running in e49467354a37 [2021-03-03T14:25:08.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:25:09.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:25:10.476Z] (1/12) Installing libmagic (5.38-r0) [2021-03-03T14:25:10.739Z] (2/12) Installing file (5.38-r0) [2021-03-03T14:25:11.003Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-03T14:25:11.003Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-03T14:25:21.033Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-03T14:25:21.033Z] (6/12) Installing patch (2.7.6-r6) [2021-03-03T14:25:21.033Z] (7/12) Installing build-base (0.5-r2) [2021-03-03T14:25:21.033Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-03T14:25:21.033Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-03T14:25:21.033Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-03T14:25:21.033Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-03T14:25:21.297Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-03T14:25:21.297Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:25:21.297Z] OK: 233 MiB in 51 packages [2021-03-03T14:25:25.518Z] Removing intermediate container e49467354a37 [2021-03-03T14:25:25.518Z] ---> b372fd49cd9c [2021-03-03T14:25:25.518Z] Step 4/6 : WORKDIR /edgex-go [2021-03-03T14:25:25.518Z] ---> Running in f422e835ebf6 [2021-03-03T14:25:25.518Z] Removing intermediate container f422e835ebf6 [2021-03-03T14:25:25.518Z] ---> 6c4d1c2ff3b8 [2021-03-03T14:25:25.518Z] Step 5/6 : COPY go.mod . [2021-03-03T14:25:25.782Z] ---> 9a9ffbd758be [2021-03-03T14:25:25.782Z] Step 6/6 : RUN go mod download [2021-03-03T14:25:25.782Z] ---> Running in 344be023dfe6 [2021-03-03T14:25:52.477Z] Removing intermediate container 344be023dfe6 [2021-03-03T14:25:52.477Z] ---> 7c464130dddd [2021-03-03T14:25:52.477Z] Successfully built 7c464130dddd [2021-03-03T14:25:52.477Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:25:52.803Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-03T14:25:52.803Z] . [Pipeline] withDockerContainer [2021-03-03T14:25:52.923Z] prd-centos7-docker-4c-2g-28382 does not seem to be running inside a container [2021-03-03T14:25:52.977Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat [2021-03-03T14:25:53.897Z] $ docker top 464c4ab93b351f157ee074001f37b9394ea0248705ebb354f8081b6141fa7422 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T14:25:54.504Z] + go version [2021-03-03T14:25:54.504Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-03T14:25:54.518Z] $ docker stop --time=1 464c4ab93b351f157ee074001f37b9394ea0248705ebb354f8081b6141fa7422 [2021-03-03T14:25:55.908Z] $ docker rm -f 464c4ab93b351f157ee074001f37b9394ea0248705ebb354f8081b6141fa7422 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:25:56.771Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-03T14:25:56.771Z] . [Pipeline] withDockerContainer [2021-03-03T14:25:56.874Z] prd-centos7-docker-4c-2g-28382 does not seem to be running inside a container [2021-03-03T14:25:56.923Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat [2021-03-03T14:25:57.838Z] $ docker top 6412bb032b5b114a31a2a7b0dd3fbfc9512a7fa82656d1830e915ac987f608fd -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-03T14:25:58.039Z] ========================================================= [2021-03-03T14:25:58.039Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-03T14:25:58.039Z] ========================================================= [Pipeline] sh [2021-03-03T14:25:58.336Z] + make test [2021-03-03T14:25:58.336Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-03T14:26:08.430Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-03T14:26:26.739Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-03T14:26:32.095Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-03T14:26:32.095Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-03T14:26:32.095Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-03T14:26:33.510Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-03T14:26:33.510Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-03T14:26:33.510Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-03T14:26:33.778Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-03T14:26:34.759Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-03T14:26:35.028Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-03T14:26:37.633Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-03T14:26:37.633Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-03T14:26:37.633Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-03T14:26:41.070Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.113s coverage: 45.9% of statements [2021-03-03T14:26:41.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-03T14:26:41.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-03T14:26:41.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-03T14:26:41.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-03T14:26:41.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-03T14:26:41.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-03T14:26:41.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-03T14:26:41.070Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.099s coverage: 100.0% of statements [2021-03-03T14:26:44.471Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.229s coverage: 27.1% of statements [2021-03-03T14:26:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-03T14:26:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-03T14:26:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-03T14:26:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-03T14:26:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-03T14:26:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-03T14:26:44.471Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements [2021-03-03T14:26:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-03T14:26:44.471Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.065s coverage: 100.0% of statements [2021-03-03T14:26:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-03T14:26:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-03T14:26:44.471Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.103s coverage: 66.2% of statements [2021-03-03T14:26:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-03T14:26:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-03T14:26:44.471Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.140s coverage: 82.4% of statements [2021-03-03T14:26:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-03T14:26:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T14:26:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-03T14:26:44.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-03T14:26:47.086Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.406s coverage: 28.6% of statements [2021-03-03T14:26:47.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-03T14:26:47.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-03T14:26:47.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-03T14:26:47.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-03T14:26:47.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-03T14:26:47.087Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.073s coverage: 100.0% of statements [2021-03-03T14:26:47.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-03T14:26:47.087Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements [2021-03-03T14:26:47.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-03T14:26:47.087Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.118s coverage: 86.7% of statements [2021-03-03T14:26:47.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-03T14:26:47.087Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.124s coverage: 97.5% of statements [2021-03-03T14:26:47.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-03T14:26:47.087Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements [2021-03-03T14:26:47.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-03T14:26:47.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-03T14:26:47.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-03T14:26:47.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-03T14:26:50.657Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.554s coverage: 92.8% of statements [2021-03-03T14:26:50.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-03T14:26:50.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T14:26:50.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-03T14:26:50.657Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-03T14:26:50.657Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-03T14:26:50.657Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-03T14:26:50.657Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-03T14:26:50.657Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-03T14:26:50.657Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-03T14:26:50.657Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-03T14:26:50.657Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-03T14:26:50.657Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-03T14:26:50.657Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-03T14:26:50.657Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-03T14:26:50.657Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-03T14:26:50.657Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-03T14:26:50.657Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-03T14:26:50.657Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-03T14:26:50.657Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements [2021-03-03T14:26:50.657Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-03T14:26:50.657Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-03T14:26:50.657Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.063s coverage: 0.1% of statements [2021-03-03T14:26:50.657Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-03T14:26:50.657Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-03T14:26:50.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-03T14:26:50.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 45.5% of statements [2021-03-03T14:26:50.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.094s coverage: 79.5% of statements [2021-03-03T14:26:50.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.029s coverage: 94.1% of statements [2021-03-03T14:26:50.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.039s coverage: 96.3% of statements [2021-03-03T14:26:50.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements [2021-03-03T14:27:03.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.062s coverage: 94.4% of statements [2021-03-03T14:27:03.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.036s coverage: 44.8% of statements [2021-03-03T14:27:13.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.074s coverage: 92.9% of statements [2021-03-03T14:27:13.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-03T14:27:13.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-03T14:27:13.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-03T14:27:13.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 77.8% of statements [2021-03-03T14:27:13.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.047s coverage: 87.2% of statements [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.023s coverage: 100.0% of statements [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.6% of statements [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 62.4% of statements [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.357s coverage: 69.1% of statements [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.113s coverage: 38.4% of statements [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.053s coverage: 89.5% of statements [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.050s coverage: 84.8% of statements [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.144s coverage: 47.0% of statements [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.060s coverage: 100.0% of statements [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.144s coverage: 88.5% of statements [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.730s coverage: 29.1% of statements [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.091s coverage: 99.0% of statements [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.076s coverage: 94.3% of statements [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-03T14:27:13.323Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-03T14:27:13.323Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-03-03T14:27:13.586Z] GO111MODULE=on go vet ./... [2021-03-03T14:27:45.864Z] gofmt -l . [2021-03-03T14:27:45.864Z] [ "`gofmt -l .`" = "" ] [2021-03-03T14:27:45.864Z] ./bin/test-go-mod-tidy.sh [2021-03-03T14:27:45.864Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-03T14:27:46.494Z] + ls -al . [2021-03-03T14:27:46.494Z] total 716 [2021-03-03T14:27:46.494Z] drwxrwxr-x 10 1001 1001 4096 Mar 3 14:27 . [2021-03-03T14:27:46.494Z] drwxr-xr-x 4 root root 28 Mar 3 14:25 .. [2021-03-03T14:27:46.494Z] -rw-rw-r-- 1 1001 1001 11 Mar 3 14:23 .dockerignore [2021-03-03T14:27:46.494Z] drwxrwxr-x 8 1001 1001 179 Mar 3 14:24 .git [2021-03-03T14:27:46.494Z] drwxrwxr-x 3 1001 1001 125 Mar 3 14:23 .github [2021-03-03T14:27:46.494Z] -rw-rw-r-- 1 1001 1001 818 Mar 3 14:23 .gitignore [2021-03-03T14:27:46.494Z] drwx------ 3 1001 1001 60 Mar 3 14:24 .semver [2021-03-03T14:27:46.494Z] -rw-rw-r-- 1 1001 1001 166 Mar 3 14:23 .sonarcloud.properties [2021-03-03T14:27:46.494Z] -rw-rw-r-- 1 1001 1001 8475 Mar 3 14:23 Attribution.txt [2021-03-03T14:27:46.494Z] -rw-rw-r-- 1 1001 1001 3804 Mar 3 14:23 CONTRIBUTING.md [2021-03-03T14:27:46.494Z] -rw-rw-r-- 1 1001 1001 931 Mar 3 14:23 Dockerfile.build [2021-03-03T14:27:46.494Z] -rw-rw-r-- 1 1001 1001 863 Mar 3 14:23 Jenkinsfile [2021-03-03T14:27:46.494Z] -rw-rw-r-- 1 1001 1001 10775 Mar 3 14:23 LICENSE [2021-03-03T14:27:46.494Z] -rw-rw-r-- 1 1001 1001 5774 Mar 3 14:23 Makefile [2021-03-03T14:27:46.494Z] -rw-rw-r-- 1 1001 1001 6524 Mar 3 14:23 README.md [2021-03-03T14:27:46.494Z] -rw-rw-r-- 1 1001 1001 6755 Mar 3 14:23 SECURITY.md [2021-03-03T14:27:46.494Z] -rw-rw-r-- 1 1001 1001 5 Mar 3 14:24 VERSION [2021-03-03T14:27:46.494Z] -rw-rw-r-- 1 1001 1001 4131 Mar 3 14:23 ZMQWindows.md [2021-03-03T14:27:46.494Z] drwxrwxr-x 2 1001 1001 117 Mar 3 14:23 bin [2021-03-03T14:27:46.494Z] drwxrwxr-x 14 1001 1001 4096 Mar 3 14:23 cmd [2021-03-03T14:27:46.494Z] -rw-r--r-- 1 root root 602988 Mar 3 14:27 coverage.out [2021-03-03T14:27:46.494Z] -rw-r--r-- 1 root root 1055 Mar 3 14:27 go.mod [2021-03-03T14:27:46.494Z] -rw-r--r-- 1 root root 21927 Mar 3 14:27 go.sum [2021-03-03T14:27:46.494Z] drwxrwxr-x 8 1001 1001 127 Mar 3 14:23 internal [2021-03-03T14:27:46.494Z] drwxrwxr-x 4 1001 1001 26 Mar 3 14:23 openapi [2021-03-03T14:27:46.494Z] drwxrwxr-x 4 1001 1001 71 Mar 3 14:23 snap [2021-03-03T14:27:46.495Z] -rw-rw-r-- 1 1001 1001 168 Mar 3 14:23 version.go [Pipeline] sh [2021-03-03T14:27:46.799Z] + '[' -e coverage.out ] [2021-03-03T14:27:46.799Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-03T14:27:47.066Z] Stashed 1 file(s) [Pipeline] sh [2021-03-03T14:27:47.364Z] + make build [2021-03-03T14:27:47.364Z] 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-03T14:27:52.693Z] 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-03T14:27:56.615Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28386 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws [2021-03-03T14:27:56.672Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-03-03T14:28:00.941Z] 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-03T14:28:01.858Z] using credential edgex-jenkins-ssh [2021-03-03T14:28:01.927Z] Cloning the remote Git repository [2021-03-03T14:28:02.351Z] 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-03T14:28:01.983Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-03T14:28:02.089Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-03T14:28:02.183Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-03T14:28:02.184Z] > git --version # timeout=10 [2021-03-03T14:28:02.210Z] > git --version # 'git version 2.17.1' [2021-03-03T14:28:02.211Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-03T14:28:02.279Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-03T14:28:04.287Z] 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-03T14:28:04.287Z] 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-03T14:28:06.218Z] 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-03T14:28:08.147Z] 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-03T14:28:09.097Z] 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-03T14:28:10.492Z] 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-03T14:28:11.453Z] 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-03T14:28:12.923Z] 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-03T14:28:14.903Z] $ docker stop --time=1 6412bb032b5b114a31a2a7b0dd3fbfc9512a7fa82656d1830e915ac987f608fd [2021-03-03T14:28:16.777Z] $ docker rm -f 6412bb032b5b114a31a2a7b0dd3fbfc9512a7fa82656d1830e915ac987f608fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:28:18.842Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-03T14:28:18.842Z] [2021-03-03T14:28:18.842Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:28:19.220Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-03T14:28:19.220Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-03T14:28:19.220Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-03T14:28:19.220Z] ca9280d653b3: Pulling fs layer [2021-03-03T14:28:19.220Z] 7e9c9ca2126c: Pulling fs layer [2021-03-03T14:28:19.220Z] cbdbe7a5bc2a: Download complete [2021-03-03T14:28:19.796Z] cbdbe7a5bc2a: Pull complete [2021-03-03T14:28:20.375Z] ca9280d653b3: Verifying Checksum [2021-03-03T14:28:20.375Z] ca9280d653b3: Download complete [2021-03-03T14:28:20.601Z] Merging remotes/origin/master commit f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit 444c519ff7b00696b1cd03a7138ac670626b7eaa [2021-03-03T14:28:19.825Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-03T14:28:19.842Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-03T14:28:19.875Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-03T14:28:19.906Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-03T14:28:19.907Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-03T14:28:19.920Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-03T14:28:20.625Z] > git config core.sparsecheckout # timeout=10 [2021-03-03T14:28:20.648Z] > git checkout -f 444c519ff7b00696b1cd03a7138ac670626b7eaa # timeout=10 [2021-03-03T14:28:20.960Z] > git remote # timeout=10 [2021-03-03T14:28:20.981Z] > git config --get remote.origin.url # timeout=10 [2021-03-03T14:28:20.998Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-03T14:28:21.008Z] > git merge f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 [2021-03-03T14:28:21.125Z] Merge succeeded, producing 444c519ff7b00696b1cd03a7138ac670626b7eaa [2021-03-03T14:28:21.126Z] Checking out Revision 444c519ff7b00696b1cd03a7138ac670626b7eaa (PR-3208) [2021-03-03T14:28:21.335Z] ca9280d653b3: Pull complete [2021-03-03T14:28:21.913Z] 7e9c9ca2126c: Verifying Checksum [2021-03-03T14:28:21.913Z] 7e9c9ca2126c: Download complete [2021-03-03T14:28:21.096Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-03T14:28:21.131Z] > git config core.sparsecheckout # timeout=10 [2021-03-03T14:28:21.160Z] > git checkout -f 444c519ff7b00696b1cd03a7138ac670626b7eaa # timeout=10 [2021-03-03T14:28:25.646Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-03T14:28:27.285Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-03T14:28:27.688Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-03T14:28:28.035Z] + true [2021-03-03T14:28:28.035Z] + sudo service docker restart [2021-03-03T14:28:28.558Z] 7e9c9ca2126c: Pull complete [2021-03-03T14:28:28.558Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-03T14:28:28.558Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-03T14:28:28.558Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-03T14:28:28.754Z] prd-centos7-docker-4c-2g-28382 does not seem to be running inside a container [2021-03-03T14:28:28.806Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-03T14:28:31.838Z] $ docker top 1279c5d2ac118597703908a566a23890ab2943bcb7f5e43485d8a8f3720eefd4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] wrap [2021-03-03T14:28:32.151Z] provisioning config files... [2021-03-03T14:28:32.196Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config8422208855606796118tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:28:32.362Z] + docker-compose build --help [2021-03-03T14:28:32.362Z] + grep parallel [2021-03-03T14:28:32.612Z] ---> docker-login.sh [2021-03-03T14:28:32.612Z] nexus3.edgexfoundry.org:10001 [2021-03-03T14:28:33.308Z] --parallel Build images in parallel. [Pipeline] } [2021-03-03T14:28:33.323Z] $ docker stop --time=1 1279c5d2ac118597703908a566a23890ab2943bcb7f5e43485d8a8f3720eefd4 [2021-03-03T14:28:33.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:28:33.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:28:33.875Z] Configure a credential helper to remove this warning. See [2021-03-03T14:28:33.875Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:28:33.875Z] [2021-03-03T14:28:33.875Z] Login Succeeded [2021-03-03T14:28:33.875Z] nexus3.edgexfoundry.org:10002 [2021-03-03T14:28:34.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:28:34.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:28:34.426Z] Configure a credential helper to remove this warning. See [2021-03-03T14:28:34.426Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:28:34.426Z] [2021-03-03T14:28:34.426Z] Login Succeeded [2021-03-03T14:28:34.426Z] nexus3.edgexfoundry.org:10003 [2021-03-03T14:28:34.675Z] $ docker rm -f 1279c5d2ac118597703908a566a23890ab2943bcb7f5e43485d8a8f3720eefd4 [2021-03-03T14:28:34.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-03-03T14:28:34.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:28:34.982Z] Configure a credential helper to remove this warning. See [2021-03-03T14:28:34.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:28:34.982Z] [2021-03-03T14:28:34.982Z] Login Succeeded [2021-03-03T14:28:34.982Z] nexus3.edgexfoundry.org:10004 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:28:35.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:28:35.373Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-03T14:28:35.373Z] . [Pipeline] withDockerContainer [2021-03-03T14:28:35.515Z] prd-centos7-docker-4c-2g-28382 does not seem to be running inside a container [2021-03-03T14:28:35.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:28:35.565Z] Configure a credential helper to remove this warning. See [2021-03-03T14:28:35.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:28:35.565Z] [2021-03-03T14:28:35.565Z] Login Succeeded [2021-03-03T14:28:35.565Z] docker.io [2021-03-03T14:28:35.812Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-03T14:28:35.847Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:28:36.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:28:36.120Z] Configure a credential helper to remove this warning. See [2021-03-03T14:28:36.120Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:28:36.120Z] [2021-03-03T14:28:36.120Z] Login Succeeded [2021-03-03T14:28:36.120Z] ---> docker-login.sh ends [2021-03-03T14:28:36.644Z] $ docker top 732eba1189dc33cf54aeefa2a56e22c3f740899576e91743c33febd415ffa9af -eo pid,comm [Pipeline] { [Pipeline] } [2021-03-03T14:28:36.873Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-03-03T14:28:37.216Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] echo [2021-03-03T14:28:37.379Z] ========================================================= [2021-03-03T14:28:37.379Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-03T14:28:37.379Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:28:37.759Z] + 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-03T14:28:38.164Z] Building docker-core-command-go ... [2021-03-03T14:28:38.164Z] Building docker-core-data-go ... [2021-03-03T14:28:38.164Z] Building docker-core-metadata-go ... [2021-03-03T14:28:38.164Z] Building docker-security-bootstrapper-go ... [2021-03-03T14:28:38.164Z] Building docker-security-proxy-setup-go ... [2021-03-03T14:28:38.164Z] Building docker-security-secretstore-setup-go ... [2021-03-03T14:28:38.164Z] Building docker-support-notifications-go ... [2021-03-03T14:28:38.164Z] Building docker-support-scheduler-go ... [2021-03-03T14:28:38.164Z] Building docker-sys-mgmt-agent-go ... [2021-03-03T14:28:38.164Z] Building docker-core-data-go [2021-03-03T14:28:38.164Z] Building docker-security-bootstrapper-go [2021-03-03T14:28:38.164Z] Building docker-support-scheduler-go [2021-03-03T14:28:38.164Z] Building docker-support-notifications-go [2021-03-03T14:28:38.164Z] Building docker-sys-mgmt-agent-go [2021-03-03T14:28:40.386Z] Sending build context to Docker daemon 166.5MB [2021-03-03T14:28:40.386Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-03T14:28:40.386Z] Step 2/6 : FROM ${BASE} [2021-03-03T14:28:40.386Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-03T14:28:40.386Z] 5f621e34cdf4: Pulling fs layer [2021-03-03T14:28:40.386Z] a4357932f1b6: Pulling fs layer [2021-03-03T14:28:40.386Z] 18c013af1878: Pulling fs layer [2021-03-03T14:28:40.386Z] 00ac8860ef70: Pulling fs layer [2021-03-03T14:28:40.386Z] 63d7cb157983: Pulling fs layer [2021-03-03T14:28:40.386Z] b116817d02f9: Pulling fs layer [2021-03-03T14:28:40.386Z] 745a02a5169b: Pulling fs layer [2021-03-03T14:28:40.386Z] 00ac8860ef70: Waiting [2021-03-03T14:28:40.386Z] b116817d02f9: Waiting [2021-03-03T14:28:40.386Z] 745a02a5169b: Waiting [2021-03-03T14:28:40.386Z] 63d7cb157983: Waiting [2021-03-03T14:28:40.386Z] 18c013af1878: Verifying Checksum [2021-03-03T14:28:40.386Z] 18c013af1878: Download complete [2021-03-03T14:28:40.386Z] a4357932f1b6: Download complete [2021-03-03T14:28:40.386Z] 63d7cb157983: Verifying Checksum [2021-03-03T14:28:40.386Z] 63d7cb157983: Download complete [2021-03-03T14:28:40.386Z] b116817d02f9: Verifying Checksum [2021-03-03T14:28:40.386Z] b116817d02f9: Download complete [2021-03-03T14:28:40.386Z] 5f621e34cdf4: Verifying Checksum [2021-03-03T14:28:40.386Z] 5f621e34cdf4: Download complete [2021-03-03T14:28:40.984Z] 5f621e34cdf4: Pull complete [2021-03-03T14:28:41.587Z] a4357932f1b6: Pull complete [2021-03-03T14:28:41.871Z] 18c013af1878: Pull complete [2021-03-03T14:28:42.857Z] 745a02a5169b: Verifying Checksum [2021-03-03T14:28:42.857Z] 745a02a5169b: Download complete [2021-03-03T14:28:43.835Z] 00ac8860ef70: Download complete [2021-03-03T14:28:53.990Z] 00ac8860ef70: Pull complete [2021-03-03T14:28:54.268Z] 63d7cb157983: Pull complete [2021-03-03T14:28:54.541Z] b116817d02f9: Pull complete [2021-03-03T14:28:58.875Z] 745a02a5169b: Pull complete [2021-03-03T14:28:58.875Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-03T14:28:58.875Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-03T14:28:58.875Z] ---> b7e6874047d6 [2021-03-03T14:28:58.875Z] 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-03T14:29:01.509Z] ---> Running in 35cc4144e378 [2021-03-03T14:29:02.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:29:03.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:29:04.536Z] (1/12) Installing libmagic (5.38-r0) [2021-03-03T14:29:04.536Z] (2/12) Installing file (5.38-r0) [2021-03-03T14:29:04.536Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-03T14:29:04.810Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-03T14:29:08.192Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-03T14:29:08.475Z] (6/12) Installing patch (2.7.6-r6) [2021-03-03T14:29:08.475Z] (7/12) Installing build-base (0.5-r2) [2021-03-03T14:29:08.475Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-03T14:29:08.475Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-03T14:29:08.746Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-03T14:29:08.746Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-03T14:29:09.019Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-03T14:29:09.019Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:29:09.019Z] OK: 217 MiB in 51 packages [2021-03-03T14:29:13.354Z] Removing intermediate container 35cc4144e378 [2021-03-03T14:29:13.354Z] ---> 9e5430e0b1e8 [2021-03-03T14:29:13.354Z] Step 4/6 : WORKDIR /edgex-go [2021-03-03T14:29:13.354Z] ---> Running in 128e6ff5c833 [2021-03-03T14:29:13.354Z] Removing intermediate container 128e6ff5c833 [2021-03-03T14:29:13.354Z] ---> a99c8c2a4311 [2021-03-03T14:29:13.354Z] Step 5/6 : COPY go.mod . [2021-03-03T14:29:14.350Z] ---> a2887d061222 [2021-03-03T14:29:14.350Z] Step 6/6 : RUN go mod download [2021-03-03T14:29:14.350Z] ---> Running in d783421e4546 [2021-03-03T14:29:17.105Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:29:17.105Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:29:17.105Z] ---> 7c464130dddd [2021-03-03T14:29:17.105Z] Step 3/22 : WORKDIR /edgex-go [2021-03-03T14:29:17.105Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:29:17.105Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:29:17.105Z] ---> 7c464130dddd [2021-03-03T14:29:17.105Z] Step 3/26 : WORKDIR /edgex-go [2021-03-03T14:29:17.105Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:29:17.105Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:29:17.105Z] ---> 7c464130dddd [2021-03-03T14:29:17.105Z] Step 3/30 : WORKDIR /edgex-go [2021-03-03T14:29:17.105Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:29:17.105Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:29:17.105Z] ---> 7c464130dddd [2021-03-03T14:29:17.105Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T14:29:17.105Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:29:17.105Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:29:17.105Z] ---> 7c464130dddd [2021-03-03T14:29:17.105Z] Step 3/22 : WORKDIR /edgex-go [2021-03-03T14:29:17.105Z] ---> Running in 4b71924e20d0 [2021-03-03T14:29:17.105Z] ---> Running in 605572c0159d [2021-03-03T14:29:17.105Z] ---> Running in 05f4d1b6f565 [2021-03-03T14:29:17.105Z] ---> Running in 184525011a0f [2021-03-03T14:29:17.105Z] ---> Running in 03484d144fb6 [2021-03-03T14:29:17.105Z] Removing intermediate container 03484d144fb6 [2021-03-03T14:29:17.105Z] ---> 6bba332e4bc6 [2021-03-03T14:29:17.105Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:29:17.105Z] Removing intermediate container 05f4d1b6f565 [2021-03-03T14:29:17.105Z] ---> 2b2045258dba [2021-03-03T14:29:17.105Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:29:17.105Z] Removing intermediate container 4b71924e20d0 [2021-03-03T14:29:17.105Z] ---> 32ffef68abae [2021-03-03T14:29:17.105Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:29:17.105Z] Removing intermediate container 605572c0159d [2021-03-03T14:29:17.105Z] ---> 670a2ca9d6c3 [2021-03-03T14:29:17.105Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:29:17.105Z] Removing intermediate container 184525011a0f [2021-03-03T14:29:17.105Z] ---> ef959e14cb1c [2021-03-03T14:29:17.105Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:29:17.105Z] ---> Running in 620789ae4c24 [2021-03-03T14:29:17.105Z] ---> Running in 60670fc53e20 [2021-03-03T14:29:17.105Z] ---> Running in 46462604a419 [2021-03-03T14:29:17.105Z] ---> Running in 44b674339e46 [2021-03-03T14:29:17.105Z] ---> Running in b869bffdfab5 [2021-03-03T14:29:17.105Z] Removing intermediate container 620789ae4c24 [2021-03-03T14:29:17.105Z] ---> 9eaadccc2e20 [2021-03-03T14:29:17.105Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-03T14:29:17.105Z] Removing intermediate container 46462604a419 [2021-03-03T14:29:17.105Z] ---> e1a83d36fc23 [2021-03-03T14:29:17.105Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-03T14:29:17.105Z] ---> Running in f2b2b0154075 [2021-03-03T14:29:17.105Z] Removing intermediate container 60670fc53e20 [2021-03-03T14:29:17.105Z] ---> b0e539529972 [2021-03-03T14:29:17.105Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-03T14:29:17.404Z] Removing intermediate container 44b674339e46 [2021-03-03T14:29:17.404Z] ---> 35b2a3a4270b [2021-03-03T14:29:17.404Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-03-03T14:29:17.404Z] ---> Running in 57ad271e41fc [2021-03-03T14:29:17.668Z] ---> Running in a6f247a1bb09 [2021-03-03T14:29:17.668Z] ---> Running in 9fb598763f44 [2021-03-03T14:29:17.668Z] Removing intermediate container b869bffdfab5 [2021-03-03T14:29:17.668Z] ---> d2d4cdc30d3d [2021-03-03T14:29:17.668Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-03T14:29:17.935Z] ---> Running in 48de2e218b17 [2021-03-03T14:29:18.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:29:18.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:29:18.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:29:18.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:29:18.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:29:19.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:29:19.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:29:19.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:29:19.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:29:19.611Z] OK: 233 MiB in 51 packages [2021-03-03T14:29:19.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:29:19.611Z] OK: 233 MiB in 51 packages [2021-03-03T14:29:19.611Z] OK: 233 MiB in 51 packages [2021-03-03T14:29:19.891Z] OK: 233 MiB in 51 packages [2021-03-03T14:29:19.891Z] OK: 233 MiB in 51 packages [2021-03-03T14:29:20.474Z] Removing intermediate container 57ad271e41fc [2021-03-03T14:29:20.474Z] ---> fca4a55b8f10 [2021-03-03T14:29:20.474Z] Step 6/22 : COPY go.mod . [2021-03-03T14:29:20.474Z] Removing intermediate container f2b2b0154075 [2021-03-03T14:29:20.474Z] ---> bec8b349745a [2021-03-03T14:29:20.474Z] Step 6/22 : COPY go.mod . [2021-03-03T14:29:20.740Z] Removing intermediate container a6f247a1bb09 [2021-03-03T14:29:20.740Z] ---> a8066032abd8 [2021-03-03T14:29:20.740Z] Step 6/23 : COPY go.mod . [2021-03-03T14:29:20.740Z] ---> 7e2ff0b2c223 [2021-03-03T14:29:20.740Z] Step 7/22 : RUN go mod download [2021-03-03T14:29:21.012Z] ---> b28f14bac953 [2021-03-03T14:29:21.012Z] Step 7/22 : RUN go mod download [2021-03-03T14:29:21.012Z] ---> Running in 8281b9b6ace3 [2021-03-03T14:29:21.012Z] Removing intermediate container 9fb598763f44 [2021-03-03T14:29:21.012Z] ---> b80cd809ebdb [2021-03-03T14:29:21.012Z] Step 6/30 : COPY go.mod . [2021-03-03T14:29:21.012Z] Removing intermediate container 48de2e218b17 [2021-03-03T14:29:21.012Z] ---> d26860fcc65f [2021-03-03T14:29:21.012Z] Step 6/26 : COPY go.mod . [2021-03-03T14:29:21.276Z] ---> Running in 739e9926af40 [2021-03-03T14:29:21.276Z] ---> f86b4469d708 [2021-03-03T14:29:21.276Z] Step 7/23 : RUN go mod download [2021-03-03T14:29:21.540Z] ---> Running in d5dd453bc179 [2021-03-03T14:29:21.808Z] ---> 36d76f1704eb [2021-03-03T14:29:21.808Z] Step 7/30 : RUN go mod download [2021-03-03T14:29:21.808Z] ---> d6b580674759 [2021-03-03T14:29:21.808Z] Step 7/26 : RUN go mod download [2021-03-03T14:29:22.082Z] ---> Running in bbad3f027a4d [2021-03-03T14:29:22.082Z] ---> Running in c2ca8c19ed45 [2021-03-03T14:29:24.708Z] Removing intermediate container 8281b9b6ace3 [2021-03-03T14:29:24.708Z] ---> 268daebb9afb [2021-03-03T14:29:24.708Z] Step 8/22 : COPY . . [2021-03-03T14:29:24.708Z] Removing intermediate container c2ca8c19ed45 [2021-03-03T14:29:24.708Z] ---> 50be5dfcff75 [2021-03-03T14:29:24.708Z] Step 8/26 : COPY . . [2021-03-03T14:29:24.708Z] Removing intermediate container d5dd453bc179 [2021-03-03T14:29:24.708Z] ---> 96ae9a0e8871 [2021-03-03T14:29:24.708Z] Step 8/23 : COPY . . [2021-03-03T14:29:24.708Z] Removing intermediate container bbad3f027a4d [2021-03-03T14:29:24.708Z] ---> 58a73f028544 [2021-03-03T14:29:24.708Z] Step 8/30 : COPY . . [2021-03-03T14:29:28.980Z] Removing intermediate container 739e9926af40 [2021-03-03T14:29:28.980Z] ---> 3e6147bf8baf [2021-03-03T14:29:28.980Z] Step 8/22 : COPY . . [2021-03-03T14:29:46.710Z] Removing intermediate container d783421e4546 [2021-03-03T14:29:46.710Z] ---> 38866a60de44 [2021-03-03T14:29:46.710Z] Successfully built 38866a60de44 [2021-03-03T14:29:46.710Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:29:47.063Z] + docker inspect -f . ci-base-image-arm64 [2021-03-03T14:29:47.063Z] . [Pipeline] withDockerContainer [2021-03-03T14:29:47.300Z] prd-ubuntu18.04-docker-arm64-4c-16g-28386 does not seem to be running inside a container [2021-03-03T14:29:47.379Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-arm64 cat [2021-03-03T14:29:48.786Z] $ docker top 46a085c203cc0b1acfaca1e655c3d1ebd6bb4a900412b0ab8eb86d71bb71e6da -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T14:29:49.865Z] + go version [2021-03-03T14:29:49.865Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-03T14:29:49.890Z] $ docker stop --time=1 46a085c203cc0b1acfaca1e655c3d1ebd6bb4a900412b0ab8eb86d71bb71e6da [2021-03-03T14:29:51.816Z] $ docker rm -f 46a085c203cc0b1acfaca1e655c3d1ebd6bb4a900412b0ab8eb86d71bb71e6da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:29:52.916Z] + docker inspect -f . ci-base-image-arm64 [2021-03-03T14:29:52.916Z] . [Pipeline] withDockerContainer [2021-03-03T14:29:53.174Z] prd-ubuntu18.04-docker-arm64-4c-16g-28386 does not seem to be running inside a container [2021-03-03T14:29:53.254Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-arm64 cat [2021-03-03T14:29:54.720Z] $ docker top 43ea7870ca5dfd731aa59c1619bcc599273054a4be8021cefc70cac6a0fe9b46 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-03T14:29:55.071Z] ========================================================= [2021-03-03T14:29:55.071Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-03T14:29:55.071Z] ========================================================= [Pipeline] sh [2021-03-03T14:29:55.713Z] + make test [2021-03-03T14:29:55.713Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-03T14:30:01.322Z] ---> c27d130e6da5 [2021-03-03T14:30:01.322Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-03T14:30:01.322Z] ---> b633767c3255 [2021-03-03T14:30:01.322Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-03T14:30:01.322Z] ---> fdfd67a26207 [2021-03-03T14:30:01.322Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-03T14:30:01.322Z] ---> Running in c5fdad54426d [2021-03-03T14:30:01.322Z] ---> Running in 7c2fbc11951b [2021-03-03T14:30:01.322Z] ---> Running in 5da9246c32de [2021-03-03T14:30:01.322Z] ---> 862476428048 [2021-03-03T14:30:01.322Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-03T14:30:01.322Z] ---> 78994e462212 [2021-03-03T14:30:01.322Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-03T14:30:01.916Z] ---> Running in 1bcda309faf2 [2021-03-03T14:30:01.916Z] ---> Running in 470dd7d415b8 [2021-03-03T14:30:02.914Z] 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-03T14:30:02.914Z] 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-03T14:30:02.914Z] 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-03T14:30:02.914Z] 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-03T14:30:03.203Z] 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-03T14:30:17.949Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-03T14:30:50.137Z] Removing intermediate container 1bcda309faf2 [2021-03-03T14:30:50.137Z] ---> 898078e6a7d0 [2021-03-03T14:30:50.137Z] [2021-03-03T14:30:50.137Z] Step 10/30 : FROM alpine:3.12 [2021-03-03T14:30:50.137Z] Removing intermediate container 5da9246c32de [2021-03-03T14:30:50.137Z] ---> 8201ff981b95 [2021-03-03T14:30:50.138Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-03T14:30:50.138Z] 3.12: Pulling from library/alpine [2021-03-03T14:30:50.138Z] ---> Running in 45bc692bcd09 [2021-03-03T14:30:50.138Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-03T14:30:50.138Z] Status: Downloaded newer image for alpine:3.12 [2021-03-03T14:30:50.138Z] ---> 88dd2752d2ea [2021-03-03T14:30:50.138Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-03T14:30:50.138Z] 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-03T14:30:50.138Z] ---> Running in f3dc1983498b [2021-03-03T14:30:50.138Z] Removing intermediate container 7c2fbc11951b [2021-03-03T14:30:50.138Z] ---> 971cde373567 [2021-03-03T14:30:50.138Z] [2021-03-03T14:30:50.138Z] Step 10/22 : FROM alpine:3.12 [2021-03-03T14:30:50.138Z] ---> 88dd2752d2ea [2021-03-03T14:30:50.138Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-03T14:30:50.138Z] Removing intermediate container f3dc1983498b [2021-03-03T14:30:50.138Z] ---> 2a11f744cea0 [2021-03-03T14:30:50.138Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-03T14:30:50.138Z] Removing intermediate container c5fdad54426d [2021-03-03T14:30:50.138Z] ---> 45a1cf367a4a [2021-03-03T14:30:50.138Z] [2021-03-03T14:30:50.138Z] Step 10/22 : FROM alpine:3.12 [2021-03-03T14:30:50.138Z] ---> 88dd2752d2ea [2021-03-03T14:30:50.138Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-03T14:30:50.138Z] ---> Running in 64e1d87534bd [2021-03-03T14:30:50.138Z] ---> Running in c4ac6921ab58 [2021-03-03T14:30:50.138Z] ---> Running in dc7584969882 [2021-03-03T14:30:50.742Z] Removing intermediate container 45bc692bcd09 [2021-03-03T14:30:50.742Z] ---> ff97bb6b7e14 [2021-03-03T14:30:50.742Z] [2021-03-03T14:30:50.742Z] Step 11/26 : FROM docker:20.10.0 [2021-03-03T14:30:50.742Z] 20.10.0: Pulling from library/docker [2021-03-03T14:30:50.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:30:50.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:30:50.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:30:50.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:30:51.016Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-03T14:30:51.016Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-03T14:30:51.016Z] (2/2) Installing su-exec (0.2-r1) [2021-03-03T14:30:51.016Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:30:51.016Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-03T14:30:51.016Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:30:51.290Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T14:30:51.290Z] OK: 6 MiB in 16 packages [2021-03-03T14:30:51.290Z] OK: 6 MiB in 16 packages [2021-03-03T14:30:51.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:30:51.577Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:30:51.577Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-03T14:30:51.577Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:30:51.577Z] OK: 6 MiB in 15 packages [2021-03-03T14:30:54.154Z] Removing intermediate container 470dd7d415b8 [2021-03-03T14:30:54.154Z] ---> df20b87a330b [2021-03-03T14:30:54.154Z] [2021-03-03T14:30:54.154Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T14:30:54.154Z] ---> 88dd2752d2ea [2021-03-03T14:30:54.154Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-03T14:30:54.154Z] ---> Running in 56a5f80fe6b7 [2021-03-03T14:30:54.422Z] Removing intermediate container c4ac6921ab58 [2021-03-03T14:30:54.422Z] ---> 705f055d3be2 [2021-03-03T14:30:54.422Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-03T14:30:54.422Z] Removing intermediate container 56a5f80fe6b7 [2021-03-03T14:30:54.422Z] ---> 5ae7b9d30e90 [2021-03-03T14:30:54.422Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-03T14:30:54.697Z] ---> Running in 51ffaaac1138 [2021-03-03T14:30:54.697Z] ---> Running in d91e4b911f44 [2021-03-03T14:30:54.970Z] Removing intermediate container dc7584969882 [2021-03-03T14:30:54.970Z] ---> e28fcfcff7b2 [2021-03-03T14:30:54.970Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T14:30:54.970Z] Removing intermediate container 64e1d87534bd [2021-03-03T14:30:54.970Z] ---> 718802bdc3df [2021-03-03T14:30:54.970Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T14:30:54.970Z] ---> Running in e0c42f944886 [2021-03-03T14:30:55.242Z] Removing intermediate container d91e4b911f44 [2021-03-03T14:30:55.242Z] ---> 7e65ef87d0b8 [2021-03-03T14:30:55.242Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-03T14:30:55.242Z] Removing intermediate container 51ffaaac1138 [2021-03-03T14:30:55.242Z] ---> cfaf922759ed [2021-03-03T14:30:55.242Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-03T14:30:55.242Z] ---> Running in 1ef1d3df5da7 [2021-03-03T14:30:55.510Z] ---> Running in 166aa03251fe [2021-03-03T14:30:55.510Z] ---> Running in 0fccfd54d905 [2021-03-03T14:30:55.510Z] Removing intermediate container e0c42f944886 [2021-03-03T14:30:55.510Z] ---> f21dbed9c040 [2021-03-03T14:30:55.510Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-03T14:30:55.510Z] Removing intermediate container 1ef1d3df5da7 [2021-03-03T14:30:55.510Z] ---> b4a71d6c7eef [2021-03-03T14:30:55.510Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-03T14:30:55.510Z] ---> Running in 154de3a144e6 [2021-03-03T14:30:55.782Z] ---> Running in d4a37c894a6f [2021-03-03T14:30:55.782Z] Removing intermediate container 0fccfd54d905 [2021-03-03T14:30:55.782Z] ---> 4271d1d733ff [2021-03-03T14:30:55.782Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-03T14:30:55.782Z] Removing intermediate container 166aa03251fe [2021-03-03T14:30:55.782Z] ---> 5603069ee1e8 [2021-03-03T14:30:55.782Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:30:56.050Z] ---> Running in 920c1fad2928 [2021-03-03T14:30:56.050Z] Removing intermediate container 154de3a144e6 [2021-03-03T14:30:56.050Z] ---> d15c6c8104f0 [2021-03-03T14:30:56.050Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-03T14:30:56.050Z] ---> Running in aed5e98647a1 [2021-03-03T14:30:56.317Z] Removing intermediate container d4a37c894a6f [2021-03-03T14:30:56.317Z] ---> a91800df4493 [2021-03-03T14:30:56.317Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-03T14:30:56.317Z] ---> Running in 489b46c89203 [2021-03-03T14:30:56.583Z] ---> Running in 6e24b2c01589 [2021-03-03T14:30:57.549Z] Removing intermediate container 489b46c89203 [2021-03-03T14:30:57.549Z] ---> daab9bf3403e [2021-03-03T14:30:57.549Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:30:57.549Z] Removing intermediate container 6e24b2c01589 [2021-03-03T14:30:57.549Z] ---> 5f3cc14960a8 [2021-03-03T14:30:57.549Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:30:58.154Z] ---> 6240082d89c1 [2021-03-03T14:30:58.154Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-03T14:30:58.154Z] ---> b581e15ee2b1 [2021-03-03T14:30:58.154Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-03T14:30:58.451Z] Removing intermediate container 920c1fad2928 [2021-03-03T14:30:58.451Z] ---> c14c6f10ca60 [2021-03-03T14:30:58.451Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-03T14:30:58.451Z] ---> Running in 5a10caa904ec [2021-03-03T14:30:58.715Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-03T14:30:58.715Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-03T14:30:58.715Z] ---> aefe523efa57 [2021-03-03T14:30:58.715Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-03T14:30:58.980Z] ---> Running in 5c95288da939 [2021-03-03T14:30:58.980Z] ---> bb98497698b2 [2021-03-03T14:30:58.980Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-03T14:30:58.980Z] ---> 91d458a4ad41 [2021-03-03T14:30:58.980Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-03T14:30:59.255Z] Removing intermediate container 5a10caa904ec [2021-03-03T14:30:59.255Z] ---> 095adf3cae0a [2021-03-03T14:30:59.255Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-03T14:30:59.255Z] Removing intermediate container aed5e98647a1 [2021-03-03T14:30:59.255Z] ---> 3a0f39deb3c5 [2021-03-03T14:30:59.255Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-03T14:30:59.522Z] ---> Running in 5bc9374049fd [2021-03-03T14:30:59.522Z] ---> 4b3eb509b64e [2021-03-03T14:30:59.522Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-03T14:30:59.522Z] ---> f18f95ba1683 [2021-03-03T14:30:59.522Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-03T14:30:59.793Z] ---> cdcac41281fd [2021-03-03T14:30:59.793Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-03T14:30:59.793Z] ---> Running in c817699fded1 [2021-03-03T14:30:59.793Z] ---> Running in 070e0e78f1d8 [2021-03-03T14:30:59.793Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:31:00.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:31:00.067Z] ---> Running in a4192e087592 [2021-03-03T14:31:00.067Z] Removing intermediate container c817699fded1 [2021-03-03T14:31:00.067Z] ---> f34ec153936a [2021-03-03T14:31:00.067Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:31:00.067Z] (1/2) Installing readline (8.0.4-r0) [2021-03-03T14:31:00.067Z] (2/2) Installing bash (5.0.17-r0) [2021-03-03T14:31:00.067Z] Executing bash-5.0.17-r0.post-install [2021-03-03T14:31:00.343Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:31:00.343Z] OK: 12 MiB in 22 packages [2021-03-03T14:31:00.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:31:00.929Z] ---> Running in c1093c7e1685 [2021-03-03T14:31:00.929Z] Removing intermediate container 070e0e78f1d8 [2021-03-03T14:31:00.929Z] ---> 4dfb3fe54cc1 [2021-03-03T14:31:00.929Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:31:00.929Z] ---> Running in e774c3274547 [2021-03-03T14:31:01.196Z] Removing intermediate container c1093c7e1685 [2021-03-03T14:31:01.196Z] ---> c3310bbfe45a [2021-03-03T14:31:01.196Z] Step 20/22 : LABEL arch=x86_64 [2021-03-03T14:31:01.196Z] ---> Running in 18e78d083aea [2021-03-03T14:31:01.473Z] Removing intermediate container e774c3274547 [2021-03-03T14:31:01.473Z] ---> 1a93b30983c1 [2021-03-03T14:31:01.473Z] Step 20/22 : LABEL arch=x86_64 [2021-03-03T14:31:01.473Z] Removing intermediate container 5c95288da939 [2021-03-03T14:31:01.473Z] ---> 5bef4de66e70 [2021-03-03T14:31:01.473Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-03T14:31:01.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:31:01.473Z] ---> Running in bdeb3d0dac83 [2021-03-03T14:31:01.473Z] ---> Running in 03b7e2e53a88 [2021-03-03T14:31:01.741Z] Removing intermediate container 18e78d083aea [2021-03-03T14:31:01.741Z] ---> b037624f3091 [2021-03-03T14:31:01.741Z] Step 21/22 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa [2021-03-03T14:31:01.741Z] ---> Running in f7c84d441010 [2021-03-03T14:31:02.005Z] Removing intermediate container bdeb3d0dac83 [2021-03-03T14:31:02.005Z] ---> f6195b6410e7 [2021-03-03T14:31:02.005Z] Step 21/22 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa [2021-03-03T14:31:02.005Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-03T14:31:02.005Z] Removing intermediate container 03b7e2e53a88 [2021-03-03T14:31:02.005Z] ---> 5876d037757f [2021-03-03T14:31:02.005Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-03T14:31:02.005Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-03T14:31:02.005Z] ---> Running in 19a03a7e5b71 [2021-03-03T14:31:02.271Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-03T14:31:02.271Z] ---> Running in 921a7b6070e2 [2021-03-03T14:31:02.271Z] Removing intermediate container a4192e087592 [2021-03-03T14:31:02.271Z] ---> 7cb0d746ae28 [2021-03-03T14:31:02.271Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:31:02.271Z] Removing intermediate container f7c84d441010 [2021-03-03T14:31:02.271Z] ---> cbe59b781540 [2021-03-03T14:31:02.271Z] Step 22/22 : LABEL version=0.0.0 [2021-03-03T14:31:02.271Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-03T14:31:02.532Z] Removing intermediate container 19a03a7e5b71 [2021-03-03T14:31:02.532Z] ---> 9148ab33ae57 [2021-03-03T14:31:02.532Z] Step 22/22 : LABEL version=0.0.0 [2021-03-03T14:31:02.532Z] ---> Running in a8b42ef43391 [2021-03-03T14:31:02.532Z] Removing intermediate container 921a7b6070e2 [2021-03-03T14:31:02.532Z] ---> 11fa79cf34f9 [2021-03-03T14:31:02.532Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-03T14:31:02.795Z] ---> 16e22c8204db [2021-03-03T14:31:02.795Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-03T14:31:02.795Z] ---> Running in 0dd101d856c6 [2021-03-03T14:31:02.795Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-03T14:31:02.795Z] ---> Running in 2b0432ba4a3d [2021-03-03T14:31:02.795Z] Removing intermediate container a8b42ef43391 [2021-03-03T14:31:02.795Z] ---> 74e059c0da8c [2021-03-03T14:31:02.795Z] [2021-03-03T14:31:03.068Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-03T14:31:03.068Z] Removing intermediate container 0dd101d856c6 [2021-03-03T14:31:03.068Z] ---> f007b0c5ba00 [2021-03-03T14:31:03.068Z] [2021-03-03T14:31:03.068Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:31:03.068Z] OK: 8 MiB in 20 packages [2021-03-03T14:31:03.336Z] Successfully built 74e059c0da8c [2021-03-03T14:31:03.336Z] Successfully tagged docker-support-notifications-go:latest [2021-03-03T14:31:03.336Z] Removing intermediate container 2b0432ba4a3d [2021-03-03T14:31:03.336Z] ---> 59dedb53c256 [2021-03-03T14:31:03.336Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-03T14:31:03.336Z] Building docker-security-proxy-setup-go [2021-03-03T14:31:03.336Z]  Building docker-support-notifications-go ... done Successfully built f007b0c5ba00 [2021-03-03T14:31:03.336Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-03T14:31:03.336Z] Building docker-core-metadata-go [2021-03-03T14:31:03.608Z]  Building docker-support-scheduler-go ... done  ---> dae953b14662 [2021-03-03T14:31:03.608Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-03T14:31:04.206Z] ---> 67b3ac93037c [2021-03-03T14:31:04.206Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-03T14:31:04.206Z] ---> c996905be185 [2021-03-03T14:31:04.206Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-03T14:31:04.206Z] Removing intermediate container 5bc9374049fd [2021-03-03T14:31:04.206Z] ---> e667e471dda2 [2021-03-03T14:31:04.206Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:31:05.037Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-03T14:31:09.547Z] ---> cd9f63d213e1 [2021-03-03T14:31:09.547Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-03-03T14:31:09.547Z] ---> 6c16781d9cd2 [2021-03-03T14:31:09.547Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-03T14:31:09.548Z] ---> 675b74aef537 [2021-03-03T14:31:09.548Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-03T14:31:10.475Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-03T14:31:10.500Z] ---> Running in b5d4acde303c [2021-03-03T14:31:11.475Z] ---> 6cb538a67a25 [2021-03-03T14:31:11.475Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-03T14:31:11.475Z] ---> 5291f3edf87e [2021-03-03T14:31:11.475Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-03T14:31:11.475Z] ---> Running in 4be3cfade53d [2021-03-03T14:31:11.475Z] Removing intermediate container b5d4acde303c [2021-03-03T14:31:11.475Z] ---> 367218d7473f [2021-03-03T14:31:11.475Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-03T14:31:14.069Z] ---> cf2d30ecbdff [2021-03-03T14:31:14.069Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-03-03T14:31:14.069Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:31:14.342Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:31:14.343Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-03T14:31:14.610Z] (2/33) Installing expat (2.2.9-r1) [2021-03-03T14:31:14.610Z] (3/33) Installing libffi (3.3-r2) [2021-03-03T14:31:14.610Z] (4/33) Installing gdbm (1.13-r1) [2021-03-03T14:31:14.610Z] ---> 06d349a34e1a [2021-03-03T14:31:14.610Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-03T14:31:14.610Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-03T14:31:14.610Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-03T14:31:14.610Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-03T14:31:18.814Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-03T14:31:18.815Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-03T14:31:18.927Z] ---> Running in 28c7fb5285ab [2021-03-03T14:31:18.927Z] ---> Running in 158bed0189e8 [2021-03-03T14:31:21.511Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-03T14:31:21.574Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-03T14:31:21.574Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-03T14:31:21.574Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-03T14:31:21.574Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-03T14:31:21.787Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-03T14:31:21.788Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-03T14:31:21.788Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-03T14:31:22.071Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-03T14:31:22.071Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-03T14:31:22.071Z] Removing intermediate container 158bed0189e8 [2021-03-03T14:31:22.071Z] ---> f3d7f76aee28 [2021-03-03T14:31:22.071Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:31:22.071Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-03T14:31:22.711Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-03T14:31:22.711Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-03T14:31:22.711Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-03T14:31:23.662Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-03T14:31:23.662Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-03T14:31:23.926Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:31:23.926Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:31:23.926Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:31:23.926Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:31:23.926Z] ---> 7c464130dddd [2021-03-03T14:31:23.926Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T14:31:23.926Z] ---> 7c464130dddd [2021-03-03T14:31:23.926Z] Step 3/21 : WORKDIR /edgex-go [2021-03-03T14:31:23.926Z] ---> Using cache [2021-03-03T14:31:23.926Z] ---> ef959e14cb1c [2021-03-03T14:31:23.927Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:31:23.927Z] ---> Using cache [2021-03-03T14:31:23.927Z] ---> ef959e14cb1c [2021-03-03T14:31:23.927Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:31:24.517Z] ---> Using cache [2021-03-03T14:31:24.517Z] ---> d2d4cdc30d3d [2021-03-03T14:31:24.517Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-03T14:31:24.517Z] ---> Using cache [2021-03-03T14:31:24.517Z] ---> d2d4cdc30d3d [2021-03-03T14:31:24.517Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-03T14:31:24.517Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-03T14:31:25.090Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-03T14:31:25.090Z] ---> Running in eafee41d1345 [2021-03-03T14:31:25.090Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-03T14:31:25.200Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-03T14:31:25.351Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-03T14:31:25.352Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-03T14:31:25.352Z] ---> Running in f80d6c8a5e4a [2021-03-03T14:31:25.352Z] ---> Running in 9a7dc235bb13 [2021-03-03T14:31:25.352Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-03T14:31:25.352Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-03T14:31:25.352Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-03T14:31:25.352Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-03T14:31:25.352Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-03T14:31:25.352Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-03T14:31:25.927Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-03T14:31:25.927Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-03T14:31:25.927Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-03T14:31:25.927Z] Removing intermediate container eafee41d1345 [2021-03-03T14:31:25.927Z] ---> 7ca41759a052 [2021-03-03T14:31:25.927Z] Step 21/23 : LABEL arch=x86_64 [2021-03-03T14:31:26.193Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-03T14:31:26.509Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:31:26.772Z] OK: 71 MiB in 55 packages [2021-03-03T14:31:26.772Z] ---> Running in d318c4ad3ce6 [2021-03-03T14:31:27.045Z] Removing intermediate container 28c7fb5285ab [2021-03-03T14:31:27.045Z] ---> a5441a6b970d [2021-03-03T14:31:27.045Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-03T14:31:27.307Z] Removing intermediate container d318c4ad3ce6 [2021-03-03T14:31:27.307Z] ---> 29a3ffac62f3 [2021-03-03T14:31:27.307Z] Step 22/23 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa [2021-03-03T14:31:27.307Z] ---> Running in 2ee382f3b1f5 [2021-03-03T14:31:27.572Z] ---> Running in 66e21556079a [2021-03-03T14:31:27.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:31:27.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:31:27.834Z] Removing intermediate container 2ee382f3b1f5 [2021-03-03T14:31:27.834Z] ---> 424769973c36 [2021-03-03T14:31:27.834Z] Step 23/23 : LABEL version=0.0.0 [2021-03-03T14:31:27.834Z] Removing intermediate container 66e21556079a [2021-03-03T14:31:27.834Z] ---> 658fa449ab3e [2021-03-03T14:31:27.834Z] Step 27/30 : CMD ["gate"] [2021-03-03T14:31:28.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:31:28.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:31:28.408Z] ---> Running in 4d36da708a60 [2021-03-03T14:31:28.671Z] ---> Running in 781389ff2e6c [2021-03-03T14:31:29.254Z] OK: 233 MiB in 51 packages [2021-03-03T14:31:29.255Z] Removing intermediate container 4d36da708a60 [2021-03-03T14:31:29.255Z] ---> 9e6fa018ab7f [2021-03-03T14:31:29.255Z] [2021-03-03T14:31:29.255Z] OK: 233 MiB in 51 packages [2021-03-03T14:31:29.518Z] Successfully built 9e6fa018ab7f [2021-03-03T14:31:29.782Z] Successfully tagged docker-core-data-go:latest [2021-03-03T14:31:29.782Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-03-03T14:31:29.782Z] Removing intermediate container 781389ff2e6c [2021-03-03T14:31:29.782Z] ---> 8d6a15bbaade [2021-03-03T14:31:29.782Z] Step 28/30 : LABEL arch=x86_64 [2021-03-03T14:31:32.504Z] ---> Running in 4aec05a3601c [2021-03-03T14:31:34.480Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-03T14:31:34.480Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-03T14:31:34.481Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-03T14:31:37.234Z] Removing intermediate container 4aec05a3601c [2021-03-03T14:31:37.234Z] ---> bfdbc6cbdbc6 [2021-03-03T14:31:37.234Z] Step 29/30 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa [2021-03-03T14:31:37.234Z] Removing intermediate container f80d6c8a5e4a [2021-03-03T14:31:37.234Z] ---> 54a87977bb16 [2021-03-03T14:31:37.234Z] Step 6/23 : COPY go.mod . [2021-03-03T14:31:39.184Z] Removing intermediate container 9a7dc235bb13 [2021-03-03T14:31:39.184Z] ---> d060afee0b4b [2021-03-03T14:31:39.184Z] Step 6/21 : COPY go.mod . [2021-03-03T14:31:39.769Z] ---> 13068f2ba0e6 [2021-03-03T14:31:39.769Z] Step 7/23 : RUN go mod download [2021-03-03T14:31:39.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.318s coverage: 45.9% of statements [2021-03-03T14:31:39.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-03T14:31:39.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-03T14:31:39.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-03T14:31:39.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-03T14:31:39.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-03T14:31:39.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-03T14:31:39.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-03T14:31:39.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.269s coverage: 100.0% of statements [2021-03-03T14:31:40.361Z] ---> Running in 730c454c691e [2021-03-03T14:31:40.940Z] Removing intermediate container 4be3cfade53d [2021-03-03T14:31:40.940Z] ---> 0ee58634bde6 [2021-03-03T14:31:40.940Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-03T14:31:42.879Z] ---> 1af5becd4a1a [2021-03-03T14:31:42.879Z] Step 7/21 : RUN go mod download [2021-03-03T14:31:43.829Z] Removing intermediate container 730c454c691e [2021-03-03T14:31:43.830Z] ---> 10c18e40c056 [2021-03-03T14:31:43.830Z] Step 30/30 : LABEL version=0.0.0 [2021-03-03T14:31:43.830Z] ---> Running in 65125bc6455d [2021-03-03T14:31:44.419Z] ---> Running in 634bae2b0f80 [2021-03-03T14:31:44.419Z] ---> Running in 31dfcbd8b5a3 [2021-03-03T14:31:44.419Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:31:44.419Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:31:44.419Z] ---> 7c464130dddd [2021-03-03T14:31:44.419Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T14:31:44.682Z] ---> Using cache [2021-03-03T14:31:44.682Z] ---> ef959e14cb1c [2021-03-03T14:31:44.682Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:31:44.682Z] ---> Using cache [2021-03-03T14:31:44.682Z] ---> d2d4cdc30d3d [2021-03-03T14:31:44.682Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-03T14:31:44.682Z] ---> Using cache [2021-03-03T14:31:44.682Z] ---> d060afee0b4b [2021-03-03T14:31:44.682Z] Step 6/23 : COPY go.mod . [2021-03-03T14:31:44.682Z] ---> Using cache [2021-03-03T14:31:44.682Z] ---> 1af5becd4a1a [2021-03-03T14:31:44.682Z] Step 7/23 : RUN go mod download [2021-03-03T14:31:45.257Z] ---> Running in a9c607fb8a97 [2021-03-03T14:31:45.533Z] ---> Running in 561963bb670a [2021-03-03T14:31:45.804Z] Removing intermediate container a9c607fb8a97 [2021-03-03T14:31:45.804Z] ---> b083a4e24a2a [2021-03-03T14:31:45.804Z] [2021-03-03T14:31:46.085Z] Successfully built b083a4e24a2a [2021-03-03T14:31:46.085Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-03T14:31:46.360Z]  Building docker-security-bootstrapper-go ... done Building docker-security-secretstore-setup-go [2021-03-03T14:31:46.681Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.604s coverage: 27.1% of statements [2021-03-03T14:31:46.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-03T14:31:46.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-03T14:31:46.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-03T14:31:46.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-03T14:31:46.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-03T14:31:46.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-03T14:31:46.681Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements [2021-03-03T14:31:46.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-03T14:31:46.681Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements [2021-03-03T14:31:46.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-03T14:31:46.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-03T14:31:47.290Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.328s coverage: 66.2% of statements [2021-03-03T14:31:47.290Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-03T14:31:47.290Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-03T14:31:49.934Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.696s coverage: 82.4% of statements [2021-03-03T14:31:49.934Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-03T14:31:49.934Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T14:31:49.934Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-03T14:31:49.934Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-03T14:31:50.656Z] Removing intermediate container 65125bc6455d [2021-03-03T14:31:50.656Z] ---> 5417b35be4f0 [2021-03-03T14:31:50.656Z] Step 8/23 : COPY . . [2021-03-03T14:31:50.656Z] Removing intermediate container 561963bb670a [2021-03-03T14:31:50.656Z] ---> a88adc6859b0 [2021-03-03T14:31:50.656Z] Step 8/23 : COPY . . [2021-03-03T14:31:50.656Z] Removing intermediate container 634bae2b0f80 [2021-03-03T14:31:50.656Z] ---> 1391bd6b874d [2021-03-03T14:31:50.656Z] Step 8/21 : COPY . . [2021-03-03T14:31:53.991Z] Collecting docker-compose==1.23.2 [2021-03-03T14:31:53.991Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-03T14:31:54.257Z] Collecting texttable<0.10,>=0.9.0 [2021-03-03T14:31:54.257Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-03T14:31:55.357Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.184s coverage: 28.6% of statements [2021-03-03T14:31:55.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-03T14:31:55.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-03T14:31:55.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-03T14:31:55.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-03T14:31:55.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-03T14:31:55.357Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.207s coverage: 100.0% of statements [2021-03-03T14:31:55.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-03T14:31:55.357Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.096s coverage: 100.0% of statements [2021-03-03T14:31:55.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-03T14:31:55.961Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.332s coverage: 86.7% of statements [2021-03-03T14:31:55.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-03T14:31:58.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.341s coverage: 97.5% of statements [2021-03-03T14:31:58.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-03T14:31:58.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.125s coverage: 78.3% of statements [2021-03-03T14:31:58.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-03T14:31:58.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-03T14:31:58.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-03T14:31:58.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-03T14:32:00.911Z] 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-03T14:32:01.891Z] Collecting docker<4.0,>=3.6.0 [2021-03-03T14:32:01.892Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-03T14:32:03.857Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-03T14:32:03.857Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-03T14:32:06.899Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.295s coverage: 92.8% of statements [2021-03-03T14:32:06.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-03T14:32:06.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T14:32:06.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-03T14:32:06.900Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-03T14:32:06.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-03T14:32:06.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-03T14:32:06.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-03T14:32:06.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-03T14:32:06.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-03T14:32:06.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-03T14:32:06.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-03T14:32:06.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-03T14:32:06.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-03T14:32:06.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-03T14:32:06.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-03T14:32:06.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-03T14:32:06.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-03T14:32:06.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-03T14:32:06.900Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements [2021-03-03T14:32:06.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-03T14:32:06.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-03T14:32:06.900Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.195s coverage: 0.1% of statements [2021-03-03T14:32:06.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-03T14:32:06.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-03T14:32:06.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-03T14:32:06.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.091s coverage: 45.5% of statements [2021-03-03T14:32:06.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.078s coverage: 79.5% of statements [2021-03-03T14:32:06.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements [2021-03-03T14:32:06.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.111s coverage: 96.3% of statements [2021-03-03T14:32:06.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.074s coverage: 87.5% of statements [2021-03-03T14:32:08.245Z] Collecting cached-property<2,>=1.2.0 [2021-03-03T14:32:08.245Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-03T14:32:09.667Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-03T14:32:09.667Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-03T14:32:11.090Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:32:11.090Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:32:11.090Z] ---> 7c464130dddd [2021-03-03T14:32:11.090Z] Step 3/24 : WORKDIR /edgex-go [2021-03-03T14:32:11.090Z] ---> Using cache [2021-03-03T14:32:11.090Z] ---> ef959e14cb1c [2021-03-03T14:32:11.090Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:32:11.090Z] ---> Using cache [2021-03-03T14:32:11.090Z] ---> d2d4cdc30d3d [2021-03-03T14:32:11.090Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-03T14:32:11.090Z] ---> Using cache [2021-03-03T14:32:11.090Z] ---> d060afee0b4b [2021-03-03T14:32:11.090Z] Step 6/24 : COPY go.mod . [2021-03-03T14:32:11.090Z] ---> Using cache [2021-03-03T14:32:11.090Z] ---> 1af5becd4a1a [2021-03-03T14:32:11.090Z] Step 7/24 : RUN go mod download [2021-03-03T14:32:11.090Z] ---> Using cache [2021-03-03T14:32:11.090Z] ---> 1391bd6b874d [2021-03-03T14:32:11.090Z] Step 8/24 : COPY . . [2021-03-03T14:32:16.460Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-03T14:32:16.460Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-03T14:32:16.460Z] Collecting jsonschema<3,>=2.5.1 [2021-03-03T14:32:16.460Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-03T14:32:16.460Z] Collecting docopt<0.7,>=0.6.1 [2021-03-03T14:32:16.460Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-03T14:32:19.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.090s coverage: 94.4% of statements [2021-03-03T14:32:19.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-03-03T14:32:23.141Z] Collecting PyYAML<4,>=3.10 [2021-03-03T14:32:23.141Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-03T14:32:25.720Z] Collecting docker-pycreds>=0.4.0 [2021-03-03T14:32:25.720Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-03T14:32:25.720Z] 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-03T14:32:25.720Z] 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-03T14:32:25.984Z] ---> ad014ef63004 [2021-03-03T14:32:25.984Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-03T14:32:25.984Z] ---> 1e2547889e9d [2021-03-03T14:32:25.984Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-03T14:32:26.249Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-03T14:32:26.249Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-03T14:32:28.814Z] Collecting idna<2.8,>=2.5 [2021-03-03T14:32:28.814Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-03T14:32:28.814Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-03T14:32:28.814Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-03T14:32:28.814Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-03T14:32:28.814Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-03T14:32:29.078Z] ---> ac6852e65d8b [2021-03-03T14:32:29.078Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-03T14:32:29.078Z] Installing collected packages: texttable, websocket-client, docker-pycreds, urllib3, idna, requests, docker, cached-property, dockerpty, jsonschema, docopt, PyYAML, docker-compose [2021-03-03T14:32:29.078Z] Running setup.py install for texttable: started [2021-03-03T14:32:30.490Z] Running setup.py install for texttable: finished with status 'done' [2021-03-03T14:32:31.087Z] ---> Running in 6fd8e61d4897 [2021-03-03T14:32:31.087Z] ---> Running in bbef98e41010 [2021-03-03T14:32:31.666Z] Attempting uninstall: urllib3 [2021-03-03T14:32:31.666Z] Found existing installation: urllib3 1.25.9 [2021-03-03T14:32:31.666Z] Uninstalling urllib3-1.25.9: [2021-03-03T14:32:31.666Z] ---> Running in 7588af8c463d [2021-03-03T14:32:31.929Z] Successfully uninstalled urllib3-1.25.9 [2021-03-03T14:32:32.923Z] Attempting uninstall: idna [2021-03-03T14:32:32.923Z] Found existing installation: idna 2.9 [2021-03-03T14:32:32.923Z] Uninstalling idna-2.9: [2021-03-03T14:32:33.199Z] Successfully uninstalled idna-2.9 [2021-03-03T14:32:33.199Z] 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-03T14:32:33.778Z] Attempting uninstall: requests [2021-03-03T14:32:33.778Z] Found existing installation: requests 2.23.0 [2021-03-03T14:32:33.778Z] Uninstalling requests-2.23.0: [2021-03-03T14:32:33.778Z] Successfully uninstalled requests-2.23.0 [2021-03-03T14:32:33.778Z] 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-03T14:32:34.051Z] 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-03T14:32:34.321Z] Running setup.py install for dockerpty: started [2021-03-03T14:32:34.424Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.131s coverage: 92.9% of statements [2021-03-03T14:32:34.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-03T14:32:34.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-03T14:32:34.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-03T14:32:34.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.059s coverage: 77.8% of statements [2021-03-03T14:32:34.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-03T14:32:34.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-03T14:32:34.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-03T14:32:34.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-03T14:32:34.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-03T14:32:34.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements [2021-03-03T14:32:34.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-03T14:32:34.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-03T14:32:34.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-03-03T14:32:34.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-03T14:32:34.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-03-03T14:32:34.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-03T14:32:34.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements [2021-03-03T14:32:34.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.117s coverage: 87.2% of statements [2021-03-03T14:32:34.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.157s coverage: 84.6% of statements [2021-03-03T14:32:34.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.163s coverage: 91.6% of statements [2021-03-03T14:32:34.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-03T14:32:34.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.484s coverage: 62.4% of statements [2021-03-03T14:32:34.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-03T14:32:34.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-03T14:32:34.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2021-03-03T14:32:34.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.101s coverage: 91.3% of statements [2021-03-03T14:32:34.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements [2021-03-03T14:32:34.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements [2021-03-03T14:32:34.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements [2021-03-03T14:32:34.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.805s coverage: 69.1% of statements [2021-03-03T14:32:34.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-03T14:32:34.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-03T14:32:35.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.345s coverage: 38.4% of statements [2021-03-03T14:32:35.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-03T14:32:35.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-03T14:32:35.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.106s coverage: 89.5% of statements [2021-03-03T14:32:35.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-03T14:32:35.280Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-03T14:32:36.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.087s coverage: 84.8% of statements [2021-03-03T14:32:36.245Z] Running setup.py install for docopt: started [2021-03-03T14:32:36.245Z] ---> 25b1c0399b7d [2021-03-03T14:32:36.245Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-03T14:32:37.217Z] ---> Running in e80eb464b6c5 [2021-03-03T14:32:37.217Z] Running setup.py install for docopt: finished with status 'done' [2021-03-03T14:32:37.217Z] Running setup.py install for PyYAML: started [2021-03-03T14:32:39.203Z] 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-03T14:32:39.203Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-03T14:32:39.473Z] 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-03T14:32:41.438Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.432s coverage: 47.0% of statements [2021-03-03T14:32:41.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-03T14:32:41.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-03T14:32:41.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-03T14:32:41.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-03T14:32:41.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-03T14:32:41.438Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.178s coverage: 100.0% of statements [2021-03-03T14:32:41.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-03T14:32:41.438Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.110s coverage: 100.0% of statements [2021-03-03T14:32:41.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-03T14:32:41.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-03T14:32:41.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-03T14:32:41.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-03T14:32:41.438Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.394s coverage: 88.5% of statements [2021-03-03T14:32:41.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-03T14:32:41.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T14:32:41.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-03T14:32:44.868Z] Removing intermediate container 31dfcbd8b5a3 [2021-03-03T14:32:44.868Z] ---> 311f56fb7ec0 [2021-03-03T14:32:44.868Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-03T14:32:44.868Z] ---> Running in 27a8eb00e0d9 [2021-03-03T14:32:46.817Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:32:46.817Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:32:47.084Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T14:32:47.084Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-03T14:32:47.084Z] (3/3) Installing curl (7.69.1-r3) [2021-03-03T14:32:47.084Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:32:47.084Z] OK: 72 MiB in 58 packages [2021-03-03T14:32:49.030Z] Removing intermediate container 27a8eb00e0d9 [2021-03-03T14:32:49.030Z] ---> fbf083b6556b [2021-03-03T14:32:49.030Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-03T14:32:49.030Z] ---> Running in b0ffab3ba251 [2021-03-03T14:32:49.300Z] Removing intermediate container b0ffab3ba251 [2021-03-03T14:32:49.300Z] ---> e272897268ff [2021-03-03T14:32:49.300Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:32:49.300Z] ---> Running in a8f755d3e9a3 [2021-03-03T14:32:49.566Z] Removing intermediate container a8f755d3e9a3 [2021-03-03T14:32:49.566Z] ---> 57ad5a516d8c [2021-03-03T14:32:49.566Z] Step 24/26 : LABEL arch=x86_64 [2021-03-03T14:32:49.566Z] ---> Running in 7ea35291f806 [2021-03-03T14:32:49.756Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.085s coverage: 29.1% of statements [2021-03-03T14:32:49.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-03T14:32:49.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-03T14:32:49.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-03T14:32:49.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-03T14:32:49.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-03T14:32:49.757Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.188s coverage: 99.0% of statements [2021-03-03T14:32:49.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-03T14:32:49.757Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements [2021-03-03T14:32:49.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-03T14:32:49.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-03T14:32:49.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-03T14:32:49.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-03T14:32:49.757Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.168s coverage: 94.3% of statements [2021-03-03T14:32:49.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-03T14:32:49.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T14:32:49.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-03T14:32:49.757Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.062s coverage: 0.0% of statements [2021-03-03T14:32:49.757Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-03T14:32:49.757Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.071s coverage: 100.0% of statements [2021-03-03T14:32:49.757Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-03T14:32:49.757Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-03T14:32:49.757Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-03T14:32:49.757Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-03T14:32:49.757Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.102s coverage: 87.9% of statements [2021-03-03T14:32:49.757Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-03T14:32:49.757Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-03T14:32:49.757Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2021-03-03T14:32:50.353Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-03-03T14:32:50.626Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-03T14:32:50.978Z] Removing intermediate container 7ea35291f806 [2021-03-03T14:32:50.978Z] ---> 7e7eab6641a4 [2021-03-03T14:32:50.978Z] Step 25/26 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa [2021-03-03T14:32:50.978Z] ---> Running in 7d6c7ecf7223 [2021-03-03T14:32:51.257Z] Removing intermediate container 7d6c7ecf7223 [2021-03-03T14:32:51.257Z] ---> b8adb5482d12 [2021-03-03T14:32:51.257Z] Step 26/26 : LABEL version=0.0.0 [2021-03-03T14:32:51.257Z] ---> Running in e1ddd8c0710e [2021-03-03T14:32:51.530Z] Removing intermediate container e1ddd8c0710e [2021-03-03T14:32:51.530Z] ---> 33f68baeae5e [2021-03-03T14:32:51.530Z] [2021-03-03T14:32:51.601Z] GO111MODULE=on go vet ./... [2021-03-03T14:32:51.804Z] Successfully built 33f68baeae5e [2021-03-03T14:32:51.805Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-03T14:33:01.881Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-03T14:33:03.833Z] 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-03T14:33:12.500Z] Removing intermediate container bbef98e41010 [2021-03-03T14:33:12.500Z] ---> 5db013a6a4ec [2021-03-03T14:33:12.500Z] [2021-03-03T14:33:12.500Z] Step 10/21 : FROM alpine:3.12 [2021-03-03T14:33:12.500Z] ---> 88dd2752d2ea [2021-03-03T14:33:12.500Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-03T14:33:12.500Z] Removing intermediate container 7588af8c463d [2021-03-03T14:33:12.500Z] ---> ffd224bb5152 [2021-03-03T14:33:12.500Z] [2021-03-03T14:33:12.500Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T14:33:12.500Z] ---> 88dd2752d2ea [2021-03-03T14:33:12.500Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-03T14:33:12.501Z] ---> Using cache [2021-03-03T14:33:12.501Z] ---> e28fcfcff7b2 [2021-03-03T14:33:12.501Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T14:33:12.501Z] ---> Using cache [2021-03-03T14:33:12.501Z] ---> f21dbed9c040 [2021-03-03T14:33:12.501Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-03T14:33:12.501Z] ---> Running in 816ed73f815f [2021-03-03T14:33:12.501Z] ---> Running in fda5ebec0d18 [2021-03-03T14:33:13.078Z] Removing intermediate container 816ed73f815f [2021-03-03T14:33:13.078Z] ---> eea6978ace50 [2021-03-03T14:33:13.078Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-03T14:33:14.471Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:33:14.471Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:33:14.734Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-03T14:33:14.734Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T14:33:14.734Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-03T14:33:14.734Z] (4/4) Installing curl (7.69.1-r3) [2021-03-03T14:33:14.734Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:33:14.734Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T14:33:14.734Z] OK: 7 MiB in 18 packages [2021-03-03T14:33:15.311Z] ---> Running in d269a672c5f1 [2021-03-03T14:33:15.606Z] Removing intermediate container e80eb464b6c5 [2021-03-03T14:33:15.606Z] ---> 73ca021786f2 [2021-03-03T14:33:15.606Z] [2021-03-03T14:33:15.606Z] Step 10/24 : FROM alpine:3.12 [2021-03-03T14:33:15.606Z] ---> 88dd2752d2ea [2021-03-03T14:33:15.606Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-03T14:33:15.606Z] Removing intermediate container 6fd8e61d4897 [2021-03-03T14:33:15.606Z] ---> a5fa9ae9aa57 [2021-03-03T14:33:15.606Z] [2021-03-03T14:33:15.606Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T14:33:15.606Z] ---> 88dd2752d2ea [2021-03-03T14:33:15.606Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-03T14:33:15.606Z] ---> Using cache [2021-03-03T14:33:15.606Z] ---> e28fcfcff7b2 [2021-03-03T14:33:15.606Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T14:33:15.606Z] ---> Using cache [2021-03-03T14:33:15.606Z] ---> f21dbed9c040 [2021-03-03T14:33:15.606Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-03T14:33:15.606Z] ---> Running in 34a4e803e6d2 [2021-03-03T14:33:15.606Z] ---> Running in 3b8f23055bab [2021-03-03T14:33:15.874Z] Removing intermediate container d269a672c5f1 [2021-03-03T14:33:15.874Z] ---> 19d4c19cedaa [2021-03-03T14:33:15.874Z] Step 15/23 : WORKDIR / [2021-03-03T14:33:16.460Z] ---> Running in 5d61670167af [2021-03-03T14:33:16.735Z] Removing intermediate container fda5ebec0d18 [2021-03-03T14:33:16.735Z] ---> c80cdb89f400 [2021-03-03T14:33:16.735Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-03T14:33:16.735Z] Removing intermediate container 3b8f23055bab [2021-03-03T14:33:16.735Z] ---> f31efa218fba [2021-03-03T14:33:16.735Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-03T14:33:16.735Z] ---> Running in c3c6ba1eecd9 [2021-03-03T14:33:16.735Z] ---> Running in c47d45b34dee [2021-03-03T14:33:16.735Z] Removing intermediate container 5d61670167af [2021-03-03T14:33:16.735Z] ---> b7179c0a4f34 [2021-03-03T14:33:16.735Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:33:17.008Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:33:17.008Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:33:17.271Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-03T14:33:17.271Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T14:33:17.271Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-03T14:33:17.271Z] (4/5) Installing curl (7.69.1-r3) [2021-03-03T14:33:17.271Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-03T14:33:17.271Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:33:17.849Z] Removing intermediate container c3c6ba1eecd9 [2021-03-03T14:33:17.849Z] ---> e6608dded39c [2021-03-03T14:33:17.849Z] Step 13/21 : WORKDIR /edgex [2021-03-03T14:33:17.849Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T14:33:18.124Z] OK: 7 MiB in 19 packages [2021-03-03T14:33:18.398Z] Removing intermediate container c47d45b34dee [2021-03-03T14:33:18.398Z] ---> f1cbc2fec9ba [2021-03-03T14:33:18.398Z] Step 15/23 : WORKDIR / [2021-03-03T14:33:18.398Z] ---> Running in 38750b6446d5 [2021-03-03T14:33:18.398Z] ---> f185b28b1d4c [2021-03-03T14:33:18.398Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-03T14:33:18.398Z] ---> Running in 9c3ffd00aa9c [2021-03-03T14:33:18.978Z] Removing intermediate container 9c3ffd00aa9c [2021-03-03T14:33:18.978Z] ---> 22dc624855c9 [2021-03-03T14:33:18.978Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:33:18.978Z] Removing intermediate container 38750b6446d5 [2021-03-03T14:33:18.978Z] ---> ac15015e08f5 [2021-03-03T14:33:18.978Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-03T14:33:19.556Z] Removing intermediate container 34a4e803e6d2 [2021-03-03T14:33:19.556Z] ---> 704757241fb1 [2021-03-03T14:33:19.556Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-03T14:33:19.556Z] ---> 833a0c9457c7 [2021-03-03T14:33:19.556Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-03T14:33:19.556Z] ---> Running in 09865ca299d8 [2021-03-03T14:33:19.556Z] ---> ba35942018af [2021-03-03T14:33:19.556Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-03T14:33:19.556Z] ---> 8dd17a36f6a7 [2021-03-03T14:33:19.556Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-03T14:33:19.823Z] Removing intermediate container 09865ca299d8 [2021-03-03T14:33:19.823Z] ---> 46ac09307b9c [2021-03-03T14:33:19.823Z] Step 13/24 : WORKDIR / [2021-03-03T14:33:20.772Z] ---> Running in 22516bdbcd04 [2021-03-03T14:33:20.772Z] ---> 4b6c907e1336 [2021-03-03T14:33:20.772Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-03T14:33:20.772Z] ---> Running in 428fce3cffce [2021-03-03T14:33:21.037Z] ---> 87b92d2b1da2 [2021-03-03T14:33:21.037Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-03T14:33:21.037Z] ---> 2e2656d77c54 [2021-03-03T14:33:21.037Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-03T14:33:21.037Z] Removing intermediate container 22516bdbcd04 [2021-03-03T14:33:21.037Z] ---> 237a0bb4816e [2021-03-03T14:33:21.037Z] 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-03T14:33:21.300Z] Removing intermediate container 428fce3cffce [2021-03-03T14:33:21.300Z] ---> 1b57ff1d1f37 [2021-03-03T14:33:21.300Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:33:21.300Z] ---> 1df3f52e68fa [2021-03-03T14:33:21.300Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-03T14:33:21.300Z] ---> Running in e3872b0d2d4a [2021-03-03T14:33:21.563Z] ---> 4717f5f41653 [2021-03-03T14:33:21.563Z] 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-03T14:33:21.563Z] ---> Running in 2534dc951ffb [2021-03-03T14:33:21.563Z] ---> 38aef334dfa4 [2021-03-03T14:33:21.563Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-03T14:33:21.826Z] ---> Running in 3395cdbc559c [2021-03-03T14:33:21.826Z] Removing intermediate container e3872b0d2d4a [2021-03-03T14:33:21.826Z] ---> de05d231170a [2021-03-03T14:33:21.826Z] Step 21/23 : LABEL arch=x86_64 [2021-03-03T14:33:21.826Z] ---> Running in 8a1256cd15f1 [2021-03-03T14:33:21.826Z] Removing intermediate container 2534dc951ffb [2021-03-03T14:33:21.826Z] ---> be85f3006eb2 [2021-03-03T14:33:21.826Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:33:21.826Z] ---> 7d08c2cffbdb [2021-03-03T14:33:21.826Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-03T14:33:22.088Z] ---> Running in 6d927dae023a [2021-03-03T14:33:22.088Z] Removing intermediate container 3395cdbc559c [2021-03-03T14:33:22.088Z] ---> f5a2f2751e9f [2021-03-03T14:33:22.088Z] Step 18/21 : CMD ["--init=true"] [2021-03-03T14:33:22.352Z] Removing intermediate container 8a1256cd15f1 [2021-03-03T14:33:22.352Z] ---> 7b31eff5b4bb [2021-03-03T14:33:22.352Z] Step 22/23 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa [2021-03-03T14:33:22.352Z] ---> Running in adef821d3704 [2021-03-03T14:33:22.352Z] ---> Running in 9e139553103b [2021-03-03T14:33:22.352Z] ---> a655b1f776e2 [2021-03-03T14:33:22.352Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-03T14:33:22.352Z] Removing intermediate container 6d927dae023a [2021-03-03T14:33:22.352Z] ---> c3b7f3ff9624 [2021-03-03T14:33:22.352Z] Step 21/23 : LABEL arch=x86_64 [2021-03-03T14:33:22.614Z] ---> Running in 828f73c3c1b3 [2021-03-03T14:33:22.876Z] Removing intermediate container adef821d3704 [2021-03-03T14:33:22.876Z] ---> 141bd8c4144d [2021-03-03T14:33:22.876Z] Step 19/21 : LABEL arch=x86_64 [2021-03-03T14:33:23.140Z] Removing intermediate container 9e139553103b [2021-03-03T14:33:23.140Z] ---> 27e389741052 [2021-03-03T14:33:23.140Z] Step 23/23 : LABEL version=0.0.0 [2021-03-03T14:33:23.140Z] Removing intermediate container 828f73c3c1b3 [2021-03-03T14:33:23.140Z] ---> 889cef2a2a51 [2021-03-03T14:33:23.140Z] Step 22/23 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa [2021-03-03T14:33:23.140Z] ---> Running in 28dbfb4faf70 [2021-03-03T14:33:23.140Z] ---> cd838de6ec04 [2021-03-03T14:33:23.140Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-03T14:33:23.140Z] ---> Running in 164245f918a4 [2021-03-03T14:33:23.140Z] ---> Running in 803e16a4e18f [2021-03-03T14:33:23.414Z] Removing intermediate container 28dbfb4faf70 [2021-03-03T14:33:23.414Z] ---> 797b03cdf0f2 [2021-03-03T14:33:23.415Z] Step 20/21 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa [2021-03-03T14:33:23.415Z] ---> Running in aa61a3beae16 [2021-03-03T14:33:23.683Z] Removing intermediate container 803e16a4e18f [2021-03-03T14:33:23.683Z] ---> 1dd3a3a8e08f [2021-03-03T14:33:23.683Z] [2021-03-03T14:33:23.683Z] Removing intermediate container 164245f918a4 [2021-03-03T14:33:23.683Z] ---> 6a31a87a3a67 [2021-03-03T14:33:23.683Z] Step 23/23 : LABEL version=0.0.0 [2021-03-03T14:33:23.946Z] ---> Running in 895bf44555cc [2021-03-03T14:33:23.946Z] Removing intermediate container aa61a3beae16 [2021-03-03T14:33:23.946Z] ---> 0d0f21214966 [2021-03-03T14:33:23.946Z] Step 21/21 : LABEL version=0.0.0 [2021-03-03T14:33:23.946Z] ---> 5d363ceaeb63 [2021-03-03T14:33:23.946Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-03T14:33:24.209Z] Successfully built 1dd3a3a8e08f [2021-03-03T14:33:24.209Z] Successfully tagged docker-core-command-go:latest [2021-03-03T14:33:24.209Z]  Building docker-core-command-go ... done  ---> Running in 6ac03283f0c3 [2021-03-03T14:33:24.472Z] Removing intermediate container 895bf44555cc [2021-03-03T14:33:24.472Z] ---> 8bf95695561a [2021-03-03T14:33:24.472Z] [2021-03-03T14:33:24.472Z] ---> 6fd08129e39a [2021-03-03T14:33:24.472Z] 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-03T14:33:24.472Z] ---> Running in b1328684954b [2021-03-03T14:33:24.735Z] Removing intermediate container 6ac03283f0c3 [2021-03-03T14:33:24.735Z] ---> b858e7084ae6 [2021-03-03T14:33:24.735Z] [2021-03-03T14:33:24.735Z] Successfully built 8bf95695561a [2021-03-03T14:33:24.735Z] Successfully tagged docker-core-metadata-go:latest [2021-03-03T14:33:24.735Z]  Building docker-core-metadata-go ... done Successfully built b858e7084ae6 [2021-03-03T14:33:24.735Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-03T14:33:25.692Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container b1328684954b [2021-03-03T14:33:25.692Z] ---> 4418d3d095ad [2021-03-03T14:33:25.692Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-03T14:33:25.692Z] ---> Running in 4c509a977ca1 [2021-03-03T14:33:25.957Z] Removing intermediate container 4c509a977ca1 [2021-03-03T14:33:25.957Z] ---> 12752d868551 [2021-03-03T14:33:25.957Z] Step 22/24 : LABEL arch=x86_64 [2021-03-03T14:33:25.957Z] ---> Running in fb8058ee749a [2021-03-03T14:33:26.223Z] Removing intermediate container fb8058ee749a [2021-03-03T14:33:26.223Z] ---> 94dce3b42014 [2021-03-03T14:33:26.223Z] Step 23/24 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa [2021-03-03T14:33:26.223Z] ---> Running in ed273da6a655 [2021-03-03T14:33:26.485Z] Removing intermediate container ed273da6a655 [2021-03-03T14:33:26.485Z] ---> 203c6121098c [2021-03-03T14:33:26.485Z] Step 24/24 : LABEL version=0.0.0 [2021-03-03T14:33:26.485Z] ---> Running in 97e53861faa1 [2021-03-03T14:33:26.753Z] Removing intermediate container 97e53861faa1 [2021-03-03T14:33:26.753Z] ---> e414296c4deb [2021-03-03T14:33:26.753Z] [2021-03-03T14:33:27.017Z] Successfully built e414296c4deb [2021-03-03T14:33:27.017Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-03T14:33:27.291Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2021-03-03T14:33:27.299Z] $ docker stop --time=1 732eba1189dc33cf54aeefa2a56e22c3f740899576e91743c33febd415ffa9af [2021-03-03T14:33:29.024Z] $ docker rm -f 732eba1189dc33cf54aeefa2a56e22c3f740899576e91743c33febd415ffa9af [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-03T14:33:29.535Z] + docker images [2021-03-03T14:33:29.535Z] + grep docker [2021-03-03T14:33:29.797Z] docker-security-secretstore-setup-go latest e414296c4deb 3 seconds ago 24.9MB [2021-03-03T14:33:29.797Z] docker-core-metadata-go latest 8bf95695561a 5 seconds ago 19MB [2021-03-03T14:33:29.797Z] docker-security-proxy-setup-go latest b858e7084ae6 5 seconds ago 24.7MB [2021-03-03T14:33:29.797Z] docker-core-command-go latest 1dd3a3a8e08f 6 seconds ago 17.2MB [2021-03-03T14:33:29.798Z] docker-sys-mgmt-agent-go latest 33f68baeae5e 38 seconds ago 313MB [2021-03-03T14:33:29.798Z] docker-security-bootstrapper-go latest b083a4e24a2a About a minute ago 18.7MB [2021-03-03T14:33:29.798Z] docker-core-data-go latest 9e6fa018ab7f 2 minutes ago 22.4MB [2021-03-03T14:33:29.798Z] docker-support-scheduler-go latest f007b0c5ba00 2 minutes ago 17.2MB [2021-03-03T14:33:29.798Z] docker-support-notifications-go latest 74e059c0da8c 2 minutes ago 17.8MB [2021-03-03T14:33:29.798Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-03T14:33:45.507Z] Still waiting to schedule task [2021-03-03T14:33:45.507Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-03T14:34:13.410Z] gofmt -l . [2021-03-03T14:34:13.410Z] [ "`gofmt -l .`" = "" ] [2021-03-03T14:34:13.410Z] ./bin/test-go-mod-tidy.sh [2021-03-03T14:34:13.410Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-03T14:34:14.078Z] + ls -al . [2021-03-03T14:34:14.078Z] total 744 [2021-03-03T14:34:14.078Z] drwxrwxr-x 9 1001 1001 4096 Mar 3 14:34 . [2021-03-03T14:34:14.078Z] drwxr-xr-x 4 root root 4096 Mar 3 14:29 .. [2021-03-03T14:34:14.078Z] -rw-rw-r-- 1 1001 1001 11 Mar 3 14:28 .dockerignore [2021-03-03T14:34:14.078Z] drwxrwxr-x 8 1001 1001 4096 Mar 3 14:28 .git [2021-03-03T14:34:14.078Z] drwxrwxr-x 3 1001 1001 4096 Mar 3 14:28 .github [2021-03-03T14:34:14.078Z] -rw-rw-r-- 1 1001 1001 818 Mar 3 14:28 .gitignore [2021-03-03T14:34:14.078Z] -rw-rw-r-- 1 1001 1001 166 Mar 3 14:28 .sonarcloud.properties [2021-03-03T14:34:14.078Z] -rw-rw-r-- 1 1001 1001 8475 Mar 3 14:28 Attribution.txt [2021-03-03T14:34:14.078Z] -rw-rw-r-- 1 1001 1001 3804 Mar 3 14:28 CONTRIBUTING.md [2021-03-03T14:34:14.078Z] -rw-rw-r-- 1 1001 1001 931 Mar 3 14:28 Dockerfile.build [2021-03-03T14:34:14.078Z] -rw-rw-r-- 1 1001 1001 863 Mar 3 14:28 Jenkinsfile [2021-03-03T14:34:14.078Z] -rw-rw-r-- 1 1001 1001 10775 Mar 3 14:28 LICENSE [2021-03-03T14:34:14.078Z] -rw-rw-r-- 1 1001 1001 5774 Mar 3 14:28 Makefile [2021-03-03T14:34:14.078Z] -rw-rw-r-- 1 1001 1001 6524 Mar 3 14:28 README.md [2021-03-03T14:34:14.078Z] -rw-rw-r-- 1 1001 1001 6755 Mar 3 14:28 SECURITY.md [2021-03-03T14:34:14.078Z] -rw-rw-r-- 1 1001 1001 5 Mar 3 14:24 VERSION [2021-03-03T14:34:14.078Z] -rw-rw-r-- 1 1001 1001 4131 Mar 3 14:28 ZMQWindows.md [2021-03-03T14:34:14.078Z] drwxrwxr-x 2 1001 1001 4096 Mar 3 14:28 bin [2021-03-03T14:34:14.078Z] drwxrwxr-x 14 1001 1001 4096 Mar 3 14:28 cmd [2021-03-03T14:34:14.078Z] -rw-r--r-- 1 root root 602988 Mar 3 14:32 coverage.out [2021-03-03T14:34:14.078Z] -rw-r--r-- 1 root root 1055 Mar 3 14:34 go.mod [2021-03-03T14:34:14.078Z] -rw-r--r-- 1 root root 21927 Mar 3 14:34 go.sum [2021-03-03T14:34:14.078Z] drwxrwxr-x 8 1001 1001 4096 Mar 3 14:28 internal [2021-03-03T14:34:14.078Z] drwxrwxr-x 4 1001 1001 4096 Mar 3 14:28 openapi [2021-03-03T14:34:14.078Z] drwxrwxr-x 4 1001 1001 4096 Mar 3 14:28 snap [2021-03-03T14:34:14.078Z] -rw-rw-r-- 1 1001 1001 168 Mar 3 14:28 version.go [Pipeline] sh [2021-03-03T14:34:14.732Z] + '[' -e coverage.out ] [2021-03-03T14:34:14.732Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-03T14:34:14.753Z] Warning: overwriting stash ‘coverage-report’ [2021-03-03T14:34:15.950Z] Stashed 1 file(s) [Pipeline] sh [2021-03-03T14:34:16.628Z] + make build [2021-03-03T14:34:16.628Z] 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-03T14:34:29.120Z] 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-03T14:34:50.799Z] Running on prd-ubuntu18.04-docker-8c-8g-28388 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws [2021-03-03T14:34:50.873Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-03-03T14:34:51.325Z] 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-03T14:34:53.606Z] using credential edgex-jenkins-ssh [2021-03-03T14:34:53.688Z] Cloning the remote Git repository [2021-03-03T14:34:53.732Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-03T14:34:53.812Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-03T14:34:53.867Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-03T14:34:53.868Z] > git --version # timeout=10 [2021-03-03T14:34:53.875Z] > git --version # 'git version 2.17.1' [2021-03-03T14:34:53.875Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-03T14:34:53.903Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-03T14:34:56.798Z] 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-03T14:35:02.203Z] 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-03T14:35:02.798Z] 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-03T14:35:07.055Z] Merging remotes/origin/master commit f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit 444c519ff7b00696b1cd03a7138ac670626b7eaa [2021-03-03T14:35:06.496Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-03T14:35:06.517Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-03T14:35:06.531Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-03T14:35:06.545Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-03T14:35:06.545Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-03T14:35:06.550Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-03T14:35:07.067Z] > git config core.sparsecheckout # timeout=10 [2021-03-03T14:35:07.073Z] > git checkout -f 444c519ff7b00696b1cd03a7138ac670626b7eaa # timeout=10 [2021-03-03T14:35:07.235Z] Merge succeeded, producing 444c519ff7b00696b1cd03a7138ac670626b7eaa [2021-03-03T14:35:07.235Z] Checking out Revision 444c519ff7b00696b1cd03a7138ac670626b7eaa (PR-3208) [2021-03-03T14:35:08.209Z] 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-03T14:35:07.203Z] > git remote # timeout=10 [2021-03-03T14:35:07.210Z] > git config --get remote.origin.url # timeout=10 [2021-03-03T14:35:07.217Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-03T14:35:07.222Z] > git merge f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 [2021-03-03T14:35:07.231Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-03T14:35:07.241Z] > git config core.sparsecheckout # timeout=10 [2021-03-03T14:35:07.245Z] > git checkout -f 444c519ff7b00696b1cd03a7138ac670626b7eaa # timeout=10 [2021-03-03T14:35:11.072Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:35:12.414Z] + echo snap-build.sh [2021-03-03T14:35:12.415Z] snap-build.sh [2021-03-03T14:35:12.415Z] + SNAP_BASE_DIR=. [2021-03-03T14:35:12.415Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-03-03T14:35:12.415Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-03-03T14:35:12.415Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-03-03T14:35:12.415Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-03-03T14:35:12.415Z] + cd /w/workspace/edgex-go/4 [2021-03-03T14:35:12.415Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-03T14:35:12.415Z] Reading package lists... [2021-03-03T14:35:12.959Z] Building dependency tree... [2021-03-03T14:35:12.959Z] Reading state information... [2021-03-03T14:35:13.544Z] The following packages were automatically installed and are no longer required: [2021-03-03T14:35:13.544Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-03T14:35:13.544Z] uidmap xdelta3 [2021-03-03T14:35:13.544Z] Use 'sudo apt autoremove' to remove them. [2021-03-03T14:35:13.544Z] The following packages will be REMOVED: [2021-03-03T14:35:13.544Z] lxd* lxd-client* [2021-03-03T14:35:13.618Z] 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-03T14:35:14.120Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-03T14:35:14.120Z] After this operation, 31.7 MB disk space will be freed. [2021-03-03T14:35:15.434Z] (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-03T14:35:15.434Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-03T14:35:16.836Z] Removing lxd dnsmasq configuration [2021-03-03T14:35:16.836Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-03T14:35:16.836Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-03T14:35:17.787Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-03T14:35:17.935Z] 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-03T14:35:18.321Z] (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-03T14:35:18.321Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-03T14:35:19.714Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-03T14:35:19.987Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-03T14:35:21.932Z] + sudo snap remove --purge lxd [2021-03-03T14:35:21.932Z] snap "lxd" is not installed [2021-03-03T14:35:21.932Z] + sudo groupadd --force --system lxd [2021-03-03T14:35:21.932Z] ++ whoami [2021-03-03T14:35:21.932Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-03T14:35:22.193Z] + newgrp - lxd [2021-03-03T14:35:22.193Z] + sudo snap install lxd [2021-03-03T14:35:22.242Z] 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-03T14:35:26.554Z] 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-03T14:35:33.279Z] 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-03T14:35:34.531Z] 2021-03-03T14:35:32Z INFO Waiting for automatic snapd restart... [Pipeline] } [2021-03-03T14:35:40.016Z] $ docker stop --time=1 43ea7870ca5dfd731aa59c1619bcc599273054a4be8021cefc70cac6a0fe9b46 [2021-03-03T14:35:42.461Z] $ docker rm -f 43ea7870ca5dfd731aa59c1619bcc599273054a4be8021cefc70cac6a0fe9b46 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:35:44.470Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-03T14:35:44.470Z] [2021-03-03T14:35:44.470Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:35:44.898Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-03T14:35:44.898Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-03T14:35:44.898Z] 29e5d40040c1: Pulling fs layer [2021-03-03T14:35:44.898Z] 1ce36da41761: Pulling fs layer [2021-03-03T14:35:44.898Z] 25b303627fd3: Pulling fs layer [2021-03-03T14:35:45.170Z] 29e5d40040c1: Verifying Checksum [2021-03-03T14:35:45.170Z] 29e5d40040c1: Download complete [2021-03-03T14:35:45.768Z] 29e5d40040c1: Pull complete [2021-03-03T14:35:46.041Z] 1ce36da41761: Download complete [2021-03-03T14:35:47.470Z] 1ce36da41761: Pull complete [2021-03-03T14:35:47.470Z] 25b303627fd3: Verifying Checksum [2021-03-03T14:35:47.470Z] 25b303627fd3: Download complete [2021-03-03T14:35:52.698Z] lxd 4.11 from Canonical* installed [2021-03-03T14:35:52.698Z] + sudo lxd init --auto [2021-03-03T14:35:57.625Z] 25b303627fd3: Pull complete [2021-03-03T14:35:57.625Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-03T14:35:57.625Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-03T14:35:57.625Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-03T14:35:57.893Z] prd-ubuntu18.04-docker-arm64-4c-16g-28386 does not seem to be running inside a container [2021-03-03T14:35:57.974Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-03T14:36:00.875Z] + sudo snap install --classic snapcraft [2021-03-03T14:36:00.892Z] $ docker top d449c7f25d728f2dc5212edc383768a670dfb1211ad04be92798eb756806d7d5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T14:36:01.975Z] + docker-compose build --help [2021-03-03T14:36:01.975Z] + grep parallel [2021-03-03T14:36:05.344Z] --parallel Build images in parallel. [Pipeline] } [2021-03-03T14:36:05.637Z] $ docker stop --time=1 d449c7f25d728f2dc5212edc383768a670dfb1211ad04be92798eb756806d7d5 [2021-03-03T14:36:06.260Z] snapcraft 4.5.1 from Canonical* installed [2021-03-03T14:36:06.260Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-03T14:36:06.260Z] + patch --verbose -p1 [2021-03-03T14:36:06.260Z] Hmm... Looks like a unified diff to me... [2021-03-03T14:36:06.260Z] The text leading up to this was: [2021-03-03T14:36:06.260Z] -------------------------- [2021-03-03T14:36:06.260Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-03T14:36:06.260Z] |From: Tony Espy [2021-03-03T14:36:06.260Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-03T14:36:06.260Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-03T14:36:06.260Z] | [2021-03-03T14:36:06.260Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-03T14:36:06.260Z] |optimize the snap CI check run for pull requests. When [2021-03-03T14:36:06.260Z] |applied, it essentially strips out everything (apps and [2021-03-03T14:36:06.260Z] |parts) from the snapcraft.yaml file except those required [2021-03-03T14:36:06.260Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-03T14:36:06.260Z] |catch changes to edgex-go that break the snap build. [2021-03-03T14:36:06.260Z] | [2021-03-03T14:36:06.260Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-03T14:36:06.260Z] |to update this patch file, otherwise it may fail to apply, [2021-03-03T14:36:06.260Z] |resulting in a failed snap build CI check in the associated [2021-03-03T14:36:06.260Z] |pull request. [2021-03-03T14:36:06.260Z] | [2021-03-03T14:36:06.260Z] |Note - in addition to applying this patch, the pipeline also [2021-03-03T14:36:06.260Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-03T14:36:06.260Z] |need to build the finally binary .snap file (and it won't [2021-03-03T14:36:06.260Z] |work with the patch applied). This further reduces the build [2021-03-03T14:36:06.260Z] |time. [2021-03-03T14:36:06.260Z] |--- [2021-03-03T14:36:06.260Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-03T14:36:06.260Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-03T14:36:06.260Z] | [2021-03-03T14:36:06.260Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-03T14:36:06.260Z] |index 1e537489..faf42425 100644 [2021-03-03T14:36:06.260Z] |--- a/snap/snapcraft.yaml [2021-03-03T14:36:06.260Z] |+++ b/snap/snapcraft.yaml [2021-03-03T14:36:06.260Z] -------------------------- [2021-03-03T14:36:06.260Z] patching file snap/snapcraft.yaml [2021-03-03T14:36:06.260Z] Using Plan A... [2021-03-03T14:36:06.260Z] Hunk #1 succeeded at 73. [2021-03-03T14:36:06.260Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-03T14:36:06.260Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-03T14:36:06.260Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-03T14:36:06.260Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-03T14:36:06.260Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-03T14:36:06.260Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-03T14:36:06.260Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-03T14:36:06.260Z] Hmm... Ignoring the trailing garbage. [2021-03-03T14:36:06.260Z] done [2021-03-03T14:36:06.260Z] + sudo snapcraft prime --use-lxd [2021-03-03T14:36:07.610Z] $ docker rm -f d449c7f25d728f2dc5212edc383768a670dfb1211ad04be92798eb756806d7d5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:36:08.196Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-03T14:36:08.196Z] 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-03T14:36:08.196Z] - README.md [2021-03-03T14:36:08.196Z] - snapcraft.yaml.orig [2021-03-03T14:36:08.196Z] [2021-03-03T14:36:08.196Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-03T14:36:08.435Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-03T14:36:08.435Z] . [Pipeline] withDockerContainer [2021-03-03T14:36:08.710Z] prd-ubuntu18.04-docker-arm64-4c-16g-28386 does not seem to be running inside a container [2021-03-03T14:36:08.874Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-03T14:36:09.154Z] Launching a container. [2021-03-03T14:36:10.280Z] $ docker top 75d90f75b1e91054b7b3020b05eb010632fcc449767d3f9359242a70bbdbf9e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T14:36:11.333Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-03T14:36:15.648Z] Building docker-core-command-go ... [2021-03-03T14:36:15.648Z] Building docker-core-data-go ... [2021-03-03T14:36:15.648Z] Building docker-core-metadata-go ... [2021-03-03T14:36:15.648Z] Building docker-security-bootstrapper-go ... [2021-03-03T14:36:15.648Z] Building docker-security-proxy-setup-go ... [2021-03-03T14:36:15.648Z] Building docker-security-secretstore-setup-go ... [2021-03-03T14:36:15.648Z] Building docker-support-notifications-go ... [2021-03-03T14:36:15.648Z] Building docker-support-scheduler-go ... [2021-03-03T14:36:15.648Z] Building docker-sys-mgmt-agent-go ... [2021-03-03T14:36:15.648Z] Building docker-core-data-go [2021-03-03T14:36:15.648Z] Building docker-support-scheduler-go [2021-03-03T14:36:15.648Z] Building docker-security-bootstrapper-go [2021-03-03T14:36:15.648Z] Building docker-support-notifications-go [2021-03-03T14:36:15.648Z] Building docker-security-proxy-setup-go [2021-03-03T14:36:24.139Z] Waiting for container to be ready [2021-03-03T14:36:24.139Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-03T14:36:24.139Z] [2021-03-03T14:36:28.403Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-03T14:36:28.981Z] Waiting for network to be ready... [2021-03-03T14:36:29.563Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-03T14:36:29.563Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-03T14:36:29.825Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-03T14:36:29.825Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-03T14:36:29.825Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] [2021-03-03T14:36:29.825Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] [2021-03-03T14:36:29.825Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] [2021-03-03T14:36:29.825Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] [2021-03-03T14:36:29.825Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-03-03T14:36:29.825Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-03T14:36:30.087Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-03T14:36:30.351Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-03T14:36:30.614Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-03T14:36:30.614Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-03T14:36:30.614Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-03T14:36:30.614Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-03T14:36:30.614Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-03T14:36:30.614Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-03T14:36:30.882Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-03T14:36:31.146Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-03T14:36:31.146Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-03T14:36:31.146Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] [2021-03-03T14:36:31.146Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] [2021-03-03T14:36:31.146Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] [2021-03-03T14:36:31.146Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] [2021-03-03T14:36:31.146Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-03T14:36:31.413Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-03T14:36:35.626Z] Fetched 24.0 MB in 6s (4278 kB/s) [2021-03-03T14:36:36.575Z] Reading package lists... [2021-03-03T14:36:37.184Z] Reading package lists... [2021-03-03T14:36:37.446Z] Building dependency tree... [2021-03-03T14:36:37.446Z] Reading state information... [2021-03-03T14:36:37.708Z] The following additional packages will be installed: [2021-03-03T14:36:37.708Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-03T14:36:37.708Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-03T14:36:37.708Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-03T14:36:37.708Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-03T14:36:37.708Z] Suggested packages: [2021-03-03T14:36:37.708Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-03T14:36:37.708Z] Recommended packages: [2021-03-03T14:36:37.708Z] gnupg libsasl2-modules [2021-03-03T14:36:37.708Z] The following NEW packages will be installed: [2021-03-03T14:36:37.708Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-03T14:36:37.708Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-03T14:36:37.708Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-03T14:36:37.708Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-03T14:36:37.708Z] The following packages will be upgraded: [2021-03-03T14:36:37.708Z] gpg gpg-agent gpgconf libudev1 [2021-03-03T14:36:37.969Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-03T14:36:37.969Z] Need to get 3530 kB of archives. [2021-03-03T14:36:37.969Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-03T14:36:37.969Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-03T14:36:37.969Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-03T14:36:37.969Z] 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-03T14:36:38.234Z] 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-03T14:36:38.234Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-03T14:36:38.234Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-03T14:36:38.816Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-03T14:36:38.817Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-03T14:36:38.817Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-03T14:36:38.817Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-03T14:36:38.817Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-03T14:36:38.817Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-03T14:36:38.817Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-03T14:36:38.817Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-03T14:36:38.817Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-03T14:36:38.817Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-03T14:36:38.817Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-03T14:36:38.817Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-03T14:36:38.817Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-03T14:36:38.817Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-03T14:36:38.817Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-03T14:36:38.817Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-03T14:36:39.083Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-03T14:36:39.083Z] Fetched 3530 kB in 1s (3117 kB/s) [2021-03-03T14:36:39.347Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-03T14:36:39.347Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-03T14:36:39.347Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-03T14:36:39.347Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-03T14:36:39.614Z] Selecting previously unselected package udev. [2021-03-03T14:36:39.614Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-03T14:36:39.614Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-03T14:36:39.614Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-03T14:36:39.879Z] Selecting previously unselected package libfuse2:amd64. [2021-03-03T14:36:40.142Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-03T14:36:40.142Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-03T14:36:40.142Z] Selecting previously unselected package fuse. [2021-03-03T14:36:40.142Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-03T14:36:40.142Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-03T14:36:40.142Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-03T14:36:40.142Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-03T14:36:40.404Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-03T14:36:40.404Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-03T14:36:40.667Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-03T14:36:40.667Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-03T14:36:40.667Z] Selecting previously unselected package libksba8:amd64. [2021-03-03T14:36:40.667Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-03T14:36:40.667Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-03T14:36:40.929Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-03T14:36:40.929Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-03T14:36:40.929Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:36:40.929Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-03T14:36:40.929Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-03T14:36:40.929Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:36:41.191Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-03T14:36:41.191Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-03T14:36:41.191Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:36:41.191Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-03T14:36:41.191Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-03T14:36:41.191Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:36:41.452Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-03T14:36:41.452Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-03T14:36:41.452Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:36:41.452Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-03T14:36:41.452Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-03T14:36:41.452Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:36:41.717Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-03T14:36:41.717Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-03T14:36:41.717Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:36:41.984Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-03T14:36:41.984Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-03T14:36:41.984Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:36:42.251Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-03T14:36:42.251Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-03T14:36:42.251Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:36:42.251Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-03T14:36:42.251Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-03T14:36:42.251Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-03T14:36:42.251Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-03T14:36:42.251Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-03T14:36:42.518Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-03T14:36:42.518Z] Selecting previously unselected package libldap-common. [2021-03-03T14:36:42.518Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-03T14:36:42.518Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-03T14:36:42.518Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-03T14:36:42.518Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-03T14:36:42.518Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-03T14:36:42.783Z] Selecting previously unselected package dirmngr. [2021-03-03T14:36:42.783Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-03T14:36:42.783Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-03T14:36:42.783Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-03T14:36:42.783Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-03T14:36:43.046Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-03T14:36:43.046Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-03T14:36:43.046Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-03T14:36:43.046Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-03T14:36:43.046Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:36:43.046Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-03T14:36:43.046Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-03T14:36:43.046Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-03T14:36:43.621Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-03T14:36:43.893Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:36:43.893Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-03T14:36:43.893Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-03T14:36:43.893Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-03T14:36:43.893Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:36:43.893Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:36:43.893Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:36:44.155Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:36:44.155Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:36:44.155Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:36:44.155Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:36:44.155Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-03T14:36:44.155Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-03T14:36:44.155Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-03T14:36:44.732Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-03T14:36:44.732Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-03T14:36:44.732Z] This means they are not meant to be enabled using systemctl. [2021-03-03T14:36:44.732Z] Possible reasons for having this kind of units are: [2021-03-03T14:36:44.732Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-03T14:36:44.732Z] .wants/ or .requires/ directory. [2021-03-03T14:36:44.732Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-03T14:36:44.732Z] a requirement dependency on it. [2021-03-03T14:36:44.732Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-03T14:36:44.732Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-03T14:36:44.732Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-03T14:36:44.732Z] instance name specified. [2021-03-03T14:36:45.309Z] Reading package lists... [2021-03-03T14:36:45.309Z] Building dependency tree... [2021-03-03T14:36:45.309Z] Reading state information... [2021-03-03T14:36:45.571Z] The following additional packages will be installed: [2021-03-03T14:36:45.571Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-03T14:36:45.571Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-03T14:36:45.571Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-03T14:36:45.571Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-03T14:36:45.571Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-03T14:36:45.571Z] Suggested packages: [2021-03-03T14:36:45.571Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-03T14:36:45.571Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-03T14:36:45.571Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-03T14:36:45.571Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-03T14:36:45.571Z] systemd-container policykit-1 [2021-03-03T14:36:45.571Z] Recommended packages: [2021-03-03T14:36:45.571Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-03T14:36:45.571Z] The following NEW packages will be installed: [2021-03-03T14:36:45.571Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-03T14:36:45.571Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-03T14:36:45.571Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-03T14:36:45.571Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-03T14:36:45.571Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-03T14:36:45.571Z] The following packages will be upgraded: [2021-03-03T14:36:45.571Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-03T14:36:45.571Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-03T14:36:45.571Z] Need to get 35.2 MB of archives. [2021-03-03T14:36:45.571Z] After this operation, 141 MB of additional disk space will be used. [2021-03-03T14:36:45.571Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-03T14:36:45.844Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-03T14:36:45.844Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-03T14:36:45.844Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-03T14:36:45.844Z] 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-03T14:36:45.844Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-03T14:36:45.844Z] 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-03T14:36:46.114Z] 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-03T14:36:46.114Z] 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-03T14:36:46.114Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-03T14:36:46.114Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-03T14:36:46.114Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-03T14:36:46.114Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-03T14:36:46.114Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-03T14:36:46.114Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-03T14:36:46.114Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-03T14:36:46.114Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-03T14:36:46.114Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-03T14:36:46.114Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-03T14:36:46.696Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-03T14:36:46.696Z] 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-03T14:36:46.696Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-03T14:36:46.696Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-03T14:36:46.696Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-03T14:36:46.696Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-03T14:36:46.696Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-03T14:36:46.696Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-03T14:36:46.696Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-03T14:36:46.696Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-03T14:36:46.696Z] 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-03T14:36:46.961Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-03T14:36:46.961Z] Fetched 35.2 MB in 1s (30.3 MB/s) [2021-03-03T14:36:47.917Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-03T14:36:47.917Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-03T14:36:47.917Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-03T14:36:48.505Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-03T14:36:48.505Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-03T14:36:48.769Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-03T14:36:48.769Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-03T14:36:48.769Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-03T14:36:48.769Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-03T14:36:49.032Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-03T14:36:49.032Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-03T14:36:49.032Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-03T14:36:49.295Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-03T14:36:49.558Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-03T14:36:49.558Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-03T14:36:50.134Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-03T14:36:50.398Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-03T14:36:50.398Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-03T14:36:50.398Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-03T14:36:50.662Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-03T14:36:50.662Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-03T14:36:50.662Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-03T14:36:50.924Z] Selecting previously unselected package libexpat1:amd64. [2021-03-03T14:36:50.924Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-03T14:36:50.924Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-03T14:36:50.924Z] Selecting previously unselected package python3.6-minimal. [2021-03-03T14:36:50.924Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-03T14:36:51.188Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-03T14:36:51.452Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-03T14:36:51.714Z] Checking for services that may need to be restarted...done. [2021-03-03T14:36:51.714Z] Checking for services that may need to be restarted...done. [2021-03-03T14:36:51.714Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-03T14:36:51.714Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-03T14:36:51.714Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-03T14:36:52.666Z] Selecting previously unselected package python3-minimal. [2021-03-03T14:36:52.666Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-03T14:36:52.666Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-03T14:36:52.666Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-03T14:36:52.929Z] Selecting previously unselected package mime-support. [2021-03-03T14:36:52.929Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-03T14:36:53.505Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-03T14:36:53.505Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-03T14:36:53.505Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-03T14:36:53.505Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-03T14:36:53.769Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-03T14:36:53.769Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-03T14:36:53.769Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-03T14:36:54.031Z] Selecting previously unselected package python3.6. [2021-03-03T14:36:54.031Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-03T14:36:54.031Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-03T14:36:54.292Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-03T14:36:54.292Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-03T14:36:54.292Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-03T14:36:54.292Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-03T14:36:54.553Z] Selecting previously unselected package python3. [2021-03-03T14:36:54.553Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-03T14:36:54.553Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-03T14:36:54.553Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-03T14:36:54.816Z] Selecting previously unselected package multiarch-support. [2021-03-03T14:36:54.816Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-03T14:36:54.816Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-03T14:36:54.816Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-03T14:36:54.816Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-03T14:36:54.816Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-03T14:36:54.816Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-03T14:36:54.816Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-03T14:36:55.077Z] Selecting previously unselected package libbsd0:amd64. [2021-03-03T14:36:55.077Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-03T14:36:55.077Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-03T14:36:55.077Z] Selecting previously unselected package sudo. [2021-03-03T14:36:55.077Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-03T14:36:55.077Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-03T14:36:55.338Z] Selecting previously unselected package apparmor. [2021-03-03T14:36:55.338Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-03T14:36:55.338Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-03T14:36:55.338Z] Selecting previously unselected package libedit2:amd64. [2021-03-03T14:36:55.339Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-03T14:36:55.339Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-03T14:36:55.609Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-03T14:36:55.609Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-03T14:36:55.609Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-03T14:36:55.609Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-03T14:36:55.609Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-03T14:36:55.609Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-03T14:36:55.609Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-03T14:36:55.609Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-03T14:36:55.872Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-03T14:36:55.872Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-03T14:36:55.872Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-03T14:36:55.872Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-03T14:36:55.872Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-03T14:36:55.872Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-03T14:36:55.872Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-03T14:36:56.135Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-03T14:36:56.135Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-03T14:36:56.135Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-03T14:36:56.400Z] Selecting previously unselected package openssh-client. [2021-03-03T14:36:56.400Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-03T14:36:56.400Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-03T14:36:56.400Z] Selecting previously unselected package squashfs-tools. [2021-03-03T14:36:56.400Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-03T14:36:56.400Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-03T14:36:56.661Z] Selecting previously unselected package snapd. [2021-03-03T14:36:56.661Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-03T14:36:56.661Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-03T14:36:59.213Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-03T14:36:59.213Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-03T14:36:59.479Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-03T14:36:59.479Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-03T14:36:59.479Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-03T14:36:59.479Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-03T14:36:59.749Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-03T14:36:59.749Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-03T14:36:59.749Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-03T14:37:00.702Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-03T14:37:00.702Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-03T14:37:00.702Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-03T14:37:00.702Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-03T14:37:00.965Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-03T14:37:00.965Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-03T14:37:01.912Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-03T14:37:01.912Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-03T14:37:01.912Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-03T14:37:01.912Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-03T14:37:01.912Z] running python rtupdate hooks for python3.6... [2021-03-03T14:37:01.912Z] running python post-rtupdate hooks for python3.6... [2021-03-03T14:37:02.175Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-03T14:37:04.103Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-03T14:37:04.368Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-03T14:37:04.368Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-03T14:37:04.632Z] Setting up snapd (2.48.3+18.04) ... [2021-03-03T14:37:05.210Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-03T14:37:05.472Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-03T14:37:05.735Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-03T14:37:06.312Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-03T14:37:06.312Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-03T14:37:06.312Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-03T14:37:06.892Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-03T14:37:07.156Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-03T14:37:07.418Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-03T14:37:07.682Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-03T14:37:07.946Z] /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-03T14:37:07.946Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-03T14:37:07.946Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-03T14:37:09.894Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-03T14:37:09.894Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-03T14:37:09.894Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-03T14:37:12.100Z] Reading package lists... [2021-03-03T14:37:12.697Z] Reading package lists... [2021-03-03T14:37:12.969Z] Building dependency tree... [2021-03-03T14:37:12.969Z] Reading state information... [2021-03-03T14:37:12.969Z] Calculating upgrade... [2021-03-03T14:37:13.242Z] The following packages will be upgraded: [2021-03-03T14:37:13.242Z] advancecomp base-files bash binutils binutils-common [2021-03-03T14:37:13.242Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-03T14:37:13.242Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-03T14:37:13.242Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-03T14:37:13.242Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-03T14:37:13.242Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-03T14:37:13.242Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-03T14:37:13.242Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-03T14:37:13.242Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-03T14:37:13.242Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-03T14:37:13.242Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-03T14:37:13.242Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-03T14:37:13.242Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-03T14:37:13.242Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-03T14:37:13.242Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-03T14:37:13.512Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-03T14:37:13.512Z] Need to get 63.8 MB of archives. [2021-03-03T14:37:13.512Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-03T14:37:13.512Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-03T14:37:13.512Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-03T14:37:14.091Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-03T14:37:14.091Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-03T14:37:14.091Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-03T14:37:14.091Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-03T14:37:14.091Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-03T14:37:14.091Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-03T14:37:14.091Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-03T14:37:14.092Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-03T14:37:14.092Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-03T14:37:14.092Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-03T14:37:14.092Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-03T14:37:14.092Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-03T14:37:14.092Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-03T14:37:14.092Z] 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-03T14:37:14.092Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-03T14:37:14.092Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-03T14:37:14.355Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-03T14:37:14.356Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-03T14:37:14.356Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-03T14:37:14.356Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-03T14:37:14.356Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-03T14:37:14.356Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-03T14:37:14.356Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-03T14:37:14.356Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-03T14:37:14.356Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-03T14:37:14.356Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-03T14:37:14.356Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-03T14:37:14.356Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-03T14:37:14.356Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-03T14:37:14.356Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-03T14:37:14.356Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-03T14:37:14.356Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-03T14:37:14.356Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-03T14:37:14.356Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-03T14:37:14.356Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-03T14:37:14.356Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-03T14:37:14.356Z] Get:39 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-03T14:37:14.356Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-03T14:37:14.356Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-03T14:37:14.619Z] Get:42 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-03T14:37:14.619Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-03T14:37:14.619Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-03T14:37:14.619Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-03T14:37:14.619Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-03T14:37:14.619Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-03T14:37:14.619Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-03T14:37:14.619Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-03T14:37:14.619Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-03T14:37:14.619Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-03T14:37:14.619Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-03T14:37:14.619Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-03T14:37:14.619Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-03T14:37:14.619Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-03T14:37:14.619Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-03T14:37:14.619Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-03T14:37:14.619Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-03T14:37:14.619Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-03-03T14:37:14.619Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-03T14:37:14.619Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-03T14:37:14.619Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-03T14:37:14.619Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-03T14:37:14.619Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-03T14:37:14.619Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-03T14:37:14.619Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-03T14:37:14.619Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-03T14:37:14.883Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-03T14:37:14.883Z] Get:69 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-03T14:37:14.883Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-03T14:37:14.883Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-03T14:37:14.883Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-03T14:37:14.883Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-03T14:37:14.883Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-03T14:37:14.883Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-03T14:37:14.883Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-03T14:37:14.883Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-03T14:37:14.883Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-03T14:37:14.883Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-03T14:37:14.883Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-03T14:37:14.883Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-03T14:37:14.883Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-03T14:37:14.883Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-03T14:37:14.883Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-03T14:37:14.883Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-03T14:37:14.883Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-03T14:37:14.883Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-03T14:37:15.144Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-03T14:37:15.144Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-03T14:37:15.144Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-03T14:37:15.412Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-03T14:37:15.986Z] 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-03T14:37:15.986Z] 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-03T14:37:15.986Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-03T14:37:16.250Z] 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-03T14:37:16.250Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-03T14:37:16.250Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-03T14:37:16.250Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-03T14:37:16.250Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-03T14:37:16.511Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-03T14:37:16.511Z] Fetched 63.8 MB in 3s (20.3 MB/s) [2021-03-03T14:37:16.771Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:37:16.771Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-03T14:37:16.771Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-03T14:37:17.716Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-03T14:37:17.716Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-03T14:37:17.716Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-03T14:37:17.716Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-03T14:37:18.667Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T14:37:18.667Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T14:37:18.930Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T14:37:18.930Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T14:37:19.200Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T14:37:19.200Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T14:37:19.200Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T14:37:19.464Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T14:37:19.732Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T14:37:19.732Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T14:37:19.732Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T14:37:19.732Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T14:37:19.732Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T14:37:19.998Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T14:37:19.998Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T14:37:19.998Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-03T14:37:19.998Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T14:37:20.264Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-03T14:37:20.264Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-03T14:37:20.264Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-03T14:37:20.264Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T14:37:20.530Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T14:37:20.530Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T14:37:20.530Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T14:37:20.796Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T14:37:20.796Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T14:37:21.062Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T14:37:21.062Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-03T14:37:21.062Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-03T14:37:21.328Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-03T14:37:21.902Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-03T14:37:22.165Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-03T14:37:22.165Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-03T14:37:22.165Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-03T14:37:22.426Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-03T14:37:22.426Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-03T14:37:22.688Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-03T14:37:22.688Z] Installing new version of config file /etc/issue ... [2021-03-03T14:37:22.688Z] Installing new version of config file /etc/issue.net ... [2021-03-03T14:37:22.688Z] Installing new version of config file /etc/lsb-release ... [2021-03-03T14:37:22.688Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-03T14:37:22.951Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-03T14:37:22.951Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-03T14:37:22.951Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-03T14:37:23.213Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:37:23.213Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-03T14:37:23.213Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-03T14:37:23.478Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-03T14:37:23.478Z] 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-03T14:37:23.478Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:37:23.478Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-03T14:37:23.478Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-03T14:37:23.745Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-03T14:37:23.745Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:37:23.745Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-03T14:37:23.745Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-03T14:37:24.008Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-03T14:37:24.269Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:37:24.269Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-03T14:37:24.269Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-03T14:37:24.531Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-03T14:37:24.794Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:37:24.794Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-03T14:37:24.794Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-03T14:37:24.794Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-03T14:37:25.056Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:37:25.056Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-03T14:37:25.056Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-03T14:37:25.318Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-03T14:37:25.318Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:37:25.318Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-03T14:37:25.318Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-03T14:37:25.579Z] Setting up grep (3.1-2build1) ... [2021-03-03T14:37:25.579Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:37:25.579Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-03T14:37:25.579Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-03T14:37:25.841Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-03T14:37:25.841Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:37:25.841Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-03T14:37:25.841Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-03T14:37:26.103Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-03T14:37:26.103Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:37:26.103Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-03T14:37:26.103Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-03T14:37:27.052Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-03T14:37:27.052Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-03T14:37:27.052Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-03T14:37:27.052Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-03T14:37:27.626Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-03T14:37:27.888Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:37:27.888Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-03T14:37:27.888Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-03T14:37:29.281Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-03T14:37:29.281Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-03T14:37:29.281Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-03T14:37:29.281Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-03T14:37:29.281Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-03T14:37:29.281Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:37:29.281Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-03T14:37:29.281Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-03T14:37:29.543Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-03T14:37:29.806Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:37:29.806Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-03T14:37:29.806Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-03T14:37:29.806Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-03T14:37:30.068Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:37:30.068Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-03T14:37:30.068Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-03T14:37:30.068Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-03T14:37:30.346Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:37:30.346Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-03T14:37:30.346Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-03T14:37:30.346Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-03T14:37:30.346Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:37:30.346Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-03T14:37:30.613Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-03T14:37:30.613Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-03T14:37:30.879Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:37:30.879Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-03T14:37:30.879Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-03T14:37:30.879Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-03T14:37:30.879Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-03T14:37:31.153Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-03T14:37:31.153Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:37:31.153Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-03T14:37:31.153Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-03T14:37:31.419Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-03T14:37:31.419Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:37:31.419Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-03T14:37:31.419Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-03T14:37:31.745Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-03T14:37:31.745Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:37:31.745Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-03T14:37:31.745Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-03T14:37:32.056Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-03T14:37:32.056Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:37:32.362Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-03T14:37:32.362Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-03T14:37:33.047Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-03T14:37:33.335Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-03T14:37:33.911Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-03T14:37:33.911Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:37:33.911Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-03T14:37:33.911Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-03T14:37:34.521Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-03T14:37:34.521Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:37:34.521Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-03T14:37:34.521Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-03T14:37:35.098Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-03T14:37:35.361Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:37:35.361Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-03T14:37:35.361Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-03T14:37:35.628Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-03T14:37:35.893Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:37:35.893Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-03T14:37:36.156Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-03T14:37:36.156Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-03T14:37:36.419Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:37:36.419Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-03T14:37:36.419Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-03T14:37:36.419Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-03T14:37:36.681Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:37:36.681Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-03T14:37:36.681Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-03T14:37:36.681Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-03T14:37:36.944Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:37:36.944Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-03T14:37:36.944Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-03T14:37:37.208Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-03T14:37:37.208Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:37:37.208Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-03T14:37:37.397Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:37:37.397Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:37:37.397Z] ---> 38866a60de44 [2021-03-03T14:37:37.397Z] Step 3/22 : WORKDIR /edgex-go [2021-03-03T14:37:37.397Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:37:37.397Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:37:37.397Z] ---> 38866a60de44 [2021-03-03T14:37:37.397Z] Step 3/21 : WORKDIR /edgex-go [2021-03-03T14:37:37.397Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:37:37.397Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:37:37.397Z] ---> 38866a60de44 [2021-03-03T14:37:37.397Z] Step 3/30 : WORKDIR /edgex-go [2021-03-03T14:37:37.397Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:37:37.397Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:37:37.397Z] ---> 38866a60de44 [2021-03-03T14:37:37.397Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T14:37:37.397Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:37:37.397Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:37:37.397Z] ---> 38866a60de44 [2021-03-03T14:37:37.397Z] Step 3/22 : WORKDIR /edgex-go [2021-03-03T14:37:37.397Z] ---> Running in f6d80825eff2 [2021-03-03T14:37:37.397Z] ---> Running in 8ef917d52038 [2021-03-03T14:37:37.397Z] ---> Running in bfa9e3af68ab [2021-03-03T14:37:37.397Z] ---> Running in 4014cdcd3379 [2021-03-03T14:37:37.397Z] ---> Running in 203457a32cd8 [2021-03-03T14:37:37.397Z] Removing intermediate container bfa9e3af68ab [2021-03-03T14:37:37.397Z] ---> 2a6b1088fb54 [2021-03-03T14:37:37.397Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:37:37.397Z] Removing intermediate container 203457a32cd8 [2021-03-03T14:37:37.397Z] Removing intermediate container 4014cdcd3379 [2021-03-03T14:37:37.397Z] ---> 7b9939f7e7ac [2021-03-03T14:37:37.397Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 35c7791f30ac [2021-03-03T14:37:37.397Z] [2021-03-03T14:37:37.397Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:37:37.397Z] Removing intermediate container 8ef917d52038 [2021-03-03T14:37:37.397Z] ---> 664dbc800fad [2021-03-03T14:37:37.397Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:37:37.397Z] Removing intermediate container f6d80825eff2 [2021-03-03T14:37:37.397Z] ---> d95dfa3ad285 [2021-03-03T14:37:37.397Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:37:37.397Z] ---> Running in aa5f6739fb86 [2021-03-03T14:37:37.397Z] ---> Running in 9aedf460ec1b [2021-03-03T14:37:37.397Z] ---> Running in 2ccd472c0903 [2021-03-03T14:37:37.397Z] ---> Running in 9a0cb58d1b61 [2021-03-03T14:37:37.397Z] ---> Running in 13d14ff79e11 [2021-03-03T14:37:37.397Z] Removing intermediate container aa5f6739fb86 [2021-03-03T14:37:37.397Z] ---> 5fc0460aa0a6 [2021-03-03T14:37:37.397Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-03-03T14:37:37.397Z] ---> Running in 24b399aa5bc0 [2021-03-03T14:37:37.397Z] Removing intermediate container 9aedf460ec1b [2021-03-03T14:37:37.397Z] ---> dcffd2f845cb [2021-03-03T14:37:37.397Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-03T14:37:37.397Z] Removing intermediate container 2ccd472c0903 [2021-03-03T14:37:37.397Z] ---> 99e10474b07d [2021-03-03T14:37:37.397Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-03T14:37:37.397Z] ---> Running in 4f481b66faa4 [2021-03-03T14:37:37.397Z] Removing intermediate container 9a0cb58d1b61 [2021-03-03T14:37:37.397Z] ---> 0518ad7c56e8 [2021-03-03T14:37:37.397Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-03T14:37:37.397Z] ---> Running in 43106f923979 [2021-03-03T14:37:37.397Z] Removing intermediate container 13d14ff79e11 [2021-03-03T14:37:37.397Z] ---> 52a01c7aa112 [2021-03-03T14:37:37.397Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-03T14:37:37.397Z] ---> Running in a57dbb6d0256 [2021-03-03T14:37:37.397Z] ---> Running in 6bfe50212882 [2021-03-03T14:37:37.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:37:37.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:37:37.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:37:37.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:37:37.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:37:37.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:37:37.471Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-03T14:37:37.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:37:37.668Z] OK: 217 MiB in 51 packages [2021-03-03T14:37:37.737Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-03T14:37:37.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:37:37.999Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:37:37.999Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-03T14:37:37.999Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-03T14:37:38.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:37:38.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:37:38.264Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-03T14:37:38.264Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-03T14:37:38.264Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-03T14:37:38.264Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-03T14:37:38.493Z] OK: 217 MiB in 51 packages [2021-03-03T14:37:38.525Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-03T14:37:38.525Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:37:38.525Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-03T14:37:38.525Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-03T14:37:38.785Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-03T14:37:38.785Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:37:38.785Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-03T14:37:38.785Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-03T14:37:39.046Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-03T14:37:39.115Z] OK: 217 MiB in 51 packages [2021-03-03T14:37:39.115Z] OK: 217 MiB in 51 packages [2021-03-03T14:37:39.115Z] Removing intermediate container 24b399aa5bc0 [2021-03-03T14:37:39.115Z] ---> 17033ef8144b [2021-03-03T14:37:39.115Z] Step 6/30 : COPY go.mod . [2021-03-03T14:37:39.306Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:37:39.306Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-03T14:37:39.576Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-03T14:37:39.576Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-03T14:37:39.576Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:37:39.576Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-03-03T14:37:39.576Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-03T14:37:39.730Z] OK: 217 MiB in 51 packages [2021-03-03T14:37:39.842Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-03-03T14:37:39.842Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:37:39.842Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-03T14:37:40.147Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-03T14:37:40.326Z] ---> 61f253abf13d [2021-03-03T14:37:40.326Z] Step 7/30 : RUN go mod download [2021-03-03T14:37:40.326Z] Removing intermediate container 4f481b66faa4 [2021-03-03T14:37:40.326Z] ---> 5ceffbab0268 [2021-03-03T14:37:40.326Z] Step 6/22 : COPY go.mod . [2021-03-03T14:37:40.411Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-03T14:37:40.602Z] ---> Running in b6789dd2c78e [2021-03-03T14:37:40.673Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:37:40.673Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-03T14:37:40.673Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-03T14:37:40.877Z] Removing intermediate container 43106f923979 [2021-03-03T14:37:40.877Z] ---> 30c69d08fe9f [2021-03-03T14:37:40.877Z] Step 6/21 : COPY go.mod . [2021-03-03T14:37:40.877Z] Removing intermediate container a57dbb6d0256 [2021-03-03T14:37:40.877Z] ---> 9291152ba89f [2021-03-03T14:37:40.877Z] Step 6/23 : COPY go.mod . [2021-03-03T14:37:40.941Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-03T14:37:41.158Z] Removing intermediate container 6bfe50212882 [2021-03-03T14:37:41.158Z] ---> 0d8ee968d126 [2021-03-03T14:37:41.158Z] Step 6/22 : COPY go.mod . [2021-03-03T14:37:41.207Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:37:41.207Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-03T14:37:41.207Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-03T14:37:41.439Z] ---> b4962109afd8 [2021-03-03T14:37:41.440Z] Step 7/22 : RUN go mod download [2021-03-03T14:37:41.472Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-03T14:37:41.713Z] ---> Running in 0193e725109f [2021-03-03T14:37:41.736Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:37:41.736Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-03T14:37:41.736Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-03T14:37:41.736Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-03T14:37:41.987Z] ---> 3215f18ecb2d [2021-03-03T14:37:41.987Z] ---> 5e92ce6b6ebf [2021-03-03T14:37:41.987Z] Step 7/21 : RUN go mod download [2021-03-03T14:37:41.987Z] Step 7/23 : RUN go mod download [2021-03-03T14:37:42.001Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:37:42.001Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-03T14:37:42.001Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-03T14:37:42.263Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-03T14:37:42.263Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:37:42.263Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-03T14:37:42.263Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-03T14:37:42.277Z] ---> a852539f295b [2021-03-03T14:37:42.277Z] Step 7/22 : RUN go mod download [2021-03-03T14:37:42.277Z] ---> Running in 25284c93d6ad [2021-03-03T14:37:42.277Z] ---> Running in 178fcf187957 [2021-03-03T14:37:42.526Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-03T14:37:42.550Z] ---> Running in 434eb6157bc1 [2021-03-03T14:37:42.794Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:37:42.794Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-03T14:37:42.794Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-03T14:37:42.794Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-03T14:37:43.056Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:37:43.056Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-03T14:37:43.056Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-03T14:37:43.056Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-03T14:37:43.318Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-03T14:37:43.318Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-03T14:37:43.318Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-03T14:37:43.318Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-03T14:37:43.581Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-03T14:37:43.581Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-03T14:37:43.843Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-03T14:37:43.843Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-03T14:37:43.843Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-03T14:37:44.104Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-03T14:37:44.104Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-03T14:37:44.367Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-03T14:37:44.367Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-03T14:37:44.367Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-03T14:37:44.367Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-03T14:37:44.551Z] Removing intermediate container b6789dd2c78e [2021-03-03T14:37:44.551Z] ---> d4d136555838 [2021-03-03T14:37:44.551Z] Step 8/30 : COPY . . [2021-03-03T14:37:44.629Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-03T14:37:44.629Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-03T14:37:44.629Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-03T14:37:44.629Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-03T14:37:44.891Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-03T14:37:44.891Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-03T14:37:45.153Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-03T14:37:45.153Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-03T14:37:45.535Z] Removing intermediate container 0193e725109f [2021-03-03T14:37:45.535Z] ---> 4059fe2ee7da [2021-03-03T14:37:45.535Z] Step 8/22 : COPY . . [2021-03-03T14:37:45.727Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-03T14:37:45.727Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-03T14:37:46.671Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-03T14:37:46.671Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-03T14:37:46.932Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-03T14:37:46.932Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-03T14:37:46.932Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-03T14:37:46.932Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-03T14:37:47.504Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-03T14:37:47.504Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-03T14:37:47.528Z] Removing intermediate container 25284c93d6ad [2021-03-03T14:37:47.528Z] ---> be1d9371a435 [2021-03-03T14:37:47.528Z] Step 8/23 : COPY . . [2021-03-03T14:37:47.767Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-03T14:37:47.767Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-03T14:37:47.767Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-03T14:37:47.767Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-03T14:37:47.801Z] Removing intermediate container 434eb6157bc1 [2021-03-03T14:37:47.801Z] ---> 54a211eddb90 [2021-03-03T14:37:47.801Z] Step 8/22 : COPY . . [2021-03-03T14:37:48.028Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-03T14:37:48.028Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-03T14:37:48.028Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-03T14:37:48.075Z] Removing intermediate container 178fcf187957 [2021-03-03T14:37:48.076Z] ---> e2165ff79219 [2021-03-03T14:37:48.076Z] Step 8/21 : COPY . . [2021-03-03T14:37:48.290Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-03T14:37:48.290Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-03T14:37:48.290Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-03T14:37:48.552Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-03T14:37:48.552Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-03T14:37:49.939Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-03T14:37:49.940Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-03T14:37:50.883Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-03T14:37:50.883Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-03T14:37:51.827Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-03T14:37:51.827Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-03T14:37:52.089Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-03T14:37:52.089Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-03T14:37:53.475Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-03T14:37:53.475Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-03T14:37:53.475Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-03T14:37:53.475Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-03T14:37:53.475Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-03T14:37:53.475Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-03T14:37:53.736Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-03T14:37:53.736Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-03T14:37:54.000Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-03T14:37:54.000Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-03T14:37:54.000Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-03T14:37:54.268Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-03T14:37:54.268Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-03T14:37:54.268Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-03T14:37:54.542Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-03T14:37:54.542Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-03T14:37:54.809Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T14:37:54.809Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-03T14:37:54.809Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T14:37:55.075Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T14:37:55.075Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T14:37:55.075Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-03T14:37:55.075Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-03T14:37:55.075Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-03T14:37:55.338Z] [2021-03-03T14:37:55.338Z] Current default time zone: 'Etc/UTC' [2021-03-03T14:37:55.338Z] Local time is now: Wed Mar 3 14:37:55 UTC 2021. [2021-03-03T14:37:55.338Z] Universal Time is now: Wed Mar 3 14:37:55 UTC 2021. [2021-03-03T14:37:55.338Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-03T14:37:55.338Z] [2021-03-03T14:37:55.338Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-03T14:37:55.338Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T14:37:55.338Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-03T14:37:55.605Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-03T14:37:55.605Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-03T14:37:55.605Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-03T14:37:55.605Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-03T14:37:55.605Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-03T14:37:55.605Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-03T14:37:55.873Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-03T14:37:55.873Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T14:37:55.873Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-03T14:37:56.136Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-03T14:37:56.136Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-03T14:37:56.136Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T14:37:56.400Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-03T14:37:56.400Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-03T14:37:56.400Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-03T14:37:56.400Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-03T14:37:56.400Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-03T14:37:56.400Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-03T14:37:56.400Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-03T14:37:56.400Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-03T14:37:58.965Z] Updating certificates in /etc/ssl/certs... [2021-03-03T14:37:59.916Z] 23 added, 27 removed; done. [2021-03-03T14:37:59.916Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-03T14:37:59.916Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T14:37:59.916Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-03T14:37:59.916Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-03T14:38:00.183Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-03T14:38:00.183Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-03T14:38:00.183Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-03T14:38:00.183Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-03T14:38:00.183Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-03T14:38:00.184Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-03T14:38:00.184Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-03T14:38:00.184Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-03T14:38:00.447Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-03T14:38:00.447Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-03T14:38:00.447Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-03T14:38:00.447Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-03T14:38:00.447Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-03T14:38:00.447Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-03T14:38:00.447Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-03T14:38:00.447Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-03T14:38:00.710Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-03T14:38:00.710Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-03T14:38:00.710Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-03T14:38:00.710Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-03T14:38:00.973Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-03T14:38:00.973Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-03T14:38:00.973Z] Updating certificates in /etc/ssl/certs... [2021-03-03T14:38:01.548Z] 0 added, 0 removed; done. [2021-03-03T14:38:01.548Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-03T14:38:01.548Z] done. [2021-03-03T14:38:02.509Z] Reading package lists... [2021-03-03T14:38:02.777Z] Building dependency tree... [2021-03-03T14:38:02.777Z] Reading state information... [2021-03-03T14:38:03.043Z] The following NEW packages will be installed: [2021-03-03T14:38:03.043Z] apt-transport-https [2021-03-03T14:38:03.043Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-03T14:38:03.043Z] Need to get 1696 B of archives. [2021-03-03T14:38:03.043Z] After this operation, 153 kB of additional disk space will be used. [2021-03-03T14:38:03.043Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-03T14:38:03.307Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-03T14:38:03.307Z] Fetched 1696 B in 0s (38.5 kB/s) [2021-03-03T14:38:03.307Z] Selecting previously unselected package apt-transport-https. [2021-03-03T14:38:03.307Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-03T14:38:03.307Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-03T14:38:03.307Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-03T14:38:03.307Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-03T14:38:03.882Z] Waiting for network to be ready... [2021-03-03T14:38:10.493Z] 2021-03-03T14:38:08Z INFO Waiting for automatic snapd restart... [2021-03-03T14:38:10.754Z] snapd 2.48.2.1 from Canonical* installed [2021-03-03T14:38:11.018Z] "snapd" switched to the "latest/stable" channel [2021-03-03T14:38:11.018Z] [2021-03-03T14:38:14.875Z] ---> 88dce59f1ae8 [2021-03-03T14:38:14.875Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-03T14:38:14.875Z] ---> 141bc97e1e64 [2021-03-03T14:38:14.875Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-03T14:38:14.875Z] ---> 4b35a9352bf4 [2021-03-03T14:38:14.875Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-03T14:38:14.875Z] ---> e9a5785a3130 [2021-03-03T14:38:14.875Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-03T14:38:14.875Z] ---> 61d683bc7249 [2021-03-03T14:38:14.875Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-03T14:38:14.875Z] ---> Running in 26f2c6028dda [2021-03-03T14:38:14.875Z] ---> Running in fca59efe856d [2021-03-03T14:38:14.875Z] ---> Running in 5708fb1a2df0 [2021-03-03T14:38:14.875Z] ---> Running in 6f2c91caf559 [2021-03-03T14:38:14.875Z] ---> Running in 8198f80ff9d7 [2021-03-03T14:38:14.875Z] 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-03T14:38:14.875Z] 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-03T14:38:14.875Z] 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-03T14:38:14.875Z] 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-03T14:38:14.875Z] 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-03T14:38:17.652Z] core18 20210128 from Canonical* installed [2021-03-03T14:38:17.652Z] "core18" switched to the "latest/stable" channel [2021-03-03T14:38:17.652Z] [2021-03-03T14:38:24.263Z] snapcraft 4.5.1 from Canonical* installed [2021-03-03T14:38:24.263Z] "snapcraft" switched to the "latest/stable" channel [2021-03-03T14:38:24.263Z] [2021-03-03T14:38:28.479Z] 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-03T14:38:28.479Z] - README.md [2021-03-03T14:38:28.479Z] - snapcraft.yaml.orig [2021-03-03T14:38:28.479Z] [2021-03-03T14:38:28.479Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-03T14:38:35.090Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-03T14:38:35.090Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-03T14:38:35.090Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-03T14:38:35.369Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-03T14:38:38.567Z] Reading package lists... [2021-03-03T14:38:38.830Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-03T14:38:45.439Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-03T14:38:45.439Z] Reading package lists... [2021-03-03T14:38:45.439Z] Building dependency tree... [2021-03-03T14:38:45.439Z] Reading state information... [2021-03-03T14:38:45.439Z] Suggested packages: [2021-03-03T14:38:45.439Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-03T14:38:45.439Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-03T14:38:45.439Z] Recommended packages: [2021-03-03T14:38:45.439Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-03T14:38:45.713Z] The following NEW packages will be installed: [2021-03-03T14:38:45.713Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-03T14:38:45.713Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-03T14:38:45.713Z] pkg-config zip [2021-03-03T14:38:45.713Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-03T14:38:45.713Z] Need to get 7655 kB of archives. [2021-03-03T14:38:45.713Z] After this operation, 43.7 MB of additional disk space will be used. [2021-03-03T14:38:45.713Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-03-03T14:38:45.713Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-03T14:38:45.713Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-03T14:38:45.713Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-03-03T14:38:45.713Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-03-03T14:38:45.981Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-03T14:38:45.981Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-03T14:38:45.981Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-03T14:38:45.981Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-03T14:38:46.248Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-03T14:38:46.248Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-03T14:38:46.248Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-03T14:38:46.248Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-03T14:38:46.248Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-03T14:38:46.248Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-03T14:38:46.511Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-03T14:38:46.512Z] Fetched 7655 kB in 1s (10.5 MB/s) [2021-03-03T14:38:46.773Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-03T14:38:46.773Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-03T14:38:46.773Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-03-03T14:38:46.773Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-03T14:38:47.353Z] Selecting previously unselected package libpsl5:amd64. [2021-03-03T14:38:47.353Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-03T14:38:47.353Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-03T14:38:47.353Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-03T14:38:47.353Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-03T14:38:47.353Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-03T14:38:47.353Z] Selecting previously unselected package librtmp1:amd64. [2021-03-03T14:38:47.353Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-03T14:38:47.353Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-03T14:38:47.616Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-03T14:38:47.616Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-03T14:38:47.616Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-03T14:38:47.883Z] Selecting previously unselected package liberror-perl. [2021-03-03T14:38:47.883Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-03T14:38:47.883Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-03T14:38:47.883Z] Selecting previously unselected package git-man. [2021-03-03T14:38:47.883Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-03-03T14:38:47.883Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-03T14:38:48.146Z] Selecting previously unselected package git. [2021-03-03T14:38:48.146Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-03-03T14:38:48.146Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-03-03T14:38:49.094Z] Selecting previously unselected package libnorm1:amd64. [2021-03-03T14:38:49.094Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-03T14:38:49.094Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-03T14:38:49.355Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-03T14:38:49.355Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-03T14:38:49.355Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-03T14:38:49.355Z] Selecting previously unselected package libsodium23:amd64. [2021-03-03T14:38:49.355Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-03T14:38:49.355Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-03T14:38:49.617Z] Selecting previously unselected package libzmq5:amd64. [2021-03-03T14:38:49.617Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-03T14:38:49.617Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-03T14:38:49.617Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-03T14:38:49.617Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-03T14:38:49.617Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-03T14:38:49.879Z] Selecting previously unselected package pkg-config. [2021-03-03T14:38:49.879Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-03T14:38:49.879Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-03T14:38:49.879Z] Selecting previously unselected package zip. [2021-03-03T14:38:49.879Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-03T14:38:49.879Z] Unpacking zip (3.0-11build1) ... [2021-03-03T14:38:50.141Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-03T14:38:50.141Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-03T14:38:50.141Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-03T14:38:50.141Z] Setting up liberror-perl (0.17025-1) ... [2021-03-03T14:38:50.141Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-03T14:38:50.141Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-03T14:38:50.141Z] No schema files found: doing nothing. [2021-03-03T14:38:50.141Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-03T14:38:50.141Z] Setting up zip (3.0-11build1) ... [2021-03-03T14:38:50.407Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-03T14:38:50.407Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-03T14:38:50.407Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-03T14:38:50.407Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-03T14:38:50.407Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-03T14:38:50.407Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-03T14:38:50.674Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-03-03T14:38:50.674Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-03T14:38:57.273Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-03T14:38:57.273Z] git set to automatically installed. [2021-03-03T14:38:57.273Z] git-man set to automatically installed. [2021-03-03T14:38:57.273Z] libcurl3-gnutls set to automatically installed. [2021-03-03T14:38:57.273Z] liberror-perl set to automatically installed. [2021-03-03T14:38:57.273Z] libglib2.0-0 set to automatically installed. [2021-03-03T14:38:57.273Z] libnghttp2-14 set to automatically installed. [2021-03-03T14:38:57.273Z] libnorm1 set to automatically installed. [2021-03-03T14:38:57.273Z] libpgm-5.2-0 set to automatically installed. [2021-03-03T14:38:57.273Z] libpsl5 set to automatically installed. [2021-03-03T14:38:57.273Z] librtmp1 set to automatically installed. [2021-03-03T14:38:57.273Z] libsodium23 set to automatically installed. [2021-03-03T14:38:57.273Z] libzmq3-dev set to automatically installed. [2021-03-03T14:38:57.273Z] libzmq5 set to automatically installed. [2021-03-03T14:38:57.273Z] pkg-config set to automatically installed. [2021-03-03T14:38:57.273Z] zip set to automatically installed. [2021-03-03T14:38:59.197Z] snapd is not logged in, snap install commands will use sudo [2021-03-03T14:39:05.838Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-03T14:39:06.412Z] snap "core18" has no updates available [2021-03-03T14:39:07.376Z] Pulling config-common [2021-03-03T14:39:07.376Z] + snapcraftctl pull [2021-03-03T14:39:09.010Z] Pulling go-build-helper [2021-03-03T14:39:09.010Z] + snapcraftctl pull [2021-03-03T14:39:35.632Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-03T14:39:35.632Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-03T14:39:35.632Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-03T14:39:35.632Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-03T14:39:35.632Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-03T14:39:35.632Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] [2021-03-03T14:39:35.632Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] [2021-03-03T14:39:35.632Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] [2021-03-03T14:39:35.632Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] [2021-03-03T14:39:35.632Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-03-03T14:39:35.632Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-03T14:39:35.632Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-03T14:39:35.632Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-03T14:39:35.632Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-03T14:39:35.632Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-03T14:39:35.632Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-03T14:39:35.632Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-03T14:39:35.632Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-03T14:39:35.632Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-03T14:39:35.632Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-03T14:39:35.632Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-03T14:39:35.632Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] [2021-03-03T14:39:35.632Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] [2021-03-03T14:39:35.632Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] [2021-03-03T14:39:35.632Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] [2021-03-03T14:39:35.632Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-03T14:39:35.632Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-03T14:39:35.632Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-03T14:39:35.632Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-03T14:39:35.632Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-03T14:39:35.632Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-03T14:39:35.632Z] Fetched 279 kB in 0s (0 B/s) [2021-03-03T14:39:35.632Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-03T14:39:35.632Z] Fetched 122 kB in 0s (0 B/s) [2021-03-03T14:39:35.632Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-03T14:39:35.632Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-03T14:39:35.632Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-03T14:39:35.632Z] Fetched 8848 B in 0s (0 B/s) [2021-03-03T14:39:35.632Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-03T14:39:35.632Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-03T14:39:35.632Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-03T14:39:35.632Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-03T14:39:35.632Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-03T14:39:35.632Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-03T14:39:35.632Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-03T14:39:35.632Z] Fetched 214 kB in 0s (0 B/s) [2021-03-03T14:39:35.632Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-03T14:39:35.632Z] Fetched 154 kB in 0s (0 B/s) [2021-03-03T14:39:35.633Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-03T14:39:35.633Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-03T14:39:35.633Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-03T14:39:35.633Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-03T14:39:35.633Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-03T14:39:35.633Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-03T14:39:35.633Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-03T14:39:35.633Z] Fetched 499 kB in 0s (0 B/s) [2021-03-03T14:39:35.633Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-03T14:39:35.633Z] Fetched 111 kB in 0s (0 B/s) [2021-03-03T14:39:35.633Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-03T14:39:35.633Z] Fetched 240 kB in 0s (0 B/s) [2021-03-03T14:39:35.633Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-03T14:39:35.633Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-03T14:39:35.633Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-03T14:39:35.633Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-03T14:39:35.633Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-03T14:39:35.633Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-03T14:39:35.633Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-03T14:39:35.633Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-03T14:39:35.633Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-03T14:39:35.633Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-03T14:39:35.633Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-03T14:39:35.633Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-03T14:39:35.633Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-03T14:39:35.633Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-03T14:39:35.633Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-03T14:39:35.633Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-03T14:39:35.633Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-03T14:39:35.633Z] Fetched 8720 B in 0s (0 B/s) [2021-03-03T14:39:35.633Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-03T14:39:35.633Z] Fetched 137 kB in 0s (0 B/s) [2021-03-03T14:39:35.633Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-03T14:39:35.633Z] Fetched 119 kB in 0s (0 B/s) [2021-03-03T14:39:35.633Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-03T14:39:35.633Z] Fetched 109 kB in 0s (0 B/s) [2021-03-03T14:39:35.633Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-03T14:39:35.633Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-03T14:39:35.633Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-03T14:39:35.633Z] Fetched 645 kB in 0s (0 B/s) [2021-03-03T14:39:35.633Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-03T14:39:35.633Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-03T14:39:35.633Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-03T14:39:35.633Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-03T14:39:35.633Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-03T14:39:35.633Z] Fetched 368 kB in 0s (0 B/s) [2021-03-03T14:39:35.633Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-03T14:39:35.633Z] Fetched 187 kB in 0s (0 B/s) [2021-03-03T14:39:35.633Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-03T14:39:35.633Z] Fetched 175 kB in 0s (0 B/s) [2021-03-03T14:39:35.633Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-03T14:39:39.856Z] Fetched 206 kB in 0s (0 B/s) [2021-03-03T14:39:39.856Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-03T14:39:39.856Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-03T14:39:39.856Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-03T14:39:39.856Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-03T14:39:39.856Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-03T14:39:39.856Z] Fetched 159 kB in 0s (0 B/s) [2021-03-03T14:39:39.856Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-03T14:39:39.856Z] Fetched 107 kB in 0s (0 B/s) [2021-03-03T14:39:39.856Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-03T14:39:39.856Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-03T14:39:39.856Z] Pulling static-packages [2021-03-03T14:39:39.856Z] + snapcraftctl pull [2021-03-03T14:39:40.803Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-03-03T14:39:40.803Z] Skipping pull go-build-helper (already ran) [2021-03-03T14:39:40.803Z] Skipping pull static-packages (already ran) [2021-03-03T14:39:40.803Z] Building go-build-helper [2021-03-03T14:39:40.803Z] + snapcraftctl build [2021-03-03T14:39:47.418Z] Building static-packages [2021-03-03T14:39:47.418Z] + snapcraftctl build [2021-03-03T14:39:50.734Z] Staging go-build-helper [2021-03-03T14:39:50.734Z] + snapcraftctl stage [2021-03-03T14:39:51.768Z] 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-03T14:39:52.138Z] Staging static-packages [2021-03-03T14:39:52.139Z] + snapcraftctl stage [2021-03-03T14:39:53.540Z] Pulling go115 [2021-03-03T14:39:53.540Z] + snapcraftctl pull [2021-03-03T14:39:54.942Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-03T14:39:54.942Z] Skipping pull go115 (already ran) [2021-03-03T14:39:54.942Z] Building go115 [2021-03-03T14:39:54.942Z] + dpkg --print-architecture [2021-03-03T14:39:54.942Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-03T14:39:54.942Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-03T14:39:54.942Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-03T14:39:54.942Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-03T14:39:54.942Z] Dload Upload Total Spent Left Speed [2021-03-03T14:39:57.941Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 24 115M 24 28.3M 0 0 26.5M 0 0:00:04 0:00:01 0:00:03 26.5M 63 115M 63 73.5M 0 0 36.0M 0 0:00:03 0:00:02 0:00:01 36.0M 100 115M 100 115M 0 0 38.8M 0 0:00:02 0:00:02 --:--:-- 38.8M [2021-03-03T14:39:57.941Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-03T14:39:57.941Z] + sha256sum -c sha256+ [2021-03-03T14:39:57.941Z] grep OK [2021-03-03T14:39:58.521Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-03T14:39:58.521Z] + mkdir -p /root/stage/go1.15 [2021-03-03T14:39:58.521Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-03T14:40:04.227Z] Removing intermediate container 8198f80ff9d7 [2021-03-03T14:40:04.227Z] ---> f708fc5d28e0 [2021-03-03T14:40:04.227Z] [2021-03-03T14:40:04.227Z] Step 10/21 : FROM alpine:3.12 [2021-03-03T14:40:04.227Z] Removing intermediate container fca59efe856d [2021-03-03T14:40:04.227Z] ---> 4bc3bed6ded4 [2021-03-03T14:40:04.227Z] [2021-03-03T14:40:04.227Z] Step 10/30 : FROM alpine:3.12 [2021-03-03T14:40:04.227Z] 3.12: Pulling from library/alpine [2021-03-03T14:40:04.227Z] 3.12: Pulling from library/alpine [2021-03-03T14:40:04.227Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-03T14:40:04.227Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-03T14:40:04.227Z] Status: Image is up to date for alpine:3.12 [2021-03-03T14:40:04.227Z] ---> d10569e2745f [2021-03-03T14:40:04.227Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-03T14:40:04.227Z] Status: Downloaded newer image for alpine:3.12 [2021-03-03T14:40:04.227Z] ---> d10569e2745f [2021-03-03T14:40:04.227Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-03T14:40:04.505Z] ---> Running in 2156441ae159 [2021-03-03T14:40:04.505Z] ---> Running in 01705145eaaa [2021-03-03T14:40:05.141Z] Staging go115 [2021-03-03T14:40:05.142Z] + snapcraftctl stage [2021-03-03T14:40:05.500Z] Removing intermediate container 01705145eaaa [2021-03-03T14:40:05.500Z] ---> 28b5f5ebc2b6 [2021-03-03T14:40:05.500Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-03T14:40:06.116Z] ---> Running in 5b3ef6ad7281 [2021-03-03T14:40:06.393Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:40:06.671Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:40:07.279Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-03T14:40:07.279Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T14:40:07.279Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-03T14:40:07.279Z] (4/4) Installing curl (7.69.1-r3) [2021-03-03T14:40:07.279Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:40:07.556Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T14:40:07.852Z] OK: 7 MiB in 18 packages [2021-03-03T14:40:07.852Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:40:08.131Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:40:08.737Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-03T14:40:08.737Z] (2/2) Installing su-exec (0.2-r1) [2021-03-03T14:40:08.737Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:40:08.737Z] OK: 5 MiB in 16 packages [2021-03-03T14:40:11.385Z] Removing intermediate container 2156441ae159 [2021-03-03T14:40:11.385Z] ---> 00cae42915f2 [2021-03-03T14:40:11.385Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-03T14:40:11.385Z] Removing intermediate container 5b3ef6ad7281 [2021-03-03T14:40:11.385Z] ---> 6e92fc21d4ac [2021-03-03T14:40:11.385Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-03T14:40:11.679Z] ---> Running in eff3d8e1a10d [2021-03-03T14:40:11.769Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-03T14:40:11.769Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-03T14:40:11.769Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-03T14:40:11.769Z] Fetched 0 B in 0s (0 B/s) [2021-03-03T14:40:11.769Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-03T14:40:11.769Z] Fetched 224 kB in 0s (0 B/s) [2021-03-03T14:40:11.769Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-03T14:40:11.769Z] Fetched 157 kB in 0s (0 B/s) [2021-03-03T14:40:11.769Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-03T14:40:11.769Z] Fetched 221 kB in 0s (0 B/s) [2021-03-03T14:40:11.769Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-03T14:40:11.769Z] Fetched 143 kB in 0s (0 B/s) [2021-03-03T14:40:11.769Z] Pulling edgex-go [2021-03-03T14:40:11.769Z] + snapcraftctl pull [2021-03-03T14:40:12.287Z] ---> Running in ce1482f8cc0f [2021-03-03T14:40:12.569Z] Removing intermediate container eff3d8e1a10d [2021-03-03T14:40:12.569Z] ---> 8e80c31a56cc [2021-03-03T14:40:12.569Z] Step 13/21 : WORKDIR /edgex [2021-03-03T14:40:12.850Z] Removing intermediate container 6f2c91caf559 [2021-03-03T14:40:12.850Z] ---> 52cbb8fe829b [2021-03-03T14:40:12.850Z] [2021-03-03T14:40:12.850Z] Step 10/22 : FROM alpine:3.12 [2021-03-03T14:40:12.850Z] ---> d10569e2745f [2021-03-03T14:40:12.850Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-03T14:40:12.850Z] Removing intermediate container ce1482f8cc0f [2021-03-03T14:40:12.850Z] ---> 2ba1f5cf9a4a [2021-03-03T14:40:12.850Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-03T14:40:13.124Z] ---> Running in 200a4b4489c9 [2021-03-03T14:40:13.124Z] Removing intermediate container 26f2c6028dda [2021-03-03T14:40:13.124Z] ---> 6c86926f896c [2021-03-03T14:40:13.124Z] [2021-03-03T14:40:13.124Z] Step 10/22 : FROM alpine:3.12 [2021-03-03T14:40:13.124Z] ---> d10569e2745f [2021-03-03T14:40:13.124Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-03T14:40:13.403Z] ---> Running in a8614ce3b4fa [2021-03-03T14:40:13.403Z] ---> Running in 83f3d31d0e57 [2021-03-03T14:40:13.403Z] ---> Running in f99e549c9a89 [2021-03-03T14:40:13.727Z] Pulling version [2021-03-03T14:40:13.728Z] + cd /root/project [2021-03-03T14:40:13.728Z] + [ -f VERSION ] [2021-03-03T14:40:13.728Z] + PROJECT_VERSION=local-dev [2021-03-03T14:40:13.728Z] + git rev-parse --short HEAD [2021-03-03T14:40:13.728Z] + GIT_REVISION=444c519f [2021-03-03T14:40:13.728Z] + snapcraftctl set-version local-dev [2021-03-03T14:40:13.998Z] Removing intermediate container 200a4b4489c9 [2021-03-03T14:40:13.998Z] ---> d2b29680cf82 [2021-03-03T14:40:13.998Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-03T14:40:14.282Z] Removing intermediate container a8614ce3b4fa [2021-03-03T14:40:14.282Z] ---> b8d6d45d3f65 [2021-03-03T14:40:14.282Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-03T14:40:14.556Z] ---> Running in 135625703aea [2021-03-03T14:40:15.155Z] ---> 8b1acc8d09de [2021-03-03T14:40:15.155Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-03T14:40:15.438Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:40:15.438Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:40:15.662Z] Building config-common [2021-03-03T14:40:15.663Z] + snapcraftctl build [2021-03-03T14:40:15.714Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:40:15.714Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:40:16.314Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-03T14:40:16.314Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:40:16.314Z] OK: 5 MiB in 15 packages [2021-03-03T14:40:16.314Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-03T14:40:16.314Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-03T14:40:16.314Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:40:16.314Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T14:40:16.591Z] OK: 6 MiB in 16 packages [2021-03-03T14:40:17.727Z] ---> eda9d9bfe905 [2021-03-03T14:40:17.727Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-03T14:40:18.762Z] Removing intermediate container 83f3d31d0e57 [2021-03-03T14:40:18.762Z] ---> f6462419510b [2021-03-03T14:40:18.762Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T14:40:18.995Z] Skipping build go-build-helper (already ran) [2021-03-03T14:40:18.995Z] Skipping build static-packages (already ran) [2021-03-03T14:40:18.995Z] Skipping build go115 (already ran) [2021-03-03T14:40:18.995Z] Building edgex-go [2021-03-03T14:40:19.076Z] ---> Running in b2ea4b4bb382 [2021-03-03T14:40:19.076Z] Removing intermediate container 135625703aea [2021-03-03T14:40:19.076Z] ---> b00614a2082e [2021-03-03T14:40:19.076Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-03T14:40:19.531Z] ---> Running in bb3630a43e93 [2021-03-03T14:40:19.570Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-03-03T14:40:19.570Z] + cd /root/parts/edgex-go/src [2021-03-03T14:40:19.570Z] + make build [2021-03-03T14:40:19.570Z] 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-03T14:40:20.142Z] ---> 79ccfc4d7cb1 [2021-03-03T14:40:20.142Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-03T14:40:20.142Z] Removing intermediate container b2ea4b4bb382 [2021-03-03T14:40:20.142Z] ---> 66da53c77d17 [2021-03-03T14:40:20.142Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-03T14:40:20.142Z] Removing intermediate container f99e549c9a89 [2021-03-03T14:40:20.142Z] ---> 9fbe4b07f646 [2021-03-03T14:40:20.142Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T14:40:20.411Z] ---> Running in 88ff02118ce8 [2021-03-03T14:40:20.411Z] Removing intermediate container bb3630a43e93 [2021-03-03T14:40:20.411Z] ---> fd6d609c7932 [2021-03-03T14:40:20.411Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-03T14:40:20.411Z] ---> Running in c515d6d43955 [2021-03-03T14:40:20.411Z] ---> Running in e9d5d65f98e3 [2021-03-03T14:40:21.389Z] Removing intermediate container 88ff02118ce8 [2021-03-03T14:40:21.389Z] ---> eb8899f33556 [2021-03-03T14:40:21.389Z] Step 18/21 : CMD ["--init=true"] [2021-03-03T14:40:21.389Z] Removing intermediate container c515d6d43955 [2021-03-03T14:40:21.389Z] ---> f22ea6b85ff7 [2021-03-03T14:40:21.389Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-03T14:40:21.389Z] Removing intermediate container e9d5d65f98e3 [2021-03-03T14:40:21.389Z] ---> 900e18526ba0 [2021-03-03T14:40:21.389Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-03T14:40:21.389Z] ---> Running in 5e98097505be [2021-03-03T14:40:21.522Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-03T14:40:21.522Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-03T14:40:21.522Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-03T14:40:21.522Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-03T14:40:21.522Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.42 [2021-03-03T14:40:21.522Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-03T14:40:21.522Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-03T14:40:21.522Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 [2021-03-03T14:40:21.522Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-03T14:40:21.522Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-03T14:40:21.664Z] ---> c07992772ee1 [2021-03-03T14:40:21.665Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-03T14:40:21.796Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-03T14:40:21.796Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-03T14:40:21.796Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-03T14:40:21.796Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-03T14:40:21.796Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-03-03T14:40:21.796Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-03T14:40:21.796Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-03T14:40:21.796Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-03T14:40:21.796Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-03T14:40:21.796Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-03T14:40:21.796Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-03T14:40:21.796Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-03T14:40:21.796Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-03T14:40:21.796Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-03T14:40:21.796Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-03T14:40:21.938Z] ---> Running in 03661f174ba9 [2021-03-03T14:40:21.938Z] ---> Running in 729ea8015733 [2021-03-03T14:40:21.938Z] ---> Running in 9728e3520fea [2021-03-03T14:40:22.058Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-03T14:40:22.058Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-03T14:40:22.058Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-03T14:40:22.058Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-03T14:40:22.058Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-03T14:40:22.058Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-03T14:40:22.058Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-03T14:40:22.058Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-03T14:40:22.058Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-03T14:40:22.058Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-03T14:40:22.058Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-03T14:40:22.224Z] Removing intermediate container 5e98097505be [2021-03-03T14:40:22.224Z] ---> 70ac80027ee3 [2021-03-03T14:40:22.224Z] Step 19/21 : LABEL arch=arm64 [2021-03-03T14:40:22.377Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-03T14:40:22.377Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-03T14:40:22.377Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-03T14:40:22.377Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-03T14:40:22.377Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-03T14:40:22.377Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-03T14:40:22.497Z] ---> Running in d65c02c02136 [2021-03-03T14:40:22.497Z] Removing intermediate container 729ea8015733 [2021-03-03T14:40:22.497Z] Removing intermediate container 03661f174ba9 [2021-03-03T14:40:22.497Z] ---> d7acf18d17f2 [2021-03-03T14:40:22.497Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-03T14:40:22.497Z] ---> 268e016c5f3e [2021-03-03T14:40:22.497Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:40:22.645Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-03T14:40:22.645Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-03T14:40:22.773Z] ---> Running in d887f3cfb3d7 [2021-03-03T14:40:23.374Z] Removing intermediate container d65c02c02136 [2021-03-03T14:40:23.374Z] ---> 04413ba77ba3 [2021-03-03T14:40:23.374Z] Step 20/21 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa [2021-03-03T14:40:23.973Z] ---> Running in f154b0997ae2 [2021-03-03T14:40:23.973Z] Removing intermediate container d887f3cfb3d7 [2021-03-03T14:40:23.973Z] ---> 46df798f8fce [2021-03-03T14:40:23.973Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:40:24.251Z] ---> c836f1594915 [2021-03-03T14:40:24.251Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-03T14:40:24.538Z] Removing intermediate container f154b0997ae2 [2021-03-03T14:40:24.538Z] ---> 1eb20af7553e [2021-03-03T14:40:24.538Z] Step 21/21 : LABEL version=0.0.0 [2021-03-03T14:40:25.145Z] ---> Running in 560f9615811c [2021-03-03T14:40:25.422Z] ---> 675e09a96e2f [2021-03-03T14:40:25.422Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-03T14:40:25.698Z] Removing intermediate container 9728e3520fea [2021-03-03T14:40:25.698Z] ---> 7a02f04b63ae [2021-03-03T14:40:25.698Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:40:26.301Z] Removing intermediate container 5708fb1a2df0 [2021-03-03T14:40:26.301Z] ---> 66c9b9fab52c [2021-03-03T14:40:26.301Z] [2021-03-03T14:40:26.301Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T14:40:26.301Z] ---> d10569e2745f [2021-03-03T14:40:26.301Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-03T14:40:26.301Z] Removing intermediate container 560f9615811c [2021-03-03T14:40:26.301Z] ---> fe41266be15a [2021-03-03T14:40:26.301Z] [2021-03-03T14:40:26.301Z] ---> e5f2b0444225 [2021-03-03T14:40:26.301Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-03T14:40:26.598Z] ---> Running in a0da6f110251 [2021-03-03T14:40:26.881Z] ---> f8561d831f5b [2021-03-03T14:40:26.881Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-03T14:40:26.881Z] Successfully built fe41266be15a [2021-03-03T14:40:27.162Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-03T14:40:27.162Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-03T14:40:27.162Z] Removing intermediate container a0da6f110251 [2021-03-03T14:40:27.162Z] ---> 8c501d02e89b [2021-03-03T14:40:27.162Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-03T14:40:27.441Z] ---> 00ace4482fb8 [2021-03-03T14:40:27.442Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-03T14:40:27.727Z] ---> b60d0b6cb659 [2021-03-03T14:40:27.727Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-03T14:40:27.727Z] ---> Running in 1e7aed1e5884 [2021-03-03T14:40:27.727Z] ---> Running in f02fc288f23c [2021-03-03T14:40:28.323Z] Removing intermediate container 1e7aed1e5884 [2021-03-03T14:40:28.323Z] ---> 4dbd48177050 [2021-03-03T14:40:28.323Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-03T14:40:28.915Z] ---> 955a7981fd6b [2021-03-03T14:40:28.915Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-03T14:40:29.185Z] ---> Running in b0b1b0c13c15 [2021-03-03T14:40:29.185Z] Removing intermediate container f02fc288f23c [2021-03-03T14:40:29.185Z] ---> 1e978a20b608 [2021-03-03T14:40:29.185Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:40:29.458Z] ---> 07b5511cada7 [2021-03-03T14:40:29.458Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-03T14:40:30.063Z] ---> Running in 9b28fa188267 [2021-03-03T14:40:30.063Z] ---> Running in bd8a33101cc6 [2021-03-03T14:40:30.668Z] Removing intermediate container b0b1b0c13c15 [2021-03-03T14:40:30.668Z] ---> 88a097ed7cc6 [2021-03-03T14:40:30.668Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:40:30.668Z] ---> 44b7b46fd078 [2021-03-03T14:40:30.668Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-03T14:40:30.668Z] Removing intermediate container 9b28fa188267 [2021-03-03T14:40:30.668Z] ---> 291340d58c23 [2021-03-03T14:40:30.668Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:40:30.668Z] Removing intermediate container bd8a33101cc6 [2021-03-03T14:40:30.668Z] ---> d09f26108174 [2021-03-03T14:40:30.668Z] Step 20/22 : LABEL arch=arm64 [2021-03-03T14:40:30.668Z] ---> Running in 35a5e238454d [2021-03-03T14:40:30.944Z] ---> Running in 9839492e2701 [2021-03-03T14:40:31.229Z] ---> Running in bef4d65aab0e [2021-03-03T14:40:31.839Z] ---> 7a79b42c33c0 [2021-03-03T14:40:31.839Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-03-03T14:40:32.435Z] Removing intermediate container bef4d65aab0e [2021-03-03T14:40:32.435Z] ---> 45515ec8edc0 [2021-03-03T14:40:32.435Z] Step 21/22 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa [2021-03-03T14:40:32.435Z] Removing intermediate container 9839492e2701 [2021-03-03T14:40:32.435Z] ---> ed1576fc1c7e [2021-03-03T14:40:32.435Z] Step 20/22 : LABEL arch=arm64 [2021-03-03T14:40:32.699Z] 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-03T14:40:32.699Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-03T14:40:32.709Z] ---> Running in dcf78d24821c [2021-03-03T14:40:32.984Z] ---> Running in a6269d3ecda3 [2021-03-03T14:40:32.984Z] ---> Running in da20c66e9a51 [2021-03-03T14:40:33.578Z] Removing intermediate container dcf78d24821c [2021-03-03T14:40:33.578Z] ---> f3141bb0f9b2 [2021-03-03T14:40:33.578Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-03T14:40:33.852Z] Removing intermediate container da20c66e9a51 [2021-03-03T14:40:33.852Z] ---> 71879b99020f [2021-03-03T14:40:33.852Z] Step 22/22 : LABEL version=0.0.0 [2021-03-03T14:40:33.852Z] Removing intermediate container a6269d3ecda3 [2021-03-03T14:40:33.852Z] ---> bd183dd9e060 [2021-03-03T14:40:33.852Z] Step 21/22 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa [2021-03-03T14:40:34.126Z] ---> Running in 421ef0d36fd0 [2021-03-03T14:40:34.126Z] ---> Running in da2e9a404d1d [2021-03-03T14:40:34.727Z] Removing intermediate container 35a5e238454d [2021-03-03T14:40:34.727Z] ---> b789b5ae0078 [2021-03-03T14:40:34.727Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-03T14:40:34.727Z] ---> d7cbcaf48a36 [2021-03-03T14:40:34.727Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-03-03T14:40:34.727Z] ---> Running in 2a034970f432 [2021-03-03T14:40:35.010Z] Removing intermediate container 421ef0d36fd0 [2021-03-03T14:40:35.010Z] ---> 55240f421b44 [2021-03-03T14:40:35.010Z] [2021-03-03T14:40:35.010Z] Removing intermediate container da2e9a404d1d [2021-03-03T14:40:35.010Z] ---> 64bad66a10ea [2021-03-03T14:40:35.010Z] Step 22/22 : LABEL version=0.0.0 [2021-03-03T14:40:35.613Z] ---> Running in 687a84af76bc [2021-03-03T14:40:35.613Z] Successfully built 55240f421b44 [2021-03-03T14:40:35.887Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-03T14:40:35.887Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-03-03T14:40:35.887Z] ---> Running in 134d4238a5c9 [2021-03-03T14:40:36.878Z] Removing intermediate container 134d4238a5c9 [2021-03-03T14:40:36.878Z] ---> adfbe8f27a65 [2021-03-03T14:40:36.878Z] [2021-03-03T14:40:36.878Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:40:37.155Z] Successfully built adfbe8f27a65 [2021-03-03T14:40:37.155Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-03T14:40:37.155Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-03-03T14:40:37.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:40:38.389Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-03T14:40:38.389Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-03T14:40:38.663Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-03T14:40:38.663Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-03T14:40:38.937Z] Removing intermediate container 687a84af76bc [2021-03-03T14:40:38.937Z] ---> 39a21b0def3d [2021-03-03T14:40:38.937Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-03T14:40:38.937Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-03T14:40:38.937Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-03T14:40:39.210Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:40:39.210Z] OK: 8 MiB in 20 packages [2021-03-03T14:40:39.315Z] 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-03T14:40:39.806Z] ---> Running in f203e646ffc8 [2021-03-03T14:40:41.288Z] Removing intermediate container f203e646ffc8 [2021-03-03T14:40:41.288Z] ---> d37626c69433 [2021-03-03T14:40:41.288Z] Step 27/30 : CMD ["gate"] [2021-03-03T14:40:41.359Z] 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-03T14:40:41.594Z] Removing intermediate container 2a034970f432 [2021-03-03T14:40:41.594Z] ---> 733d70407c08 [2021-03-03T14:40:41.594Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:40:42.194Z] ---> Running in 980067ba19b2 [2021-03-03T14:40:42.855Z] 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-03T14:40:43.116Z] 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-03T14:40:43.173Z] ---> b331821fd833 [2021-03-03T14:40:43.173Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-03T14:40:43.376Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-03T14:40:43.446Z] Removing intermediate container 980067ba19b2 [2021-03-03T14:40:43.446Z] ---> 7b7a23dfc5d4 [2021-03-03T14:40:43.446Z] Step 28/30 : LABEL arch=arm64 [2021-03-03T14:40:43.637Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-03T14:40:43.637Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-03T14:40:43.637Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-03T14:40:44.886Z] ---> Running in c97bb47dc626 [2021-03-03T14:40:45.481Z] ---> b09f914bb38f [2021-03-03T14:40:45.481Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-03T14:40:45.759Z] Removing intermediate container c97bb47dc626 [2021-03-03T14:40:45.759Z] ---> aa269812a56e [2021-03-03T14:40:45.759Z] Step 29/30 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa [2021-03-03T14:40:46.033Z] ---> Running in 92057d7ecd4c [2021-03-03T14:40:46.199Z] 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-03T14:40:46.199Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-03T14:40:46.199Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-03T14:40:46.306Z] ---> cc69b72385f4 [2021-03-03T14:40:46.306Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-03T14:40:46.582Z] ---> Running in 521c50551b41 [2021-03-03T14:40:46.855Z] Removing intermediate container 92057d7ecd4c [2021-03-03T14:40:46.855Z] ---> 3f74363c991d [2021-03-03T14:40:46.855Z] Step 30/30 : LABEL version=0.0.0 [2021-03-03T14:40:47.450Z] ---> Running in e7a7a0250f42 [2021-03-03T14:40:47.450Z] Removing intermediate container 521c50551b41 [2021-03-03T14:40:47.450Z] ---> 6484421f4c98 [2021-03-03T14:40:47.450Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:40:48.061Z] ---> Running in 5d4a3a1a4141 [2021-03-03T14:40:48.125Z] 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-03T14:40:48.664Z] Removing intermediate container e7a7a0250f42 [2021-03-03T14:40:48.664Z] ---> 79f3d6953ffa [2021-03-03T14:40:48.664Z] [2021-03-03T14:40:48.972Z] Successfully built 79f3d6953ffa [2021-03-03T14:40:48.972Z] Removing intermediate container 5d4a3a1a4141 [2021-03-03T14:40:48.972Z] ---> a13338a90a43 [2021-03-03T14:40:48.972Z] Step 21/23 : LABEL arch=arm64 [2021-03-03T14:40:48.972Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-03T14:40:48.972Z]  Building docker-security-bootstrapper-go ... done Building docker-core-command-go [2021-03-03T14:40:49.068Z] 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-03T14:40:49.068Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-03T14:40:49.565Z] ---> Running in 0797200b0180 [2021-03-03T14:40:50.166Z] Removing intermediate container 0797200b0180 [2021-03-03T14:40:50.166Z] ---> a8b46943182b [2021-03-03T14:40:50.166Z] Step 22/23 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa [2021-03-03T14:40:50.767Z] ---> Running in 0b5b345d92eb [2021-03-03T14:40:50.985Z] 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-03T14:40:51.751Z] Removing intermediate container 0b5b345d92eb [2021-03-03T14:40:51.751Z] ---> de76121ea66b [2021-03-03T14:40:51.751Z] Step 23/23 : LABEL version=0.0.0 [2021-03-03T14:40:51.933Z] 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-03T14:40:52.196Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-03T14:40:52.344Z] ---> Running in cb9983ae5088 [2021-03-03T14:40:53.334Z] Removing intermediate container cb9983ae5088 [2021-03-03T14:40:53.334Z] ---> 7f94cf3630d7 [2021-03-03T14:40:53.334Z] [2021-03-03T14:40:53.597Z] 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-03T14:40:53.597Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-03T14:40:53.608Z] Successfully built 7f94cf3630d7 [2021-03-03T14:40:53.608Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-03T14:40:55.519Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-03T14:40:55.520Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-03T14:40:55.520Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-03T14:40:55.520Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-03T14:40:55.520Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-03T14:40:55.520Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-03T14:40:55.520Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-03T14:40:55.520Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-03T14:40:55.520Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-03T14:40:55.782Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-03T14:40:55.782Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-03T14:40:55.782Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-03T14:40:55.782Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-03T14:40:55.782Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-03T14:40:55.782Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-03T14:40:55.782Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-03T14:40:55.782Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-03T14:40:55.782Z] + 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-03T14:40:55.782Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-03T14:40:55.782Z] + 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-03T14:40:55.782Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-03T14:40:55.782Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-03T14:40:55.782Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-03T14:40:55.782Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-03T14:40:55.782Z] + 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-03T14:40:58.333Z] Building version [2021-03-03T14:40:58.333Z] + snapcraftctl build [2021-03-03T14:41:01.641Z] Staging config-common [2021-03-03T14:41:01.641Z] + snapcraftctl stage [2021-03-03T14:41:02.146Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:41:02.146Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:41:02.146Z] ---> 38866a60de44 [2021-03-03T14:41:02.146Z] Step 3/26 : WORKDIR /edgex-go [2021-03-03T14:41:02.146Z] ---> Using cache [2021-03-03T14:41:02.146Z] ---> d95dfa3ad285 [2021-03-03T14:41:02.146Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:41:02.146Z] ---> Using cache [2021-03-03T14:41:02.146Z] ---> 52a01c7aa112 [2021-03-03T14:41:02.146Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-03T14:41:03.035Z] Skipping stage go-build-helper (already ran) [2021-03-03T14:41:03.035Z] Skipping stage static-packages (already ran) [2021-03-03T14:41:03.035Z] Skipping stage go115 (already ran) [2021-03-03T14:41:03.035Z] Staging edgex-go [2021-03-03T14:41:03.035Z] + snapcraftctl stage [2021-03-03T14:41:04.145Z] ---> Running in 4c6c97893372 [2021-03-03T14:41:04.423Z] Staging version [2021-03-03T14:41:04.423Z] + snapcraftctl stage [2021-03-03T14:41:05.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:41:05.369Z] Priming config-common [2021-03-03T14:41:05.369Z] + snapcraftctl prime [2021-03-03T14:41:06.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:41:06.706Z] OK: 217 MiB in 51 packages [2021-03-03T14:41:07.317Z] Priming go-build-helper [2021-03-03T14:41:07.317Z] + snapcraftctl prime [2021-03-03T14:41:09.270Z] Priming static-packages [2021-03-03T14:41:09.270Z] + snapcraftctl prime [2021-03-03T14:41:10.142Z] Removing intermediate container 4c6c97893372 [2021-03-03T14:41:10.142Z] ---> 0fed07fc60fc [2021-03-03T14:41:10.142Z] Step 6/26 : COPY go.mod . [2021-03-03T14:41:10.734Z] ---> c2fbbfee6c32 [2021-03-03T14:41:10.734Z] Step 7/26 : RUN go mod download [2021-03-03T14:41:11.005Z] ---> Running in c479065f9bdd [2021-03-03T14:41:12.577Z] Priming go115 [2021-03-03T14:41:12.577Z] + snapcraftctl prime [2021-03-03T14:41:13.531Z] Priming edgex-go [2021-03-03T14:41:13.531Z] + snapcraftctl prime [2021-03-03T14:41:15.314Z] Removing intermediate container c479065f9bdd [2021-03-03T14:41:15.314Z] ---> a2f9145c778a [2021-03-03T14:41:15.314Z] Step 8/26 : COPY . . [2021-03-03T14:41:15.479Z] Priming version [2021-03-03T14:41:15.479Z] + snapcraftctl prime [2021-03-03T14:41:16.866Z] 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-03T14:41:20.720Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:41:20.720Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:41:20.720Z] ---> 38866a60de44 [2021-03-03T14:41:20.720Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T14:41:20.720Z] ---> Using cache [2021-03-03T14:41:20.720Z] ---> d95dfa3ad285 [2021-03-03T14:41:20.720Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:41:20.720Z] ---> Using cache [2021-03-03T14:41:20.720Z] ---> 52a01c7aa112 [2021-03-03T14:41:20.720Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-03T14:41:20.720Z] ---> Using cache [2021-03-03T14:41:20.720Z] ---> 0d8ee968d126 [2021-03-03T14:41:20.720Z] Step 6/23 : COPY go.mod . [2021-03-03T14:41:20.720Z] ---> Using cache [2021-03-03T14:41:20.720Z] ---> a852539f295b [2021-03-03T14:41:20.720Z] Step 7/23 : RUN go mod download [2021-03-03T14:41:20.720Z] ---> Using cache [2021-03-03T14:41:20.720Z] ---> 54a211eddb90 [2021-03-03T14:41:20.720Z] Step 8/23 : COPY . . [2021-03-03T14:41:20.720Z] ---> Using cache [2021-03-03T14:41:20.720Z] ---> e9a5785a3130 [2021-03-03T14:41:20.720Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-03T14:41:20.720Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:41:20.720Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:41:20.720Z] ---> 38866a60de44 [2021-03-03T14:41:20.720Z] Step 3/24 : WORKDIR /edgex-go [2021-03-03T14:41:20.720Z] ---> Using cache [2021-03-03T14:41:20.720Z] ---> d95dfa3ad285 [2021-03-03T14:41:20.720Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:41:20.720Z] ---> Using cache [2021-03-03T14:41:20.720Z] ---> 52a01c7aa112 [2021-03-03T14:41:20.720Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-03T14:41:20.720Z] ---> Using cache [2021-03-03T14:41:20.720Z] ---> 0d8ee968d126 [2021-03-03T14:41:20.720Z] Step 6/24 : COPY go.mod . [2021-03-03T14:41:20.720Z] ---> Using cache [2021-03-03T14:41:20.720Z] ---> a852539f295b [2021-03-03T14:41:20.720Z] Step 7/24 : RUN go mod download [2021-03-03T14:41:20.720Z] ---> Using cache [2021-03-03T14:41:20.720Z] ---> 54a211eddb90 [2021-03-03T14:41:20.720Z] Step 8/24 : COPY . . [2021-03-03T14:41:20.720Z] ---> Using cache [2021-03-03T14:41:20.720Z] ---> e9a5785a3130 [2021-03-03T14:41:20.720Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-03T14:41:25.033Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:41:25.033Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:41:25.033Z] ---> 38866a60de44 [2021-03-03T14:41:25.033Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T14:41:25.033Z] ---> Using cache [2021-03-03T14:41:25.033Z] ---> d95dfa3ad285 [2021-03-03T14:41:25.033Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:41:25.033Z] ---> Using cache [2021-03-03T14:41:25.033Z] ---> 52a01c7aa112 [2021-03-03T14:41:25.033Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-03T14:41:25.033Z] ---> Using cache [2021-03-03T14:41:25.033Z] ---> 0d8ee968d126 [2021-03-03T14:41:25.033Z] Step 6/23 : COPY go.mod . [2021-03-03T14:41:25.033Z] ---> Using cache [2021-03-03T14:41:25.033Z] ---> a852539f295b [2021-03-03T14:41:25.033Z] Step 7/23 : RUN go mod download [2021-03-03T14:41:25.033Z] ---> Using cache [2021-03-03T14:41:25.033Z] ---> 54a211eddb90 [2021-03-03T14:41:25.033Z] Step 8/23 : COPY . . [2021-03-03T14:41:25.033Z] ---> Using cache [2021-03-03T14:41:25.033Z] ---> e9a5785a3130 [2021-03-03T14:41:25.033Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-03T14:41:25.033Z] ---> Running in 1fd99e044a93 [2021-03-03T14:41:25.033Z] ---> Running in a211fc5649b8 [2021-03-03T14:41:25.632Z] ---> Running in fb53bf2f5fdc [2021-03-03T14:41:27.064Z] 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-03T14:41:27.335Z] 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-03T14:41:27.335Z] 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-03T14:41:31.908Z] ---> d14ce09e24ce [2021-03-03T14:41:31.908Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-03T14:41:31.908Z] ---> Running in 9bd506c52f06 [2021-03-03T14:41:33.353Z] 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-03T14:42:41.387Z] 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-03T14:42:49.683Z] Removing intermediate container 1fd99e044a93 [2021-03-03T14:42:49.683Z] ---> 4feeed7d8f73 [2021-03-03T14:42:49.683Z] [2021-03-03T14:42:49.683Z] Step 10/24 : FROM alpine:3.12 [2021-03-03T14:42:49.683Z] ---> d10569e2745f [2021-03-03T14:42:49.683Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-03T14:42:49.683Z] ---> Running in c051bdc46715 [2021-03-03T14:42:51.674Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:42:51.674Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:42:52.276Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-03T14:42:52.276Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T14:42:52.276Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-03T14:42:52.276Z] (4/5) Installing curl (7.69.1-r3) [2021-03-03T14:42:52.276Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-03T14:42:52.276Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:42:52.276Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T14:42:52.556Z] OK: 7 MiB in 19 packages [2021-03-03T14:42:55.968Z] Removing intermediate container c051bdc46715 [2021-03-03T14:42:55.968Z] ---> a931779711d2 [2021-03-03T14:42:55.968Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-03T14:42:56.574Z] ---> Running in 9edc103c734d [2021-03-03T14:42:57.562Z] Removing intermediate container 9edc103c734d [2021-03-03T14:42:57.562Z] ---> 4cb549e38a64 [2021-03-03T14:42:57.562Z] Step 13/24 : WORKDIR / [2021-03-03T14:42:57.562Z] ---> Running in 696610e7b190 [2021-03-03T14:42:58.158Z] Removing intermediate container 9bd506c52f06 [2021-03-03T14:42:58.158Z] ---> 84b23e15f183 [2021-03-03T14:42:58.158Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-03T14:42:58.428Z] ---> Running in 37a3809fc299 [2021-03-03T14:42:58.703Z] Removing intermediate container 696610e7b190 [2021-03-03T14:42:58.703Z] ---> b8ca93bec3ea [2021-03-03T14:42:58.703Z] 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-03T14:43:00.181Z] 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-03T14:43:00.458Z] ---> 9fb504cdeda1 [2021-03-03T14:43:00.458Z] 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-03T14:43:01.495Z] Removing intermediate container fb53bf2f5fdc [2021-03-03T14:43:01.495Z] ---> bcc210871390 [2021-03-03T14:43:01.495Z] [2021-03-03T14:43:01.495Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T14:43:01.495Z] ---> d10569e2745f [2021-03-03T14:43:01.495Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-03T14:43:01.495Z] ---> Using cache [2021-03-03T14:43:01.495Z] ---> f6462419510b [2021-03-03T14:43:01.495Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T14:43:01.495Z] ---> Using cache [2021-03-03T14:43:01.495Z] ---> 66da53c77d17 [2021-03-03T14:43:01.495Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-03T14:43:01.495Z] ---> Running in d10302e2e8f2 [2021-03-03T14:43:01.495Z] ---> 09e03430611a [2021-03-03T14:43:01.495Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-03T14:43:02.486Z] Removing intermediate container d10302e2e8f2 [2021-03-03T14:43:02.486Z] ---> 56557ce8a159 [2021-03-03T14:43:02.486Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-03T14:43:02.761Z] ---> Running in 8d129911db21 [2021-03-03T14:43:03.042Z] ---> 458d7dda8004 [2021-03-03T14:43:03.042Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-03T14:43:03.637Z] Removing intermediate container 8d129911db21 [2021-03-03T14:43:03.637Z] ---> 749ad51a831b [2021-03-03T14:43:03.637Z] Step 15/23 : WORKDIR / [2021-03-03T14:43:03.908Z] ---> Running in 961d62c21bb6 [2021-03-03T14:43:04.503Z] ---> 6701811de1c6 [2021-03-03T14:43:04.503Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-03T14:43:04.503Z] Removing intermediate container 37a3809fc299 [2021-03-03T14:43:04.503Z] ---> c117f4cf430c [2021-03-03T14:43:04.503Z] [2021-03-03T14:43:04.503Z] Step 11/26 : FROM docker:20.10.0 [2021-03-03T14:43:04.503Z] Removing intermediate container 961d62c21bb6 [2021-03-03T14:43:04.503Z] ---> ec04713268af [2021-03-03T14:43:04.503Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:43:04.503Z] 20.10.0: Pulling from library/docker [2021-03-03T14:43:06.486Z] ---> 77111f5d3007 [2021-03-03T14:43:06.486Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-03T14:43:06.486Z] ---> 0e43552243fa [2021-03-03T14:43:06.486Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-03T14:43:08.460Z] ---> 47bf5735d2c1 [2021-03-03T14:43:08.460Z] 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-03T14:43:08.460Z] Removing intermediate container a211fc5649b8 [2021-03-03T14:43:08.460Z] ---> 3103ffedbb73 [2021-03-03T14:43:08.460Z] [2021-03-03T14:43:08.460Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T14:43:08.460Z] ---> d10569e2745f [2021-03-03T14:43:08.460Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-03T14:43:08.460Z] ---> Using cache [2021-03-03T14:43:08.460Z] ---> f6462419510b [2021-03-03T14:43:08.460Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T14:43:08.460Z] ---> Using cache [2021-03-03T14:43:08.460Z] ---> 66da53c77d17 [2021-03-03T14:43:08.460Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-03T14:43:08.460Z] ---> 0663de03b9b2 [2021-03-03T14:43:08.460Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-03T14:43:08.460Z] ---> Running in 20344cfec745 [2021-03-03T14:43:08.736Z] ---> Running in 9b6d8f46821f [2021-03-03T14:43:09.724Z] Removing intermediate container 9b6d8f46821f [2021-03-03T14:43:09.724Z] ---> 26ff791ff40f [2021-03-03T14:43:09.724Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-03T14:43:09.724Z] ---> 17fe23e132dd [2021-03-03T14:43:09.724Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-03T14:43:09.724Z] ---> Running in 886f32220ae8 [2021-03-03T14:43:09.997Z] ---> Running in cf588c738d06 [2021-03-03T14:43:10.597Z] Removing intermediate container 886f32220ae8 [2021-03-03T14:43:10.597Z] ---> d5543c427cc1 [2021-03-03T14:43:10.597Z] Step 15/23 : WORKDIR / [2021-03-03T14:43:10.870Z] Removing intermediate container cf588c738d06 [2021-03-03T14:43:10.870Z] ---> b34c7ff1d224 [2021-03-03T14:43:10.870Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:43:11.144Z] ---> Running in dba714cb7a2c [2021-03-03T14:43:11.144Z] ---> Running in e06d1a93c82f [2021-03-03T14:43:11.417Z] Removing intermediate container 20344cfec745 [2021-03-03T14:43:11.417Z] ---> 461af41c320a [2021-03-03T14:43:11.691Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-03T14:43:11.691Z] Removing intermediate container dba714cb7a2c [2021-03-03T14:43:11.691Z] ---> 767adc9cb035 [2021-03-03T14:43:11.691Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:43:11.975Z] ---> Running in ae741dc6700d [2021-03-03T14:43:11.975Z] Removing intermediate container e06d1a93c82f [2021-03-03T14:43:11.975Z] ---> 7b309718b831 [2021-03-03T14:43:11.975Z] Step 21/23 : LABEL arch=arm64 [2021-03-03T14:43:12.258Z] ---> Running in a738b05d7ec8 [2021-03-03T14:43:12.534Z] Removing intermediate container ae741dc6700d [2021-03-03T14:43:12.534Z] ---> 71a79ed3366a [2021-03-03T14:43:12.534Z] Step 22/24 : LABEL arch=arm64 [2021-03-03T14:43:13.132Z] ---> Running in f231f47b0c6c [2021-03-03T14:43:13.132Z] ---> 9c9ef3c34111 [2021-03-03T14:43:13.132Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-03T14:43:13.132Z] Removing intermediate container a738b05d7ec8 [2021-03-03T14:43:13.132Z] ---> da178863baa5 [2021-03-03T14:43:13.132Z] Step 22/23 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa [2021-03-03T14:43:13.408Z] ---> Running in 77a3fab15d79 [2021-03-03T14:43:14.005Z] Removing intermediate container f231f47b0c6c [2021-03-03T14:43:14.005Z] ---> ebcf96b4ac03 [2021-03-03T14:43:14.005Z] Step 23/24 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa [2021-03-03T14:43:14.005Z] Removing intermediate container 77a3fab15d79 [2021-03-03T14:43:14.005Z] ---> 9085218addb7 [2021-03-03T14:43:14.005Z] Step 23/23 : LABEL version=0.0.0 [2021-03-03T14:43:14.280Z] ---> Running in d6ff66043429 [2021-03-03T14:43:14.280Z] ---> Running in 8faff275e634 [2021-03-03T14:43:14.881Z] ---> 181a62a61778 [2021-03-03T14:43:14.881Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-03T14:43:14.881Z] Removing intermediate container d6ff66043429 [2021-03-03T14:43:14.881Z] ---> 062de96b074c [2021-03-03T14:43:14.881Z] Step 24/24 : LABEL version=0.0.0 [2021-03-03T14:43:15.156Z] Removing intermediate container 8faff275e634 [2021-03-03T14:43:15.156Z] ---> dd29ab6e7518 [2021-03-03T14:43:15.156Z] [2021-03-03T14:43:15.156Z] ---> Running in 92d0ec01bc26 [2021-03-03T14:43:15.756Z] Successfully built dd29ab6e7518 [2021-03-03T14:43:15.756Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-03T14:43:15.756Z]  Building docker-core-command-go ... done  ---> 86645a082f35 [2021-03-03T14:43:15.756Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-03T14:43:16.028Z] Removing intermediate container 92d0ec01bc26 [2021-03-03T14:43:16.028Z] ---> fdd03cb3aea6 [2021-03-03T14:43:16.028Z] [2021-03-03T14:43:16.304Z] ---> Running in 1ca2873653a0 [2021-03-03T14:43:16.578Z] Successfully built fdd03cb3aea6 [2021-03-03T14:43:16.578Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-03T14:43:16.849Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1ca2873653a0 [2021-03-03T14:43:16.849Z] ---> f1e1df96dcb2 [2021-03-03T14:43:16.849Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:43:16.849Z] ---> Running in 2754b3cbc61a [2021-03-03T14:43:17.447Z] Removing intermediate container 2754b3cbc61a [2021-03-03T14:43:17.447Z] ---> b50dd08d0416 [2021-03-03T14:43:17.447Z] Step 21/23 : LABEL arch=arm64 [2021-03-03T14:43:17.447Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-03T14:43:17.447Z] ---> Running in b3729bc1ec69 [2021-03-03T14:43:17.726Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-03T14:43:17.726Z] ---> eeaf43b92773 [2021-03-03T14:43:17.726Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-03T14:43:17.726Z] ---> Running in 51e2c05b1165 [2021-03-03T14:43:18.005Z] Removing intermediate container b3729bc1ec69 [2021-03-03T14:43:18.005Z] ---> c36845592567 [2021-03-03T14:43:18.005Z] Step 22/23 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa [2021-03-03T14:43:18.281Z] ---> Running in ba3bc5ab2e86 [2021-03-03T14:43:18.876Z] Removing intermediate container ba3bc5ab2e86 [2021-03-03T14:43:18.876Z] ---> 3560e620ed1e [2021-03-03T14:43:18.876Z] Step 23/23 : LABEL version=0.0.0 [2021-03-03T14:43:18.876Z] ---> Running in 4eaad64a31fd [2021-03-03T14:43:18.876Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:43:19.148Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:43:19.420Z] Removing intermediate container 4eaad64a31fd [2021-03-03T14:43:19.420Z] ---> 8b865a28a0ad [2021-03-03T14:43:19.420Z] [2021-03-03T14:43:19.692Z] (1/2) Installing readline (8.0.4-r0) [2021-03-03T14:43:19.692Z] (2/2) Installing bash (5.0.17-r0) [2021-03-03T14:43:19.692Z] Executing bash-5.0.17-r0.post-install [2021-03-03T14:43:19.692Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:43:19.692Z] OK: 12 MiB in 22 packages [2021-03-03T14:43:19.692Z] Successfully built 8b865a28a0ad [2021-03-03T14:43:19.964Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-03T14:43:20.941Z]  Building docker-core-metadata-go ... done Removing intermediate container 51e2c05b1165 [2021-03-03T14:43:20.941Z] ---> 785ff61a8282 [2021-03-03T14:43:20.941Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-03T14:43:21.213Z] ---> Running in 9e66e73b2ed5 [2021-03-03T14:43:21.485Z] Removing intermediate container 9e66e73b2ed5 [2021-03-03T14:43:21.485Z] ---> 8188213d0c5c [2021-03-03T14:43:21.485Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-03T14:43:21.759Z] ---> Running in 16de117d57a9 [2021-03-03T14:43:22.353Z] Removing intermediate container 16de117d57a9 [2021-03-03T14:43:22.353Z] ---> e55bac20e466 [2021-03-03T14:43:22.353Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-03T14:43:22.353Z] ---> Running in c55e0e1797f8 [2021-03-03T14:43:22.944Z] Removing intermediate container c55e0e1797f8 [2021-03-03T14:43:22.944Z] ---> e35c9ad324f6 [2021-03-03T14:43:22.944Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-03T14:43:23.923Z] ---> 4602ec6c413d [2021-03-03T14:43:23.923Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-03T14:43:24.516Z] ---> 6321296f0014 [2021-03-03T14:43:24.516Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-03T14:43:25.495Z] ---> 11cd9ccb9b1d [2021-03-03T14:43:25.495Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-03T14:43:25.495Z] ---> Running in 1a72e1ad1c5a [2021-03-03T14:43:26.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:43:26.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:43:27.532Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-03T14:43:27.532Z] (2/33) Installing expat (2.2.9-r1) [2021-03-03T14:43:27.532Z] (3/33) Installing libffi (3.3-r2) [2021-03-03T14:43:27.532Z] (4/33) Installing gdbm (1.13-r1) [2021-03-03T14:43:27.532Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-03T14:43:27.532Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-03T14:43:27.532Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-03T14:43:29.495Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-03T14:43:29.495Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-03T14:43:29.495Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-03T14:43:29.495Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-03T14:43:29.495Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-03T14:43:29.495Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-03T14:43:29.495Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-03T14:43:29.495Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-03T14:43:29.495Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-03T14:43:29.495Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-03T14:43:29.495Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-03T14:43:29.495Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-03T14:43:29.495Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-03T14:43:29.495Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-03T14:43:29.495Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-03T14:43:29.495Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-03T14:43:29.495Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-03T14:43:29.495Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-03T14:43:29.495Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-03T14:43:29.495Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-03T14:43:29.495Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-03T14:43:29.495Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-03T14:43:29.495Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-03T14:43:29.495Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-03T14:43:29.495Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-03T14:43:29.495Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-03T14:43:29.765Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:43:29.765Z] OK: 71 MiB in 55 packages [2021-03-03T14:43:36.531Z] Removing intermediate container 1a72e1ad1c5a [2021-03-03T14:43:36.531Z] ---> e26aa3b7ac35 [2021-03-03T14:43:36.531Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-03T14:43:36.531Z] ---> Running in 47a26bf5497e [2021-03-03T14:43:42.008Z] Collecting docker-compose==1.23.2 [2021-03-03T14:43:42.009Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-03T14:43:42.009Z] Collecting docopt<0.7,>=0.6.1 [2021-03-03T14:43:42.009Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-03T14:43:43.999Z] Collecting PyYAML<4,>=3.10 [2021-03-03T14:43:43.999Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-03T14:43:47.392Z] Collecting cached-property<2,>=1.2.0 [2021-03-03T14:43:47.392Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-03T14:43:47.392Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-03T14:43:47.392Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-03T14:43:49.364Z] Collecting jsonschema<3,>=2.5.1 [2021-03-03T14:43:49.364Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-03T14:43:49.959Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-03T14:43:49.959Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-03T14:43:49.959Z] 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-03T14:43:50.552Z] Collecting docker<4.0,>=3.6.0 [2021-03-03T14:43:50.552Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-03T14:43:51.978Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-03T14:43:51.978Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-03T14:43:51.978Z] Collecting texttable<0.10,>=0.9.0 [2021-03-03T14:43:51.978Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-03T14:43:53.958Z] Collecting docker-pycreds>=0.4.0 [2021-03-03T14:43:53.958Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-03T14:43:54.553Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-03T14:43:54.553Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-03T14:43:54.826Z] 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-03T14:43:54.826Z] 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-03T14:43:54.826Z] Collecting idna<2.8,>=2.5 [2021-03-03T14:43:54.826Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-03T14:43:55.102Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-03T14:43:55.102Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-03T14:43:55.102Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-03T14:43:55.102Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-03T14:43:55.700Z] Installing collected packages: docopt, PyYAML, cached-property, dockerpty, jsonschema, websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, docker-compose [2021-03-03T14:43:55.700Z] Running setup.py install for docopt: started [2021-03-03T14:43:57.698Z] Running setup.py install for docopt: finished with status 'done' [2021-03-03T14:43:57.698Z] Running setup.py install for PyYAML: started [2021-03-03T14:43:59.686Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-03T14:43:59.686Z] Running setup.py install for dockerpty: started [2021-03-03T14:44:01.679Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-03T14:44:01.956Z] Attempting uninstall: urllib3 [2021-03-03T14:44:01.956Z] Found existing installation: urllib3 1.25.9 [2021-03-03T14:44:01.956Z] Uninstalling urllib3-1.25.9: [2021-03-03T14:44:01.956Z] Successfully uninstalled urllib3-1.25.9 [2021-03-03T14:44:02.571Z] Attempting uninstall: idna [2021-03-03T14:44:02.571Z] Found existing installation: idna 2.9 [2021-03-03T14:44:02.571Z] Uninstalling idna-2.9: [2021-03-03T14:44:02.845Z] Successfully uninstalled idna-2.9 [2021-03-03T14:44:03.444Z] Attempting uninstall: requests [2021-03-03T14:44:03.444Z] Found existing installation: requests 2.23.0 [2021-03-03T14:44:03.444Z] Uninstalling requests-2.23.0: [2021-03-03T14:44:03.444Z] Successfully uninstalled requests-2.23.0 [2021-03-03T14:44:04.425Z] Running setup.py install for texttable: started [2021-03-03T14:44:06.405Z] Running setup.py install for texttable: finished with status 'done' [2021-03-03T14:44:07.002Z] 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-03T14:44:11.307Z] Removing intermediate container 47a26bf5497e [2021-03-03T14:44:11.307Z] ---> e7715aa4a38e [2021-03-03T14:44:11.307Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-03T14:44:11.307Z] ---> Running in beca518b780f [2021-03-03T14:44:11.906Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:44:11.906Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:44:12.505Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T14:44:12.505Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-03T14:44:12.505Z] (3/3) Installing curl (7.69.1-r3) [2021-03-03T14:44:12.505Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:44:12.505Z] OK: 71 MiB in 58 packages [2021-03-03T14:44:13.949Z] Removing intermediate container beca518b780f [2021-03-03T14:44:13.949Z] ---> a50c7b04ffe9 [2021-03-03T14:44:13.949Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-03T14:44:13.949Z] ---> Running in 1f4cfbb391ae [2021-03-03T14:44:14.222Z] Removing intermediate container 1f4cfbb391ae [2021-03-03T14:44:14.222Z] ---> ae25ce73e315 [2021-03-03T14:44:14.222Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:44:14.497Z] ---> Running in 678a38f1743f [2021-03-03T14:44:14.773Z] Removing intermediate container 678a38f1743f [2021-03-03T14:44:14.773Z] ---> 63698a0f3cec [2021-03-03T14:44:14.773Z] Step 24/26 : LABEL arch=arm64 [2021-03-03T14:44:15.047Z] ---> Running in ad3cceece7df [2021-03-03T14:44:15.647Z] Removing intermediate container ad3cceece7df [2021-03-03T14:44:15.647Z] ---> 4305e1e0ea30 [2021-03-03T14:44:15.647Z] Step 25/26 : LABEL git_sha=444c519ff7b00696b1cd03a7138ac670626b7eaa [2021-03-03T14:44:15.647Z] ---> Running in c152b731b20a [2021-03-03T14:44:16.244Z] Removing intermediate container c152b731b20a [2021-03-03T14:44:16.244Z] ---> d8c069211afe [2021-03-03T14:44:16.244Z] Step 26/26 : LABEL version=0.0.0 [2021-03-03T14:44:16.244Z] ---> Running in d1ca46735fd7 [2021-03-03T14:44:16.844Z] Removing intermediate container d1ca46735fd7 [2021-03-03T14:44:16.844Z] ---> 0b77dc303520 [2021-03-03T14:44:16.844Z] [2021-03-03T14:44:17.116Z] Successfully built 0b77dc303520 [2021-03-03T14:44:17.116Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-03T14:44:17.728Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-03T14:44:17.742Z] $ docker stop --time=1 75d90f75b1e91054b7b3020b05eb010632fcc449767d3f9359242a70bbdbf9e4 [2021-03-03T14:44:19.687Z] $ docker rm -f 75d90f75b1e91054b7b3020b05eb010632fcc449767d3f9359242a70bbdbf9e4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-03T14:44:20.407Z] + + grepdocker docker images [2021-03-03T14:44:20.407Z] [2021-03-03T14:44:20.678Z] docker-sys-mgmt-agent-go-arm64 latest 0b77dc303520 4 seconds ago 300MB [2021-03-03T14:44:20.678Z] docker-core-metadata-go-arm64 latest 8b865a28a0ad About a minute ago 17.9MB [2021-03-03T14:44:20.678Z] docker-security-secretstore-setup-go-arm64 latest fdd03cb3aea6 About a minute ago 23.7MB [2021-03-03T14:44:20.678Z] docker-core-command-go-arm64 latest dd29ab6e7518 About a minute ago 16.2MB [2021-03-03T14:44:20.678Z] docker-core-data-go-arm64 latest 7f94cf3630d7 3 minutes ago 21.1MB [2021-03-03T14:44:20.678Z] docker-security-bootstrapper-go-arm64 latest 79f3d6953ffa 3 minutes ago 17.6MB [2021-03-03T14:44:20.678Z] docker-support-notifications-go-arm64 latest adfbe8f27a65 3 minutes ago 16.9MB [2021-03-03T14:44:20.678Z] docker-support-scheduler-go-arm64 latest 55240f421b44 3 minutes ago 16.3MB [2021-03-03T14:44:20.678Z] docker-security-proxy-setup-go-arm64 latest fe41266be15a 3 minutes ago 23.4MB [2021-03-03T14:44:20.678Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:44:21.680Z] ---> job-cost.sh [2021-03-03T14:44:21.680Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ygos [2021-03-03T14:45:00.617Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-03T14:47:22.413Z] lf-activate-venv(): INFO: Adding /tmp/venv-ygos/bin to PATH [2021-03-03T14:47:22.413Z] INFO: No Stack... [2021-03-03T14:47:22.413Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-03T14:47:22.413Z] INFO: Archiving Costs [Pipeline] sh [2021-03-03T14:47:22.787Z] + cat /w/workspace/edgex-go/4/archives/cost.csv [2021-03-03T14:47:22.787Z] + cut -d, -f6 [Pipeline] lock [2021-03-03T14:47:22.942Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3208-4-stack-cost] [2021-03-03T14:47:22.951Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3208-4-stack-cost] did not exist. Created. [2021-03-03T14:47:22.952Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3208-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-03T14:47:23.479Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-03T14:47:23.820Z] Stashed 1 file(s) [Pipeline] } [2021-03-03T14:47:23.832Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3208-4-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-03T14:47:25.029Z] provisioning config files... [2021-03-03T14:47:25.042Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config5642091356592959296tmp [Pipeline] { [Pipeline] sh [2021-03-03T14:47:25.423Z] + set +x [2021-03-03T14:47:25.423Z] + curl -s https://codecov.io/bash [2021-03-03T14:47:25.423Z] + bash -s -- [2021-03-03T14:47:25.999Z] [2021-03-03T14:47:25.999Z] _____ _ [2021-03-03T14:47:25.999Z] / ____| | | [2021-03-03T14:47:25.999Z] | | ___ __| | ___ ___ _____ __ [2021-03-03T14:47:25.999Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-03T14:47:25.999Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-03T14:47:25.999Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-03T14:47:25.999Z] Bash-20210226-7100762 [2021-03-03T14:47:25.999Z] [2021-03-03T14:47:25.999Z] [2021-03-03T14:47:25.999Z] ==> git version 2.24.3 found [2021-03-03T14:47:25.999Z] ==> 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-03T14:47:25.999Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-03T14:47:25.999Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-03T14:47:25.999Z] ==> Jenkins CI detected. [2021-03-03T14:47:25.999Z] project root: . [2021-03-03T14:47:25.999Z] --> token set from env [2021-03-03T14:47:25.999Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-03T14:47:25.999Z] ==> Running gcov in . (disable via -X gcov) [2021-03-03T14:47:25.999Z] ==> Python coveragepy not found [2021-03-03T14:47:25.999Z] ==> Searching for coverage reports in: [2021-03-03T14:47:25.999Z] + . [2021-03-03T14:47:25.999Z] -> Found 1 reports [2021-03-03T14:47:25.999Z] ==> Detecting git/mercurial file structure [2021-03-03T14:47:26.262Z] ==> Reading reports [2021-03-03T14:47:26.262Z] + ./coverage.out bytes=602988 [2021-03-03T14:47:26.262Z] ==> Appending adjustments [2021-03-03T14:47:26.262Z] https://docs.codecov.io/docs/fixing-reports [2021-03-03T14:47:29.583Z] + Found adjustments [2021-03-03T14:47:29.583Z] ==> Gzipping contents [2021-03-03T14:47:29.583Z] 88K /tmp/codecov.erzb5l.gz [2021-03-03T14:47:29.583Z] ==> Uploading reports [2021-03-03T14:47:29.583Z] url: https://codecov.io [2021-03-03T14:47:29.583Z] query: branch=PR-3208&commit=444c519ff7b00696b1cd03a7138ac670626b7eaa&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= [2021-03-03T14:47:29.583Z] -> Pinging Codecov [2021-03-03T14:47:29.583Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3208&commit=444c519ff7b00696b1cd03a7138ac670626b7eaa&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= [2021-03-03T14:47:30.177Z] -> Uploading to [2021-03-03T14:47:30.177Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-03/00271124DB129430A58F1EEE437C3FCB/444c519ff7b00696b1cd03a7138ac670626b7eaa/d58d58a2-97c7-4436-a44e-648860a9ba5c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210303%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210303T144729Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=81de94da7945f8d5fdea3d51e41decea6be8e27378858d039595dd6a4b805d5e [2021-03-03T14:47:30.177Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-03T14:47:30.177Z] Dload Upload Total Spent Left Speed [2021-03-03T14:47:30.760Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89731 0 0 100 89731 0 146k --:--:-- --:--:-- --:--:-- 146k 100 89731 0 0 100 89731 0 146k --:--:-- --:--:-- --:--:-- 146k [2021-03-03T14:47:30.760Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/444c519ff7b00696b1cd03a7138ac670626b7eaa [Pipeline] } [2021-03-03T14:47:30.772Z] 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-03T14:47:32.488Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:47:33.379Z] ---> package-listing.sh [2021-03-03T14:47:33.379Z] ++ facter osfamily [2021-03-03T14:47:33.379Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-03T14:47:33.379Z] + OS_FAMILY=redhat [2021-03-03T14:47:33.379Z] + workspace=/w/workspace/edgex-go/4 [2021-03-03T14:47:33.379Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-03T14:47:33.379Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-03T14:47:33.379Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-03T14:47:33.379Z] + PACKAGES=/tmp/packages_start.txt [2021-03-03T14:47:33.379Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-03T14:47:33.379Z] + PACKAGES=/tmp/packages_end.txt [2021-03-03T14:47:33.379Z] + case "${OS_FAMILY}" in [2021-03-03T14:47:33.379Z] + rpm -qa [2021-03-03T14:47:33.379Z] + sort [2021-03-03T14:47:38.699Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-03T14:47:38.699Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-03T14:47:38.699Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-03T14:47:38.699Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-03T14:47:38.699Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-03-03T14:47:38.699Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-03-03T14:47:38.713Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-03T14:47:39.022Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:47:39.593Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-03T14:47:39.593Z] [2021-03-03T14:47:39.593Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:47:39.947Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-03T14:47:39.947Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-03T14:47:39.947Z] df20fa9351a1: Pulling fs layer [2021-03-03T14:47:39.947Z] 36b3adc4ff6f: Pulling fs layer [2021-03-03T14:47:39.947Z] 8ad3a11d3b57: Pulling fs layer [2021-03-03T14:47:39.947Z] 46f8f816bc3b: Pulling fs layer [2021-03-03T14:47:39.947Z] 93b61091891f: Pulling fs layer [2021-03-03T14:47:39.947Z] 93b9cdb0e59b: Pulling fs layer [2021-03-03T14:47:39.947Z] 5e14af77c1be: Pulling fs layer [2021-03-03T14:47:39.947Z] 01666e4c0597: Pulling fs layer [2021-03-03T14:47:39.947Z] aa168da1d23b: Pulling fs layer [2021-03-03T14:47:39.947Z] 5e14af77c1be: Waiting [2021-03-03T14:47:39.947Z] 01666e4c0597: Waiting [2021-03-03T14:47:39.947Z] 93b61091891f: Waiting [2021-03-03T14:47:39.947Z] aa168da1d23b: Waiting [2021-03-03T14:47:39.947Z] 93b9cdb0e59b: Waiting [2021-03-03T14:47:39.947Z] 46f8f816bc3b: Waiting [2021-03-03T14:47:39.947Z] 36b3adc4ff6f: Verifying Checksum [2021-03-03T14:47:39.947Z] 36b3adc4ff6f: Download complete [2021-03-03T14:47:39.947Z] 46f8f816bc3b: Verifying Checksum [2021-03-03T14:47:39.947Z] 46f8f816bc3b: Download complete [2021-03-03T14:47:40.212Z] df20fa9351a1: Verifying Checksum [2021-03-03T14:47:40.212Z] df20fa9351a1: Download complete [2021-03-03T14:47:40.212Z] 93b9cdb0e59b: Download complete [2021-03-03T14:47:40.212Z] 5e14af77c1be: Verifying Checksum [2021-03-03T14:47:40.212Z] 5e14af77c1be: Download complete [2021-03-03T14:47:40.212Z] 93b61091891f: Verifying Checksum [2021-03-03T14:47:40.212Z] 93b61091891f: Download complete [2021-03-03T14:47:40.212Z] 01666e4c0597: Verifying Checksum [2021-03-03T14:47:40.212Z] 01666e4c0597: Download complete [2021-03-03T14:47:40.475Z] df20fa9351a1: Pull complete [2021-03-03T14:47:40.737Z] 36b3adc4ff6f: Pull complete [2021-03-03T14:47:41.002Z] 8ad3a11d3b57: Verifying Checksum [2021-03-03T14:47:41.003Z] 8ad3a11d3b57: Download complete [2021-03-03T14:47:42.421Z] 8ad3a11d3b57: Pull complete [2021-03-03T14:47:42.688Z] aa168da1d23b: Verifying Checksum [2021-03-03T14:47:42.688Z] aa168da1d23b: Download complete [2021-03-03T14:47:44.085Z] 46f8f816bc3b: Pull complete [2021-03-03T14:47:45.485Z] 93b61091891f: Pull complete [2021-03-03T14:47:45.485Z] 93b9cdb0e59b: Pull complete [2021-03-03T14:47:45.750Z] 5e14af77c1be: Pull complete [2021-03-03T14:47:45.750Z] 01666e4c0597: Pull complete [2021-03-03T14:47:53.958Z] aa168da1d23b: Pull complete [2021-03-03T14:47:53.958Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-03T14:47:53.958Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-03T14:47:53.958Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-03T14:47:54.205Z] prd-centos7-docker-4c-2g-28382 does not seem to be running inside a container [2021-03-03T14:47:54.335Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-03T14:48:00.599Z] $ docker top bbce561bd2c233bf226a2c681f08c7d56353b12113eba5736f0b81edca8f9d9a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T14:48:01.236Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-03T14:48:01.543Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-03T14:48:01.847Z] + ls /var/log/sa-host [2021-03-03T14:48:01.847Z] + sadf -c /var/log/sa-host/sa03 [2021-03-03T14:48:01.847Z] file_magic: OK [2021-03-03T14:48:01.847Z] HZ: Using current value: 100 [2021-03-03T14:48:01.847Z] file_header: OK [2021-03-03T14:48:01.847Z] 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-03T14:48:01.847Z] Statistics: [2021-03-03T14:48:01.847Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-03T14:48:01.847Z] File successfully converted to sysstat format version 12.2.1 [2021-03-03T14:48:01.847Z] + sadf -c /var/log/sa-host/sa23 [2021-03-03T14:48:01.847Z] file_magic: OK [2021-03-03T14:48:01.847Z] HZ: Using current value: 100 [2021-03-03T14:48:01.847Z] file_header: OK [2021-03-03T14:48:01.847Z] 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-03T14:48:01.847Z] Statistics: [2021-03-03T14:48:01.847Z] Hnuu...uuuununununu... [2021-03-03T14:48:01.847Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-03T14:48:02.064Z] provisioning config files... [2021-03-03T14:48:02.087Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config6509990235591236237tmp [Pipeline] { [Pipeline] echo [2021-03-03T14:48:02.185Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:48:02.486Z] ---> create-netrc.sh [Pipeline] } [2021-03-03T14:48:02.496Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-03T14:48:02.591Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:48:02.892Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-03T14:48:02.904Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:48:03.205Z] ---> sudo-logs.sh [2021-03-03T14:48:03.205Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-03T14:48:03.269Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:48:03.570Z] ---> job-cost.sh [2021-03-03T14:48:03.570Z] lf-activate-venv: SKIPPING [2021-03-03T14:48:03.570Z] DEBUG: total: 0.20999999344348907 [2021-03-03T14:48:03.570Z] INFO: Retrieving Stack Cost... [2021-03-03T14:48:04.964Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-03T14:48:05.226Z] INFO: Archiving Costs [Pipeline] echo [2021-03-03T14:48:05.240Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:48:05.540Z] ---> logs-deploy.sh [2021-03-03T14:48:05.540Z] lf-activate-venv: SKIPPING [2021-03-03T14:48:05.540Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3208/4 [2021-03-03T14:48:05.540Z] INFO: archiving workspace using pattern(s): [2021-03-03T14:48:07.490Z] Archives upload complete. [2021-03-03T14:48:07.490Z] INFO: archiving logs to Nexus