Pull request #3295 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d224582090d89f2ec4a6e31743260213d3b067ba+ebfae9bf1c69030f223d824c55fa5330fb79db8d (ca0f4da81feced685391dd5e1fb54c7fc54ef146) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31356’ Running on prd-centos7-docker-4c-2g-31361 in /w/workspace/edgexfoundry_edgex-go_PR-3295 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3295/head:refs/remotes/origin/PR-3295 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ebfae9bf1c69030f223d824c55fa5330fb79db8d into PR head commit d224582090d89f2ec4a6e31743260213d3b067ba Merge succeeded, producing d224582090d89f2ec4a6e31743260213d3b067ba Checking out Revision d224582090d89f2ec4a6e31743260213d3b067ba (PR-3295) > git config core.sparsecheckout # timeout=10 > git checkout -f d224582090d89f2ec4a6e31743260213d3b067ba # 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 ebfae9bf1c69030f223d824c55fa5330fb79db8d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d224582090d89f2ec4a6e31743260213d3b067ba # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-25T09:59:49.040Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-25T09:59:49.658Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-25T09:59:49.853Z] ========================================================= [2021-03-25T09:59:49.853Z] EdgeX Global Pipelines Version Info [2021-03-25T09:59:49.853Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk c8e58384da06edde1d14f6e65ddf944d0f16a807 # timeout=10 [2021-03-25T09:59:51.287Z] ------------------- [2021-03-25T09:59:51.287Z] stable info: [2021-03-25T09:59:51.287Z] ------------------- [2021-03-25T09:59:51.287Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-25T09:59:51.287Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-25T09:59:51.287Z] Message: update stable to v1.0.186 [2021-03-25T09:59:52.231Z] ------------------- [2021-03-25T09:59:52.231Z] experimental info: [2021-03-25T09:59:52.231Z] ------------------- [2021-03-25T09:59:52.231Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-25T09:59:52.231Z] Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 [2021-03-25T09:59:52.231Z] Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-25T09:59:52.761Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-25T09:59:52.942Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-25T09:59:53.141Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-25T09:59:53.336Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-25T09:59:53.527Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-25T09:59:53.724Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-25T09:59:53.925Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-25T09:59:54.121Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-25T09:59:54.338Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-25T09:59:54.525Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-25T09:59:54.720Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-25T09:59:54.910Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-25T09:59:55.104Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-25T09:59:55.288Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-25T09:59:55.492Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-25T09:59:55.700Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-25T09:59:55.893Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-25T09:59:56.084Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-25T09:59:56.273Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-25T09:59:56.461Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-25T09:59:56.659Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-25T09:59:56.857Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-25T09:59:57.093Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3295 [Pipeline] echo [2021-03-25T09:59:57.293Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3295 [Pipeline] echo [2021-03-25T09:59:57.484Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3295 [Pipeline] echo [2021-03-25T09:59:57.674Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d224582090d89f2ec4a6e31743260213d3b067ba [Pipeline] echo [2021-03-25T09:59:57.857Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d224582 [Pipeline] echo [2021-03-25T09:59:58.037Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-25T09:59:58.349Z] provisioning config files... [2021-03-25T09:59:58.380Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4780444499500848950tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-25T09:59:58.819Z] ---> docker-login.sh [2021-03-25T09:59:58.819Z] nexus3.edgexfoundry.org:10001 [2021-03-25T09:59:58.819Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T09:59:59.081Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T09:59:59.081Z] Configure a credential helper to remove this warning. See [2021-03-25T09:59:59.081Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T09:59:59.081Z] [2021-03-25T09:59:59.081Z] Login Succeeded [2021-03-25T09:59:59.081Z] nexus3.edgexfoundry.org:10002 [2021-03-25T09:59:59.081Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T09:59:59.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T09:59:59.345Z] Configure a credential helper to remove this warning. See [2021-03-25T09:59:59.345Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T09:59:59.345Z] [2021-03-25T09:59:59.345Z] Login Succeeded [2021-03-25T09:59:59.345Z] nexus3.edgexfoundry.org:10003 [2021-03-25T09:59:59.345Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T09:59:59.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T09:59:59.345Z] Configure a credential helper to remove this warning. See [2021-03-25T09:59:59.345Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T09:59:59.345Z] [2021-03-25T09:59:59.345Z] Login Succeeded [2021-03-25T09:59:59.345Z] nexus3.edgexfoundry.org:10004 [2021-03-25T09:59:59.606Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T09:59:59.606Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T09:59:59.606Z] Configure a credential helper to remove this warning. See [2021-03-25T09:59:59.606Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T09:59:59.606Z] [2021-03-25T09:59:59.606Z] Login Succeeded [2021-03-25T09:59:59.606Z] docker.io [2021-03-25T09:59:59.606Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T10:00:00.993Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T10:00:00.993Z] Configure a credential helper to remove this warning. See [2021-03-25T10:00:00.993Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T10:00:00.993Z] [2021-03-25T10:00:00.993Z] Login Succeeded [2021-03-25T10:00:00.993Z] ---> docker-login.sh ends [Pipeline] } [2021-03-25T10:00:01.006Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T10:00:02.006Z] ++ 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-25T10:00:02.006Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T10:00:02.006Z] ++ dirname cmd/core-command/Dockerfile [2021-03-25T10:00:02.006Z] ++ cut -d/ -f2 [2021-03-25T10:00:02.006Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-25T10:00:02.006Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T10:00:02.006Z] ++ dirname cmd/core-data/Dockerfile [2021-03-25T10:00:02.006Z] ++ cut -d/ -f2 [2021-03-25T10:00:02.006Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-25T10:00:02.006Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T10:00:02.006Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-25T10:00:02.006Z] ++ cut -d/ -f2 [2021-03-25T10:00:02.006Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-25T10:00:02.006Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T10:00:02.006Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-25T10:00:02.006Z] ++ cut -d/ -f2 [2021-03-25T10:00:02.006Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-25T10:00:02.006Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T10:00:02.006Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-25T10:00:02.006Z] ++ cut -d/ -f2 [2021-03-25T10:00:02.006Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-25T10:00:02.006Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T10:00:02.006Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-25T10:00:02.006Z] ++ cut -d/ -f2 [2021-03-25T10:00:02.006Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-25T10:00:02.006Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T10:00:02.006Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-25T10:00:02.006Z] ++ cut -d/ -f2 [2021-03-25T10:00:02.006Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-25T10:00:02.006Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T10:00:02.006Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-25T10:00:02.006Z] ++ cut -d/ -f2 [2021-03-25T10:00:02.006Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-25T10:00:02.006Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T10:00:02.006Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-25T10:00:02.006Z] ++ cut -d/ -f2 [2021-03-25T10:00:02.006Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-25T10:00:02.136Z] 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-25T10:00:03.435Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T10:00:03.435Z] [2021-03-25T10:00:03.435Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:00:03.841Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T10:00:03.841Z] latest: Pulling from edgex-devops/git-semver [2021-03-25T10:00:03.841Z] 31603596830f: Pulling fs layer [2021-03-25T10:00:03.841Z] 2a8b12db71e7: Pulling fs layer [2021-03-25T10:00:03.841Z] 6ca5941a6612: Pulling fs layer [2021-03-25T10:00:03.841Z] ecc8261a40a4: Pulling fs layer [2021-03-25T10:00:03.841Z] ecc8261a40a4: Waiting [2021-03-25T10:00:03.841Z] 2a8b12db71e7: Verifying Checksum [2021-03-25T10:00:03.841Z] 2a8b12db71e7: Download complete [2021-03-25T10:00:04.107Z] 31603596830f: Download complete [2021-03-25T10:00:04.107Z] 6ca5941a6612: Verifying Checksum [2021-03-25T10:00:04.107Z] 6ca5941a6612: Download complete [2021-03-25T10:00:04.107Z] ecc8261a40a4: Verifying Checksum [2021-03-25T10:00:04.107Z] ecc8261a40a4: Download complete [2021-03-25T10:00:04.369Z] 31603596830f: Pull complete [2021-03-25T10:00:04.638Z] 2a8b12db71e7: Pull complete [2021-03-25T10:00:05.223Z] 6ca5941a6612: Pull complete [2021-03-25T10:00:05.485Z] ecc8261a40a4: Pull complete [2021-03-25T10:00:05.485Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-25T10:00:05.485Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T10:00:05.485Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-25T10:00:05.585Z] prd-centos7-docker-4c-2g-31361 does not seem to be running inside a container [2021-03-25T10:00:05.637Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-25T10:00:08.285Z] $ docker top b094edb23bb257c8b3065db6767b9e29ba2e81cd431ffcb5babfd090d82521cc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T10:00:08.784Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T10:00:08.784Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T10:00:08.976Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T10:00:08.982Z] $ docker exec b094edb23bb257c8b3065db6767b9e29ba2e81cd431ffcb5babfd090d82521cc ssh-agent [2021-03-25T10:00:09.140Z] SSH_AUTH_SOCK=/tmp/ssh-AWNKhm0b9ICo/agent.12 [2021-03-25T10:00:09.140Z] SSH_AGENT_PID=17 [2021-03-25T10:00:09.150Z] Running ssh-add (command line suppressed) [2021-03-25T10:00:09.275Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_397298357118342728.key (/w/workspace/edgex-go/3@tmp/private_key_397298357118342728.key) [2021-03-25T10:00:09.327Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T10:00:10.036Z] + git tag --points-at HEAD [Pipeline] } [2021-03-25T10:00:10.067Z] $ docker exec --env ******** --env ******** b094edb23bb257c8b3065db6767b9e29ba2e81cd431ffcb5babfd090d82521cc ssh-agent -k [2021-03-25T10:00:10.195Z] unset SSH_AUTH_SOCK; [2021-03-25T10:00:10.195Z] unset SSH_AGENT_PID; [2021-03-25T10:00:10.195Z] echo Agent pid 17 killed; [2021-03-25T10:00:10.239Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-25T10:00:10.550Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T10:00:10.550Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T10:00:10.725Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T10:00:10.731Z] $ docker exec b094edb23bb257c8b3065db6767b9e29ba2e81cd431ffcb5babfd090d82521cc ssh-agent [2021-03-25T10:00:10.901Z] SSH_AUTH_SOCK=/tmp/ssh-u2yTwaxLhMlo/agent.48 [2021-03-25T10:00:10.901Z] SSH_AGENT_PID=53 [2021-03-25T10:00:10.908Z] Running ssh-add (command line suppressed) [2021-03-25T10:00:11.030Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_1372040493774724297.key (/w/workspace/edgex-go/3@tmp/private_key_1372040493774724297.key) [2021-03-25T10:00:11.085Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T10:00:11.475Z] + git semver init [2021-03-25T10:00:11.475Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T10:00:11.475Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-03-25T10:00:11.475Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-03-25T10:00:11.475Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T10:00:11.475Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T10:00:11.475Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T10:00:11.475Z] # $SEMVER_BRANCH = PR-3295 [2021-03-25T10:00:11.475Z] # $SEMVER_TEMP = /tmp/semver-474224829 [2021-03-25T10:00:11.475Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-25T10:00:38.218Z] # '/tmp/semver-474224829' -> '/w/workspace/edgex-go/3/.semver' [2021-03-25T10:00:38.218Z] # -> Force: false [2021-03-25T10:00:38.218Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-03-25T10:00:38.232Z] $ docker exec --env ******** --env ******** b094edb23bb257c8b3065db6767b9e29ba2e81cd431ffcb5babfd090d82521cc ssh-agent -k [2021-03-25T10:00:38.406Z] unset SSH_AUTH_SOCK; [2021-03-25T10:00:38.406Z] unset SSH_AGENT_PID; [2021-03-25T10:00:38.406Z] echo Agent pid 53 killed; [2021-03-25T10:00:38.472Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T10:00:39.293Z] + git semver [Pipeline] } [2021-03-25T10:00:39.313Z] $ docker stop --time=1 b094edb23bb257c8b3065db6767b9e29ba2e81cd431ffcb5babfd090d82521cc [2021-03-25T10:00:41.259Z] $ docker rm -f b094edb23bb257c8b3065db6767b9e29ba2e81cd431ffcb5babfd090d82521cc [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T10:00:41.893Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-25T10:00:42.513Z] Stashed 1 file(s) [Pipeline] echo [2021-03-25T10:00:42.516Z] [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-25T10:00:44.136Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-25T10:00:44.462Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-25T10:00:44.775Z] + sudo service docker restart [2021-03-25T10:00:44.775Z] + true [2021-03-25T10:00:44.775Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-25T10:00:45.364Z] ========================================================= [2021-03-25T10:00:45.364Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-25T10:00:45.364Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:00:45.771Z] + 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-25T10:00:49.995Z] Sending build context to Docker daemon 328.8MB [2021-03-25T10:00:49.995Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-25T10:00:49.995Z] Step 2/6 : FROM ${BASE} [2021-03-25T10:00:49.995Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-25T10:00:49.995Z] 188c0c94c7c5: Pulling fs layer [2021-03-25T10:00:49.995Z] 0ef7d3d256c8: Pulling fs layer [2021-03-25T10:00:49.995Z] de9db76c5a1d: Pulling fs layer [2021-03-25T10:00:49.995Z] bca2f99d35d6: Pulling fs layer [2021-03-25T10:00:49.995Z] 93359f2a8cfa: Pulling fs layer [2021-03-25T10:00:49.995Z] 7c6f9722023f: Pulling fs layer [2021-03-25T10:00:49.995Z] a35cf1a2eb13: Pulling fs layer [2021-03-25T10:00:49.995Z] bca2f99d35d6: Waiting [2021-03-25T10:00:49.995Z] 93359f2a8cfa: Waiting [2021-03-25T10:00:49.995Z] 7c6f9722023f: Waiting [2021-03-25T10:00:49.995Z] a35cf1a2eb13: Waiting [2021-03-25T10:00:49.995Z] de9db76c5a1d: Verifying Checksum [2021-03-25T10:00:49.995Z] de9db76c5a1d: Download complete [2021-03-25T10:00:49.995Z] 0ef7d3d256c8: Verifying Checksum [2021-03-25T10:00:49.995Z] 0ef7d3d256c8: Download complete [2021-03-25T10:00:49.995Z] 93359f2a8cfa: Download complete [2021-03-25T10:00:49.995Z] 188c0c94c7c5: Verifying Checksum [2021-03-25T10:00:49.995Z] 188c0c94c7c5: Download complete [2021-03-25T10:00:49.995Z] 7c6f9722023f: Download complete [2021-03-25T10:00:50.258Z] 188c0c94c7c5: Pull complete [2021-03-25T10:00:50.258Z] 0ef7d3d256c8: Pull complete [2021-03-25T10:00:50.520Z] de9db76c5a1d: Pull complete [2021-03-25T10:00:51.924Z] a35cf1a2eb13: Verifying Checksum [2021-03-25T10:00:51.924Z] a35cf1a2eb13: Download complete [2021-03-25T10:00:52.499Z] bca2f99d35d6: Verifying Checksum [2021-03-25T10:00:52.499Z] bca2f99d35d6: Download complete [2021-03-25T10:00:57.837Z] bca2f99d35d6: Pull complete [2021-03-25T10:00:58.099Z] 93359f2a8cfa: Pull complete [2021-03-25T10:00:58.099Z] 7c6f9722023f: Pull complete [2021-03-25T10:00:58.252Z] Still waiting to schedule task [2021-03-25T10:00:58.253Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-25T10:01:03.411Z] a35cf1a2eb13: Pull complete [2021-03-25T10:01:03.411Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-25T10:01:03.411Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-25T10:01:03.411Z] ---> a62c8e92a672 [2021-03-25T10:01:03.411Z] 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-25T10:01:03.411Z] ---> Running in 1790f148e37f [2021-03-25T10:01:03.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:01:04.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:01:05.871Z] (1/12) Installing libmagic (5.38-r0) [2021-03-25T10:01:06.132Z] (2/12) Installing file (5.38-r0) [2021-03-25T10:01:06.132Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-25T10:01:06.132Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-25T10:01:18.387Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-25T10:01:18.387Z] (6/12) Installing patch (2.7.6-r6) [2021-03-25T10:01:18.387Z] (7/12) Installing build-base (0.5-r2) [2021-03-25T10:01:18.387Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-25T10:01:18.387Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-25T10:01:18.387Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-25T10:01:18.387Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-25T10:01:18.387Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-25T10:01:18.387Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:01:18.387Z] OK: 233 MiB in 51 packages [2021-03-25T10:01:21.724Z] Removing intermediate container 1790f148e37f [2021-03-25T10:01:21.724Z] ---> 7690b13a0367 [2021-03-25T10:01:21.724Z] Step 4/6 : WORKDIR /edgex-go [2021-03-25T10:01:21.724Z] ---> Running in 8b39d550389f [2021-03-25T10:01:21.986Z] Removing intermediate container 8b39d550389f [2021-03-25T10:01:21.986Z] ---> 288e3577cf54 [2021-03-25T10:01:21.986Z] Step 5/6 : COPY go.mod . [2021-03-25T10:01:22.248Z] ---> 45beff761594 [2021-03-25T10:01:22.248Z] Step 6/6 : RUN go mod download [2021-03-25T10:01:22.248Z] ---> Running in 69e84bd6944a [2021-03-25T10:01:45.863Z] Removing intermediate container 69e84bd6944a [2021-03-25T10:01:45.863Z] ---> cbafc8c3e3f8 [2021-03-25T10:01:45.863Z] Successfully built cbafc8c3e3f8 [2021-03-25T10:01:45.863Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:01:46.168Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-25T10:01:46.168Z] . [Pipeline] withDockerContainer [2021-03-25T10:01:46.263Z] prd-centos7-docker-4c-2g-31361 does not seem to be running inside a container [2021-03-25T10:01:46.308Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-x86_64 cat [2021-03-25T10:01:47.173Z] $ docker top ad6ac6decaf117eb4529727720fa7e61c827575c25c3267e73e7a927a717dd9f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T10:01:47.775Z] + go version [2021-03-25T10:01:47.775Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-25T10:01:47.793Z] $ docker stop --time=1 ad6ac6decaf117eb4529727720fa7e61c827575c25c3267e73e7a927a717dd9f [2021-03-25T10:01:49.207Z] $ docker rm -f ad6ac6decaf117eb4529727720fa7e61c827575c25c3267e73e7a927a717dd9f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:01:50.431Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-25T10:01:50.431Z] . [Pipeline] withDockerContainer [2021-03-25T10:01:50.529Z] prd-centos7-docker-4c-2g-31361 does not seem to be running inside a container [2021-03-25T10:01:50.577Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-x86_64 cat [2021-03-25T10:01:51.247Z] $ docker top 79551a9772b0db4b653a31a696290583f7b97d4353fcc83ea3e31da154faa015 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-25T10:01:51.545Z] ========================================================= [2021-03-25T10:01:51.545Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-25T10:01:51.545Z] ========================================================= [Pipeline] sh [2021-03-25T10:01:51.835Z] + make test [2021-03-25T10:01:51.835Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-25T10:02:01.865Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-25T10:02:20.180Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-25T10:02:24.420Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-25T10:02:24.420Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-25T10:02:24.420Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-25T10:02:26.998Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-25T10:02:26.998Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-25T10:02:26.998Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-25T10:02:26.998Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-25T10:02:27.591Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-25T10:02:28.191Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-25T10:02:30.740Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-25T10:02:30.740Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-25T10:02:30.740Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-25T10:02:34.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.113s coverage: 45.9% of statements [2021-03-25T10:02:34.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-25T10:02:34.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-25T10:02:34.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-25T10:02:34.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-25T10:02:34.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-25T10:02:34.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-25T10:02:34.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.060s coverage: 19.8% of statements [2021-03-25T10:02:34.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.129s coverage: 100.0% of statements [2021-03-25T10:02:36.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.211s coverage: 27.1% of statements [2021-03-25T10:02:36.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-25T10:02:36.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-25T10:02:36.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-25T10:02:36.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-25T10:02:36.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-25T10:02:36.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-25T10:02:36.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.086s coverage: 100.0% of statements [2021-03-25T10:02:36.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-25T10:02:36.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.106s coverage: 100.0% of statements [2021-03-25T10:02:36.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-25T10:02:36.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-25T10:02:36.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.074s coverage: 71.3% of statements [2021-03-25T10:02:36.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-25T10:02:36.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-25T10:02:37.032Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.156s coverage: 82.9% of statements [2021-03-25T10:02:37.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-25T10:02:37.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-25T10:02:37.032Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.104s coverage: 78.9% of statements [2021-03-25T10:02:37.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-25T10:02:40.409Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.338s coverage: 28.6% of statements [2021-03-25T10:02:40.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-25T10:02:40.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-25T10:02:40.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-25T10:02:40.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-25T10:02:40.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-25T10:02:40.409Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.140s coverage: 100.0% of statements [2021-03-25T10:02:40.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-25T10:02:40.409Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.093s coverage: 100.0% of statements [2021-03-25T10:02:40.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-25T10:02:40.409Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.184s coverage: 86.7% of statements [2021-03-25T10:02:40.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-25T10:02:40.409Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.166s coverage: 97.5% of statements [2021-03-25T10:02:40.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-25T10:02:40.409Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.092s coverage: 78.3% of statements [2021-03-25T10:02:40.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-25T10:02:40.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-25T10:02:40.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-25T10:02:40.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-25T10:02:43.041Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.416s coverage: 92.8% of statements [2021-03-25T10:02:43.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-25T10:02:43.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-25T10:02:43.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-25T10:02:43.041Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-25T10:02:43.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-25T10:02:43.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-25T10:02:43.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-25T10:02:43.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-25T10:02:43.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-25T10:02:43.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-25T10:02:43.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-25T10:02:43.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-25T10:02:43.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-25T10:02:43.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-25T10:02:43.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-25T10:02:43.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-25T10:02:43.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-25T10:02:43.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-25T10:02:43.041Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.073s coverage: 58.8% of statements [2021-03-25T10:02:43.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-25T10:02:43.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-25T10:02:43.041Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.054s coverage: 0.1% of statements [2021-03-25T10:02:43.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-25T10:02:43.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-25T10:02:43.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-25T10:02:43.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 47.1% of statements [2021-03-25T10:02:43.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.088s coverage: 79.5% of statements [2021-03-25T10:02:43.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements [2021-03-25T10:02:43.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.067s coverage: 96.3% of statements [2021-03-25T10:02:43.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2021-03-25T10:02:55.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.057s coverage: 94.4% of statements [2021-03-25T10:02:55.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements [2021-03-25T10:02:58.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.226s coverage: 82.6% of statements [2021-03-25T10:03:08.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.093s coverage: 92.9% of statements [2021-03-25T10:03:08.672Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-25T10:03:08.672Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-25T10:03:08.672Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-25T10:03:08.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-25T10:03:08.672Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-25T10:03:08.672Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-25T10:03:08.672Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-25T10:03:08.672Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-25T10:03:08.672Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-25T10:03:08.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.049s coverage: 87.2% of statements [2021-03-25T10:03:08.672Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-25T10:03:08.672Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-25T10:03:08.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-03-25T10:03:08.672Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-25T10:03:08.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements [2021-03-25T10:03:08.672Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-25T10:03:08.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-03-25T10:03:08.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.088s coverage: 87.2% of statements [2021-03-25T10:03:08.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.083s coverage: 84.6% of statements [2021-03-25T10:03:08.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.113s coverage: 91.6% of statements [2021-03-25T10:03:08.672Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-25T10:03:08.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.214s coverage: 64.4% of statements [2021-03-25T10:03:08.672Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-25T10:03:08.672Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-25T10:03:08.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2021-03-25T10:03:08.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements [2021-03-25T10:03:08.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-03-25T10:03:08.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements [2021-03-25T10:03:08.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements [2021-03-25T10:03:08.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.336s coverage: 69.0% of statements [2021-03-25T10:03:08.672Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-25T10:03:08.672Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-25T10:03:08.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.122s coverage: 38.4% of statements [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-25T10:03:08.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.034s coverage: 89.5% of statements [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-25T10:03:08.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements [2021-03-25T10:03:08.673Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.127s coverage: 47.0% of statements [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-25T10:03:08.673Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-25T10:03:08.673Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.056s coverage: 100.0% of statements [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-25T10:03:08.673Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.151s coverage: 87.1% of statements [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-25T10:03:08.673Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.708s coverage: 29.1% of statements [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-25T10:03:08.673Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-25T10:03:08.673Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.066s coverage: 100.0% of statements [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-25T10:03:08.673Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.086s coverage: 94.0% of statements [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-25T10:03:08.673Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-25T10:03:08.673Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-25T10:03:08.673Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-25T10:03:08.673Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-25T10:03:08.673Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2021-03-25T10:03:08.673Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.050s coverage: 32.1% of statements [2021-03-25T10:03:08.673Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-25T10:03:08.673Z] GO111MODULE=on go vet ./... [2021-03-25T10:03:32.219Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31367 in /w/workspace/edgexfoundry_edgex-go_PR-3295 [Pipeline] { [Pipeline] ws [2021-03-25T10:03:32.354Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-03-25T10:03:35.381Z] gofmt -l . [2021-03-25T10:03:35.642Z] [ "`gofmt -l .`" = "" ] [2021-03-25T10:03:36.215Z] ./bin/test-go-mod-tidy.sh [2021-03-25T10:03:36.789Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-25T10:03:37.665Z] + ls -al . [2021-03-25T10:03:37.665Z] total 776 [2021-03-25T10:03:37.665Z] drwxrwxr-x 10 1001 1001 4096 Mar 25 10:03 . [2021-03-25T10:03:37.665Z] drwxr-xr-x 4 root root 28 Mar 25 10:01 .. [2021-03-25T10:03:37.665Z] -rw-rw-r-- 1 1001 1001 11 Mar 25 09:59 .dockerignore [2021-03-25T10:03:37.665Z] drwxrwxr-x 8 1001 1001 179 Mar 25 09:59 .git [2021-03-25T10:03:37.665Z] drwxrwxr-x 3 1001 1001 125 Mar 25 09:59 .github [2021-03-25T10:03:37.665Z] -rw-rw-r-- 1 1001 1001 818 Mar 25 09:59 .gitignore [2021-03-25T10:03:37.665Z] drwx------ 3 1001 1001 60 Mar 25 10:00 .semver [2021-03-25T10:03:37.665Z] -rw-rw-r-- 1 1001 1001 166 Mar 25 09:59 .sonarcloud.properties [2021-03-25T10:03:37.665Z] -rw-rw-r-- 1 1001 1001 8607 Mar 25 09:59 Attribution.txt [2021-03-25T10:03:37.665Z] -rw-rw-r-- 1 1001 1001 3804 Mar 25 09:59 CONTRIBUTING.md [2021-03-25T10:03:37.665Z] -rw-rw-r-- 1 1001 1001 931 Mar 25 09:59 Dockerfile.build [2021-03-25T10:03:37.665Z] -rw-rw-r-- 1 1001 1001 863 Mar 25 09:59 Jenkinsfile [2021-03-25T10:03:37.665Z] -rw-rw-r-- 1 1001 1001 10775 Mar 25 09:59 LICENSE [2021-03-25T10:03:37.665Z] -rw-rw-r-- 1 1001 1001 5774 Mar 25 09:59 Makefile [2021-03-25T10:03:37.665Z] -rw-rw-r-- 1 1001 1001 6548 Mar 25 09:59 README.md [2021-03-25T10:03:37.665Z] -rw-rw-r-- 1 1001 1001 6755 Mar 25 09:59 SECURITY.md [2021-03-25T10:03:37.665Z] -rw-rw-r-- 1 1001 1001 5 Mar 25 10:00 VERSION [2021-03-25T10:03:37.665Z] -rw-rw-r-- 1 1001 1001 4131 Mar 25 09:59 ZMQWindows.md [2021-03-25T10:03:37.665Z] drwxrwxr-x 2 1001 1001 117 Mar 25 09:59 bin [2021-03-25T10:03:37.665Z] drwxrwxr-x 14 1001 1001 4096 Mar 25 09:59 cmd [2021-03-25T10:03:37.665Z] -rw-r--r-- 1 root root 666600 Mar 25 10:03 coverage.out [2021-03-25T10:03:37.665Z] -rw-r--r-- 1 root root 1056 Mar 25 10:03 go.mod [2021-03-25T10:03:37.665Z] -rw-r--r-- 1 root root 22530 Mar 25 10:03 go.sum [2021-03-25T10:03:37.665Z] drwxrwxr-x 8 1001 1001 127 Mar 25 09:59 internal [2021-03-25T10:03:37.665Z] drwxrwxr-x 4 1001 1001 26 Mar 25 09:59 openapi [2021-03-25T10:03:37.665Z] drwxrwxr-x 4 1001 1001 71 Mar 25 09:59 snap [2021-03-25T10:03:37.665Z] -rw-rw-r-- 1 1001 1001 168 Mar 25 09:59 version.go [Pipeline] sh [2021-03-25T10:03:37.723Z] using credential edgex-jenkins-ssh [2021-03-25T10:03:37.829Z] Cloning the remote Git repository [2021-03-25T10:03:37.966Z] + '[' -e coverage.out ] [2021-03-25T10:03:37.966Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-25T10:03:38.226Z] Stashed 1 file(s) [Pipeline] sh [2021-03-25T10:03:38.521Z] + make build [2021-03-25T10:03:38.521Z] 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-25T10:03:37.868Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-25T10:03:37.974Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-25T10:03:38.039Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-25T10:03:38.040Z] > git --version # timeout=10 [2021-03-25T10:03:38.066Z] > git --version # 'git version 2.17.1' [2021-03-25T10:03:38.068Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T10:03:38.161Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T10:03:42.742Z] 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-25T10:03:51.001Z] 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-25T10:03:51.571Z] 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-25T10:03:53.495Z] 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-25T10:03:53.759Z] 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-25T10:03:55.677Z] 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-25T10:03:57.077Z] 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-25T10:03:58.462Z] 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-25T10:03:59.409Z] 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-25T10:04:00.810Z] 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-25T10:04:02.205Z] 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-25T10:04:04.174Z] $ docker stop --time=1 79551a9772b0db4b653a31a696290583f7b97d4353fcc83ea3e31da154faa015 [2021-03-25T10:04:05.784Z] $ docker rm -f 79551a9772b0db4b653a31a696290583f7b97d4353fcc83ea3e31da154faa015 [2021-03-25T10:04:06.124Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-03-25T10:04:06.898Z] Merging remotes/origin/master commit ebfae9bf1c69030f223d824c55fa5330fb79db8d into PR head commit d224582090d89f2ec4a6e31743260213d3b067ba [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-25T10:04:07.398Z] Merge succeeded, producing d224582090d89f2ec4a6e31743260213d3b067ba [2021-03-25T10:04:07.399Z] Checking out Revision d224582090d89f2ec4a6e31743260213d3b067ba (PR-3295) [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:04:08.173Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-25T10:04:08.173Z] [2021-03-25T10:04:08.173Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:04:08.575Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-25T10:04:08.575Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-25T10:04:08.575Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-25T10:04:08.575Z] ca9280d653b3: Pulling fs layer [2021-03-25T10:04:08.575Z] 7e9c9ca2126c: Pulling fs layer [2021-03-25T10:04:06.152Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T10:04:06.173Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-25T10:04:06.200Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-25T10:04:06.200Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T10:04:06.211Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3295/head:refs/remotes/origin/PR-3295 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-25T10:04:06.918Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T10:04:06.947Z] > git checkout -f d224582090d89f2ec4a6e31743260213d3b067ba # timeout=10 [2021-03-25T10:04:07.268Z] > git remote # timeout=10 [2021-03-25T10:04:07.285Z] > git config --get remote.origin.url # timeout=10 [2021-03-25T10:04:07.298Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T10:04:07.358Z] > git merge ebfae9bf1c69030f223d824c55fa5330fb79db8d # timeout=10 [2021-03-25T10:04:07.386Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-25T10:04:07.408Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T10:04:07.421Z] > git checkout -f d224582090d89f2ec4a6e31743260213d3b067ba # timeout=10 [2021-03-25T10:04:09.521Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-25T10:04:09.521Z] cbdbe7a5bc2a: Download complete [2021-03-25T10:04:09.785Z] cbdbe7a5bc2a: Pull complete [2021-03-25T10:04:10.049Z] ca9280d653b3: Verifying Checksum [2021-03-25T10:04:10.049Z] ca9280d653b3: Download complete [2021-03-25T10:04:10.628Z] 7e9c9ca2126c: Verifying Checksum [2021-03-25T10:04:10.628Z] 7e9c9ca2126c: Download complete [2021-03-25T10:04:10.892Z] ca9280d653b3: Pull complete [2021-03-25T10:04:11.843Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-25T10:04:13.591Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-25T10:04:14.010Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-25T10:04:14.358Z] + true [2021-03-25T10:04:14.358Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-25T10:04:16.454Z] provisioning config files... [2021-03-25T10:04:16.493Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7015040545023637398tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-25T10:04:16.974Z] ---> docker-login.sh [2021-03-25T10:04:16.974Z] nexus3.edgexfoundry.org:10001 [2021-03-25T10:04:17.532Z] 7e9c9ca2126c: Pull complete [2021-03-25T10:04:17.532Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-25T10:04:17.532Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-25T10:04:17.532Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-25T10:04:17.571Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T10:04:17.648Z] prd-centos7-docker-4c-2g-31361 does not seem to be running inside a container [2021-03-25T10:04:17.699Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-25T10:04:18.175Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T10:04:18.175Z] Configure a credential helper to remove this warning. See [2021-03-25T10:04:18.175Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T10:04:18.175Z] [2021-03-25T10:04:18.175Z] Login Succeeded [2021-03-25T10:04:18.175Z] nexus3.edgexfoundry.org:10002 [2021-03-25T10:04:18.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T10:04:18.450Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T10:04:18.450Z] Configure a credential helper to remove this warning. See [2021-03-25T10:04:18.450Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T10:04:18.450Z] [2021-03-25T10:04:18.450Z] Login Succeeded [2021-03-25T10:04:18.727Z] nexus3.edgexfoundry.org:10003 [2021-03-25T10:04:18.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T10:04:18.999Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T10:04:18.999Z] Configure a credential helper to remove this warning. See [2021-03-25T10:04:18.999Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T10:04:18.999Z] [2021-03-25T10:04:18.999Z] Login Succeeded [2021-03-25T10:04:18.999Z] nexus3.edgexfoundry.org:10004 [2021-03-25T10:04:19.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T10:04:19.601Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T10:04:19.601Z] Configure a credential helper to remove this warning. See [2021-03-25T10:04:19.601Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T10:04:19.601Z] [2021-03-25T10:04:19.601Z] Login Succeeded [2021-03-25T10:04:19.601Z] docker.io [2021-03-25T10:04:20.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T10:04:20.712Z] $ docker top f38ffa048d797ef056cec9889488ec962901701bef4a30cd06f71cabdf8e5add -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T10:04:21.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T10:04:21.183Z] Configure a credential helper to remove this warning. See [2021-03-25T10:04:21.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T10:04:21.183Z] [2021-03-25T10:04:21.183Z] Login Succeeded [2021-03-25T10:04:21.183Z] ---> docker-login.sh ends [Pipeline] } [2021-03-25T10:04:21.201Z] Deleting 1 temporary files [Pipeline] // wrap [2021-03-25T10:04:21.299Z] + docker-compose build --help+ [2021-03-25T10:04:21.299Z] grep parallel [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-25T10:04:21.903Z] ========================================================= [2021-03-25T10:04:21.903Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-25T10:04:21.903Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:04:22.253Z] --parallel Build images in parallel. [2021-03-25T10:04:22.346Z] + 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 . [Pipeline] } [2021-03-25T10:04:22.559Z] $ docker stop --time=1 f38ffa048d797ef056cec9889488ec962901701bef4a30cd06f71cabdf8e5add [2021-03-25T10:04:23.912Z] $ docker rm -f f38ffa048d797ef056cec9889488ec962901701bef4a30cd06f71cabdf8e5add [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:04:24.987Z] Sending build context to Docker daemon 166.9MB [2021-03-25T10:04:24.987Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-25T10:04:24.987Z] Step 2/6 : FROM ${BASE} [2021-03-25T10:04:25.081Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-25T10:04:25.081Z] . [Pipeline] withDockerContainer [2021-03-25T10:04:25.192Z] prd-centos7-docker-4c-2g-31361 does not seem to be running inside a container [2021-03-25T10:04:25.260Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-25T10:04:25.260Z] 5f621e34cdf4: Pulling fs layer [2021-03-25T10:04:25.260Z] a4357932f1b6: Pulling fs layer [2021-03-25T10:04:25.260Z] 18c013af1878: Pulling fs layer [2021-03-25T10:04:25.260Z] 00ac8860ef70: Pulling fs layer [2021-03-25T10:04:25.260Z] 63d7cb157983: Pulling fs layer [2021-03-25T10:04:25.260Z] b116817d02f9: Pulling fs layer [2021-03-25T10:04:25.260Z] 745a02a5169b: Pulling fs layer [2021-03-25T10:04:25.260Z] 63d7cb157983: Waiting [2021-03-25T10:04:25.260Z] 745a02a5169b: Waiting [2021-03-25T10:04:25.260Z] b116817d02f9: Waiting [2021-03-25T10:04:25.260Z] 00ac8860ef70: Waiting [2021-03-25T10:04:25.260Z] 18c013af1878: Download complete [2021-03-25T10:04:25.260Z] a4357932f1b6: Verifying Checksum [2021-03-25T10:04:25.260Z] a4357932f1b6: Download complete [2021-03-25T10:04:25.260Z] 63d7cb157983: Download complete [2021-03-25T10:04:25.260Z] b116817d02f9: Verifying Checksum [2021-03-25T10:04:25.260Z] b116817d02f9: Download complete [2021-03-25T10:04:25.253Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-25T10:04:25.982Z] $ docker top 3474530994ca32988bb9697fe11a577031ab1763ebb7dccf361ce640100723b0 -eo pid,comm [Pipeline] { [2021-03-25T10:04:26.243Z] 5f621e34cdf4: Verifying Checksum [Pipeline] sh [2021-03-25T10:04:26.519Z] 5f621e34cdf4: Pull complete [2021-03-25T10:04:26.668Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-25T10:04:27.133Z] a4357932f1b6: Pull complete [2021-03-25T10:04:27.611Z] Building docker-core-command-go ... [2021-03-25T10:04:27.611Z] Building docker-core-data-go ... [2021-03-25T10:04:27.611Z] Building docker-core-metadata-go ... [2021-03-25T10:04:27.611Z] Building docker-security-bootstrapper-go ... [2021-03-25T10:04:27.611Z] Building docker-security-proxy-setup-go ... [2021-03-25T10:04:27.611Z] Building docker-security-secretstore-setup-go ... [2021-03-25T10:04:27.611Z] Building docker-support-notifications-go ... [2021-03-25T10:04:27.611Z] Building docker-support-scheduler-go ... [2021-03-25T10:04:27.611Z] Building docker-sys-mgmt-agent-go ... [2021-03-25T10:04:27.611Z] Building docker-support-notifications-go [2021-03-25T10:04:27.611Z] Building docker-security-bootstrapper-go [2021-03-25T10:04:27.611Z] Building docker-security-proxy-setup-go [2021-03-25T10:04:27.611Z] Building docker-core-command-go [2021-03-25T10:04:27.611Z] Building docker-sys-mgmt-agent-go [2021-03-25T10:04:27.741Z] 18c013af1878: Pull complete [2021-03-25T10:04:29.187Z] 745a02a5169b: Verifying Checksum [2021-03-25T10:04:29.187Z] 745a02a5169b: Download complete [2021-03-25T10:04:31.799Z] 00ac8860ef70: Verifying Checksum [2021-03-25T10:04:31.799Z] 00ac8860ef70: Download complete [2021-03-25T10:04:41.942Z] 00ac8860ef70: Pull complete [2021-03-25T10:04:41.942Z] 63d7cb157983: Pull complete [2021-03-25T10:04:41.942Z] b116817d02f9: Pull complete [2021-03-25T10:04:45.347Z] 745a02a5169b: Pull complete [2021-03-25T10:04:45.347Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-25T10:04:45.347Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-25T10:04:45.347Z] ---> b7e6874047d6 [2021-03-25T10:04:45.347Z] 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-25T10:04:47.979Z] ---> Running in 6b77500f1f55 [2021-03-25T10:04:49.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:04:51.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:04:53.347Z] (1/12) Installing libmagic (5.38-r0) [2021-03-25T10:04:53.621Z] (2/12) Installing file (5.38-r0) [2021-03-25T10:04:53.621Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-25T10:04:53.621Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-25T10:04:59.810Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:04:59.810Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:04:59.810Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:04:59.810Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:04:59.810Z] ---> cbafc8c3e3f8 [2021-03-25T10:04:59.810Z] Step 3/22 : WORKDIR /edgex-go [2021-03-25T10:04:59.810Z] ---> cbafc8c3e3f8 [2021-03-25T10:04:59.810Z] Step 3/26 : WORKDIR /edgex-go [2021-03-25T10:04:59.810Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:04:59.810Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:04:59.810Z] ---> cbafc8c3e3f8 [2021-03-25T10:04:59.810Z] Step 3/23 : WORKDIR /edgex-go [2021-03-25T10:04:59.810Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:04:59.810Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:04:59.810Z] ---> cbafc8c3e3f8 [2021-03-25T10:04:59.810Z] Step 3/31 : WORKDIR /edgex-go [2021-03-25T10:04:59.810Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:04:59.810Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:04:59.810Z] ---> cbafc8c3e3f8 [2021-03-25T10:04:59.810Z] Step 3/21 : WORKDIR /edgex-go [2021-03-25T10:04:59.810Z] ---> Running in d5f487c9c5aa [2021-03-25T10:04:59.810Z] ---> Running in c712cd1d6ed7 [2021-03-25T10:04:59.810Z] ---> Running in 725cc61b67eb [2021-03-25T10:04:59.810Z] ---> Running in 7765c0ca9d93 [2021-03-25T10:04:59.810Z] ---> Running in 6f65fd19b198 [2021-03-25T10:04:59.810Z] Removing intermediate container 7765c0ca9d93 [2021-03-25T10:04:59.810Z] ---> b5ee24bff744 [2021-03-25T10:04:59.810Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:04:59.810Z] Removing intermediate container c712cd1d6ed7 [2021-03-25T10:04:59.810Z] ---> 1c7c44c359bf [2021-03-25T10:04:59.810Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:04:59.810Z] Removing intermediate container 6f65fd19b198 [2021-03-25T10:04:59.810Z] ---> 548ff4620034 [2021-03-25T10:04:59.810Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:04:59.810Z] Removing intermediate container 725cc61b67eb [2021-03-25T10:04:59.810Z] ---> c8dd21456e79 [2021-03-25T10:04:59.810Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:05:00.072Z] Removing intermediate container d5f487c9c5aa [2021-03-25T10:05:00.072Z] ---> c32a4b0786d7 [2021-03-25T10:05:00.072Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:05:00.072Z] ---> Running in 297ab785284f [2021-03-25T10:05:00.072Z] ---> Running in 36243fddd171 [2021-03-25T10:05:00.072Z] ---> Running in 5eb98ce2af32 [2021-03-25T10:05:00.072Z] ---> Running in 30d4bd059050 [2021-03-25T10:05:00.072Z] ---> Running in fe348899fe14 [2021-03-25T10:05:02.001Z] Removing intermediate container 297ab785284f [2021-03-25T10:05:02.001Z] ---> 3f1273a7bd3b [2021-03-25T10:05:02.001Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-25T10:05:02.262Z] Removing intermediate container 5eb98ce2af32 [2021-03-25T10:05:02.262Z] ---> a259d9d93d4f [2021-03-25T10:05:02.262Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-25T10:05:02.262Z] Removing intermediate container 36243fddd171 [2021-03-25T10:05:02.262Z] ---> ad52ae517f25 [2021-03-25T10:05:02.262Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-25T10:05:02.262Z] ---> Running in 825ab17d2710 [2021-03-25T10:05:02.523Z] ---> Running in b58d506709e8 [2021-03-25T10:05:02.523Z] ---> Running in 699779cbef7c [2021-03-25T10:05:02.787Z] Removing intermediate container fe348899fe14 [2021-03-25T10:05:02.787Z] ---> c9bfdbb7f9d1 [2021-03-25T10:05:02.787Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-25T10:05:02.787Z] Removing intermediate container 30d4bd059050 [2021-03-25T10:05:02.787Z] ---> 00e7e7947113 [2021-03-25T10:05:02.787Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-25T10:05:03.050Z] ---> Running in f32cb5c40c89 [2021-03-25T10:05:03.050Z] ---> Running in 4d3b8df55c91 [2021-03-25T10:05:03.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:05:03.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:05:03.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:05:03.761Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-25T10:05:03.761Z] (6/12) Installing patch (2.7.6-r6) [2021-03-25T10:05:03.761Z] (7/12) Installing build-base (0.5-r2) [2021-03-25T10:05:03.761Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-25T10:05:03.761Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-25T10:05:03.761Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-25T10:05:03.761Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-25T10:05:03.761Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-25T10:05:03.761Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:05:03.761Z] OK: 217 MiB in 51 packages [2021-03-25T10:05:03.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:05:03.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:05:04.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:05:04.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:05:04.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:05:04.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:05:04.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:05:05.217Z] OK: 233 MiB in 51 packages [2021-03-25T10:05:05.217Z] OK: 233 MiB in 51 packages [2021-03-25T10:05:05.480Z] OK: 233 MiB in 51 packages [2021-03-25T10:05:05.741Z] Removing intermediate container 4d3b8df55c91 [2021-03-25T10:05:05.741Z] ---> 46f0657f6614 [2021-03-25T10:05:05.741Z] Step 6/23 : COPY go.mod . [2021-03-25T10:05:05.741Z] Removing intermediate container f32cb5c40c89 [2021-03-25T10:05:05.741Z] ---> 0c7ac3409d52 [2021-03-25T10:05:05.741Z] Step 6/21 : COPY go.mod . [2021-03-25T10:05:06.004Z] ---> dc12cdeb7a7f [2021-03-25T10:05:06.004Z] Step 7/23 : RUN go mod download [2021-03-25T10:05:06.004Z] ---> Running in 5c5f1390eccd [2021-03-25T10:05:06.271Z] Removing intermediate container 825ab17d2710 [2021-03-25T10:05:06.272Z] ---> 6492ccc0963a [2021-03-25T10:05:06.272Z] Step 6/22 : COPY go.mod . [2021-03-25T10:05:06.272Z] OK: 233 MiB in 51 packages [2021-03-25T10:05:06.272Z] ---> 4014a517365d [2021-03-25T10:05:06.272Z] Step 7/21 : RUN go mod download [2021-03-25T10:05:06.538Z] ---> Running in 257910c471d7 [2021-03-25T10:05:06.538Z] OK: 233 MiB in 51 packages [2021-03-25T10:05:06.801Z] ---> abbbd884203c [2021-03-25T10:05:06.801Z] Step 7/22 : RUN go mod download [2021-03-25T10:05:07.064Z] ---> Running in 9e31c8ecb023 [2021-03-25T10:05:07.331Z] Removing intermediate container b58d506709e8 [2021-03-25T10:05:07.331Z] ---> 56cac230632e [2021-03-25T10:05:07.331Z] Step 6/31 : COPY go.mod . [2021-03-25T10:05:07.331Z] Removing intermediate container 699779cbef7c [2021-03-25T10:05:07.331Z] ---> 761e222ed5cd [2021-03-25T10:05:07.331Z] Step 6/26 : COPY go.mod . [2021-03-25T10:05:07.598Z] ---> 50f38292b7ce [2021-03-25T10:05:07.598Z] Step 7/31 : RUN go mod download [2021-03-25T10:05:07.860Z] ---> Running in e2edd482d640 [2021-03-25T10:05:07.860Z] ---> 6d7df4fa3bb1 [2021-03-25T10:05:07.860Z] Step 7/26 : RUN go mod download [2021-03-25T10:05:08.067Z] Removing intermediate container 6b77500f1f55 [2021-03-25T10:05:08.067Z] ---> 055eaf815ebb [2021-03-25T10:05:08.067Z] Step 4/6 : WORKDIR /edgex-go [2021-03-25T10:05:08.067Z] ---> Running in 6066bcf7f6e9 [2021-03-25T10:05:08.347Z] Removing intermediate container 6066bcf7f6e9 [2021-03-25T10:05:08.347Z] ---> 12d0b25f6dbb [2021-03-25T10:05:08.347Z] Step 5/6 : COPY go.mod . [2021-03-25T10:05:08.434Z] ---> Running in 4c3952e7d6aa [2021-03-25T10:05:08.944Z] ---> 6959fb581f3e [2021-03-25T10:05:08.944Z] Step 6/6 : RUN go mod download [2021-03-25T10:05:09.009Z] Removing intermediate container 5c5f1390eccd [2021-03-25T10:05:09.009Z] ---> 82caaff9aae3 [2021-03-25T10:05:09.009Z] Step 8/23 : COPY . . [2021-03-25T10:05:09.009Z] Removing intermediate container 257910c471d7 [2021-03-25T10:05:09.009Z] ---> 827a7fca85fa [2021-03-25T10:05:09.009Z] Step 8/21 : COPY . . [2021-03-25T10:05:09.216Z] ---> Running in 2fdff3548fb5 [2021-03-25T10:05:09.595Z] Removing intermediate container 9e31c8ecb023 [2021-03-25T10:05:09.595Z] ---> 9281b2269888 [2021-03-25T10:05:09.595Z] Step 8/22 : COPY . . [2021-03-25T10:05:16.200Z] Removing intermediate container e2edd482d640 [2021-03-25T10:05:16.200Z] ---> 6084fcf08494 [2021-03-25T10:05:16.200Z] Step 8/31 : COPY . . [2021-03-25T10:05:24.384Z] Removing intermediate container 4c3952e7d6aa [2021-03-25T10:05:24.384Z] ---> 7ed9f68c96ae [2021-03-25T10:05:24.384Z] Step 8/26 : COPY . . [2021-03-25T10:05:35.996Z] Removing intermediate container 2fdff3548fb5 [2021-03-25T10:05:35.996Z] ---> 7b496c28c9d4 [2021-03-25T10:05:35.996Z] Successfully built 7b496c28c9d4 [2021-03-25T10:05:35.996Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:05:36.347Z] + docker inspect -f . ci-base-image-arm64 [2021-03-25T10:05:36.347Z] . [Pipeline] withDockerContainer [2021-03-25T10:05:36.621Z] prd-ubuntu18.04-docker-arm64-4c-16g-31367 does not seem to be running inside a container [2021-03-25T10:05:36.710Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-25T10:05:38.246Z] $ docker top f92f5b03dcc97eb0382d247ad9635a49b537e7a8f2ef3bdd04c37e40cbcbf31b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T10:05:39.342Z] + go version [2021-03-25T10:05:39.342Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-25T10:05:39.375Z] $ docker stop --time=1 f92f5b03dcc97eb0382d247ad9635a49b537e7a8f2ef3bdd04c37e40cbcbf31b [2021-03-25T10:05:41.391Z] $ docker rm -f f92f5b03dcc97eb0382d247ad9635a49b537e7a8f2ef3bdd04c37e40cbcbf31b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:05:42.896Z] + docker inspect -f . ci-base-image-arm64 [2021-03-25T10:05:42.896Z] . [Pipeline] withDockerContainer [2021-03-25T10:05:43.160Z] prd-ubuntu18.04-docker-arm64-4c-16g-31367 does not seem to be running inside a container [2021-03-25T10:05:43.250Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-25T10:05:44.690Z] $ docker top 49dc0dfd73b3ccf919031ed2e7572afb817ee2bfd03a0b39b845ae39117f01d3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-25T10:05:45.164Z] ========================================================= [2021-03-25T10:05:45.164Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-25T10:05:45.164Z] ========================================================= [Pipeline] sh [2021-03-25T10:05:45.816Z] + make test [2021-03-25T10:05:45.816Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-25T10:05:51.325Z] ---> c8e56c200e34 [2021-03-25T10:05:51.325Z] ---> d94ef05be626 [2021-03-25T10:05:51.325Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications ---> 48a4b6d9b52c [2021-03-25T10:05:51.325Z] [2021-03-25T10:05:51.325Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-configStep 9/23 : RUN make cmd/core-command/core-command [2021-03-25T10:05:51.325Z] [2021-03-25T10:05:51.325Z] ---> 4e1face7d5ea [2021-03-25T10:05:51.325Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-25T10:05:51.325Z] ---> Running in 13f17e430e84 [2021-03-25T10:05:51.325Z] ---> Running in 2c3c56efe5b9 [2021-03-25T10:05:51.325Z] ---> Running in cd5f968fb5bd [2021-03-25T10:05:51.325Z] ---> Running in 65f27587c965 [2021-03-25T10:05:51.325Z] ---> da1c216b478b [2021-03-25T10:05:51.325Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-25T10:05:51.325Z] ---> Running in cb5776d75e49 [2021-03-25T10:05:52.293Z] 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-25T10:05:52.294Z] 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-25T10:05:52.294Z] 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-25T10:05:52.294Z] 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-25T10:05:52.294Z] 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-25T10:06:07.998Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-25T10:06:24.663Z] 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-25T10:06:31.317Z] Removing intermediate container cb5776d75e49 [2021-03-25T10:06:31.317Z] ---> b1b2721c2414 [2021-03-25T10:06:31.317Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-25T10:06:31.317Z] Removing intermediate container 65f27587c965 [2021-03-25T10:06:31.317Z] ---> bd2e0ad5ddb3 [2021-03-25T10:06:31.317Z] [2021-03-25T10:06:31.317Z] Step 10/31 : FROM alpine:3.12 [2021-03-25T10:06:31.317Z] 3.12: Pulling from library/alpine [2021-03-25T10:06:31.587Z] ---> Running in 38e4c2abb38a [2021-03-25T10:06:31.587Z] Removing intermediate container cd5f968fb5bd [2021-03-25T10:06:31.587Z] ---> 1b651be14cb9 [2021-03-25T10:06:31.587Z] [2021-03-25T10:06:31.587Z] Step 10/23 : FROM alpine:3.12 [2021-03-25T10:06:31.587Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-25T10:06:31.587Z] 3.12: Pulling from library/alpine [2021-03-25T10:06:31.587Z] Status: Downloaded newer image for alpine:3.12 [2021-03-25T10:06:31.848Z] ---> 88dd2752d2ea [2021-03-25T10:06:31.848Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-25T10:06:31.848Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-25T10:06:31.848Z] Status: Image is up to date for alpine:3.12 [2021-03-25T10:06:31.848Z] ---> 88dd2752d2ea [2021-03-25T10:06:31.848Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-25T10:06:35.156Z] Removing intermediate container 2c3c56efe5b9 [2021-03-25T10:06:35.156Z] ---> b27d5f605878 [2021-03-25T10:06:35.156Z] [2021-03-25T10:06:35.156Z] Step 10/21 : FROM alpine:3.12 [2021-03-25T10:06:35.156Z] ---> 88dd2752d2ea [2021-03-25T10:06:35.156Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-25T10:06:35.156Z] ---> Running in 04aedfadcf61 [2021-03-25T10:06:35.156Z] ---> Running in 15908dac6916 [2021-03-25T10:06:35.156Z] ---> Running in f99160c6a8e9 [2021-03-25T10:06:35.156Z] Removing intermediate container 13f17e430e84 [2021-03-25T10:06:35.156Z] ---> feb2e81cf256 [2021-03-25T10:06:35.156Z] [2021-03-25T10:06:35.156Z] Step 10/22 : FROM alpine:3.12 [2021-03-25T10:06:35.156Z] ---> 88dd2752d2ea [2021-03-25T10:06:35.156Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-25T10:06:35.156Z] 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-25T10:06:35.428Z] Removing intermediate container 15908dac6916 [2021-03-25T10:06:35.428Z] ---> 70dbb55dbb81 [2021-03-25T10:06:35.428Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-25T10:06:35.428Z] ---> Running in 633ef3c16090 [2021-03-25T10:06:35.709Z] ---> Running in 5a1870224956 [2021-03-25T10:06:35.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:06:35.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:06:35.980Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:06:35.980Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-25T10:06:35.980Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:06:35.980Z] OK: 6 MiB in 15 packages [2021-03-25T10:06:35.980Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:06:36.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:06:36.253Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-25T10:06:36.253Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-25T10:06:36.253Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-25T10:06:36.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:06:36.253Z] (4/4) Installing curl (7.69.1-r3) [2021-03-25T10:06:36.253Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:06:36.253Z] Executing ca-certificates-20191127-r4.trigger [2021-03-25T10:06:36.253Z] OK: 7 MiB in 18 packages [2021-03-25T10:06:36.253Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-25T10:06:36.516Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-25T10:06:36.516Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:06:36.516Z] Executing ca-certificates-20191127-r4.trigger [2021-03-25T10:06:36.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:06:36.516Z] OK: 6 MiB in 16 packages [2021-03-25T10:06:36.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:06:36.516Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-25T10:06:36.516Z] (2/2) Installing su-exec (0.2-r1) [2021-03-25T10:06:36.516Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:06:36.516Z] OK: 6 MiB in 16 packages [2021-03-25T10:06:37.092Z] Removing intermediate container 38e4c2abb38a [2021-03-25T10:06:37.092Z] ---> 7caf3a0e276e [2021-03-25T10:06:37.092Z] [2021-03-25T10:06:37.092Z] Step 11/26 : FROM docker:20.10.0 [2021-03-25T10:06:37.092Z] 20.10.0: Pulling from library/docker [2021-03-25T10:06:37.353Z] Removing intermediate container 04aedfadcf61 [2021-03-25T10:06:37.353Z] ---> bb7be9b564f4 [2021-03-25T10:06:37.353Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T10:06:39.266Z] ---> Running in befcfcc8a484 [2021-03-25T10:06:39.266Z] Removing intermediate container f99160c6a8e9 [2021-03-25T10:06:39.266Z] ---> 59d017f8475a [2021-03-25T10:06:39.266Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-25T10:06:39.837Z] ---> Running in 574f5f68753c [2021-03-25T10:06:40.098Z] Removing intermediate container befcfcc8a484 [2021-03-25T10:06:40.098Z] ---> 8bee32b55f22 [2021-03-25T10:06:40.098Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-25T10:06:40.366Z] Removing intermediate container 5a1870224956 [2021-03-25T10:06:40.366Z] ---> 8818c6f6fd78 [2021-03-25T10:06:40.366Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-25T10:06:40.366Z] Removing intermediate container 633ef3c16090 [2021-03-25T10:06:40.366Z] ---> 334363122dca [2021-03-25T10:06:40.366Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T10:06:40.366Z] ---> Running in 7c53001c1035 [2021-03-25T10:06:40.366Z] ---> Running in ab679fedc087 [2021-03-25T10:06:40.366Z] Removing intermediate container 574f5f68753c [2021-03-25T10:06:40.366Z] ---> d68e582f8e44 [2021-03-25T10:06:40.366Z] Step 13/21 : WORKDIR /edgex [2021-03-25T10:06:40.632Z] ---> Running in 219adb50aa94 [2021-03-25T10:06:40.632Z] ---> Running in 514b09fb7180 [2021-03-25T10:06:40.895Z] Removing intermediate container 7c53001c1035 [2021-03-25T10:06:40.895Z] ---> d3fff84846f3 [2021-03-25T10:06:40.895Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-25T10:06:41.469Z] Removing intermediate container ab679fedc087 [2021-03-25T10:06:41.469Z] ---> 4698b07807f1 [2021-03-25T10:06:41.469Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-25T10:06:41.735Z] ---> Running in c23e50cde2a5 [2021-03-25T10:06:41.735Z] Removing intermediate container 219adb50aa94 [2021-03-25T10:06:41.735Z] ---> a59cb53ae0b9 [2021-03-25T10:06:41.735Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-25T10:06:41.735Z] Removing intermediate container 514b09fb7180 [2021-03-25T10:06:41.735Z] ---> c39a89a474da [2021-03-25T10:06:41.735Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-25T10:06:41.735Z] ---> Running in 42a36539d0b2 [2021-03-25T10:06:42.003Z] ---> Running in fc693726ab71 [2021-03-25T10:06:42.003Z] Removing intermediate container c23e50cde2a5 [2021-03-25T10:06:42.003Z] ---> 14cb816a819f [2021-03-25T10:06:42.003Z] Step 15/23 : WORKDIR / [2021-03-25T10:06:42.274Z] Removing intermediate container 42a36539d0b2 [2021-03-25T10:06:42.274Z] ---> d6feb12747a4 [2021-03-25T10:06:42.274Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-25T10:06:42.274Z] ---> Running in 20e914ab2ccf [2021-03-25T10:06:42.274Z] ---> cf0d07224834 [2021-03-25T10:06:42.274Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-25T10:06:42.274Z] ---> Running in d663b20ff189 [2021-03-25T10:06:42.540Z] Removing intermediate container fc693726ab71 [2021-03-25T10:06:42.540Z] ---> e135cf200956 [2021-03-25T10:06:42.540Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-25T10:06:42.835Z] ---> Running in 4707e070baf1 [2021-03-25T10:06:42.835Z] Removing intermediate container 20e914ab2ccf [2021-03-25T10:06:42.835Z] ---> 1a0403672205 [2021-03-25T10:06:42.835Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T10:06:43.106Z] ---> 702395d8c4ce [2021-03-25T10:06:43.106Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-25T10:06:43.106Z] Removing intermediate container 4707e070baf1 [2021-03-25T10:06:43.106Z] ---> ca721b4aa6d2 [2021-03-25T10:06:43.106Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T10:06:44.503Z] ---> a2afc49ef6d3 [2021-03-25T10:06:44.503Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-25T10:06:44.503Z] ---> 8760af74f152 [2021-03-25T10:06:44.503Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-25T10:06:44.503Z] ---> e7bb94aced0b [2021-03-25T10:06:44.503Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-25T10:06:45.086Z] ---> Running in c8caf8168035 [2021-03-25T10:06:45.086Z] ---> c9b24b902ecd [2021-03-25T10:06:45.086Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-25T10:06:45.086Z] ---> 7943941f32b5 [2021-03-25T10:06:45.086Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-25T10:06:45.086Z] Removing intermediate container d663b20ff189 [2021-03-25T10:06:45.086Z] ---> 19b06da8488c [2021-03-25T10:06:45.086Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-25T10:06:45.392Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-25T10:06:45.392Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-25T10:06:45.392Z] ---> aefe523efa57 [2021-03-25T10:06:45.392Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-25T10:06:45.392Z] Removing intermediate container c8caf8168035 [2021-03-25T10:06:45.392Z] ---> 369b7b25468c [2021-03-25T10:06:45.392Z] Step 18/21 : CMD ["--init=true"] [2021-03-25T10:06:45.392Z] ---> Running in 421eeb74828b [2021-03-25T10:06:45.392Z] ---> Running in dd0b3b4a1aca [2021-03-25T10:06:45.392Z] ---> Running in 8c25cc0eb0b7 [2021-03-25T10:06:45.654Z] ---> a188a490a0d3 [2021-03-25T10:06:45.654Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-25T10:06:45.654Z] ---> f7ff54cda4e6 [2021-03-25T10:06:45.654Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-25T10:06:45.914Z] ---> Running in 043acbad21e3 [2021-03-25T10:06:45.914Z] ---> Running in 3701cfa0aaec [2021-03-25T10:06:45.914Z] Removing intermediate container 8c25cc0eb0b7 [2021-03-25T10:06:45.914Z] ---> 8c4ba3d48b73 [2021-03-25T10:06:45.914Z] Step 19/21 : LABEL arch=x86_64 [2021-03-25T10:06:45.914Z] Removing intermediate container 421eeb74828b [2021-03-25T10:06:45.914Z] ---> 17625efe7ec0 [2021-03-25T10:06:45.914Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-25T10:06:46.181Z] ---> Running in bf2bcd3039f1 [2021-03-25T10:06:46.181Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:06:46.181Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:06:46.181Z] Removing intermediate container 043acbad21e3 [2021-03-25T10:06:46.181Z] ---> 75e8b2f13b0a [2021-03-25T10:06:46.181Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T10:06:46.181Z] Removing intermediate container 3701cfa0aaec [2021-03-25T10:06:46.181Z] ---> 939339151bcd [2021-03-25T10:06:46.181Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T10:06:46.442Z] ---> Running in bbd79671845e [2021-03-25T10:06:46.442Z] ---> Running in a91e8de04bdf [2021-03-25T10:06:46.442Z] ---> f811058d42c8 [2021-03-25T10:06:46.442Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-25T10:06:46.442Z] (1/2) Installing readline (8.0.4-r0) [2021-03-25T10:06:46.442Z] (2/2) Installing bash (5.0.17-r0) [2021-03-25T10:06:46.442Z] Executing bash-5.0.17-r0.post-install [2021-03-25T10:06:46.442Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:06:46.442Z] OK: 12 MiB in 22 packages [2021-03-25T10:06:46.442Z] Removing intermediate container bf2bcd3039f1 [2021-03-25T10:06:46.442Z] ---> b050559014f6 [2021-03-25T10:06:46.442Z] Step 20/21 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba [2021-03-25T10:06:46.704Z] ---> Running in 7da2bc5021bb [2021-03-25T10:06:46.704Z] ---> Running in e2d69ab7b1e5 [2021-03-25T10:06:46.964Z] Removing intermediate container bbd79671845e [2021-03-25T10:06:46.964Z] ---> 4de9fbdaf7c8 [2021-03-25T10:06:46.964Z] Step 20/22 : LABEL arch=x86_64 [2021-03-25T10:06:46.964Z] Removing intermediate container a91e8de04bdf [2021-03-25T10:06:46.964Z] ---> b449ab5f9ab0 [2021-03-25T10:06:46.964Z] Step 21/23 : LABEL arch=x86_64 [2021-03-25T10:06:47.228Z] ---> Running in 2d7b98d26a0c [2021-03-25T10:06:47.228Z] ---> Running in d1dae51ceb8b [2021-03-25T10:06:47.228Z] Removing intermediate container e2d69ab7b1e5 [2021-03-25T10:06:47.228Z] ---> 344debc66c86 [2021-03-25T10:06:47.228Z] Step 21/21 : LABEL version=0.0.0 [2021-03-25T10:06:47.493Z] ---> Running in f1630e35c256 [2021-03-25T10:06:47.754Z] Removing intermediate container 2d7b98d26a0c [2021-03-25T10:06:47.754Z] ---> 8419462aa26b [2021-03-25T10:06:47.754Z] Step 21/22 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba [2021-03-25T10:06:47.754Z] Removing intermediate container d1dae51ceb8b [2021-03-25T10:06:47.754Z] ---> 53ecae85dc6c [2021-03-25T10:06:47.754Z] Step 22/23 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba [2021-03-25T10:06:47.754Z] Removing intermediate container dd0b3b4a1aca [2021-03-25T10:06:47.754Z] ---> 923ea5c65271 [2021-03-25T10:06:47.754Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-25T10:06:48.015Z] ---> Running in d232106686f4 [2021-03-25T10:06:48.015Z] ---> Running in caf91d3154df [2021-03-25T10:06:48.015Z] ---> Running in 6578b7b56770 [2021-03-25T10:06:48.015Z] Removing intermediate container f1630e35c256 [2021-03-25T10:06:48.015Z] ---> f4b28b9f1587 [2021-03-25T10:06:48.015Z] [2021-03-25T10:06:48.277Z] Removing intermediate container d232106686f4 [2021-03-25T10:06:48.277Z] ---> 18bf512031b4 [2021-03-25T10:06:48.277Z] Step 23/23 : LABEL version=0.0.0 [2021-03-25T10:06:48.277Z] Successfully built f4b28b9f1587 [2021-03-25T10:06:48.277Z] Removing intermediate container caf91d3154df [2021-03-25T10:06:48.277Z] ---> 143f6e39ac23 [2021-03-25T10:06:48.277Z] Step 22/22 : LABEL version=0.0.0 [2021-03-25T10:06:48.544Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-25T10:06:48.544Z] Building docker-security-secretstore-setup-go [2021-03-25T10:06:48.544Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 6578b7b56770 [2021-03-25T10:06:48.544Z] ---> 103e93c01a8b [2021-03-25T10:06:48.544Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-25T10:06:48.544Z] ---> Running in 42e839436355 [2021-03-25T10:06:48.544Z] ---> Running in 860abe558052 [2021-03-25T10:06:48.544Z] ---> Running in 135ede03a291 [2021-03-25T10:06:48.817Z] Removing intermediate container 7da2bc5021bb [2021-03-25T10:06:48.817Z] ---> 7a3aeee72d1f [2021-03-25T10:06:48.817Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T10:06:48.817Z] Removing intermediate container 42e839436355 [2021-03-25T10:06:48.817Z] ---> 797bf04a3fde [2021-03-25T10:06:48.817Z] [2021-03-25T10:06:49.078Z] Successfully built 797bf04a3fde [2021-03-25T10:06:49.649Z] Removing intermediate container 860abe558052 [2021-03-25T10:06:49.649Z] ---> 7dd4f089e41f [2021-03-25T10:06:49.649Z] [2021-03-25T10:06:50.224Z] Successfully tagged docker-core-command-go:latest [2021-03-25T10:06:50.224Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-03-25T10:06:50.486Z] Removing intermediate container 135ede03a291 [2021-03-25T10:06:50.486Z] ---> 74250d6a0d2d [2021-03-25T10:06:50.486Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-25T10:06:50.486Z] Successfully built 7dd4f089e41f [2021-03-25T10:06:51.431Z] Successfully tagged docker-support-notifications-go:latest [2021-03-25T10:06:51.431Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-03-25T10:06:55.250Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-25T10:06:56.727Z] ---> 7502745d0446 [2021-03-25T10:06:56.727Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-25T10:06:57.669Z] ---> Running in 7f643a48f363 [2021-03-25T10:06:59.587Z] ---> 194f547dbf87 [2021-03-25T10:06:59.587Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-25T10:06:59.587Z] Removing intermediate container 7f643a48f363 [2021-03-25T10:06:59.587Z] ---> 8e4c663cb80b [2021-03-25T10:06:59.587Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-25T10:07:00.167Z] ---> ccdb09768ab0 [2021-03-25T10:07:00.167Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-25T10:07:00.428Z] ---> 601fda3d96e6 [2021-03-25T10:07:00.428Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-25T10:07:01.845Z] ---> 4ee4def80662 [2021-03-25T10:07:01.845Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-25T10:07:03.568Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-25T10:07:07.222Z] ---> 4e2332c25373 [2021-03-25T10:07:07.223Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-25T10:07:08.760Z] ---> 8b5e2cbbf6ed [2021-03-25T10:07:08.760Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-25T10:07:10.119Z] ---> 37cd3af7ecbd [2021-03-25T10:07:10.119Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-25T10:07:10.536Z] ---> Running in c449bc925683 [2021-03-25T10:07:10.536Z] ---> Running in 8e8d8d01a1b4 [2021-03-25T10:07:11.883Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-25T10:07:11.883Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-25T10:07:12.758Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:07:12.758Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:07:12.758Z] ---> cbafc8c3e3f8 [2021-03-25T10:07:12.758Z] Step 3/24 : WORKDIR /edgex-go [2021-03-25T10:07:12.758Z] ---> Using cache [2021-03-25T10:07:12.758Z] ---> c32a4b0786d7 [2021-03-25T10:07:12.758Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:07:13.148Z] ---> Using cache [2021-03-25T10:07:13.148Z] ---> c9bfdbb7f9d1 [2021-03-25T10:07:13.148Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-25T10:07:13.148Z] ---> Using cache [2021-03-25T10:07:13.148Z] ---> 0c7ac3409d52 [2021-03-25T10:07:13.148Z] Step 6/24 : COPY go.mod . [2021-03-25T10:07:13.148Z] ---> Using cache [2021-03-25T10:07:13.148Z] ---> 4014a517365d [2021-03-25T10:07:13.148Z] Step 7/24 : RUN go mod download [2021-03-25T10:07:13.148Z] ---> Using cache [2021-03-25T10:07:13.148Z] ---> 827a7fca85fa [2021-03-25T10:07:13.148Z] Step 8/24 : COPY . . [2021-03-25T10:07:13.148Z] ---> Using cache [2021-03-25T10:07:13.148Z] ---> 48a4b6d9b52c [2021-03-25T10:07:13.148Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-25T10:07:13.538Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:07:13.538Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:07:13.538Z] ---> cbafc8c3e3f8 [2021-03-25T10:07:13.538Z] Step 3/23 : WORKDIR /edgex-go [2021-03-25T10:07:13.538Z] ---> Using cache [2021-03-25T10:07:13.538Z] ---> c32a4b0786d7 [2021-03-25T10:07:13.538Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:07:13.538Z] ---> Using cache [2021-03-25T10:07:13.538Z] ---> c9bfdbb7f9d1 [2021-03-25T10:07:13.538Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-25T10:07:13.869Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-25T10:07:13.869Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-25T10:07:13.869Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-25T10:07:13.870Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-25T10:07:15.880Z] Removing intermediate container c449bc925683 [2021-03-25T10:07:15.880Z] ---> 76dcd15d4c15 [2021-03-25T10:07:15.881Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-25T10:07:15.881Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:07:15.881Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:07:15.881Z] ---> cbafc8c3e3f8 [2021-03-25T10:07:15.881Z] Step 3/23 : WORKDIR /edgex-go [2021-03-25T10:07:15.881Z] ---> Using cache [2021-03-25T10:07:15.881Z] ---> c32a4b0786d7 [2021-03-25T10:07:15.881Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:07:15.881Z] ---> Using cache [2021-03-25T10:07:15.881Z] ---> c9bfdbb7f9d1 [2021-03-25T10:07:15.881Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-25T10:07:15.881Z] ---> Using cache [2021-03-25T10:07:15.881Z] ---> 0c7ac3409d52 [2021-03-25T10:07:15.881Z] Step 6/23 : COPY go.mod . [2021-03-25T10:07:15.881Z] ---> Using cache [2021-03-25T10:07:15.881Z] ---> 4014a517365d [2021-03-25T10:07:15.881Z] Step 7/23 : RUN go mod download [2021-03-25T10:07:15.881Z] ---> Using cache [2021-03-25T10:07:15.881Z] ---> 827a7fca85fa [2021-03-25T10:07:15.881Z] Step 8/23 : COPY . . [2021-03-25T10:07:15.881Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:07:15.881Z] ---> Using cache [2021-03-25T10:07:15.881Z] ---> 48a4b6d9b52c [2021-03-25T10:07:15.881Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-25T10:07:15.881Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:07:15.881Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-25T10:07:15.881Z] (2/33) Installing expat (2.2.9-r1) [2021-03-25T10:07:15.881Z] (3/33) Installing libffi (3.3-r2) [2021-03-25T10:07:15.881Z] (4/33) Installing gdbm (1.13-r1) [2021-03-25T10:07:15.881Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-25T10:07:15.881Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-25T10:07:15.881Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-25T10:07:15.881Z] ---> Running in 143bb899d8a7 [2021-03-25T10:07:15.881Z] ---> Running in 2633a08efa0f [2021-03-25T10:07:15.881Z] ---> Running in c297c08ed3cf [2021-03-25T10:07:17.239Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-25T10:07:17.850Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-25T10:07:18.584Z] ---> ef914d17c56d [2021-03-25T10:07:18.584Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-25T10:07:18.584Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-25T10:07:18.584Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-25T10:07:18.584Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-25T10:07:18.584Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-25T10:07:18.584Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-25T10:07:18.584Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-25T10:07:18.584Z] ---> Running in 2b85b96554c4 [2021-03-25T10:07:18.584Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-25T10:07:18.849Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-25T10:07:18.849Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-25T10:07:18.849Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-25T10:07:18.849Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-25T10:07:18.849Z] 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-25T10:07:18.849Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-25T10:07:18.849Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-25T10:07:18.849Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-25T10:07:18.849Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-25T10:07:18.849Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-25T10:07:18.849Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-25T10:07:18.849Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-25T10:07:19.113Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-25T10:07:19.113Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-25T10:07:19.113Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-25T10:07:19.113Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-25T10:07:19.113Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-25T10:07:19.113Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-25T10:07:19.113Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-25T10:07:19.113Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-25T10:07:19.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:07:19.113Z] 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-25T10:07:19.113Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:07:19.380Z] OK: 71 MiB in 55 packages [2021-03-25T10:07:19.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:07:20.905Z] OK: 233 MiB in 51 packages [2021-03-25T10:07:23.518Z] Removing intermediate container 2b85b96554c4 [2021-03-25T10:07:23.518Z] ---> 1011d8575960 [2021-03-25T10:07:23.518Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-25T10:07:25.499Z] Removing intermediate container 2633a08efa0f [2021-03-25T10:07:25.499Z] ---> c35950f515e0 [2021-03-25T10:07:25.499Z] Step 6/23 : COPY go.mod . [2021-03-25T10:07:26.152Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-25T10:07:26.152Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-25T10:07:26.152Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-25T10:07:26.469Z] ---> Running in dc9bfc954ad0 [2021-03-25T10:07:26.741Z] Removing intermediate container 8e8d8d01a1b4 [2021-03-25T10:07:26.741Z] ---> 37a78be201bf [2021-03-25T10:07:26.741Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-25T10:07:27.331Z] ---> 220ccafa11f6 [2021-03-25T10:07:27.332Z] Step 7/23 : RUN go mod download [2021-03-25T10:07:27.917Z] ---> Running in 9578a5716b33 [2021-03-25T10:07:27.917Z] ---> Running in 6b592c387c82 [2021-03-25T10:07:28.189Z] Removing intermediate container dc9bfc954ad0 [2021-03-25T10:07:28.189Z] ---> be3d78dd76f7 [2021-03-25T10:07:28.189Z] Step 28/31 : CMD ["gate"] [2021-03-25T10:07:29.605Z] ---> Running in 418f1154637a [2021-03-25T10:07:29.882Z] Removing intermediate container 418f1154637a [2021-03-25T10:07:29.882Z] ---> ac7abd411c68 [2021-03-25T10:07:29.882Z] Step 29/31 : LABEL arch=x86_64 [2021-03-25T10:07:30.843Z] ---> Running in d51af12027ce [2021-03-25T10:07:31.114Z] Removing intermediate container d51af12027ce [2021-03-25T10:07:31.114Z] ---> 20547986dfd0 [2021-03-25T10:07:31.114Z] Step 30/31 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba [2021-03-25T10:07:31.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.404s coverage: 45.9% of statements [2021-03-25T10:07:31.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-25T10:07:31.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-25T10:07:31.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-25T10:07:31.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-25T10:07:31.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-25T10:07:31.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-25T10:07:31.587Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.116s coverage: 19.8% of statements [2021-03-25T10:07:31.702Z] ---> Running in da6432783cda [2021-03-25T10:07:31.973Z] Removing intermediate container da6432783cda [2021-03-25T10:07:31.973Z] ---> 6f8e19a29517 [2021-03-25T10:07:31.973Z] Step 31/31 : LABEL version=0.0.0 [2021-03-25T10:07:32.187Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.264s coverage: 100.0% of statements [2021-03-25T10:07:32.244Z] Collecting docker-compose==1.23.2 [2021-03-25T10:07:32.244Z] ---> Running in a7fa357d2fc8 [2021-03-25T10:07:32.245Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-25T10:07:32.514Z] Collecting texttable<0.10,>=0.9.0 [2021-03-25T10:07:32.514Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-25T10:07:32.514Z] Removing intermediate container a7fa357d2fc8 [2021-03-25T10:07:32.514Z] ---> 94be1d568360 [2021-03-25T10:07:32.514Z] [2021-03-25T10:07:32.787Z] Successfully built 94be1d568360 [2021-03-25T10:07:32.787Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-25T10:07:32.787Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-03-25T10:07:33.069Z] Removing intermediate container 6b592c387c82 [2021-03-25T10:07:33.069Z] ---> bbbf7b700b8a [2021-03-25T10:07:33.069Z] Step 8/23 : COPY . . [2021-03-25T10:07:33.341Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-25T10:07:33.341Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-25T10:07:34.735Z] Collecting docker<4.0,>=3.6.0 [2021-03-25T10:07:34.735Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-25T10:07:36.650Z] 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-25T10:07:36.916Z] Collecting cached-property<2,>=1.2.0 [2021-03-25T10:07:36.916Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-25T10:07:37.182Z] Collecting docopt<0.7,>=0.6.1 [2021-03-25T10:07:37.182Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-25T10:07:38.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.537s coverage: 27.1% of statements [2021-03-25T10:07:38.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-25T10:07:38.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-25T10:07:38.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-25T10:07:38.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-25T10:07:38.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-25T10:07:38.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-25T10:07:38.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.152s coverage: 100.0% of statements [2021-03-25T10:07:38.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-25T10:07:38.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.138s coverage: 100.0% of statements [2021-03-25T10:07:38.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-25T10:07:38.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-25T10:07:40.511Z] Collecting PyYAML<4,>=3.10 [2021-03-25T10:07:40.511Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-25T10:07:40.908Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.250s coverage: 71.3% of statements [2021-03-25T10:07:40.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-25T10:07:40.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-25T10:07:41.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.563s coverage: 82.9% of statements [2021-03-25T10:07:41.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-25T10:07:41.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-25T10:07:41.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.161s coverage: 78.9% of statements [2021-03-25T10:07:41.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-25T10:07:43.117Z] 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-25T10:07:43.117Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-25T10:07:43.117Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-25T10:07:43.383Z] Collecting jsonschema<3,>=2.5.1 [2021-03-25T10:07:43.384Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-25T10:07:43.384Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-25T10:07:43.384Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-25T10:07:45.326Z] Collecting docker-pycreds>=0.4.0 [2021-03-25T10:07:45.326Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-25T10:07:47.277Z] Collecting idna<2.8,>=2.5 [2021-03-25T10:07:47.549Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-25T10:07:47.821Z] 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-25T10:07:48.411Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-25T10:07:48.411Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-25T10:07:49.148Z] 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-25T10:07:49.148Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-25T10:07:49.148Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-25T10:07:49.148Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-25T10:07:49.148Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-25T10:07:49.413Z] Installing collected packages: texttable, websocket-client, idna, urllib3, requests, docker-pycreds, docker, cached-property, docopt, PyYAML, jsonschema, dockerpty, docker-compose [2021-03-25T10:07:49.677Z] Running setup.py install for texttable: started [2021-03-25T10:07:51.070Z] Running setup.py install for texttable: finished with status 'done' [2021-03-25T10:07:51.070Z] Attempting uninstall: idna [2021-03-25T10:07:51.070Z] Found existing installation: idna 2.9 [2021-03-25T10:07:51.070Z] Uninstalling idna-2.9: [2021-03-25T10:07:52.192Z] Successfully uninstalled idna-2.9 [2021-03-25T10:07:53.634Z] Attempting uninstall: urllib3 [2021-03-25T10:07:53.634Z] Found existing installation: urllib3 1.25.9 [2021-03-25T10:07:53.634Z] Uninstalling urllib3-1.25.9: [2021-03-25T10:07:53.903Z] Successfully uninstalled urllib3-1.25.9 [2021-03-25T10:07:53.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.197s coverage: 28.6% of statements [2021-03-25T10:07:53.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-25T10:07:53.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-25T10:07:53.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-25T10:07:53.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-25T10:07:53.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-25T10:07:53.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.258s coverage: 100.0% of statements [2021-03-25T10:07:53.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-25T10:07:53.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.148s coverage: 100.0% of statements [2021-03-25T10:07:53.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-25T10:07:53.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.356s coverage: 86.7% of statements [2021-03-25T10:07:53.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-25T10:07:53.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.391s coverage: 97.5% of statements [2021-03-25T10:07:53.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-25T10:07:53.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.254s coverage: 78.3% of statements [2021-03-25T10:07:53.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-25T10:07:53.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-25T10:07:53.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-25T10:07:53.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-25T10:07:55.389Z] Attempting uninstall: requests [2021-03-25T10:07:55.389Z] Found existing installation: requests 2.23.0 [2021-03-25T10:07:55.389Z] Uninstalling requests-2.23.0: [2021-03-25T10:07:55.970Z] Successfully uninstalled requests-2.23.0 [2021-03-25T10:07:58.526Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:07:58.526Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:07:58.526Z] ---> cbafc8c3e3f8 [2021-03-25T10:07:58.526Z] Step 3/22 : WORKDIR /edgex-go [2021-03-25T10:07:58.526Z] ---> Using cache [2021-03-25T10:07:58.526Z] ---> c32a4b0786d7 [2021-03-25T10:07:58.526Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:07:58.526Z] ---> Using cache [2021-03-25T10:07:58.526Z] ---> c9bfdbb7f9d1 [2021-03-25T10:07:58.527Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-25T10:07:58.527Z] ---> Using cache [2021-03-25T10:07:58.527Z] ---> 0c7ac3409d52 [2021-03-25T10:07:58.527Z] Step 6/22 : COPY go.mod . [2021-03-25T10:07:58.527Z] ---> Using cache [2021-03-25T10:07:58.527Z] ---> 4014a517365d [2021-03-25T10:07:58.527Z] Step 7/22 : RUN go mod download [2021-03-25T10:07:58.527Z] ---> Using cache [2021-03-25T10:07:58.527Z] ---> 827a7fca85fa [2021-03-25T10:07:58.527Z] Step 8/22 : COPY . . [2021-03-25T10:07:58.527Z] ---> Using cache [2021-03-25T10:07:58.527Z] ---> 48a4b6d9b52c [2021-03-25T10:07:58.527Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-25T10:08:00.720Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.051s coverage: 92.8% of statements [2021-03-25T10:08:00.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-25T10:08:00.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-25T10:08:00.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-25T10:08:00.720Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-25T10:08:00.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-25T10:08:00.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-25T10:08:00.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-25T10:08:00.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-25T10:08:00.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-25T10:08:00.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-25T10:08:00.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-25T10:08:00.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-25T10:08:00.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-25T10:08:00.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-25T10:08:00.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-25T10:08:00.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-25T10:08:00.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-25T10:08:00.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-25T10:08:00.720Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.152s coverage: 58.8% of statements [2021-03-25T10:08:00.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-25T10:08:00.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-25T10:08:00.720Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.181s coverage: 0.1% of statements [2021-03-25T10:08:00.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-25T10:08:00.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-25T10:08:00.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-25T10:08:00.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.168s coverage: 47.1% of statements [2021-03-25T10:08:00.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.124s coverage: 79.5% of statements [2021-03-25T10:08:00.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.207s coverage: 94.1% of statements [2021-03-25T10:08:00.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.207s coverage: 96.3% of statements [2021-03-25T10:08:00.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.188s coverage: 87.5% of statements [2021-03-25T10:08:01.077Z] ---> Running in 08016113911b [2021-03-25T10:08:02.025Z] Removing intermediate container 143bb899d8a7 [2021-03-25T10:08:02.025Z] ---> fe7ba3b4c7d2 [2021-03-25T10:08:02.025Z] [2021-03-25T10:08:02.025Z] Step 10/24 : FROM alpine:3.12 [2021-03-25T10:08:02.025Z] ---> 88dd2752d2ea [2021-03-25T10:08:02.025Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-25T10:08:02.302Z] Running setup.py install for docopt: started [2021-03-25T10:08:02.302Z] ---> Running in 9971cfe1212a [2021-03-25T10:08:02.574Z] Removing intermediate container c297c08ed3cf [2021-03-25T10:08:02.574Z] ---> de74e5342cba [2021-03-25T10:08:02.574Z] [2021-03-25T10:08:02.574Z] Step 10/23 : FROM alpine:3.12 [2021-03-25T10:08:02.574Z] ---> 88dd2752d2ea [2021-03-25T10:08:02.574Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-25T10:08:02.574Z] ---> Using cache [2021-03-25T10:08:02.574Z] ---> bb7be9b564f4 [2021-03-25T10:08:02.574Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T10:08:02.574Z] ---> Using cache [2021-03-25T10:08:02.574Z] ---> 8bee32b55f22 [2021-03-25T10:08:02.574Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-25T10:08:02.574Z] ---> fe818a682c57 [2021-03-25T10:08:02.574Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-25T10:08:02.841Z] ---> Running in ac614b09d1c3 [2021-03-25T10:08:02.841Z] 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-25T10:08:02.841Z] ---> Running in 2c9a42ac995e [2021-03-25T10:08:02.841Z] Running setup.py install for docopt: finished with status 'done' [2021-03-25T10:08:02.841Z] Running setup.py install for PyYAML: started [2021-03-25T10:08:03.102Z] Removing intermediate container ac614b09d1c3 [2021-03-25T10:08:03.102Z] ---> 30d2d9ea0a26 [2021-03-25T10:08:03.102Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-25T10:08:03.379Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:08:03.647Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:08:03.647Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-25T10:08:03.647Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-25T10:08:03.647Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-25T10:08:03.647Z] (4/6) Installing curl (7.69.1-r3) [2021-03-25T10:08:03.647Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-25T10:08:03.647Z] (6/6) Installing su-exec (0.2-r1) [2021-03-25T10:08:03.647Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:08:03.914Z] Executing ca-certificates-20191127-r4.trigger [2021-03-25T10:08:03.914Z] OK: 7 MiB in 20 packages [2021-03-25T10:08:03.914Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-25T10:08:03.914Z] ---> Running in 90a28754dae9 [2021-03-25T10:08:04.176Z] 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-25T10:08:04.176Z] Running setup.py install for dockerpty: started [2021-03-25T10:08:04.760Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-25T10:08:04.760Z] Removing intermediate container 90a28754dae9 [2021-03-25T10:08:04.760Z] ---> f94fda2b82d6 [2021-03-25T10:08:04.760Z] Step 15/23 : WORKDIR / [2021-03-25T10:08:06.190Z] ---> Running in 77f821600bac [2021-03-25T10:08:06.190Z] 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-25T10:08:06.465Z] Removing intermediate container 77f821600bac [2021-03-25T10:08:06.465Z] ---> 68710f9295ee [2021-03-25T10:08:06.465Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T10:08:07.432Z] Removing intermediate container 9971cfe1212a [2021-03-25T10:08:07.432Z] ---> ddbf5fecc20a [2021-03-25T10:08:07.432Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-25T10:08:08.023Z] ---> 91442746749d [2021-03-25T10:08:08.023Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-25T10:08:08.023Z] ---> Running in b8722c756796 [2021-03-25T10:08:08.290Z] Removing intermediate container b8722c756796 [2021-03-25T10:08:08.290Z] ---> 9fd0f037fc72 [2021-03-25T10:08:08.290Z] Step 13/24 : WORKDIR / [2021-03-25T10:08:09.729Z] ---> Running in 1f25ffa4df5f [2021-03-25T10:08:09.999Z] ---> bd53c59aec85 [2021-03-25T10:08:09.999Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-25T10:08:10.267Z] Removing intermediate container 9578a5716b33 [2021-03-25T10:08:10.267Z] ---> 2309dfba65fe [2021-03-25T10:08:10.267Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-25T10:08:10.536Z] Removing intermediate container 1f25ffa4df5f [2021-03-25T10:08:10.536Z] ---> ddfdcef82dc5 [2021-03-25T10:08:10.536Z] 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-25T10:08:10.536Z] ---> Running in e790178daf5f [2021-03-25T10:08:11.132Z] ---> ec3967b3ddd7 [2021-03-25T10:08:11.132Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-25T10:08:11.398Z] ---> Running in 9d0ab5989d16 [2021-03-25T10:08:12.384Z] ---> 737eb197de64 [2021-03-25T10:08:12.384Z] 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-25T10:08:13.379Z] Removing intermediate container 9d0ab5989d16 [2021-03-25T10:08:13.379Z] ---> be114ab953bb [2021-03-25T10:08:13.379Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T10:08:13.379Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:08:13.379Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:08:13.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.156s coverage: 94.4% of statements [2021-03-25T10:08:13.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.123s coverage: 44.8% of statements [2021-03-25T10:08:13.651Z] ---> 60c8e6f825ca [2021-03-25T10:08:13.651Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-25T10:08:13.651Z] ---> Running in 0512975d8eff [2021-03-25T10:08:13.651Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-25T10:08:13.651Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-25T10:08:13.651Z] (3/3) Installing curl (7.69.1-r3) [2021-03-25T10:08:13.651Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:08:13.651Z] OK: 72 MiB in 58 packages [2021-03-25T10:08:13.922Z] Removing intermediate container 0512975d8eff [2021-03-25T10:08:13.922Z] ---> 44e81ed375a2 [2021-03-25T10:08:13.922Z] Step 21/23 : LABEL arch=x86_64 [2021-03-25T10:08:14.188Z] ---> Running in f8e853596de7 [2021-03-25T10:08:14.188Z] ---> 8c72d767ba07 [2021-03-25T10:08:14.188Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-25T10:08:14.780Z] Removing intermediate container f8e853596de7 [2021-03-25T10:08:14.780Z] ---> 5f05ce44a13c [2021-03-25T10:08:14.780Z] Step 22/23 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba [2021-03-25T10:08:15.741Z] ---> Running in f84e9f48b130 [2021-03-25T10:08:16.322Z] Removing intermediate container e790178daf5f [2021-03-25T10:08:16.322Z] ---> a9f1dd8d3780 [2021-03-25T10:08:16.322Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-25T10:08:16.322Z] ---> 445457e7cda2 [2021-03-25T10:08:16.322Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-25T10:08:16.322Z] ---> Running in 8dfebb5cb9fc [2021-03-25T10:08:16.322Z] Removing intermediate container f84e9f48b130 [2021-03-25T10:08:16.322Z] ---> ff82844e84c9 [2021-03-25T10:08:16.322Z] Step 23/23 : LABEL version=0.0.0 [2021-03-25T10:08:16.586Z] ---> Running in 0010db92f86d [2021-03-25T10:08:16.850Z] Removing intermediate container 8dfebb5cb9fc [2021-03-25T10:08:16.850Z] ---> 255fe9c96b71 [2021-03-25T10:08:16.850Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T10:08:17.116Z] ---> Running in fb9965feca03 [2021-03-25T10:08:17.116Z] ---> 5e90290a6e9f [2021-03-25T10:08:17.116Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-25T10:08:17.116Z] Removing intermediate container 0010db92f86d [2021-03-25T10:08:17.116Z] ---> ad143067162d [2021-03-25T10:08:17.116Z] [2021-03-25T10:08:17.385Z] Removing intermediate container fb9965feca03 [2021-03-25T10:08:17.385Z] ---> da9ea6c1bb21 [2021-03-25T10:08:17.385Z] Step 24/26 : LABEL arch=x86_64 [2021-03-25T10:08:17.385Z] Successfully built ad143067162d [2021-03-25T10:08:17.655Z] Successfully tagged docker-core-metadata-go:latest [2021-03-25T10:08:17.655Z]  Building docker-core-metadata-go ... done  ---> Running in 4da73e5c7af0 [2021-03-25T10:08:17.655Z] ---> 563f61fbd17d [2021-03-25T10:08:17.655Z] 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-25T10:08:17.924Z] ---> Running in 369b161621fd [2021-03-25T10:08:17.924Z] Removing intermediate container 4da73e5c7af0 [2021-03-25T10:08:17.924Z] ---> b1b2fe2f59de [2021-03-25T10:08:17.924Z] Step 25/26 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba [2021-03-25T10:08:18.513Z] ---> Running in 922cb9bf3d86 [2021-03-25T10:08:18.815Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.489s coverage: 82.6% of statements [2021-03-25T10:08:19.109Z] Removing intermediate container 922cb9bf3d86 [2021-03-25T10:08:19.109Z] ---> 6401baed3eb4 [2021-03-25T10:08:19.109Z] Step 26/26 : LABEL version=0.0.0 [2021-03-25T10:08:19.379Z] ---> Running in 6832f0c9f919 [2021-03-25T10:08:19.646Z] Removing intermediate container 6832f0c9f919 [2021-03-25T10:08:19.646Z] ---> 2c82ba7af25c [2021-03-25T10:08:19.646Z] [2021-03-25T10:08:19.917Z] Successfully built 2c82ba7af25c [2021-03-25T10:08:19.917Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-25T10:08:20.187Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 369b161621fd [2021-03-25T10:08:20.187Z] ---> c22cf0442513 [2021-03-25T10:08:20.187Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-25T10:08:20.187Z] ---> Running in c3cb30f9c388 [2021-03-25T10:08:20.777Z] Removing intermediate container c3cb30f9c388 [2021-03-25T10:08:20.777Z] ---> c31ac78335c6 [2021-03-25T10:08:20.777Z] Step 22/24 : LABEL arch=x86_64 [2021-03-25T10:08:20.777Z] ---> Running in f5ce62e152c4 [2021-03-25T10:08:21.044Z] Removing intermediate container f5ce62e152c4 [2021-03-25T10:08:21.044Z] ---> bcd9d6118ef8 [2021-03-25T10:08:21.044Z] Step 23/24 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba [2021-03-25T10:08:21.044Z] ---> Running in 134efa025ad5 [2021-03-25T10:08:21.308Z] Removing intermediate container 134efa025ad5 [2021-03-25T10:08:21.308Z] ---> 7088899de037 [2021-03-25T10:08:21.308Z] Step 24/24 : LABEL version=0.0.0 [2021-03-25T10:08:21.308Z] ---> Running in c32679900913 [2021-03-25T10:08:21.574Z] Removing intermediate container c32679900913 [2021-03-25T10:08:21.574Z] ---> 3a08f0154469 [2021-03-25T10:08:21.574Z] [2021-03-25T10:08:21.836Z] Successfully built 3a08f0154469 [2021-03-25T10:08:22.412Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-25T10:08:26.742Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 08016113911b [2021-03-25T10:08:26.742Z] ---> 107926c8e3e6 [2021-03-25T10:08:26.742Z] [2021-03-25T10:08:26.742Z] Step 10/22 : FROM alpine:3.12 [2021-03-25T10:08:26.742Z] ---> 88dd2752d2ea [2021-03-25T10:08:26.742Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-25T10:08:26.742Z] ---> Using cache [2021-03-25T10:08:26.742Z] ---> bb7be9b564f4 [2021-03-25T10:08:26.742Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T10:08:26.742Z] ---> Using cache [2021-03-25T10:08:26.742Z] ---> 8bee32b55f22 [2021-03-25T10:08:26.742Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-25T10:08:26.742Z] ---> Running in 69412a311329 [2021-03-25T10:08:27.007Z] Removing intermediate container 69412a311329 [2021-03-25T10:08:27.007Z] ---> a6e565a80f90 [2021-03-25T10:08:27.007Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-25T10:08:27.960Z] ---> Running in ab33ffe404fb [2021-03-25T10:08:27.960Z] Removing intermediate container ab33ffe404fb [2021-03-25T10:08:27.960Z] ---> fe233528d83c [2021-03-25T10:08:27.960Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T10:08:28.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.179s coverage: 92.9% of statements [2021-03-25T10:08:28.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-25T10:08:28.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-25T10:08:28.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-25T10:08:28.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.064s coverage: 77.8% of statements [2021-03-25T10:08:28.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-25T10:08:28.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-25T10:08:28.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-25T10:08:28.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-25T10:08:28.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-25T10:08:28.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements [2021-03-25T10:08:28.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-25T10:08:28.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-25T10:08:28.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-03-25T10:08:28.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-25T10:08:28.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.158s coverage: 75.5% of statements [2021-03-25T10:08:28.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-25T10:08:28.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.136s coverage: 80.8% of statements [2021-03-25T10:08:28.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.192s coverage: 87.2% of statements [2021-03-25T10:08:28.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.191s coverage: 84.6% of statements [2021-03-25T10:08:28.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.234s coverage: 91.6% of statements [2021-03-25T10:08:28.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-25T10:08:28.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.571s coverage: 64.4% of statements [2021-03-25T10:08:28.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-25T10:08:28.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-25T10:08:28.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.115s coverage: 100.0% of statements [2021-03-25T10:08:28.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements [2021-03-25T10:08:28.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements [2021-03-25T10:08:29.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements [2021-03-25T10:08:29.866Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.111s coverage: 100.0% of statements [2021-03-25T10:08:29.870Z] ---> 2da4848ef378 [2021-03-25T10:08:29.871Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-25T10:08:29.871Z] Removing intermediate container 2c9a42ac995e [2021-03-25T10:08:29.871Z] ---> 3b739b3cac05 [2021-03-25T10:08:29.871Z] [2021-03-25T10:08:29.871Z] Step 10/23 : FROM alpine:3.12 [2021-03-25T10:08:29.871Z] ---> 88dd2752d2ea [2021-03-25T10:08:29.871Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-25T10:08:29.871Z] ---> Running in aaa2a56488b0 [2021-03-25T10:08:30.131Z] Removing intermediate container aaa2a56488b0 [2021-03-25T10:08:30.131Z] ---> ec6ac578a787 [2021-03-25T10:08:30.131Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-25T10:08:30.131Z] ---> Running in 9d5d1ad54382 [2021-03-25T10:08:30.131Z] ---> 4f2d04b2a1bd [2021-03-25T10:08:30.131Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-25T10:08:30.391Z] Removing intermediate container 9d5d1ad54382 [2021-03-25T10:08:30.391Z] ---> 15c5f7630786 [2021-03-25T10:08:30.391Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-25T10:08:30.391Z] ---> Running in 96dea9072c13 [2021-03-25T10:08:30.391Z] ---> 70ba21a42087 [2021-03-25T10:08:30.391Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-25T10:08:30.652Z] ---> Running in bcf189b74579 [2021-03-25T10:08:30.652Z] Removing intermediate container 96dea9072c13 [2021-03-25T10:08:30.652Z] ---> 4e3fbb2d43ee [2021-03-25T10:08:30.652Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:08:30.652Z] ---> Running in 1909dd394c1c [2021-03-25T10:08:30.652Z] Removing intermediate container bcf189b74579 [2021-03-25T10:08:30.652Z] ---> 03ebd95b465f [2021-03-25T10:08:30.652Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T10:08:30.918Z] ---> Running in 894eb631e69f [2021-03-25T10:08:31.253Z] Removing intermediate container 894eb631e69f [2021-03-25T10:08:31.254Z] ---> 18a29fdf9a6e [2021-03-25T10:08:31.254Z] Step 20/22 : LABEL arch=x86_64 [2021-03-25T10:08:31.254Z] ---> Running in 018b805f9d82 [2021-03-25T10:08:31.542Z] Removing intermediate container 018b805f9d82 [2021-03-25T10:08:31.542Z] ---> 83fc173d053f [2021-03-25T10:08:31.542Z] Step 21/22 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba [2021-03-25T10:08:31.542Z] ---> Running in 18972c20eaa8 [2021-03-25T10:08:31.542Z] Removing intermediate container 18972c20eaa8 [2021-03-25T10:08:31.542Z] ---> 252396abba58 [2021-03-25T10:08:31.542Z] Step 22/22 : LABEL version=0.0.0 [2021-03-25T10:08:31.835Z] ---> Running in e1c97238be09 [2021-03-25T10:08:31.835Z] Removing intermediate container 1909dd394c1c [2021-03-25T10:08:31.835Z] ---> bf0297343191 [2021-03-25T10:08:31.835Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-25T10:08:31.835Z] ---> Running in e58cd0e00b5a [2021-03-25T10:08:32.134Z] Removing intermediate container e1c97238be09 [2021-03-25T10:08:32.134Z] ---> dffc3369915a [2021-03-25T10:08:32.134Z] [2021-03-25T10:08:32.134Z] Successfully built dffc3369915a [2021-03-25T10:08:32.134Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-25T10:08:32.403Z]  Building docker-support-scheduler-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:08:33.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:08:34.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.841s coverage: 69.0% of statements [2021-03-25T10:08:34.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-25T10:08:34.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-25T10:08:34.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-25T10:08:34.792Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-25T10:08:35.053Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-25T10:08:35.053Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-25T10:08:35.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.495s coverage: 38.4% of statements [2021-03-25T10:08:35.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-25T10:08:35.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-25T10:08:35.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.086s coverage: 89.5% of statements [2021-03-25T10:08:35.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-25T10:08:35.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.082s coverage: 84.8% of statements [2021-03-25T10:08:35.313Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-25T10:08:35.884Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-25T10:08:36.144Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-25T10:08:36.144Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:08:36.144Z] OK: 8 MiB in 20 packages [2021-03-25T10:08:36.715Z] Removing intermediate container e58cd0e00b5a [2021-03-25T10:08:36.715Z] ---> 1df66bd2ffba [2021-03-25T10:08:36.715Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T10:08:36.979Z] ---> e61568b59da6 [2021-03-25T10:08:36.979Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-25T10:08:37.550Z] ---> ccac766dd410 [2021-03-25T10:08:37.550Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-25T10:08:37.810Z] ---> ede9d8c927f9 [2021-03-25T10:08:37.810Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-25T10:08:37.810Z] ---> Running in e54abf4840e8 [2021-03-25T10:08:38.069Z] Removing intermediate container e54abf4840e8 [2021-03-25T10:08:38.069Z] ---> c7579b027397 [2021-03-25T10:08:38.069Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T10:08:38.069Z] ---> Running in a6bde5dd32c8 [2021-03-25T10:08:38.331Z] Removing intermediate container a6bde5dd32c8 [2021-03-25T10:08:38.331Z] ---> 6abea6a725f8 [2021-03-25T10:08:38.331Z] Step 21/23 : LABEL arch=x86_64 [2021-03-25T10:08:38.331Z] ---> Running in b13ff4a7e915 [2021-03-25T10:08:38.331Z] Removing intermediate container b13ff4a7e915 [2021-03-25T10:08:38.331Z] ---> abd5bd420cea [2021-03-25T10:08:38.331Z] Step 22/23 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba [2021-03-25T10:08:38.593Z] ---> Running in d2481e03e66b [2021-03-25T10:08:38.593Z] Removing intermediate container d2481e03e66b [2021-03-25T10:08:38.593Z] ---> b41546e5ef0c [2021-03-25T10:08:38.593Z] Step 23/23 : LABEL version=0.0.0 [2021-03-25T10:08:38.593Z] ---> Running in 94790546f0f0 [2021-03-25T10:08:38.854Z] Removing intermediate container 94790546f0f0 [2021-03-25T10:08:38.854Z] ---> f59e3a129cac [2021-03-25T10:08:38.854Z] [2021-03-25T10:08:38.854Z] Successfully built f59e3a129cac [2021-03-25T10:08:38.854Z] Successfully tagged docker-core-data-go:latest [2021-03-25T10:08:39.138Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-25T10:08:39.184Z] $ docker stop --time=1 3474530994ca32988bb9697fe11a577031ab1763ebb7dccf361ce640100723b0 [2021-03-25T10:08:40.839Z] $ docker rm -f 3474530994ca32988bb9697fe11a577031ab1763ebb7dccf361ce640100723b0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T10:08:41.670Z] + docker images [2021-03-25T10:08:41.670Z] + grep docker [2021-03-25T10:08:41.931Z] docker-core-data-go latest f59e3a129cac 3 seconds ago 22.7MB [2021-03-25T10:08:41.931Z] docker-support-scheduler-go latest dffc3369915a 10 seconds ago 17.4MB [2021-03-25T10:08:41.931Z] docker-security-secretstore-setup-go latest 3a08f0154469 20 seconds ago 25.7MB [2021-03-25T10:08:41.931Z] docker-sys-mgmt-agent-go latest 2c82ba7af25c 22 seconds ago 314MB [2021-03-25T10:08:41.931Z] docker-core-metadata-go latest ad143067162d 25 seconds ago 19MB [2021-03-25T10:08:41.931Z] docker-security-bootstrapper-go latest 94be1d568360 About a minute ago 18.9MB [2021-03-25T10:08:41.931Z] docker-support-notifications-go latest 7dd4f089e41f About a minute ago 17.9MB [2021-03-25T10:08:41.931Z] docker-core-command-go latest 797bf04a3fde About a minute ago 17.3MB [2021-03-25T10:08:41.931Z] docker-security-proxy-setup-go latest f4b28b9f1587 About a minute ago 25.4MB [2021-03-25T10:08:41.931Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [2021-03-25T10:08:41.960Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.364s coverage: 47.0% of statements [2021-03-25T10:08:41.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-25T10:08:41.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-25T10:08:41.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-25T10:08:41.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-25T10:08:41.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-25T10:08:41.960Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements [2021-03-25T10:08:41.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-25T10:08:41.960Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.112s coverage: 100.0% of statements [2021-03-25T10:08:41.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-25T10:08:41.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-25T10:08:41.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-25T10:08:41.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-25T10:08:41.960Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.413s coverage: 87.1% of statements [2021-03-25T10:08:41.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-25T10:08:41.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-25T10:08:41.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [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-25T10:08:50.259Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.234s coverage: 29.1% of statements [2021-03-25T10:08:50.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-25T10:08:50.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-25T10:08:50.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-25T10:08:50.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-25T10:08:50.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-25T10:08:50.260Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.250s coverage: 99.0% of statements [2021-03-25T10:08:50.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-25T10:08:50.260Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.181s coverage: 100.0% of statements [2021-03-25T10:08:50.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-25T10:08:50.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-25T10:08:50.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-25T10:08:50.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-25T10:08:50.260Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.262s coverage: 94.0% of statements [2021-03-25T10:08:50.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-25T10:08:50.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-25T10:08:50.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-25T10:08:50.260Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.053s coverage: 0.0% of statements [2021-03-25T10:08:50.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-25T10:08:50.260Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements [2021-03-25T10:08:50.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-25T10:08:50.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-25T10:08:50.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-25T10:08:50.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-25T10:08:50.260Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements [2021-03-25T10:08:50.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-25T10:08:50.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-25T10:08:50.260Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements [2021-03-25T10:08:50.260Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.110s coverage: 32.1% of statements [2021-03-25T10:08:50.855Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-25T10:08:51.836Z] GO111MODULE=on go vet ./... [2021-03-25T10:08:58.328Z] Still waiting to schedule task [2021-03-25T10:08:58.328Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-25T10:10:13.709Z] gofmt -l . [2021-03-25T10:10:13.710Z] [ "`gofmt -l .`" = "" ] [2021-03-25T10:10:13.710Z] ./bin/test-go-mod-tidy.sh [2021-03-25T10:10:13.710Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-25T10:10:15.806Z] + ls -al . [2021-03-25T10:10:15.806Z] total 804 [2021-03-25T10:10:15.806Z] drwxrwxr-x 9 1001 1001 4096 Mar 25 10:10 . [2021-03-25T10:10:15.806Z] drwxr-xr-x 4 root root 4096 Mar 25 10:05 .. [2021-03-25T10:10:15.806Z] -rw-rw-r-- 1 1001 1001 11 Mar 25 10:04 .dockerignore [2021-03-25T10:10:15.806Z] drwxrwxr-x 8 1001 1001 4096 Mar 25 10:04 .git [2021-03-25T10:10:15.806Z] drwxrwxr-x 3 1001 1001 4096 Mar 25 10:04 .github [2021-03-25T10:10:15.806Z] -rw-rw-r-- 1 1001 1001 818 Mar 25 10:04 .gitignore [2021-03-25T10:10:15.806Z] -rw-rw-r-- 1 1001 1001 166 Mar 25 10:04 .sonarcloud.properties [2021-03-25T10:10:15.806Z] -rw-rw-r-- 1 1001 1001 8607 Mar 25 10:04 Attribution.txt [2021-03-25T10:10:15.806Z] -rw-rw-r-- 1 1001 1001 3804 Mar 25 10:04 CONTRIBUTING.md [2021-03-25T10:10:15.806Z] -rw-rw-r-- 1 1001 1001 931 Mar 25 10:04 Dockerfile.build [2021-03-25T10:10:15.806Z] -rw-rw-r-- 1 1001 1001 863 Mar 25 10:04 Jenkinsfile [2021-03-25T10:10:15.806Z] -rw-rw-r-- 1 1001 1001 10775 Mar 25 10:04 LICENSE [2021-03-25T10:10:15.806Z] -rw-rw-r-- 1 1001 1001 5774 Mar 25 10:04 Makefile [2021-03-25T10:10:15.806Z] -rw-rw-r-- 1 1001 1001 6548 Mar 25 10:04 README.md [2021-03-25T10:10:15.806Z] -rw-rw-r-- 1 1001 1001 6755 Mar 25 10:04 SECURITY.md [2021-03-25T10:10:15.806Z] -rw-rw-r-- 1 1001 1001 5 Mar 25 10:00 VERSION [2021-03-25T10:10:15.806Z] -rw-rw-r-- 1 1001 1001 4131 Mar 25 10:04 ZMQWindows.md [2021-03-25T10:10:15.806Z] drwxrwxr-x 2 1001 1001 4096 Mar 25 10:04 bin [2021-03-25T10:10:15.806Z] drwxrwxr-x 14 1001 1001 4096 Mar 25 10:04 cmd [2021-03-25T10:10:15.806Z] -rw-r--r-- 1 root root 666600 Mar 25 10:08 coverage.out [2021-03-25T10:10:15.806Z] -rw-r--r-- 1 root root 1056 Mar 25 10:10 go.mod [2021-03-25T10:10:15.806Z] -rw-r--r-- 1 root root 22530 Mar 25 10:10 go.sum [2021-03-25T10:10:15.806Z] drwxrwxr-x 8 1001 1001 4096 Mar 25 10:04 internal [2021-03-25T10:10:15.806Z] drwxrwxr-x 4 1001 1001 4096 Mar 25 10:04 openapi [2021-03-25T10:10:15.806Z] drwxrwxr-x 4 1001 1001 4096 Mar 25 10:04 snap [2021-03-25T10:10:15.806Z] -rw-rw-r-- 1 1001 1001 168 Mar 25 10:04 version.go [Pipeline] sh [2021-03-25T10:10:16.470Z] + '[' -e coverage.out ] [2021-03-25T10:10:16.470Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-25T10:10:16.492Z] Warning: overwriting stash ‘coverage-report’ [2021-03-25T10:10:17.645Z] Stashed 1 file(s) [Pipeline] sh [2021-03-25T10:10:18.296Z] + make build [2021-03-25T10:10:18.296Z] 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-25T10:10:28.441Z] 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-25T10:10:55.258Z] 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-25T10:10:56.691Z] 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-25T10:10:57.098Z] Running on prd-ubuntu18.04-docker-8c-8g-31370 in /w/workspace/edgexfoundry_edgex-go_PR-3295 [Pipeline] { [Pipeline] ws [2021-03-25T10:10:57.204Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-03-25T10:10:59.285Z] using credential edgex-jenkins-ssh [2021-03-25T10:10:59.387Z] Cloning the remote Git repository [2021-03-25T10:10:59.411Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-25T10:10:59.474Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-25T10:10:59.505Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-25T10:10:59.506Z] > git --version # timeout=10 [2021-03-25T10:10:59.516Z] > git --version # 'git version 2.17.1' [2021-03-25T10:10:59.517Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T10:10:59.546Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T10:11:02.084Z] 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-25T10:11:04.055Z] 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-25T10:11:05.049Z] Merging remotes/origin/master commit ebfae9bf1c69030f223d824c55fa5330fb79db8d into PR head commit d224582090d89f2ec4a6e31743260213d3b067ba [2021-03-25T10:11:05.203Z] Merge succeeded, producing d224582090d89f2ec4a6e31743260213d3b067ba [2021-03-25T10:11:05.203Z] Checking out Revision d224582090d89f2ec4a6e31743260213d3b067ba (PR-3295) [2021-03-25T10:11:04.502Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-25T10:11:04.513Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T10:11:04.526Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-25T10:11:04.536Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-25T10:11:04.536Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T10:11:04.540Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3295/head:refs/remotes/origin/PR-3295 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-25T10:11:05.062Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T10:11:05.072Z] > git checkout -f d224582090d89f2ec4a6e31743260213d3b067ba # timeout=10 [2021-03-25T10:11:05.185Z] > git remote # timeout=10 [2021-03-25T10:11:05.190Z] > git config --get remote.origin.url # timeout=10 [2021-03-25T10:11:05.194Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T10:11:05.196Z] > git merge ebfae9bf1c69030f223d824c55fa5330fb79db8d # timeout=10 [2021-03-25T10:11:05.203Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-25T10:11:05.211Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T10:11:05.214Z] > git checkout -f d224582090d89f2ec4a6e31743260213d3b067ba # timeout=10 [2021-03-25T10:11:08.356Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-25T10:11:08.931Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-25T10:11:10.122Z] + echo snap-build.sh [2021-03-25T10:11:10.122Z] snap-build.sh [2021-03-25T10:11:10.122Z] + SNAP_BASE_DIR=. [2021-03-25T10:11:10.122Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-03-25T10:11:10.122Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-03-25T10:11:10.122Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-03-25T10:11:10.122Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-03-25T10:11:10.122Z] + cd /w/workspace/edgex-go/3 [2021-03-25T10:11:10.122Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-25T10:11:10.122Z] Reading package lists... [2021-03-25T10:11:10.122Z] Building dependency tree... [2021-03-25T10:11:10.122Z] Reading state information... [2021-03-25T10:11:10.383Z] The following packages were automatically installed and are no longer required: [2021-03-25T10:11:10.383Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-25T10:11:10.383Z] uidmap xdelta3 [2021-03-25T10:11:10.383Z] Use 'sudo apt autoremove' to remove them. [2021-03-25T10:11:10.383Z] The following packages will be REMOVED: [2021-03-25T10:11:10.383Z] lxd* lxd-client* [2021-03-25T10:11:10.954Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-25T10:11:10.954Z] After this operation, 31.7 MB disk space will be freed. [2021-03-25T10:11:11.737Z] (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-25T10:11:11.737Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-25T10:11:12.686Z] Removing lxd dnsmasq configuration [2021-03-25T10:11:12.686Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-25T10:11:12.948Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-25T10:11:13.893Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-25T10:11:13.893Z] (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-25T10:11:13.893Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-25T10:11:15.084Z] 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-25T10:11:15.281Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-25T10:11:15.543Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-25T10:11:16.935Z] + sudo snap remove --purge lxd [2021-03-25T10:11:16.935Z] snap "lxd" is not installed [2021-03-25T10:11:16.935Z] + sudo groupadd --force --system lxd [2021-03-25T10:11:16.935Z] ++ whoami [2021-03-25T10:11:16.935Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-25T10:11:16.935Z] + newgrp - lxd [2021-03-25T10:11:16.935Z] + sudo snap install lxd [2021-03-25T10:11:17.706Z] 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-25T10:11:23.112Z] 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-25T10:11:26.495Z] 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-25T10:11:26.929Z] 2021-03-25T10:11:24Z INFO Waiting for automatic snapd restart... [2021-03-25T10:11:30.802Z] 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-25T10:11:36.242Z] $ docker stop --time=1 49dc0dfd73b3ccf919031ed2e7572afb817ee2bfd03a0b39b845ae39117f01d3 [2021-03-25T10:11:38.911Z] $ docker rm -f 49dc0dfd73b3ccf919031ed2e7572afb817ee2bfd03a0b39b845ae39117f01d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:11:41.404Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-25T10:11:41.404Z] [2021-03-25T10:11:41.404Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:11:41.842Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-25T10:11:42.112Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-25T10:11:42.112Z] 29e5d40040c1: Pulling fs layer [2021-03-25T10:11:42.112Z] 1ce36da41761: Pulling fs layer [2021-03-25T10:11:42.112Z] 25b303627fd3: Pulling fs layer [2021-03-25T10:11:42.726Z] 29e5d40040c1: Verifying Checksum [2021-03-25T10:11:42.726Z] 29e5d40040c1: Download complete [2021-03-25T10:11:43.335Z] 1ce36da41761: Verifying Checksum [2021-03-25T10:11:43.335Z] 1ce36da41761: Download complete [2021-03-25T10:11:43.615Z] 29e5d40040c1: Pull complete [2021-03-25T10:11:44.602Z] 1ce36da41761: Pull complete [2021-03-25T10:11:44.874Z] 25b303627fd3: Verifying Checksum [2021-03-25T10:11:44.874Z] 25b303627fd3: Download complete [2021-03-25T10:11:45.057Z] lxd 4.12 from Canonical* installed [2021-03-25T10:11:45.057Z] + sudo lxd init --auto [2021-03-25T10:11:51.640Z] + sudo snap install --classic snapcraft [2021-03-25T10:11:55.000Z] 25b303627fd3: Pull complete [2021-03-25T10:11:55.000Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-25T10:11:55.000Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-25T10:11:55.000Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-25T10:11:55.235Z] prd-ubuntu18.04-docker-arm64-4c-16g-31367 does not seem to be running inside a container [2021-03-25T10:11:55.334Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-25T10:11:58.341Z] $ docker top 2ee9ece5e355c3c64536d2f050a608aabb133d45f0f9018666a3b12d780705ce -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T10:11:59.535Z] + + grepdocker-compose parallel build [2021-03-25T10:11:59.535Z] --help [2021-03-25T10:12:02.903Z] --parallel Build images in parallel. [Pipeline] } [2021-03-25T10:12:03.214Z] $ docker stop --time=1 2ee9ece5e355c3c64536d2f050a608aabb133d45f0f9018666a3b12d780705ce [2021-03-25T10:12:05.175Z] $ docker rm -f 2ee9ece5e355c3c64536d2f050a608aabb133d45f0f9018666a3b12d780705ce [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:12:06.232Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-25T10:12:06.232Z] . [Pipeline] withDockerContainer [2021-03-25T10:12:06.498Z] prd-ubuntu18.04-docker-arm64-4c-16g-31367 does not seem to be running inside a container [2021-03-25T10:12:06.560Z] snapcraft 4.5.4 from Canonical* installed [2021-03-25T10:12:06.561Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-25T10:12:06.561Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-25T10:12:06.561Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-25T10:12:06.561Z] Dload Upload Total Spent Left Speed [2021-03-25T10:12:06.561Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4415 0 --:--:-- --:--:-- --:--:-- 4415 [2021-03-25T10:12:06.561Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3325k 100 3325k 0 0 4340k 0 --:--:-- --:--:-- --:--:-- 7954k [2021-03-25T10:12:06.561Z] ./yq_linux_amd64 [2021-03-25T10:12:06.561Z] + sudo snapcraft prime --use-lxd [2021-03-25T10:12:06.596Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-25T10:12:07.499Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-25T10:12:07.499Z] 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-25T10:12:07.499Z] - README.md [2021-03-25T10:12:07.499Z] [2021-03-25T10:12:07.499Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-25T10:12:08.069Z] $ docker top 6ee2773ea1148140e9a9b26b6d444e162653e5f8e029707ade55535dc228f4bb -eo pid,comm [2021-03-25T10:12:08.070Z] Launching a container. [Pipeline] { [Pipeline] sh [2021-03-25T10:12:09.215Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-25T10:12:13.499Z] Building docker-core-command-go ... [2021-03-25T10:12:13.499Z] Building docker-core-data-go ... [2021-03-25T10:12:13.499Z] Building docker-core-metadata-go ... [2021-03-25T10:12:13.499Z] Building docker-security-bootstrapper-go ... [2021-03-25T10:12:13.499Z] Building docker-security-proxy-setup-go ... [2021-03-25T10:12:13.499Z] Building docker-security-secretstore-setup-go ... [2021-03-25T10:12:13.499Z] Building docker-support-notifications-go ... [2021-03-25T10:12:13.499Z] Building docker-support-scheduler-go ... [2021-03-25T10:12:13.499Z] Building docker-sys-mgmt-agent-go ... [2021-03-25T10:12:13.499Z] Building docker-security-secretstore-setup-go [2021-03-25T10:12:13.499Z] Building docker-sys-mgmt-agent-go [2021-03-25T10:12:13.499Z] Building docker-security-proxy-setup-go [2021-03-25T10:12:13.499Z] Building docker-support-scheduler-go [2021-03-25T10:12:13.499Z] Building docker-core-metadata-go [2021-03-25T10:12:26.186Z] Waiting for container to be ready [2021-03-25T10:12:26.186Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-25T10:12:26.186Z] [2021-03-25T10:12:27.126Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-25T10:12:27.388Z] Waiting for network to be ready... [2021-03-25T10:12:27.648Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-25T10:12:27.648Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-25T10:12:28.222Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-03-25T10:12:28.222Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-25T10:12:28.483Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-25T10:12:28.742Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-25T10:12:28.742Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-25T10:12:28.742Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-25T10:12:28.742Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-25T10:12:28.742Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-25T10:12:28.742Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-25T10:12:28.742Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-25T10:12:28.742Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-25T10:12:28.742Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-25T10:12:28.742Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-25T10:12:28.742Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-25T10:12:28.742Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-25T10:12:29.011Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-25T10:12:29.011Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-25T10:12:29.271Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-25T10:12:29.530Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-25T10:12:29.530Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-25T10:12:29.530Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-25T10:12:29.530Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-25T10:12:29.530Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-25T10:12:29.530Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-25T10:12:29.530Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-25T10:12:33.727Z] Fetched 24.2 MB in 5s (4433 kB/s) [2021-03-25T10:12:33.988Z] Reading package lists... [2021-03-25T10:12:34.248Z] Reading package lists... [2021-03-25T10:12:34.507Z] Building dependency tree... [2021-03-25T10:12:34.507Z] Reading state information... [2021-03-25T10:12:34.507Z] The following additional packages will be installed: [2021-03-25T10:12:34.507Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-25T10:12:34.507Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-25T10:12:34.507Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-25T10:12:34.507Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-25T10:12:34.507Z] Suggested packages: [2021-03-25T10:12:34.507Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-25T10:12:34.507Z] Recommended packages: [2021-03-25T10:12:34.507Z] gnupg libsasl2-modules [2021-03-25T10:12:34.507Z] The following NEW packages will be installed: [2021-03-25T10:12:34.507Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-25T10:12:34.507Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-25T10:12:34.507Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-25T10:12:34.507Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-25T10:12:34.507Z] The following packages will be upgraded: [2021-03-25T10:12:34.507Z] gpg gpg-agent gpgconf libudev1 [2021-03-25T10:12:34.766Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-25T10:12:34.766Z] Need to get 3530 kB of archives. [2021-03-25T10:12:34.766Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-25T10:12:34.766Z] 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-25T10:12:34.766Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-25T10:12:34.766Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-25T10:12:34.766Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-25T10:12:34.766Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-25T10:12:35.027Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-25T10:12:35.597Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-25T10:12:35.597Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-25T10:12:35.597Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-25T10:12:35.597Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-25T10:12:35.597Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-25T10:12:35.597Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-25T10:12:35.597Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-25T10:12:35.597Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-25T10:12:35.597Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-25T10:12:35.597Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-25T10:12:35.597Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-25T10:12:35.597Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-25T10:12:35.597Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-25T10:12:35.597Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-25T10:12:35.597Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-25T10:12:35.597Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-25T10:12:35.857Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-25T10:12:35.857Z] Fetched 3530 kB in 1s (3438 kB/s) [2021-03-25T10:12:36.117Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-25T10:12:36.117Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-25T10:12:36.117Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-25T10:12:36.117Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-25T10:12:36.379Z] Selecting previously unselected package udev. [2021-03-25T10:12:36.379Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-25T10:12:36.379Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-25T10:12:36.379Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-25T10:12:36.639Z] Selecting previously unselected package libfuse2:amd64. [2021-03-25T10:12:36.639Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-25T10:12:36.639Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-25T10:12:36.639Z] Selecting previously unselected package fuse. [2021-03-25T10:12:36.639Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-25T10:12:36.639Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-25T10:12:36.899Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-25T10:12:36.899Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-25T10:12:36.899Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-25T10:12:36.899Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-25T10:12:37.158Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-25T10:12:37.158Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-25T10:12:37.158Z] Selecting previously unselected package libksba8:amd64. [2021-03-25T10:12:37.158Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-25T10:12:37.158Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-25T10:12:37.158Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-25T10:12:37.158Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-25T10:12:37.158Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T10:12:37.418Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-25T10:12:37.418Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-25T10:12:37.418Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T10:12:37.418Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-25T10:12:37.418Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-25T10:12:37.418Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T10:12:37.418Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-25T10:12:37.418Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-25T10:12:37.418Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T10:12:37.678Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-25T10:12:37.678Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-25T10:12:37.678Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T10:12:37.678Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-25T10:12:37.678Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-25T10:12:37.678Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T10:12:37.678Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-25T10:12:37.678Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-25T10:12:37.678Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T10:12:37.937Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-25T10:12:37.937Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-25T10:12:37.937Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T10:12:37.937Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-25T10:12:37.937Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-25T10:12:37.937Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T10:12:38.196Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-25T10:12:38.197Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-25T10:12:38.197Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-25T10:12:38.197Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-25T10:12:38.197Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-25T10:12:38.197Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-25T10:12:38.197Z] Selecting previously unselected package libldap-common. [2021-03-25T10:12:38.197Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-25T10:12:38.197Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-25T10:12:38.457Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-25T10:12:38.457Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-25T10:12:38.457Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-25T10:12:38.457Z] Selecting previously unselected package dirmngr. [2021-03-25T10:12:38.457Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-25T10:12:38.457Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-25T10:12:38.457Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-25T10:12:38.716Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-25T10:12:38.716Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-25T10:12:38.716Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-25T10:12:38.716Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-25T10:12:38.716Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-25T10:12:38.716Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T10:12:38.716Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-25T10:12:38.976Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-25T10:12:38.976Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-25T10:12:39.236Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-25T10:12:39.495Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T10:12:39.495Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-25T10:12:39.495Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-25T10:12:39.495Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-25T10:12:39.495Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T10:12:39.495Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T10:12:39.754Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T10:12:39.754Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T10:12:39.754Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T10:12:39.754Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T10:12:39.754Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T10:12:39.754Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-25T10:12:39.754Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-25T10:12:39.754Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-25T10:12:40.325Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-25T10:12:40.326Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-25T10:12:40.326Z] This means they are not meant to be enabled using systemctl. [2021-03-25T10:12:40.326Z] Possible reasons for having this kind of units are: [2021-03-25T10:12:40.326Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-25T10:12:40.326Z] .wants/ or .requires/ directory. [2021-03-25T10:12:40.326Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-25T10:12:40.326Z] a requirement dependency on it. [2021-03-25T10:12:40.326Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-25T10:12:40.326Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-25T10:12:40.326Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-25T10:12:40.326Z] instance name specified. [2021-03-25T10:12:40.585Z] Reading package lists... [2021-03-25T10:12:40.846Z] Building dependency tree... [2021-03-25T10:12:40.846Z] Reading state information... [2021-03-25T10:12:40.846Z] The following additional packages will be installed: [2021-03-25T10:12:40.846Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-25T10:12:40.846Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-25T10:12:40.846Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-25T10:12:40.846Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-25T10:12:40.846Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-25T10:12:40.846Z] Suggested packages: [2021-03-25T10:12:40.846Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-25T10:12:40.846Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-25T10:12:40.846Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-25T10:12:40.846Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-25T10:12:40.846Z] systemd-container policykit-1 [2021-03-25T10:12:40.846Z] Recommended packages: [2021-03-25T10:12:40.846Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-25T10:12:40.846Z] The following NEW packages will be installed: [2021-03-25T10:12:40.846Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-25T10:12:40.846Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-25T10:12:40.846Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-25T10:12:40.846Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-25T10:12:40.846Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-25T10:12:40.846Z] The following packages will be upgraded: [2021-03-25T10:12:40.846Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-25T10:12:41.105Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-25T10:12:41.105Z] Need to get 35.2 MB of archives. [2021-03-25T10:12:41.105Z] After this operation, 141 MB of additional disk space will be used. [2021-03-25T10:12:41.105Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-25T10:12:41.674Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-25T10:12:41.933Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-25T10:12:41.933Z] 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-25T10:12:42.199Z] 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-25T10:12:42.199Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-25T10:12:42.199Z] 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-25T10:12:42.459Z] 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-25T10:12:42.459Z] 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-25T10:12:42.459Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-25T10:12:42.459Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-25T10:12:42.459Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-25T10:12:42.459Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-25T10:12:42.459Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-25T10:12:42.459Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-25T10:12:42.459Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-25T10:12:42.459Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-25T10:12:42.459Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-25T10:12:42.459Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-25T10:12:42.459Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-25T10:12:42.459Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-25T10:12:42.459Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-25T10:12:42.459Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-25T10:12:42.459Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-25T10:12:42.459Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-25T10:12:42.459Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-25T10:12:42.459Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-25T10:12:42.720Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-25T10:12:42.720Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-25T10:12:42.720Z] 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-25T10:12:44.099Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-25T10:12:44.099Z] Fetched 35.2 MB in 3s (12.8 MB/s) [2021-03-25T10:12:44.099Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-25T10:12:44.099Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-25T10:12:44.099Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-25T10:12:44.668Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-25T10:12:44.668Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-25T10:12:44.668Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-25T10:12:44.668Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-25T10:12:44.668Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-25T10:12:44.928Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-25T10:12:44.928Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-25T10:12:45.187Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-25T10:12:45.187Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-25T10:12:45.447Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-25T10:12:45.707Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-25T10:12:45.707Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-25T10:12:46.276Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-25T10:12:46.276Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-25T10:12:46.276Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-25T10:12:46.276Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-25T10:12:46.536Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-25T10:12:46.536Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-25T10:12:46.536Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-25T10:12:46.800Z] Selecting previously unselected package libexpat1:amd64. [2021-03-25T10:12:46.800Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-25T10:12:46.800Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-25T10:12:47.060Z] Selecting previously unselected package python3.6-minimal. [2021-03-25T10:12:47.060Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-25T10:12:47.060Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-25T10:12:47.320Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-25T10:12:47.320Z] Checking for services that may need to be restarted...done. [2021-03-25T10:12:47.320Z] Checking for services that may need to be restarted...done. [2021-03-25T10:12:47.320Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-25T10:12:47.320Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-25T10:12:47.320Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-25T10:12:47.891Z] Selecting previously unselected package python3-minimal. [2021-03-25T10:12:47.891Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-25T10:12:47.891Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-25T10:12:47.891Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-25T10:12:48.151Z] Selecting previously unselected package mime-support. [2021-03-25T10:12:48.151Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-25T10:12:48.151Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-25T10:12:48.151Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-25T10:12:48.151Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-25T10:12:48.151Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-25T10:12:48.411Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-25T10:12:48.411Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-25T10:12:48.411Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-25T10:12:48.671Z] Selecting previously unselected package python3.6. [2021-03-25T10:12:48.671Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-25T10:12:48.671Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-25T10:12:48.671Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-25T10:12:48.671Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-25T10:12:48.671Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-25T10:12:48.931Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-25T10:12:49.190Z] Selecting previously unselected package python3. [2021-03-25T10:12:49.190Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-25T10:12:49.190Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-25T10:12:49.190Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-25T10:12:49.190Z] Selecting previously unselected package multiarch-support. [2021-03-25T10:12:49.191Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-25T10:12:49.191Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-25T10:12:49.191Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-25T10:12:49.450Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-25T10:12:49.450Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-25T10:12:49.450Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-25T10:12:49.450Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-25T10:12:49.450Z] Selecting previously unselected package libbsd0:amd64. [2021-03-25T10:12:49.450Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-25T10:12:49.450Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-25T10:12:49.450Z] Selecting previously unselected package sudo. [2021-03-25T10:12:49.450Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-25T10:12:49.710Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-25T10:12:49.710Z] Selecting previously unselected package apparmor. [2021-03-25T10:12:49.710Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-25T10:12:49.710Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-25T10:12:49.969Z] Selecting previously unselected package libedit2:amd64. [2021-03-25T10:12:49.969Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-25T10:12:49.969Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-25T10:12:49.969Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-25T10:12:49.969Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-25T10:12:49.969Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-25T10:12:50.229Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-25T10:12:50.229Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-25T10:12:50.229Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-25T10:12:50.229Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-25T10:12:50.229Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-25T10:12:50.229Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-25T10:12:50.490Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-25T10:12:50.490Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-25T10:12:50.490Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-25T10:12:50.490Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-25T10:12:50.490Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-25T10:12:50.490Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-25T10:12:51.431Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-25T10:12:51.431Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-25T10:12:51.431Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-25T10:12:51.704Z] Selecting previously unselected package openssh-client. [2021-03-25T10:12:51.704Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-25T10:12:51.704Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-25T10:12:51.964Z] Selecting previously unselected package squashfs-tools. [2021-03-25T10:12:51.964Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-25T10:12:51.964Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-25T10:12:51.964Z] Selecting previously unselected package snapd. [2021-03-25T10:12:51.965Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-25T10:12:51.965Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-25T10:12:54.525Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-25T10:12:54.526Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-25T10:12:54.526Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-25T10:12:54.526Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-25T10:12:54.526Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-25T10:12:54.526Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-25T10:12:54.526Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-25T10:12:54.526Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-25T10:12:54.526Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-25T10:12:55.465Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-25T10:12:55.466Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-25T10:12:55.466Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-25T10:12:55.466Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-25T10:12:55.466Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-25T10:12:55.466Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-25T10:12:56.484Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-25T10:12:56.484Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-25T10:12:56.484Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-25T10:12:56.484Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-25T10:12:56.484Z] running python rtupdate hooks for python3.6... [2021-03-25T10:12:56.484Z] running python post-rtupdate hooks for python3.6... [2021-03-25T10:12:56.744Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-25T10:12:58.126Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-25T10:12:58.387Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-25T10:12:58.387Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-25T10:12:58.387Z] Setting up snapd (2.48.3+18.04) ... [2021-03-25T10:12:58.956Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-25T10:12:59.215Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-25T10:12:59.475Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-25T10:12:59.475Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-25T10:12:59.735Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-25T10:12:59.735Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-25T10:12:59.995Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-25T10:13:00.255Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-25T10:13:00.255Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-25T10:13:00.556Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-25T10:13:00.556Z] /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-25T10:13:00.556Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-25T10:13:00.556Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-25T10:13:01.497Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-25T10:13:01.497Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-25T10:13:01.757Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-25T10:13:03.141Z] Reading package lists... [2021-03-25T10:13:03.141Z] Reading package lists... [2021-03-25T10:13:03.401Z] Building dependency tree... [2021-03-25T10:13:03.401Z] Reading state information... [2021-03-25T10:13:03.401Z] Calculating upgrade... [2021-03-25T10:13:03.662Z] The following packages will be upgraded: [2021-03-25T10:13:03.662Z] advancecomp base-files bash binutils binutils-common [2021-03-25T10:13:03.662Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-25T10:13:03.662Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-25T10:13:03.662Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-25T10:13:03.662Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-25T10:13:03.662Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-25T10:13:03.662Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-25T10:13:03.662Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-25T10:13:03.662Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-25T10:13:03.662Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-25T10:13:03.662Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-25T10:13:03.662Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-25T10:13:03.662Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-25T10:13:03.662Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-25T10:13:03.662Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-25T10:13:03.662Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-25T10:13:03.662Z] Need to get 63.8 MB of archives. [2021-03-25T10:13:03.662Z] After this operation, 5208 kB of additional disk space will be used. [2021-03-25T10:13:03.662Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-03-25T10:13:03.662Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-25T10:13:03.662Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-25T10:13:03.662Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-25T10:13:03.662Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-25T10:13:03.662Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-25T10:13:03.662Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-25T10:13:03.662Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-25T10:13:03.662Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-25T10:13:03.662Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-25T10:13:03.662Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-25T10:13:03.662Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-25T10:13:03.923Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-25T10:13:03.923Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-25T10:13:03.923Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-25T10:13:03.923Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-25T10:13:03.923Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-25T10:13:03.923Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-25T10:13:03.923Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-25T10:13:03.923Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-25T10:13:03.923Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-25T10:13:03.923Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-25T10:13:03.923Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-25T10:13:03.923Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-25T10:13:03.923Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-25T10:13:03.923Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-25T10:13:03.923Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-25T10:13:03.923Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-25T10:13:03.923Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-25T10:13:03.923Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-25T10:13:03.923Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-25T10:13:03.923Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-25T10:13:03.923Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-25T10:13:03.923Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-25T10:13:03.923Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-25T10:13:03.923Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-25T10:13:03.923Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-25T10:13:03.923Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-25T10:13:03.923Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-25T10:13:03.924Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-25T10:13:04.186Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-25T10:13:04.186Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-25T10:13:04.186Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-25T10:13:04.186Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-25T10:13:04.186Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-25T10:13:04.186Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-25T10:13:04.186Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-25T10:13:04.186Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-25T10:13:04.186Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-25T10:13:04.186Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-25T10:13:04.186Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-25T10:13:04.186Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-25T10:13:04.186Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-25T10:13:04.186Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-25T10:13:04.186Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-25T10:13:04.446Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-25T10:13:04.446Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-25T10:13:04.446Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-25T10:13:04.706Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-25T10:13:04.706Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-25T10:13:04.706Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-25T10:13:04.706Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-25T10:13:04.706Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-25T10:13:04.706Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-25T10:13:04.706Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-25T10:13:04.706Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-25T10:13:04.967Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-25T10:13:04.967Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-25T10:13:04.967Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-25T10:13:04.967Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-25T10:13:04.967Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-25T10:13:04.967Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-25T10:13:04.967Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-25T10:13:04.967Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-25T10:13:04.967Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-25T10:13:04.967Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-25T10:13:04.967Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-25T10:13:04.967Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-25T10:13:04.967Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-25T10:13:05.227Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-25T10:13:05.227Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-25T10:13:05.227Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-25T10:13:05.227Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-25T10:13:05.227Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-25T10:13:05.227Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-25T10:13:05.227Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-25T10:13:05.227Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-25T10:13:05.227Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-25T10:13:05.227Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-25T10:13:05.227Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-25T10:13:05.227Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-25T10:13:05.227Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-25T10:13:05.227Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-25T10:13:05.227Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-25T10:13:05.227Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-25T10:13:05.227Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-25T10:13:05.227Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-25T10:13:05.487Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-25T10:13:05.487Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-25T10:13:05.487Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-25T10:13:05.487Z] Fetched 63.8 MB in 2s (35.0 MB/s) [2021-03-25T10:13:05.748Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T10:13:05.748Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-25T10:13:05.748Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-25T10:13:06.320Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-25T10:13:06.320Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-25T10:13:06.320Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-03-25T10:13:06.579Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-03-25T10:13:07.150Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T10:13:07.150Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T10:13:07.410Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T10:13:07.410Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T10:13:07.410Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T10:13:07.670Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T10:13:07.670Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T10:13:07.670Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T10:13:07.670Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T10:13:07.934Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T10:13:07.934Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T10:13:07.934Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T10:13:07.934Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T10:13:07.934Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T10:13:08.196Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T10:13:08.196Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-25T10:13:08.196Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T10:13:08.196Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-25T10:13:08.457Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-25T10:13:08.457Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-25T10:13:08.457Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T10:13:08.457Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T10:13:08.457Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T10:13:08.717Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T10:13:08.717Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T10:13:08.717Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T10:13:08.977Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T10:13:08.977Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-25T10:13:08.977Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-25T10:13:09.238Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-25T10:13:09.843Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-25T10:13:10.103Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-25T10:13:10.103Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-25T10:13:10.103Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-25T10:13:10.103Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-25T10:13:10.103Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-25T10:13:10.364Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-25T10:13:10.364Z] Installing new version of config file /etc/issue ... [2021-03-25T10:13:10.364Z] Installing new version of config file /etc/issue.net ... [2021-03-25T10:13:10.364Z] Installing new version of config file /etc/lsb-release ... [2021-03-25T10:13:10.364Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-25T10:13:10.624Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-25T10:13:10.624Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-25T10:13:10.624Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-25T10:13:10.884Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T10:13:10.884Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-25T10:13:10.884Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-25T10:13:10.884Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-25T10:13:10.884Z] 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-25T10:13:11.145Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T10:13:11.145Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-25T10:13:11.145Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-25T10:13:11.145Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-25T10:13:11.405Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T10:13:11.405Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-25T10:13:11.405Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-25T10:13:11.405Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-25T10:13:11.665Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T10:13:11.665Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-25T10:13:11.665Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-25T10:13:11.925Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-25T10:13:11.925Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T10:13:11.925Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-25T10:13:12.185Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-25T10:13:12.185Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-25T10:13:12.445Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T10:13:12.445Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-25T10:13:12.445Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-25T10:13:12.445Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-25T10:13:12.706Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T10:13:12.706Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-25T10:13:12.706Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-25T10:13:12.706Z] Setting up grep (3.1-2build1) ... [2021-03-25T10:13:12.970Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T10:13:12.970Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-25T10:13:12.970Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-25T10:13:12.970Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-25T10:13:13.229Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T10:13:13.229Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-25T10:13:13.229Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-25T10:13:13.490Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-25T10:13:13.490Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T10:13:13.490Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-25T10:13:13.490Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-25T10:13:14.062Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-25T10:13:14.322Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-25T10:13:14.322Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-25T10:13:14.322Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-25T10:13:15.266Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-25T10:13:15.266Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T10:13:15.266Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-25T10:13:15.266Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-25T10:13:16.212Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-25T10:13:16.472Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-25T10:13:16.472Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-25T10:13:16.735Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-25T10:13:16.735Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-25T10:13:16.735Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T10:13:16.735Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-25T10:13:17.001Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-25T10:13:17.265Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-25T10:13:17.265Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T10:13:17.265Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-25T10:13:17.265Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-25T10:13:17.265Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-25T10:13:17.530Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T10:13:17.530Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-25T10:13:17.530Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-25T10:13:17.530Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-25T10:13:17.791Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T10:13:17.791Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-25T10:13:17.791Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-25T10:13:18.051Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-25T10:13:18.051Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T10:13:18.051Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-25T10:13:18.051Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-25T10:13:18.311Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-25T10:13:18.311Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T10:13:18.311Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-25T10:13:18.311Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-25T10:13:18.571Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-25T10:13:18.571Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-25T10:13:18.571Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-25T10:13:18.831Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T10:13:18.831Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-25T10:13:18.831Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-25T10:13:18.831Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-25T10:13:19.092Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T10:13:19.092Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-25T10:13:19.092Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-25T10:13:19.092Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-25T10:13:19.092Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T10:13:19.092Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-25T10:13:19.365Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-25T10:13:19.365Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-25T10:13:19.626Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T10:13:19.626Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-25T10:13:19.626Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-25T10:13:19.887Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-25T10:13:20.147Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-25T10:13:20.720Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-25T10:13:20.720Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T10:13:20.720Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-25T10:13:20.720Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-25T10:13:20.983Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-25T10:13:20.983Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T10:13:20.983Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-25T10:13:20.983Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-25T10:13:21.245Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-25T10:13:21.245Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T10:13:21.245Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-25T10:13:21.506Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-25T10:13:21.506Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-25T10:13:21.766Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T10:13:21.766Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-25T10:13:21.766Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-25T10:13:21.766Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-25T10:13:22.026Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T10:13:22.026Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-25T10:13:22.026Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-25T10:13:22.026Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-25T10:13:22.286Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T10:13:22.286Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-25T10:13:22.286Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-25T10:13:22.286Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-25T10:13:22.547Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T10:13:22.547Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-25T10:13:22.547Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-25T10:13:22.806Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-25T10:13:22.806Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T10:13:22.806Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-25T10:13:23.073Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-25T10:13:23.073Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-25T10:13:23.332Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T10:13:23.332Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-25T10:13:23.332Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-25T10:13:23.592Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-25T10:13:23.592Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-25T10:13:23.592Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-25T10:13:23.592Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-25T10:13:23.852Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-25T10:13:23.852Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T10:13:23.852Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-25T10:13:23.852Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-25T10:13:24.112Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-25T10:13:24.112Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T10:13:24.112Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-25T10:13:24.112Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-25T10:13:24.112Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-25T10:13:24.681Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T10:13:24.681Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-25T10:13:24.681Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-25T10:13:24.681Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-25T10:13:24.681Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T10:13:24.681Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-25T10:13:24.681Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-25T10:13:24.941Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-25T10:13:24.941Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T10:13:24.941Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-25T10:13:24.941Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-25T10:13:25.510Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-25T10:13:25.510Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T10:13:25.510Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-25T10:13:25.510Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-25T10:13:25.769Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-25T10:13:25.769Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T10:13:25.769Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-25T10:13:25.769Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-25T10:13:26.039Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-25T10:13:26.039Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T10:13:26.039Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-25T10:13:26.039Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-25T10:13:26.299Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-25T10:13:26.299Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T10:13:26.299Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-25T10:13:26.299Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-25T10:13:26.558Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-25T10:13:26.558Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T10:13:26.558Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-25T10:13:26.558Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-25T10:13:26.818Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-25T10:13:26.818Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T10:13:26.818Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-25T10:13:27.080Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-25T10:13:27.080Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-25T10:13:27.080Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T10:13:27.080Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-25T10:13:27.080Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-25T10:13:27.339Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-25T10:13:27.339Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-25T10:13:27.339Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-25T10:13:27.909Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-25T10:13:28.170Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-25T10:13:28.170Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-25T10:13:28.429Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-25T10:13:28.429Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-25T10:13:28.690Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-25T10:13:28.690Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-25T10:13:28.690Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-25T10:13:28.690Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-25T10:13:28.950Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-25T10:13:28.950Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-25T10:13:28.950Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-25T10:13:28.950Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-25T10:13:29.209Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-25T10:13:29.209Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-25T10:13:29.209Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-25T10:13:29.210Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-25T10:13:29.482Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-25T10:13:29.482Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-25T10:13:29.482Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-25T10:13:29.482Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-25T10:13:29.743Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-25T10:13:29.743Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-25T10:13:30.682Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-25T10:13:30.682Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-25T10:13:30.682Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-25T10:13:30.942Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-25T10:13:30.942Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-25T10:13:30.942Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-25T10:13:31.203Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-25T10:13:31.463Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-25T10:13:31.463Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-25T10:13:31.463Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-25T10:13:31.724Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-25T10:13:31.724Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-25T10:13:31.724Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-25T10:13:31.724Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-25T10:13:31.985Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-25T10:13:31.986Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-25T10:13:31.986Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-25T10:13:32.246Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-25T10:13:32.246Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-25T10:13:32.246Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-25T10:13:33.627Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-25T10:13:33.627Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-25T10:13:34.566Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-25T10:13:34.566Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-25T10:13:35.134Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-25T10:13:35.134Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-25T10:13:35.333Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:13:35.333Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:13:35.333Z] ---> 7b496c28c9d4 [2021-03-25T10:13:35.333Z] Step 3/22 : WORKDIR /edgex-go [2021-03-25T10:13:35.333Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:13:35.333Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:13:35.333Z] ---> 7b496c28c9d4 [2021-03-25T10:13:35.333Z] Step 3/23 : WORKDIR /edgex-go [2021-03-25T10:13:35.333Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:13:35.333Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:13:35.333Z] ---> 7b496c28c9d4 [2021-03-25T10:13:35.333Z] Step 3/24 : WORKDIR /edgex-go [2021-03-25T10:13:35.333Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:13:35.333Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:13:35.333Z] ---> 7b496c28c9d4 [2021-03-25T10:13:35.333Z] Step 3/26 : WORKDIR /edgex-go [2021-03-25T10:13:35.333Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:13:35.333Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:13:35.333Z] ---> 7b496c28c9d4 [2021-03-25T10:13:35.333Z] Step 3/21 : WORKDIR /edgex-go [2021-03-25T10:13:35.333Z] ---> Running in 872cf08aa1e3 [2021-03-25T10:13:35.334Z] ---> Running in 6a5dfc03c1bb [2021-03-25T10:13:35.334Z] ---> Running in 932e7be799e3 [2021-03-25T10:13:35.334Z] ---> Running in 58a886b3cb59 [2021-03-25T10:13:35.334Z] ---> Running in 509b993c4378 [2021-03-25T10:13:35.334Z] Removing intermediate container 932e7be799e3 [2021-03-25T10:13:35.334Z] ---> a65677e11c4c [2021-03-25T10:13:35.334Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:13:35.334Z] Removing intermediate container 58a886b3cb59 [2021-03-25T10:13:35.334Z] ---> 7e6e71d4ec09 [2021-03-25T10:13:35.334Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:13:35.334Z] Removing intermediate container 6a5dfc03c1bb [2021-03-25T10:13:35.334Z] ---> c564b7bc2816 [2021-03-25T10:13:35.334Z] Removing intermediate container 509b993c4378 [2021-03-25T10:13:35.334Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 3007d853a395 [2021-03-25T10:13:35.334Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:13:35.334Z] Removing intermediate container 872cf08aa1e3 [2021-03-25T10:13:35.334Z] ---> f138b4bbb57b [2021-03-25T10:13:35.334Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:13:35.334Z] [2021-03-25T10:13:35.334Z] ---> Running in 2e5554f57697 [2021-03-25T10:13:35.334Z] ---> Running in 09d50029d873 [2021-03-25T10:13:35.334Z] ---> Running in c48013b950ab [2021-03-25T10:13:35.334Z] ---> Running in 86f5913b248a [2021-03-25T10:13:35.334Z] ---> Running in efc7995340b5 [2021-03-25T10:13:35.334Z] Removing intermediate container 2e5554f57697 [2021-03-25T10:13:35.334Z] ---> 432bb831454c [2021-03-25T10:13:35.334Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-25T10:13:35.334Z] ---> Running in 85cc7657dfdf [2021-03-25T10:13:35.334Z] Removing intermediate container efc7995340b5 [2021-03-25T10:13:35.334Z] ---> 78a370f5480d [2021-03-25T10:13:35.334Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-25T10:13:35.334Z] ---> Running in 1130b39f6b0f [2021-03-25T10:13:35.334Z] Removing intermediate container c48013b950ab [2021-03-25T10:13:35.334Z] ---> f2f58af74cd0 [2021-03-25T10:13:35.334Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-25T10:13:35.334Z] ---> Running in 7e5c8f80766b [2021-03-25T10:13:35.334Z] Removing intermediate container 86f5913b248a [2021-03-25T10:13:35.334Z] ---> afbd35b59bde [2021-03-25T10:13:35.334Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-25T10:13:35.334Z] Removing intermediate container 09d50029d873 [2021-03-25T10:13:35.334Z] ---> 15d62d469ebf [2021-03-25T10:13:35.334Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-25T10:13:35.334Z] ---> Running in a14380d22412 [2021-03-25T10:13:35.395Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-25T10:13:35.606Z] ---> Running in 87eb07fa2222 [2021-03-25T10:13:35.660Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-25T10:13:36.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:13:36.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:13:36.599Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-25T10:13:36.599Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-25T10:13:36.599Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-25T10:13:36.599Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-25T10:13:36.599Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-25T10:13:36.599Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-25T10:13:36.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:13:36.858Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-25T10:13:36.858Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-25T10:13:37.085Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:13:37.085Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:13:37.085Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:13:37.117Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-25T10:13:37.117Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-25T10:13:37.117Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-25T10:13:37.117Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-25T10:13:37.357Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:13:37.377Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-25T10:13:37.377Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-25T10:13:37.377Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-25T10:13:37.377Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-25T10:13:37.636Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T10:13:37.636Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-25T10:13:37.636Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T10:13:37.636Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T10:13:37.636Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T10:13:37.636Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-25T10:13:37.636Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-25T10:13:37.636Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-25T10:13:37.896Z] [2021-03-25T10:13:37.896Z] Current default time zone: 'Etc/UTC' [2021-03-25T10:13:37.896Z] Local time is now: Thu Mar 25 10:13:37 UTC 2021. [2021-03-25T10:13:37.896Z] Universal Time is now: Thu Mar 25 10:13:37 UTC 2021. [2021-03-25T10:13:37.896Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-25T10:13:37.896Z] [2021-03-25T10:13:37.896Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-25T10:13:37.896Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T10:13:37.896Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-03-25T10:13:37.896Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-25T10:13:37.896Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-25T10:13:37.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:13:37.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:13:37.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:13:38.156Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-25T10:13:38.156Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-25T10:13:38.156Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-25T10:13:38.156Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-25T10:13:38.156Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-25T10:13:38.156Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T10:13:38.156Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-25T10:13:38.227Z] OK: 217 MiB in 51 packages [2021-03-25T10:13:38.227Z] OK: 217 MiB in 51 packages [2021-03-25T10:13:38.417Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-25T10:13:38.417Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-25T10:13:38.417Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T10:13:38.417Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-25T10:13:38.417Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-25T10:13:38.417Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-25T10:13:38.417Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-25T10:13:38.417Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-25T10:13:38.417Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-25T10:13:38.676Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-25T10:13:38.676Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-25T10:13:39.231Z] OK: 217 MiB in 51 packages [2021-03-25T10:13:39.231Z] OK: 217 MiB in 51 packages [2021-03-25T10:13:39.231Z] OK: 217 MiB in 51 packages [2021-03-25T10:13:40.060Z] Updating certificates in /etc/ssl/certs... [2021-03-25T10:13:40.226Z] Removing intermediate container 85cc7657dfdf [2021-03-25T10:13:40.226Z] ---> 519dcb25cdc9 [2021-03-25T10:13:40.226Z] Step 6/26 : COPY go.mod . [2021-03-25T10:13:40.226Z] Removing intermediate container 1130b39f6b0f [2021-03-25T10:13:40.226Z] ---> 7d1aad2fa48f [2021-03-25T10:13:40.226Z] Step 6/21 : COPY go.mod . [2021-03-25T10:13:40.632Z] 23 added, 27 removed; done. [2021-03-25T10:13:40.632Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-25T10:13:40.632Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T10:13:40.632Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-25T10:13:40.632Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-25T10:13:40.632Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-25T10:13:40.832Z] Removing intermediate container 7e5c8f80766b [2021-03-25T10:13:40.832Z] ---> ec3778142b32 [2021-03-25T10:13:40.832Z] Step 6/22 : COPY go.mod . [2021-03-25T10:13:40.892Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-25T10:13:40.892Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-25T10:13:40.892Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-25T10:13:40.892Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-25T10:13:40.892Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-25T10:13:40.892Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-25T10:13:40.892Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-25T10:13:40.892Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-25T10:13:41.116Z] Removing intermediate container a14380d22412 [2021-03-25T10:13:41.117Z] ---> 8f3a1b5993bd [2021-03-25T10:13:41.117Z] Step 6/23 : COPY go.mod . [2021-03-25T10:13:41.117Z] ---> c00aec362f77 [2021-03-25T10:13:41.117Z] Step 7/26 : RUN go mod download [2021-03-25T10:13:41.151Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-25T10:13:41.151Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-25T10:13:41.151Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-25T10:13:41.151Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-25T10:13:41.151Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-25T10:13:41.151Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-25T10:13:41.151Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-25T10:13:41.400Z] Removing intermediate container 87eb07fa2222 [2021-03-25T10:13:41.400Z] ---> 5a581c079890 [2021-03-25T10:13:41.400Z] Step 6/24 : COPY go.mod . [2021-03-25T10:13:41.400Z] ---> Running in 4bf9a9821adf [2021-03-25T10:13:41.400Z] ---> 90a3668ca620 [2021-03-25T10:13:41.400Z] Step 7/21 : RUN go mod download [2021-03-25T10:13:41.467Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-25T10:13:41.467Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-25T10:13:41.467Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-25T10:13:41.467Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-25T10:13:41.467Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-25T10:13:41.467Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-25T10:13:41.467Z] Updating certificates in /etc/ssl/certs... [2021-03-25T10:13:41.731Z] ---> Running in d294fc1d8885 [2021-03-25T10:13:42.020Z] ---> 91fafa6206ef [2021-03-25T10:13:42.020Z] Step 7/22 : RUN go mod download [2021-03-25T10:13:42.035Z] 0 added, 0 removed; done. [2021-03-25T10:13:42.035Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-25T10:13:42.035Z] done. [2021-03-25T10:13:42.294Z] ---> Running in 94796291dde3 [2021-03-25T10:13:42.294Z] ---> c5c5c877129b [2021-03-25T10:13:42.294Z] Step 7/23 : RUN go mod download [2021-03-25T10:13:42.296Z] Reading package lists... [2021-03-25T10:13:42.555Z] Building dependency tree... [2021-03-25T10:13:42.556Z] Reading state information... [2021-03-25T10:13:42.566Z] ---> e10744ba6b4c [2021-03-25T10:13:42.566Z] Step 7/24 : RUN go mod download [2021-03-25T10:13:42.815Z] The following NEW packages will be installed: [2021-03-25T10:13:42.815Z] apt-transport-https [2021-03-25T10:13:42.815Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-25T10:13:42.815Z] Need to get 1696 B of archives. [2021-03-25T10:13:42.815Z] After this operation, 153 kB of additional disk space will be used. [2021-03-25T10:13:42.815Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-25T10:13:42.843Z] ---> Running in 8f73e4f6f03e [2021-03-25T10:13:42.843Z] ---> Running in 2880373b0289 [2021-03-25T10:13:43.076Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-25T10:13:43.076Z] Fetched 1696 B in 0s (9632 B/s) [2021-03-25T10:13:43.076Z] Selecting previously unselected package apt-transport-https. [2021-03-25T10:13:43.076Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-25T10:13:43.076Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-25T10:13:43.076Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-25T10:13:43.076Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-25T10:13:43.336Z] Waiting for network to be ready... [2021-03-25T10:13:46.250Z] Removing intermediate container 4bf9a9821adf [2021-03-25T10:13:46.250Z] ---> 2c45fe7e4718 [2021-03-25T10:13:46.250Z] Step 8/26 : COPY . . [2021-03-25T10:13:46.250Z] Removing intermediate container d294fc1d8885 [2021-03-25T10:13:46.250Z] ---> 9746a18f8102 [2021-03-25T10:13:46.250Z] Step 8/21 : COPY . . [2021-03-25T10:13:47.232Z] Removing intermediate container 94796291dde3 [2021-03-25T10:13:47.232Z] ---> a5a01b59773f [2021-03-25T10:13:47.232Z] Step 8/22 : COPY . . [2021-03-25T10:13:47.829Z] Removing intermediate container 2880373b0289 [2021-03-25T10:13:47.829Z] ---> 8017ef77207f [2021-03-25T10:13:47.829Z] Step 8/24 : COPY . . [2021-03-25T10:13:48.429Z] Removing intermediate container 8f73e4f6f03e [2021-03-25T10:13:48.429Z] ---> b3f601a5a089 [2021-03-25T10:13:48.429Z] Step 8/23 : COPY . . [2021-03-25T10:13:49.911Z] 2021-03-25T10:13:46Z INFO Waiting for automatic snapd restart... [2021-03-25T10:13:50.171Z] snapd 2.49.1 from Canonical* installed [2021-03-25T10:13:51.110Z] "snapd" switched to the "latest/stable" channel [2021-03-25T10:13:51.110Z] [2021-03-25T10:13:54.411Z] core18 20210128 from Canonical* installed [2021-03-25T10:13:54.673Z] "core18" switched to the "latest/stable" channel [2021-03-25T10:13:54.673Z] [2021-03-25T10:13:59.958Z] snapcraft 4.5.4 from Canonical* installed [2021-03-25T10:13:59.958Z] "snapcraft" switched to the "latest/stable" channel [2021-03-25T10:13:59.958Z] [2021-03-25T10:14:03.259Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-25T10:14:03.259Z] - README.md [2021-03-25T10:14:03.259Z] [2021-03-25T10:14:03.259Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-25T10:14:09.830Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-25T10:14:09.830Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-25T10:14:09.830Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-25T10:14:09.830Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-25T10:14:10.768Z] Reading package lists... [2021-03-25T10:14:11.029Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-25T10:14:15.257Z] ---> 9f72603d5c28 [2021-03-25T10:14:15.257Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-25T10:14:15.257Z] ---> b33bcd5d623a [2021-03-25T10:14:15.257Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-25T10:14:15.257Z] ---> 6245ee3c9ea9 [2021-03-25T10:14:15.257Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-25T10:14:15.257Z] ---> Running in 6bf42e0a4c6b [2021-03-25T10:14:15.257Z] ---> 182ecd6d8c8d [2021-03-25T10:14:15.257Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-25T10:14:15.257Z] ---> 5df5a571c0e6 [2021-03-25T10:14:15.257Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-25T10:14:15.257Z] ---> Running in 2da36dc8a94f [2021-03-25T10:14:15.257Z] ---> Running in 0eef145ca84c [2021-03-25T10:14:15.257Z] ---> Running in 1c71a04e6ca8 [2021-03-25T10:14:15.257Z] ---> Running in f4b4df3ae2e7 [2021-03-25T10:14:15.257Z] 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-25T10:14:15.257Z] 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-25T10:14:15.257Z] 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-25T10:14:15.257Z] 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-25T10:14:15.257Z] 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-25T10:14:17.607Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-25T10:14:17.607Z] Reading package lists... [2021-03-25T10:14:17.607Z] Building dependency tree... [2021-03-25T10:14:17.607Z] Reading state information... [2021-03-25T10:14:17.607Z] Suggested packages: [2021-03-25T10:14:17.607Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-25T10:14:17.607Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-25T10:14:17.607Z] Recommended packages: [2021-03-25T10:14:17.607Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-25T10:14:17.607Z] The following NEW packages will be installed: [2021-03-25T10:14:17.607Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-25T10:14:17.607Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-25T10:14:17.607Z] pkg-config zip [2021-03-25T10:14:17.607Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-25T10:14:17.607Z] Need to get 7657 kB of archives. [2021-03-25T10:14:17.607Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-25T10:14:17.607Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-25T10:14:17.607Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-25T10:14:17.607Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-25T10:14:17.607Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-25T10:14:17.868Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-25T10:14:17.868Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-25T10:14:17.868Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-25T10:14:17.868Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-25T10:14:18.128Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-25T10:14:18.128Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-25T10:14:18.128Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-25T10:14:18.128Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-25T10:14:18.128Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-25T10:14:18.128Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-25T10:14:18.128Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-25T10:14:18.389Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-25T10:14:18.389Z] Fetched 7657 kB in 1s (10.6 MB/s) [2021-03-25T10:14:18.389Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-25T10:14:18.389Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-25T10:14:18.389Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-25T10:14:18.651Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-25T10:14:18.651Z] Selecting previously unselected package libpsl5:amd64. [2021-03-25T10:14:18.651Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-25T10:14:18.651Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-25T10:14:18.912Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-25T10:14:18.912Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-25T10:14:18.912Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-25T10:14:18.912Z] Selecting previously unselected package librtmp1:amd64. [2021-03-25T10:14:18.912Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-25T10:14:18.912Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-25T10:14:18.912Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-25T10:14:18.912Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-25T10:14:19.173Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-25T10:14:19.173Z] Selecting previously unselected package liberror-perl. [2021-03-25T10:14:19.173Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-25T10:14:19.173Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-25T10:14:19.173Z] Selecting previously unselected package git-man. [2021-03-25T10:14:19.173Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-25T10:14:19.173Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-25T10:14:19.433Z] Selecting previously unselected package git. [2021-03-25T10:14:19.433Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-25T10:14:19.433Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-25T10:14:20.376Z] Selecting previously unselected package libnorm1:amd64. [2021-03-25T10:14:20.376Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-25T10:14:20.376Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-25T10:14:20.377Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-25T10:14:20.377Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-25T10:14:20.377Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-25T10:14:20.638Z] Selecting previously unselected package libsodium23:amd64. [2021-03-25T10:14:20.638Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-25T10:14:20.638Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-25T10:14:20.638Z] Selecting previously unselected package libzmq5:amd64. [2021-03-25T10:14:20.638Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-25T10:14:20.638Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-25T10:14:20.638Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-25T10:14:20.638Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-25T10:14:20.638Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-25T10:14:20.898Z] Selecting previously unselected package pkg-config. [2021-03-25T10:14:20.898Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-25T10:14:20.898Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-25T10:14:20.898Z] Selecting previously unselected package zip. [2021-03-25T10:14:20.898Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-25T10:14:20.898Z] Unpacking zip (3.0-11build1) ... [2021-03-25T10:14:21.157Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-25T10:14:21.157Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-25T10:14:21.157Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-25T10:14:21.157Z] Setting up liberror-perl (0.17025-1) ... [2021-03-25T10:14:21.157Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-25T10:14:21.157Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-25T10:14:21.157Z] No schema files found: doing nothing. [2021-03-25T10:14:21.157Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-25T10:14:21.417Z] Setting up zip (3.0-11build1) ... [2021-03-25T10:14:21.417Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-25T10:14:21.417Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-25T10:14:21.417Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-25T10:14:21.417Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-25T10:14:21.417Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-25T10:14:21.417Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-25T10:14:21.680Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-25T10:14:21.680Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-25T10:14:28.257Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-25T10:14:28.257Z] git set to automatically installed. [2021-03-25T10:14:28.257Z] git-man set to automatically installed. [2021-03-25T10:14:28.257Z] libcurl3-gnutls set to automatically installed. [2021-03-25T10:14:28.257Z] liberror-perl set to automatically installed. [2021-03-25T10:14:28.257Z] libglib2.0-0 set to automatically installed. [2021-03-25T10:14:28.257Z] libnghttp2-14 set to automatically installed. [2021-03-25T10:14:28.257Z] libnorm1 set to automatically installed. [2021-03-25T10:14:28.257Z] libpgm-5.2-0 set to automatically installed. [2021-03-25T10:14:28.257Z] libpsl5 set to automatically installed. [2021-03-25T10:14:28.257Z] librtmp1 set to automatically installed. [2021-03-25T10:14:28.257Z] libsodium23 set to automatically installed. [2021-03-25T10:14:28.257Z] libzmq3-dev set to automatically installed. [2021-03-25T10:14:28.257Z] libzmq5 set to automatically installed. [2021-03-25T10:14:28.257Z] pkg-config set to automatically installed. [2021-03-25T10:14:28.257Z] zip set to automatically installed. [2021-03-25T10:14:30.164Z] snapd is not logged in, snap install commands will use sudo [2021-03-25T10:14:36.737Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-25T10:15:52.084Z] 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-25T10:15:52.084Z] 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-25T10:16:10.444Z] Removing intermediate container 6bf42e0a4c6b [2021-03-25T10:16:10.444Z] ---> d6a77fb5ef68 [2021-03-25T10:16:10.444Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-25T10:16:10.444Z] ---> Running in 9969679a9700 [2021-03-25T10:16:10.444Z] Removing intermediate container 2da36dc8a94f [2021-03-25T10:16:10.444Z] ---> d826673c39aa [2021-03-25T10:16:10.444Z] [2021-03-25T10:16:10.444Z] Step 10/21 : FROM alpine:3.12 [2021-03-25T10:16:10.444Z] Removing intermediate container 1c71a04e6ca8 [2021-03-25T10:16:10.444Z] ---> d89aeeb6de7e [2021-03-25T10:16:10.444Z] [2021-03-25T10:16:10.444Z] Step 10/24 : FROM alpine:3.12 [2021-03-25T10:16:10.444Z] 3.12: Pulling from library/alpine [2021-03-25T10:16:10.444Z] 3.12: Pulling from library/alpine [2021-03-25T10:16:11.893Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-25T10:16:11.893Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-25T10:16:11.893Z] Status: Downloaded newer image for alpine:3.12 [2021-03-25T10:16:11.893Z] ---> d10569e2745f [2021-03-25T10:16:11.893Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-25T10:16:11.893Z] Status: Downloaded newer image for alpine:3.12 [2021-03-25T10:16:11.893Z] ---> d10569e2745f [2021-03-25T10:16:11.893Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-25T10:16:11.893Z] 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-25T10:16:12.501Z] ---> Running in d2619260cdfe [2021-03-25T10:16:12.501Z] ---> Running in bd20fb04320f [2021-03-25T10:16:14.475Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:16:14.753Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:16:14.753Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:16:15.037Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:16:15.311Z] Removing intermediate container 0eef145ca84c [2021-03-25T10:16:15.311Z] ---> c45a20fc2c9b [2021-03-25T10:16:15.311Z] [2021-03-25T10:16:15.311Z] Step 10/22 : FROM alpine:3.12 [2021-03-25T10:16:15.311Z] ---> d10569e2745f [2021-03-25T10:16:15.311Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-25T10:16:15.311Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-25T10:16:15.584Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-25T10:16:15.585Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-25T10:16:15.585Z] (4/4) Installing curl (7.69.1-r3) [2021-03-25T10:16:15.585Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:16:15.585Z] Executing ca-certificates-20191127-r4.trigger [2021-03-25T10:16:15.860Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-25T10:16:15.860Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-25T10:16:15.860Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-25T10:16:15.860Z] (4/6) Installing curl (7.69.1-r3) [2021-03-25T10:16:15.860Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-25T10:16:15.860Z] (6/6) Installing su-exec (0.2-r1) [2021-03-25T10:16:15.860Z] OK: 7 MiB in 18 packages [2021-03-25T10:16:15.860Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:16:15.860Z] Executing ca-certificates-20191127-r4.trigger [2021-03-25T10:16:15.860Z] ---> Running in 3e4df1433683 [2021-03-25T10:16:16.143Z] OK: 7 MiB in 20 packages [2021-03-25T10:16:17.138Z] Removing intermediate container 9969679a9700 [2021-03-25T10:16:17.138Z] ---> 14b5b1619668 [2021-03-25T10:16:17.138Z] [2021-03-25T10:16:17.138Z] Step 11/26 : FROM docker:20.10.0 [2021-03-25T10:16:17.412Z] 20.10.0: Pulling from library/docker [2021-03-25T10:16:18.024Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:16:18.315Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:16:18.916Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-25T10:16:18.916Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:16:19.194Z] OK: 5 MiB in 15 packages [2021-03-25T10:16:19.194Z] Removing intermediate container d2619260cdfe [2021-03-25T10:16:19.194Z] ---> de38f3f66388 [2021-03-25T10:16:19.194Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-25T10:16:19.808Z] Removing intermediate container bd20fb04320f [2021-03-25T10:16:19.808Z] ---> 006e31e7ba15 [2021-03-25T10:16:19.808Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-25T10:16:20.084Z] ---> Running in 2d9c47b6196f [2021-03-25T10:16:20.694Z] ---> Running in 42ce10588ce1 [2021-03-25T10:16:21.291Z] Removing intermediate container 2d9c47b6196f [2021-03-25T10:16:21.291Z] ---> 8a226b5d1c83 [2021-03-25T10:16:21.291Z] Step 13/21 : WORKDIR /edgex [2021-03-25T10:16:21.565Z] Removing intermediate container 42ce10588ce1 [2021-03-25T10:16:21.565Z] ---> 4039ef843e6c [2021-03-25T10:16:21.565Z] Step 13/24 : WORKDIR / [2021-03-25T10:16:21.565Z] ---> Running in 24cb01a32c43 [2021-03-25T10:16:21.859Z] Removing intermediate container 3e4df1433683 [2021-03-25T10:16:21.859Z] ---> 2b8f8f28d0f6 [2021-03-25T10:16:21.859Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T10:16:21.859Z] ---> Running in 91471ad346ae [2021-03-25T10:16:22.135Z] Removing intermediate container f4b4df3ae2e7 [2021-03-25T10:16:22.135Z] ---> f325a9e90d31 [2021-03-25T10:16:22.135Z] [2021-03-25T10:16:22.135Z] Step 10/23 : FROM alpine:3.12 [2021-03-25T10:16:22.135Z] ---> d10569e2745f [2021-03-25T10:16:22.135Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-25T10:16:22.135Z] ---> Using cache [2021-03-25T10:16:22.135Z] ---> 2b8f8f28d0f6 [2021-03-25T10:16:22.135Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T10:16:22.135Z] ---> Running in d3880cd4ef35 [2021-03-25T10:16:22.415Z] ---> Running in 7e8ac8ab2a19 [2021-03-25T10:16:22.415Z] Removing intermediate container 24cb01a32c43 [2021-03-25T10:16:22.415Z] ---> cb10837f690e [2021-03-25T10:16:22.415Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-25T10:16:23.019Z] Removing intermediate container 91471ad346ae [2021-03-25T10:16:23.019Z] ---> e18bb9fda4e8 [2021-03-25T10:16:23.019Z] 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-25T10:16:23.294Z] Removing intermediate container d3880cd4ef35 [2021-03-25T10:16:23.294Z] ---> b37f114437ef [2021-03-25T10:16:23.294Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-25T10:16:23.570Z] Removing intermediate container 7e8ac8ab2a19 [2021-03-25T10:16:23.570Z] ---> d398b25514e9 [2021-03-25T10:16:23.570Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-25T10:16:23.570Z] ---> Running in 49e19821ecf4 [2021-03-25T10:16:24.203Z] ---> Running in e31d1f3eb432 [2021-03-25T10:16:24.203Z] ---> 281ac3768235 [2021-03-25T10:16:24.203Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-25T10:16:24.485Z] Removing intermediate container 49e19821ecf4 [2021-03-25T10:16:24.485Z] ---> 0fa5a2b9d453 [2021-03-25T10:16:24.485Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-25T10:16:24.760Z] ---> 7df3f14f19d3 [2021-03-25T10:16:24.760Z] 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-25T10:16:25.036Z] ---> Running in a2d1293c9586 [2021-03-25T10:16:25.036Z] Removing intermediate container e31d1f3eb432 [2021-03-25T10:16:25.036Z] ---> 08ac7843e3c1 [2021-03-25T10:16:25.036Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-25T10:16:25.641Z] ---> Running in e7b4a998dcd0 [2021-03-25T10:16:26.239Z] ---> ad9ecbfd9e04 [2021-03-25T10:16:26.239Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-25T10:16:26.239Z] Removing intermediate container a2d1293c9586 [2021-03-25T10:16:26.239Z] ---> e22a12842ebf [2021-03-25T10:16:26.239Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T10:16:26.511Z] Removing intermediate container e7b4a998dcd0 [2021-03-25T10:16:26.511Z] ---> 2f647ac265e4 [2021-03-25T10:16:26.511Z] Step 15/23 : WORKDIR / [2021-03-25T10:16:26.511Z] ---> 5542c52290d0 [2021-03-25T10:16:26.511Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-25T10:16:27.104Z] ---> Running in c031801c2439 [2021-03-25T10:16:27.382Z] ---> b2de62c9a7d8 [2021-03-25T10:16:27.382Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-25T10:16:27.382Z] ---> 721943e5f3f6 [2021-03-25T10:16:27.382Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-25T10:16:27.984Z] Removing intermediate container c031801c2439 [2021-03-25T10:16:27.984Z] ---> 6fddde8b995e [2021-03-25T10:16:27.984Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T10:16:28.638Z] ---> f0a0c61f0556 [2021-03-25T10:16:28.638Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-25T10:16:29.280Z] ---> Running in f029dbf01c1b [2021-03-25T10:16:29.970Z] ---> f04b87c0df98 [2021-03-25T10:16:29.970Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-25T10:16:30.574Z] ---> 974094871845 [2021-03-25T10:16:30.574Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-25T10:16:30.846Z] ---> 3063f24c94bc [2021-03-25T10:16:30.846Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-25T10:16:31.119Z] Removing intermediate container f029dbf01c1b [2021-03-25T10:16:31.119Z] ---> 20fca4febab1 [2021-03-25T10:16:31.119Z] Step 18/21 : CMD ["--init=true"] [2021-03-25T10:16:31.431Z] ---> f63c83c96422 [2021-03-25T10:16:31.431Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-25T10:16:31.431Z] ---> Running in 61f6cf6eab07 [2021-03-25T10:16:31.707Z] ---> ed9c45e5c056 [2021-03-25T10:16:31.707Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-25T10:16:31.979Z] ---> Running in e92464fd8efc [2021-03-25T10:16:32.258Z] Removing intermediate container 61f6cf6eab07 [2021-03-25T10:16:32.258Z] ---> 42b998b5d1c6 [2021-03-25T10:16:32.258Z] Step 19/21 : LABEL arch=arm64 [2021-03-25T10:16:32.258Z] ---> 0a1257c7d95c [2021-03-25T10:16:32.258Z] ---> ac5402aff7cc [2021-03-25T10:16:32.258Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-25T10:16:32.258Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-25T10:16:32.534Z] ---> Running in a253ef57e18b [2021-03-25T10:16:32.534Z] ---> Running in 69bbfd9f2040 [2021-03-25T10:16:32.534Z] Removing intermediate container e92464fd8efc [2021-03-25T10:16:32.534Z] ---> 429d6453db88 [2021-03-25T10:16:32.534Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T10:16:32.837Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-25T10:16:32.837Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-25T10:16:32.837Z] ---> eeaf43b92773 [2021-03-25T10:16:32.837Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-25T10:16:32.837Z] ---> Running in 8c77c00edd72 [2021-03-25T10:16:33.108Z] ---> Running in cc87fe89b109 [2021-03-25T10:16:33.380Z] Removing intermediate container a253ef57e18b [2021-03-25T10:16:33.380Z] ---> 9e6b0016427f [2021-03-25T10:16:33.380Z] Step 20/21 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba [2021-03-25T10:16:33.380Z] Removing intermediate container 69bbfd9f2040 [2021-03-25T10:16:33.380Z] ---> bce5fe05f2a1 [2021-03-25T10:16:33.380Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T10:16:33.380Z] ---> 61df17bb20f6 [2021-03-25T10:16:33.380Z] 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-25T10:16:33.654Z] ---> Running in 61c67cf44e3e [2021-03-25T10:16:33.654Z] ---> Running in 9b109bf666fb [2021-03-25T10:16:33.654Z] ---> Running in 4e9ceb369b93 [2021-03-25T10:16:33.654Z] Removing intermediate container 8c77c00edd72 [2021-03-25T10:16:33.654Z] ---> a1d194232de2 [2021-03-25T10:16:33.654Z] Step 20/22 : LABEL arch=arm64 [2021-03-25T10:16:33.937Z] ---> Running in 63fa90ad0a98 [2021-03-25T10:16:34.211Z] Removing intermediate container 61c67cf44e3e [2021-03-25T10:16:34.211Z] ---> d1ab8981fbe3 [2021-03-25T10:16:34.211Z] Step 21/23 : LABEL arch=arm64 [2021-03-25T10:16:34.484Z] Removing intermediate container 9b109bf666fb [2021-03-25T10:16:34.484Z] ---> 25c2aa076af9 [2021-03-25T10:16:34.484Z] Step 21/21 : LABEL version=0.0.0 [2021-03-25T10:16:34.484Z] ---> Running in 17b61d618a91 [2021-03-25T10:16:34.484Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:16:34.757Z] ---> Running in ef82970ffd2c [2021-03-25T10:16:34.757Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:16:34.757Z] Removing intermediate container 63fa90ad0a98 [2021-03-25T10:16:34.757Z] ---> 5038b0a8e4e4 [2021-03-25T10:16:34.758Z] Step 21/22 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba [2021-03-25T10:16:35.032Z] ---> Running in defd80c71024 [2021-03-25T10:16:35.032Z] Removing intermediate container 17b61d618a91 [2021-03-25T10:16:35.032Z] ---> 5e8b79e87df7 [2021-03-25T10:16:35.032Z] Step 22/23 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba [2021-03-25T10:16:35.303Z] (1/2) Installing readline (8.0.4-r0) [2021-03-25T10:16:35.303Z] (2/2) Installing bash (5.0.17-r0) [2021-03-25T10:16:35.303Z] Executing bash-5.0.17-r0.post-install [2021-03-25T10:16:35.303Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:16:35.303Z] ---> Running in 559a1c9775e2 [2021-03-25T10:16:35.303Z] OK: 12 MiB in 22 packages [2021-03-25T10:16:35.581Z] Removing intermediate container ef82970ffd2c [2021-03-25T10:16:35.581Z] ---> 27394cd86c54 [2021-03-25T10:16:35.581Z] [2021-03-25T10:16:35.581Z] Removing intermediate container defd80c71024 [2021-03-25T10:16:35.581Z] ---> 64a57b2cb374 [2021-03-25T10:16:35.581Z] Step 22/22 : LABEL version=0.0.0 [2021-03-25T10:16:36.174Z] ---> Running in d14e68367895 [2021-03-25T10:16:36.174Z] Successfully built 27394cd86c54 [2021-03-25T10:16:36.174Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-25T10:16:36.174Z] Building docker-security-bootstrapper-go [2021-03-25T10:16:36.174Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 559a1c9775e2 [2021-03-25T10:16:36.174Z] ---> e5ef42675431 [2021-03-25T10:16:36.174Z] Step 23/23 : LABEL version=0.0.0 [2021-03-25T10:16:36.447Z] ---> Running in 2d096c207a66 [2021-03-25T10:16:36.720Z] Removing intermediate container d14e68367895 [2021-03-25T10:16:36.720Z] ---> 21178df89139 [2021-03-25T10:16:36.720Z] [2021-03-25T10:16:36.720Z] Removing intermediate container 4e9ceb369b93 [2021-03-25T10:16:36.720Z] ---> b58049fb9c1d [2021-03-25T10:16:36.720Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-25T10:16:36.993Z] ---> Running in 15885a38571c [2021-03-25T10:16:37.271Z] Successfully built 21178df89139 [2021-03-25T10:16:37.271Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-25T10:16:37.271Z] Removing intermediate container 2d096c207a66 [2021-03-25T10:16:37.271Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-03-25T10:16:37.271Z] ---> 4864a1a4edf9 [2021-03-25T10:16:37.271Z] [2021-03-25T10:16:37.271Z] Removing intermediate container cc87fe89b109 [2021-03-25T10:16:37.271Z] ---> 1fba6d0af18f [2021-03-25T10:16:37.271Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-25T10:16:37.541Z] ---> Running in ed4816ad9dec [2021-03-25T10:16:37.814Z] Successfully built 4864a1a4edf9 [2021-03-25T10:16:37.814Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-25T10:16:37.814Z] Removing intermediate container 15885a38571c [2021-03-25T10:16:37.814Z] ---> 81f244799d68 [2021-03-25T10:16:37.814Z] Step 22/24 : LABEL arch=arm64 [2021-03-25T10:16:37.814Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-03-25T10:16:38.087Z] ---> Running in 9157916ab9db [2021-03-25T10:16:38.087Z] Removing intermediate container ed4816ad9dec [2021-03-25T10:16:38.087Z] ---> c7864ba2638c [2021-03-25T10:16:38.087Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-25T10:16:38.360Z] ---> Running in 38ffd21d8c35 [2021-03-25T10:16:38.631Z] Removing intermediate container 9157916ab9db [2021-03-25T10:16:38.631Z] ---> dfdd548684c3 [2021-03-25T10:16:38.631Z] Step 23/24 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba [2021-03-25T10:16:38.901Z] ---> Running in 8d31c882afa6 [2021-03-25T10:16:38.901Z] Removing intermediate container 38ffd21d8c35 [2021-03-25T10:16:38.901Z] ---> fcaceec6788f [2021-03-25T10:16:38.901Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-25T10:16:39.178Z] ---> Running in bd476b551ea5 [2021-03-25T10:16:39.178Z] Removing intermediate container 8d31c882afa6 [2021-03-25T10:16:39.178Z] ---> 0e347db9f629 [2021-03-25T10:16:39.178Z] Step 24/24 : LABEL version=0.0.0 [2021-03-25T10:16:39.466Z] ---> Running in f541a853c571 [2021-03-25T10:16:39.736Z] Removing intermediate container bd476b551ea5 [2021-03-25T10:16:39.736Z] ---> e9a67749b034 [2021-03-25T10:16:39.736Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-25T10:16:40.010Z] Removing intermediate container f541a853c571 [2021-03-25T10:16:40.010Z] ---> f46682814896 [2021-03-25T10:16:40.010Z] [2021-03-25T10:16:40.603Z] Successfully built f46682814896 [2021-03-25T10:16:40.603Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-25T10:16:40.603Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-03-25T10:16:42.563Z] ---> 79308c406b61 [2021-03-25T10:16:42.563Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-25T10:16:43.236Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-25T10:16:43.236Z] snapd is not logged in, snap install commands will use sudo [2021-03-25T10:16:43.236Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-25T10:16:43.236Z] snap "core18" has no updates available [2021-03-25T10:16:43.236Z] Pulling go-build-helper [2021-03-25T10:16:43.236Z] + snapcraftctl pull [2021-03-25T10:16:43.236Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-25T10:16:43.236Z] Skipping pull go-build-helper (already ran) [2021-03-25T10:16:43.236Z] Building go-build-helper [2021-03-25T10:16:43.236Z] + snapcraftctl build [2021-03-25T10:16:45.146Z] Staging go-build-helper [2021-03-25T10:16:45.146Z] + snapcraftctl stage [2021-03-25T10:16:45.172Z] ---> 1bf1c0ae84ca [2021-03-25T10:16:45.172Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-25T10:16:47.777Z] ---> 7654e45454ef [2021-03-25T10:16:47.777Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-25T10:16:47.777Z] ---> Running in 30d2ae372694 [2021-03-25T10:16:48.762Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:16:48.762Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:16:49.358Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-25T10:16:49.358Z] (2/33) Installing expat (2.2.9-r1) [2021-03-25T10:16:49.358Z] (3/33) Installing libffi (3.3-r2) [2021-03-25T10:16:49.358Z] (4/33) Installing gdbm (1.13-r1) [2021-03-25T10:16:49.358Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-25T10:16:49.358Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-25T10:16:49.358Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-25T10:16:51.357Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-25T10:16:51.357Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-25T10:16:51.357Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-25T10:16:51.357Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-25T10:16:51.357Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-25T10:16:51.357Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-25T10:16:51.357Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-25T10:16:51.357Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-25T10:16:51.357Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-25T10:16:51.357Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-25T10:16:51.357Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-25T10:16:51.357Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-25T10:16:51.357Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-25T10:16:51.357Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-25T10:16:51.357Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-25T10:16:51.357Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-25T10:16:51.357Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-25T10:16:51.357Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-25T10:16:51.357Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-25T10:16:51.633Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-25T10:16:51.633Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-25T10:16:51.633Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-25T10:16:51.633Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-25T10:16:51.633Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-25T10:16:51.633Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-25T10:16:51.633Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-25T10:16:51.633Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:16:51.907Z] OK: 71 MiB in 55 packages [2021-03-25T10:16:57.382Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-25T10:16:57.382Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-25T10:16:57.382Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-03-25T10:16:57.382Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-25T10:16:57.382Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-25T10:16:57.382Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-25T10:16:57.382Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-25T10:16:57.382Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-25T10:16:57.382Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-25T10:16:57.382Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-25T10:16:57.382Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-25T10:16:57.382Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-25T10:16:57.382Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-25T10:16:57.382Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-25T10:16:57.382Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-25T10:16:57.382Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-25T10:16:57.382Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-25T10:16:57.382Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-25T10:16:57.382Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-25T10:16:57.382Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-25T10:16:57.382Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-25T10:16:57.382Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-25T10:16:57.382Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-25T10:16:57.382Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-25T10:16:57.382Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-25T10:16:57.382Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-25T10:16:57.382Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-25T10:16:57.382Z] Fetched 24.2 MB in 0s (0 B/s) [2021-03-25T10:16:57.382Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-25T10:16:57.382Z] Fetched 224 kB in 0s (0 B/s) [2021-03-25T10:16:57.382Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-25T10:16:57.382Z] Fetched 157 kB in 0s (0 B/s) [2021-03-25T10:16:57.382Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-25T10:16:57.382Z] Fetched 221 kB in 0s (0 B/s) [2021-03-25T10:16:57.382Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-25T10:16:57.382Z] Fetched 143 kB in 0s (0 B/s) [2021-03-25T10:16:57.382Z] Pulling app-service-config [2021-03-25T10:16:57.382Z] + snapcraftctl pull [2021-03-25T10:16:57.382Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-25T10:16:57.983Z] Pulling config-common [2021-03-25T10:16:57.983Z] + snapcraftctl pull [2021-03-25T10:17:02.074Z] Removing intermediate container 30d2ae372694 [2021-03-25T10:17:02.075Z] ---> add692bd1e63 [2021-03-25T10:17:02.075Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-25T10:17:02.075Z] ---> Running in 7a0f7f351e6d [2021-03-25T10:17:04.571Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-25T10:17:04.571Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-25T10:17:04.571Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-25T10:17:04.571Z] Fetched 0 B in 0s (0 B/s) [2021-03-25T10:17:04.571Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-25T10:17:04.571Z] Fetched 0 B in 0s (0 B/s) [2021-03-25T10:17:04.571Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-25T10:17:04.571Z] Fetched 0 B in 0s (0 B/s) [2021-03-25T10:17:04.571Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-25T10:17:04.571Z] Fetched 0 B in 0s (0 B/s) [2021-03-25T10:17:04.571Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-25T10:17:04.571Z] Fetched 0 B in 0s (0 B/s) [2021-03-25T10:17:04.571Z] Pulling edgex-go [2021-03-25T10:17:04.571Z] + snapcraftctl pull [2021-03-25T10:17:06.377Z] Collecting docker-compose==1.23.2 [2021-03-25T10:17:06.650Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-25T10:17:08.673Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-25T10:17:08.673Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-25T10:17:08.945Z] Collecting docopt<0.7,>=0.6.1 [2021-03-25T10:17:08.945Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-25T10:17:12.345Z] Collecting jsonschema<3,>=2.5.1 [2021-03-25T10:17:12.345Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-25T10:17:12.345Z] Collecting texttable<0.10,>=0.9.0 [2021-03-25T10:17:12.345Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-25T10:17:14.967Z] Collecting cached-property<2,>=1.2.0 [2021-03-25T10:17:14.967Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-25T10:17:14.967Z] 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-25T10:17:16.402Z] Collecting PyYAML<4,>=3.10 [2021-03-25T10:17:16.402Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-25T10:17:20.719Z] Collecting docker<4.0,>=3.6.0 [2021-03-25T10:17:20.719Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-25T10:17:21.314Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-25T10:17:21.314Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-25T10:17:21.916Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-25T10:17:21.916Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-25T10:17:24.528Z] Collecting idna<2.8,>=2.5 [2021-03-25T10:17:24.529Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-25T10:17:24.816Z] 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-25T10:17:24.816Z] 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-25T10:17:25.431Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-25T10:17:25.707Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-25T10:17:26.300Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:17:26.300Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:17:26.300Z] ---> 7b496c28c9d4 [2021-03-25T10:17:26.300Z] Step 3/31 : WORKDIR /edgex-go [2021-03-25T10:17:26.300Z] ---> Using cache [2021-03-25T10:17:26.300Z] ---> 3007d853a395 [2021-03-25T10:17:26.300Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:17:26.300Z] ---> Using cache [2021-03-25T10:17:26.300Z] ---> 15d62d469ebf [2021-03-25T10:17:26.300Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-25T10:17:26.300Z] ---> Using cache [2021-03-25T10:17:26.300Z] ---> 5a581c079890 [2021-03-25T10:17:26.300Z] Step 6/31 : COPY go.mod . [2021-03-25T10:17:26.300Z] ---> Using cache [2021-03-25T10:17:26.300Z] ---> e10744ba6b4c [2021-03-25T10:17:26.300Z] Step 7/31 : RUN go mod download [2021-03-25T10:17:26.300Z] ---> Using cache [2021-03-25T10:17:26.300Z] ---> 8017ef77207f [2021-03-25T10:17:26.300Z] Step 8/31 : COPY . . [2021-03-25T10:17:26.300Z] Collecting docker-pycreds>=0.4.0 [2021-03-25T10:17:26.300Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-25T10:17:26.300Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:17:26.300Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:17:26.300Z] ---> 7b496c28c9d4 [2021-03-25T10:17:26.300Z] Step 3/23 : WORKDIR /edgex-go [2021-03-25T10:17:26.300Z] ---> Using cache [2021-03-25T10:17:26.300Z] ---> 3007d853a395 [2021-03-25T10:17:26.300Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:17:26.300Z] ---> Using cache [2021-03-25T10:17:26.300Z] ---> 15d62d469ebf [2021-03-25T10:17:26.300Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-25T10:17:26.300Z] ---> Using cache [2021-03-25T10:17:26.300Z] ---> 5a581c079890 [2021-03-25T10:17:26.300Z] Step 6/23 : COPY go.mod . [2021-03-25T10:17:26.300Z] ---> Using cache [2021-03-25T10:17:26.300Z] ---> e10744ba6b4c [2021-03-25T10:17:26.300Z] Step 7/23 : RUN go mod download [2021-03-25T10:17:26.300Z] ---> Using cache [2021-03-25T10:17:26.300Z] ---> 8017ef77207f [2021-03-25T10:17:26.300Z] Step 8/23 : COPY . . [2021-03-25T10:17:26.300Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-25T10:17:26.300Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-25T10:17:26.300Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-25T10:17:26.301Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-25T10:17:26.516Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-25T10:17:26.516Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-25T10:17:26.516Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-25T10:17:26.516Z] Fetched 0 B in 0s (0 B/s) [2021-03-25T10:17:26.516Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-25T10:17:26.516Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-25T10:17:26.516Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-25T10:17:26.516Z] Fetched 279 kB in 0s (0 B/s) [2021-03-25T10:17:26.516Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-25T10:17:26.516Z] Fetched 122 kB in 0s (0 B/s) [2021-03-25T10:17:26.516Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-25T10:17:26.516Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-25T10:17:26.516Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-25T10:17:26.516Z] Fetched 8848 B in 0s (0 B/s) [2021-03-25T10:17:26.516Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-25T10:17:26.516Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-25T10:17:26.516Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-25T10:17:26.517Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-25T10:17:26.517Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-25T10:17:26.517Z] Fetched 214 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-25T10:17:26.517Z] Fetched 154 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-25T10:17:26.517Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-25T10:17:26.517Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-25T10:17:26.517Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-25T10:17:26.517Z] Fetched 499 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-25T10:17:26.517Z] Fetched 111 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-25T10:17:26.517Z] Fetched 240 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-25T10:17:26.517Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-25T10:17:26.517Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-25T10:17:26.517Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-25T10:17:26.517Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-25T10:17:26.517Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-25T10:17:26.517Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-25T10:17:26.517Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-25T10:17:26.517Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-25T10:17:26.517Z] Fetched 8720 B in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-25T10:17:26.517Z] Fetched 137 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-25T10:17:26.517Z] Fetched 119 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-25T10:17:26.517Z] Fetched 109 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-25T10:17:26.517Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-25T10:17:26.517Z] Fetched 645 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-25T10:17:26.517Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-25T10:17:26.517Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-25T10:17:26.517Z] Fetched 368 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-25T10:17:26.517Z] Fetched 187 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-25T10:17:26.517Z] Fetched 175 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-25T10:17:26.517Z] Fetched 206 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-25T10:17:26.517Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-25T10:17:26.517Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-25T10:17:26.517Z] Fetched 159 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-25T10:17:26.517Z] Fetched 107 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-25T10:17:26.517Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-25T10:17:26.517Z] Pulling static-packages [2021-03-25T10:17:26.517Z] + snapcraftctl pull [2021-03-25T10:17:26.517Z] Pulling version [2021-03-25T10:17:26.517Z] + cd /root/project [2021-03-25T10:17:26.517Z] + [ -f VERSION ] [2021-03-25T10:17:26.517Z] + PROJECT_VERSION=local-dev [2021-03-25T10:17:26.517Z] + git rev-parse --short HEAD [2021-03-25T10:17:26.517Z] + GIT_REVISION=d2245820 [2021-03-25T10:17:26.517Z] + snapcraftctl set-version local-dev [2021-03-25T10:17:26.517Z] Skipping build go-build-helper (already ran) [2021-03-25T10:17:26.569Z] ---> Using cache [2021-03-25T10:17:26.569Z] ---> 182ecd6d8c8d [2021-03-25T10:17:26.569Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-25T10:17:26.569Z] ---> Using cache [2021-03-25T10:17:26.569Z] ---> 182ecd6d8c8d [2021-03-25T10:17:26.569Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-25T10:17:26.781Z] Building app-service-config [2021-03-25T10:17:26.781Z] + make build [2021-03-25T10:17:26.781Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-25T10:17:27.181Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:17:27.181Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:17:27.181Z] ---> 7b496c28c9d4 [2021-03-25T10:17:27.181Z] Step 3/23 : WORKDIR /edgex-go [2021-03-25T10:17:27.181Z] ---> Using cache [2021-03-25T10:17:27.181Z] ---> 3007d853a395 [2021-03-25T10:17:27.181Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:17:27.181Z] ---> Using cache [2021-03-25T10:17:27.181Z] ---> 15d62d469ebf [2021-03-25T10:17:27.181Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-25T10:17:27.456Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:17:27.456Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:17:27.456Z] ---> 7b496c28c9d4 [2021-03-25T10:17:27.456Z] Step 3/22 : WORKDIR /edgex-go [2021-03-25T10:17:27.456Z] ---> Using cache [2021-03-25T10:17:27.456Z] ---> 3007d853a395 [2021-03-25T10:17:27.456Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:17:27.456Z] ---> Using cache [2021-03-25T10:17:27.456Z] ---> 15d62d469ebf [2021-03-25T10:17:27.456Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-25T10:17:27.456Z] Installing collected packages: idna, urllib3, requests, docopt, jsonschema, texttable, cached-property, PyYAML, docker-pycreds, websocket-client, docker, dockerpty, docker-compose [2021-03-25T10:17:27.456Z] Attempting uninstall: idna [2021-03-25T10:17:27.456Z] Found existing installation: idna 2.9 [2021-03-25T10:17:27.456Z] Uninstalling idna-2.9: [2021-03-25T10:17:27.456Z] Successfully uninstalled idna-2.9 [2021-03-25T10:17:28.689Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 [2021-03-25T10:17:28.689Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 [2021-03-25T10:17:28.689Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-25T10:17:28.951Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-25T10:17:28.951Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-25T10:17:28.951Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-25T10:17:28.951Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-25T10:17:28.951Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-25T10:17:28.951Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-25T10:17:28.951Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-25T10:17:28.951Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-25T10:17:29.212Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-25T10:17:29.212Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-25T10:17:29.212Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-25T10:17:29.212Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-25T10:17:29.212Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-25T10:17:29.212Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-25T10:17:29.212Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-25T10:17:29.423Z] Attempting uninstall: urllib3 [2021-03-25T10:17:29.423Z] Found existing installation: urllib3 1.25.9 [2021-03-25T10:17:29.423Z] Uninstalling urllib3-1.25.9: [2021-03-25T10:17:29.477Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-25T10:17:29.477Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-25T10:17:29.477Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-25T10:17:29.477Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-25T10:17:29.692Z] Successfully uninstalled urllib3-1.25.9 [2021-03-25T10:17:29.740Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-25T10:17:29.999Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-25T10:17:29.999Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-25T10:17:29.999Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-25T10:17:29.999Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-25T10:17:29.999Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-25T10:17:29.999Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-25T10:17:29.999Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-25T10:17:30.259Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-25T10:17:30.259Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-25T10:17:30.259Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-25T10:17:30.259Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-25T10:17:30.259Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-25T10:17:30.259Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-25T10:17:30.259Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-25T10:17:30.259Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-25T10:17:30.259Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-25T10:17:30.259Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-25T10:17:30.259Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-25T10:17:30.259Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-25T10:17:30.519Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-25T10:17:31.118Z] Attempting uninstall: requests [2021-03-25T10:17:31.118Z] Found existing installation: requests 2.23.0 [2021-03-25T10:17:31.118Z] Uninstalling requests-2.23.0: [2021-03-25T10:17:31.391Z] Successfully uninstalled requests-2.23.0 [2021-03-25T10:17:32.370Z] Running setup.py install for docopt: started [2021-03-25T10:17:32.664Z] ---> Running in 6526106ddbc8 [2021-03-25T10:17:32.664Z] ---> Running in 50f5733ccbb4 [2021-03-25T10:17:32.664Z] ---> Running in d19e6ed1d514 [2021-03-25T10:17:32.664Z] ---> Running in b5bea62cb891 [2021-03-25T10:17:34.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:17:34.916Z] 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-25T10:17:35.190Z] 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-25T10:17:35.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:17:35.190Z] Running setup.py install for docopt: finished with status 'done' [2021-03-25T10:17:35.785Z] Running setup.py install for texttable: started [2021-03-25T10:17:36.763Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:17:37.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:17:38.554Z] OK: 217 MiB in 51 packages [2021-03-25T10:17:38.554Z] Running setup.py install for texttable: finished with status 'done' [2021-03-25T10:17:38.554Z] Running setup.py install for PyYAML: started [2021-03-25T10:17:39.025Z] OK: 217 MiB in 51 packages [2021-03-25T10:17:40.514Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-25T10:17:40.514Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-25T10:17:40.514Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-25T10:17:40.514Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-25T10:17:40.587Z] Removing intermediate container 50f5733ccbb4 [2021-03-25T10:17:40.587Z] ---> e5d0c38a58f0 [2021-03-25T10:17:40.587Z] Step 6/23 : COPY go.mod . [2021-03-25T10:17:41.319Z] Removing intermediate container b5bea62cb891 [2021-03-25T10:17:41.319Z] ---> 30fcaba390cb [2021-03-25T10:17:41.319Z] Step 6/22 : COPY go.mod . [2021-03-25T10:17:41.456Z] Building config-common [2021-03-25T10:17:41.456Z] + snapcraftctl build [2021-03-25T10:17:41.594Z] ---> 2cad01487cbf [2021-03-25T10:17:41.595Z] Step 7/23 : RUN go mod download [2021-03-25T10:17:42.194Z] ---> Running in 9b5e3fa4af29 [2021-03-25T10:17:42.798Z] ---> 7a84b7ca6679 [2021-03-25T10:17:42.798Z] Step 7/22 : RUN go mod download [2021-03-25T10:17:43.076Z] ---> Running in 6cec26362949 [2021-03-25T10:17:43.994Z] Building edgex-go [2021-03-25T10:17:44.067Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-25T10:17:44.254Z] + cd /root/parts/edgex-go/src [2021-03-25T10:17:44.254Z] + make build [2021-03-25T10:17:44.254Z] 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-25T10:17:44.823Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.57 [2021-03-25T10:17:44.823Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.22 [2021-03-25T10:17:44.823Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-25T10:17:44.823Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-25T10:17:44.823Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-03-25T10:17:44.823Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 [2021-03-25T10:17:44.823Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-25T10:17:44.823Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-25T10:17:44.823Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-03-25T10:17:44.823Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-25T10:17:44.823Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-25T10:17:45.083Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-25T10:17:45.083Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-25T10:17:45.083Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-03-25T10:17:46.070Z] Running setup.py install for dockerpty: started [2021-03-25T10:17:47.508Z] Removing intermediate container 9b5e3fa4af29 [2021-03-25T10:17:47.508Z] ---> 5b541197db22 [2021-03-25T10:17:47.508Z] Step 8/23 : COPY . . [2021-03-25T10:17:48.951Z] Removing intermediate container 6cec26362949 [2021-03-25T10:17:48.951Z] ---> e74c6f0c0d1f [2021-03-25T10:17:48.951Z] Step 8/22 : COPY . . [2021-03-25T10:17:49.227Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-25T10:17:50.363Z] 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-25T10:17:50.363Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-25T10:17:50.671Z] 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-25T10:17:55.651Z] 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-25T10:17:56.221Z] 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-25T10:17:58.149Z] 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-25T10:17:58.409Z] 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-25T10:17:58.668Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-25T10:17:58.668Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-25T10:17:58.668Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-25T10:17:58.668Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-25T10:18:00.575Z] 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-25T10:18:00.575Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-25T10:18:00.575Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-25T10:18:00.878Z] Removing intermediate container 7a0f7f351e6d [2021-03-25T10:18:00.878Z] ---> f7f96e901886 [2021-03-25T10:18:00.878Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-25T10:18:01.474Z] ---> Running in 60d3d672779f [2021-03-25T10:18:02.488Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-25T10:18:03.428Z] 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-25T10:18:04.099Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:18:04.099Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:18:04.697Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-25T10:18:04.697Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-25T10:18:04.697Z] (3/3) Installing curl (7.69.1-r3) [2021-03-25T10:18:04.697Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:18:04.697Z] OK: 72 MiB in 58 packages [2021-03-25T10:18:04.809Z] 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-25T10:18:05.747Z] 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-25T10:18:06.008Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-25T10:18:07.388Z] 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-25T10:18:07.388Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-25T10:18:08.108Z] Removing intermediate container 60d3d672779f [2021-03-25T10:18:08.108Z] ---> dbcd3b03ca3e [2021-03-25T10:18:08.108Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-25T10:18:08.108Z] ---> Running in f82389de992d [2021-03-25T10:18:09.298Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-25T10:18:09.298Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-25T10:18:09.298Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-25T10:18:09.298Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-25T10:18:09.298Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-25T10:18:09.298Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-25T10:18:09.298Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-25T10:18:09.298Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-25T10:18:09.298Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-25T10:18:09.298Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-25T10:18:09.298Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-25T10:18:09.298Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-25T10:18:09.298Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-25T10:18:09.298Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-25T10:18:09.298Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-25T10:18:09.298Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-25T10:18:09.298Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-25T10:18:09.298Z] + 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-25T10:18:09.298Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-25T10:18:09.298Z] + 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-25T10:18:09.298Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-25T10:18:09.298Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-25T10:18:09.298Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-25T10:18:09.298Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-25T10:18:09.298Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-25T10:18:09.298Z] + 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-25T10:18:09.552Z] Removing intermediate container f82389de992d [2021-03-25T10:18:09.552Z] ---> 91d9c85f214a [2021-03-25T10:18:09.552Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T10:18:09.552Z] ---> Running in 06e992a0bbde [2021-03-25T10:18:10.994Z] Removing intermediate container 06e992a0bbde [2021-03-25T10:18:10.994Z] ---> 84f9311c8c75 [2021-03-25T10:18:10.994Z] Step 24/26 : LABEL arch=arm64 [2021-03-25T10:18:11.268Z] ---> Running in 488c88759d48 [2021-03-25T10:18:12.261Z] Removing intermediate container 488c88759d48 [2021-03-25T10:18:12.261Z] ---> 6ebe13154355 [2021-03-25T10:18:12.261Z] Step 25/26 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba [2021-03-25T10:18:12.546Z] ---> Running in f9e4dbd82680 [2021-03-25T10:18:12.838Z] Building static-packages [2021-03-25T10:18:12.838Z] + snapcraftctl build [2021-03-25T10:18:14.014Z] Removing intermediate container f9e4dbd82680 [2021-03-25T10:18:14.015Z] ---> abeae96275a3 [2021-03-25T10:18:14.015Z] Step 26/26 : LABEL version=0.0.0 [2021-03-25T10:18:14.015Z] ---> Running in a989258894c5 [2021-03-25T10:18:14.783Z] Building version [2021-03-25T10:18:14.783Z] + snapcraftctl build [2021-03-25T10:18:15.451Z] Removing intermediate container a989258894c5 [2021-03-25T10:18:15.451Z] ---> ffe7088e0dc8 [2021-03-25T10:18:15.451Z] [2021-03-25T10:18:16.900Z] Successfully built ffe7088e0dc8 [2021-03-25T10:18:16.900Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-25T10:18:17.404Z] Skipping stage go-build-helper (already ran) [2021-03-25T10:18:17.404Z] Staging app-service-config [2021-03-25T10:18:17.404Z] + snapcraftctl stage [2021-03-25T10:18:18.111Z] Staging config-common [2021-03-25T10:18:18.111Z] + snapcraftctl stage [2021-03-25T10:18:19.052Z] Staging edgex-go [2021-03-25T10:18:19.052Z] + snapcraftctl stage [2021-03-25T10:18:19.991Z] Staging static-packages [2021-03-25T10:18:19.991Z] + snapcraftctl stage [2021-03-25T10:18:21.243Z]  Building docker-sys-mgmt-agent-go ... done  ---> 779135cc727c [2021-03-25T10:18:21.243Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-25T10:18:21.372Z] Staging version [2021-03-25T10:18:21.372Z] + snapcraftctl stage [2021-03-25T10:18:21.520Z] ---> Running in e0fd5ae606a2 [2021-03-25T10:18:21.803Z] ---> 92ac4c194ab5 [2021-03-25T10:18:21.804Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-25T10:18:22.084Z] ---> Running in 464cd28b94ac [2021-03-25T10:18:22.312Z] Priming go-build-helper [2021-03-25T10:18:22.312Z] + snapcraftctl prime [2021-03-25T10:18:23.252Z] Priming app-service-config [2021-03-25T10:18:23.252Z] + snapcraftctl prime [2021-03-25T10:18:24.079Z] 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-25T10:18:24.079Z] 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-25T10:18:24.644Z] Priming config-common [2021-03-25T10:18:24.644Z] + snapcraftctl prime [2021-03-25T10:18:25.583Z] Priming edgex-go [2021-03-25T10:18:25.583Z] + snapcraftctl prime [2021-03-25T10:18:26.530Z] Priming static-packages [2021-03-25T10:18:26.530Z] + snapcraftctl prime [2021-03-25T10:18:29.067Z] Priming version [2021-03-25T10:18:29.067Z] + snapcraftctl prime [2021-03-25T10:18:30.007Z] 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-25T10:19:03.121Z] Removing intermediate container d19e6ed1d514 [2021-03-25T10:19:03.121Z] ---> 9d8250b418f2 [2021-03-25T10:19:03.121Z] [2021-03-25T10:19:03.121Z] Step 10/31 : FROM alpine:3.12 [2021-03-25T10:19:03.121Z] ---> d10569e2745f [2021-03-25T10:19:03.121Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-25T10:19:03.121Z] ---> Running in 14e415b55247 [2021-03-25T10:19:03.121Z] Removing intermediate container 14e415b55247 [2021-03-25T10:19:03.121Z] ---> 288241f2b0f8 [2021-03-25T10:19:03.121Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-25T10:19:03.121Z] ---> Running in d991fb4622af [2021-03-25T10:19:04.556Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:19:04.830Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:19:05.429Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-25T10:19:05.429Z] (2/2) Installing su-exec (0.2-r1) [2021-03-25T10:19:05.429Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:19:05.703Z] OK: 5 MiB in 16 packages [2021-03-25T10:19:08.335Z] Removing intermediate container d991fb4622af [2021-03-25T10:19:08.335Z] ---> 8535b065993d [2021-03-25T10:19:08.335Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-25T10:19:08.335Z] ---> Running in ac1bbeed9146 [2021-03-25T10:19:08.929Z] Removing intermediate container 6526106ddbc8 [2021-03-25T10:19:08.929Z] ---> cf393c790712 [2021-03-25T10:19:08.929Z] [2021-03-25T10:19:08.929Z] Step 10/23 : FROM alpine:3.12 [2021-03-25T10:19:08.929Z] ---> d10569e2745f [2021-03-25T10:19:08.929Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-25T10:19:08.929Z] ---> Using cache [2021-03-25T10:19:08.929Z] ---> 2b8f8f28d0f6 [2021-03-25T10:19:08.929Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T10:19:08.929Z] ---> Using cache [2021-03-25T10:19:08.929Z] ---> d398b25514e9 [2021-03-25T10:19:08.929Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-25T10:19:09.200Z] Removing intermediate container ac1bbeed9146 [2021-03-25T10:19:09.200Z] ---> 58a64fa52e23 [2021-03-25T10:19:09.200Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-25T10:19:09.200Z] ---> Running in dfe4854b661c [2021-03-25T10:19:09.471Z] ---> Running in 0f2879824ff5 [2021-03-25T10:19:10.063Z] Removing intermediate container dfe4854b661c [2021-03-25T10:19:10.063Z] ---> d09e4888a5d9 [2021-03-25T10:19:10.063Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-25T10:19:10.063Z] ---> Running in 9447cd4fa34d [2021-03-25T10:19:10.344Z] Removing intermediate container 0f2879824ff5 [2021-03-25T10:19:10.344Z] ---> 45fc6fa42d9c [2021-03-25T10:19:10.344Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-25T10:19:10.344Z] ---> Running in 00fcb6ac7e35 [2021-03-25T10:19:10.940Z] Removing intermediate container 9447cd4fa34d [2021-03-25T10:19:10.940Z] ---> d4ffd247c84f [2021-03-25T10:19:10.940Z] Step 15/23 : WORKDIR / [2021-03-25T10:19:11.214Z] ---> Running in df8f8630881b [2021-03-25T10:19:12.199Z] Removing intermediate container df8f8630881b [2021-03-25T10:19:12.199Z] ---> a694bb206f1d [2021-03-25T10:19:12.199Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T10:19:13.647Z] ---> 4d7be73bae94 [2021-03-25T10:19:13.647Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-25T10:19:14.246Z] Removing intermediate container 00fcb6ac7e35 [2021-03-25T10:19:14.247Z] ---> b92cdfa35037 [2021-03-25T10:19:14.247Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-25T10:19:14.528Z] ---> Running in f577d5317e75 [2021-03-25T10:19:15.514Z] Removing intermediate container f577d5317e75 [2021-03-25T10:19:15.514Z] ---> 9f01cb9804f5 [2021-03-25T10:19:15.514Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-25T10:19:15.514Z] ---> 82bd246e09cc [2021-03-25T10:19:15.514Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-25T10:19:16.512Z] ---> c151237a0c98 [2021-03-25T10:19:16.512Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-25T10:19:16.789Z] ---> Running in 2dc57d58d44f [2021-03-25T10:19:16.789Z] ---> d890b56d9256 [2021-03-25T10:19:16.789Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-25T10:19:17.068Z] ---> Running in ef99d1bb7f6d [2021-03-25T10:19:18.206Z] Removing intermediate container ef99d1bb7f6d [2021-03-25T10:19:18.206Z] ---> 73856928badc [2021-03-25T10:19:18.206Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T10:19:18.206Z] ---> Running in a6b2cd504f16 [2021-03-25T10:19:19.227Z] Removing intermediate container a6b2cd504f16 [2021-03-25T10:19:19.227Z] ---> dbe5fcf5652f [2021-03-25T10:19:19.227Z] Step 21/23 : LABEL arch=arm64 [2021-03-25T10:19:19.227Z] ---> Running in 5bf86ec39ed0 [2021-03-25T10:19:20.251Z] Removing intermediate container 5bf86ec39ed0 [2021-03-25T10:19:20.251Z] ---> fc9b80465e14 [2021-03-25T10:19:20.251Z] Step 22/23 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba [2021-03-25T10:19:20.524Z] ---> Running in a173cfda12c5 [2021-03-25T10:19:20.803Z] Removing intermediate container 2dc57d58d44f [2021-03-25T10:19:20.803Z] ---> 82d31bec9df3 [2021-03-25T10:19:20.803Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T10:19:21.406Z] Removing intermediate container a173cfda12c5 [2021-03-25T10:19:21.406Z] ---> cb9c60fa20e2 [2021-03-25T10:19:21.406Z] Step 23/23 : LABEL version=0.0.0 [2021-03-25T10:19:21.406Z] ---> Running in f9c2c6158ec6 [2021-03-25T10:19:21.694Z] ---> c37d5efa2482 [2021-03-25T10:19:21.694Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-25T10:19:22.293Z] Removing intermediate container f9c2c6158ec6 [2021-03-25T10:19:22.293Z] ---> 51fa0f718974 [2021-03-25T10:19:22.293Z] [2021-03-25T10:19:22.917Z] Successfully built 51fa0f718974 [2021-03-25T10:19:22.917Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-25T10:19:23.900Z]  Building docker-core-command-go ... done  ---> 8ca93daf2a9f [2021-03-25T10:19:23.900Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-25T10:19:25.342Z] ---> 2595cc019089 [2021-03-25T10:19:25.342Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-25T10:19:26.331Z] ---> 8dd975efd7c5 [2021-03-25T10:19:26.331Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-25T10:19:27.815Z] ---> 0d864e4307e8 [2021-03-25T10:19:27.815Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-25T10:19:28.089Z] ---> Running in b4c4cd910a8c [2021-03-25T10:19:29.072Z] Removing intermediate container b4c4cd910a8c [2021-03-25T10:19:29.072Z] ---> 6628a6606a82 [2021-03-25T10:19:29.072Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-25T10:19:30.056Z] ---> f7efe242d3a9 [2021-03-25T10:19:30.056Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-25T10:19:30.657Z] ---> Running in 5ec6e6ee4f3f [2021-03-25T10:19:34.072Z] Removing intermediate container 5ec6e6ee4f3f [2021-03-25T10:19:34.072Z] ---> 6014d94267ce [2021-03-25T10:19:34.072Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-25T10:19:34.667Z] ---> Running in 4821f9421057 [2021-03-25T10:19:35.268Z] Removing intermediate container 4821f9421057 [2021-03-25T10:19:35.268Z] ---> 014d37694117 [2021-03-25T10:19:35.268Z] Step 28/31 : CMD ["gate"] [2021-03-25T10:19:35.870Z] ---> Running in 494cbb04e53d [2021-03-25T10:19:36.465Z] Removing intermediate container 494cbb04e53d [2021-03-25T10:19:36.465Z] ---> 4d6085beb4ed [2021-03-25T10:19:36.465Z] Step 29/31 : LABEL arch=arm64 [2021-03-25T10:19:36.735Z] ---> Running in 6ab4bdd26b56 [2021-03-25T10:19:37.336Z] Removing intermediate container 6ab4bdd26b56 [2021-03-25T10:19:37.336Z] ---> 7aaefbe29380 [2021-03-25T10:19:37.336Z] Step 30/31 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba [2021-03-25T10:19:37.612Z] ---> Running in 7de45bfb04f7 [2021-03-25T10:19:38.215Z] Removing intermediate container 7de45bfb04f7 [2021-03-25T10:19:38.215Z] ---> d087c1894a19 [2021-03-25T10:19:38.215Z] Step 31/31 : LABEL version=0.0.0 [2021-03-25T10:19:38.821Z] ---> Running in 16a51cfa3a26 [2021-03-25T10:19:39.426Z] Removing intermediate container 16a51cfa3a26 [2021-03-25T10:19:39.426Z] ---> 8c64e1e26567 [2021-03-25T10:19:39.426Z] [2021-03-25T10:19:39.705Z] Successfully built 8c64e1e26567 [2021-03-25T10:19:39.705Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-25T10:19:47.996Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 464cd28b94ac [2021-03-25T10:19:47.996Z] ---> b7c89e22f1cb [2021-03-25T10:19:47.996Z] [2021-03-25T10:19:47.996Z] Step 10/22 : FROM alpine:3.12 [2021-03-25T10:19:47.996Z] ---> d10569e2745f [2021-03-25T10:19:47.996Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-25T10:19:48.268Z] ---> Running in 7ee8c1ec92af [2021-03-25T10:19:49.706Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:19:49.706Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:19:50.311Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-25T10:19:50.311Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-25T10:19:50.311Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:19:50.311Z] Executing ca-certificates-20191127-r4.trigger [2021-03-25T10:19:50.594Z] OK: 6 MiB in 16 packages [2021-03-25T10:19:52.565Z] Removing intermediate container 7ee8c1ec92af [2021-03-25T10:19:52.565Z] ---> 0e1bcde1f0c1 [2021-03-25T10:19:52.565Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T10:19:52.565Z] ---> Running in a54769120f95 [2021-03-25T10:19:53.166Z] Removing intermediate container a54769120f95 [2021-03-25T10:19:53.166Z] ---> 6d7f5d84fd43 [2021-03-25T10:19:53.166Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-25T10:19:53.439Z] ---> Running in 0c781ff989f0 [2021-03-25T10:19:54.038Z] Removing intermediate container 0c781ff989f0 [2021-03-25T10:19:54.038Z] ---> d3e2aa1b8cda [2021-03-25T10:19:54.038Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-25T10:19:54.318Z] ---> Running in 18ae55fb82f6 [2021-03-25T10:19:55.296Z] Removing intermediate container 18ae55fb82f6 [2021-03-25T10:19:55.296Z] ---> 28351442a6bd [2021-03-25T10:19:55.297Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T10:19:55.578Z] Removing intermediate container e0fd5ae606a2 [2021-03-25T10:19:55.578Z] ---> a77c90175b15 [2021-03-25T10:19:55.578Z] [2021-03-25T10:19:55.578Z] Step 10/23 : FROM alpine:3.12 [2021-03-25T10:19:55.578Z] ---> d10569e2745f [2021-03-25T10:19:55.578Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-25T10:19:55.854Z] ---> Running in b074aa974589 [2021-03-25T10:19:55.854Z] ---> 88a5429d151b [2021-03-25T10:19:55.854Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-25T10:19:56.449Z] Removing intermediate container b074aa974589 [2021-03-25T10:19:56.449Z] ---> 40b428f51271 [2021-03-25T10:19:56.449Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-25T10:19:56.449Z] ---> Running in 83676ad3c8ac [2021-03-25T10:19:57.049Z] ---> 1ef885e85a26 [2021-03-25T10:19:57.050Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-25T10:19:57.050Z] Removing intermediate container 83676ad3c8ac [2021-03-25T10:19:57.050Z] ---> 6fabeaf5e78c [2021-03-25T10:19:57.050Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-25T10:19:57.323Z] ---> Running in 6d6f5667a2be [2021-03-25T10:19:57.916Z] Removing intermediate container 6d6f5667a2be [2021-03-25T10:19:57.916Z] ---> df202b269e28 [2021-03-25T10:19:57.916Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:19:57.916Z] ---> b550bd56430a [2021-03-25T10:19:57.916Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-25T10:19:57.916Z] ---> Running in 01a671942f25 [2021-03-25T10:19:58.189Z] ---> Running in 5428ba6bcb3a [2021-03-25T10:19:58.791Z] Removing intermediate container 5428ba6bcb3a [2021-03-25T10:19:58.791Z] ---> 9aef44308e22 [2021-03-25T10:19:58.791Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T10:19:58.791Z] ---> Running in 83c5037bb936 [2021-03-25T10:19:59.391Z] Removing intermediate container 83c5037bb936 [2021-03-25T10:19:59.391Z] ---> 307d6e929378 [2021-03-25T10:19:59.391Z] Step 20/22 : LABEL arch=arm64 [2021-03-25T10:19:59.391Z] ---> Running in 2e28a4a63787 [2021-03-25T10:19:59.986Z] Removing intermediate container 2e28a4a63787 [2021-03-25T10:19:59.986Z] ---> 9a014e0408e4 [2021-03-25T10:19:59.986Z] Step 21/22 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba [2021-03-25T10:20:00.261Z] ---> Running in ee4c2dd67d24 [2021-03-25T10:20:00.261Z] Removing intermediate container 01a671942f25 [2021-03-25T10:20:00.261Z] ---> 18679a480c30 [2021-03-25T10:20:00.261Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-25T10:20:00.538Z] ---> Running in 61bd0032fff7 [2021-03-25T10:20:00.812Z] Removing intermediate container ee4c2dd67d24 [2021-03-25T10:20:00.812Z] ---> e160f8428823 [2021-03-25T10:20:00.812Z] Step 22/22 : LABEL version=0.0.0 [2021-03-25T10:20:00.812Z] ---> Running in c832003e4ba2 [2021-03-25T10:20:01.410Z] Removing intermediate container c832003e4ba2 [2021-03-25T10:20:01.410Z] ---> 532b47fe2e92 [2021-03-25T10:20:01.410Z] [2021-03-25T10:20:01.682Z] Successfully built 532b47fe2e92 [2021-03-25T10:20:01.957Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-25T10:20:01.957Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:20:02.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:20:03.522Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-25T10:20:03.522Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-25T10:20:03.522Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-25T10:20:03.793Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-25T10:20:04.383Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-25T10:20:04.655Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-25T10:20:04.655Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:20:04.655Z] OK: 8 MiB in 20 packages [2021-03-25T10:20:06.082Z] Removing intermediate container 61bd0032fff7 [2021-03-25T10:20:06.082Z] ---> 575b26f3a99d [2021-03-25T10:20:06.082Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T10:20:06.674Z] ---> 12c6ddaf39cc [2021-03-25T10:20:06.674Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-25T10:20:08.102Z] ---> be7d3db59698 [2021-03-25T10:20:08.102Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-25T10:20:08.692Z] ---> 0f9a004875c1 [2021-03-25T10:20:08.692Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-25T10:20:08.965Z] ---> Running in b09132903986 [2021-03-25T10:20:09.237Z] Removing intermediate container b09132903986 [2021-03-25T10:20:09.237Z] ---> 2f604108eee4 [2021-03-25T10:20:09.237Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T10:20:09.508Z] ---> Running in 0d2e82d797b9 [2021-03-25T10:20:09.784Z] Removing intermediate container 0d2e82d797b9 [2021-03-25T10:20:09.784Z] ---> fea47efc6c85 [2021-03-25T10:20:09.784Z] Step 21/23 : LABEL arch=arm64 [2021-03-25T10:20:10.057Z] ---> Running in 4bce5479f551 [2021-03-25T10:20:10.653Z] Removing intermediate container 4bce5479f551 [2021-03-25T10:20:10.653Z] ---> 1e5e3edfc555 [2021-03-25T10:20:10.653Z] Step 22/23 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba [2021-03-25T10:20:10.653Z] ---> Running in 0eec6cec154d [2021-03-25T10:20:11.249Z] Removing intermediate container 0eec6cec154d [2021-03-25T10:20:11.250Z] ---> 9751cd199c4c [2021-03-25T10:20:11.250Z] Step 23/23 : LABEL version=0.0.0 [2021-03-25T10:20:11.250Z] ---> Running in 1ca951e38ab1 [2021-03-25T10:20:11.522Z] Removing intermediate container 1ca951e38ab1 [2021-03-25T10:20:11.522Z] ---> d84e7c9d617b [2021-03-25T10:20:11.522Z] [2021-03-25T10:20:12.116Z] Successfully built d84e7c9d617b [2021-03-25T10:20:12.116Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-25T10:20:12.404Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-25T10:20:12.438Z] $ docker stop --time=1 6ee2773ea1148140e9a9b26b6d444e162653e5f8e029707ade55535dc228f4bb [2021-03-25T10:20:14.332Z] $ docker rm -f 6ee2773ea1148140e9a9b26b6d444e162653e5f8e029707ade55535dc228f4bb [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T10:20:15.113Z] + docker images [2021-03-25T10:20:15.113Z] + grep docker [2021-03-25T10:20:15.388Z] docker-core-data-go-arm64 latest d84e7c9d617b 4 seconds ago 21.4MB [2021-03-25T10:20:15.388Z] docker-support-notifications-go-arm64 latest 532b47fe2e92 14 seconds ago 16.9MB [2021-03-25T10:20:15.388Z] docker-security-bootstrapper-go-arm64 latest 8c64e1e26567 37 seconds ago 17.9MB [2021-03-25T10:20:15.388Z] docker-core-command-go-arm64 latest 51fa0f718974 54 seconds ago 16.3MB [2021-03-25T10:20:15.388Z] docker-sys-mgmt-agent-go-arm64 latest ffe7088e0dc8 2 minutes ago 301MB [2021-03-25T10:20:15.388Z] docker-security-secretstore-setup-go-arm64 latest f46682814896 3 minutes ago 24.4MB [2021-03-25T10:20:15.388Z] docker-core-metadata-go-arm64 latest 4864a1a4edf9 3 minutes ago 17.9MB [2021-03-25T10:20:15.388Z] docker-support-scheduler-go-arm64 latest 21178df89139 3 minutes ago 16.4MB [2021-03-25T10:20:15.388Z] docker-security-proxy-setup-go-arm64 latest 27394cd86c54 3 minutes ago 24.1MB [2021-03-25T10:20:15.388Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-25T10:20:16.930Z] ---> job-cost.sh [2021-03-25T10:20:16.931Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-SegP [2021-03-25T10:20:55.877Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-25T10:22:32.608Z] lf-activate-venv(): INFO: Adding /tmp/venv-SegP/bin to PATH [2021-03-25T10:22:32.608Z] INFO: No Stack... [2021-03-25T10:22:32.608Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-25T10:22:32.608Z] INFO: Archiving Costs [Pipeline] sh [2021-03-25T10:22:32.946Z] + cat /w/workspace/edgex-go/3/archives/cost.csv [2021-03-25T10:22:32.946Z] + cut -d, -f6 [Pipeline] lock [2021-03-25T10:22:33.096Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3295-3-stack-cost] [2021-03-25T10:22:33.104Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3295-3-stack-cost] did not exist. Created. [2021-03-25T10:22:33.105Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3295-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-25T10:22:33.630Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-25T10:22:33.888Z] Stashed 1 file(s) [Pipeline] } [2021-03-25T10:22:33.904Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3295-3-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-25T10:22:38.052Z] provisioning config files... [2021-03-25T10:22:38.066Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config4991647096228626720tmp [Pipeline] { [Pipeline] sh [2021-03-25T10:22:38.547Z] + set +x [2021-03-25T10:22:38.547Z] + curl -s https://codecov.io/bash [2021-03-25T10:22:38.547Z] + bash -s -- [2021-03-25T10:22:38.808Z] [2021-03-25T10:22:38.808Z] _____ _ [2021-03-25T10:22:38.808Z] / ____| | | [2021-03-25T10:22:38.808Z] | | ___ __| | ___ ___ _____ __ [2021-03-25T10:22:38.808Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-25T10:22:38.808Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-25T10:22:38.808Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-25T10:22:38.808Z] Bash-20210309-2b87ace [2021-03-25T10:22:38.808Z] [2021-03-25T10:22:38.808Z] [2021-03-25T10:22:38.808Z] ==> git version 2.24.3 found [2021-03-25T10:22:38.808Z] ==> 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-25T10:22:38.808Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-25T10:22:38.808Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-25T10:22:38.808Z] ==> Jenkins CI detected. [2021-03-25T10:22:38.808Z] project root: . [2021-03-25T10:22:38.808Z] --> token set from env [2021-03-25T10:22:38.808Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-25T10:22:38.808Z] ==> Running gcov in . (disable via -X gcov) [2021-03-25T10:22:39.068Z] ==> Python coveragepy not found [2021-03-25T10:22:39.068Z] ==> Searching for coverage reports in: [2021-03-25T10:22:39.068Z] + . [2021-03-25T10:22:39.068Z] -> Found 1 reports [2021-03-25T10:22:39.068Z] ==> Detecting git/mercurial file structure [2021-03-25T10:22:39.068Z] ==> Reading reports [2021-03-25T10:22:39.068Z] + ./coverage.out bytes=666600 [2021-03-25T10:22:39.068Z] ==> Appending adjustments [2021-03-25T10:22:39.068Z] https://docs.codecov.io/docs/fixing-reports [2021-03-25T10:22:42.373Z] + Found adjustments [2021-03-25T10:22:42.373Z] ==> Gzipping contents [2021-03-25T10:22:42.373Z] 96K /tmp/codecov.UxNIcv.gz [2021-03-25T10:22:42.639Z] ==> Uploading reports [2021-03-25T10:22:42.639Z] url: https://codecov.io [2021-03-25T10:22:42.639Z] query: branch=PR-3295&commit=d224582090d89f2ec4a6e31743260213d3b067ba&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3295%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3295&job=&cmd_args= [2021-03-25T10:22:42.639Z] -> Pinging Codecov [2021-03-25T10:22:42.639Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3295&commit=d224582090d89f2ec4a6e31743260213d3b067ba&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3295%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3295&job=&cmd_args= [2021-03-25T10:22:42.899Z] -> Uploading to [2021-03-25T10:22:42.899Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-25/00271124DB129430A58F1EEE437C3FCB/d224582090d89f2ec4a6e31743260213d3b067ba/6ea118ec-430a-493f-b751-54e0e03ae032.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210325%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210325T102242Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e5d72487b0edc3c4e3f4387a3f96cb90a9f0fbb10bb97b2766eacf6028d4fead [2021-03-25T10:22:42.899Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-25T10:22:42.899Z] Dload Upload Total Spent Left Speed [2021-03-25T10:22:43.423Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96715 0 0 100 96715 0 230k --:--:-- --:--:-- --:--:-- 230k [2021-03-25T10:22:43.423Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/d224582090d89f2ec4a6e31743260213d3b067ba [Pipeline] } [2021-03-25T10:22:43.431Z] 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-25T10:22:46.634Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T10:22:47.195Z] ---> package-listing.sh [2021-03-25T10:22:47.195Z] ++ facter osfamily [2021-03-25T10:22:47.195Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-25T10:22:47.195Z] + OS_FAMILY=redhat [2021-03-25T10:22:47.195Z] + workspace=/w/workspace/edgex-go/3 [2021-03-25T10:22:47.195Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-25T10:22:47.195Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-25T10:22:47.195Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-25T10:22:47.195Z] + PACKAGES=/tmp/packages_start.txt [2021-03-25T10:22:47.195Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-25T10:22:47.195Z] + PACKAGES=/tmp/packages_end.txt [2021-03-25T10:22:47.195Z] + case "${OS_FAMILY}" in [2021-03-25T10:22:47.195Z] + rpm -qa [2021-03-25T10:22:47.195Z] + sort [2021-03-25T10:22:52.514Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-25T10:22:52.515Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-25T10:22:52.515Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-25T10:22:52.515Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-25T10:22:52.515Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-03-25T10:22:52.515Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-03-25T10:22:52.527Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-25T10:22:52.821Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:22:53.131Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T10:22:53.131Z] [2021-03-25T10:22:53.131Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:22:53.529Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T10:22:53.529Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-25T10:22:53.529Z] df20fa9351a1: Pulling fs layer [2021-03-25T10:22:53.529Z] 36b3adc4ff6f: Pulling fs layer [2021-03-25T10:22:53.529Z] 8ad3a11d3b57: Pulling fs layer [2021-03-25T10:22:53.529Z] 46f8f816bc3b: Pulling fs layer [2021-03-25T10:22:53.529Z] 93b61091891f: Pulling fs layer [2021-03-25T10:22:53.529Z] 93b9cdb0e59b: Pulling fs layer [2021-03-25T10:22:53.529Z] 5e14af77c1be: Pulling fs layer [2021-03-25T10:22:53.529Z] 01666e4c0597: Pulling fs layer [2021-03-25T10:22:53.529Z] aa168da1d23b: Pulling fs layer [2021-03-25T10:22:53.529Z] 93b9cdb0e59b: Waiting [2021-03-25T10:22:53.529Z] 5e14af77c1be: Waiting [2021-03-25T10:22:53.529Z] 01666e4c0597: Waiting [2021-03-25T10:22:53.529Z] aa168da1d23b: Waiting [2021-03-25T10:22:53.529Z] 46f8f816bc3b: Waiting [2021-03-25T10:22:53.529Z] 93b61091891f: Waiting [2021-03-25T10:22:53.529Z] 36b3adc4ff6f: Verifying Checksum [2021-03-25T10:22:53.529Z] 36b3adc4ff6f: Download complete [2021-03-25T10:22:53.529Z] 46f8f816bc3b: Verifying Checksum [2021-03-25T10:22:53.529Z] 46f8f816bc3b: Download complete [2021-03-25T10:22:53.529Z] df20fa9351a1: Verifying Checksum [2021-03-25T10:22:53.529Z] df20fa9351a1: Download complete [2021-03-25T10:22:53.529Z] 93b9cdb0e59b: Verifying Checksum [2021-03-25T10:22:53.529Z] 93b9cdb0e59b: Download complete [2021-03-25T10:22:53.790Z] 5e14af77c1be: Verifying Checksum [2021-03-25T10:22:53.790Z] 5e14af77c1be: Download complete [2021-03-25T10:22:53.790Z] 93b61091891f: Download complete [2021-03-25T10:22:53.790Z] 01666e4c0597: Verifying Checksum [2021-03-25T10:22:53.790Z] 01666e4c0597: Download complete [2021-03-25T10:22:53.790Z] 8ad3a11d3b57: Verifying Checksum [2021-03-25T10:22:53.790Z] 8ad3a11d3b57: Download complete [2021-03-25T10:22:54.052Z] df20fa9351a1: Pull complete [2021-03-25T10:22:54.052Z] 36b3adc4ff6f: Pull complete [2021-03-25T10:22:55.013Z] 8ad3a11d3b57: Pull complete [2021-03-25T10:22:55.278Z] 46f8f816bc3b: Pull complete [2021-03-25T10:22:56.227Z] aa168da1d23b: Verifying Checksum [2021-03-25T10:22:56.227Z] aa168da1d23b: Download complete [2021-03-25T10:22:57.171Z] 93b61091891f: Pull complete [2021-03-25T10:22:57.432Z] 93b9cdb0e59b: Pull complete [2021-03-25T10:22:57.432Z] 5e14af77c1be: Pull complete [2021-03-25T10:22:57.695Z] 01666e4c0597: Pull complete [2021-03-25T10:23:05.862Z] aa168da1d23b: Pull complete [2021-03-25T10:23:06.123Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-25T10:23:06.123Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T10:23:06.123Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-25T10:23:06.296Z] prd-centos7-docker-4c-2g-31361 does not seem to be running inside a container [2021-03-25T10:23:06.347Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-lftools-log-publisher:alpine cat [2021-03-25T10:23:11.344Z] $ docker top 405b1272b83bcf8bd87913965d6e60f5bc648876c0c8f7a7e63192c448153e9b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T10:23:11.954Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-25T10:23:12.249Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-25T10:23:12.542Z] + ls /var/log/sa-host [2021-03-25T10:23:12.542Z] + sadf -c /var/log/sa-host/sa23 [2021-03-25T10:23:12.542Z] file_magic: OK [2021-03-25T10:23:12.542Z] HZ: Using current value: 100 [2021-03-25T10:23:12.542Z] file_header: OK [2021-03-25T10:23:12.542Z] 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-25T10:23:12.542Z] Statistics: [2021-03-25T10:23:12.542Z] Hnuu...uuuununununu... [2021-03-25T10:23:12.542Z] File successfully converted to sysstat format version 12.2.1 [2021-03-25T10:23:12.542Z] + sadf -c /var/log/sa-host/sa25 [2021-03-25T10:23:12.542Z] file_magic: OK [2021-03-25T10:23:12.542Z] HZ: Using current value: 100 [2021-03-25T10:23:12.542Z] file_header: OK [2021-03-25T10:23:12.542Z] 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-25T10:23:12.542Z] Statistics: [2021-03-25T10:23:12.542Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-25T10:23:12.542Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-25T10:23:13.217Z] provisioning config files... [2021-03-25T10:23:13.230Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config6016757485822385157tmp [Pipeline] { [Pipeline] echo [2021-03-25T10:23:13.408Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T10:23:13.735Z] ---> create-netrc.sh [Pipeline] } [2021-03-25T10:23:13.743Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-25T10:23:13.926Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T10:23:14.220Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-25T10:23:14.230Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T10:23:14.528Z] ---> sudo-logs.sh [2021-03-25T10:23:14.528Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-25T10:23:14.662Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T10:23:15.023Z] ---> job-cost.sh [2021-03-25T10:23:15.023Z] lf-activate-venv: SKIPPING [2021-03-25T10:23:15.023Z] DEBUG: total: 0.20999999344348907 [2021-03-25T10:23:15.023Z] INFO: Retrieving Stack Cost... [2021-03-25T10:23:16.038Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-25T10:23:16.610Z] INFO: Archiving Costs [Pipeline] echo [2021-03-25T10:23:16.628Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T10:23:16.920Z] ---> logs-deploy.sh [2021-03-25T10:23:16.920Z] lf-activate-venv: SKIPPING [2021-03-25T10:23:16.920Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3295/3 [2021-03-25T10:23:16.920Z] INFO: archiving workspace using pattern(s): [2021-03-25T10:23:18.838Z] Archives upload complete. [2021-03-25T10:23:18.838Z] INFO: archiving logs to Nexus