Pull request #3109 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d2cc59413199022ff059ea8eba032d8f6f812516+74c372326013f994c98436bf4455b6fe21c08430 (429f0b88e2c864d498fa1464cb47ecdcff11ebf5) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24588 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [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 Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit d2cc59413199022ff059ea8eba032d8f6f812516 Merge succeeded, producing d2cc59413199022ff059ea8eba032d8f6f812516 Checking out Revision d2cc59413199022ff059ea8eba032d8f6f812516 (PR-3109) > 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/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d2cc59413199022ff059ea8eba032d8f6f812516 # 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 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d2cc59413199022ff059ea8eba032d8f6f812516 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-02T17:34:42.964Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 68a7bb9a1f25b8719b0a4707ed505817e4ab8202 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-02T17:34:43.320Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-02T17:34:43.417Z] ========================================================= [2021-02-02T17:34:43.417Z] EdgeX Global Pipelines Version Info [2021-02-02T17:34:43.417Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:34:45.917Z] ------------------- [2021-02-02T17:34:45.917Z] stable info: [2021-02-02T17:34:45.917Z] ------------------- [2021-02-02T17:34:45.917Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T17:34:45.917Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T17:34:45.917Z] Message: update stable to v1.0.179 [2021-02-02T17:34:46.548Z] ------------------- [2021-02-02T17:34:46.548Z] experimental info: [2021-02-02T17:34:46.548Z] ------------------- [2021-02-02T17:34:46.548Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T17:34:46.548Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T17:34:46.548Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-02T17:34:46.803Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-02T17:34:47.056Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-02T17:34:47.250Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-02T17:34:47.371Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-02T17:34:47.461Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-02T17:34:47.541Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-02T17:34:47.623Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-02T17:34:47.712Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-02T17:34:47.828Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-02T17:34:47.910Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-02T17:34:47.996Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-02T17:34:48.075Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-02T17:34:48.158Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-02T17:34:48.238Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-02T17:34:48.319Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-02T17:34:48.400Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-02T17:34:48.488Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-02T17:34:48.604Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-02T17:34:48.692Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-02T17:34:48.775Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-02T17:34:48.876Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-02T17:34:48.968Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-02T17:34:49.093Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-02T17:34:49.175Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3109 [Pipeline] echo [2021-02-02T17:34:49.257Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3109 [Pipeline] echo [2021-02-02T17:34:49.335Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3109 [Pipeline] echo [2021-02-02T17:34:49.416Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d2cc59413199022ff059ea8eba032d8f6f812516 [Pipeline] echo [2021-02-02T17:34:49.496Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d2cc594 [Pipeline] echo [2021-02-02T17:34:49.576Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T17:34:49.743Z] provisioning config files... [2021-02-02T17:34:49.779Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4619239734875533059tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:34:50.246Z] ---> docker-login.sh [2021-02-02T17:34:50.246Z] nexus3.edgexfoundry.org:10001 [2021-02-02T17:34:50.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:34:51.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:34:51.133Z] Configure a credential helper to remove this warning. See [2021-02-02T17:34:51.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:34:51.133Z] [2021-02-02T17:34:51.133Z] Login Succeeded [2021-02-02T17:34:51.133Z] nexus3.edgexfoundry.org:10002 [2021-02-02T17:34:51.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:34:51.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:34:51.687Z] Configure a credential helper to remove this warning. See [2021-02-02T17:34:51.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:34:51.687Z] [2021-02-02T17:34:51.687Z] Login Succeeded [2021-02-02T17:34:51.687Z] nexus3.edgexfoundry.org:10003 [2021-02-02T17:34:51.981Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:34:51.981Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:34:51.981Z] Configure a credential helper to remove this warning. See [2021-02-02T17:34:51.981Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:34:51.981Z] [2021-02-02T17:34:51.981Z] Login Succeeded [2021-02-02T17:34:51.981Z] nexus3.edgexfoundry.org:10004 [2021-02-02T17:34:52.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:34:52.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:34:52.616Z] Configure a credential helper to remove this warning. See [2021-02-02T17:34:52.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:34:52.616Z] [2021-02-02T17:34:52.616Z] Login Succeeded [2021-02-02T17:34:52.616Z] docker.io [2021-02-02T17:34:52.931Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:34:53.257Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:34:53.257Z] Configure a credential helper to remove this warning. See [2021-02-02T17:34:53.257Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:34:53.257Z] [2021-02-02T17:34:53.257Z] Login Succeeded [2021-02-02T17:34:53.257Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T17:34:53.299Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T17:34:53.819Z] ++ 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-02-02T17:34:53.820Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:34:53.820Z] ++ dirname cmd/core-command/Dockerfile [2021-02-02T17:34:53.820Z] ++ cut -d/ -f2 [2021-02-02T17:34:53.820Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-02T17:34:53.820Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:34:53.820Z] ++ dirname cmd/core-data/Dockerfile [2021-02-02T17:34:53.820Z] ++ cut -d/ -f2 [2021-02-02T17:34:53.820Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-02T17:34:53.820Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:34:53.820Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-02T17:34:53.820Z] ++ cut -d/ -f2 [2021-02-02T17:34:53.820Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-02T17:34:53.820Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:34:53.820Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-02T17:34:53.820Z] ++ cut -d/ -f2 [2021-02-02T17:34:53.820Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-02T17:34:53.820Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:34:53.820Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-02T17:34:53.820Z] ++ cut -d/ -f2 [2021-02-02T17:34:53.820Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-02T17:34:53.820Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:34:53.820Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-02T17:34:53.820Z] ++ cut -d/ -f2 [2021-02-02T17:34:53.820Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-02T17:34:53.820Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:34:53.820Z] ++ cut -d/ -f2 [2021-02-02T17:34:53.820Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-02T17:34:53.820Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-02T17:34:53.820Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:34:53.820Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-02T17:34:53.820Z] ++ cut -d/ -f2 [2021-02-02T17:34:53.820Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-02T17:34:53.820Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:34:53.820Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-02T17:34:53.820Z] ++ cut -d/ -f2 [2021-02-02T17:34:53.820Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-02T17:34:53.964Z] 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-02-02T17:34:55.291Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T17:34:55.291Z] [2021-02-02T17:34:55.291Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:34:55.746Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T17:34:56.055Z] latest: Pulling from edgex-devops/git-semver [2021-02-02T17:34:56.055Z] 31603596830f: Pulling fs layer [2021-02-02T17:34:56.055Z] 2a8b12db71e7: Pulling fs layer [2021-02-02T17:34:56.055Z] 6ca5941a6612: Pulling fs layer [2021-02-02T17:34:56.055Z] ecc8261a40a4: Pulling fs layer [2021-02-02T17:34:56.055Z] ecc8261a40a4: Waiting [2021-02-02T17:34:56.055Z] 2a8b12db71e7: Verifying Checksum [2021-02-02T17:34:56.055Z] 2a8b12db71e7: Download complete [2021-02-02T17:34:56.378Z] 31603596830f: Verifying Checksum [2021-02-02T17:34:56.378Z] 31603596830f: Download complete [2021-02-02T17:34:56.692Z] ecc8261a40a4: Verifying Checksum [2021-02-02T17:34:56.692Z] ecc8261a40a4: Download complete [2021-02-02T17:34:56.967Z] 6ca5941a6612: Verifying Checksum [2021-02-02T17:34:56.967Z] 6ca5941a6612: Download complete [2021-02-02T17:34:57.240Z] 31603596830f: Pull complete [2021-02-02T17:34:57.240Z] 2a8b12db71e7: Pull complete [2021-02-02T17:34:59.300Z] 6ca5941a6612: Pull complete [2021-02-02T17:34:59.300Z] ecc8261a40a4: Pull complete [2021-02-02T17:34:59.586Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-02T17:34:59.586Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T17:34:59.586Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-02T17:34:59.782Z] prd-centos7-docker-4c-2g-24588 does not seem to be running inside a container [2021-02-02T17:34:59.896Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-02T17:35:03.710Z] $ docker top 88d11cbd00c8c4363c8215457cb0d4713fe0b02e8877d3b83d033796d67f9d28 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-02T17:35:04.164Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T17:35:04.164Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T17:35:04.492Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T17:35:04.499Z] $ docker exec 88d11cbd00c8c4363c8215457cb0d4713fe0b02e8877d3b83d033796d67f9d28 ssh-agent [2021-02-02T17:35:04.937Z] SSH_AUTH_SOCK=/tmp/ssh-DMfl0WV2lEgI/agent.12 [2021-02-02T17:35:04.937Z] SSH_AGENT_PID=17 [2021-02-02T17:35:04.957Z] Running ssh-add (command line suppressed) [2021-02-02T17:35:05.182Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_6863607862425384664.key (/w/workspace/edgex-go/3@tmp/private_key_6863607862425384664.key) [2021-02-02T17:35:05.263Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T17:35:05.626Z] + git tag --points-at HEAD [Pipeline] } [2021-02-02T17:35:05.668Z] $ docker exec --env ******** --env ******** 88d11cbd00c8c4363c8215457cb0d4713fe0b02e8877d3b83d033796d67f9d28 ssh-agent -k [2021-02-02T17:35:05.881Z] unset SSH_AUTH_SOCK; [2021-02-02T17:35:05.881Z] unset SSH_AGENT_PID; [2021-02-02T17:35:05.881Z] echo Agent pid 17 killed; [2021-02-02T17:35:05.990Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-02T17:35:06.167Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T17:35:06.167Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T17:35:06.566Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T17:35:06.573Z] $ docker exec 88d11cbd00c8c4363c8215457cb0d4713fe0b02e8877d3b83d033796d67f9d28 ssh-agent [2021-02-02T17:35:06.967Z] SSH_AUTH_SOCK=/tmp/ssh-RiWcvcqly3gX/agent.46 [2021-02-02T17:35:06.967Z] SSH_AGENT_PID=51 [2021-02-02T17:35:06.977Z] Running ssh-add (command line suppressed) [2021-02-02T17:35:07.203Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_3940547871336257091.key (/w/workspace/edgex-go/3@tmp/private_key_3940547871336257091.key) [2021-02-02T17:35:07.351Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T17:35:07.725Z] + git semver init [2021-02-02T17:35:07.725Z] # -> Open(): unable to determine branch for HEAD [2021-02-02T17:35:07.725Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-02-02T17:35:07.725Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-02-02T17:35:07.725Z] # $SEMVER_REMOTE_NAME = origin [2021-02-02T17:35:07.725Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-02T17:35:07.725Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-02T17:35:07.725Z] # $SEMVER_BRANCH = PR-3109 [2021-02-02T17:35:07.725Z] # $SEMVER_TEMP = /tmp/semver-434454284 [2021-02-02T17:35:07.725Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-02T17:35:35.268Z] # '/tmp/semver-434454284' -> '/w/workspace/edgex-go/3/.semver' [2021-02-02T17:35:35.268Z] # -> Force: false [2021-02-02T17:35:35.268Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-02-02T17:35:35.301Z] $ docker exec --env ******** --env ******** 88d11cbd00c8c4363c8215457cb0d4713fe0b02e8877d3b83d033796d67f9d28 ssh-agent -k [2021-02-02T17:35:35.993Z] unset SSH_AUTH_SOCK; [2021-02-02T17:35:35.994Z] unset SSH_AGENT_PID; [2021-02-02T17:35:35.994Z] echo Agent pid 51 killed; [2021-02-02T17:35:36.154Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T17:35:36.657Z] + git semver [Pipeline] } [2021-02-02T17:35:36.958Z] $ docker stop --time=1 88d11cbd00c8c4363c8215457cb0d4713fe0b02e8877d3b83d033796d67f9d28 [2021-02-02T17:35:39.034Z] $ docker rm -f 88d11cbd00c8c4363c8215457cb0d4713fe0b02e8877d3b83d033796d67f9d28 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T17:35:39.956Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-02T17:35:41.167Z] Stashed 1 file(s) [Pipeline] echo [2021-02-02T17:35:41.170Z] [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-02-02T17:35:42.125Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-02T17:35:42.496Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-02T17:35:42.853Z] + sudo service docker restart [2021-02-02T17:35:42.853Z] + true [2021-02-02T17:35:42.853Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-02T17:35:44.364Z] ========================================================= [2021-02-02T17:35:44.364Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-02T17:35:44.364Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:44.789Z] + 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-02-02T17:35:53.381Z] Sending build context to Docker daemon 327.4MB [2021-02-02T17:35:53.381Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-02T17:35:53.381Z] Step 2/6 : FROM ${BASE} [2021-02-02T17:35:53.381Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-02T17:35:53.381Z] 188c0c94c7c5: Pulling fs layer [2021-02-02T17:35:53.381Z] 0ef7d3d256c8: Pulling fs layer [2021-02-02T17:35:53.381Z] de9db76c5a1d: Pulling fs layer [2021-02-02T17:35:53.381Z] bca2f99d35d6: Pulling fs layer [2021-02-02T17:35:53.381Z] 93359f2a8cfa: Pulling fs layer [2021-02-02T17:35:53.381Z] 7c6f9722023f: Pulling fs layer [2021-02-02T17:35:53.381Z] a35cf1a2eb13: Pulling fs layer [2021-02-02T17:35:53.381Z] bca2f99d35d6: Waiting [2021-02-02T17:35:53.381Z] 93359f2a8cfa: Waiting [2021-02-02T17:35:53.381Z] 7c6f9722023f: Waiting [2021-02-02T17:35:53.381Z] a35cf1a2eb13: Waiting [2021-02-02T17:35:53.381Z] de9db76c5a1d: Verifying Checksum [2021-02-02T17:35:53.381Z] de9db76c5a1d: Download complete [2021-02-02T17:35:53.381Z] 0ef7d3d256c8: Download complete [2021-02-02T17:35:53.698Z] 93359f2a8cfa: Verifying Checksum [2021-02-02T17:35:53.698Z] 93359f2a8cfa: Download complete [2021-02-02T17:35:53.698Z] 7c6f9722023f: Download complete [2021-02-02T17:35:53.698Z] 188c0c94c7c5: Verifying Checksum [2021-02-02T17:35:53.698Z] 188c0c94c7c5: Download complete [2021-02-02T17:35:54.822Z] 188c0c94c7c5: Pull complete [2021-02-02T17:35:56.468Z] 0ef7d3d256c8: Pull complete [2021-02-02T17:35:56.563Z] Still waiting to schedule task [2021-02-02T17:35:56.563Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-02T17:35:56.763Z] de9db76c5a1d: Pull complete [2021-02-02T17:35:58.934Z] a35cf1a2eb13: Verifying Checksum [2021-02-02T17:35:58.934Z] a35cf1a2eb13: Download complete [2021-02-02T17:36:01.010Z] bca2f99d35d6: Verifying Checksum [2021-02-02T17:36:01.011Z] bca2f99d35d6: Download complete [2021-02-02T17:36:16.427Z] bca2f99d35d6: Pull complete [2021-02-02T17:36:16.427Z] 93359f2a8cfa: Pull complete [2021-02-02T17:36:16.427Z] 7c6f9722023f: Pull complete [2021-02-02T17:36:20.858Z] a35cf1a2eb13: Pull complete [2021-02-02T17:36:20.858Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-02T17:36:20.858Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-02T17:36:20.858Z] ---> a62c8e92a672 [2021-02-02T17:36:20.858Z] 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-02-02T17:36:20.858Z] ---> Running in 69123414a872 [2021-02-02T17:36:21.848Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:36:22.835Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:36:23.427Z] (1/12) Installing libmagic (5.38-r0) [2021-02-02T17:36:23.696Z] (2/12) Installing file (5.38-r0) [2021-02-02T17:36:23.696Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-02T17:36:23.970Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-02T17:36:34.194Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-02T17:36:34.473Z] (6/12) Installing patch (2.7.6-r6) [2021-02-02T17:36:34.473Z] (7/12) Installing build-base (0.5-r2) [2021-02-02T17:36:34.473Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-02T17:36:34.758Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-02T17:36:34.758Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-02T17:36:35.032Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-02T17:36:35.032Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-02T17:36:35.332Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:36:35.332Z] OK: 233 MiB in 51 packages [2021-02-02T17:36:41.002Z] Removing intermediate container 69123414a872 [2021-02-02T17:36:41.002Z] ---> 78439d860e37 [2021-02-02T17:36:41.002Z] Step 4/6 : WORKDIR /edgex-go [2021-02-02T17:36:41.002Z] ---> Running in 4832cbb4a46c [2021-02-02T17:36:41.002Z] Removing intermediate container 4832cbb4a46c [2021-02-02T17:36:41.002Z] ---> c5855285819b [2021-02-02T17:36:41.002Z] Step 5/6 : COPY go.mod . [2021-02-02T17:36:41.282Z] ---> 0e1b57606004 [2021-02-02T17:36:41.282Z] Step 6/6 : RUN go mod download [2021-02-02T17:36:41.617Z] ---> Running in fd4c4abea9a7 [2021-02-02T17:37:14.540Z] Removing intermediate container fd4c4abea9a7 [2021-02-02T17:37:14.540Z] ---> aef09a26627d [2021-02-02T17:37:14.540Z] Successfully built aef09a26627d [2021-02-02T17:37:14.540Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:37:14.935Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T17:37:15.222Z] . [Pipeline] withDockerContainer [2021-02-02T17:37:15.509Z] prd-centos7-docker-4c-2g-24588 does not seem to be running inside a container [2021-02-02T17:37:15.644Z] $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-02T17:37:17.027Z] $ docker top dd4504c760d197b520c1079977c56626d82107a182e97d3e383a0db37d5c0456 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:37:18.383Z] + go version [2021-02-02T17:37:18.383Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-02T17:37:18.424Z] $ docker stop --time=1 dd4504c760d197b520c1079977c56626d82107a182e97d3e383a0db37d5c0456 [2021-02-02T17:37:20.519Z] $ docker rm -f dd4504c760d197b520c1079977c56626d82107a182e97d3e383a0db37d5c0456 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:37:21.493Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T17:37:21.493Z] . [Pipeline] withDockerContainer [2021-02-02T17:37:21.659Z] prd-centos7-docker-4c-2g-24588 does not seem to be running inside a container [2021-02-02T17:37:21.817Z] $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-02T17:37:23.102Z] $ docker top 79e6bf6ca18c265f66aa988db97302b0e5092053b7375fb45652757f5f1dcf42 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-02T17:37:23.464Z] ========================================================= [2021-02-02T17:37:23.464Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-02T17:37:23.464Z] ========================================================= [Pipeline] sh [2021-02-02T17:37:24.173Z] + make test [2021-02-02T17:37:24.173Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-02T17:37:42.694Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-02T17:38:22.495Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-02T17:38:33.163Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-02T17:38:33.163Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-02T17:38:33.819Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-02T17:38:33.819Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-02T17:38:41.300Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-02T17:38:41.300Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-02T17:38:41.300Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-02T17:38:41.300Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-02T17:38:41.300Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-02T17:38:42.028Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-02T17:38:46.902Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-02T17:38:46.902Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-02T17:38:46.902Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-02T17:38:50.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.218s coverage: 46.0% of statements [2021-02-02T17:38:50.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-02T17:38:50.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-02T17:38:50.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-02T17:38:50.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-02T17:38:50.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-02T17:38:50.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-02T17:38:50.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-02T17:38:50.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.168s coverage: 100.0% of statements [2021-02-02T17:38:57.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.394s coverage: 27.1% of statements [2021-02-02T17:38:57.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-02T17:38:57.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-02T17:38:57.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-02T17:38:57.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-02T17:38:57.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-02T17:38:57.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-02T17:38:57.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements [2021-02-02T17:38:57.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-02T17:38:57.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.089s coverage: 100.0% of statements [2021-02-02T17:38:57.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-02T17:38:57.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-02T17:38:57.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.256s coverage: 65.8% of statements [2021-02-02T17:38:57.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-02T17:38:57.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-02T17:38:57.997Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.659s coverage: 82.3% of statements [2021-02-02T17:38:57.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-02T17:38:57.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:38:57.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-02T17:38:57.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-02T17:39:02.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.992s coverage: 28.6% of statements [2021-02-02T17:39:02.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-02T17:39:02.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-02T17:39:02.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-02T17:39:02.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-02T17:39:02.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-02T17:39:02.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.212s coverage: 100.0% of statements [2021-02-02T17:39:02.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-02T17:39:02.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.156s coverage: 100.0% of statements [2021-02-02T17:39:02.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-02T17:39:04.025Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.334s coverage: 86.7% of statements [2021-02-02T17:39:04.025Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-02T17:39:04.025Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.211s coverage: 97.5% of statements [2021-02-02T17:39:04.025Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-02T17:39:04.394Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.194s coverage: 78.3% of statements [2021-02-02T17:39:04.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-02T17:39:04.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-02T17:39:04.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-02T17:39:04.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-02T17:39:10.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.917s coverage: 92.8% of statements [2021-02-02T17:39:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-02T17:39:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:39:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-02T17:39:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-02T17:39:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-02T17:39:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-02T17:39:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-02T17:39:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-02T17:39:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-02T17:39:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-02T17:39:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-02T17:39:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-02T17:39:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-02T17:39:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-02T17:39:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-02T17:39:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-02T17:39:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-02T17:39:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-02T17:39:10.682Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.091s coverage: 58.8% of statements [2021-02-02T17:39:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-02T17:39:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-02T17:39:10.682Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.129s coverage: 0.1% of statements [2021-02-02T17:39:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-02T17:39:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-02T17:39:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-02T17:39:10.682Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.046s coverage: 45.5% of statements [2021-02-02T17:39:10.682Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.084s coverage: 79.5% of statements [2021-02-02T17:39:10.682Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.051s coverage: 94.1% of statements [2021-02-02T17:39:10.682Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.193s coverage: 96.3% of statements [2021-02-02T17:39:10.682Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2021-02-02T17:39:21.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.066s coverage: 94.4% of statements [2021-02-02T17:39:21.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.259s coverage: 44.8% of statements [2021-02-02T17:39:36.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.287s coverage: 92.9% of statements [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-02T17:39:36.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.179s coverage: 87.2% of statements [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-02T17:39:36.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.067s coverage: 100.0% of statements [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-02T17:39:36.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.156s coverage: 75.5% of statements [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-02T17:39:36.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.050s coverage: 80.8% of statements [2021-02-02T17:39:36.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.140s coverage: 87.2% of statements [2021-02-02T17:39:36.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.083s coverage: 84.2% of statements [2021-02-02T17:39:36.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.214s coverage: 91.4% of statements [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-02T17:39:36.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.489s coverage: 63.5% of statements [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-02T17:39:36.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.085s coverage: 100.0% of statements [2021-02-02T17:39:36.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.121s coverage: 91.3% of statements [2021-02-02T17:39:36.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements [2021-02-02T17:39:36.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.087s coverage: 73.7% of statements [2021-02-02T17:39:36.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.081s coverage: 100.0% of statements [2021-02-02T17:39:36.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.798s coverage: 68.9% of statements [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-02T17:39:36.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.190s coverage: 37.0% of statements [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-02T17:39:36.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.486s coverage: 84.0% of statements [2021-02-02T17:39:36.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.091s coverage: 100.0% of statements [2021-02-02T17:39:36.592Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.336s coverage: 47.0% of statements [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-02T17:39:36.592Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.112s coverage: 100.0% of statements [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-02T17:39:36.592Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.142s coverage: 100.0% of statements [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-02T17:39:36.592Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.195s coverage: 100.0% of statements [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:39:36.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-02T17:39:40.249Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.717s coverage: 29.1% of statements [2021-02-02T17:39:40.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-02T17:39:40.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-02T17:39:40.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-02T17:39:40.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-02T17:39:40.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-02T17:39:40.249Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.122s coverage: 99.0% of statements [2021-02-02T17:39:40.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-02T17:39:40.249Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.078s coverage: 100.0% of statements [2021-02-02T17:39:40.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-02T17:39:40.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-02T17:39:40.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-02T17:39:40.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-02T17:39:40.249Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.091s coverage: 100.0% of statements [2021-02-02T17:39:40.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-02T17:39:40.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:39:40.249Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-02T17:39:40.249Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2021-02-02T17:39:40.249Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-02T17:39:40.249Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.066s coverage: 100.0% of statements [2021-02-02T17:39:40.249Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-02T17:39:40.249Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-02T17:39:40.249Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-02T17:39:40.249Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-02T17:39:40.249Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.109s coverage: 87.9% of statements [2021-02-02T17:39:40.249Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-02T17:39:40.249Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-02T17:39:40.249Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.103s coverage: 100.0% of statements [2021-02-02T17:39:40.249Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.045s coverage: 32.1% of statements [2021-02-02T17:39:41.275Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.056s coverage: 100.0% of statements [2021-02-02T17:39:41.883Z] GO111MODULE=on go vet ./... [2021-02-02T17:40:28.264Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24591 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws [2021-02-02T17:40:28.314Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-02-02T17:40:34.659Z] using credential edgex-jenkins-ssh [2021-02-02T17:40:34.735Z] Cloning the remote Git repository [2021-02-02T17:40:34.818Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-02T17:40:34.956Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-02-02T17:40:35.080Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T17:40:35.082Z] > git --version # timeout=10 [2021-02-02T17:40:35.103Z] > git --version # 'git version 2.17.1' [2021-02-02T17:40:35.106Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T17:40:35.209Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T17:40:39.057Z] gofmt -l . [2021-02-02T17:40:40.525Z] [ "`gofmt -l .`" = "" ] [2021-02-02T17:40:41.507Z] ./bin/test-go-mod-tidy.sh [2021-02-02T17:40:42.534Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-02T17:40:45.848Z] + ls -al . [2021-02-02T17:40:45.849Z] total 684 [2021-02-02T17:40:45.849Z] drwxrwxr-x 10 1001 1001 4096 Feb 2 17:40 . [2021-02-02T17:40:45.849Z] drwxr-xr-x 4 root root 28 Feb 2 17:37 .. [2021-02-02T17:40:45.849Z] -rw-rw-r-- 1 1001 1001 11 Feb 2 17:34 .dockerignore [2021-02-02T17:40:45.849Z] drwxrwxr-x 8 1001 1001 179 Feb 2 17:34 .git [2021-02-02T17:40:45.849Z] drwxrwxr-x 3 1001 1001 125 Feb 2 17:34 .github [2021-02-02T17:40:45.849Z] -rw-rw-r-- 1 1001 1001 872 Feb 2 17:34 .gitignore [2021-02-02T17:40:45.849Z] drwx------ 3 1001 1001 60 Feb 2 17:35 .semver [2021-02-02T17:40:45.849Z] -rw-rw-r-- 1 1001 1001 166 Feb 2 17:34 .sonarcloud.properties [2021-02-02T17:40:45.849Z] -rw-rw-r-- 1 1001 1001 7859 Feb 2 17:34 Attribution.txt [2021-02-02T17:40:45.849Z] -rw-rw-r-- 1 1001 1001 3804 Feb 2 17:34 CONTRIBUTING.md [2021-02-02T17:40:45.849Z] -rw-rw-r-- 1 1001 1001 931 Feb 2 17:34 Dockerfile.build [2021-02-02T17:40:45.849Z] -rw-rw-r-- 1 1001 1001 863 Feb 2 17:34 Jenkinsfile [2021-02-02T17:40:45.849Z] -rw-rw-r-- 1 1001 1001 10775 Feb 2 17:34 LICENSE [2021-02-02T17:40:45.849Z] -rw-rw-r-- 1 1001 1001 6001 Feb 2 17:34 Makefile [2021-02-02T17:40:45.849Z] -rw-rw-r-- 1 1001 1001 6524 Feb 2 17:34 README.md [2021-02-02T17:40:45.849Z] -rw-rw-r-- 1 1001 1001 6755 Feb 2 17:34 SECURITY.md [2021-02-02T17:40:45.849Z] -rw-rw-r-- 1 1001 1001 5 Feb 2 17:35 VERSION [2021-02-02T17:40:45.849Z] -rw-rw-r-- 1 1001 1001 4131 Feb 2 17:34 ZMQWindows.md [2021-02-02T17:40:45.849Z] drwxrwxr-x 2 1001 1001 117 Feb 2 17:34 bin [2021-02-02T17:40:45.849Z] drwxrwxr-x 15 1001 1001 4096 Feb 2 17:34 cmd [2021-02-02T17:40:45.849Z] -rw-r--r-- 1 root root 578674 Feb 2 17:39 coverage.out [2021-02-02T17:40:45.849Z] -rw-r--r-- 1 root root 1054 Feb 2 17:40 go.mod [2021-02-02T17:40:45.849Z] -rw-r--r-- 1 root root 19517 Feb 2 17:40 go.sum [2021-02-02T17:40:45.849Z] drwxrwxr-x 8 1001 1001 127 Feb 2 17:34 internal [2021-02-02T17:40:45.849Z] drwxrwxr-x 4 1001 1001 26 Feb 2 17:34 openapi [2021-02-02T17:40:45.849Z] drwxrwxr-x 4 1001 1001 71 Feb 2 17:34 snap [2021-02-02T17:40:45.849Z] -rw-rw-r-- 1 1001 1001 168 Feb 2 17:34 version.go [Pipeline] sh [2021-02-02T17:40:46.533Z] + '[' -e coverage.out ] [2021-02-02T17:40:46.533Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-02T17:40:47.098Z] Stashed 1 file(s) [Pipeline] sh [2021-02-02T17:40:47.772Z] + make build [2021-02-02T17:40:47.772Z] 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-02-02T17:40:54.701Z] 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-02-02T17:41:01.079Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T17:41:01.099Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T17:41:01.128Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T17:41:01.170Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T17:41:01.171Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T17:41:01.183Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:41:03.175Z] Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit d2cc59413199022ff059ea8eba032d8f6f812516 [2021-02-02T17:41:03.635Z] Merge succeeded, producing d2cc59413199022ff059ea8eba032d8f6f812516 [2021-02-02T17:41:03.635Z] Checking out Revision d2cc59413199022ff059ea8eba032d8f6f812516 (PR-3109) [2021-02-02T17:41:03.206Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:41:03.226Z] > git checkout -f d2cc59413199022ff059ea8eba032d8f6f812516 # timeout=10 [2021-02-02T17:41:03.549Z] > git remote # timeout=10 [2021-02-02T17:41:03.570Z] > git config --get remote.origin.url # timeout=10 [2021-02-02T17:41:03.591Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T17:41:03.602Z] > git merge 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 [2021-02-02T17:41:03.626Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-02T17:41:03.651Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:41:03.669Z] > git checkout -f d2cc59413199022ff059ea8eba032d8f6f812516 # timeout=10 [2021-02-02T17:41:08.208Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-02T17:41:09.862Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-02T17:41:10.310Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-02T17:41:10.665Z] + true [2021-02-02T17:41:10.665Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T17:41:12.740Z] provisioning config files... [2021-02-02T17:41:12.811Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4224892012763750898tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:41:13.256Z] ---> docker-login.sh [2021-02-02T17:41:13.256Z] nexus3.edgexfoundry.org:10001 [2021-02-02T17:41:14.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:41:14.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:41:14.523Z] Configure a credential helper to remove this warning. See [2021-02-02T17:41:14.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:41:14.523Z] [2021-02-02T17:41:14.523Z] Login Succeeded [2021-02-02T17:41:14.523Z] nexus3.edgexfoundry.org:10002 [2021-02-02T17:41:15.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:41:15.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:41:15.123Z] Configure a credential helper to remove this warning. See [2021-02-02T17:41:15.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:41:15.123Z] [2021-02-02T17:41:15.123Z] Login Succeeded [2021-02-02T17:41:15.123Z] nexus3.edgexfoundry.org:10003 [2021-02-02T17:41:15.728Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:41:15.728Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:41:15.728Z] Configure a credential helper to remove this warning. See [2021-02-02T17:41:15.728Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:41:15.728Z] [2021-02-02T17:41:15.728Z] Login Succeeded [2021-02-02T17:41:15.728Z] nexus3.edgexfoundry.org:10004 [2021-02-02T17:41:16.327Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:41:16.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:41:16.327Z] Configure a credential helper to remove this warning. See [2021-02-02T17:41:16.327Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:41:16.327Z] [2021-02-02T17:41:16.327Z] Login Succeeded [2021-02-02T17:41:16.327Z] docker.io [2021-02-02T17:41:16.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:41:17.201Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:41:17.201Z] Configure a credential helper to remove this warning. See [2021-02-02T17:41:17.201Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:41:17.201Z] [2021-02-02T17:41:17.201Z] Login Succeeded [2021-02-02T17:41:17.201Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T17:41:17.220Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-02-02T17:41:17.706Z] 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 [Pipeline] echo [2021-02-02T17:41:17.722Z] ========================================================= [2021-02-02T17:41:17.722Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-02T17:41:17.722Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:41:18.027Z] 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-02-02T17:41:18.136Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-02T17:41:20.779Z] Sending build context to Docker daemon 166.1MB [2021-02-02T17:41:20.779Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-02T17:41:20.779Z] Step 2/6 : FROM ${BASE} [2021-02-02T17:41:20.779Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-02T17:41:20.779Z] 5f621e34cdf4: Pulling fs layer [2021-02-02T17:41:20.779Z] a4357932f1b6: Pulling fs layer [2021-02-02T17:41:20.779Z] 18c013af1878: Pulling fs layer [2021-02-02T17:41:20.779Z] 00ac8860ef70: Pulling fs layer [2021-02-02T17:41:20.779Z] 63d7cb157983: Pulling fs layer [2021-02-02T17:41:20.779Z] b116817d02f9: Pulling fs layer [2021-02-02T17:41:20.779Z] 745a02a5169b: Pulling fs layer [2021-02-02T17:41:20.779Z] 00ac8860ef70: Waiting [2021-02-02T17:41:20.779Z] 63d7cb157983: Waiting [2021-02-02T17:41:20.779Z] b116817d02f9: Waiting [2021-02-02T17:41:20.779Z] 745a02a5169b: Waiting [2021-02-02T17:41:20.779Z] 18c013af1878: Verifying Checksum [2021-02-02T17:41:20.779Z] 18c013af1878: Download complete [2021-02-02T17:41:20.779Z] a4357932f1b6: Verifying Checksum [2021-02-02T17:41:20.779Z] a4357932f1b6: Download complete [2021-02-02T17:41:20.779Z] 63d7cb157983: Verifying Checksum [2021-02-02T17:41:20.779Z] 63d7cb157983: Download complete [2021-02-02T17:41:20.779Z] b116817d02f9: Verifying Checksum [2021-02-02T17:41:20.779Z] b116817d02f9: Download complete [2021-02-02T17:41:20.779Z] 5f621e34cdf4: Verifying Checksum [2021-02-02T17:41:20.779Z] 5f621e34cdf4: Download complete [2021-02-02T17:41:21.478Z] 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-02-02T17:41:21.774Z] 5f621e34cdf4: Pull complete [2021-02-02T17:41:22.053Z] a4357932f1b6: Pull complete [2021-02-02T17:41:22.628Z] 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-02-02T17:41:22.664Z] 18c013af1878: Pull complete [2021-02-02T17:41:23.263Z] 745a02a5169b: Verifying Checksum [2021-02-02T17:41:23.263Z] 745a02a5169b: Download complete [2021-02-02T17:41:24.252Z] 00ac8860ef70: Verifying Checksum [2021-02-02T17:41:24.252Z] 00ac8860ef70: Download complete [2021-02-02T17:41:26.360Z] 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-02-02T17:41:30.994Z] 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-02-02T17:41:33.669Z] 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-02-02T17:41:34.462Z] 00ac8860ef70: Pull complete [2021-02-02T17:41:34.740Z] 63d7cb157983: Pull complete [2021-02-02T17:41:35.356Z] b116817d02f9: Pull complete [2021-02-02T17:41:35.745Z] 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-02-02T17:41:38.765Z] 745a02a5169b: Pull complete [2021-02-02T17:41:38.765Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-02T17:41:38.765Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-02T17:41:38.765Z] ---> b7e6874047d6 [2021-02-02T17:41:38.765Z] 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-02-02T17:41:39.256Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-02T17:41:41.464Z] 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-02-02T17:41:43.131Z] ---> Running in b089a4c5764d [2021-02-02T17:41:43.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:41:44.178Z] 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-02-02T17:41:44.710Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:41:45.306Z] (1/12) Installing libmagic (5.38-r0) [2021-02-02T17:41:45.580Z] (2/12) Installing file (5.38-r0) [2021-02-02T17:41:45.580Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-02T17:41:45.856Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-02T17:41:49.244Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-02T17:41:49.244Z] (6/12) Installing patch (2.7.6-r6) [2021-02-02T17:41:49.244Z] (7/12) Installing build-base (0.5-r2) [2021-02-02T17:41:49.244Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-02T17:41:49.244Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-02T17:41:49.244Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-02T17:41:49.522Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-02T17:41:49.522Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-02T17:41:49.522Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:41:49.522Z] OK: 217 MiB in 51 packages [Pipeline] } [2021-02-02T17:41:49.753Z] $ docker stop --time=1 79e6bf6ca18c265f66aa988db97302b0e5092053b7375fb45652757f5f1dcf42 [2021-02-02T17:41:52.677Z] $ docker rm -f 79e6bf6ca18c265f66aa988db97302b0e5092053b7375fb45652757f5f1dcf42 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-02-02T17:41:54.129Z] Removing intermediate container b089a4c5764d [2021-02-02T17:41:54.129Z] ---> c221be0dd4d1 [2021-02-02T17:41:54.129Z] Step 4/6 : WORKDIR /edgex-go [2021-02-02T17:41:54.129Z] ---> Running in 23c15242e210 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-02T17:41:54.734Z] Removing intermediate container 23c15242e210 [2021-02-02T17:41:54.734Z] ---> a034675e6c34 [2021-02-02T17:41:54.734Z] Step 5/6 : COPY go.mod . [2021-02-02T17:41:55.346Z] ---> e326efd9a21c [2021-02-02T17:41:55.346Z] Step 6/6 : RUN go mod download [2021-02-02T17:41:55.346Z] ---> Running in dd0f37fd3537 [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:41:56.329Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T17:41:56.598Z] [2021-02-02T17:41:56.598Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:41:56.991Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T17:41:56.991Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-02T17:41:56.991Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-02T17:41:56.991Z] ca9280d653b3: Pulling fs layer [2021-02-02T17:41:56.991Z] 7e9c9ca2126c: Pulling fs layer [2021-02-02T17:41:57.632Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-02T17:41:57.632Z] cbdbe7a5bc2a: Download complete [2021-02-02T17:41:58.237Z] cbdbe7a5bc2a: Pull complete [2021-02-02T17:41:58.512Z] ca9280d653b3: Verifying Checksum [2021-02-02T17:41:58.512Z] ca9280d653b3: Download complete [2021-02-02T17:42:01.129Z] ca9280d653b3: Pull complete [2021-02-02T17:42:01.129Z] 7e9c9ca2126c: Download complete [2021-02-02T17:42:13.674Z] 7e9c9ca2126c: Pull complete [2021-02-02T17:42:13.674Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-02T17:42:13.674Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T17:42:13.674Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-02T17:42:13.957Z] prd-centos7-docker-4c-2g-24588 does not seem to be running inside a container [2021-02-02T17:42:14.132Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-02T17:42:16.131Z] $ docker top 9b466dea8cf191a361c0312a0eb25547dd7b1d9ab9547ef36eddcbc236145a49 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:42:16.681Z] + + docker-compose buildgrep --help [2021-02-02T17:42:16.681Z] parallel [2021-02-02T17:42:18.089Z] --parallel Build images in parallel. [Pipeline] } [2021-02-02T17:42:18.105Z] $ docker stop --time=1 9b466dea8cf191a361c0312a0eb25547dd7b1d9ab9547ef36eddcbc236145a49 [2021-02-02T17:42:19.669Z] $ docker rm -f 9b466dea8cf191a361c0312a0eb25547dd7b1d9ab9547ef36eddcbc236145a49 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:42:20.392Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T17:42:20.392Z] . [Pipeline] withDockerContainer [2021-02-02T17:42:20.677Z] prd-centos7-docker-4c-2g-24588 does not seem to be running inside a container [2021-02-02T17:42:20.849Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-02T17:42:21.871Z] $ docker top bebd2b88f220ff8b6ac293c4f84f986a8dad9061090aeb5198326ed1b07a5f20 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:42:22.212Z] Removing intermediate container dd0f37fd3537 [2021-02-02T17:42:22.212Z] ---> 864136cfa2bf [2021-02-02T17:42:22.212Z] Successfully built 864136cfa2bf [2021-02-02T17:42:22.212Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:42:22.449Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-02T17:42:22.562Z] + docker inspect -f . ci-base-image-arm64 [2021-02-02T17:42:22.563Z] . [Pipeline] withDockerContainer [2021-02-02T17:42:22.832Z] prd-ubuntu18.04-docker-arm64-4c-16g-24591 does not seem to be running inside a container [2021-02-02T17:42:22.962Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-02T17:42:23.883Z] Building docker-core-command-go ... [2021-02-02T17:42:23.883Z] Building docker-core-data-go ... [2021-02-02T17:42:23.883Z] Building docker-core-metadata-go ... [2021-02-02T17:42:23.883Z] Building docker-security-bootstrapper-go ... [2021-02-02T17:42:23.883Z] Building docker-security-proxy-setup-go ... [2021-02-02T17:42:23.883Z] Building docker-security-secretstore-setup-go ... [2021-02-02T17:42:23.883Z] Building docker-support-notifications-go ... [2021-02-02T17:42:23.883Z] Building docker-support-scheduler-go ... [2021-02-02T17:42:23.883Z] Building docker-sys-mgmt-agent-go ... [2021-02-02T17:42:23.883Z] Building docker-core-data-go [2021-02-02T17:42:23.883Z] Building docker-support-scheduler-go [2021-02-02T17:42:23.883Z] Building docker-security-bootstrapper-go [2021-02-02T17:42:23.883Z] Building docker-support-notifications-go [2021-02-02T17:42:23.883Z] Building docker-core-metadata-go [2021-02-02T17:42:24.662Z] $ docker top 229b5ac10887db50fb965336ccbb0d079b31916f81bc4fbbfca7ee63b01b93a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:42:25.656Z] + go version [2021-02-02T17:42:25.656Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-02T17:42:25.711Z] $ docker stop --time=1 229b5ac10887db50fb965336ccbb0d079b31916f81bc4fbbfca7ee63b01b93a2 [2021-02-02T17:42:27.675Z] $ docker rm -f 229b5ac10887db50fb965336ccbb0d079b31916f81bc4fbbfca7ee63b01b93a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:42:28.628Z] + docker inspect -f . ci-base-image-arm64 [2021-02-02T17:42:28.628Z] . [Pipeline] withDockerContainer [2021-02-02T17:42:28.882Z] prd-ubuntu18.04-docker-arm64-4c-16g-24591 does not seem to be running inside a container [2021-02-02T17:42:29.002Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-02T17:42:30.390Z] $ docker top 3d2ca944b12ac71818308aa8ed2d7ce2e563feabaf37c1f350656d5fe905c658 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-02T17:42:30.742Z] ========================================================= [2021-02-02T17:42:30.742Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-02T17:42:30.742Z] ========================================================= [Pipeline] sh [2021-02-02T17:42:31.398Z] + make test [2021-02-02T17:42:31.398Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-02T17:42:58.308Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-02T17:43:20.707Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:43:20.707Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:43:20.707Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:43:20.707Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:43:20.707Z] [2021-02-02T17:43:20.707Z] ---> aef09a26627d [2021-02-02T17:43:20.707Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T17:43:20.707Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:43:20.707Z] ---> aef09a26627d [2021-02-02T17:43:20.707Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T17:43:20.707Z] ---> aef09a26627d [2021-02-02T17:43:20.707Z] Step 3/31 : WORKDIR /edgex-go [2021-02-02T17:43:20.707Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:43:20.707Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:43:20.707Z] ---> aef09a26627d [2021-02-02T17:43:20.707Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T17:43:20.707Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:43:20.707Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:43:20.707Z] ---> aef09a26627d [2021-02-02T17:43:20.707Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T17:43:20.707Z] ---> Running in 6347725b9b21 [2021-02-02T17:43:20.707Z] ---> Running in 4c50b20f6f9c [2021-02-02T17:43:20.707Z] ---> Running in b4d1eccb6810 [2021-02-02T17:43:20.707Z] ---> Running in 0380e98dd594 [2021-02-02T17:43:20.707Z] ---> Running in 086ec28ebd36 [2021-02-02T17:43:20.707Z] Removing intermediate container 0380e98dd594 [2021-02-02T17:43:20.707Z] ---> 22428fcd74b4 [2021-02-02T17:43:20.707Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:43:20.707Z] Removing intermediate container 4c50b20f6f9c [2021-02-02T17:43:20.707Z] ---> ea842fe609e5 [2021-02-02T17:43:20.707Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:43:20.707Z] Removing intermediate container 6347725b9b21 [2021-02-02T17:43:20.707Z] ---> fa44c72df062 [2021-02-02T17:43:20.707Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:43:20.707Z] Removing intermediate container b4d1eccb6810 [2021-02-02T17:43:20.707Z] ---> f280e13e8890 [2021-02-02T17:43:20.707Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:43:20.707Z] Removing intermediate container 086ec28ebd36 [2021-02-02T17:43:20.707Z] ---> ad16becf1b19 [2021-02-02T17:43:20.707Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:43:20.707Z] ---> Running in a0f03d19fa27 [2021-02-02T17:43:20.707Z] ---> Running in 481595f7ad53 [2021-02-02T17:43:20.707Z] ---> Running in 3597b49a0d00 [2021-02-02T17:43:20.707Z] ---> Running in 3d9fac78247b [2021-02-02T17:43:20.707Z] ---> Running in 58c1c9977563 [2021-02-02T17:43:23.359Z] Removing intermediate container 3d9fac78247b [2021-02-02T17:43:23.359Z] ---> 1c4ee7af06ba [2021-02-02T17:43:23.359Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-02T17:43:23.359Z] Removing intermediate container 481595f7ad53 [2021-02-02T17:43:23.359Z] ---> a74782380f00 [2021-02-02T17:43:23.359Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-02T17:43:23.359Z] ---> Running in 5255f0b6bd8a [2021-02-02T17:43:23.359Z] ---> Running in 9008a3bbbc40 [2021-02-02T17:43:23.359Z] Removing intermediate container 3597b49a0d00 [2021-02-02T17:43:23.359Z] ---> 1021d5f3feeb [2021-02-02T17:43:23.359Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-02T17:43:23.637Z] Removing intermediate container a0f03d19fa27 [2021-02-02T17:43:23.637Z] ---> 954032c26b86 [2021-02-02T17:43:23.637Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-02T17:43:23.637Z] Removing intermediate container 58c1c9977563 [2021-02-02T17:43:23.637Z] ---> d0b6a189bc22 [2021-02-02T17:43:23.637Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T17:43:23.943Z] ---> Running in 0e1aa3c502cc [2021-02-02T17:43:23.943Z] ---> Running in cbe53e7161db [2021-02-02T17:43:23.943Z] ---> Running in 6cc93d744e08 [2021-02-02T17:43:24.966Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:43:24.966Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:43:25.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:43:25.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:43:25.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:43:25.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:43:25.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:43:26.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:43:26.728Z] OK: 233 MiB in 51 packages [2021-02-02T17:43:26.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:43:26.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:43:27.021Z] OK: 233 MiB in 51 packages [2021-02-02T17:43:27.306Z] Removing intermediate container 5255f0b6bd8a [2021-02-02T17:43:27.306Z] ---> 1bf898706dac [2021-02-02T17:43:27.306Z] Step 6/31 : COPY go.mod . [2021-02-02T17:43:27.594Z] OK: 233 MiB in 51 packages [2021-02-02T17:43:27.868Z] OK: 233 MiB in 51 packages [2021-02-02T17:43:28.132Z] OK: 233 MiB in 51 packages [2021-02-02T17:43:28.405Z] Removing intermediate container 9008a3bbbc40 [2021-02-02T17:43:28.405Z] ---> 31e94b7874b7 [2021-02-02T17:43:28.405Z] Step 6/22 : COPY go.mod . [2021-02-02T17:43:28.405Z] ---> 3a3d6ebf9183 [2021-02-02T17:43:28.405Z] Step 7/31 : RUN go mod download [2021-02-02T17:43:28.675Z] ---> Running in 99d71a9de7bb [2021-02-02T17:43:28.969Z] ---> 91f8223e62d1 [2021-02-02T17:43:28.969Z] Step 7/22 : RUN go mod download [2021-02-02T17:43:29.260Z] ---> Running in b5a40c672933 [2021-02-02T17:43:29.541Z] Removing intermediate container 0e1aa3c502cc [2021-02-02T17:43:29.541Z] ---> d60fcc21ec2e [2021-02-02T17:43:29.541Z] Step 6/22 : COPY go.mod . [2021-02-02T17:43:29.541Z] Removing intermediate container cbe53e7161db [2021-02-02T17:43:29.541Z] ---> dfaf9437a848 [2021-02-02T17:43:29.541Z] Step 6/23 : COPY go.mod . [2021-02-02T17:43:29.868Z] Removing intermediate container 6cc93d744e08 [2021-02-02T17:43:29.868Z] ---> 7aa974984bf8 [2021-02-02T17:43:29.868Z] Step 6/23 : COPY go.mod . [2021-02-02T17:43:30.179Z] ---> a9d9ba6ccefd [2021-02-02T17:43:30.179Z] Step 7/22 : RUN go mod download [2021-02-02T17:43:30.479Z] ---> Running in 0de6338550b9 [2021-02-02T17:43:30.825Z] ---> 9f56b6f7a783 [2021-02-02T17:43:30.825Z] Step 7/23 : RUN go mod download [2021-02-02T17:43:31.131Z] ---> 348b13e9c4f3 [2021-02-02T17:43:31.131Z] Step 7/23 : RUN go mod download [2021-02-02T17:43:31.131Z] ---> Running in e27c01cbcb37 [2021-02-02T17:43:31.131Z] ---> Running in 277c0c5ecaff [2021-02-02T17:43:34.683Z] Removing intermediate container b5a40c672933 [2021-02-02T17:43:34.683Z] ---> a5d81ada957b [2021-02-02T17:43:34.683Z] Step 8/22 : COPY . . [2021-02-02T17:43:34.683Z] Removing intermediate container 99d71a9de7bb [2021-02-02T17:43:34.683Z] ---> 6c65786b95ab [2021-02-02T17:43:34.683Z] Step 8/31 : COPY . . [2021-02-02T17:43:34.683Z] Removing intermediate container e27c01cbcb37 [2021-02-02T17:43:34.683Z] ---> 4f0d666ee2d6 [2021-02-02T17:43:34.683Z] Step 8/23 : COPY . . [2021-02-02T17:43:34.683Z] Removing intermediate container 0de6338550b9 [2021-02-02T17:43:34.683Z] ---> 2129b5974005 [2021-02-02T17:43:34.683Z] Step 8/22 : COPY . . [2021-02-02T17:43:34.981Z] Removing intermediate container 277c0c5ecaff [2021-02-02T17:43:34.981Z] ---> b572cdbfb03d [2021-02-02T17:43:34.981Z] Step 8/23 : COPY . . [2021-02-02T17:43:54.971Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-02T17:44:01.730Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-02T17:44:07.195Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-02T17:44:07.195Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-02T17:44:07.195Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-02T17:44:17.407Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-02T17:44:17.407Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-02T17:44:17.407Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-02T17:44:17.407Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-02T17:44:17.407Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-02T17:44:17.407Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-02T17:44:25.733Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-02T17:44:25.733Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-02T17:44:25.733Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-02T17:44:31.922Z] ---> 84d8bc0b5f21 [2021-02-02T17:44:31.922Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-02T17:44:31.922Z] ---> 26b605f75f5f [2021-02-02T17:44:31.922Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-02T17:44:31.922Z] ---> ecc43819f124 [2021-02-02T17:44:31.922Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-02T17:44:31.922Z] ---> ed8d1b23ea21 [2021-02-02T17:44:31.923Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-02T17:44:31.923Z] ---> 892f1e994a75 [2021-02-02T17:44:31.923Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-02T17:44:31.923Z] ---> Running in 9801817222c4 [2021-02-02T17:44:31.923Z] ---> Running in e8b033efe5d5 [2021-02-02T17:44:31.923Z] ---> Running in 8a072198cf86 [2021-02-02T17:44:31.923Z] ---> Running in 448325b89bec [2021-02-02T17:44:31.923Z] ---> Running in 2db58709a16a [2021-02-02T17:44:32.988Z] 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-02-02T17:44:32.988Z] 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-02-02T17:44:32.988Z] 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-02-02T17:44:33.273Z] 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-02-02T17:44:33.273Z] 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-02-02T17:44:34.073Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.400s coverage: 46.0% of statements [2021-02-02T17:44:34.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-02T17:44:34.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-02T17:44:34.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-02T17:44:34.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-02T17:44:34.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-02T17:44:34.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-02T17:44:34.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-02T17:44:34.073Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.217s coverage: 100.0% of statements [2021-02-02T17:44:40.850Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.553s coverage: 27.1% of statements [2021-02-02T17:44:40.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-02T17:44:40.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-02T17:44:40.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-02T17:44:40.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-02T17:44:40.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-02T17:44:40.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-02T17:44:40.850Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.093s coverage: 100.0% of statements [2021-02-02T17:44:40.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-02T17:44:40.850Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.106s coverage: 100.0% of statements [2021-02-02T17:44:40.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-02T17:44:40.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-02T17:44:41.460Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.318s coverage: 65.8% of statements [2021-02-02T17:44:41.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-02T17:44:41.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-02T17:44:44.112Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.689s coverage: 82.3% of statements [2021-02-02T17:44:44.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-02T17:44:44.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:44:44.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-02T17:44:44.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-02T17:44:52.483Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.369s coverage: 28.6% of statements [2021-02-02T17:44:52.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-02T17:44:52.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-02T17:44:52.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-02T17:44:52.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-02T17:44:52.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-02T17:44:52.483Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.166s coverage: 100.0% of statements [2021-02-02T17:44:52.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-02T17:44:52.483Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.082s coverage: 100.0% of statements [2021-02-02T17:44:52.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-02T17:44:52.483Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.417s coverage: 86.7% of statements [2021-02-02T17:44:52.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-02T17:44:53.091Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.453s coverage: 97.5% of statements [2021-02-02T17:44:53.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-02T17:44:54.540Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.198s coverage: 78.3% of statements [2021-02-02T17:44:54.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-02T17:44:54.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-02T17:44:54.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-02T17:44:54.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-02T17:45:07.409Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.596s coverage: 92.8% of statements [2021-02-02T17:45:07.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-02T17:45:07.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:45:07.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-02T17:45:07.409Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-02T17:45:07.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-02T17:45:07.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-02T17:45:07.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-02T17:45:07.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-02T17:45:07.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-02T17:45:07.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-02T17:45:07.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-02T17:45:07.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-02T17:45:07.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-02T17:45:07.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-02T17:45:07.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-02T17:45:07.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-02T17:45:07.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-02T17:45:07.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-02T17:45:07.409Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements [2021-02-02T17:45:07.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-02T17:45:07.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-02T17:45:07.409Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.251s coverage: 0.1% of statements [2021-02-02T17:45:07.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-02T17:45:07.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-02T17:45:07.409Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-02T17:45:07.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 45.5% of statements [2021-02-02T17:45:07.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.105s coverage: 79.5% of statements [2021-02-02T17:45:07.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.068s coverage: 94.1% of statements [2021-02-02T17:45:07.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.095s coverage: 96.3% of statements [2021-02-02T17:45:07.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements [2021-02-02T17:45:19.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.112s coverage: 94.4% of statements [2021-02-02T17:45:19.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements [2021-02-02T17:45:20.648Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-02T17:45:35.287Z] Removing intermediate container 8a072198cf86 [2021-02-02T17:45:35.287Z] ---> 585926517c06 [2021-02-02T17:45:35.288Z] [2021-02-02T17:45:35.288Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T17:45:35.288Z] Removing intermediate container 2db58709a16a [2021-02-02T17:45:35.288Z] ---> 52659798b46f [2021-02-02T17:45:35.288Z] [2021-02-02T17:45:35.288Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T17:45:35.288Z] 3.12: Pulling from library/alpine [2021-02-02T17:45:35.288Z] 3.12: Pulling from library/alpine [2021-02-02T17:45:35.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.152s coverage: 92.9% of statements [2021-02-02T17:45:35.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-02T17:45:35.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-02T17:45:35.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-02T17:45:35.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-02T17:45:35.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.097s coverage: 87.2% of statements [2021-02-02T17:45:35.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-02T17:45:35.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-02T17:45:35.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements [2021-02-02T17:45:35.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-02T17:45:35.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements [2021-02-02T17:45:35.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-02T17:45:35.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.072s coverage: 80.8% of statements [2021-02-02T17:45:35.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.170s coverage: 87.2% of statements [2021-02-02T17:45:35.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.172s coverage: 84.2% of statements [2021-02-02T17:45:35.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.211s coverage: 91.4% of statements [2021-02-02T17:45:35.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-02T17:45:35.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.653s coverage: 63.5% of statements [2021-02-02T17:45:35.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-02T17:45:35.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-02T17:45:35.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements [2021-02-02T17:45:35.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.094s coverage: 91.3% of statements [2021-02-02T17:45:35.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.069s coverage: 100.0% of statements [2021-02-02T17:45:35.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements [2021-02-02T17:45:35.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements [2021-02-02T17:45:35.888Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T17:45:35.888Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T17:45:35.888Z] Status: Downloaded newer image for alpine:3.12 [2021-02-02T17:45:35.888Z] ---> 389fef711851 [2021-02-02T17:45:35.888Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-02T17:45:35.888Z] Status: Downloaded newer image for alpine:3.12 [2021-02-02T17:45:35.888Z] ---> 389fef711851 [2021-02-02T17:45:35.888Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-02T17:45:37.901Z] ---> Running in 363a6e22d58c [2021-02-02T17:45:37.944Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.950s coverage: 68.9% of statements [2021-02-02T17:45:37.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-02T17:45:37.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-02T17:45:37.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-02T17:45:37.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-02T17:45:37.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-02T17:45:38.169Z] ---> Running in 0109712d99ee [2021-02-02T17:45:39.606Z] Removing intermediate container 448325b89bec [2021-02-02T17:45:39.606Z] ---> 9141ace57f33 [2021-02-02T17:45:39.606Z] [2021-02-02T17:45:39.606Z] Step 10/31 : FROM alpine:3.12 [2021-02-02T17:45:39.606Z] ---> 389fef711851 [2021-02-02T17:45:39.606Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-02T17:45:40.599Z] ---> Running in 58fec872d7e6 [2021-02-02T17:45:40.599Z] Removing intermediate container e8b033efe5d5 [2021-02-02T17:45:40.599Z] ---> eb1757c3f876 [2021-02-02T17:45:40.599Z] [2021-02-02T17:45:40.599Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T17:45:40.599Z] ---> 389fef711851 [2021-02-02T17:45:40.599Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T17:45:40.895Z] ---> Running in 432e9fa403b9 [2021-02-02T17:45:40.895Z] Removing intermediate container 9801817222c4 [2021-02-02T17:45:40.895Z] ---> 0317ed19b05a [2021-02-02T17:45:40.895Z] [2021-02-02T17:45:40.895Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T17:45:40.895Z] ---> 389fef711851 [2021-02-02T17:45:40.895Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-02T17:45:41.185Z] ---> Running in ae0d4cc9bc2b [2021-02-02T17:45:41.185Z] Removing intermediate container 58fec872d7e6 [2021-02-02T17:45:41.185Z] ---> 34baff486c75 [2021-02-02T17:45:41.185Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-02T17:45:41.377Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.426s coverage: 37.0% of statements [2021-02-02T17:45:41.377Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-02T17:45:41.377Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-02T17:45:41.378Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.947s coverage: 84.0% of statements [2021-02-02T17:45:41.378Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.163s coverage: 100.0% of statements [2021-02-02T17:45:41.509Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:45:41.509Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:45:41.509Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:45:41.509Z] ---> Running in 0384d411f0fe [2021-02-02T17:45:41.798Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:45:41.798Z] Removing intermediate container ae0d4cc9bc2b [2021-02-02T17:45:41.798Z] ---> 0af6ce1ea3eb [2021-02-02T17:45:41.798Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-02T17:45:41.798Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T17:45:41.798Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:45:41.798Z] OK: 6 MiB in 15 packages [2021-02-02T17:45:42.087Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-02T17:45:42.087Z] ---> Running in ef7299e597a3 [2021-02-02T17:45:42.087Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-02T17:45:42.087Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:45:42.087Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T17:45:42.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:45:42.087Z] OK: 6 MiB in 16 packages [2021-02-02T17:45:42.376Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:45:42.672Z] Removing intermediate container ef7299e597a3 [2021-02-02T17:45:42.672Z] ---> c612c5bdeb9b [2021-02-02T17:45:42.672Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-02T17:45:42.672Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T17:45:42.672Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:45:42.672Z] OK: 6 MiB in 15 packages [2021-02-02T17:45:42.672Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:45:42.954Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:45:43.229Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-02T17:45:43.229Z] (2/2) Installing su-exec (0.2-r1) [2021-02-02T17:45:43.229Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:45:43.229Z] OK: 6 MiB in 16 packages [2021-02-02T17:45:43.553Z] ---> Running in 9a3346f7837b [2021-02-02T17:45:44.201Z] Removing intermediate container 9a3346f7837b [2021-02-02T17:45:44.201Z] ---> 58ba2da2a487 [2021-02-02T17:45:44.201Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:45:44.503Z] Removing intermediate container 363a6e22d58c [2021-02-02T17:45:44.503Z] ---> f6e10ae125d4 [2021-02-02T17:45:44.503Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:45:44.503Z] ---> Running in ffb0efd12f0a [2021-02-02T17:45:44.503Z] ---> Running in f030d1ce8f4f [2021-02-02T17:45:45.157Z] Removing intermediate container 0384d411f0fe [2021-02-02T17:45:45.157Z] ---> ca990fe24ffd [2021-02-02T17:45:45.157Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-02T17:45:45.157Z] Removing intermediate container 432e9fa403b9 [2021-02-02T17:45:45.157Z] ---> 2ee3161b8e00 [2021-02-02T17:45:45.157Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:45:45.434Z] Removing intermediate container 0109712d99ee [2021-02-02T17:45:45.434Z] ---> 22ca033ca3a2 [2021-02-02T17:45:45.434Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:45:45.434Z] Removing intermediate container f030d1ce8f4f [2021-02-02T17:45:45.434Z] ---> 56487b82e75d [2021-02-02T17:45:45.434Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-02T17:45:45.434Z] ---> Running in 0f8ce31c257c [2021-02-02T17:45:45.434Z] ---> Running in d36281fb820c [2021-02-02T17:45:45.710Z] ---> Running in aca5ae5ca981 [2021-02-02T17:45:45.710Z] ---> Running in 74985de22dda [2021-02-02T17:45:46.029Z] Removing intermediate container d36281fb820c [2021-02-02T17:45:46.029Z] ---> 1580e37b0afb [2021-02-02T17:45:46.029Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-02T17:45:46.029Z] Removing intermediate container 74985de22dda [2021-02-02T17:45:46.029Z] ---> 1f3caf02166d [2021-02-02T17:45:46.029Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T17:45:46.029Z] Removing intermediate container 0f8ce31c257c [2021-02-02T17:45:46.029Z] ---> fc6fa85999bc [2021-02-02T17:45:46.029Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-02T17:45:46.029Z] Removing intermediate container aca5ae5ca981 [2021-02-02T17:45:46.029Z] ---> 495612733dff [2021-02-02T17:45:46.029Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-02T17:45:46.649Z] ---> Running in a612d937fe10 [2021-02-02T17:45:46.649Z] ---> Running in 27bb8d51ddcb [2021-02-02T17:45:46.649Z] ---> Running in 8feda9fd44fc [2021-02-02T17:45:46.969Z] ---> Running in 7daf21f5533f [2021-02-02T17:45:47.262Z] Removing intermediate container 8feda9fd44fc [2021-02-02T17:45:47.262Z] ---> e0f9a00d9f5d [2021-02-02T17:45:47.262Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-02T17:45:47.262Z] Removing intermediate container a612d937fe10 [2021-02-02T17:45:47.262Z] ---> e5e110115832 [2021-02-02T17:45:47.262Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T17:45:47.535Z] Removing intermediate container 27bb8d51ddcb [2021-02-02T17:45:47.535Z] ---> 732025af107a [2021-02-02T17:45:47.535Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:45:47.535Z] Removing intermediate container 7daf21f5533f [2021-02-02T17:45:47.535Z] ---> 1154940c6d4e [2021-02-02T17:45:47.535Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T17:45:47.535Z] ---> Running in 5f68f2926972 [2021-02-02T17:45:47.535Z] ---> Running in f17ff77ab776 [2021-02-02T17:45:47.838Z] Removing intermediate container ffb0efd12f0a [2021-02-02T17:45:47.838Z] ---> 7dcd17f84754 [2021-02-02T17:45:47.838Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-02T17:45:47.838Z] ---> Running in 49a2ba84e0e0 [2021-02-02T17:45:47.838Z] ---> Running in 716d3fb991ee [2021-02-02T17:45:48.465Z] ---> 66d678e3a7e0 [2021-02-02T17:45:48.465Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-02T17:45:48.465Z] Removing intermediate container f17ff77ab776 [2021-02-02T17:45:48.465Z] ---> c4de54b8c34e [2021-02-02T17:45:48.465Z] Step 15/23 : WORKDIR / [2021-02-02T17:45:48.465Z] Removing intermediate container 49a2ba84e0e0 [2021-02-02T17:45:48.465Z] ---> c338dbf4f695 [2021-02-02T17:45:48.465Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:45:48.753Z] ---> Running in 5f47c6d0702e [2021-02-02T17:45:49.027Z] Removing intermediate container 5f47c6d0702e [2021-02-02T17:45:49.027Z] ---> cd06bc006038 [2021-02-02T17:45:49.027Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:45:49.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:45:49.301Z] ---> bb592f9bcd36 [2021-02-02T17:45:49.301Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-02T17:45:49.577Z] ---> 12bab5dfcf63 [2021-02-02T17:45:49.577Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-02T17:45:49.689Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.475s coverage: 47.0% of statements [2021-02-02T17:45:49.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-02T17:45:49.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-02T17:45:49.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-02T17:45:49.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-02T17:45:49.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-02T17:45:49.689Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.144s coverage: 100.0% of statements [2021-02-02T17:45:49.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-02T17:45:49.689Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.117s coverage: 100.0% of statements [2021-02-02T17:45:49.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-02T17:45:49.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-02T17:45:49.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-02T17:45:49.690Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-02T17:45:49.690Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.199s coverage: 100.0% of statements [2021-02-02T17:45:49.690Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-02T17:45:49.690Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:45:49.690Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-02T17:45:49.888Z] ---> f58b7a716c7d [2021-02-02T17:45:49.888Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-02T17:45:50.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:45:50.173Z] Removing intermediate container 5f68f2926972 [2021-02-02T17:45:50.173Z] ---> 380993c7437a [2021-02-02T17:45:50.173Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-02T17:45:50.442Z] ---> Running in 847e041a833c [2021-02-02T17:45:50.732Z] ---> 8f786b4de670 [2021-02-02T17:45:50.732Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-02T17:45:50.732Z] ---> 4c6680795ab8 [2021-02-02T17:45:50.732Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-02T17:45:50.732Z] ---> Running in f2c477f4a3e4 [2021-02-02T17:45:50.732Z] ---> f852e2d037a9 [2021-02-02T17:45:50.732Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-02T17:45:51.032Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-02T17:45:51.032Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-02T17:45:51.032Z] Removing intermediate container 847e041a833c [2021-02-02T17:45:51.032Z] ---> 53b9cfc2ad3a [2021-02-02T17:45:51.032Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-02T17:45:51.032Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-02T17:45:51.334Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-02T17:45:51.628Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-02T17:45:51.628Z] Removing intermediate container f2c477f4a3e4 [2021-02-02T17:45:51.628Z] ---> db5cb5a6b4bb [2021-02-02T17:45:51.628Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:45:51.628Z] ---> a5274f63afb7 [2021-02-02T17:45:51.628Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-02T17:45:51.628Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-02T17:45:51.911Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:45:51.912Z] OK: 8 MiB in 20 packages [2021-02-02T17:45:51.912Z] ---> Running in dd48fd9de8db [2021-02-02T17:45:51.912Z] ---> Running in ef6d73720317 [2021-02-02T17:45:51.912Z] ---> d695b5ab87bd [2021-02-02T17:45:51.912Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-02T17:45:52.223Z] ---> 8805ab2abbab [2021-02-02T17:45:52.223Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-02T17:45:52.223Z] ---> Running in 02a58c65e903 [2021-02-02T17:45:52.223Z] ---> Running in a0ca15e3ca33 [2021-02-02T17:45:52.537Z] Removing intermediate container dd48fd9de8db [2021-02-02T17:45:52.537Z] ---> 7b19a5ca8f08 [2021-02-02T17:45:52.537Z] Step 20/22 : LABEL arch=x86_64 [2021-02-02T17:45:52.887Z] Removing intermediate container ef6d73720317 [2021-02-02T17:45:52.887Z] ---> 171eeee3a106 [2021-02-02T17:45:52.887Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:45:52.887Z] ---> Running in f548239f3dbe [2021-02-02T17:45:52.887Z] Removing intermediate container 02a58c65e903 [2021-02-02T17:45:52.887Z] ---> b06018355d7a [2021-02-02T17:45:52.887Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:45:52.887Z] ---> Running in 9656b46b5803 [2021-02-02T17:45:53.210Z] ---> Running in 95d55fa84a48 [2021-02-02T17:45:53.481Z] Removing intermediate container f548239f3dbe [2021-02-02T17:45:53.481Z] ---> 2922c3e53dfa [2021-02-02T17:45:53.481Z] Step 21/22 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 [2021-02-02T17:45:53.481Z] Removing intermediate container 9656b46b5803 [2021-02-02T17:45:53.481Z] ---> 37b237a78644 [2021-02-02T17:45:53.481Z] Step 20/22 : LABEL arch=x86_64 [2021-02-02T17:45:53.481Z] ---> Running in e232c17cc81d [2021-02-02T17:45:53.764Z] Removing intermediate container 95d55fa84a48 [2021-02-02T17:45:53.764Z] ---> 1155b7630d4d [2021-02-02T17:45:53.764Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T17:45:53.764Z] ---> Running in 116789b64b52 [2021-02-02T17:45:53.764Z] Removing intermediate container 716d3fb991ee [2021-02-02T17:45:53.764Z] ---> 8b8d86c41167 [2021-02-02T17:45:53.764Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:45:53.764Z] ---> Running in 24d663015763 [2021-02-02T17:45:54.452Z] Removing intermediate container e232c17cc81d [2021-02-02T17:45:54.452Z] ---> 2b91dac0f48f [2021-02-02T17:45:54.452Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T17:45:54.452Z] Removing intermediate container 116789b64b52 [2021-02-02T17:45:54.452Z] ---> c134aec1bf1b [2021-02-02T17:45:54.452Z] Step 21/22 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 [2021-02-02T17:45:54.452Z] Removing intermediate container 24d663015763 [2021-02-02T17:45:54.452Z] ---> 65dbdba6ade4 [2021-02-02T17:45:54.452Z] Step 22/23 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 [2021-02-02T17:45:54.783Z] ---> Running in b2cfe87fac8d [2021-02-02T17:45:54.783Z] ---> Running in 332cdfd3b244 [2021-02-02T17:45:54.783Z] ---> Running in 82e1a2b34cce [2021-02-02T17:45:55.096Z] ---> 0e185831cf98 [2021-02-02T17:45:55.096Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-02T17:45:55.804Z] Removing intermediate container b2cfe87fac8d [2021-02-02T17:45:55.804Z] ---> 3ca0af9c09ba [2021-02-02T17:45:55.804Z] [2021-02-02T17:45:55.804Z] Removing intermediate container 82e1a2b34cce [2021-02-02T17:45:55.804Z] ---> 9602ef19a656 [2021-02-02T17:45:55.805Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T17:45:55.805Z] Removing intermediate container 332cdfd3b244 [2021-02-02T17:45:55.805Z] ---> 48d883b93304 [2021-02-02T17:45:55.805Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T17:45:56.166Z] ---> Running in 296deefcd449 [2021-02-02T17:45:56.166Z] ---> Running in 6c0229d66b83 [2021-02-02T17:45:56.515Z] Removing intermediate container a0ca15e3ca33 [2021-02-02T17:45:56.515Z] ---> c67b965461a7 [2021-02-02T17:45:56.515Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:45:57.181Z] Successfully built 3ca0af9c09ba [2021-02-02T17:45:57.181Z] Removing intermediate container 296deefcd449 [2021-02-02T17:45:57.181Z] ---> d9a6f633ae92 [2021-02-02T17:45:57.181Z] [2021-02-02T17:45:57.181Z] Removing intermediate container 6c0229d66b83 [2021-02-02T17:45:57.181Z] ---> 7484b24d96df [2021-02-02T17:45:57.181Z] [2021-02-02T17:45:57.181Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-02T17:45:57.181Z] Building docker-security-proxy-setup-go [2021-02-02T17:45:57.181Z]  Building docker-support-scheduler-go ... done  ---> af14785520d2 [2021-02-02T17:45:57.181Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-02T17:45:57.891Z] ---> cd9258082d44 [2021-02-02T17:45:57.891Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-02T17:45:57.891Z] Successfully built d9a6f633ae92 [2021-02-02T17:45:58.323Z] Successfully built 7484b24d96df [2021-02-02T17:45:58.323Z] Successfully tagged docker-core-metadata-go:latest [2021-02-02T17:45:58.323Z] Building docker-security-secretstore-setup-go [2021-02-02T17:45:58.323Z]  Building docker-core-metadata-go ... done Successfully tagged docker-support-notifications-go:latest [2021-02-02T17:45:58.323Z] Building docker-sys-mgmt-agent-go [2021-02-02T17:45:58.323Z]  Building docker-support-notifications-go ... done  ---> 1138b7728f9f [2021-02-02T17:45:58.323Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-02T17:45:58.608Z] ---> Running in 9c6a4021bdb5 [2021-02-02T17:45:59.243Z] ---> 31dfa997bc64 [2021-02-02T17:45:59.243Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-02T17:45:59.243Z] Removing intermediate container 9c6a4021bdb5 [2021-02-02T17:45:59.243Z] ---> 83511985a63e [2021-02-02T17:45:59.243Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:45:59.243Z] ---> Running in e1e343e1e5ca [2021-02-02T17:45:59.907Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.873s coverage: 29.1% of statements [2021-02-02T17:45:59.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-02T17:45:59.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-02T17:45:59.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-02T17:45:59.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-02T17:45:59.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-02T17:45:59.907Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.255s coverage: 99.0% of statements [2021-02-02T17:45:59.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-02T17:45:59.907Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.139s coverage: 100.0% of statements [2021-02-02T17:45:59.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-02T17:45:59.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-02T17:45:59.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-02T17:45:59.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-02T17:45:59.907Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.181s coverage: 100.0% of statements [2021-02-02T17:45:59.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-02T17:45:59.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:45:59.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-02T17:45:59.907Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-02-02T17:45:59.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-02T17:45:59.907Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements [2021-02-02T17:45:59.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-02T17:45:59.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-02T17:45:59.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-02T17:45:59.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-02T17:45:59.907Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements [2021-02-02T17:45:59.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-02T17:45:59.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-02T17:45:59.907Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.082s coverage: 100.0% of statements [2021-02-02T17:45:59.907Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2021-02-02T17:45:59.907Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.090s coverage: 100.0% of statements [2021-02-02T17:46:00.182Z] GO111MODULE=on go vet ./... [2021-02-02T17:46:00.229Z] Removing intermediate container e1e343e1e5ca [2021-02-02T17:46:00.229Z] ---> c983f820f904 [2021-02-02T17:46:00.229Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T17:46:00.229Z] ---> 74d5b8745bd9 [2021-02-02T17:46:00.229Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-02T17:46:00.532Z] ---> Running in 32ab66073ec1 [2021-02-02T17:46:02.640Z] Removing intermediate container 32ab66073ec1 [2021-02-02T17:46:02.640Z] ---> ec3cb3b322c5 [2021-02-02T17:46:02.640Z] Step 22/23 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 [2021-02-02T17:46:02.912Z] ---> 870b28cd97c2 [2021-02-02T17:46:02.912Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-02T17:46:03.182Z] ---> Running in 7ceccdafcdca [2021-02-02T17:46:03.834Z] Removing intermediate container 7ceccdafcdca [2021-02-02T17:46:03.834Z] ---> b54bac1e1d5f [2021-02-02T17:46:03.834Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T17:46:03.834Z] ---> e02168e082e5 [2021-02-02T17:46:03.834Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-02T17:46:03.834Z] ---> Running in 1c200bdf5e56 [2021-02-02T17:46:06.167Z] ---> Running in 5eaea8ba7d08 [2021-02-02T17:46:06.167Z] Removing intermediate container 1c200bdf5e56 [2021-02-02T17:46:06.167Z] ---> 9f16ff8fe567 [2021-02-02T17:46:06.167Z] [2021-02-02T17:46:07.310Z] Successfully built 9f16ff8fe567 [2021-02-02T17:46:07.601Z] Successfully tagged docker-core-data-go:latest [2021-02-02T17:46:07.601Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-02-02T17:46:07.889Z] Removing intermediate container 5eaea8ba7d08 [2021-02-02T17:46:07.889Z] ---> 0251da0d2a83 [2021-02-02T17:46:07.889Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-02T17:46:08.555Z] ---> e82534dd38d6 [2021-02-02T17:46:08.555Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-02T17:46:09.595Z] ---> Running in 05798c6e0322 [2021-02-02T17:46:15.266Z] Removing intermediate container 05798c6e0322 [2021-02-02T17:46:15.266Z] ---> d65aa2de3726 [2021-02-02T17:46:15.266Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-02T17:46:15.266Z] ---> Running in 3c477bf4a111 [2021-02-02T17:46:15.544Z] Removing intermediate container 3c477bf4a111 [2021-02-02T17:46:15.544Z] ---> 09e511c8e8e1 [2021-02-02T17:46:15.544Z] Step 28/31 : CMD ["gate"] [2021-02-02T17:46:15.854Z] ---> Running in 788b6cac9d44 [2021-02-02T17:46:16.557Z] Removing intermediate container 788b6cac9d44 [2021-02-02T17:46:16.557Z] ---> a0a79f2ab30f [2021-02-02T17:46:16.557Z] Step 29/31 : LABEL arch=x86_64 [2021-02-02T17:46:17.254Z] ---> Running in 1f1ef4341082 [2021-02-02T17:46:17.890Z] Removing intermediate container 1f1ef4341082 [2021-02-02T17:46:17.890Z] ---> e4bd1fa14608 [2021-02-02T17:46:17.890Z] Step 30/31 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 [2021-02-02T17:46:18.940Z] ---> Running in 831b7a9fa94a [2021-02-02T17:46:19.575Z] Removing intermediate container 831b7a9fa94a [2021-02-02T17:46:19.575Z] ---> f51708cb8728 [2021-02-02T17:46:19.575Z] Step 31/31 : LABEL version=0.0.0 [2021-02-02T17:46:19.575Z] ---> Running in 403b772b34f0 [2021-02-02T17:46:20.796Z] Removing intermediate container 403b772b34f0 [2021-02-02T17:46:20.796Z] ---> 2d9a075cb33a [2021-02-02T17:46:20.796Z] [2021-02-02T17:46:21.133Z] Successfully built 2d9a075cb33a [2021-02-02T17:46:21.133Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-02T17:46:48.489Z]  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:46:48.489Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:46:48.489Z] ---> aef09a26627d [2021-02-02T17:46:48.489Z] Step 3/24 : WORKDIR /edgex-go [2021-02-02T17:46:48.489Z] ---> Using cache [2021-02-02T17:46:48.489Z] ---> ad16becf1b19 [2021-02-02T17:46:48.489Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:46:48.489Z] ---> Using cache [2021-02-02T17:46:48.489Z] ---> d0b6a189bc22 [2021-02-02T17:46:48.489Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-02T17:46:48.489Z] ---> Using cache [2021-02-02T17:46:48.489Z] ---> 7aa974984bf8 [2021-02-02T17:46:48.489Z] Step 6/24 : COPY go.mod . [2021-02-02T17:46:48.489Z] ---> Using cache [2021-02-02T17:46:48.489Z] ---> 348b13e9c4f3 [2021-02-02T17:46:48.489Z] Step 7/24 : RUN go mod download [2021-02-02T17:46:48.489Z] ---> Using cache [2021-02-02T17:46:48.489Z] ---> b572cdbfb03d [2021-02-02T17:46:48.489Z] Step 8/24 : COPY . . [2021-02-02T17:46:48.489Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:46:48.489Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:46:48.489Z] ---> aef09a26627d [2021-02-02T17:46:48.489Z] Step 3/26 : WORKDIR /edgex-go [2021-02-02T17:46:48.489Z] ---> Using cache [2021-02-02T17:46:48.489Z] ---> ad16becf1b19 [2021-02-02T17:46:48.489Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:46:48.489Z] ---> Using cache [2021-02-02T17:46:48.489Z] ---> d0b6a189bc22 [2021-02-02T17:46:48.489Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-02T17:46:48.489Z] ---> Using cache [2021-02-02T17:46:48.489Z] ---> ed8d1b23ea21 [2021-02-02T17:46:48.489Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-02T17:46:48.489Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:46:48.489Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:46:48.489Z] ---> aef09a26627d [2021-02-02T17:46:48.489Z] Step 3/21 : WORKDIR /edgex-go [2021-02-02T17:46:48.489Z] ---> Using cache [2021-02-02T17:46:48.489Z] ---> ad16becf1b19 [2021-02-02T17:46:48.489Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:46:48.489Z] ---> Using cache [2021-02-02T17:46:48.489Z] ---> d0b6a189bc22 [2021-02-02T17:46:48.489Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-02T17:46:48.489Z] ---> Using cache [2021-02-02T17:46:48.489Z] ---> 7aa974984bf8 [2021-02-02T17:46:48.489Z] Step 6/21 : COPY go.mod . [2021-02-02T17:46:48.489Z] ---> Using cache [2021-02-02T17:46:48.489Z] ---> 348b13e9c4f3 [2021-02-02T17:46:48.489Z] Step 7/21 : RUN go mod download [2021-02-02T17:46:48.489Z] ---> Using cache [2021-02-02T17:46:48.489Z] ---> b572cdbfb03d [2021-02-02T17:46:48.489Z] Step 8/21 : COPY . . [2021-02-02T17:46:48.489Z] ---> Using cache [2021-02-02T17:46:48.489Z] ---> ed8d1b23ea21 [2021-02-02T17:46:48.489Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-02T17:46:48.489Z] ---> Running in f1e1e1911edd [2021-02-02T17:46:48.489Z] ---> Running in 2fb84fc23693 [2021-02-02T17:46:48.489Z] ---> Running in 4df1ce7a56ff [2021-02-02T17:46:48.489Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:46:48.489Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:46:48.489Z] ---> aef09a26627d [2021-02-02T17:46:48.489Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T17:46:48.489Z] ---> Using cache [2021-02-02T17:46:48.489Z] ---> ad16becf1b19 [2021-02-02T17:46:48.489Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:46:48.489Z] ---> Using cache [2021-02-02T17:46:48.489Z] ---> d0b6a189bc22 [2021-02-02T17:46:48.489Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T17:46:48.489Z] ---> Using cache [2021-02-02T17:46:48.489Z] ---> 7aa974984bf8 [2021-02-02T17:46:48.489Z] Step 6/23 : COPY go.mod . [2021-02-02T17:46:48.489Z] ---> Using cache [2021-02-02T17:46:48.489Z] ---> 348b13e9c4f3 [2021-02-02T17:46:48.489Z] Step 7/23 : RUN go mod download [2021-02-02T17:46:48.489Z] ---> Using cache [2021-02-02T17:46:48.489Z] ---> b572cdbfb03d [2021-02-02T17:46:48.489Z] Step 8/23 : COPY . . [2021-02-02T17:46:48.489Z] ---> Using cache [2021-02-02T17:46:48.489Z] ---> ed8d1b23ea21 [2021-02-02T17:46:48.489Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-02T17:46:49.160Z] ---> Running in 5882bf44fd95 [2021-02-02T17:46:49.820Z] 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-02-02T17:46:49.820Z] 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-02-02T17:46:49.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:46:50.878Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:46:50.878Z] 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-02-02T17:46:51.956Z] OK: 233 MiB in 51 packages [2021-02-02T17:46:53.544Z] Removing intermediate container 4df1ce7a56ff [2021-02-02T17:46:53.544Z] ---> c4308d3fa23f [2021-02-02T17:46:53.544Z] Step 6/26 : COPY go.mod . [2021-02-02T17:46:56.837Z] ---> 5bb32cbd79e8 [2021-02-02T17:46:56.837Z] Step 7/26 : RUN go mod download [2021-02-02T17:46:57.246Z] ---> Running in a3f2cf4de773 [2021-02-02T17:47:06.088Z] Removing intermediate container a3f2cf4de773 [2021-02-02T17:47:06.088Z] ---> 6bf64cb58b77 [2021-02-02T17:47:06.088Z] Step 8/26 : COPY . . [2021-02-02T17:47:22.150Z] gofmt -l . [2021-02-02T17:47:23.585Z] [ "`gofmt -l .`" = "" ] [2021-02-02T17:47:26.980Z] ./bin/test-go-mod-tidy.sh [2021-02-02T17:47:27.586Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-02T17:47:29.128Z] 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-02-02T17:47:29.128Z] 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-02-02T17:47:29.681Z] + ls -al . [2021-02-02T17:47:29.681Z] total 712 [2021-02-02T17:47:29.681Z] drwxrwxr-x 9 1001 1001 4096 Feb 2 17:47 . [2021-02-02T17:47:29.681Z] drwxr-xr-x 4 root root 4096 Feb 2 17:42 .. [2021-02-02T17:47:29.681Z] -rw-rw-r-- 1 1001 1001 11 Feb 2 17:41 .dockerignore [2021-02-02T17:47:29.681Z] drwxrwxr-x 8 1001 1001 4096 Feb 2 17:41 .git [2021-02-02T17:47:29.681Z] drwxrwxr-x 3 1001 1001 4096 Feb 2 17:41 .github [2021-02-02T17:47:29.681Z] -rw-rw-r-- 1 1001 1001 872 Feb 2 17:41 .gitignore [2021-02-02T17:47:29.681Z] -rw-rw-r-- 1 1001 1001 166 Feb 2 17:41 .sonarcloud.properties [2021-02-02T17:47:29.681Z] -rw-rw-r-- 1 1001 1001 7859 Feb 2 17:41 Attribution.txt [2021-02-02T17:47:29.681Z] -rw-rw-r-- 1 1001 1001 3804 Feb 2 17:41 CONTRIBUTING.md [2021-02-02T17:47:29.681Z] -rw-rw-r-- 1 1001 1001 931 Feb 2 17:41 Dockerfile.build [2021-02-02T17:47:29.681Z] -rw-rw-r-- 1 1001 1001 863 Feb 2 17:41 Jenkinsfile [2021-02-02T17:47:29.681Z] -rw-rw-r-- 1 1001 1001 10775 Feb 2 17:41 LICENSE [2021-02-02T17:47:29.681Z] -rw-rw-r-- 1 1001 1001 6001 Feb 2 17:41 Makefile [2021-02-02T17:47:29.681Z] -rw-rw-r-- 1 1001 1001 6524 Feb 2 17:41 README.md [2021-02-02T17:47:29.681Z] -rw-rw-r-- 1 1001 1001 6755 Feb 2 17:41 SECURITY.md [2021-02-02T17:47:29.681Z] -rw-rw-r-- 1 1001 1001 5 Feb 2 17:35 VERSION [2021-02-02T17:47:29.681Z] -rw-rw-r-- 1 1001 1001 4131 Feb 2 17:41 ZMQWindows.md [2021-02-02T17:47:29.681Z] drwxrwxr-x 2 1001 1001 4096 Feb 2 17:41 bin [2021-02-02T17:47:29.681Z] drwxrwxr-x 15 1001 1001 4096 Feb 2 17:41 cmd [2021-02-02T17:47:29.681Z] -rw-r--r-- 1 root root 578674 Feb 2 17:45 coverage.out [2021-02-02T17:47:29.681Z] -rw-r--r-- 1 root root 1054 Feb 2 17:47 go.mod [2021-02-02T17:47:29.681Z] -rw-r--r-- 1 root root 19517 Feb 2 17:47 go.sum [2021-02-02T17:47:29.681Z] drwxrwxr-x 8 1001 1001 4096 Feb 2 17:41 internal [2021-02-02T17:47:29.681Z] drwxrwxr-x 4 1001 1001 4096 Feb 2 17:41 openapi [2021-02-02T17:47:29.681Z] drwxrwxr-x 4 1001 1001 4096 Feb 2 17:41 snap [2021-02-02T17:47:29.681Z] -rw-rw-r-- 1 1001 1001 168 Feb 2 17:41 version.go [Pipeline] sh [2021-02-02T17:47:30.348Z] + '[' -e coverage.out ] [2021-02-02T17:47:30.348Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-02T17:47:30.427Z] Warning: overwriting stash ‘coverage-report’ [2021-02-02T17:47:31.785Z] Stashed 1 file(s) [Pipeline] sh [2021-02-02T17:47:32.455Z] + make build [2021-02-02T17:47:32.455Z] 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-02-02T17:47:41.741Z] Removing intermediate container 5882bf44fd95 [2021-02-02T17:47:41.741Z] ---> 9c14d9a4a1c8 [2021-02-02T17:47:41.741Z] [2021-02-02T17:47:41.741Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T17:47:41.741Z] ---> 389fef711851 [2021-02-02T17:47:41.741Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T17:47:41.741Z] ---> Using cache [2021-02-02T17:47:41.741Z] ---> 2ee3161b8e00 [2021-02-02T17:47:41.741Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:47:41.741Z] ---> Using cache [2021-02-02T17:47:41.741Z] ---> 1580e37b0afb [2021-02-02T17:47:41.741Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-02T17:47:41.741Z] Removing intermediate container f1e1e1911edd [2021-02-02T17:47:41.741Z] ---> 9f5365da8384 [2021-02-02T17:47:41.741Z] [2021-02-02T17:47:41.741Z] Step 10/24 : FROM alpine:3.12 [2021-02-02T17:47:41.741Z] ---> 389fef711851 [2021-02-02T17:47:41.741Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-02T17:47:41.741Z] ---> Running in 9bc1b6d9cd13 [2021-02-02T17:47:41.741Z] Removing intermediate container 2fb84fc23693 [2021-02-02T17:47:41.741Z] ---> 2e788756e671 [2021-02-02T17:47:41.741Z] [2021-02-02T17:47:41.741Z] Step 10/21 : FROM alpine:3.12 [2021-02-02T17:47:41.741Z] ---> 389fef711851 [2021-02-02T17:47:41.741Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-02T17:47:41.741Z] ---> Running in f1a4cffdd2e8 [2021-02-02T17:47:41.741Z] ---> Running in cd730f5dd365 [2021-02-02T17:47:41.741Z] Removing intermediate container 9bc1b6d9cd13 [2021-02-02T17:47:41.741Z] ---> fac234cd7598 [2021-02-02T17:47:41.741Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T17:47:42.024Z] ---> cdbf184d2d4a [2021-02-02T17:47:42.024Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-02T17:47:42.024Z] ---> Running in 180663f9109c [2021-02-02T17:47:42.024Z] ---> Running in d923f4cebba1 [2021-02-02T17:47:42.629Z] Removing intermediate container 180663f9109c [2021-02-02T17:47:42.629Z] ---> a30e62940013 [2021-02-02T17:47:42.629Z] Step 15/23 : WORKDIR / [2021-02-02T17:47:42.629Z] ---> Running in 4c33845cc85d [2021-02-02T17:47:42.918Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:47:42.918Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:47:43.186Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:47:43.186Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:47:43.186Z] Removing intermediate container 4c33845cc85d [2021-02-02T17:47:43.186Z] ---> bd70ebc0ef42 [2021-02-02T17:47:43.186Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:47:43.186Z] 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-02-02T17:47:43.186Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-02T17:47:43.463Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T17:47:43.463Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-02T17:47:43.463Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-02T17:47:43.463Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T17:47:43.463Z] (4/4) Installing curl (7.69.1-r3) [2021-02-02T17:47:43.463Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-02T17:47:43.463Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:47:43.463Z] (4/5) Installing curl (7.69.1-r3) [2021-02-02T17:47:43.463Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-02T17:47:43.463Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:47:43.463Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T17:47:43.463Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T17:47:43.752Z] OK: 7 MiB in 18 packages [2021-02-02T17:47:43.752Z] OK: 7 MiB in 19 packages [2021-02-02T17:47:44.041Z] ---> 8bfec37296bf [2021-02-02T17:47:44.041Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-02T17:47:44.876Z] 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-02-02T17:47:46.071Z] ---> cb88b541d9e0 [2021-02-02T17:47:46.071Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-02T17:47:46.407Z] Removing intermediate container f1a4cffdd2e8 [2021-02-02T17:47:46.407Z] ---> ac97a814f48a [2021-02-02T17:47:46.407Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T17:47:46.407Z] Removing intermediate container cd730f5dd365 [2021-02-02T17:47:46.407Z] ---> 2a04ce9d931d [2021-02-02T17:47:46.407Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T17:47:46.750Z] ---> Running in 934e2c78ab10 [2021-02-02T17:47:46.750Z] ---> Running in 2011ed7223ce [2021-02-02T17:47:47.042Z] ---> a3f0bd9658c4 [2021-02-02T17:47:47.042Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-02T17:47:47.374Z] Removing intermediate container 2011ed7223ce [2021-02-02T17:47:47.374Z] ---> 644f72d3016d [2021-02-02T17:47:47.374Z] Step 13/24 : WORKDIR / [2021-02-02T17:47:47.374Z] Removing intermediate container 934e2c78ab10 [2021-02-02T17:47:47.374Z] ---> 3cb579580918 [2021-02-02T17:47:47.374Z] Step 13/21 : WORKDIR /edgex [2021-02-02T17:47:47.374Z] ---> Running in ad2a8631ea70 [2021-02-02T17:47:47.374Z] ---> Running in b8d98f4bc0c3 [2021-02-02T17:47:47.374Z] ---> Running in 26503a969883 [2021-02-02T17:47:47.695Z] Removing intermediate container ad2a8631ea70 [2021-02-02T17:47:47.695Z] ---> f06ced7cddd6 [2021-02-02T17:47:47.695Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:47:47.994Z] ---> Running in b26dc10e52af [2021-02-02T17:47:47.995Z] Removing intermediate container b8d98f4bc0c3 [2021-02-02T17:47:47.995Z] ---> 736de9313eae [2021-02-02T17:47:47.995Z] 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-02-02T17:47:48.338Z] Removing intermediate container 26503a969883 [2021-02-02T17:47:48.338Z] ---> 0f007d403dfd [2021-02-02T17:47:48.338Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-02T17:47:48.645Z] Removing intermediate container b26dc10e52af [2021-02-02T17:47:48.645Z] ---> 7a5ea1e34e9b [2021-02-02T17:47:48.645Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T17:47:48.931Z] ---> 4cfc1749107a [2021-02-02T17:47:48.931Z] 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-02-02T17:47:48.931Z] ---> Running in 1aaaef5095fe [2021-02-02T17:47:49.589Z] ---> 28cd4f2fad1b [2021-02-02T17:47:49.589Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-02T17:47:49.589Z] Removing intermediate container 1aaaef5095fe [2021-02-02T17:47:49.589Z] ---> 5a2ba57dee1c [2021-02-02T17:47:49.589Z] Step 22/23 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 [2021-02-02T17:47:49.882Z] ---> 3e27da601c97 [2021-02-02T17:47:49.882Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-02T17:47:49.882Z] ---> Running in 0a7a5dd6325e [2021-02-02T17:47:50.496Z] Removing intermediate container 0a7a5dd6325e [2021-02-02T17:47:50.496Z] ---> 0488fac778c8 [2021-02-02T17:47:50.496Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T17:47:50.496Z] ---> 062e9ab57e17 [2021-02-02T17:47:50.496Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-02T17:47:50.496Z] ---> cd2785e160f2 [2021-02-02T17:47:50.496Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-02T17:47:50.496Z] ---> Running in 5ded41cf9dd0 [2021-02-02T17:47:51.117Z] Removing intermediate container 5ded41cf9dd0 [2021-02-02T17:47:51.117Z] ---> 6cc3d476d66d [2021-02-02T17:47:51.117Z] [2021-02-02T17:47:51.750Z] ---> 064fd9ee30af [2021-02-02T17:47:51.750Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-02T17:47:51.750Z] Successfully built 6cc3d476d66d [2021-02-02T17:47:51.750Z] ---> d0db0959ef83 [2021-02-02T17:47:51.750Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-02T17:47:51.750Z] Successfully tagged docker-core-command-go:latest [2021-02-02T17:47:51.750Z]  Building docker-core-command-go ... done  ---> Running in 67e401a02ee1 [2021-02-02T17:47:52.409Z] Removing intermediate container 67e401a02ee1 [2021-02-02T17:47:52.409Z] ---> 9d5476e88be4 [2021-02-02T17:47:52.409Z] Step 18/21 : CMD ["--init=true"] [2021-02-02T17:47:53.087Z] ---> Running in 294cb8a2cc44 [2021-02-02T17:47:53.087Z] ---> 3483339457d7 [2021-02-02T17:47:53.087Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-02T17:47:53.773Z] Removing intermediate container 294cb8a2cc44 [2021-02-02T17:47:53.773Z] ---> fc5173d78503 [2021-02-02T17:47:53.773Z] Step 19/21 : LABEL arch=x86_64 [2021-02-02T17:47:54.089Z] ---> b3c66b6ed95e [2021-02-02T17:47:54.089Z] 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-02-02T17:47:54.089Z] ---> Running in 418c40a5c6d2 [2021-02-02T17:47:54.089Z] ---> Running in 91bf317e3ba5 [2021-02-02T17:47:54.717Z] Removing intermediate container 418c40a5c6d2 [2021-02-02T17:47:54.717Z] ---> cd28f6acf240 [2021-02-02T17:47:54.717Z] Step 20/21 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 [2021-02-02T17:47:54.717Z] ---> Running in 63611285cd25 [2021-02-02T17:47:55.801Z] Removing intermediate container 63611285cd25 [2021-02-02T17:47:55.801Z] ---> d0fdfd841148 [2021-02-02T17:47:55.801Z] Step 21/21 : LABEL version=0.0.0 [2021-02-02T17:47:55.801Z] ---> Running in e31b4323910e [2021-02-02T17:47:56.571Z] Removing intermediate container e31b4323910e [2021-02-02T17:47:56.571Z] ---> 18888d00a66b [2021-02-02T17:47:56.571Z] [2021-02-02T17:47:56.884Z] Removing intermediate container 91bf317e3ba5 [2021-02-02T17:47:56.884Z] ---> 4a4cdb6205df [2021-02-02T17:47:56.884Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-02T17:47:57.176Z] Successfully built 18888d00a66b [2021-02-02T17:47:57.176Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-02T17:47:57.176Z]  Building docker-security-proxy-setup-go ... done  ---> Running in eb7d293ccad5 [2021-02-02T17:47:57.452Z] Removing intermediate container eb7d293ccad5 [2021-02-02T17:47:57.452Z] ---> 4f250442c15f [2021-02-02T17:47:57.452Z] Step 22/24 : LABEL arch=x86_64 [2021-02-02T17:47:57.722Z] ---> Running in adc8990f9251 [2021-02-02T17:47:57.990Z] Removing intermediate container adc8990f9251 [2021-02-02T17:47:57.990Z] ---> 26ad6e62bb29 [2021-02-02T17:47:57.990Z] Step 23/24 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 [2021-02-02T17:47:57.990Z] ---> Running in d70dc29c04f3 [2021-02-02T17:47:58.283Z] Removing intermediate container d70dc29c04f3 [2021-02-02T17:47:58.283Z] ---> 8411bbee1ad2 [2021-02-02T17:47:58.283Z] Step 24/24 : LABEL version=0.0.0 [2021-02-02T17:47:58.556Z] ---> Running in 0e198efecd95 [2021-02-02T17:47:58.841Z] Removing intermediate container 0e198efecd95 [2021-02-02T17:47:58.841Z] ---> 726335e3c4e1 [2021-02-02T17:47:58.841Z] [2021-02-02T17:47:59.424Z] Successfully built 726335e3c4e1 [2021-02-02T17:47:59.424Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-02T17:48:00.848Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container d923f4cebba1 [2021-02-02T17:48:00.848Z] ---> cb0b3200884c [2021-02-02T17:48:00.848Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-02T17:48:00.848Z] ---> Running in b665f60a6e4e [2021-02-02T17:48:01.818Z] 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-02-02T17:48:03.268Z] Removing intermediate container b665f60a6e4e [2021-02-02T17:48:03.268Z] ---> e01234dd4a72 [2021-02-02T17:48:03.268Z] [2021-02-02T17:48:03.268Z] Step 11/26 : FROM docker:20.10.0 [2021-02-02T17:48:03.549Z] 20.10.0: Pulling from library/docker [2021-02-02T17:48:11.917Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-02T17:48:11.917Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-02T17:48:11.917Z] ---> aefe523efa57 [2021-02-02T17:48:11.917Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-02T17:48:11.917Z] ---> Running in f4c035f98b86 [2021-02-02T17:48:12.543Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:48:12.814Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:48:13.083Z] (1/2) Installing readline (8.0.4-r0) [2021-02-02T17:48:13.083Z] (2/2) Installing bash (5.0.17-r0) [2021-02-02T17:48:13.083Z] Executing bash-5.0.17-r0.post-install [2021-02-02T17:48:13.083Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:48:13.083Z] OK: 12 MiB in 22 packages [2021-02-02T17:48:13.677Z] Removing intermediate container f4c035f98b86 [2021-02-02T17:48:13.677Z] ---> fb57fc2029df [2021-02-02T17:48:13.677Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-02T17:48:13.677Z] ---> Running in 19a98bfbae51 [2021-02-02T17:48:13.958Z] Removing intermediate container 19a98bfbae51 [2021-02-02T17:48:13.958Z] ---> 4000a90eb717 [2021-02-02T17:48:13.958Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-02T17:48:14.224Z] ---> Running in af418a63bf50 [2021-02-02T17:48:14.499Z] Removing intermediate container af418a63bf50 [2021-02-02T17:48:14.499Z] ---> 0157e6dde8da [2021-02-02T17:48:14.499Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-02T17:48:14.499Z] ---> Running in 0cf92b515704 [2021-02-02T17:48:14.776Z] Removing intermediate container 0cf92b515704 [2021-02-02T17:48:14.776Z] ---> c38fbc89058a [2021-02-02T17:48:14.776Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-02T17:48:15.389Z] ---> a54c04484dd0 [2021-02-02T17:48:15.389Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-02T17:48:15.660Z] ---> 03dcb0063ba2 [2021-02-02T17:48:15.660Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-02T17:48:16.245Z] ---> 6b07d3bfbffe [2021-02-02T17:48:16.245Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-02T17:48:16.245Z] ---> Running in 66c25d2435f2 [2021-02-02T17:48:16.855Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:48:17.125Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:48:17.237Z] 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-02-02T17:48:17.393Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-02T17:48:17.393Z] (2/33) Installing expat (2.2.9-r1) [2021-02-02T17:48:17.393Z] (3/33) Installing libffi (3.3-r2) [2021-02-02T17:48:17.393Z] (4/33) Installing gdbm (1.13-r1) [2021-02-02T17:48:17.393Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-02T17:48:17.393Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-02T17:48:17.393Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-02T17:48:17.830Z] 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-02-02T17:48:18.830Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-02T17:48:18.830Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-02T17:48:18.830Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-02T17:48:18.830Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-02T17:48:18.830Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-02T17:48:18.830Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-02T17:48:18.830Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-02T17:48:18.830Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-02T17:48:18.830Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-02T17:48:18.830Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-02T17:48:18.830Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-02T17:48:18.830Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-02T17:48:19.102Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-02T17:48:19.102Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-02T17:48:19.102Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-02T17:48:19.102Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-02T17:48:19.102Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-02T17:48:19.102Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-02T17:48:19.102Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-02T17:48:19.102Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-02T17:48:19.102Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-02T17:48:19.368Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-02T17:48:19.368Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-02T17:48:19.368Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-02T17:48:19.368Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-02T17:48:19.368Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-02T17:48:19.368Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:48:19.368Z] OK: 71 MiB in 55 packages [2021-02-02T17:48:24.544Z] 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-02-02T17:48:25.975Z] 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-02-02T17:48:29.473Z] Removing intermediate container 66c25d2435f2 [2021-02-02T17:48:29.473Z] ---> aba9d78a7918 [2021-02-02T17:48:29.473Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-02T17:48:29.473Z] ---> Running in dd8b2143f6c5 [2021-02-02T17:48:30.472Z] Collecting docker-compose==1.23.2 [2021-02-02T17:48:30.472Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-02T17:48:30.741Z] Collecting jsonschema<3,>=2.5.1 [2021-02-02T17:48:30.741Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-02T17:48:31.015Z] Collecting cached-property<2,>=1.2.0 [2021-02-02T17:48:31.015Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-02T17:48:31.015Z] 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-02-02T17:48:31.015Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-02T17:48:31.015Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-02T17:48:32.000Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-02T17:48:32.000Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-02T17:48:32.000Z] Collecting PyYAML<4,>=3.10 [2021-02-02T17:48:32.281Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-02T17:48:32.706Z] 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-02-02T17:48:33.248Z] Collecting texttable<0.10,>=0.9.0 [2021-02-02T17:48:33.248Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-02T17:48:33.835Z] Collecting docker<4.0,>=3.6.0 [2021-02-02T17:48:34.102Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-02T17:48:34.102Z] Collecting docopt<0.7,>=0.6.1 [2021-02-02T17:48:34.102Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-02T17:48:35.069Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-02T17:48:35.660Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-02T17:48:35.930Z] Collecting docker-pycreds>=0.4.0 [2021-02-02T17:48:35.930Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-02T17:48:36.201Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-02T17:48:36.201Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-02T17:48:36.479Z] Collecting idna<2.8,>=2.5 [2021-02-02T17:48:36.479Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-02T17:48:36.479Z] 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-02-02T17:48:36.479Z] 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-02-02T17:48:36.479Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-02T17:48:36.479Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-02T17:48:36.479Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-02T17:48:36.479Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-02T17:48:36.759Z] Installing collected packages: jsonschema, cached-property, dockerpty, websocket-client, PyYAML, texttable, urllib3, idna, requests, docker-pycreds, docker, docopt, docker-compose [2021-02-02T17:48:36.759Z] Running setup.py install for dockerpty: started [2021-02-02T17:48:37.345Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-02T17:48:37.614Z] Running setup.py install for PyYAML: started [2021-02-02T17:48:38.218Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-02T17:48:38.218Z] Running setup.py install for texttable: started [2021-02-02T17:48:38.807Z] Running setup.py install for texttable: finished with status 'done' [2021-02-02T17:48:38.807Z] Attempting uninstall: urllib3 [2021-02-02T17:48:38.807Z] Found existing installation: urllib3 1.25.9 [2021-02-02T17:48:38.807Z] Uninstalling urllib3-1.25.9: [2021-02-02T17:48:39.075Z] Successfully uninstalled urllib3-1.25.9 [2021-02-02T17:48:39.342Z] Attempting uninstall: idna [2021-02-02T17:48:39.342Z] Found existing installation: idna 2.9 [2021-02-02T17:48:39.342Z] Uninstalling idna-2.9: [2021-02-02T17:48:39.342Z] Successfully uninstalled idna-2.9 [2021-02-02T17:48:39.417Z] 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-02-02T17:48:39.610Z] Attempting uninstall: requests [2021-02-02T17:48:39.610Z] Found existing installation: requests 2.23.0 [2021-02-02T17:48:39.610Z] Uninstalling requests-2.23.0: [2021-02-02T17:48:39.610Z] Successfully uninstalled requests-2.23.0 [2021-02-02T17:48:40.207Z] Running setup.py install for docopt: started [2021-02-02T17:48:40.814Z] Running setup.py install for docopt: finished with status 'done' [2021-02-02T17:48:41.089Z] 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.57.0 [2021-02-02T17:48:42.804Z] 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-02-02T17:48:44.683Z] Removing intermediate container dd8b2143f6c5 [2021-02-02T17:48:44.683Z] ---> ef40c0a47c07 [2021-02-02T17:48:44.683Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-02T17:48:44.683Z] ---> Running in 6ee9b8234e48 [2021-02-02T17:48:46.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:48:46.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:48:46.144Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T17:48:46.144Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-02T17:48:46.144Z] (3/3) Installing curl (7.69.1-r3) [2021-02-02T17:48:46.144Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:48:46.144Z] OK: 72 MiB in 58 packages [2021-02-02T17:48:47.144Z] Removing intermediate container 6ee9b8234e48 [2021-02-02T17:48:47.144Z] ---> d3d1e5fdd536 [2021-02-02T17:48:47.144Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-02T17:48:47.409Z] ---> Running in 9d68a5e2760c [2021-02-02T17:48:47.673Z] Removing intermediate container 9d68a5e2760c [2021-02-02T17:48:47.673Z] ---> ea5886c708a1 [2021-02-02T17:48:47.673Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:48:47.673Z] ---> Running in 4a6f0dcf3d7d [2021-02-02T17:48:47.940Z] Removing intermediate container 4a6f0dcf3d7d [2021-02-02T17:48:47.940Z] ---> 4bff029ee9aa [2021-02-02T17:48:47.940Z] Step 24/26 : LABEL arch=x86_64 [2021-02-02T17:48:47.940Z] ---> Running in 1efc002460de [2021-02-02T17:48:48.203Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-02T17:48:48.221Z] Removing intermediate container 1efc002460de [2021-02-02T17:48:48.221Z] ---> 746f4485fe15 [2021-02-02T17:48:48.221Z] Step 25/26 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 [2021-02-02T17:48:48.221Z] ---> Running in c0364e64b865 [2021-02-02T17:48:48.493Z] Removing intermediate container c0364e64b865 [2021-02-02T17:48:48.493Z] ---> 9863a5b10fdf [2021-02-02T17:48:48.493Z] Step 26/26 : LABEL version=0.0.0 [2021-02-02T17:48:48.757Z] ---> Running in 5976b2a903df [2021-02-02T17:48:48.757Z] Removing intermediate container 5976b2a903df [2021-02-02T17:48:48.757Z] ---> 629dd53218a6 [2021-02-02T17:48:48.757Z] [2021-02-02T17:48:49.021Z] Successfully built 629dd53218a6 [2021-02-02T17:48:49.285Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-02T17:48:49.566Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-02T17:48:49.597Z] $ docker stop --time=1 bebd2b88f220ff8b6ac293c4f84f986a8dad9061090aeb5198326ed1b07a5f20 [2021-02-02T17:48:51.507Z] $ docker rm -f bebd2b88f220ff8b6ac293c4f84f986a8dad9061090aeb5198326ed1b07a5f20 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T17:48:52.254Z] + docker images [2021-02-02T17:48:52.255Z] + grep docker [2021-02-02T17:48:52.836Z] docker-sys-mgmt-agent-go latest 629dd53218a6 4 seconds ago 313MB [2021-02-02T17:48:52.836Z] docker-security-secretstore-setup-go latest 726335e3c4e1 54 seconds ago 24.6MB [2021-02-02T17:48:52.836Z] docker-security-proxy-setup-go latest 18888d00a66b 56 seconds ago 24.4MB [2021-02-02T17:48:52.836Z] docker-core-command-go latest 6cc3d476d66d About a minute ago 16.9MB [2021-02-02T17:48:52.836Z] docker-security-bootstrapper-go latest 2d9a075cb33a 2 minutes ago 23.8MB [2021-02-02T17:48:52.836Z] docker-core-data-go latest 9f16ff8fe567 2 minutes ago 22.3MB [2021-02-02T17:48:52.836Z] docker-core-metadata-go latest d9a6f633ae92 2 minutes ago 18.8MB [2021-02-02T17:48:52.836Z] docker-support-notifications-go latest 7484b24d96df 2 minutes ago 17.5MB [2021-02-02T17:48:52.836Z] docker-support-scheduler-go latest 3ca0af9c09ba 2 minutes ago 17MB [2021-02-02T17:48:52.836Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2021-02-02T17:48:53.617Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] node [2021-02-02T17:48:57.959Z] 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-02-02T17:49:02.276Z] 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-02-02T17:49:08.669Z] Still waiting to schedule task [2021-02-02T17:49:08.669Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [Pipeline] } [2021-02-02T17:49:09.179Z] $ docker stop --time=1 3d2ca944b12ac71818308aa8ed2d7ce2e563feabaf37c1f350656d5fe905c658 [2021-02-02T17:49:11.647Z] $ docker rm -f 3d2ca944b12ac71818308aa8ed2d7ce2e563feabaf37c1f350656d5fe905c658 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:49:13.542Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T17:49:13.542Z] [2021-02-02T17:49:13.542Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:49:13.920Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T17:49:13.920Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-02T17:49:13.920Z] 29e5d40040c1: Pulling fs layer [2021-02-02T17:49:13.920Z] 1ce36da41761: Pulling fs layer [2021-02-02T17:49:13.920Z] 25b303627fd3: Pulling fs layer [2021-02-02T17:49:14.517Z] 29e5d40040c1: Download complete [2021-02-02T17:49:15.115Z] 1ce36da41761: Verifying Checksum [2021-02-02T17:49:15.115Z] 1ce36da41761: Download complete [2021-02-02T17:49:15.386Z] 29e5d40040c1: Pull complete [2021-02-02T17:49:16.825Z] 1ce36da41761: Pull complete [2021-02-02T17:49:16.825Z] 25b303627fd3: Verifying Checksum [2021-02-02T17:49:16.825Z] 25b303627fd3: Download complete [2021-02-02T17:49:26.969Z] 25b303627fd3: Pull complete [2021-02-02T17:49:26.969Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-02T17:49:26.969Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T17:49:26.969Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-02T17:49:27.250Z] prd-ubuntu18.04-docker-arm64-4c-16g-24591 does not seem to be running inside a container [2021-02-02T17:49:27.486Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-02T17:49:30.812Z] $ docker top 5ac20f911cbcf5403cc605e5e36e01c07a334d6dc8cb0b18816b628f46949af8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:49:31.709Z] + docker-compose build --help [2021-02-02T17:49:31.709Z] + grep parallel [2021-02-02T17:49:36.049Z] --parallel Build images in parallel. [Pipeline] } [2021-02-02T17:49:36.224Z] $ docker stop --time=1 5ac20f911cbcf5403cc605e5e36e01c07a334d6dc8cb0b18816b628f46949af8 [2021-02-02T17:49:38.239Z] $ docker rm -f 5ac20f911cbcf5403cc605e5e36e01c07a334d6dc8cb0b18816b628f46949af8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:49:38.921Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T17:49:38.921Z] . [Pipeline] withDockerContainer [2021-02-02T17:49:39.192Z] prd-ubuntu18.04-docker-arm64-4c-16g-24591 does not seem to be running inside a container [2021-02-02T17:49:39.431Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-02T17:49:40.915Z] $ docker top 1a44b4f690c9f62daf8a27b8259271cad50af4b6e12e9ca6c1b2867cf696462d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:49:41.811Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-02T17:49:46.133Z] Building docker-core-command-go ... [2021-02-02T17:49:46.133Z] Building docker-core-data-go ... [2021-02-02T17:49:46.133Z] Building docker-core-metadata-go ... [2021-02-02T17:49:46.133Z] Building docker-security-bootstrapper-go ... [2021-02-02T17:49:46.133Z] Building docker-security-proxy-setup-go ... [2021-02-02T17:49:46.133Z] Building docker-security-secretstore-setup-go ... [2021-02-02T17:49:46.133Z] Building docker-support-notifications-go ... [2021-02-02T17:49:46.133Z] Building docker-support-scheduler-go ... [2021-02-02T17:49:46.133Z] Building docker-sys-mgmt-agent-go ... [2021-02-02T17:49:46.133Z] Building docker-core-data-go [2021-02-02T17:49:46.133Z] Building docker-security-bootstrapper-go [2021-02-02T17:49:46.133Z] Building docker-core-command-go [2021-02-02T17:49:46.133Z] Building docker-security-secretstore-setup-go [2021-02-02T17:49:46.133Z] Building docker-security-proxy-setup-go [2021-02-02T17:51:07.917Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:51:07.917Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:51:07.917Z] ---> 864136cfa2bf [2021-02-02T17:51:07.917Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T17:51:07.917Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:51:07.917Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:51:07.917Z] ---> 864136cfa2bf [2021-02-02T17:51:07.917Z] Step 3/21 : WORKDIR /edgex-go [2021-02-02T17:51:07.917Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:51:07.917Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:51:07.917Z] ---> 864136cfa2bf [2021-02-02T17:51:07.917Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T17:51:07.917Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:51:07.917Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:51:07.917Z] ---> 864136cfa2bf [2021-02-02T17:51:07.917Z] Step 3/31 : WORKDIR /edgex-go [2021-02-02T17:51:07.917Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:51:07.917Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:51:07.917Z] ---> 864136cfa2bf [2021-02-02T17:51:07.917Z] Step 3/24 : WORKDIR /edgex-go [2021-02-02T17:51:07.917Z] ---> Running in 3cc0ee3385a9 [2021-02-02T17:51:07.917Z] ---> Running in 14bb1dcaccf4 [2021-02-02T17:51:07.917Z] ---> Running in 9ceab4097aaa [2021-02-02T17:51:07.917Z] ---> Running in 2c76f75bceca [2021-02-02T17:51:07.917Z] ---> Running in 8475f4db0eb1 [2021-02-02T17:51:07.917Z] Removing intermediate container 3cc0ee3385a9 [2021-02-02T17:51:07.917Z] ---> 0d44568e5c67 [2021-02-02T17:51:07.917Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:51:07.917Z] Removing intermediate container 9ceab4097aaa [2021-02-02T17:51:07.917Z] ---> 32747bc4c887 [2021-02-02T17:51:07.917Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:51:07.917Z] Removing intermediate container 2c76f75bceca [2021-02-02T17:51:07.917Z] ---> 266a84349271 [2021-02-02T17:51:07.917Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:51:07.917Z] Removing intermediate container 14bb1dcaccf4 [2021-02-02T17:51:07.917Z] ---> 58cb5cd30c04 [2021-02-02T17:51:07.917Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:51:07.917Z] Removing intermediate container 8475f4db0eb1 [2021-02-02T17:51:07.917Z] ---> 14d6281f569b [2021-02-02T17:51:07.917Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:51:07.917Z] ---> Running in 9c51f5d8f5e1 [2021-02-02T17:51:07.917Z] ---> Running in 3a59f1900ad8 [2021-02-02T17:51:07.917Z] ---> Running in c64eea767ad0 [2021-02-02T17:51:07.917Z] ---> Running in 42f3f55c29a2 [2021-02-02T17:51:07.917Z] ---> Running in 2d9f8a3f540c [2021-02-02T17:51:07.917Z] Removing intermediate container 9c51f5d8f5e1 [2021-02-02T17:51:07.917Z] ---> c981f6aa9b5a [2021-02-02T17:51:07.917Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-02T17:51:07.917Z] ---> Running in d346d0ec8791 [2021-02-02T17:51:07.917Z] Removing intermediate container 3a59f1900ad8 [2021-02-02T17:51:07.917Z] ---> 16dc31f90467 [2021-02-02T17:51:07.917Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-02T17:51:07.917Z] Removing intermediate container c64eea767ad0 [2021-02-02T17:51:07.917Z] ---> 21f966732b8a [2021-02-02T17:51:07.917Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-02T17:51:07.917Z] ---> Running in 14c324ed21d3 [2021-02-02T17:51:07.917Z] ---> Running in c236d49b7e11 [2021-02-02T17:51:07.917Z] Removing intermediate container 2d9f8a3f540c [2021-02-02T17:51:07.917Z] ---> 42350e2b7d2b [2021-02-02T17:51:07.917Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T17:51:07.917Z] Removing intermediate container 42f3f55c29a2 [2021-02-02T17:51:07.917Z] ---> d23dd5b0e747 [2021-02-02T17:51:07.917Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-02T17:51:07.917Z] ---> Running in deaf9e774ec7 [2021-02-02T17:51:07.917Z] ---> Running in 0ecbd28db4bd [2021-02-02T17:51:07.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:51:07.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:51:08.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:51:08.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:51:08.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:51:08.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:51:08.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:51:08.789Z] OK: 217 MiB in 51 packages [2021-02-02T17:51:08.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:51:09.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:51:09.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:51:09.662Z] OK: 217 MiB in 51 packages [2021-02-02T17:51:09.662Z] OK: 217 MiB in 51 packages [2021-02-02T17:51:09.662Z] OK: 217 MiB in 51 packages [2021-02-02T17:51:09.940Z] OK: 217 MiB in 51 packages [2021-02-02T17:51:10.544Z] Removing intermediate container d346d0ec8791 [2021-02-02T17:51:10.544Z] ---> 36ffa6642f75 [2021-02-02T17:51:10.544Z] Step 6/21 : COPY go.mod . [2021-02-02T17:51:11.147Z] Removing intermediate container c236d49b7e11 [2021-02-02T17:51:11.147Z] ---> eee8a9c20d20 [2021-02-02T17:51:11.147Z] Step 6/24 : COPY go.mod . [2021-02-02T17:51:11.744Z] ---> 3f5b2f369d16 [2021-02-02T17:51:11.744Z] Step 7/21 : RUN go mod download [2021-02-02T17:51:11.744Z] Removing intermediate container deaf9e774ec7 [2021-02-02T17:51:11.744Z] ---> 44de4f5e3db7 [2021-02-02T17:51:11.744Z] Step 6/23 : COPY go.mod . [2021-02-02T17:51:11.744Z] ---> Running in 7b8f2e483c46 [2021-02-02T17:51:11.744Z] Removing intermediate container 14c324ed21d3 [2021-02-02T17:51:12.031Z] ---> 04ec385748c1 [2021-02-02T17:51:12.031Z] Step 6/31 : COPY go.mod . [2021-02-02T17:51:12.031Z] Removing intermediate container 0ecbd28db4bd [2021-02-02T17:51:12.031Z] ---> 1176de3fbe17 [2021-02-02T17:51:12.031Z] Step 6/23 : COPY go.mod . [2021-02-02T17:51:12.312Z] ---> 2223df0a8e12 [2021-02-02T17:51:12.312Z] Step 7/24 : RUN go mod download [2021-02-02T17:51:12.592Z] ---> Running in cc47e340ad89 [2021-02-02T17:51:12.864Z] ---> bd6d2066da26 [2021-02-02T17:51:12.864Z] Step 7/23 : RUN go mod download [2021-02-02T17:51:13.135Z] ---> Running in 6c680601f8d7 [2021-02-02T17:51:13.135Z] ---> 8e74f5b10142 [2021-02-02T17:51:13.135Z] Step 7/31 : RUN go mod download [2021-02-02T17:51:13.410Z] ---> 8227a0699dd5 [2021-02-02T17:51:13.410Z] Step 7/23 : RUN go mod download [2021-02-02T17:51:13.410Z] ---> Running in 912650a9e869 [2021-02-02T17:51:13.691Z] ---> Running in 44b5dab4b05f [2021-02-02T17:51:16.418Z] Removing intermediate container 7b8f2e483c46 [2021-02-02T17:51:16.418Z] ---> b49b236803df [2021-02-02T17:51:16.418Z] Step 8/21 : COPY . . [2021-02-02T17:51:17.022Z] Removing intermediate container cc47e340ad89 [2021-02-02T17:51:17.022Z] ---> 088169b1cf8d [2021-02-02T17:51:17.022Z] Step 8/24 : COPY . . [2021-02-02T17:51:18.014Z] Removing intermediate container 6c680601f8d7 [2021-02-02T17:51:18.014Z] ---> caba97728a8c [2021-02-02T17:51:18.014Z] Step 8/23 : COPY . . [2021-02-02T17:51:20.653Z] Removing intermediate container 912650a9e869 [2021-02-02T17:51:20.653Z] ---> c93a904fb0bf [2021-02-02T17:51:20.653Z] Step 8/31 : COPY . . [2021-02-02T17:51:20.653Z] Removing intermediate container 44b5dab4b05f [2021-02-02T17:51:20.653Z] ---> 4a5757d165ca [2021-02-02T17:51:20.653Z] Step 8/23 : COPY . . [2021-02-02T17:51:42.312Z] Running on prd-ubuntu18.04-docker-8c-8g-24594 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws [2021-02-02T17:51:42.374Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-02-02T17:51:44.524Z] using credential edgex-jenkins-ssh [2021-02-02T17:51:44.573Z] Cloning the remote Git repository [2021-02-02T17:51:44.600Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-02T17:51:44.664Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-02-02T17:51:44.697Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T17:51:44.698Z] > git --version # timeout=10 [2021-02-02T17:51:44.705Z] > git --version # 'git version 2.17.1' [2021-02-02T17:51:44.705Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T17:51:44.729Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T17:51:47.471Z] ---> bf35762e3144 [2021-02-02T17:51:47.471Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-02T17:51:47.471Z] ---> 28be77fa70d7 [2021-02-02T17:51:47.471Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-02T17:51:47.471Z] ---> b5668415f88a [2021-02-02T17:51:47.471Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-02T17:51:47.471Z] ---> a4af5274ac69 [2021-02-02T17:51:47.471Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-02T17:51:47.471Z] ---> 79912b83b54c [2021-02-02T17:51:47.471Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-02T17:51:47.471Z] ---> Running in 46801a1d2ea3 [2021-02-02T17:51:47.471Z] ---> Running in 52c95f893c74 [2021-02-02T17:51:47.471Z] ---> Running in dc2c599c96d3 [2021-02-02T17:51:47.471Z] ---> Running in 776f4cfb78ca [2021-02-02T17:51:47.472Z] ---> Running in e85ef46801ed [2021-02-02T17:51:47.472Z] 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-02-02T17:51:47.472Z] 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-02-02T17:51:47.472Z] 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-02-02T17:51:47.472Z] 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-02-02T17:51:47.472Z] 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-02-02T17:51:50.329Z] Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit d2cc59413199022ff059ea8eba032d8f6f812516 [2021-02-02T17:51:50.444Z] Merge succeeded, producing d2cc59413199022ff059ea8eba032d8f6f812516 [2021-02-02T17:51:50.445Z] Checking out Revision d2cc59413199022ff059ea8eba032d8f6f812516 (PR-3109) [2021-02-02T17:51:49.859Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T17:51:49.873Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T17:51:49.882Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T17:51:49.894Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T17:51:49.894Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T17:51:49.899Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:51:50.341Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:51:50.346Z] > git checkout -f d2cc59413199022ff059ea8eba032d8f6f812516 # timeout=10 [2021-02-02T17:51:50.416Z] > git remote # timeout=10 [2021-02-02T17:51:50.423Z] > git config --get remote.origin.url # timeout=10 [2021-02-02T17:51:50.428Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T17:51:50.431Z] > git merge 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 [2021-02-02T17:51:50.441Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-02T17:51:50.450Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:51:50.454Z] > git checkout -f d2cc59413199022ff059ea8eba032d8f6f812516 # timeout=10 [2021-02-02T17:51:54.119Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:51:55.125Z] + echo snap-build.sh [2021-02-02T17:51:55.125Z] snap-build.sh [2021-02-02T17:51:55.126Z] + SNAP_BASE_DIR=. [2021-02-02T17:51:55.126Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-02-02T17:51:55.126Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-02-02T17:51:55.126Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-02-02T17:51:55.126Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-02-02T17:51:55.126Z] + cd /w/workspace/edgex-go/3 [2021-02-02T17:51:55.126Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-02T17:51:55.126Z] Reading package lists... [2021-02-02T17:51:55.126Z] Building dependency tree... [2021-02-02T17:51:55.126Z] Reading state information... [2021-02-02T17:51:55.390Z] The following packages were automatically installed and are no longer required: [2021-02-02T17:51:55.390Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-02T17:51:55.390Z] uidmap xdelta3 [2021-02-02T17:51:55.390Z] Use 'sudo apt autoremove' to remove them. [2021-02-02T17:51:55.390Z] The following packages will be REMOVED: [2021-02-02T17:51:55.390Z] lxd* lxd-client* [2021-02-02T17:51:55.652Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-02T17:51:55.652Z] After this operation, 31.7 MB disk space will be freed. [2021-02-02T17:51:56.695Z] (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-02-02T17:51:56.695Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-02T17:51:57.637Z] Removing lxd dnsmasq configuration [2021-02-02T17:51:57.637Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-02T17:51:57.637Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-02T17:51:58.579Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-02T17:51:58.841Z] (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-02-02T17:51:58.841Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-02T17:52:00.229Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-02T17:52:00.229Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-02T17:52:01.171Z] + sudo snap remove --purge lxd [2021-02-02T17:52:01.431Z] snap "lxd" is not installed [2021-02-02T17:52:01.431Z] + sudo groupadd --force --system lxd [2021-02-02T17:52:01.431Z] ++ whoami [2021-02-02T17:52:01.431Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-02T17:52:01.431Z] + newgrp - lxd [2021-02-02T17:52:01.431Z] + sudo snap install lxd [2021-02-02T17:52:11.466Z] 2021-02-02T17:52:08Z INFO Waiting for automatic snapd restart... [2021-02-02T17:52:26.375Z] lxd 4.10 from Canonical* installed [2021-02-02T17:52:26.375Z] + sudo lxd init --auto [2021-02-02T17:52:34.589Z] + sudo snap install --classic snapcraft [2021-02-02T17:52:38.795Z] snapcraft 4.4.4 from Canonical* installed [2021-02-02T17:52:38.795Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-02T17:52:38.795Z] + patch --verbose -p1 [2021-02-02T17:52:38.795Z] Hmm... Looks like a unified diff to me... [2021-02-02T17:52:38.795Z] The text leading up to this was: [2021-02-02T17:52:38.795Z] -------------------------- [2021-02-02T17:52:38.795Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-02T17:52:38.795Z] |From: Tony Espy [2021-02-02T17:52:38.795Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-02T17:52:38.795Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-02T17:52:38.795Z] | [2021-02-02T17:52:38.795Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-02T17:52:38.795Z] |optimize the snap CI check run for pull requests. When [2021-02-02T17:52:38.795Z] |applied, it essentially strips out everything (apps and [2021-02-02T17:52:38.795Z] |parts) from the snapcraft.yaml file except those required [2021-02-02T17:52:38.795Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-02T17:52:38.795Z] |catch changes to edgex-go that break the snap build. [2021-02-02T17:52:38.795Z] | [2021-02-02T17:52:38.795Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-02T17:52:38.795Z] |to update this patch file, otherwise it may fail to apply, [2021-02-02T17:52:38.795Z] |resulting in a failed snap build CI check in the associated [2021-02-02T17:52:38.795Z] |pull request. [2021-02-02T17:52:38.795Z] | [2021-02-02T17:52:38.795Z] |Note - in addition to applying this patch, the pipeline also [2021-02-02T17:52:38.795Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-02T17:52:38.795Z] |need to build the finally binary .snap file (and it won't [2021-02-02T17:52:38.795Z] |work with the patch applied). This further reduces the build [2021-02-02T17:52:38.795Z] |time. [2021-02-02T17:52:38.795Z] |--- [2021-02-02T17:52:38.795Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-02T17:52:38.795Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-02T17:52:38.795Z] | [2021-02-02T17:52:38.795Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-02T17:52:38.795Z] |index 1e537489..faf42425 100644 [2021-02-02T17:52:38.795Z] |--- a/snap/snapcraft.yaml [2021-02-02T17:52:38.795Z] |+++ b/snap/snapcraft.yaml [2021-02-02T17:52:38.795Z] -------------------------- [2021-02-02T17:52:38.795Z] patching file snap/snapcraft.yaml [2021-02-02T17:52:38.795Z] Using Plan A... [2021-02-02T17:52:38.795Z] Hunk #1 succeeded at 73. [2021-02-02T17:52:38.795Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-02T17:52:38.795Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-02T17:52:38.795Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-02T17:52:38.795Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-02T17:52:38.795Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-02T17:52:38.795Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-02T17:52:38.795Z] Hunk #8 succeeded at 342. [2021-02-02T17:52:38.795Z] Hmm... Ignoring the trailing garbage. [2021-02-02T17:52:38.795Z] done [2021-02-02T17:52:38.795Z] + sudo snapcraft prime --use-lxd [2021-02-02T17:52:40.178Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-02T17:52:40.178Z] 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-02-02T17:52:40.178Z] - README.md [2021-02-02T17:52:40.178Z] - snapcraft.yaml.orig [2021-02-02T17:52:40.178Z] [2021-02-02T17:52:40.178Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-02T17:52:40.749Z] Launching a container. [2021-02-02T17:52:52.990Z] Waiting for container to be ready [2021-02-02T17:52:53.260Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-02T17:52:53.260Z] [2021-02-02T17:52:57.476Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-02T17:52:57.476Z] Waiting for network to be ready... [2021-02-02T17:52:57.476Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-02T17:52:57.737Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1535 kB] [2021-02-02T17:52:57.737Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-02T17:52:57.737Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-02T17:52:57.737Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-02T17:52:57.737Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-02T17:52:57.737Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-02T17:52:57.737Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-02T17:52:57.737Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-02T17:52:57.737Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-02T17:52:58.307Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-02T17:52:58.307Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-02T17:52:58.568Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-02T17:52:58.568Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-02T17:52:58.568Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-02T17:52:58.568Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-02T17:52:58.568Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-02T17:52:58.568Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-02T17:52:59.139Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-02T17:52:59.400Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1878 kB] [2021-02-02T17:52:59.674Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-02T17:52:59.674Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-02T17:52:59.674Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-02T17:52:59.674Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-02T17:52:59.674Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-02T17:52:59.674Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1713 kB] [2021-02-02T17:52:59.938Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-02T17:53:01.852Z] Fetched 23.9 MB in 4s (5604 kB/s) [2021-02-02T17:53:02.423Z] Reading package lists... [2021-02-02T17:53:02.683Z] Reading package lists... [2021-02-02T17:53:02.944Z] Building dependency tree... [2021-02-02T17:53:02.944Z] Reading state information... [2021-02-02T17:53:02.944Z] The following additional packages will be installed: [2021-02-02T17:53:02.977Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-02T17:53:02.977Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-02T17:53:02.977Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-02T17:53:02.977Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-02T17:53:02.977Z] Suggested packages: [2021-02-02T17:53:02.977Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-02T17:53:02.977Z] Recommended packages: [2021-02-02T17:53:02.977Z] gnupg libsasl2-modules [2021-02-02T17:53:02.977Z] The following NEW packages will be installed: [2021-02-02T17:53:02.977Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-02T17:53:02.977Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-02T17:53:02.977Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-02T17:53:02.977Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-02T17:53:02.977Z] The following packages will be upgraded: [2021-02-02T17:53:02.977Z] gpg gpg-agent gpgconf libudev1 [2021-02-02T17:53:02.977Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-02T17:53:02.977Z] Need to get 3533 kB of archives. [2021-02-02T17:53:02.977Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-02T17:53:02.977Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-02T17:53:03.242Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-02T17:53:03.242Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-02T17:53:03.242Z] Get:4 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-02-02T17:53:03.242Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-02T17:53:03.242Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-02T17:53:03.242Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-02T17:53:03.242Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-02T17:53:03.242Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-02T17:53:03.503Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-02T17:53:03.763Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-02T17:53:04.023Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-02T17:53:04.023Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-02T17:53:04.023Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-02T17:53:04.023Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-02T17:53:04.023Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-02T17:53:04.023Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-02T17:53:04.023Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-02T17:53:04.023Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-02T17:53:04.023Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-02T17:53:04.023Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-02T17:53:04.023Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-02T17:53:04.284Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:53:04.284Z] Fetched 3533 kB in 1s (3272 kB/s) [2021-02-02T17:53:04.284Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-02T17:53:04.284Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-02T17:53:04.284Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T17:53:04.284Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-02T17:53:04.544Z] Selecting previously unselected package udev. [2021-02-02T17:53:04.544Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-02T17:53:04.544Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-02T17:53:04.544Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-02T17:53:04.805Z] Selecting previously unselected package libfuse2:amd64. [2021-02-02T17:53:04.805Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-02T17:53:04.805Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-02T17:53:04.805Z] Selecting previously unselected package fuse. [2021-02-02T17:53:04.805Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-02T17:53:04.805Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-02T17:53:05.065Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T17:53:05.065Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T17:53:05.065Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T17:53:05.065Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T17:53:05.326Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T17:53:05.326Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T17:53:05.587Z] Selecting previously unselected package libksba8:amd64. [2021-02-02T17:53:05.587Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-02T17:53:05.587Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-02T17:53:05.587Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-02T17:53:05.588Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T17:53:05.588Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:53:05.848Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-02T17:53:05.848Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T17:53:05.848Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:53:05.848Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-02T17:53:05.848Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T17:53:05.848Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:53:05.848Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-02T17:53:05.848Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T17:53:06.108Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:53:06.108Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-02T17:53:06.108Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T17:53:06.108Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:53:06.108Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-02T17:53:06.108Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T17:53:06.369Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:53:06.369Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-02T17:53:06.369Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T17:53:06.369Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:53:06.369Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-02T17:53:06.369Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T17:53:06.369Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:53:06.630Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-02T17:53:06.630Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T17:53:06.630Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:53:06.630Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-02T17:53:06.630Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-02T17:53:06.630Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T17:53:06.891Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-02T17:53:06.891Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-02T17:53:06.891Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T17:53:06.891Z] Selecting previously unselected package libldap-common. [2021-02-02T17:53:06.891Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-02T17:53:06.891Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T17:53:06.891Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-02T17:53:06.891Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-02T17:53:06.891Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T17:53:07.152Z] Selecting previously unselected package dirmngr. [2021-02-02T17:53:07.152Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T17:53:07.152Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-02T17:53:07.152Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T17:53:07.412Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-02T17:53:07.412Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-02T17:53:07.412Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T17:53:07.412Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T17:53:07.412Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-02T17:53:07.412Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:53:07.412Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-02T17:53:07.412Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T17:53:07.672Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-02T17:53:07.933Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-02T17:53:07.933Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:53:07.933Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-02T17:53:08.194Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-02T17:53:08.194Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-02T17:53:08.194Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:53:08.194Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:53:08.194Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:53:08.194Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:53:08.194Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:53:08.194Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:53:08.194Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:53:08.455Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T17:53:08.455Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-02T17:53:08.455Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T17:53:08.720Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-02T17:53:08.720Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-02T17:53:08.720Z] This means they are not meant to be enabled using systemctl. [2021-02-02T17:53:08.720Z] Possible reasons for having this kind of units are: [2021-02-02T17:53:08.720Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-02T17:53:08.720Z] .wants/ or .requires/ directory. [2021-02-02T17:53:08.720Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-02T17:53:08.720Z] a requirement dependency on it. [2021-02-02T17:53:08.720Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-02T17:53:08.720Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-02T17:53:08.720Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-02T17:53:08.720Z] instance name specified. [2021-02-02T17:53:08.980Z] Reading package lists... [2021-02-02T17:53:09.240Z] Building dependency tree... [2021-02-02T17:53:09.240Z] Reading state information... [2021-02-02T17:53:09.240Z] The following additional packages will be installed: [2021-02-02T17:53:09.240Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-02T17:53:09.240Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-02T17:53:09.240Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-02T17:53:09.240Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-02T17:53:09.240Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-02T17:53:09.240Z] Suggested packages: [2021-02-02T17:53:09.240Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-02T17:53:09.240Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-02T17:53:09.240Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-02T17:53:09.240Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-02T17:53:09.240Z] systemd-container policykit-1 [2021-02-02T17:53:09.240Z] Recommended packages: [2021-02-02T17:53:09.240Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-02T17:53:09.240Z] The following NEW packages will be installed: [2021-02-02T17:53:09.240Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-02T17:53:09.240Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-02T17:53:09.240Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-02T17:53:09.240Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-02T17:53:09.240Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-02T17:53:09.240Z] The following packages will be upgraded: [2021-02-02T17:53:09.240Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-02T17:53:09.372Z] 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-02-02T17:53:09.372Z] 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-02-02T17:53:09.372Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-02T17:53:09.500Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-02T17:53:09.500Z] Need to get 35.2 MB of archives. [2021-02-02T17:53:09.500Z] After this operation, 141 MB of additional disk space will be used. [2021-02-02T17:53:09.500Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-02T17:53:09.500Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-02T17:53:09.500Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-02T17:53:09.500Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-02T17:53:09.500Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-02T17:53:09.760Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-02T17:53:09.760Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-02T17:53:09.760Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-02T17:53:09.760Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-02T17:53:09.760Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-02T17:53:09.760Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-02T17:53:09.760Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-02T17:53:09.760Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-02T17:53:09.760Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-02T17:53:09.760Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-02T17:53:09.760Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-02T17:53:09.760Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-02T17:53:09.760Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-02T17:53:10.328Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-02T17:53:10.328Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-02T17:53:10.328Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-02T17:53:10.328Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-02T17:53:10.328Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-02T17:53:10.328Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-02T17:53:10.328Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-02T17:53:10.328Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-02T17:53:10.328Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-02T17:53:10.593Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-02T17:53:10.594Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-02T17:53:10.594Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-02T17:53:11.975Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:53:11.975Z] Fetched 35.2 MB in 2s (14.8 MB/s) [2021-02-02T17:53:11.975Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-02T17:53:11.975Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-02T17:53:11.975Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T17:53:12.545Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-02T17:53:12.804Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T17:53:12.804Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-02T17:53:12.804Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-02T17:53:12.804Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-02T17:53:12.804Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-02T17:53:13.064Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-02T17:53:13.064Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-02T17:53:13.064Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-02T17:53:13.064Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-02T17:53:13.635Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-02T17:53:13.635Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-02T17:53:13.897Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-02T17:53:13.897Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-02T17:53:13.897Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-02T17:53:14.158Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-02T17:53:14.158Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-02T17:53:14.158Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T17:53:14.158Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T17:53:14.419Z] Selecting previously unselected package libexpat1:amd64. [2021-02-02T17:53:14.419Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-02T17:53:14.419Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-02T17:53:14.419Z] Selecting previously unselected package python3.6-minimal. [2021-02-02T17:53:14.419Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T17:53:14.419Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T17:53:14.680Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-02T17:53:14.941Z] Checking for services that may need to be restarted...done. [2021-02-02T17:53:14.941Z] Checking for services that may need to be restarted...done. [2021-02-02T17:53:14.941Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T17:53:14.941Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-02T17:53:14.941Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T17:53:15.512Z] Selecting previously unselected package python3-minimal. [2021-02-02T17:53:15.512Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-02T17:53:15.512Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-02T17:53:15.512Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-02T17:53:15.512Z] Selecting previously unselected package mime-support. [2021-02-02T17:53:15.512Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-02T17:53:15.512Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-02T17:53:15.512Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-02T17:53:15.513Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-02T17:53:15.513Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-02T17:53:15.772Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-02T17:53:15.772Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T17:53:15.772Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T17:53:16.033Z] Selecting previously unselected package python3.6. [2021-02-02T17:53:16.033Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T17:53:16.033Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T17:53:16.034Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-02T17:53:16.034Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-02T17:53:16.034Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-02T17:53:16.295Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-02T17:53:16.556Z] Selecting previously unselected package python3. [2021-02-02T17:53:16.556Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-02T17:53:16.556Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-02T17:53:16.556Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-02T17:53:16.556Z] Selecting previously unselected package multiarch-support. [2021-02-02T17:53:16.556Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T17:53:16.556Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-02T17:53:16.818Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-02T17:53:16.818Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-02T17:53:16.818Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-02T17:53:16.818Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-02T17:53:16.818Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-02T17:53:16.818Z] Selecting previously unselected package libbsd0:amd64. [2021-02-02T17:53:16.818Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-02T17:53:16.818Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-02T17:53:17.082Z] Selecting previously unselected package sudo. [2021-02-02T17:53:17.082Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-02T17:53:17.082Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-02T17:53:17.082Z] Selecting previously unselected package apparmor. [2021-02-02T17:53:17.082Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-02T17:53:17.082Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-02T17:53:17.343Z] Selecting previously unselected package libedit2:amd64. [2021-02-02T17:53:17.343Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-02T17:53:17.343Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-02T17:53:17.605Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-02T17:53:17.605Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T17:53:17.605Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T17:53:17.605Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-02T17:53:17.605Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T17:53:17.605Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T17:53:17.605Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-02T17:53:17.605Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-02T17:53:17.605Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-02T17:53:17.707Z] Removing intermediate container 52c95f893c74 [2021-02-02T17:53:17.707Z] ---> 996e5f433939 [2021-02-02T17:53:17.707Z] [2021-02-02T17:53:17.707Z] Step 10/24 : FROM alpine:3.12 [2021-02-02T17:53:17.707Z] 3.12: Pulling from library/alpine [2021-02-02T17:53:17.870Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-02T17:53:17.870Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T17:53:17.870Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T17:53:17.870Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-02T17:53:17.870Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T17:53:17.870Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T17:53:17.985Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T17:53:17.985Z] Status: Downloaded newer image for alpine:3.12 [2021-02-02T17:53:17.985Z] ---> afeebe901d6b [2021-02-02T17:53:17.985Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-02T17:53:18.132Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-02T17:53:18.132Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-02T17:53:18.132Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-02T17:53:18.132Z] Selecting previously unselected package openssh-client. [2021-02-02T17:53:18.132Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-02T17:53:18.132Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-02T17:53:18.396Z] Selecting previously unselected package squashfs-tools. [2021-02-02T17:53:18.396Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-02T17:53:18.396Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-02T17:53:18.396Z] Selecting previously unselected package snapd. [2021-02-02T17:53:18.396Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-02T17:53:18.396Z] Unpacking snapd (2.48+18.04) ... [2021-02-02T17:53:18.591Z] ---> Running in 23ca14603a89 [2021-02-02T17:53:20.306Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-02T17:53:20.306Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-02T17:53:20.306Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-02T17:53:20.568Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-02T17:53:20.568Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-02T17:53:20.568Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T17:53:20.568Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T17:53:20.568Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-02T17:53:20.568Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-02T17:53:20.591Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:53:20.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:53:21.468Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-02T17:53:21.510Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-02T17:53:21.510Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-02T17:53:21.510Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-02T17:53:21.510Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T17:53:21.510Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T17:53:21.510Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T17:53:21.744Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T17:53:21.744Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-02T17:53:21.744Z] Removing intermediate container dc2c599c96d3 [2021-02-02T17:53:21.744Z] ---> 3ac525c40427 [2021-02-02T17:53:21.744Z] [2021-02-02T17:53:21.744Z] Step 10/21 : FROM alpine:3.12 [2021-02-02T17:53:21.744Z] ---> afeebe901d6b [2021-02-02T17:53:21.744Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-02T17:53:21.744Z] (4/5) Installing curl (7.69.1-r3) [2021-02-02T17:53:21.744Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-02T17:53:21.744Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:53:21.744Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T17:53:22.037Z] OK: 7 MiB in 19 packages [2021-02-02T17:53:22.037Z] ---> Running in e4a39efa9452 [2021-02-02T17:53:22.079Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-02T17:53:22.080Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T17:53:22.080Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-02T17:53:22.080Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-02T17:53:22.340Z] running python rtupdate hooks for python3.6... [2021-02-02T17:53:22.340Z] running python post-rtupdate hooks for python3.6... [2021-02-02T17:53:22.340Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-02T17:53:24.669Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:53:24.669Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:53:24.889Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-02T17:53:24.889Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T17:53:24.889Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-02T17:53:24.947Z] Removing intermediate container 23ca14603a89 [2021-02-02T17:53:24.947Z] ---> 9ace8e78ec1a [2021-02-02T17:53:24.947Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T17:53:25.151Z] Setting up snapd (2.48+18.04) ... [2021-02-02T17:53:25.230Z] ---> Running in 7a6b8907816f [2021-02-02T17:53:25.412Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-02T17:53:25.509Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-02T17:53:25.509Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T17:53:25.509Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-02T17:53:25.509Z] (4/4) Installing curl (7.69.1-r3) [2021-02-02T17:53:25.509Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:53:25.509Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T17:53:25.673Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-02T17:53:25.935Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-02T17:53:25.935Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-02T17:53:26.111Z] OK: 7 MiB in 18 packages [2021-02-02T17:53:26.111Z] Removing intermediate container 7a6b8907816f [2021-02-02T17:53:26.111Z] ---> c4e7c448d025 [2021-02-02T17:53:26.111Z] Step 13/24 : WORKDIR / [2021-02-02T17:53:26.195Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-02T17:53:26.195Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-02T17:53:26.404Z] ---> Running in c98cbc8a4606 [2021-02-02T17:53:26.456Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-02T17:53:26.456Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-02T17:53:26.717Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-02T17:53:26.977Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-02T17:53:26.977Z] /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-02-02T17:53:26.977Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T17:53:27.287Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-02T17:53:27.578Z] Removing intermediate container c98cbc8a4606 [2021-02-02T17:53:27.578Z] ---> af12286834fe [2021-02-02T17:53:27.578Z] 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-02-02T17:53:28.697Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-02T17:53:28.698Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-02T17:53:28.698Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-02T17:53:28.958Z] Fetched 88.7 kB in 1s (165 kB/s) [2021-02-02T17:53:29.125Z] Removing intermediate container e4a39efa9452 [2021-02-02T17:53:29.125Z] ---> 845202ae6360 [2021-02-02T17:53:29.125Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T17:53:29.125Z] ---> 7fcc8e24afcb [2021-02-02T17:53:29.125Z] 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-02-02T17:53:29.728Z] ---> Running in c56c1d885583 [2021-02-02T17:53:29.902Z] Reading package lists... [2021-02-02T17:53:29.902Z] Reading package lists... [2021-02-02T17:53:30.162Z] Building dependency tree... [2021-02-02T17:53:30.162Z] Reading state information... [2021-02-02T17:53:30.162Z] Calculating upgrade... [2021-02-02T17:53:30.423Z] The following packages will be upgraded: [2021-02-02T17:53:30.423Z] advancecomp base-files bash binutils binutils-common [2021-02-02T17:53:30.423Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-02T17:53:30.423Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-02T17:53:30.423Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-02T17:53:30.423Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-02T17:53:30.423Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-02T17:53:30.423Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-02T17:53:30.423Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-02T17:53:30.423Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-02T17:53:30.423Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-02T17:53:30.423Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-02T17:53:30.423Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-02T17:53:30.423Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-02T17:53:30.423Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-02T17:53:30.423Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-02T17:53:30.423Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-02T17:53:30.423Z] Need to get 63.8 MB of archives. [2021-02-02T17:53:30.423Z] After this operation, 5205 kB of additional disk space will be used. [2021-02-02T17:53:30.423Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-02T17:53:30.423Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-02T17:53:30.711Z] Removing intermediate container c56c1d885583 [2021-02-02T17:53:30.711Z] ---> ce8e57b4b54f [2021-02-02T17:53:30.711Z] Step 13/21 : WORKDIR /edgex [2021-02-02T17:53:30.711Z] ---> Running in 468952a68069 [2021-02-02T17:53:30.993Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-02T17:53:31.002Z] ---> 56d4b3e22bbe [2021-02-02T17:53:31.002Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-02T17:53:31.253Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-02T17:53:31.253Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-02T17:53:31.253Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-02T17:53:31.253Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-02T17:53:31.253Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-02T17:53:31.253Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-02T17:53:31.253Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-02T17:53:31.253Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-02T17:53:31.253Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-02T17:53:31.253Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-02T17:53:31.253Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-02T17:53:31.253Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-02T17:53:31.253Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-02T17:53:31.253Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-02T17:53:31.253Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-02T17:53:31.254Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-02T17:53:31.254Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-02T17:53:31.254Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-02T17:53:31.254Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-02T17:53:31.254Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-02T17:53:31.514Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-02T17:53:31.514Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-02T17:53:31.514Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-02T17:53:31.514Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-02T17:53:31.514Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-02T17:53:31.514Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-02T17:53:31.514Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-02T17:53:31.514Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-02T17:53:31.514Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-02T17:53:31.514Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-02T17:53:31.514Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-02T17:53:31.514Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-02T17:53:31.514Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-02T17:53:31.514Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-02T17:53:31.514Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-02T17:53:31.514Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-02T17:53:31.514Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-02T17:53:31.514Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-02T17:53:31.514Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-02T17:53:31.514Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-02T17:53:31.514Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-02T17:53:31.514Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-02T17:53:31.774Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-02T17:53:31.774Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-02T17:53:31.774Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-02T17:53:31.774Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-02T17:53:31.774Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-02T17:53:31.774Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-02T17:53:31.774Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-02T17:53:31.774Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-02T17:53:31.774Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-02T17:53:31.774Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-02T17:53:31.774Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-02T17:53:31.774Z] Get:57 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-02-02T17:53:31.774Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-02T17:53:31.775Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-02T17:53:31.775Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-02T17:53:31.775Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-02T17:53:31.775Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-02T17:53:31.775Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-02T17:53:31.775Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-02T17:53:31.775Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-02T17:53:31.775Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-02T17:53:31.775Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-02T17:53:32.034Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-02T17:53:32.034Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-02T17:53:32.034Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-02T17:53:32.034Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-02T17:53:32.034Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-02T17:53:32.034Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-02T17:53:32.034Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-02T17:53:32.034Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-02T17:53:32.034Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-02-02T17:53:32.034Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-02T17:53:32.034Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-02T17:53:32.034Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-02T17:53:32.034Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-02T17:53:32.034Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-02T17:53:32.034Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-02T17:53:32.294Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-02T17:53:32.294Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-02T17:53:32.294Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-02T17:53:32.294Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-02T17:53:32.294Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-02T17:53:32.294Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-02T17:53:32.294Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-02T17:53:32.294Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-02T17:53:32.555Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-02T17:53:33.000Z] Removing intermediate container 468952a68069 [2021-02-02T17:53:33.000Z] ---> 646979a2b8bb [2021-02-02T17:53:33.000Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-02T17:53:33.126Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-02T17:53:33.126Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-02T17:53:33.277Z] ---> 7ffad1e1cfb5 [2021-02-02T17:53:33.277Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-02T17:53:33.386Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-02T17:53:33.647Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-02T17:53:33.647Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-02T17:53:33.647Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-02T17:53:33.647Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-02T17:53:33.647Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-02T17:53:33.647Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:53:33.647Z] Fetched 63.8 MB in 3s (19.7 MB/s) [2021-02-02T17:53:33.647Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:53:33.647Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T17:53:33.907Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T17:53:34.489Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T17:53:34.489Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T17:53:34.751Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-02T17:53:34.751Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-02T17:53:35.268Z] ---> e3666d9e7f6b [2021-02-02T17:53:35.269Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-02T17:53:35.549Z] ---> 6e73151bed71 [2021-02-02T17:53:35.549Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-02T17:53:35.549Z] Removing intermediate container e85ef46801ed [2021-02-02T17:53:35.549Z] ---> fc47617fbd61 [2021-02-02T17:53:35.549Z] [2021-02-02T17:53:35.549Z] Step 10/31 : FROM alpine:3.12 [2021-02-02T17:53:35.549Z] ---> afeebe901d6b [2021-02-02T17:53:35.549Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-02T17:53:35.719Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:53:35.719Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:53:35.719Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:53:35.719Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:53:35.982Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:53:35.982Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:53:35.982Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:53:36.242Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:53:36.242Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:53:36.242Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:53:36.503Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:53:36.503Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:53:36.503Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:53:36.503Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:53:36.530Z] ---> Running in 64ace0f89b7a [2021-02-02T17:53:36.774Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:53:36.774Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T17:53:36.774Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:53:36.774Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-02T17:53:37.036Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:53:37.036Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T17:53:37.036Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:53:37.036Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:53:37.296Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:53:37.296Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:53:37.296Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:53:37.296Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:53:37.557Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:53:37.557Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T17:53:37.557Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T17:53:37.817Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T17:53:37.972Z] ---> 527bc53f1f70 [2021-02-02T17:53:37.972Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-02T17:53:37.972Z] Removing intermediate container 64ace0f89b7a [2021-02-02T17:53:37.972Z] ---> bfa8d8c2f6ad [2021-02-02T17:53:37.972Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-02T17:53:37.972Z] ---> 978a5c084765 [2021-02-02T17:53:38.099Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-02T17:53:38.245Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-02T17:53:38.245Z] ---> Running in 73f65fcc8af3 [2021-02-02T17:53:38.361Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T17:53:38.361Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-02T17:53:38.361Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-02T17:53:38.361Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-02T17:53:38.635Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-02T17:53:38.859Z] Removing intermediate container 46801a1d2ea3 [2021-02-02T17:53:38.859Z] ---> 0f05a2d5ca49 [2021-02-02T17:53:38.859Z] [2021-02-02T17:53:38.859Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T17:53:38.859Z] ---> afeebe901d6b [2021-02-02T17:53:38.859Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T17:53:38.896Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-02T17:53:38.896Z] Installing new version of config file /etc/issue ... [2021-02-02T17:53:38.896Z] Installing new version of config file /etc/issue.net ... [2021-02-02T17:53:38.896Z] Installing new version of config file /etc/lsb-release ... [2021-02-02T17:53:38.896Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-02T17:53:39.140Z] ---> Running in d370514c3a64 [2021-02-02T17:53:39.155Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-02T17:53:39.155Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-02T17:53:39.155Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-02T17:53:39.416Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:53:39.416Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-02T17:53:39.416Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-02T17:53:39.677Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-02T17:53:39.678Z] 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-02-02T17:53:39.678Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:53:39.678Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T17:53:39.678Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-02T17:53:39.938Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-02T17:53:39.938Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:53:39.938Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-02T17:53:39.938Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-02T17:53:39.938Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-02T17:53:40.128Z] ---> 16ec9fc2c1b0 [2021-02-02T17:53:40.128Z] 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-02-02T17:53:40.128Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:53:40.128Z] ---> 8bdff3146921 [2021-02-02T17:53:40.128Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-02T17:53:40.198Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:53:40.198Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-02T17:53:40.198Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-02T17:53:40.421Z] ---> Running in b97c327a81c0 [2021-02-02T17:53:40.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:53:40.459Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-02T17:53:40.459Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:53:40.459Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T17:53:40.700Z] ---> Running in e00d89e359eb [2021-02-02T17:53:40.720Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T17:53:40.720Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-02T17:53:40.720Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:53:40.720Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T17:53:40.720Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T17:53:40.978Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-02T17:53:40.979Z] (2/2) Installing su-exec (0.2-r1) [2021-02-02T17:53:40.981Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-02T17:53:40.981Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:53:40.981Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-02T17:53:40.981Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-02T17:53:41.241Z] Setting up grep (3.1-2build1) ... [2021-02-02T17:53:41.241Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:53:41.241Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-02T17:53:41.241Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-02T17:53:41.269Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:53:41.269Z] OK: 5 MiB in 16 packages [2021-02-02T17:53:41.269Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:53:41.502Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-02T17:53:41.502Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:53:41.502Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T17:53:41.502Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T17:53:41.545Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:53:41.763Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-02T17:53:41.763Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:53:41.763Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-02T17:53:41.763Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T17:53:41.830Z] Removing intermediate container e00d89e359eb [2021-02-02T17:53:41.830Z] ---> ee58a9801c8d [2021-02-02T17:53:41.830Z] Step 18/21 : CMD ["--init=true"] [2021-02-02T17:53:42.110Z] ---> Running in eefcb624da08 [2021-02-02T17:53:42.110Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T17:53:42.110Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:53:42.110Z] OK: 5 MiB in 15 packages [2021-02-02T17:53:42.335Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-02T17:53:42.335Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T17:53:42.335Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-02T17:53:42.335Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T17:53:42.908Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-02T17:53:43.106Z] Removing intermediate container eefcb624da08 [2021-02-02T17:53:43.106Z] ---> fee675ba13c7 [2021-02-02T17:53:43.106Z] Step 19/21 : LABEL arch=arm64 [2021-02-02T17:53:43.106Z] Removing intermediate container 73f65fcc8af3 [2021-02-02T17:53:43.106Z] ---> b2a8ff11f42a [2021-02-02T17:53:43.106Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-02T17:53:43.169Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:53:43.169Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-02T17:53:43.169Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T17:53:43.382Z] ---> Running in 90230dc04900 [2021-02-02T17:53:43.655Z] ---> Running in c32db758a4f5 [2021-02-02T17:53:44.112Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-02T17:53:44.112Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-02T17:53:44.112Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-02T17:53:44.112Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-02T17:53:44.253Z] Removing intermediate container 90230dc04900 [2021-02-02T17:53:44.253Z] ---> 87e81084a8ba [2021-02-02T17:53:44.253Z] Step 20/21 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 [2021-02-02T17:53:44.253Z] Removing intermediate container d370514c3a64 [2021-02-02T17:53:44.253Z] ---> b239426a07bd [2021-02-02T17:53:44.253Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:53:44.253Z] Removing intermediate container c32db758a4f5 [2021-02-02T17:53:44.253Z] ---> 9f2475c1b50d [2021-02-02T17:53:44.253Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-02T17:53:44.373Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-02T17:53:44.373Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:53:44.373Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-02T17:53:44.373Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-02T17:53:44.535Z] ---> Running in 28b74e5e56a7 [2021-02-02T17:53:44.535Z] Removing intermediate container b97c327a81c0 [2021-02-02T17:53:44.535Z] ---> 9a44a9c43e36 [2021-02-02T17:53:44.535Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-02T17:53:44.535Z] ---> Running in 057d35082d4b [2021-02-02T17:53:44.535Z] ---> Running in bf0d449296f3 [2021-02-02T17:53:44.634Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-02T17:53:44.634Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:53:44.634Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T17:53:44.812Z] ---> Running in e14a30be21bb [2021-02-02T17:53:44.896Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T17:53:44.896Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T17:53:44.896Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:53:44.896Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T17:53:45.087Z] Removing intermediate container 28b74e5e56a7 [2021-02-02T17:53:45.087Z] ---> d4749bb898bb [2021-02-02T17:53:45.087Z] Step 21/21 : LABEL version=0.0.0 [2021-02-02T17:53:45.157Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T17:53:45.157Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T17:53:45.157Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:53:45.157Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T17:53:45.358Z] ---> Running in 246fae8ab8ca [2021-02-02T17:53:45.358Z] Removing intermediate container 057d35082d4b [2021-02-02T17:53:45.358Z] ---> e34a9c1433d1 [2021-02-02T17:53:45.358Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-02T17:53:45.358Z] Removing intermediate container bf0d449296f3 [2021-02-02T17:53:45.358Z] ---> cf1a7a09dce8 [2021-02-02T17:53:45.358Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-02T17:53:45.417Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T17:53:45.418Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T17:53:45.418Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:53:45.418Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T17:53:45.641Z] Removing intermediate container e14a30be21bb [2021-02-02T17:53:45.641Z] ---> 18e42d3bf637 [2021-02-02T17:53:45.641Z] Step 22/24 : LABEL arch=arm64 [2021-02-02T17:53:45.641Z] ---> Running in 2b6a2682b466 [2021-02-02T17:53:45.641Z] ---> Running in 2119df17cc14 [2021-02-02T17:53:45.679Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T17:53:45.679Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T17:53:45.679Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:53:45.679Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T17:53:45.916Z] ---> Running in 64dbe492a716 [2021-02-02T17:53:45.939Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T17:53:45.939Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T17:53:45.939Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T17:53:46.195Z] Removing intermediate container 246fae8ab8ca [2021-02-02T17:53:46.195Z] ---> ca1285d66715 [2021-02-02T17:53:46.195Z] [2021-02-02T17:53:46.198Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-02T17:53:46.198Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:53:46.198Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T17:53:46.198Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T17:53:46.459Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-02T17:53:46.459Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:53:46.459Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T17:53:46.459Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T17:53:46.720Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T17:53:46.720Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:53:46.720Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T17:53:46.720Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T17:53:46.803Z] Removing intermediate container 2119df17cc14 [2021-02-02T17:53:46.803Z] ---> 7a12e1873e3f [2021-02-02T17:53:46.803Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T17:53:46.803Z] Successfully built ca1285d66715 [2021-02-02T17:53:46.803Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-02T17:53:46.803Z] Building docker-sys-mgmt-agent-go [2021-02-02T17:53:46.803Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 64dbe492a716 [2021-02-02T17:53:46.803Z] ---> f6224a5a4589 [2021-02-02T17:53:46.803Z] Step 23/24 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 [2021-02-02T17:53:46.982Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-02T17:53:46.982Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:53:46.982Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T17:53:46.982Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T17:53:47.082Z] ---> Running in 8d91cf22710f [2021-02-02T17:53:47.082Z] ---> Running in a49b3689cf19 [2021-02-02T17:53:47.555Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-02T17:53:47.816Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-02T17:53:48.070Z] Removing intermediate container 8d91cf22710f [2021-02-02T17:53:48.070Z] ---> 63dcbb5f8584 [2021-02-02T17:53:48.070Z] Step 15/23 : WORKDIR / [2021-02-02T17:53:48.070Z] Removing intermediate container a49b3689cf19 [2021-02-02T17:53:48.070Z] ---> 73963c560fb3 [2021-02-02T17:53:48.070Z] Step 24/24 : LABEL version=0.0.0 [2021-02-02T17:53:48.070Z] ---> Running in 354fa0c18639 [2021-02-02T17:53:48.077Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-02T17:53:48.338Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:53:48.338Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T17:53:48.599Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T17:53:48.685Z] ---> Running in 2663eb8ce56c [2021-02-02T17:53:48.860Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-02T17:53:48.860Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:53:48.860Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-02T17:53:49.120Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T17:53:49.120Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-02T17:53:49.120Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:53:49.120Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-02T17:53:49.380Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-02T17:53:49.380Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-02T17:53:49.641Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:53:49.901Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-02T17:53:49.901Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-02T17:53:49.901Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-02T17:53:50.125Z] Removing intermediate container 2663eb8ce56c [2021-02-02T17:53:50.125Z] ---> 14cc8331e489 [2021-02-02T17:53:50.125Z] [2021-02-02T17:53:50.125Z] Removing intermediate container 354fa0c18639 [2021-02-02T17:53:50.125Z] ---> f36efb3d56e6 [2021-02-02T17:53:50.125Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:53:50.162Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:53:50.162Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-02T17:53:50.162Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-02T17:53:50.162Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-02T17:53:50.421Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:53:50.422Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-02T17:53:50.422Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T17:53:50.422Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T17:53:50.686Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:53:50.686Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-02T17:53:50.686Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T17:53:50.722Z] Successfully built 14cc8331e489 [2021-02-02T17:53:50.723Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-02T17:53:50.723Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-02-02T17:53:50.723Z] Removing intermediate container 2b6a2682b466 [2021-02-02T17:53:50.723Z] ---> 86b49b1d208b [2021-02-02T17:53:50.723Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-02T17:53:50.948Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T17:53:50.948Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:53:50.948Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-02T17:53:51.209Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T17:53:51.209Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T17:53:51.330Z] ---> Running in 71aee4fcab16 [2021-02-02T17:53:51.330Z] Removing intermediate container 776f4cfb78ca [2021-02-02T17:53:51.330Z] ---> 1852e671d9b3 [2021-02-02T17:53:51.330Z] [2021-02-02T17:53:51.330Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T17:53:51.330Z] ---> afeebe901d6b [2021-02-02T17:53:51.330Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-02T17:53:51.330Z] ---> 797a4a755e97 [2021-02-02T17:53:51.330Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-02T17:53:51.469Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:53:51.469Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T17:53:51.469Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T17:53:51.606Z] ---> Running in 52d2d97e9071 [2021-02-02T17:53:51.731Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-02T17:53:51.731Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T17:53:51.731Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T17:53:51.731Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T17:53:51.992Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-02T17:53:51.992Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:53:51.992Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-02T17:53:51.992Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-02T17:53:52.205Z] Removing intermediate container 71aee4fcab16 [2021-02-02T17:53:52.205Z] ---> d48bbeea8abe [2021-02-02T17:53:52.205Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-02T17:53:52.286Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-02T17:53:52.286Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:53:52.286Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-02T17:53:52.286Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T17:53:52.547Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T17:53:52.808Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:53:52.808Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T17:53:52.808Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T17:53:52.808Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-02T17:53:52.811Z] Removing intermediate container 52d2d97e9071 [2021-02-02T17:53:52.811Z] ---> 5d0c11f0e22a [2021-02-02T17:53:52.811Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-02T17:53:53.069Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:53:53.069Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-02T17:53:53.069Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-02T17:53:53.069Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-02T17:53:53.330Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:53:53.330Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-02T17:53:53.330Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-02T17:53:53.593Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-02T17:53:53.856Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:53:53.856Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T17:53:53.856Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T17:53:54.117Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-02T17:53:54.117Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:53:54.117Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-02T17:53:54.117Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-02T17:53:54.292Z] ---> 1364afae73e6 [2021-02-02T17:53:54.292Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-02T17:53:54.292Z] ---> Running in c46b0bd3398d [2021-02-02T17:53:54.377Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-02T17:53:54.377Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:53:54.377Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-02T17:53:54.377Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-02T17:53:54.377Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-02T17:53:54.637Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:53:54.637Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-02T17:53:54.637Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-02T17:53:54.893Z] ---> c109c8a9cd70 [2021-02-02T17:53:54.893Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-02T17:53:54.897Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-02T17:53:55.174Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:53:55.174Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-02T17:53:55.174Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-02T17:53:55.436Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-02T17:53:55.436Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:53:55.436Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-02T17:53:55.436Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-02T17:53:55.696Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-02T17:53:55.696Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:53:55.696Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-02T17:53:55.696Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-02T17:53:55.869Z] ---> Running in 90e379abf4a8 [2021-02-02T17:53:55.869Z] ---> b48ccfdec35f [2021-02-02T17:53:55.869Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-02T17:53:55.869Z] Removing intermediate container c46b0bd3398d [2021-02-02T17:53:55.869Z] ---> 547b1601a29f [2021-02-02T17:53:55.869Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-02T17:53:55.959Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-02T17:53:55.959Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-02T17:53:55.959Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-02T17:53:55.959Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-02T17:53:56.146Z] ---> Running in 036951bc18c3 [2021-02-02T17:53:56.146Z] ---> Running in 025b9f2a6e77 [2021-02-02T17:53:56.221Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-02T17:53:56.221Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-02T17:53:56.490Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-02T17:53:56.490Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-02T17:53:56.747Z] Removing intermediate container 025b9f2a6e77 [2021-02-02T17:53:56.747Z] ---> c9fe34fa70ed [2021-02-02T17:53:56.747Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:53:56.747Z] Removing intermediate container 036951bc18c3 [2021-02-02T17:53:56.770Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-02-02T17:53:56.770Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-02-02T17:53:56.770Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-02T17:53:57.024Z] ---> 7e2d5a188d03 [2021-02-02T17:53:57.024Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:53:57.024Z] ---> Running in 14ee8afe740b [2021-02-02T17:53:57.024Z] ---> Running in dc8fedf77f59 [2021-02-02T17:53:57.037Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-02T17:53:57.037Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-02T17:53:57.037Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-02T17:53:57.301Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-02T17:53:57.301Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-02T17:53:57.301Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-02T17:53:57.301Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-02T17:53:57.301Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-02T17:53:57.575Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-02T17:53:57.575Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-02T17:53:57.575Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-02T17:53:57.575Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-02T17:53:57.836Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-02T17:53:57.836Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-02T17:53:57.837Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-02T17:53:58.465Z] Removing intermediate container dc8fedf77f59 [2021-02-02T17:53:58.466Z] ---> 1b42ee4596d3 [2021-02-02T17:53:58.466Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T17:53:58.906Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-02T17:53:58.906Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-02T17:53:58.906Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-02T17:53:58.906Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-02T17:53:59.074Z] ---> Running in 980014f051e1 [2021-02-02T17:53:59.183Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T17:53:59.183Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T17:53:59.488Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T17:53:59.488Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T17:53:59.781Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T17:53:59.781Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T17:53:59.781Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T17:54:00.041Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T17:54:00.041Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T17:54:00.041Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T17:54:00.512Z] Removing intermediate container 90e379abf4a8 [2021-02-02T17:54:00.512Z] ---> de1b3eb05632 [2021-02-02T17:54:00.512Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:54:00.512Z] Removing intermediate container 980014f051e1 [2021-02-02T17:54:00.512Z] ---> 8e51d4bb1963 [2021-02-02T17:54:00.512Z] Step 22/23 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 [2021-02-02T17:54:00.612Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T17:54:00.612Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T17:54:00.612Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T17:54:00.612Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T17:54:00.872Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T17:54:00.872Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T17:54:01.116Z] ---> Running in 3e9735e5e8a0 [2021-02-02T17:54:01.116Z] Removing intermediate container 14ee8afe740b [2021-02-02T17:54:01.116Z] ---> 872d1ca5a6a3 [2021-02-02T17:54:01.116Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-02T17:54:01.391Z] ---> 0cf5ec3af063 [2021-02-02T17:54:01.391Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-02T17:54:01.391Z] ---> Running in 6c179869b642 [2021-02-02T17:54:01.669Z] Removing intermediate container 3e9735e5e8a0 [2021-02-02T17:54:01.669Z] ---> a9645f53fa78 [2021-02-02T17:54:01.669Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T17:54:01.818Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T17:54:01.818Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T17:54:01.941Z] ---> Running in b31f8401bb5a [2021-02-02T17:54:02.760Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T17:54:02.761Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T17:54:02.941Z] Removing intermediate container b31f8401bb5a [2021-02-02T17:54:02.941Z] ---> 42f370c0526d [2021-02-02T17:54:02.941Z] [2021-02-02T17:54:03.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:54:03.212Z] ---> 79847826c406 [2021-02-02T17:54:03.212Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-02T17:54:03.331Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T17:54:03.331Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T17:54:03.491Z] Successfully built 42f370c0526d [2021-02-02T17:54:03.491Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-02T17:54:03.491Z] Building docker-support-scheduler-go [2021-02-02T17:54:03.772Z]  Building docker-core-command-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:54:03.903Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T17:54:03.903Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T17:54:04.372Z] ---> 2f42a2b1b900 [2021-02-02T17:54:04.372Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-02T17:54:04.473Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T17:54:04.650Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-02T17:54:04.650Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-02T17:54:04.734Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T17:54:04.734Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-02T17:54:04.734Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-02T17:54:04.928Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-02T17:54:04.928Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-02T17:54:04.994Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-02T17:54:04.994Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-02T17:54:04.994Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-02T17:54:05.205Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-02T17:54:05.205Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-02T17:54:05.255Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-02T17:54:05.255Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-02T17:54:05.255Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-02T17:54:05.481Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:54:05.481Z] OK: 8 MiB in 20 packages [2021-02-02T17:54:05.516Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-02T17:54:05.516Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-02T17:54:05.516Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-02T17:54:05.516Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-02T17:54:05.777Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-02T17:54:05.777Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-02T17:54:05.777Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:54:06.037Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-02T17:54:06.037Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:54:06.037Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:54:06.037Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:54:06.037Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-02T17:54:06.037Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-02T17:54:06.037Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-02T17:54:06.298Z] [2021-02-02T17:54:06.298Z] Current default time zone: 'Etc/UTC' [2021-02-02T17:54:06.298Z] Local time is now: Tue Feb 2 17:54:06 UTC 2021. [2021-02-02T17:54:06.298Z] Universal Time is now: Tue Feb 2 17:54:06 UTC 2021. [2021-02-02T17:54:06.298Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-02T17:54:06.298Z] [2021-02-02T17:54:06.298Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-02T17:54:06.298Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:54:06.298Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-02T17:54:06.298Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-02T17:54:06.474Z] ---> 25228325968d [2021-02-02T17:54:06.474Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-02T17:54:06.563Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-02T17:54:06.563Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-02T17:54:06.563Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-02T17:54:06.563Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-02T17:54:06.563Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-02T17:54:06.563Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-02T17:54:06.563Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:54:06.822Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-02T17:54:07.087Z] ---> 47c24a9ee653 [2021-02-02T17:54:07.087Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-02T17:54:07.088Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T17:54:07.088Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-02T17:54:07.088Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:54:07.088Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-02T17:54:07.088Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-02T17:54:07.088Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-02T17:54:07.088Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-02T17:54:07.088Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-02T17:54:07.088Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-02T17:54:07.348Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-02T17:54:07.348Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-02-02T17:54:08.526Z] ---> Running in 5fa148b59c0c [2021-02-02T17:54:08.803Z] Removing intermediate container 6c179869b642 [2021-02-02T17:54:08.803Z] ---> 8a024c96a476 [2021-02-02T17:54:08.803Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:54:09.256Z] Updating certificates in /etc/ssl/certs... [2021-02-02T17:54:09.402Z] Removing intermediate container 5fa148b59c0c [2021-02-02T17:54:09.403Z] ---> d934f90d5b39 [2021-02-02T17:54:09.403Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-02T17:54:09.833Z] 22 added, 17 removed; done. [2021-02-02T17:54:10.096Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-02T17:54:10.096Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:54:10.096Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-02T17:54:10.096Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-02T17:54:10.096Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-02T17:54:10.356Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T17:54:10.356Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-02T17:54:10.356Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T17:54:10.356Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T17:54:10.356Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T17:54:10.356Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T17:54:10.356Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T17:54:10.356Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-02T17:54:10.617Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-02T17:54:10.617Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-02T17:54:10.617Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-02T17:54:10.617Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-02T17:54:10.617Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T17:54:10.857Z] ---> d1e9b8a0c657 [2021-02-02T17:54:10.857Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-02T17:54:10.877Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T17:54:10.877Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-02T17:54:10.877Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-02T17:54:10.877Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-02T17:54:10.877Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-02T17:54:10.877Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-02T17:54:11.133Z] ---> 3d674b744935 [2021-02-02T17:54:11.133Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-02T17:54:11.138Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-02T17:54:11.138Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-02-02T17:54:11.138Z] Updating certificates in /etc/ssl/certs... [2021-02-02T17:54:11.708Z] 0 added, 0 removed; done. [2021-02-02T17:54:11.708Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-02T17:54:11.708Z] done. [2021-02-02T17:54:11.968Z] Reading package lists... [2021-02-02T17:54:12.229Z] Building dependency tree... [2021-02-02T17:54:12.229Z] Reading state information... [2021-02-02T17:54:12.489Z] The following NEW packages will be installed: [2021-02-02T17:54:12.489Z] apt-transport-https [2021-02-02T17:54:12.489Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-02T17:54:12.489Z] Need to get 1696 B of archives. [2021-02-02T17:54:12.489Z] After this operation, 153 kB of additional disk space will be used. [2021-02-02T17:54:12.489Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-02T17:54:12.489Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:54:12.489Z] Fetched 1696 B in 0s (28.6 kB/s) [2021-02-02T17:54:12.489Z] Selecting previously unselected package apt-transport-https. [2021-02-02T17:54:12.489Z] (Reading database ... 13929 files and directories currently installed.) [2021-02-02T17:54:12.489Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-02T17:54:12.489Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-02T17:54:12.582Z] ---> Running in 15c87a882076 [2021-02-02T17:54:12.749Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-02T17:54:13.009Z] Waiting for network to be ready... [2021-02-02T17:54:13.189Z] ---> 4d42b69a4a9f [2021-02-02T17:54:13.189Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-02T17:54:15.184Z] ---> 59005e7435bb [2021-02-02T17:54:15.184Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-02T17:54:15.477Z] ---> Running in a2ccdc26ea30 [2021-02-02T17:54:16.079Z] Removing intermediate container a2ccdc26ea30 [2021-02-02T17:54:16.079Z] ---> 0b48afc0f0ce [2021-02-02T17:54:16.079Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:54:16.682Z] Removing intermediate container 15c87a882076 [2021-02-02T17:54:16.682Z] ---> 7cce5765ea4c [2021-02-02T17:54:16.682Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-02T17:54:16.956Z] ---> Running in 095a3b075914 [2021-02-02T17:54:17.560Z] ---> Running in 3be93d03c12d [2021-02-02T17:54:18.157Z] Removing intermediate container 095a3b075914 [2021-02-02T17:54:18.157Z] ---> 0cd9d6fe3bac [2021-02-02T17:54:18.157Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T17:54:18.765Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:54:18.765Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:54:18.765Z] ---> 864136cfa2bf [2021-02-02T17:54:18.765Z] Step 3/26 : WORKDIR /edgex-go [2021-02-02T17:54:18.765Z] ---> Using cache [2021-02-02T17:54:18.765Z] ---> 14d6281f569b [2021-02-02T17:54:18.765Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:54:18.765Z] ---> Using cache [2021-02-02T17:54:18.765Z] ---> 42350e2b7d2b [2021-02-02T17:54:18.765Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-02T17:54:19.039Z] Removing intermediate container 3be93d03c12d [2021-02-02T17:54:19.039Z] ---> 0fa42e35941f [2021-02-02T17:54:19.039Z] Step 28/31 : CMD ["gate"] [2021-02-02T17:54:19.039Z] ---> Running in 95caab3af246 [2021-02-02T17:54:19.039Z] ---> Running in ca6cb83e884b [2021-02-02T17:54:19.590Z] 2021-02-02T17:54:15Z INFO Waiting for automatic snapd restart... [2021-02-02T17:54:19.590Z] snapd 2.48.2 from Canonical* installed [2021-02-02T17:54:20.016Z] ---> Running in e140b54e38eb [2021-02-02T17:54:20.016Z] Removing intermediate container ca6cb83e884b [2021-02-02T17:54:20.016Z] ---> 432405d5a56c [2021-02-02T17:54:20.016Z] Step 22/23 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 [2021-02-02T17:54:20.292Z] ---> Running in 709b3516d092 [2021-02-02T17:54:20.292Z] Removing intermediate container e140b54e38eb [2021-02-02T17:54:20.531Z] "snapd" switched to the "latest/stable" channel [2021-02-02T17:54:20.531Z] [2021-02-02T17:54:20.564Z] ---> b7d0dd90e4a0 [2021-02-02T17:54:20.564Z] Step 29/31 : LABEL arch=arm64 [2021-02-02T17:54:20.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:54:21.175Z] ---> Running in cd3dd12bfe90 [2021-02-02T17:54:21.175Z] Removing intermediate container 709b3516d092 [2021-02-02T17:54:21.175Z] ---> 1d2dbeb14748 [2021-02-02T17:54:21.175Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T17:54:21.548Z] ---> Running in 8d09d9df80c2 [2021-02-02T17:54:21.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:54:21.871Z] Removing intermediate container cd3dd12bfe90 [2021-02-02T17:54:21.871Z] ---> ab71b5709614 [2021-02-02T17:54:21.871Z] Step 30/31 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 [2021-02-02T17:54:22.145Z] OK: 217 MiB in 51 packages [2021-02-02T17:54:22.145Z] Removing intermediate container 8d09d9df80c2 [2021-02-02T17:54:22.145Z] ---> 7905472f4890 [2021-02-02T17:54:22.145Z] [2021-02-02T17:54:22.744Z] ---> Running in d7423369fe5b [2021-02-02T17:54:23.070Z] core18 20201210 from Canonical* installed [2021-02-02T17:54:23.070Z] "core18" switched to the "latest/stable" channel [2021-02-02T17:54:23.070Z] [2021-02-02T17:54:23.351Z] Successfully built 7905472f4890 [2021-02-02T17:54:23.351Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-02T17:54:23.351Z] Building docker-core-metadata-go [2021-02-02T17:54:23.950Z]  Building docker-core-data-go ... done Removing intermediate container d7423369fe5b [2021-02-02T17:54:23.950Z] ---> 093ff79d2221 [2021-02-02T17:54:23.950Z] Step 31/31 : LABEL version=0.0.0 [2021-02-02T17:54:24.555Z] Removing intermediate container 95caab3af246 [2021-02-02T17:54:24.555Z] ---> fbbba127ab08 [2021-02-02T17:54:24.555Z] Step 6/26 : COPY go.mod . [2021-02-02T17:54:24.555Z] ---> Running in 5003ffdeaf65 [2021-02-02T17:54:24.555Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:54:24.555Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:54:24.555Z] ---> 864136cfa2bf [2021-02-02T17:54:24.555Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T17:54:24.555Z] ---> Using cache [2021-02-02T17:54:24.555Z] ---> 14d6281f569b [2021-02-02T17:54:24.555Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:54:24.555Z] ---> Using cache [2021-02-02T17:54:24.555Z] ---> 42350e2b7d2b [2021-02-02T17:54:24.555Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-02T17:54:24.555Z] ---> Running in 9b36734f1747 [2021-02-02T17:54:25.547Z] Removing intermediate container 5003ffdeaf65 [2021-02-02T17:54:25.547Z] ---> 9fce2781da0d [2021-02-02T17:54:25.547Z] [2021-02-02T17:54:25.547Z] ---> b37565c89bcf [2021-02-02T17:54:25.547Z] Step 7/26 : RUN go mod download [2021-02-02T17:54:26.145Z] Successfully built 9fce2781da0d [2021-02-02T17:54:26.145Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-02T17:54:26.145Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:54:26.145Z] ---> Running in 57734520ed48 [2021-02-02T17:54:26.365Z] snapcraft 4.4.4 from Canonical* installed [2021-02-02T17:54:26.365Z] "snapcraft" switched to the "latest/stable" channel [2021-02-02T17:54:26.365Z] [2021-02-02T17:54:27.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:54:27.723Z] OK: 217 MiB in 51 packages [2021-02-02T17:54:29.661Z] 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-02-02T17:54:29.661Z] - README.md [2021-02-02T17:54:29.661Z] - snapcraft.yaml.orig [2021-02-02T17:54:29.661Z] [2021-02-02T17:54:29.661Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-02T17:54:31.136Z] Removing intermediate container 9b36734f1747 [2021-02-02T17:54:31.136Z] ---> 4cd43a08faea [2021-02-02T17:54:31.136Z] Step 6/22 : COPY go.mod . [2021-02-02T17:54:31.136Z] Removing intermediate container 57734520ed48 [2021-02-02T17:54:31.136Z] ---> ca3ee1bf6015 [2021-02-02T17:54:31.136Z] Step 8/26 : COPY . . [2021-02-02T17:54:32.132Z] ---> c1f94aedb4b7 [2021-02-02T17:54:32.132Z] Step 7/22 : RUN go mod download [2021-02-02T17:54:34.117Z] ---> Running in c6563d026ae4 [2021-02-02T17:54:36.242Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T17:54:36.242Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-02T17:54:36.242Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-02T17:54:36.242Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-02T17:54:36.503Z] Fetched 88.7 kB in 1s (158 kB/s) [2021-02-02T17:54:37.442Z] Reading package lists... [2021-02-02T17:54:37.520Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:54:37.520Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:54:37.520Z] ---> 864136cfa2bf [2021-02-02T17:54:37.520Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T17:54:37.520Z] ---> Using cache [2021-02-02T17:54:37.520Z] ---> 14d6281f569b [2021-02-02T17:54:37.520Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:54:37.520Z] ---> Using cache [2021-02-02T17:54:37.520Z] ---> 42350e2b7d2b [2021-02-02T17:54:37.520Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-02T17:54:37.520Z] ---> Using cache [2021-02-02T17:54:37.520Z] ---> 44de4f5e3db7 [2021-02-02T17:54:37.520Z] Step 6/22 : COPY go.mod . [2021-02-02T17:54:37.520Z] ---> Using cache [2021-02-02T17:54:37.520Z] ---> bd6d2066da26 [2021-02-02T17:54:37.520Z] Step 7/22 : RUN go mod download [2021-02-02T17:54:37.520Z] ---> Using cache [2021-02-02T17:54:37.520Z] ---> caba97728a8c [2021-02-02T17:54:37.520Z] Step 8/22 : COPY . . [2021-02-02T17:54:37.702Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-02-02T17:54:37.801Z] ---> Using cache [2021-02-02T17:54:37.801Z] ---> 28be77fa70d7 [2021-02-02T17:54:37.801Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-02T17:54:38.403Z] ---> Running in 38b8a02bf164 [2021-02-02T17:54:39.006Z] Removing intermediate container c6563d026ae4 [2021-02-02T17:54:39.006Z] ---> d69847eecc36 [2021-02-02T17:54:39.006Z] Step 8/22 : COPY . . [2021-02-02T17:54:40.445Z] 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-02-02T17:54:44.287Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T17:54:44.287Z] Reading package lists... [2021-02-02T17:54:44.287Z] Building dependency tree... [2021-02-02T17:54:44.287Z] Reading state information... [2021-02-02T17:54:44.287Z] Suggested packages: [2021-02-02T17:54:44.287Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-02T17:54:44.287Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-02T17:54:44.287Z] Recommended packages: [2021-02-02T17:54:44.287Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-02T17:54:44.287Z] The following NEW packages will be installed: [2021-02-02T17:54:44.287Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-02T17:54:44.287Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-02T17:54:44.287Z] pkg-config zip [2021-02-02T17:54:44.287Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-02T17:54:44.287Z] Need to get 7655 kB of archives. [2021-02-02T17:54:44.287Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-02T17:54:44.287Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-02T17:54:44.287Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-02T17:54:44.287Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-02T17:54:44.287Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-02T17:54:44.287Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-02T17:54:44.549Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-02T17:54:44.549Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-02T17:54:44.549Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-02T17:54:44.549Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-02T17:54:44.549Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-02T17:54:44.811Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-02T17:54:44.811Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-02T17:54:44.811Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-02T17:54:44.811Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-02T17:54:44.811Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-02T17:54:45.071Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:54:45.071Z] Fetched 7655 kB in 1s (10.7 MB/s) [2021-02-02T17:54:45.072Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-02T17:54:45.072Z] (Reading database ... 13933 files and directories currently installed.) [2021-02-02T17:54:45.072Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-02T17:54:45.072Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-02T17:54:45.338Z] Selecting previously unselected package libpsl5:amd64. [2021-02-02T17:54:45.338Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-02T17:54:45.338Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-02T17:54:45.338Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-02T17:54:45.338Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-02T17:54:45.338Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-02T17:54:45.598Z] Selecting previously unselected package librtmp1:amd64. [2021-02-02T17:54:45.598Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-02T17:54:45.598Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-02T17:54:45.598Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-02T17:54:45.598Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-02T17:54:45.598Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-02T17:54:45.860Z] Selecting previously unselected package liberror-perl. [2021-02-02T17:54:45.860Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-02T17:54:45.860Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-02T17:54:45.860Z] Selecting previously unselected package git-man. [2021-02-02T17:54:45.860Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-02T17:54:45.860Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-02T17:54:46.120Z] Selecting previously unselected package git. [2021-02-02T17:54:46.120Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-02T17:54:46.120Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-02T17:54:46.689Z] Selecting previously unselected package libnorm1:amd64. [2021-02-02T17:54:46.689Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-02T17:54:46.689Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-02T17:54:46.949Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-02T17:54:46.949Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-02T17:54:46.949Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-02T17:54:46.949Z] Selecting previously unselected package libsodium23:amd64. [2021-02-02T17:54:46.949Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-02T17:54:46.949Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-02T17:54:47.207Z] Selecting previously unselected package libzmq5:amd64. [2021-02-02T17:54:47.207Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-02T17:54:47.207Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T17:54:47.207Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-02T17:54:47.207Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-02T17:54:47.207Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T17:54:47.468Z] Selecting previously unselected package pkg-config. [2021-02-02T17:54:47.468Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-02T17:54:47.468Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-02T17:54:47.468Z] Selecting previously unselected package zip. [2021-02-02T17:54:47.468Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-02T17:54:47.468Z] Unpacking zip (3.0-11build1) ... [2021-02-02T17:54:47.468Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-02T17:54:47.468Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-02T17:54:47.468Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-02T17:54:47.729Z] Setting up liberror-perl (0.17025-1) ... [2021-02-02T17:54:47.729Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-02T17:54:47.729Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-02T17:54:47.729Z] No schema files found: doing nothing. [2021-02-02T17:54:47.729Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-02T17:54:47.729Z] Setting up zip (3.0-11build1) ... [2021-02-02T17:54:47.729Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-02T17:54:47.729Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-02T17:54:47.729Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-02T17:54:47.729Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T17:54:47.989Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-02T17:54:47.989Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T17:54:47.989Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-02T17:54:47.989Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-02T17:54:50.641Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:54:50.641Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:54:50.641Z] ---> 864136cfa2bf [2021-02-02T17:54:50.641Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T17:54:50.641Z] ---> Using cache [2021-02-02T17:54:50.641Z] ---> 14d6281f569b [2021-02-02T17:54:50.641Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:54:50.642Z] ---> Using cache [2021-02-02T17:54:50.642Z] ---> 42350e2b7d2b [2021-02-02T17:54:50.642Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T17:54:50.642Z] ---> Using cache [2021-02-02T17:54:50.642Z] ---> 44de4f5e3db7 [2021-02-02T17:54:50.642Z] Step 6/23 : COPY go.mod . [2021-02-02T17:54:50.642Z] ---> Using cache [2021-02-02T17:54:50.642Z] ---> bd6d2066da26 [2021-02-02T17:54:50.642Z] Step 7/23 : RUN go mod download [2021-02-02T17:54:50.642Z] ---> Using cache [2021-02-02T17:54:50.642Z] ---> caba97728a8c [2021-02-02T17:54:50.642Z] Step 8/23 : COPY . . [2021-02-02T17:54:50.642Z] ---> Using cache [2021-02-02T17:54:50.642Z] ---> 28be77fa70d7 [2021-02-02T17:54:50.642Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-02T17:54:54.573Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T17:54:54.573Z] git set to automatically installed. [2021-02-02T17:54:54.573Z] git-man set to automatically installed. [2021-02-02T17:54:54.573Z] libcurl3-gnutls set to automatically installed. [2021-02-02T17:54:54.573Z] liberror-perl set to automatically installed. [2021-02-02T17:54:54.573Z] libglib2.0-0 set to automatically installed. [2021-02-02T17:54:54.573Z] libnghttp2-14 set to automatically installed. [2021-02-02T17:54:54.573Z] libnorm1 set to automatically installed. [2021-02-02T17:54:54.573Z] libpgm-5.2-0 set to automatically installed. [2021-02-02T17:54:54.573Z] libpsl5 set to automatically installed. [2021-02-02T17:54:54.573Z] librtmp1 set to automatically installed. [2021-02-02T17:54:54.573Z] libsodium23 set to automatically installed. [2021-02-02T17:54:54.573Z] libzmq3-dev set to automatically installed. [2021-02-02T17:54:54.573Z] libzmq5 set to automatically installed. [2021-02-02T17:54:54.573Z] pkg-config set to automatically installed. [2021-02-02T17:54:54.573Z] zip set to automatically installed. [2021-02-02T17:54:55.016Z] ---> Running in 668afe07687e [2021-02-02T17:54:55.016Z] ---> 4cfd463e9e89 [2021-02-02T17:54:55.016Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-02T17:54:56.009Z] ---> Running in db3340f44575 [2021-02-02T17:54:56.995Z] 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-02-02T17:54:57.121Z] snapd is not logged in, snap install commands will use sudo [2021-02-02T17:54:57.978Z] 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-02-02T17:55:03.699Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T17:55:03.960Z] snap "core18" has no updates available [2021-02-02T17:55:04.902Z] Pulling config-common [2021-02-02T17:55:04.937Z] ---> 7a9838a8e67d [2021-02-02T17:55:04.937Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-02T17:55:05.214Z] ---> Running in 67854031e41b [2021-02-02T17:55:05.472Z] Pulling go-build-helper [2021-02-02T17:55:07.213Z] 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-02-02T17:55:27.652Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-02T17:55:27.652Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-02T17:55:27.652Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1535 kB] [2021-02-02T17:55:27.652Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-02T17:55:27.652Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-02T17:55:27.652Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-02T17:55:27.652Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-02T17:55:27.652Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-02T17:55:27.652Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-02T17:55:27.652Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-02T17:55:27.652Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-02T17:55:27.652Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-02T17:55:27.652Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-02T17:55:27.652Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-02T17:55:27.652Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-02T17:55:27.652Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-02T17:55:27.652Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-02T17:55:27.652Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-02T17:55:27.652Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-02T17:55:27.652Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1878 kB] [2021-02-02T17:55:27.652Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-02T17:55:27.652Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-02T17:55:27.652Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-02T17:55:27.652Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-02T17:55:27.652Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-02T17:55:27.652Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1713 kB] [2021-02-02T17:55:27.652Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-02T17:55:27.652Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-02T17:55:27.652Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-02T17:55:27.652Z] Fetched 279 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-02T17:55:27.652Z] Fetched 122 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-02T17:55:27.652Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-02T17:55:27.652Z] Fetched 8848 B in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-02T17:55:27.652Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-02T17:55:27.652Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-02T17:55:27.652Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-02T17:55:27.652Z] Fetched 214 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-02T17:55:27.652Z] Fetched 155 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-02T17:55:27.652Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-02T17:55:27.652Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-02T17:55:27.652Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-02T17:55:27.652Z] Fetched 499 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-02T17:55:27.652Z] Fetched 111 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-02T17:55:27.652Z] Fetched 240 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-02T17:55:27.652Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-02T17:55:27.652Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-02T17:55:27.652Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-02T17:55:27.652Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-02T17:55:27.652Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-02T17:55:27.652Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-02T17:55:27.652Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-02T17:55:27.652Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-02T17:55:27.652Z] Fetched 8720 B in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-02T17:55:27.652Z] Fetched 137 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-02T17:55:27.652Z] Fetched 119 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-02T17:55:27.652Z] Fetched 109 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-02T17:55:27.652Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-02T17:55:27.652Z] Fetched 645 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-02T17:55:27.652Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-02T17:55:27.652Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-02T17:55:27.652Z] Fetched 368 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-02T17:55:27.652Z] Fetched 187 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-02T17:55:27.652Z] Fetched 175 kB in 0s (0 B/s) [2021-02-02T17:55:27.652Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-02T17:55:29.565Z] Fetched 206 kB in 0s (0 B/s) [2021-02-02T17:55:29.565Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-02T17:55:29.565Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-02T17:55:29.565Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-02T17:55:29.565Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-02T17:55:29.565Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-02T17:55:29.565Z] Fetched 159 kB in 0s (0 B/s) [2021-02-02T17:55:29.565Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-02T17:55:29.565Z] Fetched 107 kB in 0s (0 B/s) [2021-02-02T17:55:29.565Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-02T17:55:29.565Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-02T17:55:29.565Z] Pulling static-packages [2021-02-02T17:55:30.509Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-02T17:55:30.509Z] Skipping pull go-build-helper (already ran) [2021-02-02T17:55:30.509Z] Skipping pull static-packages (already ran) [2021-02-02T17:55:30.509Z] Building go-build-helper [2021-02-02T17:55:34.714Z] Building static-packages [2021-02-02T17:55:36.097Z] Staging go-build-helper [2021-02-02T17:55:36.666Z] Staging static-packages [2021-02-02T17:55:37.607Z] Pulling go115 [2021-02-02T17:55:38.547Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-02T17:55:38.547Z] Skipping pull go115 (already ran) [2021-02-02T17:55:38.547Z] Building go115 [2021-02-02T17:55:38.547Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T17:55:38.547Z] Dload Upload Total Spent Left Speed [2021-02-02T17:55:42.030Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 115M 3 4719k 0 0 11.1M 0 0:00:10 --:--:-- 0:00:10 11.0M 37 115M 37 43.3M 0 0 30.7M 0 0:00:03 0:00:01 0:00:02 30.7M 68 115M 68 78.9M 0 0 32.3M 0 0:00:03 0:00:02 0:00:01 32.3M 99 115M 99 115M 0 0 33.5M 0 0:00:03 0:00:03 --:--:-- 33.5M 100 115M 100 115M 0 0 33.5M 0 0:00:03 0:00:03 --:--:-- 33.5M [2021-02-02T17:55:42.603Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-02T17:55:46.808Z] Staging go115 [2021-02-02T17:55:52.097Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-02T17:55:52.097Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-02T17:55:52.097Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-02T17:55:52.097Z] Fetched 0 B in 0s (0 B/s) [2021-02-02T17:55:52.097Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-02T17:55:52.097Z] Fetched 224 kB in 0s (0 B/s) [2021-02-02T17:55:52.097Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-02T17:55:52.097Z] Fetched 157 kB in 0s (0 B/s) [2021-02-02T17:55:52.097Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-02T17:55:52.097Z] Fetched 221 kB in 0s (0 B/s) [2021-02-02T17:55:52.097Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-02T17:55:52.097Z] Fetched 143 kB in 0s (0 B/s) [2021-02-02T17:55:52.097Z] Pulling edgex-go [2021-02-02T17:55:52.669Z] Pulling version [2021-02-02T17:55:53.610Z] Building config-common [2021-02-02T17:55:55.520Z] Skipping build go-build-helper (already ran) [2021-02-02T17:55:55.520Z] Skipping build static-packages (already ran) [2021-02-02T17:55:55.520Z] Skipping build go115 (already ran) [2021-02-02T17:55:55.520Z] Building edgex-go [2021-02-02T17:55:55.779Z] 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-02-02T17:55:57.162Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-02T17:55:57.162Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.17 [2021-02-02T17:55:57.162Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-02-02T17:55:57.162Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-02T17:55:57.162Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.4 [2021-02-02T17:55:57.162Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-02T17:55:57.162Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-02T17:55:57.162Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-02T17:55:57.162Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-02T17:55:57.162Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-02T17:55:57.162Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-02T17:55:57.162Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-02T17:55:57.162Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-02T17:55:57.162Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-02T17:55:57.162Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-02T17:55:57.162Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-02T17:55:57.162Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-02T17:55:57.162Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-02T17:55:57.162Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-02T17:55:57.162Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-02T17:55:57.162Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-02T17:55:57.162Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-02T17:55:57.162Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-02T17:55:57.162Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-02T17:55:57.162Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-02T17:55:57.162Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-02T17:55:57.162Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-02T17:55:57.162Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-02T17:55:57.162Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-02T17:55:57.162Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-02T17:55:57.162Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-02T17:55:57.162Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-02T17:55:57.162Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-02T17:55:57.162Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-02T17:55:57.162Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-02T17:55:57.423Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-02T17:55:57.423Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-02T17:55:57.423Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-02T17:55:57.684Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-02T17:55:57.684Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-02T17:56:03.792Z] Removing intermediate container 38b8a02bf164 [2021-02-02T17:56:03.792Z] ---> 0c2a08d07b71 [2021-02-02T17:56:03.792Z] [2021-02-02T17:56:03.792Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T17:56:03.792Z] ---> afeebe901d6b [2021-02-02T17:56:03.792Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-02T17:56:03.792Z] ---> Using cache [2021-02-02T17:56:03.792Z] ---> b239426a07bd [2021-02-02T17:56:03.792Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:56:03.792Z] ---> Using cache [2021-02-02T17:56:03.792Z] ---> cf1a7a09dce8 [2021-02-02T17:56:03.792Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-02T17:56:03.792Z] ---> Running in 67e2f1b0da4a [2021-02-02T17:56:03.792Z] Removing intermediate container 67e2f1b0da4a [2021-02-02T17:56:03.792Z] ---> ec1f0a630dd1 [2021-02-02T17:56:03.792Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T17:56:03.792Z] ---> Running in 3822886eae38 [2021-02-02T17:56:03.792Z] Removing intermediate container 3822886eae38 [2021-02-02T17:56:03.792Z] ---> b9b1bdc6bc87 [2021-02-02T17:56:03.792Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:56:03.792Z] ---> 4c327c413d2a [2021-02-02T17:56:03.792Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-02T17:56:03.792Z] ---> 8bf71d1b1f8b [2021-02-02T17:56:03.792Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-02T17:56:03.792Z] ---> c33453bca365 [2021-02-02T17:56:03.792Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-02T17:56:03.792Z] ---> Running in df889e07b7e1 [2021-02-02T17:56:03.792Z] Removing intermediate container df889e07b7e1 [2021-02-02T17:56:03.792Z] ---> 0b0a67567992 [2021-02-02T17:56:03.792Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:56:03.792Z] ---> Running in 3d9fc71021c0 [2021-02-02T17:56:03.792Z] Removing intermediate container 3d9fc71021c0 [2021-02-02T17:56:03.792Z] ---> e9dc10bef77f [2021-02-02T17:56:03.792Z] Step 20/22 : LABEL arch=arm64 [2021-02-02T17:56:04.069Z] ---> Running in 8f98232cc7a3 [2021-02-02T17:56:04.261Z] 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-02-02T17:56:04.680Z] Removing intermediate container 8f98232cc7a3 [2021-02-02T17:56:04.680Z] ---> f73554e261c1 [2021-02-02T17:56:04.680Z] Step 21/22 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 [2021-02-02T17:56:04.958Z] ---> Running in 21f9fb3ab48e [2021-02-02T17:56:05.559Z] Removing intermediate container 21f9fb3ab48e [2021-02-02T17:56:05.559Z] ---> df12de439077 [2021-02-02T17:56:05.559Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T17:56:05.836Z] ---> Running in 253e00a8b450 [2021-02-02T17:56:06.437Z] Removing intermediate container 253e00a8b450 [2021-02-02T17:56:06.437Z] ---> c6dcd247ebf6 [2021-02-02T17:56:06.437Z] [2021-02-02T17:56:07.040Z] Successfully built c6dcd247ebf6 [2021-02-02T17:56:07.040Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-02T17:56:07.594Z] 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-02-02T17:56:08.978Z] 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-02-02T17:56:09.921Z] 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-02-02T17:56:10.181Z] 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-02-02T17:56:10.181Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-02T17:56:10.441Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-02T17:56:10.442Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-02T17:56:10.442Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-02T17:56:11.821Z] 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-02-02T17:56:11.821Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-02T17:56:11.821Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-02T17:56:13.202Z] 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-02-02T17:56:13.772Z] 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-02-02T17:56:13.772Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-02T17:56:13.774Z]  Building docker-support-scheduler-go ... done Removing intermediate container db3340f44575 [2021-02-02T17:56:13.774Z] ---> 2642ee3f09ee [2021-02-02T17:56:13.774Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-02T17:56:14.051Z] ---> Running in 33778009646a [2021-02-02T17:56:15.155Z] 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-02-02T17:56:15.726Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-02T17:56:16.047Z] 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-02-02T17:56:16.666Z] 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-02-02T17:56:16.666Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-02T17:56:17.607Z] 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-02-02T17:56:17.608Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-02T17:56:20.152Z] Building version [2021-02-02T17:56:20.382Z] Removing intermediate container 33778009646a [2021-02-02T17:56:20.382Z] ---> d9e73f01611b [2021-02-02T17:56:20.382Z] [2021-02-02T17:56:20.382Z] Step 11/26 : FROM docker:20.10.0 [2021-02-02T17:56:20.382Z] 20.10.0: Pulling from library/docker [2021-02-02T17:56:22.062Z] Staging config-common [2021-02-02T17:56:22.632Z] Skipping stage go-build-helper (already ran) [2021-02-02T17:56:22.632Z] Skipping stage static-packages (already ran) [2021-02-02T17:56:22.632Z] Skipping stage go115 (already ran) [2021-02-02T17:56:22.632Z] Staging edgex-go [2021-02-02T17:56:23.574Z] Staging version [2021-02-02T17:56:24.516Z] Priming config-common [2021-02-02T17:56:25.461Z] Priming go-build-helper [2021-02-02T17:56:26.403Z] Priming static-packages [2021-02-02T17:56:28.946Z] Priming go115 [2021-02-02T17:56:29.522Z] Priming edgex-go [2021-02-02T17:56:30.463Z] Priming version [2021-02-02T17:56:30.648Z] Removing intermediate container 67854031e41b [2021-02-02T17:56:30.648Z] ---> 504e5dd5101c [2021-02-02T17:56:30.648Z] [2021-02-02T17:56:30.648Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T17:56:30.648Z] ---> afeebe901d6b [2021-02-02T17:56:30.648Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-02T17:56:30.648Z] Removing intermediate container 668afe07687e [2021-02-02T17:56:30.648Z] ---> f67a760c2ebd [2021-02-02T17:56:30.648Z] [2021-02-02T17:56:30.648Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T17:56:30.648Z] ---> afeebe901d6b [2021-02-02T17:56:30.648Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T17:56:30.648Z] ---> Using cache [2021-02-02T17:56:30.648Z] ---> b239426a07bd [2021-02-02T17:56:30.648Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:56:30.648Z] ---> Using cache [2021-02-02T17:56:30.648Z] ---> cf1a7a09dce8 [2021-02-02T17:56:30.648Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-02T17:56:30.648Z] ---> Running in 50502575426a [2021-02-02T17:56:30.648Z] ---> Running in 9ce79a27d9b1 [2021-02-02T17:56:30.920Z] Removing intermediate container 9ce79a27d9b1 [2021-02-02T17:56:30.920Z] ---> 918ce6d145bf [2021-02-02T17:56:30.920Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T17:56:31.192Z] ---> Running in e12f5b0d8822 [2021-02-02T17:56:31.192Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-02T17:56:31.192Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-02T17:56:31.192Z] ---> eeaf43b92773 [2021-02-02T17:56:31.192Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-02T17:56:31.402Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-02-02T17:56:31.466Z] ---> Running in cfc54f65ecd8 [2021-02-02T17:56:31.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:56:31.737Z] Removing intermediate container e12f5b0d8822 [2021-02-02T17:56:31.737Z] ---> f30e27164dd4 [2021-02-02T17:56:31.737Z] Step 15/23 : WORKDIR / [2021-02-02T17:56:31.737Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:56:31.737Z] ---> Running in 905c9c7754fd [2021-02-02T17:56:32.340Z] Removing intermediate container 905c9c7754fd [2021-02-02T17:56:32.340Z] ---> cabda25104ef [2021-02-02T17:56:32.340Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:56:32.340Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-02T17:56:32.615Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-02T17:56:32.615Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:56:32.615Z] Executing ca-certificates-20191127-r4.trigger [Pipeline] } [2021-02-02T17:56:32.888Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:56:32.888Z] OK: 6 MiB in 16 packages [2021-02-02T17:56:32.888Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-02-02T17:56:33.507Z] (1/2) Installing readline (8.0.4-r0) [2021-02-02T17:56:33.507Z] (2/2) Installing bash (5.0.17-r0) [2021-02-02T17:56:33.507Z] Executing bash-5.0.17-r0.post-install [2021-02-02T17:56:33.507Z] ---> dbb969bc081e [2021-02-02T17:56:33.507Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-02T17:56:33.507Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:56:33.507Z] OK: 12 MiB in 22 packages [Pipeline] // stage [Pipeline] } [2021-02-02T17:56:34.939Z] Removing intermediate container 50502575426a [2021-02-02T17:56:34.940Z] ---> 63386742a8ee [2021-02-02T17:56:34.940Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:56:35.218Z] ---> c9cae2609e23 [2021-02-02T17:56:35.218Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-02T17:56:35.218Z] Removing intermediate container cfc54f65ecd8 [2021-02-02T17:56:35.218Z] ---> 407662785682 [2021-02-02T17:56:35.218Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-02T17:56:35.218Z] ---> Running in 8e3d876c1dff [2021-02-02T17:56:35.218Z] ---> Running in 0a4d34b414e5 [2021-02-02T17:56:35.817Z] Removing intermediate container 8e3d876c1dff [2021-02-02T17:56:35.817Z] ---> 426b4ba4e44d [2021-02-02T17:56:35.817Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-02T17:56:35.817Z] Removing intermediate container 0a4d34b414e5 [2021-02-02T17:56:35.817Z] ---> fa042f6048ba [2021-02-02T17:56:35.817Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-02T17:56:35.817Z] ---> Running in c78eeb011357 [2021-02-02T17:56:35.817Z] ---> e2875fd1a47e [2021-02-02T17:56:35.817Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-02T17:56:36.092Z] ---> Running in fd334b1729b9 [2021-02-02T17:56:36.092Z] ---> Running in 432758826ebb [2021-02-02T17:56:36.365Z] Removing intermediate container c78eeb011357 [2021-02-02T17:56:36.365Z] ---> 5d3d866f35c4 [2021-02-02T17:56:36.365Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T17:56:36.637Z] ---> Running in db470f7deeb0 [2021-02-02T17:56:36.637Z] Removing intermediate container fd334b1729b9 [2021-02-02T17:56:36.637Z] ---> 9cfc79e71e6b [2021-02-02T17:56:36.637Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-02T17:56:36.637Z] Removing intermediate container 432758826ebb [2021-02-02T17:56:36.637Z] ---> c91fe96a1085 [2021-02-02T17:56:36.637Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:56:36.913Z] ---> Running in 52bdef801516 [2021-02-02T17:56:36.913Z] ---> Running in bf287ad48a83 [2021-02-02T17:56:37.188Z] Removing intermediate container db470f7deeb0 [2021-02-02T17:56:37.188Z] ---> ff133a4c15a7 [2021-02-02T17:56:37.188Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:56:37.188Z] Removing intermediate container 52bdef801516 [2021-02-02T17:56:37.188Z] ---> 26e08d3cee1a [2021-02-02T17:56:37.188Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-02T17:56:37.461Z] Removing intermediate container bf287ad48a83 [2021-02-02T17:56:37.461Z] ---> 85b6213aac62 [2021-02-02T17:56:37.461Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T17:56:37.755Z] ---> Running in 5ccd27afda74 [2021-02-02T17:56:38.029Z] ---> 12278433f289 [2021-02-02T17:56:38.029Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-02T17:56:38.302Z] Removing intermediate container 5ccd27afda74 [2021-02-02T17:56:38.302Z] ---> 3d843a006614 [2021-02-02T17:56:38.302Z] Step 22/23 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 [2021-02-02T17:56:38.579Z] ---> Running in ab1d5baccdca [2021-02-02T17:56:38.850Z] ---> d6ccbd3eb74e [2021-02-02T17:56:38.851Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-02T17:56:39.124Z] Removing intermediate container ab1d5baccdca [2021-02-02T17:56:39.124Z] ---> 039b30f9822a [2021-02-02T17:56:39.124Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T17:56:39.124Z] ---> b758d3f91f3e [2021-02-02T17:56:39.124Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-02T17:56:39.400Z] ---> Running in ea8e7b9662bf [2021-02-02T17:56:39.683Z] ---> 258446b2db38 [2021-02-02T17:56:39.683Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-02T17:56:39.956Z] Removing intermediate container ea8e7b9662bf [2021-02-02T17:56:39.956Z] ---> 871f53f17126 [2021-02-02T17:56:39.956Z] [2021-02-02T17:56:40.233Z] Successfully built 871f53f17126 [2021-02-02T17:56:40.233Z] ---> 64f5508a307f [2021-02-02T17:56:40.233Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-02T17:56:40.233Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-02T17:56:40.505Z]  Building docker-core-metadata-go ... done  ---> Running in 64a487ee7434 [2021-02-02T17:56:40.777Z] ---> 4bf60853f10e [2021-02-02T17:56:40.777Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-02T17:56:41.049Z] Removing intermediate container 64a487ee7434 [2021-02-02T17:56:41.049Z] ---> fe1be35d156f [2021-02-02T17:56:41.049Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:56:41.049Z] ---> Running in 38011225203b [2021-02-02T17:56:41.049Z] ---> Running in b00c16260777 [2021-02-02T17:56:41.644Z] Removing intermediate container b00c16260777 [2021-02-02T17:56:41.644Z] ---> 151094eef9c5 [2021-02-02T17:56:41.644Z] Step 20/22 : LABEL arch=arm64 [2021-02-02T17:56:41.917Z] ---> Running in 2f4b0fc35586 [2021-02-02T17:56:42.190Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:56:42.463Z] Removing intermediate container 2f4b0fc35586 [2021-02-02T17:56:42.463Z] ---> 71b7760b5638 [2021-02-02T17:56:42.463Z] Step 21/22 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 [2021-02-02T17:56:42.463Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:56:42.463Z] ---> Running in da9a8d217cd8 [2021-02-02T17:56:43.063Z] Removing intermediate container da9a8d217cd8 [2021-02-02T17:56:43.063Z] ---> c08f36bf6086 [2021-02-02T17:56:43.063Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T17:56:43.063Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-02T17:56:43.063Z] (2/33) Installing expat (2.2.9-r1) [2021-02-02T17:56:43.063Z] (3/33) Installing libffi (3.3-r2) [2021-02-02T17:56:43.063Z] (4/33) Installing gdbm (1.13-r1) [2021-02-02T17:56:43.063Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-02T17:56:43.063Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-02T17:56:43.063Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-02T17:56:43.063Z] ---> Running in 8d4624ce5811 [2021-02-02T17:56:44.042Z] Removing intermediate container 8d4624ce5811 [2021-02-02T17:56:44.042Z] ---> da84ddf37a10 [2021-02-02T17:56:44.042Z] [2021-02-02T17:56:44.633Z] Successfully built da84ddf37a10 [2021-02-02T17:56:44.633Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-02T17:56:44.903Z]  Building docker-support-notifications-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-02T17:56:44.903Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-02T17:56:44.903Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-02T17:56:44.903Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-02T17:56:44.903Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-02T17:56:44.903Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-02T17:56:45.173Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-02T17:56:45.174Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-02T17:56:45.174Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-02T17:56:45.174Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-02T17:56:45.174Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-02T17:56:45.174Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-02T17:56:45.174Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-02T17:56:45.445Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-02T17:56:45.445Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-02T17:56:45.445Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-02T17:56:45.445Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-02T17:56:45.445Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-02T17:56:45.445Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-02T17:56:45.445Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-02T17:56:45.445Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-02T17:56:45.445Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-02T17:56:45.445Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-02T17:56:45.445Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-02T17:56:45.718Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-02T17:56:45.718Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-02T17:56:45.718Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:56:45.718Z] OK: 71 MiB in 55 packages [2021-02-02T17:56:52.417Z] Removing intermediate container 38011225203b [2021-02-02T17:56:52.417Z] ---> eb3a18445bda [2021-02-02T17:56:52.417Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-02T17:56:52.417Z] ---> Running in e9e443729b2d [2021-02-02T17:56:56.705Z] Collecting docker-compose==1.23.2 [2021-02-02T17:56:56.705Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-02T17:56:57.296Z] Collecting jsonschema<3,>=2.5.1 [2021-02-02T17:56:57.296Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-02T17:56:58.277Z] Collecting PyYAML<4,>=3.10 [2021-02-02T17:56:58.277Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-02T17:57:01.666Z] Collecting cached-property<2,>=1.2.0 [2021-02-02T17:57:01.666Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-02T17:57:01.666Z] Collecting docopt<0.7,>=0.6.1 [2021-02-02T17:57:01.666Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-02T17:57:04.270Z] Collecting docker<4.0,>=3.6.0 [2021-02-02T17:57:04.270Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-02T17:57:04.541Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-02T17:57:04.541Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-02T17:57:06.509Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-02T17:57:06.509Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-02T17:57:06.778Z] 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-02-02T17:57:07.048Z] Collecting texttable<0.10,>=0.9.0 [2021-02-02T17:57:07.048Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-02T17:57:09.647Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-02T17:57:09.647Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-02T17:57:09.918Z] Collecting docker-pycreds>=0.4.0 [2021-02-02T17:57:09.918Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-02T17:57:09.918Z] 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-02-02T17:57:10.188Z] Collecting idna<2.8,>=2.5 [2021-02-02T17:57:10.188Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-02T17:57:10.188Z] 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-02-02T17:57:10.779Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-02T17:57:10.779Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-02T17:57:11.048Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-02T17:57:11.048Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-02T17:57:11.048Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-02T17:57:11.048Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-02T17:57:12.016Z] Installing collected packages: jsonschema, PyYAML, cached-property, docopt, websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, texttable, docker-compose [2021-02-02T17:57:12.016Z] Running setup.py install for PyYAML: started [2021-02-02T17:57:13.976Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-02T17:57:14.246Z] Running setup.py install for docopt: started [2021-02-02T17:57:16.207Z] Running setup.py install for docopt: finished with status 'done' [2021-02-02T17:57:16.207Z] Attempting uninstall: idna [2021-02-02T17:57:16.207Z] Found existing installation: idna 2.9 [2021-02-02T17:57:16.207Z] Uninstalling idna-2.9: [2021-02-02T17:57:16.478Z] Successfully uninstalled idna-2.9 [2021-02-02T17:57:17.070Z] Attempting uninstall: urllib3 [2021-02-02T17:57:17.070Z] Found existing installation: urllib3 1.25.9 [2021-02-02T17:57:17.070Z] Uninstalling urllib3-1.25.9: [2021-02-02T17:57:17.339Z] Successfully uninstalled urllib3-1.25.9 [2021-02-02T17:57:17.928Z] Attempting uninstall: requests [2021-02-02T17:57:17.928Z] Found existing installation: requests 2.23.0 [2021-02-02T17:57:17.928Z] Uninstalling requests-2.23.0: [2021-02-02T17:57:17.928Z] Successfully uninstalled requests-2.23.0 [2021-02-02T17:57:18.897Z] Running setup.py install for dockerpty: started [2021-02-02T17:57:20.859Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-02T17:57:20.859Z] Running setup.py install for texttable: started [2021-02-02T17:57:22.280Z] Running setup.py install for texttable: finished with status 'done' [2021-02-02T17:57:23.250Z] 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.57.0 [2021-02-02T17:57:27.535Z] Removing intermediate container e9e443729b2d [2021-02-02T17:57:27.535Z] ---> 33c8391da4bf [2021-02-02T17:57:27.535Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-02T17:57:27.535Z] ---> Running in 0c9e96e969f0 [2021-02-02T17:57:28.510Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:57:28.510Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:57:29.135Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T17:57:29.135Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-02T17:57:29.135Z] (3/3) Installing curl (7.69.1-r3) [2021-02-02T17:57:29.135Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:57:29.410Z] OK: 71 MiB in 58 packages [2021-02-02T17:57:30.392Z] Removing intermediate container 0c9e96e969f0 [2021-02-02T17:57:30.393Z] ---> bba488d1396b [2021-02-02T17:57:30.393Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-02T17:57:30.667Z] ---> Running in de219045bf06 [2021-02-02T17:57:30.940Z] Removing intermediate container de219045bf06 [2021-02-02T17:57:30.940Z] ---> ab776702f4be [2021-02-02T17:57:30.940Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:57:31.213Z] ---> Running in 64f0761595d1 [2021-02-02T17:57:31.804Z] Removing intermediate container 64f0761595d1 [2021-02-02T17:57:31.804Z] ---> 60895e595670 [2021-02-02T17:57:31.804Z] Step 24/26 : LABEL arch=arm64 [2021-02-02T17:57:31.804Z] ---> Running in f4011f7e55ab [2021-02-02T17:57:32.400Z] Removing intermediate container f4011f7e55ab [2021-02-02T17:57:32.400Z] ---> 91073704af5c [2021-02-02T17:57:32.400Z] Step 25/26 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 [2021-02-02T17:57:32.400Z] ---> Running in 4ae021d4eaf7 [2021-02-02T17:57:32.996Z] Removing intermediate container 4ae021d4eaf7 [2021-02-02T17:57:32.996Z] ---> 4fd5d87133f7 [2021-02-02T17:57:32.996Z] Step 26/26 : LABEL version=0.0.0 [2021-02-02T17:57:32.996Z] ---> Running in 52311ba94501 [2021-02-02T17:57:33.273Z] Removing intermediate container 52311ba94501 [2021-02-02T17:57:33.273Z] ---> e0665779cea5 [2021-02-02T17:57:33.273Z] [2021-02-02T17:57:33.865Z] Successfully built e0665779cea5 [2021-02-02T17:57:33.865Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-02T17:57:34.155Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-02T17:57:34.350Z] $ docker stop --time=1 1a44b4f690c9f62daf8a27b8259271cad50af4b6e12e9ca6c1b2867cf696462d [2021-02-02T17:57:36.264Z] $ docker rm -f 1a44b4f690c9f62daf8a27b8259271cad50af4b6e12e9ca6c1b2867cf696462d [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T17:57:36.764Z] + + dockergrep images docker [2021-02-02T17:57:36.764Z] [2021-02-02T17:57:37.033Z] docker-sys-mgmt-agent-go-arm64 latest e0665779cea5 3 seconds ago 300MB [2021-02-02T17:57:37.034Z] docker-support-notifications-go-arm64 latest da84ddf37a10 53 seconds ago 16.6MB [2021-02-02T17:57:37.034Z] docker-core-metadata-go-arm64 latest 871f53f17126 57 seconds ago 17.7MB [2021-02-02T17:57:37.034Z] docker-support-scheduler-go-arm64 latest c6dcd247ebf6 About a minute ago 16.1MB [2021-02-02T17:57:37.034Z] docker-security-bootstrapper-go-arm64 latest 9fce2781da0d 3 minutes ago 22.6MB [2021-02-02T17:57:37.034Z] docker-core-data-go-arm64 latest 7905472f4890 3 minutes ago 21MB [2021-02-02T17:57:37.034Z] docker-core-command-go-arm64 latest 42f370c0526d 3 minutes ago 16MB [2021-02-02T17:57:37.034Z] docker-security-secretstore-setup-go-arm64 latest 14cc8331e489 3 minutes ago 23.4MB [2021-02-02T17:57:37.034Z] docker-security-proxy-setup-go-arm64 latest ca1285d66715 3 minutes ago 23.2MB [2021-02-02T17:57:37.034Z] docker 20.10.0 eeaf43b92773 7 weeks 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 [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-02-02T17:57:39.358Z] provisioning config files... [2021-02-02T17:57:39.376Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config5776096177707646162tmp [Pipeline] { [Pipeline] sh [2021-02-02T17:57:39.789Z] + set +x [2021-02-02T17:57:39.789Z] + curl -s https://codecov.io/bash [2021-02-02T17:57:39.789Z] + bash -s -- [2021-02-02T17:57:40.370Z] [2021-02-02T17:57:40.370Z] _____ _ [2021-02-02T17:57:40.370Z] / ____| | | [2021-02-02T17:57:40.370Z] | | ___ __| | ___ ___ _____ __ [2021-02-02T17:57:40.370Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-02T17:57:40.370Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-02T17:57:40.370Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-02T17:57:40.370Z] Bash-20210129-7c25fce [2021-02-02T17:57:40.370Z] [2021-02-02T17:57:40.370Z] [2021-02-02T17:57:40.370Z] ==> git version 2.24.3 found [2021-02-02T17:57:40.370Z] ==> 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-02-02T17:57:40.370Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-02T17:57:40.370Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-02T17:57:40.370Z] curl: option -sm: expected a proper numerical parameter [2021-02-02T17:57:40.370Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-02-02T17:57:40.370Z] ==> Jenkins CI detected. [2021-02-02T17:57:40.370Z] project root: . [2021-02-02T17:57:40.370Z] --> token set from env [2021-02-02T17:57:40.370Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-02T17:57:40.370Z] ==> Running gcov in . (disable via -X gcov) [2021-02-02T17:57:40.636Z] ==> Python coveragepy not found [2021-02-02T17:57:40.636Z] ==> Searching for coverage reports in: [2021-02-02T17:57:40.636Z] + . [2021-02-02T17:57:40.636Z] -> Found 1 reports [2021-02-02T17:57:40.636Z] ==> Detecting git/mercurial file structure [2021-02-02T17:57:40.636Z] ==> Reading reports [2021-02-02T17:57:40.636Z] + ./coverage.out bytes=578674 [2021-02-02T17:57:40.636Z] ==> Appending adjustments [2021-02-02T17:57:40.636Z] https://docs.codecov.io/docs/fixing-reports [2021-02-02T17:57:46.023Z] + Found adjustments [2021-02-02T17:57:46.024Z] ==> Gzipping contents [2021-02-02T17:57:46.024Z] 88K /tmp/codecov.LCYIdy.gz [2021-02-02T17:57:46.024Z] ==> Uploading reports [2021-02-02T17:57:46.024Z] url: https://codecov.io [2021-02-02T17:57:46.024Z] query: branch=PR-3109&commit=d2cc59413199022ff059ea8eba032d8f6f812516&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= [2021-02-02T17:57:46.024Z] -> Pinging Codecov [2021-02-02T17:57:46.024Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3109&commit=d2cc59413199022ff059ea8eba032d8f6f812516&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= [2021-02-02T17:57:46.024Z] -> Uploading to [2021-02-02T17:57:46.024Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-02/00271124DB129430A58F1EEE437C3FCB/d2cc59413199022ff059ea8eba032d8f6f812516/d0f4dd94-d75e-40a8-b308-e8f6b98e0b90.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210202T175745Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=051ade0451fdb5949f2b38da3da7c4af8eefa55c64ded60470a38f680a386718 [2021-02-02T17:57:46.024Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T17:57:46.024Z] Dload Upload Total Spent Left Speed [2021-02-02T17:57:46.289Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87481 0 0 100 87481 0 157k --:--:-- --:--:-- --:--:-- 157k [2021-02-02T17:57:46.289Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/d2cc59413199022ff059ea8eba032d8f6f812516 [Pipeline] } [2021-02-02T17:57:46.302Z] 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-02-02T17:57:48.577Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:57:49.481Z] ---> package-listing.sh [2021-02-02T17:57:49.481Z] ++ facter osfamily [2021-02-02T17:57:49.481Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-02T17:57:49.481Z] + OS_FAMILY=redhat [2021-02-02T17:57:49.481Z] + workspace=/w/workspace/edgex-go/3 [2021-02-02T17:57:49.481Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-02T17:57:49.481Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-02T17:57:49.481Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-02T17:57:49.481Z] + PACKAGES=/tmp/packages_start.txt [2021-02-02T17:57:49.481Z] + '[' /w/workspace/edgex-go/3 ']' [2021-02-02T17:57:49.481Z] + PACKAGES=/tmp/packages_end.txt [2021-02-02T17:57:49.481Z] + case "${OS_FAMILY}" in [2021-02-02T17:57:49.481Z] + rpm -qa [2021-02-02T17:57:49.481Z] + sort [2021-02-02T17:57:54.839Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-02T17:57:54.839Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-02T17:57:54.839Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-02T17:57:54.839Z] + '[' /w/workspace/edgex-go/3 ']' [2021-02-02T17:57:54.839Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-02-02T17:57:54.839Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-02-02T17:57:54.853Z] 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-02-02T17:57:55.160Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:57:55.753Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T17:57:56.036Z] [2021-02-02T17:57:56.036Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:57:56.429Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T17:57:56.429Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-02T17:57:56.429Z] df20fa9351a1: Pulling fs layer [2021-02-02T17:57:56.429Z] 36b3adc4ff6f: Pulling fs layer [2021-02-02T17:57:56.429Z] 8ad3a11d3b57: Pulling fs layer [2021-02-02T17:57:56.429Z] 46f8f816bc3b: Pulling fs layer [2021-02-02T17:57:56.429Z] 93b61091891f: Pulling fs layer [2021-02-02T17:57:56.429Z] 93b9cdb0e59b: Pulling fs layer [2021-02-02T17:57:56.429Z] 46f8f816bc3b: Waiting [2021-02-02T17:57:56.429Z] 93b61091891f: Waiting [2021-02-02T17:57:56.429Z] 93b9cdb0e59b: Waiting [2021-02-02T17:57:56.429Z] 5e14af77c1be: Pulling fs layer [2021-02-02T17:57:56.429Z] 01666e4c0597: Pulling fs layer [2021-02-02T17:57:56.429Z] aa168da1d23b: Pulling fs layer [2021-02-02T17:57:56.429Z] 5e14af77c1be: Waiting [2021-02-02T17:57:56.429Z] 36b3adc4ff6f: Verifying Checksum [2021-02-02T17:57:56.429Z] 36b3adc4ff6f: Download complete [2021-02-02T17:57:56.715Z] 46f8f816bc3b: Download complete [2021-02-02T17:57:56.715Z] df20fa9351a1: Download complete [2021-02-02T17:57:56.715Z] 93b9cdb0e59b: Verifying Checksum [2021-02-02T17:57:56.715Z] 93b9cdb0e59b: Download complete [2021-02-02T17:57:56.715Z] 5e14af77c1be: Verifying Checksum [2021-02-02T17:57:56.715Z] 5e14af77c1be: Download complete [2021-02-02T17:57:56.715Z] 01666e4c0597: Verifying Checksum [2021-02-02T17:57:56.715Z] 01666e4c0597: Download complete [2021-02-02T17:57:56.995Z] 93b61091891f: Verifying Checksum [2021-02-02T17:57:56.995Z] 93b61091891f: Download complete [2021-02-02T17:57:57.308Z] df20fa9351a1: Pull complete [2021-02-02T17:57:57.705Z] 8ad3a11d3b57: Verifying Checksum [2021-02-02T17:57:57.705Z] 8ad3a11d3b57: Download complete [2021-02-02T17:57:57.705Z] 36b3adc4ff6f: Pull complete [2021-02-02T17:57:59.295Z] 8ad3a11d3b57: Pull complete [2021-02-02T17:57:59.295Z] 46f8f816bc3b: Pull complete [2021-02-02T17:58:00.739Z] 93b61091891f: Pull complete [2021-02-02T17:58:00.739Z] aa168da1d23b: Verifying Checksum [2021-02-02T17:58:00.739Z] aa168da1d23b: Download complete [2021-02-02T17:58:01.016Z] 93b9cdb0e59b: Pull complete [2021-02-02T17:58:01.280Z] 5e14af77c1be: Pull complete [2021-02-02T17:58:01.555Z] 01666e4c0597: Pull complete [2021-02-02T17:58:16.810Z] aa168da1d23b: Pull complete [2021-02-02T17:58:16.810Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-02T17:58:16.810Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T17:58:16.810Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-02T17:58:17.201Z] prd-centos7-docker-4c-2g-24588 does not seem to be running inside a container [2021-02-02T17:58:17.291Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-02T17:58:21.741Z] $ docker top dcddc7f303e70bb5a181a168ea59904fc56d58a6ed8bf834c20c0d5f71fe5fa6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:58:22.457Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-02T17:58:23.182Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-02T17:58:24.007Z] + ls /var/log/sa-host [2021-02-02T17:58:24.007Z] + sadf -c /var/log/sa-host/sa02 [2021-02-02T17:58:24.007Z] file_magic: OK [2021-02-02T17:58:24.007Z] HZ: Using current value: 100 [2021-02-02T17:58:24.007Z] file_header: OK [2021-02-02T17:58:24.008Z] 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-02-02T17:58:24.008Z] Statistics: [2021-02-02T17:58:24.008Z] 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-02-02T17:58:24.008Z] File successfully converted to sysstat format version 12.2.1 [2021-02-02T17:58:24.008Z] + sadf -c /var/log/sa-host/sa23 [2021-02-02T17:58:24.008Z] file_magic: OK [2021-02-02T17:58:24.008Z] HZ: Using current value: 100 [2021-02-02T17:58:24.008Z] file_header: OK [2021-02-02T17:58:24.008Z] 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-02-02T17:58:24.008Z] Statistics: [2021-02-02T17:58:24.008Z] Hnuu...uuuununununu... [2021-02-02T17:58:24.008Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-02T17:58:24.705Z] provisioning config files... [2021-02-02T17:58:24.722Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config90762025744771396tmp [Pipeline] { [Pipeline] echo [2021-02-02T17:58:24.794Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:58:25.112Z] ---> create-netrc.sh [Pipeline] } [2021-02-02T17:58:25.124Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-02T17:58:25.241Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:58:25.565Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-02T17:58:25.577Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:58:25.908Z] ---> sudo-logs.sh [2021-02-02T17:58:25.909Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-02T17:58:26.192Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:58:26.516Z] ---> job-cost.sh [2021-02-02T17:58:26.516Z] lf-activate-venv: SKIPPING [2021-02-02T17:58:26.516Z] INFO: No Stack... [2021-02-02T17:58:27.481Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-02T17:58:28.063Z] INFO: Archiving Costs [Pipeline] echo [2021-02-02T17:58:28.079Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:58:28.399Z] ---> logs-deploy.sh [2021-02-02T17:58:28.399Z] lf-activate-venv: SKIPPING [2021-02-02T17:58:28.399Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3109/3 [2021-02-02T17:58:28.399Z] INFO: archiving workspace using pattern(s): [2021-02-02T17:58:30.360Z] Archives upload complete. [2021-02-02T17:58:30.624Z] INFO: archiving logs to Nexus [2021-02-02T17:58:32.045Z] ---> uname -a: [2021-02-02T17:58:32.045Z] Linux prd-centos7-docker-4c-2g-24588.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-02T17:58:32.045Z] [2021-02-02T17:58:32.045Z] [2021-02-02T17:58:32.045Z] ---> lscpu: [2021-02-02T17:58:32.045Z] Architecture: x86_64 [2021-02-02T17:58:32.045Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-02T17:58:32.045Z] Byte Order: Little Endian [2021-02-02T17:58:32.045Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-02T17:58:32.045Z] CPU(s): 4 [2021-02-02T17:58:32.045Z] On-line CPU(s) list: 0-3 [2021-02-02T17:58:32.045Z] Thread(s) per core: 1 [2021-02-02T17:58:32.045Z] Core(s) per socket: 1 [2021-02-02T17:58:32.045Z] Socket(s): 4 [2021-02-02T17:58:32.045Z] NUMA node(s): 1 [2021-02-02T17:58:32.045Z] Vendor ID: GenuineIntel [2021-02-02T17:58:32.045Z] CPU family: 6 [2021-02-02T17:58:32.045Z] Model: 44 [2021-02-02T17:58:32.045Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-02T17:58:32.045Z] Stepping: 1 [2021-02-02T17:58:32.045Z] CPU MHz: 2933.438 [2021-02-02T17:58:32.045Z] BogoMIPS: 5866.87 [2021-02-02T17:58:32.045Z] Virtualization: VT-x [2021-02-02T17:58:32.045Z] Hypervisor vendor: KVM [2021-02-02T17:58:32.045Z] Virtualization type: full [2021-02-02T17:58:32.045Z] L1d cache: 128 KiB [2021-02-02T17:58:32.045Z] L1i cache: 128 KiB [2021-02-02T17:58:32.045Z] L2 cache: 16 MiB [2021-02-02T17:58:32.045Z] L3 cache: 64 MiB [2021-02-02T17:58:32.045Z] NUMA node0 CPU(s): 0-3 [2021-02-02T17:58:32.045Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-02T17:58:32.045Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-02T17:58:32.045Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-02T17:58:32.045Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-02T17:58:32.045Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-02T17:58:32.045Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-02T17:58:32.045Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-02T17:58:32.045Z] Vulnerability Srbds: Not affected [2021-02-02T17:58:32.045Z] Vulnerability Tsx async abort: Not affected [2021-02-02T17:58:32.045Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-02-02T17:58:32.045Z] [2021-02-02T17:58:32.045Z] [2021-02-02T17:58:32.045Z] ---> nproc: [2021-02-02T17:58:32.045Z] 4 [2021-02-02T17:58:32.045Z] [2021-02-02T17:58:32.045Z] [2021-02-02T17:58:32.045Z] ---> df -h: [2021-02-02T17:58:32.045Z] Filesystem Size Used Available Use% Mounted on [2021-02-02T17:58:32.045Z] overlay 50.0G 11.3G 38.7G 23% / [2021-02-02T17:58:32.045Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-02T17:58:32.045Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-02T17:58:32.045Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-02T17:58:32.045Z] /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os [2021-02-02T17:58:32.045Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf [2021-02-02T17:58:32.045Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname [2021-02-02T17:58:32.045Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts [2021-02-02T17:58:32.045Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure [2021-02-02T17:58:32.045Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log [2021-02-02T17:58:32.045Z] /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json [2021-02-02T17:58:32.045Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host [2021-02-02T17:58:32.045Z] /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/3 [2021-02-02T17:58:32.045Z] /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/3@tmp [2021-02-02T17:58:32.045Z] [2021-02-02T17:58:32.045Z] [2021-02-02T17:58:32.045Z] ---> free -m: [2021-02-02T17:58:32.045Z] total used free shared buff/cache available [2021-02-02T17:58:32.045Z] Mem: 1837 688 185 0 963 1064 [2021-02-02T17:58:32.045Z] Swap: 1023 63 960 [2021-02-02T17:58:32.045Z] [2021-02-02T17:58:32.045Z] [2021-02-02T17:58:32.045Z] ---> ip addr: [2021-02-02T17:58:32.045Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-02T17:58:32.045Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-02T17:58:32.045Z] inet 127.0.0.1/8 scope host lo [2021-02-02T17:58:32.045Z] valid_lft forever preferred_lft forever [2021-02-02T17:58:32.045Z] inet6 ::1/128 scope host [2021-02-02T17:58:32.045Z] valid_lft forever preferred_lft forever [2021-02-02T17:58:32.045Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-02T17:58:32.045Z] link/ether fa:16:3e:5f:4c:72 brd ff:ff:ff:ff:ff:ff [2021-02-02T17:58:32.045Z] inet 10.30.122.15/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-02T17:58:32.045Z] valid_lft 84886sec preferred_lft 84886sec [2021-02-02T17:58:32.045Z] inet6 fe80::f816:3eff:fe5f:4c72/64 scope link [2021-02-02T17:58:32.045Z] valid_lft forever preferred_lft forever [2021-02-02T17:58:32.045Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-02T17:58:32.045Z] link/ether 02:42:32:7b:5c:61 brd ff:ff:ff:ff:ff:ff [2021-02-02T17:58:32.045Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-02T17:58:32.045Z] valid_lft forever preferred_lft forever [2021-02-02T17:58:32.045Z] inet6 fe80::42:32ff:fe7b:5c61/64 scope link [2021-02-02T17:58:32.045Z] valid_lft forever preferred_lft forever [2021-02-02T17:58:32.045Z] [2021-02-02T17:58:32.045Z]