Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f+a05352d37eb5b985ae670d360b56d8b81b9d117b (7e21f3d6ffdc9c5d578d128b5b62eb57e8f56185) 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 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true 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-26733 in /w/workspace/edgexfoundry_edgex-go_PR-3172 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit a05352d37eb5b985ae670d360b56d8b81b9d117b into PR head commit 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f Merge succeeded, producing e5074819b3820e3cae2aac12af7bd661d7652d55 Checking out Revision e5074819b3820e3cae2aac12af7bd661d7652d55 (PR-3172) > 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/3172/head:refs/remotes/origin/PR-3172 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f # 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 a05352d37eb5b985ae670d360b56d8b81b9d117b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e5074819b3820e3cae2aac12af7bd661d7652d55 # timeout=10 Commit message: "Merge commit 'a05352d37eb5b985ae670d360b56d8b81b9d117b' into HEAD" > git rev-list --no-walk 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-18T00:30:19.538Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-18T00:30:19.762Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-18T00:30:19.850Z] ========================================================= [2021-02-18T00:30:19.850Z] EdgeX Global Pipelines Version Info [2021-02-18T00:30:19.850Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:30:21.478Z] ------------------- [2021-02-18T00:30:21.478Z] stable info: [2021-02-18T00:30:21.478Z] ------------------- [2021-02-18T00:30:21.478Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-18T00:30:21.478Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-18T00:30:21.478Z] Message: update stable to v1.0.179 [2021-02-18T00:30:22.423Z] ------------------- [2021-02-18T00:30:22.424Z] experimental info: [2021-02-18T00:30:22.424Z] ------------------- [2021-02-18T00:30:22.424Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-18T00:30:22.424Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-18T00:30:22.424Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-18T00:30:22.666Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-18T00:30:22.750Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-18T00:30:22.845Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-18T00:30:22.931Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-18T00:30:23.012Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-18T00:30:23.097Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-18T00:30:23.190Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-18T00:30:23.281Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-18T00:30:23.368Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-18T00:30:23.454Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-18T00:30:23.579Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-18T00:30:23.662Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-18T00:30:23.745Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-18T00:30:23.855Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-18T00:30:23.953Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-18T00:30:24.038Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-18T00:30:24.154Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-18T00:30:24.257Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-18T00:30:24.343Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-18T00:30:24.437Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-18T00:30:24.518Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-18T00:30:24.606Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-18T00:30:24.692Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-18T00:30:24.830Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3172 [Pipeline] echo [2021-02-18T00:30:24.915Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3172 [Pipeline] echo [2021-02-18T00:30:25.003Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3172 [Pipeline] echo [2021-02-18T00:30:25.085Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e5074819b3820e3cae2aac12af7bd661d7652d55 [Pipeline] echo [2021-02-18T00:30:25.171Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e507481 [Pipeline] echo [2021-02-18T00:30:25.262Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-18T00:30:25.464Z] provisioning config files... [2021-02-18T00:30:25.498Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8026134104930898790tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:30:25.856Z] ---> docker-login.sh [2021-02-18T00:30:25.856Z] nexus3.edgexfoundry.org:10001 [2021-02-18T00:30:26.118Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:30:26.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:30:26.118Z] Configure a credential helper to remove this warning. See [2021-02-18T00:30:26.118Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:30:26.118Z] [2021-02-18T00:30:26.118Z] Login Succeeded [2021-02-18T00:30:26.118Z] nexus3.edgexfoundry.org:10002 [2021-02-18T00:30:26.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:30:26.381Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:30:26.381Z] Configure a credential helper to remove this warning. See [2021-02-18T00:30:26.381Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:30:26.381Z] [2021-02-18T00:30:26.381Z] Login Succeeded [2021-02-18T00:30:26.381Z] nexus3.edgexfoundry.org:10003 [2021-02-18T00:30:26.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:30:26.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:30:26.643Z] Configure a credential helper to remove this warning. See [2021-02-18T00:30:26.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:30:26.643Z] [2021-02-18T00:30:26.643Z] Login Succeeded [2021-02-18T00:30:26.643Z] nexus3.edgexfoundry.org:10004 [2021-02-18T00:30:26.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:30:26.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:30:26.643Z] Configure a credential helper to remove this warning. See [2021-02-18T00:30:26.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:30:26.643Z] [2021-02-18T00:30:26.643Z] Login Succeeded [2021-02-18T00:30:26.643Z] docker.io [2021-02-18T00:30:26.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:30:27.168Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:30:27.168Z] Configure a credential helper to remove this warning. See [2021-02-18T00:30:27.168Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:30:27.168Z] [2021-02-18T00:30:27.168Z] Login Succeeded [2021-02-18T00:30:27.168Z] ---> docker-login.sh ends [Pipeline] } [2021-02-18T00:30:27.178Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-18T00:30:27.750Z] ++ 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-18T00:30:27.750Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:30:27.750Z] ++ dirname cmd/core-command/Dockerfile [2021-02-18T00:30:27.750Z] ++ cut -d/ -f2 [2021-02-18T00:30:27.750Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-18T00:30:27.750Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:30:27.750Z] ++ dirname cmd/core-data/Dockerfile [2021-02-18T00:30:27.750Z] ++ cut -d/ -f2 [2021-02-18T00:30:27.750Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-18T00:30:27.750Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:30:27.750Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-18T00:30:27.750Z] ++ cut -d/ -f2 [2021-02-18T00:30:27.750Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-18T00:30:27.750Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:30:27.750Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-18T00:30:27.750Z] ++ cut -d/ -f2 [2021-02-18T00:30:27.750Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-18T00:30:27.750Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:30:27.750Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-18T00:30:27.750Z] ++ cut -d/ -f2 [2021-02-18T00:30:27.750Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-18T00:30:27.750Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:30:27.750Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-18T00:30:27.750Z] ++ cut -d/ -f2 [2021-02-18T00:30:27.750Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-18T00:30:27.750Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:30:27.750Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-18T00:30:27.750Z] ++ cut -d/ -f2 [2021-02-18T00:30:27.750Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-18T00:30:27.750Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:30:27.750Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-18T00:30:27.750Z] ++ cut -d/ -f2 [2021-02-18T00:30:27.750Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-18T00:30:27.750Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:30:27.750Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-18T00:30:27.750Z] ++ cut -d/ -f2 [2021-02-18T00:30:27.750Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-18T00:30:27.872Z] 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-18T00:30:28.802Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T00:30:28.802Z] [2021-02-18T00:30:28.802Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:30:29.188Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T00:30:29.188Z] latest: Pulling from edgex-devops/git-semver [2021-02-18T00:30:29.188Z] 31603596830f: Pulling fs layer [2021-02-18T00:30:29.188Z] 2a8b12db71e7: Pulling fs layer [2021-02-18T00:30:29.188Z] 6ca5941a6612: Pulling fs layer [2021-02-18T00:30:29.188Z] ecc8261a40a4: Pulling fs layer [2021-02-18T00:30:29.188Z] 2a8b12db71e7: Verifying Checksum [2021-02-18T00:30:29.188Z] 2a8b12db71e7: Download complete [2021-02-18T00:30:29.188Z] 31603596830f: Verifying Checksum [2021-02-18T00:30:29.188Z] 31603596830f: Download complete [2021-02-18T00:30:29.450Z] ecc8261a40a4: Verifying Checksum [2021-02-18T00:30:29.450Z] ecc8261a40a4: Download complete [2021-02-18T00:30:29.450Z] 6ca5941a6612: Verifying Checksum [2021-02-18T00:30:29.450Z] 6ca5941a6612: Download complete [2021-02-18T00:30:29.715Z] 31603596830f: Pull complete [2021-02-18T00:30:29.715Z] 2a8b12db71e7: Pull complete [2021-02-18T00:30:30.674Z] 6ca5941a6612: Pull complete [2021-02-18T00:30:30.937Z] ecc8261a40a4: Pull complete [2021-02-18T00:30:30.937Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-18T00:30:30.937Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T00:30:30.937Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-18T00:30:31.052Z] prd-centos7-docker-4c-2g-26733 does not seem to be running inside a container [2021-02-18T00:30:31.110Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-18T00:30:34.242Z] $ docker top d11877ee30f390e254d3263b98781c70bb0c56c3fba542f9f08e9ac0e30ad203 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-18T00:30:34.554Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T00:30:34.554Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T00:30:34.774Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T00:30:34.778Z] $ docker exec d11877ee30f390e254d3263b98781c70bb0c56c3fba542f9f08e9ac0e30ad203 ssh-agent [2021-02-18T00:30:34.959Z] SSH_AUTH_SOCK=/tmp/ssh-Xz7F16919hQ0/agent.11 [2021-02-18T00:30:34.959Z] SSH_AGENT_PID=16 [2021-02-18T00:30:34.972Z] Running ssh-add (command line suppressed) [2021-02-18T00:30:35.106Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4805979858335710320.key (/w/workspace/edgex-go/2@tmp/private_key_4805979858335710320.key) [2021-02-18T00:30:35.169Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T00:30:35.512Z] + git tag --points-at HEAD [Pipeline] } [2021-02-18T00:30:35.538Z] $ docker exec --env ******** --env ******** d11877ee30f390e254d3263b98781c70bb0c56c3fba542f9f08e9ac0e30ad203 ssh-agent -k [2021-02-18T00:30:35.696Z] unset SSH_AUTH_SOCK; [2021-02-18T00:30:35.696Z] unset SSH_AGENT_PID; [2021-02-18T00:30:35.696Z] echo Agent pid 16 killed; [2021-02-18T00:30:35.754Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-18T00:30:35.899Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T00:30:35.900Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T00:30:36.102Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T00:30:36.106Z] $ docker exec d11877ee30f390e254d3263b98781c70bb0c56c3fba542f9f08e9ac0e30ad203 ssh-agent [2021-02-18T00:30:36.292Z] SSH_AUTH_SOCK=/tmp/ssh-SlOnPAdRLBe1/agent.46 [2021-02-18T00:30:36.292Z] SSH_AGENT_PID=51 [2021-02-18T00:30:36.298Z] Running ssh-add (command line suppressed) [2021-02-18T00:30:36.426Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_9115000656594153415.key (/w/workspace/edgex-go/2@tmp/private_key_9115000656594153415.key) [2021-02-18T00:30:36.484Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T00:30:36.840Z] + git semver init [2021-02-18T00:30:36.840Z] # -> Open(): unable to determine branch for HEAD [2021-02-18T00:30:36.840Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-02-18T00:30:36.840Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-02-18T00:30:36.840Z] # $SEMVER_REMOTE_NAME = origin [2021-02-18T00:30:36.840Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-18T00:30:36.840Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-18T00:30:36.840Z] # $SEMVER_BRANCH = PR-3172 [2021-02-18T00:30:36.840Z] # $SEMVER_TEMP = /tmp/semver-409852587 [2021-02-18T00:30:36.840Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-18T00:31:10.060Z] # '/tmp/semver-409852587' -> '/w/workspace/edgex-go/2/.semver' [2021-02-18T00:31:10.060Z] # -> Force: false [2021-02-18T00:31:10.060Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-02-18T00:31:10.073Z] $ docker exec --env ******** --env ******** d11877ee30f390e254d3263b98781c70bb0c56c3fba542f9f08e9ac0e30ad203 ssh-agent -k [2021-02-18T00:31:10.274Z] unset SSH_AUTH_SOCK; [2021-02-18T00:31:10.275Z] unset SSH_AGENT_PID; [2021-02-18T00:31:10.275Z] echo Agent pid 51 killed; [2021-02-18T00:31:10.349Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-18T00:31:10.847Z] + git semver [Pipeline] } [2021-02-18T00:31:10.864Z] $ docker stop --time=1 d11877ee30f390e254d3263b98781c70bb0c56c3fba542f9f08e9ac0e30ad203 [2021-02-18T00:31:12.858Z] $ docker rm -f d11877ee30f390e254d3263b98781c70bb0c56c3fba542f9f08e9ac0e30ad203 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T00:31:13.413Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-18T00:31:13.972Z] Stashed 1 file(s) [Pipeline] echo [2021-02-18T00:31:13.975Z] [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-18T00:31:14.966Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-18T00:31:15.297Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-18T00:31:15.605Z] + sudo service docker restart [2021-02-18T00:31:15.605Z] + true [2021-02-18T00:31:15.605Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-18T00:31:16.196Z] ========================================================= [2021-02-18T00:31:16.196Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-18T00:31:16.196Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:31:16.545Z] + 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-18T00:31:20.789Z] Sending build context to Docker daemon 327.9MB [2021-02-18T00:31:20.789Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T00:31:20.789Z] Step 2/6 : FROM ${BASE} [2021-02-18T00:31:20.789Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-18T00:31:20.789Z] 188c0c94c7c5: Pulling fs layer [2021-02-18T00:31:20.789Z] 0ef7d3d256c8: Pulling fs layer [2021-02-18T00:31:20.789Z] de9db76c5a1d: Pulling fs layer [2021-02-18T00:31:20.789Z] bca2f99d35d6: Pulling fs layer [2021-02-18T00:31:20.789Z] 93359f2a8cfa: Pulling fs layer [2021-02-18T00:31:20.789Z] 7c6f9722023f: Pulling fs layer [2021-02-18T00:31:20.789Z] a35cf1a2eb13: Pulling fs layer [2021-02-18T00:31:20.789Z] 93359f2a8cfa: Waiting [2021-02-18T00:31:20.789Z] 7c6f9722023f: Waiting [2021-02-18T00:31:20.789Z] a35cf1a2eb13: Waiting [2021-02-18T00:31:20.789Z] de9db76c5a1d: Verifying Checksum [2021-02-18T00:31:20.789Z] de9db76c5a1d: Download complete [2021-02-18T00:31:20.789Z] 0ef7d3d256c8: Verifying Checksum [2021-02-18T00:31:20.789Z] 0ef7d3d256c8: Download complete [2021-02-18T00:31:20.789Z] 93359f2a8cfa: Verifying Checksum [2021-02-18T00:31:20.789Z] 93359f2a8cfa: Download complete [2021-02-18T00:31:20.789Z] 188c0c94c7c5: Verifying Checksum [2021-02-18T00:31:20.789Z] 188c0c94c7c5: Download complete [2021-02-18T00:31:20.789Z] 7c6f9722023f: Verifying Checksum [2021-02-18T00:31:20.789Z] 7c6f9722023f: Download complete [2021-02-18T00:31:20.789Z] 188c0c94c7c5: Pull complete [2021-02-18T00:31:21.050Z] 0ef7d3d256c8: Pull complete [2021-02-18T00:31:21.050Z] de9db76c5a1d: Pull complete [2021-02-18T00:31:22.444Z] a35cf1a2eb13: Verifying Checksum [2021-02-18T00:31:22.444Z] a35cf1a2eb13: Download complete [2021-02-18T00:31:23.023Z] bca2f99d35d6: Verifying Checksum [2021-02-18T00:31:23.023Z] bca2f99d35d6: Download complete [2021-02-18T00:31:28.359Z] bca2f99d35d6: Pull complete [2021-02-18T00:31:28.632Z] 93359f2a8cfa: Pull complete [2021-02-18T00:31:28.632Z] 7c6f9722023f: Pull complete [2021-02-18T00:31:29.398Z] Still waiting to schedule task [2021-02-18T00:31:29.398Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-18T00:31:35.267Z] a35cf1a2eb13: Pull complete [2021-02-18T00:31:35.267Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-18T00:31:35.267Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-18T00:31:35.267Z] ---> a62c8e92a672 [2021-02-18T00:31:35.267Z] 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-18T00:31:35.267Z] ---> Running in b5ceb184d6f8 [2021-02-18T00:31:35.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:31:35.839Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:31:36.411Z] (1/12) Installing libmagic (5.38-r0) [2021-02-18T00:31:36.411Z] (2/12) Installing file (5.38-r0) [2021-02-18T00:31:36.671Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-18T00:31:36.671Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-18T00:31:43.280Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-18T00:31:43.280Z] (6/12) Installing patch (2.7.6-r6) [2021-02-18T00:31:43.280Z] (7/12) Installing build-base (0.5-r2) [2021-02-18T00:31:43.280Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-18T00:31:43.280Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-18T00:31:43.280Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-18T00:31:43.280Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-18T00:31:43.280Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-18T00:31:43.280Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:31:43.280Z] OK: 233 MiB in 51 packages [2021-02-18T00:31:46.593Z] Removing intermediate container b5ceb184d6f8 [2021-02-18T00:31:46.593Z] ---> f26ca00a7af8 [2021-02-18T00:31:46.593Z] Step 4/6 : WORKDIR /edgex-go [2021-02-18T00:31:46.854Z] ---> Running in 564605afd869 [2021-02-18T00:31:46.854Z] Removing intermediate container 564605afd869 [2021-02-18T00:31:46.854Z] ---> a1d6ee76066c [2021-02-18T00:31:46.854Z] Step 5/6 : COPY go.mod . [2021-02-18T00:31:47.121Z] ---> 8bdf222a76e7 [2021-02-18T00:31:47.121Z] Step 6/6 : RUN go mod download [2021-02-18T00:31:47.121Z] ---> Running in b48b83a8773f [2021-02-18T00:32:09.142Z] Removing intermediate container b48b83a8773f [2021-02-18T00:32:09.142Z] ---> 6714b7a946cd [2021-02-18T00:32:09.142Z] Successfully built 6714b7a946cd [2021-02-18T00:32:09.142Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:32:09.542Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-18T00:32:09.542Z] . [Pipeline] withDockerContainer [2021-02-18T00:32:09.785Z] prd-centos7-docker-4c-2g-26733 does not seem to be running inside a container [2021-02-18T00:32:09.865Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-18T00:32:11.333Z] $ docker top bd35b43057b9860de106b94dbc65700f2e99ffb601b56e0fd316bbe5f1ebb4e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T00:32:11.832Z] + go version [2021-02-18T00:32:11.832Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-18T00:32:11.847Z] $ docker stop --time=1 bd35b43057b9860de106b94dbc65700f2e99ffb601b56e0fd316bbe5f1ebb4e1 [2021-02-18T00:32:13.193Z] $ docker rm -f bd35b43057b9860de106b94dbc65700f2e99ffb601b56e0fd316bbe5f1ebb4e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:32:13.960Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-18T00:32:13.960Z] . [Pipeline] withDockerContainer [2021-02-18T00:32:14.052Z] prd-centos7-docker-4c-2g-26733 does not seem to be running inside a container [2021-02-18T00:32:14.100Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-18T00:32:14.861Z] $ docker top 32e7903edc233659ab7fafe430934d1d782ea6f639c5d347be40619a061cddb0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-18T00:32:15.041Z] ========================================================= [2021-02-18T00:32:15.041Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-18T00:32:15.041Z] ========================================================= [Pipeline] sh [2021-02-18T00:32:15.328Z] + make test [2021-02-18T00:32:15.328Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-18T00:32:23.499Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-18T00:32:41.746Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-18T00:32:42.711Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-18T00:32:45.314Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-18T00:32:45.314Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-18T00:32:46.775Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-18T00:32:46.775Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-18T00:32:46.775Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-18T00:32:46.775Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-18T00:32:47.364Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-18T00:32:47.639Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-18T00:32:50.233Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-18T00:32:50.233Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-18T00:32:50.233Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-18T00:32:52.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.112s coverage: 45.9% of statements [2021-02-18T00:32:52.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-18T00:32:52.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-18T00:32:52.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-18T00:32:52.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-18T00:32:52.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-18T00:32:52.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-18T00:32:52.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-18T00:32:52.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.065s coverage: 100.0% of statements [2021-02-18T00:32:57.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.186s coverage: 27.1% of statements [2021-02-18T00:32:57.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-18T00:32:57.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-18T00:32:57.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-18T00:32:57.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-18T00:32:57.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-18T00:32:57.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-18T00:32:57.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2021-02-18T00:32:57.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-18T00:32:57.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.062s coverage: 100.0% of statements [2021-02-18T00:32:57.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-18T00:32:57.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-18T00:32:57.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.082s coverage: 65.8% of statements [2021-02-18T00:32:57.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-18T00:32:57.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-18T00:32:57.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.417s coverage: 82.3% of statements [2021-02-18T00:32:57.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-18T00:32:57.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:32:57.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-18T00:32:57.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-18T00:32:59.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.389s coverage: 28.6% of statements [2021-02-18T00:32:59.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-18T00:32:59.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-18T00:32:59.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-18T00:32:59.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-18T00:32:59.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-18T00:32:59.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements [2021-02-18T00:32:59.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-18T00:32:59.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements [2021-02-18T00:32:59.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-18T00:32:59.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.117s coverage: 86.7% of statements [2021-02-18T00:32:59.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-18T00:32:59.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.122s coverage: 97.5% of statements [2021-02-18T00:32:59.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-18T00:33:00.013Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements [2021-02-18T00:33:00.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-18T00:33:00.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-18T00:33:00.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-18T00:33:00.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-18T00:33:01.975Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.413s coverage: 92.8% of statements [2021-02-18T00:33:01.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-18T00:33:01.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:33:01.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-18T00:33:01.975Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-18T00:33:01.975Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-18T00:33:01.975Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-18T00:33:01.975Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-18T00:33:01.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-18T00:33:01.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-18T00:33:01.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-18T00:33:01.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-18T00:33:01.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-18T00:33:01.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-18T00:33:01.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-18T00:33:01.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-18T00:33:01.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-18T00:33:01.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-18T00:33:01.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-18T00:33:01.976Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-02-18T00:33:01.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-18T00:33:01.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-18T00:33:01.976Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.1% of statements [2021-02-18T00:33:01.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-18T00:33:01.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-18T00:33:01.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-18T00:33:01.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.038s coverage: 45.5% of statements [2021-02-18T00:33:01.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.056s coverage: 79.5% of statements [2021-02-18T00:33:01.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements [2021-02-18T00:33:01.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements [2021-02-18T00:33:01.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.042s coverage: 87.5% of statements [2021-02-18T00:33:16.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.035s coverage: 94.4% of statements [2021-02-18T00:33:16.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.025s coverage: 44.8% of statements [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.059s coverage: 92.9% of statements [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.078s coverage: 91.4% of statements [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.159s coverage: 63.5% of statements [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.276s coverage: 68.9% of statements [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 37.0% of statements [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.262s coverage: 84.0% of statements [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.032s coverage: 100.0% of statements [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.118s coverage: 47.0% of statements [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.111s coverage: 89.4% of statements [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.686s coverage: 29.1% of statements [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.083s coverage: 99.0% of statements [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.054s coverage: 100.0% of statements [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.055s coverage: 100.0% of statements [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-18T00:33:25.358Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-02-18T00:33:25.358Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.035s coverage: 100.0% of statements [2021-02-18T00:33:25.358Z] GO111MODULE=on go vet ./... [2021-02-18T00:33:52.100Z] gofmt -l . [2021-02-18T00:33:52.100Z] [ "`gofmt -l .`" = "" ] [2021-02-18T00:33:52.100Z] ./bin/test-go-mod-tidy.sh [2021-02-18T00:33:52.100Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-18T00:33:52.663Z] + ls -al . [2021-02-18T00:33:52.663Z] total 700 [2021-02-18T00:33:52.663Z] drwxrwxr-x 10 1001 1001 4096 Feb 18 00:33 . [2021-02-18T00:33:52.663Z] drwxr-xr-x 4 root root 28 Feb 18 00:32 .. [2021-02-18T00:33:52.663Z] -rw-rw-r-- 1 1001 1001 11 Feb 18 00:30 .dockerignore [2021-02-18T00:33:52.663Z] drwxrwxr-x 8 1001 1001 179 Feb 18 00:30 .git [2021-02-18T00:33:52.663Z] drwxrwxr-x 3 1001 1001 125 Feb 18 00:30 .github [2021-02-18T00:33:52.663Z] -rw-rw-r-- 1 1001 1001 818 Feb 18 00:30 .gitignore [2021-02-18T00:33:52.663Z] drwx------ 3 1001 1001 60 Feb 18 00:31 .semver [2021-02-18T00:33:52.663Z] -rw-rw-r-- 1 1001 1001 166 Feb 18 00:30 .sonarcloud.properties [2021-02-18T00:33:52.663Z] -rw-rw-r-- 1 1001 1001 7859 Feb 18 00:30 Attribution.txt [2021-02-18T00:33:52.663Z] -rw-rw-r-- 1 1001 1001 3804 Feb 18 00:30 CONTRIBUTING.md [2021-02-18T00:33:52.663Z] -rw-rw-r-- 1 1001 1001 931 Feb 18 00:30 Dockerfile.build [2021-02-18T00:33:52.663Z] -rw-rw-r-- 1 1001 1001 863 Feb 18 00:30 Jenkinsfile [2021-02-18T00:33:52.663Z] -rw-rw-r-- 1 1001 1001 10775 Feb 18 00:30 LICENSE [2021-02-18T00:33:52.663Z] -rw-rw-r-- 1 1001 1001 5774 Feb 18 00:30 Makefile [2021-02-18T00:33:52.663Z] -rw-rw-r-- 1 1001 1001 6524 Feb 18 00:30 README.md [2021-02-18T00:33:52.663Z] -rw-rw-r-- 1 1001 1001 6755 Feb 18 00:30 SECURITY.md [2021-02-18T00:33:52.663Z] -rw-rw-r-- 1 1001 1001 5 Feb 18 00:31 VERSION [2021-02-18T00:33:52.663Z] -rw-rw-r-- 1 1001 1001 4131 Feb 18 00:30 ZMQWindows.md [2021-02-18T00:33:52.663Z] drwxrwxr-x 2 1001 1001 117 Feb 18 00:30 bin [2021-02-18T00:33:52.663Z] drwxrwxr-x 14 1001 1001 4096 Feb 18 00:30 cmd [2021-02-18T00:33:52.663Z] -rw-r--r-- 1 root root 596907 Feb 18 00:33 coverage.out [2021-02-18T00:33:52.663Z] -rw-r--r-- 1 root root 1054 Feb 18 00:33 go.mod [2021-02-18T00:33:52.663Z] -rw-r--r-- 1 root root 19400 Feb 18 00:33 go.sum [2021-02-18T00:33:52.663Z] drwxrwxr-x 8 1001 1001 127 Feb 18 00:30 internal [2021-02-18T00:33:52.663Z] drwxrwxr-x 4 1001 1001 26 Feb 18 00:30 openapi [2021-02-18T00:33:52.663Z] drwxrwxr-x 4 1001 1001 71 Feb 18 00:30 snap [2021-02-18T00:33:52.663Z] -rw-rw-r-- 1 1001 1001 168 Feb 18 00:30 version.go [Pipeline] sh [2021-02-18T00:33:52.959Z] + '[' -e coverage.out ] [2021-02-18T00:33:52.959Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-18T00:33:53.160Z] Stashed 1 file(s) [Pipeline] sh [2021-02-18T00:33:53.453Z] + make build [2021-02-18T00:33:53.453Z] 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-18T00:33:56.761Z] 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-18T00:34:04.642Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26740 in /w/workspace/edgexfoundry_edgex-go_PR-3172 [Pipeline] { [Pipeline] ws [2021-02-18T00:34:04.706Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-18T00:34:04.975Z] 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-18T00:34:06.375Z] 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-18T00:34:07.806Z] 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-18T00:34:08.386Z] 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-18T00:34:09.816Z] 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-18T00:34:10.353Z] using credential edgex-jenkins-ssh [2021-02-18T00:34:10.416Z] Cloning the remote Git repository [2021-02-18T00:34:10.496Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-18T00:34:10.636Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-18T00:34:10.759Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T00:34:10.760Z] > git --version # timeout=10 [2021-02-18T00:34:10.779Z] > git --version # 'git version 2.17.1' [2021-02-18T00:34:10.782Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T00:34:10.866Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T00:34:11.250Z] 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-18T00:34:12.197Z] 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-18T00:34:13.600Z] 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-18T00:34:14.553Z] 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-18T00:34:15.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-18T00:34:17.898Z] $ docker stop --time=1 32e7903edc233659ab7fafe430934d1d782ea6f639c5d347be40619a061cddb0 [2021-02-18T00:34:19.515Z] $ docker rm -f 32e7903edc233659ab7fafe430934d1d782ea6f639c5d347be40619a061cddb0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:34:22.765Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T00:34:22.765Z] [2021-02-18T00:34:22.765Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:34:23.104Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T00:34:23.104Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-18T00:34:23.104Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-18T00:34:23.104Z] ca9280d653b3: Pulling fs layer [2021-02-18T00:34:23.104Z] 7e9c9ca2126c: Pulling fs layer [2021-02-18T00:34:23.368Z] cbdbe7a5bc2a: Download complete [2021-02-18T00:34:23.634Z] cbdbe7a5bc2a: Pull complete [2021-02-18T00:34:23.634Z] ca9280d653b3: Verifying Checksum [2021-02-18T00:34:23.634Z] ca9280d653b3: Download complete [2021-02-18T00:34:24.588Z] 7e9c9ca2126c: Download complete [2021-02-18T00:34:24.588Z] ca9280d653b3: Pull complete [2021-02-18T00:34:31.242Z] 7e9c9ca2126c: Pull complete [2021-02-18T00:34:31.242Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-18T00:34:31.242Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T00:34:31.242Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-18T00:34:31.383Z] prd-centos7-docker-4c-2g-26733 does not seem to be running inside a container [2021-02-18T00:34:31.478Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-18T00:34:34.627Z] $ docker top d72a5799ca79c59de5ae1bbd189345a5dda2692dc64cefb40e36a21b9411802d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T00:34:35.160Z] + docker-compose build --help [2021-02-18T00:34:35.160Z] + grep parallel [2021-02-18T00:34:36.104Z] --parallel Build images in parallel. [Pipeline] } [2021-02-18T00:34:36.119Z] $ docker stop --time=1 d72a5799ca79c59de5ae1bbd189345a5dda2692dc64cefb40e36a21b9411802d [2021-02-18T00:34:37.475Z] $ docker rm -f d72a5799ca79c59de5ae1bbd189345a5dda2692dc64cefb40e36a21b9411802d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:34:39.478Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T00:34:39.478Z] . [Pipeline] withDockerContainer [2021-02-18T00:34:39.588Z] prd-centos7-docker-4c-2g-26733 does not seem to be running inside a container [2021-02-18T00:34:39.629Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-18T00:34:40.214Z] Merging remotes/origin/master commit a05352d37eb5b985ae670d360b56d8b81b9d117b into PR head commit 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f [2021-02-18T00:34:40.321Z] $ docker top 0bd87076bc122d33aeb53c7967f254e099f5f6a879c179a563f2b4cc9e65dcdc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T00:34:40.799Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-18T00:34:41.056Z] Merge succeeded, producing 11d6d71fb4505621632f5d5e4f1431811a7aa781 [2021-02-18T00:34:41.056Z] Checking out Revision 11d6d71fb4505621632f5d5e4f1431811a7aa781 (PR-3172) [2021-02-18T00:34:38.624Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T00:34:38.642Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T00:34:39.481Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T00:34:39.509Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T00:34:39.510Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T00:34:39.521Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3172/head:refs/remotes/origin/PR-3172 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-18T00:34:40.238Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T00:34:40.253Z] > git checkout -f 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f # timeout=10 [2021-02-18T00:34:40.596Z] > git remote # timeout=10 [2021-02-18T00:34:40.615Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T00:34:40.634Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T00:34:40.645Z] > git merge a05352d37eb5b985ae670d360b56d8b81b9d117b # timeout=10 [2021-02-18T00:34:41.046Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T00:34:41.068Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T00:34:41.080Z] > git checkout -f 11d6d71fb4505621632f5d5e4f1431811a7aa781 # timeout=10 [2021-02-18T00:34:41.765Z] Building docker-core-command-go ... [2021-02-18T00:34:41.765Z] Building docker-core-data-go ... [2021-02-18T00:34:41.765Z] Building docker-core-metadata-go ... [2021-02-18T00:34:41.765Z] Building docker-security-bootstrapper-go ... [2021-02-18T00:34:41.765Z] Building docker-security-proxy-setup-go ... [2021-02-18T00:34:41.765Z] Building docker-security-secretstore-setup-go ... [2021-02-18T00:34:41.765Z] Building docker-support-notifications-go ... [2021-02-18T00:34:41.765Z] Building docker-support-scheduler-go ... [2021-02-18T00:34:41.765Z] Building docker-sys-mgmt-agent-go ... [2021-02-18T00:34:41.765Z] Building docker-sys-mgmt-agent-go [2021-02-18T00:34:41.765Z] Building docker-support-notifications-go [2021-02-18T00:34:41.765Z] Building docker-core-command-go [2021-02-18T00:34:41.765Z] Building docker-security-secretstore-setup-go [2021-02-18T00:34:41.765Z] Building docker-security-bootstrapper-go [2021-02-18T00:34:45.331Z] Commit message: "Merge commit 'a05352d37eb5b985ae670d360b56d8b81b9d117b' into HEAD" [2021-02-18T00:34:45.343Z] > git rev-list --no-walk 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-18T00:34:46.923Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-18T00:34:47.340Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-18T00:34:47.689Z] + true [2021-02-18T00:34:47.689Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-18T00:34:49.742Z] provisioning config files... [2021-02-18T00:34:49.793Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3425524168626433959tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:34:50.203Z] ---> docker-login.sh [2021-02-18T00:34:50.204Z] nexus3.edgexfoundry.org:10001 [2021-02-18T00:34:51.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:34:51.786Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:34:51.786Z] Configure a credential helper to remove this warning. See [2021-02-18T00:34:51.786Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:34:51.786Z] [2021-02-18T00:34:51.786Z] Login Succeeded [2021-02-18T00:34:51.786Z] nexus3.edgexfoundry.org:10002 [2021-02-18T00:34:52.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:34:52.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:34:52.061Z] Configure a credential helper to remove this warning. See [2021-02-18T00:34:52.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:34:52.061Z] [2021-02-18T00:34:52.061Z] Login Succeeded [2021-02-18T00:34:52.061Z] nexus3.edgexfoundry.org:10003 [2021-02-18T00:34:52.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:34:52.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:34:52.658Z] Configure a credential helper to remove this warning. See [2021-02-18T00:34:52.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:34:52.658Z] [2021-02-18T00:34:52.658Z] Login Succeeded [2021-02-18T00:34:52.658Z] nexus3.edgexfoundry.org:10004 [2021-02-18T00:34:53.255Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:34:53.255Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:34:53.255Z] Configure a credential helper to remove this warning. See [2021-02-18T00:34:53.255Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:34:53.255Z] [2021-02-18T00:34:53.255Z] Login Succeeded [2021-02-18T00:34:53.255Z] docker.io [2021-02-18T00:34:53.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:34:53.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:34:53.801Z] Configure a credential helper to remove this warning. See [2021-02-18T00:34:53.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:34:53.801Z] [2021-02-18T00:34:53.801Z] Login Succeeded [2021-02-18T00:34:53.801Z] ---> docker-login.sh ends [Pipeline] } [2021-02-18T00:34:53.819Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-18T00:34:54.222Z] ========================================================= [2021-02-18T00:34:54.222Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-18T00:34:54.222Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:34:54.592Z] + 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-18T00:34:57.221Z] Sending build context to Docker daemon 166.3MB [2021-02-18T00:34:57.221Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T00:34:57.221Z] Step 2/6 : FROM ${BASE} [2021-02-18T00:34:57.221Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-18T00:34:57.221Z] 5f621e34cdf4: Pulling fs layer [2021-02-18T00:34:57.221Z] a4357932f1b6: Pulling fs layer [2021-02-18T00:34:57.221Z] 18c013af1878: Pulling fs layer [2021-02-18T00:34:57.221Z] 00ac8860ef70: Pulling fs layer [2021-02-18T00:34:57.221Z] 63d7cb157983: Pulling fs layer [2021-02-18T00:34:57.221Z] b116817d02f9: Pulling fs layer [2021-02-18T00:34:57.221Z] 745a02a5169b: Pulling fs layer [2021-02-18T00:34:57.221Z] 00ac8860ef70: Waiting [2021-02-18T00:34:57.221Z] 63d7cb157983: Waiting [2021-02-18T00:34:57.221Z] b116817d02f9: Waiting [2021-02-18T00:34:57.221Z] 745a02a5169b: Waiting [2021-02-18T00:34:57.221Z] 18c013af1878: Verifying Checksum [2021-02-18T00:34:57.221Z] 18c013af1878: Download complete [2021-02-18T00:34:57.221Z] a4357932f1b6: Download complete [2021-02-18T00:34:57.221Z] 63d7cb157983: Verifying Checksum [2021-02-18T00:34:57.221Z] 63d7cb157983: Download complete [2021-02-18T00:34:57.221Z] b116817d02f9: Verifying Checksum [2021-02-18T00:34:57.221Z] b116817d02f9: Download complete [2021-02-18T00:34:57.221Z] 5f621e34cdf4: Download complete [2021-02-18T00:34:57.818Z] 5f621e34cdf4: Pull complete [2021-02-18T00:34:58.418Z] a4357932f1b6: Pull complete [2021-02-18T00:34:58.689Z] 18c013af1878: Pull complete [2021-02-18T00:34:59.669Z] 745a02a5169b: Verifying Checksum [2021-02-18T00:34:59.669Z] 745a02a5169b: Download complete [2021-02-18T00:35:01.103Z] 00ac8860ef70: Verifying Checksum [2021-02-18T00:35:01.103Z] 00ac8860ef70: Download complete [2021-02-18T00:35:11.245Z] 00ac8860ef70: Pull complete [2021-02-18T00:35:11.245Z] 63d7cb157983: Pull complete [2021-02-18T00:35:11.245Z] b116817d02f9: Pull complete [2021-02-18T00:35:13.972Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:35:13.972Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:35:13.972Z] ---> 6714b7a946cd [2021-02-18T00:35:13.972Z] Step 3/30 : WORKDIR /edgex-go [2021-02-18T00:35:13.972Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:35:13.972Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:35:13.972Z] ---> 6714b7a946cd [2021-02-18T00:35:13.972Z] Step 3/24 : WORKDIR /edgex-go [2021-02-18T00:35:13.972Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:35:13.972Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:35:13.972Z] ---> 6714b7a946cd [2021-02-18T00:35:13.972Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T00:35:13.972Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:35:13.972Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:35:13.972Z] ---> 6714b7a946cd [2021-02-18T00:35:13.972Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T00:35:13.972Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:35:13.972Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:35:13.972Z] ---> 6714b7a946cd [2021-02-18T00:35:13.972Z] Step 3/26 : WORKDIR /edgex-go [2021-02-18T00:35:13.972Z] ---> Running in a284e52b66b9 [2021-02-18T00:35:13.972Z] ---> Running in ec865ce03bed [2021-02-18T00:35:13.972Z] ---> Running in ff5befc27627 [2021-02-18T00:35:13.972Z] ---> Running in eab684c2550f [2021-02-18T00:35:13.972Z] ---> Running in 4dc717a39fab [2021-02-18T00:35:13.972Z] Removing intermediate container ff5befc27627 [2021-02-18T00:35:13.972Z] ---> bbe2cc12f609 [2021-02-18T00:35:13.972Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:35:13.972Z] Removing intermediate container eab684c2550f [2021-02-18T00:35:13.972Z] ---> 617b5e5a401f [2021-02-18T00:35:13.972Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:35:13.972Z] Removing intermediate container 4dc717a39fab [2021-02-18T00:35:13.972Z] ---> 00123f6472c9 [2021-02-18T00:35:13.972Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:35:13.972Z] Removing intermediate container a284e52b66b9 [2021-02-18T00:35:13.972Z] ---> 76ba0b581e39 [2021-02-18T00:35:13.972Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:35:13.972Z] Removing intermediate container ec865ce03bed [2021-02-18T00:35:13.972Z] ---> 059b0502d7b9 [2021-02-18T00:35:13.972Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:35:13.972Z] ---> Running in 9cdd80bbf33a [2021-02-18T00:35:13.972Z] ---> Running in e0ead46fbcc5 [2021-02-18T00:35:13.972Z] ---> Running in 56ab935073ca [2021-02-18T00:35:13.972Z] ---> Running in a6652ce199bf [2021-02-18T00:35:13.972Z] ---> Running in 5b05a101e558 [2021-02-18T00:35:14.569Z] Removing intermediate container 9cdd80bbf33a [2021-02-18T00:35:14.569Z] ---> 0ef1d1eecfe4 [2021-02-18T00:35:14.569Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-18T00:35:14.569Z] ---> Running in ec7f4e61e5a9 [2021-02-18T00:35:14.832Z] Removing intermediate container 56ab935073ca [2021-02-18T00:35:14.832Z] ---> 58e25362e74f [2021-02-18T00:35:14.832Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-18T00:35:14.832Z] Removing intermediate container e0ead46fbcc5 [2021-02-18T00:35:14.832Z] ---> a648b4537469 [2021-02-18T00:35:14.832Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T00:35:14.832Z] Removing intermediate container a6652ce199bf [2021-02-18T00:35:14.832Z] ---> 6c20d1e0d546 [2021-02-18T00:35:14.832Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-18T00:35:14.943Z] 745a02a5169b: Pull complete [2021-02-18T00:35:14.943Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-18T00:35:14.943Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-18T00:35:14.943Z] ---> b7e6874047d6 [2021-02-18T00:35:14.943Z] 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-18T00:35:15.093Z] Removing intermediate container 5b05a101e558 [2021-02-18T00:35:15.093Z] ---> 82b180c52382 [2021-02-18T00:35:15.093Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-18T00:35:15.093Z] ---> Running in 17e8d619755a [2021-02-18T00:35:15.354Z] ---> Running in 8612354309c2 [2021-02-18T00:35:15.354Z] ---> Running in 1401f35af3ed [2021-02-18T00:35:15.354Z] ---> Running in 41a71a3d41d9 [2021-02-18T00:35:15.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:15.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:16.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:16.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:16.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:17.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:17.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:17.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:17.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:17.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:18.385Z] ---> Running in 87ad87027ac9 [2021-02-18T00:35:18.862Z] OK: 233 MiB in 51 packages [2021-02-18T00:35:19.124Z] OK: 233 MiB in 51 packages [2021-02-18T00:35:19.124Z] Removing intermediate container ec7f4e61e5a9 [2021-02-18T00:35:19.124Z] ---> 0c1056040979 [2021-02-18T00:35:19.124Z] Step 6/30 : COPY go.mod . [2021-02-18T00:35:19.392Z] OK: 233 MiB in 51 packages [2021-02-18T00:35:19.392Z] OK: 233 MiB in 51 packages [2021-02-18T00:35:19.392Z] ---> f55eaa67620c [2021-02-18T00:35:19.392Z] Step 7/30 : RUN go mod download [2021-02-18T00:35:19.655Z] ---> Running in 9b8b4c42a478 [2021-02-18T00:35:19.655Z] Removing intermediate container 8612354309c2 [2021-02-18T00:35:19.655Z] ---> 09df04c3be8b [2021-02-18T00:35:19.655Z] Step 6/23 : COPY go.mod . [2021-02-18T00:35:19.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:35:19.916Z] ---> 7f0d3e3a628d [2021-02-18T00:35:19.916Z] Step 7/23 : RUN go mod download [2021-02-18T00:35:20.178Z] OK: 233 MiB in 51 packages [2021-02-18T00:35:20.178Z] ---> Running in 8548c3cc418d [2021-02-18T00:35:20.178Z] Removing intermediate container 41a71a3d41d9 [2021-02-18T00:35:20.178Z] ---> 173e107ba79b [2021-02-18T00:35:20.178Z] Step 6/22 : COPY go.mod . [2021-02-18T00:35:20.443Z] Removing intermediate container 1401f35af3ed [2021-02-18T00:35:20.443Z] ---> c5517da735bf [2021-02-18T00:35:20.443Z] Step 6/26 : COPY go.mod . [2021-02-18T00:35:20.709Z] ---> b47d9bb87bdb [2021-02-18T00:35:20.709Z] Step 7/22 : RUN go mod download [2021-02-18T00:35:20.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:35:20.974Z] ---> 4d38bf56fa10 [2021-02-18T00:35:20.974Z] Step 7/26 : RUN go mod download [2021-02-18T00:35:20.974Z] ---> Running in 77cae324f19f [2021-02-18T00:35:20.974Z] ---> Running in f72b32c55e12 [2021-02-18T00:35:21.235Z] Removing intermediate container 17e8d619755a [2021-02-18T00:35:21.236Z] ---> ea4728669ee4 [2021-02-18T00:35:21.236Z] Step 6/24 : COPY go.mod . [2021-02-18T00:35:21.502Z] ---> 1f6a295c6d57 [2021-02-18T00:35:21.502Z] Step 7/24 : RUN go mod download [2021-02-18T00:35:21.775Z] ---> Running in f6e7e6618eb8 [2021-02-18T00:35:22.251Z] (1/12) Installing libmagic (5.38-r0) [2021-02-18T00:35:22.251Z] (2/12) Installing file (5.38-r0) [2021-02-18T00:35:22.356Z] Removing intermediate container 8548c3cc418d [2021-02-18T00:35:22.356Z] ---> 5cb6e8655989 [2021-02-18T00:35:22.356Z] Step 8/23 : COPY . . [2021-02-18T00:35:22.522Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-18T00:35:22.522Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-18T00:35:22.628Z] Removing intermediate container 9b8b4c42a478 [2021-02-18T00:35:22.628Z] ---> 5178f21adb26 [2021-02-18T00:35:22.628Z] Step 8/30 : COPY . . [2021-02-18T00:35:24.556Z] Removing intermediate container 77cae324f19f [2021-02-18T00:35:24.556Z] ---> 6c65e53a1a77 [2021-02-18T00:35:24.556Z] Step 8/22 : COPY . . [2021-02-18T00:35:27.883Z] Removing intermediate container f72b32c55e12 [2021-02-18T00:35:27.883Z] ---> e54fc6c0f3c1 [2021-02-18T00:35:27.883Z] Step 8/26 : COPY . . [2021-02-18T00:35:27.919Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-18T00:35:27.919Z] (6/12) Installing patch (2.7.6-r6) [2021-02-18T00:35:27.919Z] (7/12) Installing build-base (0.5-r2) [2021-02-18T00:35:27.919Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-18T00:35:27.919Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-18T00:35:27.919Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-18T00:35:27.919Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-18T00:35:27.919Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-18T00:35:27.919Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:35:27.919Z] OK: 217 MiB in 51 packages [2021-02-18T00:35:32.244Z] Removing intermediate container 87ad87027ac9 [2021-02-18T00:35:32.244Z] ---> ecaf94dbcec7 [2021-02-18T00:35:32.244Z] Step 4/6 : WORKDIR /edgex-go [2021-02-18T00:35:32.244Z] ---> Running in df0efacf8d01 [2021-02-18T00:35:32.838Z] Removing intermediate container df0efacf8d01 [2021-02-18T00:35:32.838Z] ---> bdd18b6c5926 [2021-02-18T00:35:32.838Z] Step 5/6 : COPY go.mod . [2021-02-18T00:35:33.825Z] ---> 1948dcb7729c [2021-02-18T00:35:33.825Z] Step 6/6 : RUN go mod download [2021-02-18T00:35:33.825Z] ---> Running in d72723c719d5 [2021-02-18T00:35:34.541Z] Removing intermediate container f6e7e6618eb8 [2021-02-18T00:35:34.541Z] ---> 302c1fb0a4be [2021-02-18T00:35:34.541Z] Step 8/24 : COPY . . [2021-02-18T00:36:06.221Z] Removing intermediate container d72723c719d5 [2021-02-18T00:36:06.221Z] ---> 8ed800c65d75 [2021-02-18T00:36:06.221Z] Successfully built 8ed800c65d75 [2021-02-18T00:36:06.221Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:36:06.566Z] + docker inspect -f . ci-base-image-arm64 [2021-02-18T00:36:06.567Z] . [Pipeline] withDockerContainer [2021-02-18T00:36:06.843Z] prd-ubuntu18.04-docker-arm64-4c-16g-26740 does not seem to be running inside a container [2021-02-18T00:36:06.939Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-18T00:36:07.176Z] ---> 511370645531 [2021-02-18T00:36:07.176Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-18T00:36:07.176Z] ---> 7763298c3a42 [2021-02-18T00:36:07.176Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-18T00:36:07.462Z] ---> 1a76852748dd [2021-02-18T00:36:07.462Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-18T00:36:08.385Z] $ docker top b1f377b87e8e01809470e8d4292bb6ac3f09284b11174ff933fc9e0fa0ef1818 -eo pid,comm [2021-02-18T00:36:08.403Z] ---> e599e6ef36c4 [2021-02-18T00:36:08.403Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-18T00:36:08.403Z] ---> Running in 4558d0a82496 [2021-02-18T00:36:08.403Z] ---> Running in f826dc5d4b55 [2021-02-18T00:36:08.403Z] ---> Running in 3ba4d14547f7 [2021-02-18T00:36:08.666Z] ---> Running in 0b35a5b489ba [2021-02-18T00:36:08.666Z] ---> 4d2897c1922e [2021-02-18T00:36:08.666Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [Pipeline] { [Pipeline] sh [2021-02-18T00:36:08.928Z] ---> Running in 2600fe6cb4f5 [2021-02-18T00:36:09.471Z] + go version [2021-02-18T00:36:09.471Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-18T00:36:09.504Z] $ docker stop --time=1 b1f377b87e8e01809470e8d4292bb6ac3f09284b11174ff933fc9e0fa0ef1818 [2021-02-18T00:36:09.883Z] 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-18T00:36:09.883Z] 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-18T00:36:09.883Z] 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-18T00:36:09.883Z] 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-18T00:36:09.883Z] 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-18T00:36:11.498Z] $ docker rm -f b1f377b87e8e01809470e8d4292bb6ac3f09284b11174ff933fc9e0fa0ef1818 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:36:12.520Z] + docker inspect -f . ci-base-image-arm64 [2021-02-18T00:36:12.520Z] . [Pipeline] withDockerContainer [2021-02-18T00:36:12.823Z] prd-ubuntu18.04-docker-arm64-4c-16g-26740 does not seem to be running inside a container [2021-02-18T00:36:12.921Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-18T00:36:14.490Z] $ docker top cd24e3581727cc35a1cad6ee76553e6da958316066b860ce1536574903485ca5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-18T00:36:15.227Z] ========================================================= [2021-02-18T00:36:15.227Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-18T00:36:15.227Z] ========================================================= [Pipeline] sh [2021-02-18T00:36:15.890Z] + make test [2021-02-18T00:36:15.891Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-18T00:36:36.583Z] 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-18T00:36:41.949Z] Removing intermediate container f826dc5d4b55 [2021-02-18T00:36:41.949Z] ---> 65177f822e16 [2021-02-18T00:36:41.949Z] [2021-02-18T00:36:41.949Z] Step 10/30 : FROM alpine:3.12 [2021-02-18T00:36:41.950Z] Removing intermediate container 0b35a5b489ba [2021-02-18T00:36:41.950Z] ---> 7bb20371f557 [2021-02-18T00:36:41.950Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-18T00:36:41.950Z] 3.12: Pulling from library/alpine [2021-02-18T00:36:42.739Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-18T00:36:42.908Z] ---> Running in c67d19c12412 [2021-02-18T00:36:42.908Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-18T00:36:42.908Z] Status: Downloaded newer image for alpine:3.12 [2021-02-18T00:36:42.908Z] ---> 389fef711851 [2021-02-18T00:36:42.908Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-18T00:36:44.308Z] ---> Running in 8d598bc91f24 [2021-02-18T00:36:44.308Z] Removing intermediate container 2600fe6cb4f5 [2021-02-18T00:36:44.308Z] ---> 70b24dbfaaa6 [2021-02-18T00:36:44.308Z] [2021-02-18T00:36:44.308Z] Step 10/24 : FROM alpine:3.12 [2021-02-18T00:36:44.308Z] ---> 389fef711851 [2021-02-18T00:36:44.308Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-18T00:36:44.578Z] ---> Running in 8034502b88a6 [2021-02-18T00:36:45.155Z] Removing intermediate container 8d598bc91f24 [2021-02-18T00:36:45.155Z] ---> 1a55d198072e [2021-02-18T00:36:45.155Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-18T00:36:47.077Z] 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-18T00:36:47.350Z] ---> Running in eca7bc078902 [2021-02-18T00:36:47.616Z] Removing intermediate container 3ba4d14547f7 [2021-02-18T00:36:47.616Z] ---> 54eb2aa82f81 [2021-02-18T00:36:47.616Z] [2021-02-18T00:36:47.616Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T00:36:47.616Z] ---> 389fef711851 [2021-02-18T00:36:47.616Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T00:36:47.616Z] Removing intermediate container 4558d0a82496 [2021-02-18T00:36:47.617Z] ---> fcc2846ae643 [2021-02-18T00:36:47.617Z] [2021-02-18T00:36:47.617Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T00:36:47.617Z] ---> 389fef711851 [2021-02-18T00:36:47.617Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-18T00:36:47.617Z] ---> Running in bc5b3124af71 [2021-02-18T00:36:47.617Z] ---> Running in d8bdd69b6624 [2021-02-18T00:36:47.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:36:47.895Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:36:47.895Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-18T00:36:48.165Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T00:36:48.165Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-18T00:36:48.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:36:48.165Z] (4/5) Installing curl (7.69.1-r3) [2021-02-18T00:36:48.165Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-18T00:36:48.165Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:36:48.165Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T00:36:48.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:36:48.165Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-18T00:36:48.740Z] (2/2) Installing su-exec (0.2-r1) [2021-02-18T00:36:48.740Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:36:48.740Z] OK: 6 MiB in 16 packages [2021-02-18T00:36:49.000Z] OK: 7 MiB in 19 packages [2021-02-18T00:36:49.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:36:49.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:36:49.532Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:36:49.532Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:36:49.532Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T00:36:49.532Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:36:49.532Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-18T00:36:49.532Z] OK: 6 MiB in 15 packages [2021-02-18T00:36:49.532Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-18T00:36:49.532Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:36:49.532Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T00:36:49.798Z] OK: 6 MiB in 16 packages [2021-02-18T00:36:50.740Z] Removing intermediate container c67d19c12412 [2021-02-18T00:36:50.740Z] ---> 3e420fdd7cca [2021-02-18T00:36:50.740Z] [2021-02-18T00:36:50.740Z] Step 11/26 : FROM docker:20.10.0 [2021-02-18T00:36:51.004Z] 20.10.0: Pulling from library/docker [2021-02-18T00:36:51.957Z] Removing intermediate container eca7bc078902 [2021-02-18T00:36:51.957Z] ---> 585de621a0d3 [2021-02-18T00:36:51.957Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-18T00:36:51.957Z] Removing intermediate container 8034502b88a6 [2021-02-18T00:36:51.957Z] ---> de9c9f7d37ad [2021-02-18T00:36:51.957Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T00:36:52.529Z] ---> Running in 3caca86452dc [2021-02-18T00:36:52.529Z] Removing intermediate container d8bdd69b6624 [2021-02-18T00:36:52.529Z] ---> 53320ecc3cd7 [2021-02-18T00:36:52.529Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:36:52.529Z] Removing intermediate container bc5b3124af71 [2021-02-18T00:36:52.529Z] ---> 203da2dc6be5 [2021-02-18T00:36:52.529Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:36:52.791Z] ---> Running in 335eacc6cdfc [2021-02-18T00:36:52.791Z] ---> Running in d2ebd4ffe921 [2021-02-18T00:36:52.791Z] ---> Running in d91701869c88 [2021-02-18T00:36:52.791Z] Removing intermediate container 3caca86452dc [2021-02-18T00:36:52.791Z] ---> efed52d01060 [2021-02-18T00:36:52.791Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-18T00:36:53.060Z] Removing intermediate container 335eacc6cdfc [2021-02-18T00:36:53.060Z] ---> 6a4215504984 [2021-02-18T00:36:53.060Z] Step 13/24 : WORKDIR / [2021-02-18T00:36:53.060Z] ---> Running in 5d6dbc7d52a2 [2021-02-18T00:36:53.060Z] Removing intermediate container d91701869c88 [2021-02-18T00:36:53.060Z] ---> bf24428045b4 [2021-02-18T00:36:53.060Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-18T00:36:53.320Z] Removing intermediate container d2ebd4ffe921 [2021-02-18T00:36:53.320Z] ---> 2b05d271876f [2021-02-18T00:36:53.320Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-18T00:36:53.320Z] ---> Running in de78d2adb57d [2021-02-18T00:36:53.320Z] ---> Running in 918bfa0033b0 [2021-02-18T00:36:53.320Z] ---> Running in 8dfda6e5f902 [2021-02-18T00:36:53.589Z] Removing intermediate container 5d6dbc7d52a2 [2021-02-18T00:36:53.589Z] ---> 5696113cd026 [2021-02-18T00:36:53.589Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-18T00:36:53.589Z] Removing intermediate container 918bfa0033b0 [2021-02-18T00:36:53.589Z] ---> 0c71a6d83c75 [2021-02-18T00:36:53.589Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T00:36:53.589Z] ---> Running in 0c9cdab71a78 [2021-02-18T00:36:53.855Z] Removing intermediate container de78d2adb57d [2021-02-18T00:36:53.855Z] ---> be5c4fc88ccc [2021-02-18T00:36:53.855Z] 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-18T00:36:53.855Z] ---> Running in 2e5c61d74414 [2021-02-18T00:36:53.855Z] Removing intermediate container 8dfda6e5f902 [2021-02-18T00:36:53.855Z] ---> a505dba97667 [2021-02-18T00:36:53.855Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T00:36:54.125Z] ---> Running in 99d8350655a2 [2021-02-18T00:36:54.125Z] Removing intermediate container 2e5c61d74414 [2021-02-18T00:36:54.125Z] ---> be09f85de48e [2021-02-18T00:36:54.125Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:36:54.396Z] Removing intermediate container 99d8350655a2 [2021-02-18T00:36:54.396Z] ---> 54c269f92fe5 [2021-02-18T00:36:54.396Z] Step 15/23 : WORKDIR / [2021-02-18T00:36:54.396Z] ---> d48873a4861e [2021-02-18T00:36:54.396Z] 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-18T00:36:54.663Z] ---> Running in 3f4d2e73b006 [2021-02-18T00:36:54.663Z] ---> 703de3d76f2a [2021-02-18T00:36:54.663Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-18T00:36:54.930Z] ---> db63dc56ec5d [2021-02-18T00:36:54.930Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-18T00:36:54.930Z] Removing intermediate container 3f4d2e73b006 [2021-02-18T00:36:54.930Z] ---> b3d7080c9648 [2021-02-18T00:36:54.930Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:36:55.195Z] Removing intermediate container 0c9cdab71a78 [2021-02-18T00:36:55.195Z] ---> e7ebadab464a [2021-02-18T00:36:55.195Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-18T00:36:55.461Z] ---> 7155593a9ece [2021-02-18T00:36:55.461Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-18T00:36:55.727Z] ---> Running in d3341c0dc542 [2021-02-18T00:36:55.727Z] ---> 6ebb6681130b [2021-02-18T00:36:55.727Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-18T00:36:56.303Z] ---> dfc08fe97310 [2021-02-18T00:36:56.303Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-18T00:36:56.876Z] ---> fecb5dbe55e2 [2021-02-18T00:36:56.876Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-18T00:36:56.876Z] Removing intermediate container d3341c0dc542 [2021-02-18T00:36:56.876Z] ---> 3c995b365138 [2021-02-18T00:36:56.876Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-18T00:36:56.876Z] ---> fc1b80633232 [2021-02-18T00:36:56.876Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-18T00:36:57.145Z] ---> Running in 158a7832aed2 [2021-02-18T00:36:57.145Z] ---> 94235739843f [2021-02-18T00:36:57.145Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-18T00:36:57.409Z] ---> 812ea8f2d726 [2021-02-18T00:36:57.409Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-18T00:36:57.409Z] Removing intermediate container 158a7832aed2 [2021-02-18T00:36:57.409Z] ---> 106a26af8003 [2021-02-18T00:36:57.409Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:36:57.669Z] ---> Running in 94ae7a2014a7 [2021-02-18T00:36:57.669Z] ---> Running in f855cb894e27 [2021-02-18T00:36:57.669Z] ---> 7ac0bd83b367 [2021-02-18T00:36:57.669Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-18T00:36:57.669Z] ---> 79ce663f33a3 [2021-02-18T00:36:57.669Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-18T00:36:57.930Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-18T00:36:57.930Z] ---> Running in 8ab3b4463ac0 [2021-02-18T00:36:57.930Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-18T00:36:57.930Z] ---> aefe523efa57 [2021-02-18T00:36:57.930Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-18T00:36:58.190Z] Removing intermediate container f855cb894e27 [2021-02-18T00:36:58.190Z] ---> 5d592e91e44c [2021-02-18T00:36:58.190Z] Step 20/22 : LABEL arch=x86_64 [2021-02-18T00:36:58.190Z] ---> Running in f0deb7bc35c4 [2021-02-18T00:36:58.190Z] ---> 424c246c4c61 [2021-02-18T00:36:58.190Z] 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-18T00:36:58.451Z] ---> Running in ab58c1368a94 [2021-02-18T00:36:58.451Z] Removing intermediate container 8ab3b4463ac0 [2021-02-18T00:36:58.451Z] ---> 442ac30db94c [2021-02-18T00:36:58.451Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:36:58.451Z] ---> Running in 3032a72ced1d [2021-02-18T00:36:58.719Z] ---> Running in 2d629e6acc09 [2021-02-18T00:36:58.719Z] Removing intermediate container ab58c1368a94 [2021-02-18T00:36:58.719Z] ---> 43b7a6ea4d15 [2021-02-18T00:36:58.719Z] Step 21/22 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 [2021-02-18T00:36:58.982Z] ---> Running in 82dcc17a7bc8 [2021-02-18T00:36:58.982Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:36:58.982Z] Removing intermediate container 2d629e6acc09 [2021-02-18T00:36:58.982Z] ---> 39019a8bd166 [2021-02-18T00:36:58.982Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T00:36:58.982Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:36:59.247Z] ---> Running in 0daea9099c0b [2021-02-18T00:36:59.247Z] (1/2) Installing readline (8.0.4-r0) [2021-02-18T00:36:59.247Z] (2/2) Installing bash (5.0.17-r0) [2021-02-18T00:36:59.247Z] Executing bash-5.0.17-r0.post-install [2021-02-18T00:36:59.247Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:36:59.247Z] OK: 12 MiB in 22 packages [2021-02-18T00:36:59.247Z] Removing intermediate container 82dcc17a7bc8 [2021-02-18T00:36:59.247Z] ---> 567b215834aa [2021-02-18T00:36:59.247Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T00:36:59.510Z] ---> Running in 9c34ebfafe10 [2021-02-18T00:36:59.776Z] Removing intermediate container 94ae7a2014a7 [2021-02-18T00:36:59.776Z] ---> f08a29b8b2bb [2021-02-18T00:36:59.776Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:36:59.776Z] Removing intermediate container 0daea9099c0b [2021-02-18T00:36:59.776Z] ---> 111f593de066 [2021-02-18T00:36:59.776Z] Step 22/23 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 [2021-02-18T00:37:00.038Z] ---> Running in b1fc67f8c3de [2021-02-18T00:37:00.304Z] Removing intermediate container 9c34ebfafe10 [2021-02-18T00:37:00.304Z] ---> fc213ba98b36 [2021-02-18T00:37:00.304Z] [2021-02-18T00:37:00.304Z] ---> c6c81802179b [2021-02-18T00:37:00.304Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-18T00:37:00.304Z] Removing intermediate container f0deb7bc35c4 [2021-02-18T00:37:00.304Z] ---> a266f2ee645a [2021-02-18T00:37:00.304Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-18T00:37:00.566Z] Successfully built fc213ba98b36 [2021-02-18T00:37:00.566Z] ---> Running in fb800b02422a [2021-02-18T00:37:00.566Z] Successfully tagged docker-support-notifications-go:latest [2021-02-18T00:37:00.566Z] Building docker-core-data-go [2021-02-18T00:37:00.566Z]  Building docker-support-notifications-go ... done Removing intermediate container 3032a72ced1d [2021-02-18T00:37:00.566Z] ---> beb34b48dc1a [2021-02-18T00:37:00.566Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-18T00:37:00.566Z] Removing intermediate container b1fc67f8c3de [2021-02-18T00:37:00.566Z] ---> d4098ed3363f [2021-02-18T00:37:00.566Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T00:37:00.836Z] ---> Running in c8a925303825 [2021-02-18T00:37:00.836Z] ---> Running in c0e8bf5f7ef7 [2021-02-18T00:37:00.836Z] Removing intermediate container fb800b02422a [2021-02-18T00:37:00.836Z] ---> d5547d1e2f6d [2021-02-18T00:37:00.836Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-18T00:37:00.836Z] ---> f4524c85091a [2021-02-18T00:37:00.836Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-18T00:37:01.097Z] ---> Running in 882dc2916e32 [2021-02-18T00:37:01.097Z] Removing intermediate container c8a925303825 [2021-02-18T00:37:01.097Z] ---> 658dea850ddd [2021-02-18T00:37:01.097Z] Step 22/24 : LABEL arch=x86_64 [2021-02-18T00:37:01.097Z] Removing intermediate container c0e8bf5f7ef7 [2021-02-18T00:37:01.097Z] ---> c715a2795c68 [2021-02-18T00:37:01.097Z] [2021-02-18T00:37:01.362Z] Successfully built c715a2795c68 [2021-02-18T00:37:02.753Z] ---> Running in 94df19a4914d [2021-02-18T00:37:02.753Z] Successfully tagged docker-core-command-go:latest [2021-02-18T00:37:02.753Z] Building docker-support-scheduler-go [2021-02-18T00:37:05.302Z]  Building docker-core-command-go ... done  ---> e3d88a1c353b [2021-02-18T00:37:05.302Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-18T00:37:05.302Z] Removing intermediate container 882dc2916e32 [2021-02-18T00:37:05.302Z] ---> d457875c20d3 [2021-02-18T00:37:05.302Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-18T00:37:08.610Z] ---> Running in 4ad90936db94 [2021-02-18T00:37:08.888Z] Removing intermediate container 94df19a4914d [2021-02-18T00:37:08.888Z] ---> 2a7963334662 [2021-02-18T00:37:08.888Z] Step 23/24 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 [2021-02-18T00:37:08.888Z] ---> fb167c8ae95d [2021-02-18T00:37:08.888Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-18T00:37:08.888Z] Removing intermediate container 4ad90936db94 [2021-02-18T00:37:08.888Z] ---> dfee920f4a27 [2021-02-18T00:37:08.888Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-18T00:37:08.888Z] ---> Running in a4c63d803cf6 [2021-02-18T00:37:09.854Z] ---> Running in bb3034e2fb98 [2021-02-18T00:37:11.250Z] Removing intermediate container a4c63d803cf6 [2021-02-18T00:37:11.250Z] ---> 879df90b233b [2021-02-18T00:37:11.250Z] Step 24/24 : LABEL version=0.0.0 [2021-02-18T00:37:12.206Z] ---> f57f07e3ac91 [2021-02-18T00:37:12.206Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-18T00:37:12.206Z] Removing intermediate container bb3034e2fb98 [2021-02-18T00:37:12.206Z] ---> 469202fa361b [2021-02-18T00:37:12.206Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-18T00:37:12.206Z] ---> Running in 757e31c2093e [2021-02-18T00:37:15.198Z] Removing intermediate container 757e31c2093e [2021-02-18T00:37:15.198Z] ---> bd97616dc0fc [2021-02-18T00:37:15.198Z] [2021-02-18T00:37:15.198Z] Successfully built bd97616dc0fc [2021-02-18T00:37:15.489Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-18T00:37:15.489Z] Building docker-security-proxy-setup-go [2021-02-18T00:37:15.489Z] ---> 45ceb2e1250c [2021-02-18T00:37:15.489Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-18T00:37:15.824Z]  Building docker-security-secretstore-setup-go ... done  ---> 878a69995d7e [2021-02-18T00:37:15.824Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-18T00:37:19.216Z] ---> Running in e0b6f9c82334 [2021-02-18T00:37:19.486Z] ---> 9c44aae7e579 [2021-02-18T00:37:19.486Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-18T00:37:21.410Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:37:21.410Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:37:21.410Z] ---> 6714b7a946cd [2021-02-18T00:37:21.410Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T00:37:21.674Z] ---> Using cache [2021-02-18T00:37:21.674Z] ---> 76ba0b581e39 [2021-02-18T00:37:21.674Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:37:21.674Z] ---> Using cache [2021-02-18T00:37:21.674Z] ---> 82b180c52382 [2021-02-18T00:37:21.674Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-18T00:37:23.590Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:37:23.590Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:37:23.590Z] ---> 6714b7a946cd [2021-02-18T00:37:23.590Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T00:37:23.590Z] ---> Using cache [2021-02-18T00:37:23.590Z] ---> 76ba0b581e39 [2021-02-18T00:37:23.590Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:37:23.590Z] ---> Using cache [2021-02-18T00:37:23.590Z] ---> 82b180c52382 [2021-02-18T00:37:23.590Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-18T00:37:24.168Z] ---> Running in 4b6f5035daea [2021-02-18T00:37:24.168Z] ---> Running in da700afaa749 [2021-02-18T00:37:24.168Z] ---> Running in 13bace4ce258 [2021-02-18T00:37:25.570Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:25.570Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:25.570Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:25.570Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:25.831Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-18T00:37:25.831Z] (2/33) Installing expat (2.2.9-r1) [2021-02-18T00:37:25.831Z] (3/33) Installing libffi (3.3-r2) [2021-02-18T00:37:25.831Z] (4/33) Installing gdbm (1.13-r1) [2021-02-18T00:37:26.402Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-18T00:37:26.402Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-18T00:37:26.402Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-18T00:37:26.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:26.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:28.324Z] OK: 233 MiB in 51 packages [2021-02-18T00:37:28.895Z] OK: 233 MiB in 51 packages [2021-02-18T00:37:32.203Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-18T00:37:32.203Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-18T00:37:32.203Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-18T00:37:32.203Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-18T00:37:32.203Z] Removing intermediate container e0b6f9c82334 [2021-02-18T00:37:32.203Z] ---> 29628ccd63c1 [2021-02-18T00:37:32.203Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-18T00:37:32.203Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-18T00:37:32.203Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-18T00:37:32.782Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-18T00:37:33.043Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-18T00:37:33.043Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-18T00:37:33.043Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-18T00:37:33.043Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-18T00:37:33.043Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-18T00:37:33.307Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-18T00:37:34.249Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-18T00:37:34.249Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:37:34.249Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:37:34.249Z] ---> 6714b7a946cd [2021-02-18T00:37:34.249Z] Step 3/21 : WORKDIR /edgex-go [2021-02-18T00:37:34.249Z] ---> Using cache [2021-02-18T00:37:34.249Z] ---> 76ba0b581e39 [2021-02-18T00:37:34.249Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:37:34.249Z] ---> Using cache [2021-02-18T00:37:34.249Z] ---> 82b180c52382 [2021-02-18T00:37:34.249Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-18T00:37:34.820Z] ---> Running in fec4629f9c2c [2021-02-18T00:37:34.820Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-18T00:37:34.820Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-18T00:37:35.080Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-18T00:37:35.080Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-18T00:37:35.080Z] ---> Running in 58d786f3b994 [2021-02-18T00:37:35.080Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-18T00:37:35.347Z] Removing intermediate container da700afaa749 [2021-02-18T00:37:35.347Z] ---> 3d0b76f874d8 [2021-02-18T00:37:35.347Z] Step 6/23 : COPY go.mod . [2021-02-18T00:37:35.347Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-18T00:37:35.347Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-18T00:37:35.347Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-18T00:37:35.347Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-18T00:37:35.347Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-18T00:37:35.347Z] Removing intermediate container 4b6f5035daea [2021-02-18T00:37:35.347Z] ---> d3024cd71c3a [2021-02-18T00:37:35.347Z] Step 6/22 : COPY go.mod . [2021-02-18T00:37:35.347Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-18T00:37:35.347Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-18T00:37:35.619Z] Removing intermediate container fec4629f9c2c [2021-02-18T00:37:35.619Z] ---> e833618115c5 [2021-02-18T00:37:35.619Z] Step 27/30 : CMD ["gate"] [2021-02-18T00:37:36.195Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:37:36.195Z] OK: 71 MiB in 55 packages [2021-02-18T00:37:36.461Z] ---> 8a98c4a9e9c3 [2021-02-18T00:37:36.462Z] Step 7/23 : RUN go mod download [2021-02-18T00:37:36.462Z] ---> 0fa3eb65e1c3 [2021-02-18T00:37:36.462Z] Step 7/22 : RUN go mod download [2021-02-18T00:37:36.462Z] ---> Running in 8801cad30af8 [2021-02-18T00:37:36.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:36.723Z] ---> Running in 258fe22b214b [2021-02-18T00:37:36.724Z] ---> Running in 13976394033e [2021-02-18T00:37:36.984Z] Removing intermediate container 8801cad30af8 [2021-02-18T00:37:36.984Z] ---> e427f3880505 [2021-02-18T00:37:36.984Z] Step 28/30 : LABEL arch=x86_64 [2021-02-18T00:37:37.248Z] ---> Running in 388db7ed2c5a [2021-02-18T00:37:38.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:38.191Z] Removing intermediate container 388db7ed2c5a [2021-02-18T00:37:38.191Z] ---> 4fbedf4dde86 [2021-02-18T00:37:38.191Z] Step 29/30 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 [2021-02-18T00:37:39.140Z] OK: 233 MiB in 51 packages [2021-02-18T00:37:39.140Z] ---> Running in bcdb21d09797 [2021-02-18T00:37:39.361Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-18T00:37:40.528Z] Removing intermediate container bcdb21d09797 [2021-02-18T00:37:40.528Z] ---> 7fcfb2ed001c [2021-02-18T00:37:40.528Z] Step 30/30 : LABEL version=0.0.0 [2021-02-18T00:37:43.028Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-18T00:37:44.758Z] ---> Running in 1d5c37120424 [2021-02-18T00:37:44.758Z] Removing intermediate container 13976394033e [2021-02-18T00:37:44.758Z] ---> 57f8ebc5ddcf [2021-02-18T00:37:44.758Z] Step 8/22 : COPY . . [2021-02-18T00:37:44.758Z] Removing intermediate container 258fe22b214b [2021-02-18T00:37:44.758Z] ---> 8504ba77ac76 [2021-02-18T00:37:44.758Z] Step 8/23 : COPY . . [2021-02-18T00:37:44.758Z] Removing intermediate container 58d786f3b994 [2021-02-18T00:37:44.758Z] ---> a0003e8d5415 [2021-02-18T00:37:44.758Z] Step 6/21 : COPY go.mod . [2021-02-18T00:37:44.758Z] Removing intermediate container 1d5c37120424 [2021-02-18T00:37:44.758Z] ---> 9cb5e438f4f3 [2021-02-18T00:37:44.758Z] [2021-02-18T00:37:44.758Z] Removing intermediate container 13bace4ce258 [2021-02-18T00:37:44.758Z] ---> bc91962d0b7e [2021-02-18T00:37:44.758Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-18T00:37:45.330Z] Successfully built 9cb5e438f4f3 [2021-02-18T00:37:47.247Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-18T00:37:47.247Z] Building docker-core-metadata-go [2021-02-18T00:37:47.519Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 282f02093e47 [2021-02-18T00:37:49.451Z] ---> 8ab956a9f89e [2021-02-18T00:37:49.451Z] Step 7/21 : RUN go mod download [2021-02-18T00:37:53.210Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-18T00:37:53.211Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-18T00:37:54.647Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-18T00:37:54.647Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-18T00:37:54.647Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-18T00:37:54.647Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-18T00:37:54.747Z] ---> Running in 0c3c354b025d [2021-02-18T00:37:58.046Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-18T00:37:58.649Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-18T00:38:06.932Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-18T00:38:06.932Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-18T00:38:06.932Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-18T00:38:07.052Z] Removing intermediate container 0c3c354b025d [2021-02-18T00:38:07.052Z] ---> 5f912b6b1692 [2021-02-18T00:38:07.052Z] Step 8/21 : COPY . . [2021-02-18T00:38:07.052Z] Collecting docker-compose==1.23.2 [2021-02-18T00:38:07.052Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-18T00:38:07.052Z] Collecting docker<4.0,>=3.6.0 [2021-02-18T00:38:07.052Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-18T00:38:07.624Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-18T00:38:07.884Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-18T00:38:09.830Z] Collecting jsonschema<3,>=2.5.1 [2021-02-18T00:38:09.830Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-18T00:38:10.110Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:38:10.111Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:38:10.111Z] ---> 6714b7a946cd [2021-02-18T00:38:10.111Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T00:38:10.111Z] ---> Using cache [2021-02-18T00:38:10.111Z] ---> 76ba0b581e39 [2021-02-18T00:38:10.111Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:38:10.111Z] ---> Using cache [2021-02-18T00:38:10.111Z] ---> 82b180c52382 [2021-02-18T00:38:10.111Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T00:38:10.111Z] ---> Using cache [2021-02-18T00:38:10.111Z] ---> a0003e8d5415 [2021-02-18T00:38:10.111Z] Step 6/23 : COPY go.mod . [2021-02-18T00:38:10.111Z] ---> Using cache [2021-02-18T00:38:10.111Z] ---> 8ab956a9f89e [2021-02-18T00:38:10.111Z] Step 7/23 : RUN go mod download [2021-02-18T00:38:10.111Z] ---> Using cache [2021-02-18T00:38:10.111Z] ---> 5f912b6b1692 [2021-02-18T00:38:10.111Z] Step 8/23 : COPY . . [2021-02-18T00:38:13.437Z] Collecting docopt<0.7,>=0.6.1 [2021-02-18T00:38:13.437Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-18T00:38:13.669Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.351s coverage: 45.9% of statements [2021-02-18T00:38:13.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-18T00:38:13.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-18T00:38:13.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-18T00:38:13.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-18T00:38:13.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-18T00:38:13.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-18T00:38:13.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-18T00:38:13.669Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.293s coverage: 100.0% of statements [2021-02-18T00:38:20.036Z] Collecting texttable<0.10,>=0.9.0 [2021-02-18T00:38:20.037Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-18T00:38:20.427Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.555s coverage: 27.1% of statements [2021-02-18T00:38:20.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-18T00:38:20.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-18T00:38:20.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-18T00:38:20.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-18T00:38:20.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-18T00:38:20.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-18T00:38:20.427Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.081s coverage: 100.0% of statements [2021-02-18T00:38:20.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-18T00:38:20.427Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.083s coverage: 100.0% of statements [2021-02-18T00:38:20.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-18T00:38:20.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-18T00:38:21.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.292s coverage: 65.8% of statements [2021-02-18T00:38:21.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-18T00:38:21.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-18T00:38:21.951Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-18T00:38:22.216Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-18T00:38:22.788Z] ---> 16cd579e2cfe [2021-02-18T00:38:22.788Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-18T00:38:22.788Z] ---> 051678417739 [2021-02-18T00:38:22.788Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-18T00:38:23.732Z] 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-18T00:38:24.308Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-18T00:38:24.308Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-18T00:38:24.505Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.763s coverage: 82.3% of statements [2021-02-18T00:38:24.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-18T00:38:24.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:38:24.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-18T00:38:24.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-18T00:38:26.233Z] ---> Running in 165895445ac4 [2021-02-18T00:38:26.499Z] Collecting PyYAML<4,>=3.10 [2021-02-18T00:38:26.499Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-18T00:38:26.772Z] ---> Running in b8d36d96eb31 [2021-02-18T00:38:28.177Z] Collecting cached-property<2,>=1.2.0 [2021-02-18T00:38:28.177Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-18T00:38:28.177Z] Collecting docker-pycreds>=0.4.0 [2021-02-18T00:38:28.177Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-18T00:38:28.177Z] 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-18T00:38:28.177Z] 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-18T00:38:28.177Z] 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-18T00:38:28.448Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-18T00:38:28.448Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-18T00:38:28.448Z] 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-18T00:38:28.712Z] Collecting idna<2.8,>=2.5 [2021-02-18T00:38:28.712Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-18T00:38:28.712Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-18T00:38:28.712Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-18T00:38:28.712Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-18T00:38:28.712Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-18T00:38:29.656Z] Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, docopt, texttable, dockerpty, PyYAML, cached-property, docker-compose [2021-02-18T00:38:29.917Z] Attempting uninstall: urllib3 [2021-02-18T00:38:29.917Z] Found existing installation: urllib3 1.25.9 [2021-02-18T00:38:29.917Z] Uninstalling urllib3-1.25.9: [2021-02-18T00:38:31.280Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.361s coverage: 28.6% of statements [2021-02-18T00:38:31.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-18T00:38:31.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-18T00:38:31.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-18T00:38:31.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-18T00:38:31.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-18T00:38:31.280Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.157s coverage: 100.0% of statements [2021-02-18T00:38:31.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-18T00:38:31.280Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.095s coverage: 100.0% of statements [2021-02-18T00:38:31.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-18T00:38:32.265Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.425s coverage: 86.7% of statements [2021-02-18T00:38:32.265Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-18T00:38:32.480Z] Successfully uninstalled urllib3-1.25.9 [2021-02-18T00:38:32.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.370s coverage: 97.5% of statements [2021-02-18T00:38:32.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-18T00:38:33.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.210s coverage: 78.3% of statements [2021-02-18T00:38:33.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-18T00:38:33.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-18T00:38:33.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-18T00:38:33.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-18T00:38:33.465Z] Attempting uninstall: idna [2021-02-18T00:38:33.465Z] Found existing installation: idna 2.9 [2021-02-18T00:38:33.465Z] Uninstalling idna-2.9: [2021-02-18T00:38:34.878Z] Successfully uninstalled idna-2.9 [2021-02-18T00:38:35.469Z] Attempting uninstall: requests [2021-02-18T00:38:35.469Z] Found existing installation: requests 2.23.0 [2021-02-18T00:38:35.469Z] Uninstalling requests-2.23.0: [2021-02-18T00:38:36.047Z] Successfully uninstalled requests-2.23.0 [2021-02-18T00:38:37.997Z] Running setup.py install for docopt: started [2021-02-18T00:38:39.397Z] ---> 45f47cc0859e [2021-02-18T00:38:39.397Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-18T00:38:39.397Z] ---> d6e7fae4fc32 [2021-02-18T00:38:39.397Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-18T00:38:39.662Z] ---> Running in f37c60018cbd [2021-02-18T00:38:39.662Z] ---> Running in 048848fa43c8 [2021-02-18T00:38:39.662Z] Running setup.py install for docopt: finished with status 'done' [2021-02-18T00:38:39.662Z] Running setup.py install for texttable: started [2021-02-18T00:38:40.619Z] Running setup.py install for texttable: finished with status 'done' [2021-02-18T00:38:40.619Z] Running setup.py install for dockerpty: started [2021-02-18T00:38:40.883Z] 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-18T00:38:41.143Z] 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-18T00:38:41.143Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-18T00:38:41.143Z] Running setup.py install for PyYAML: started [2021-02-18T00:38:42.102Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-18T00:38:42.688Z] 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-18T00:38:45.584Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.418s coverage: 92.8% of statements [2021-02-18T00:38:45.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-18T00:38:45.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:38:45.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-18T00:38:45.584Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-18T00:38:45.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-18T00:38:45.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-18T00:38:45.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-18T00:38:45.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-18T00:38:45.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-18T00:38:45.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-18T00:38:45.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-18T00:38:45.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-18T00:38:45.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-18T00:38:45.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-18T00:38:45.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-18T00:38:45.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-18T00:38:45.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-18T00:38:45.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-18T00:38:45.584Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements [2021-02-18T00:38:45.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-18T00:38:45.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-18T00:38:45.584Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.209s coverage: 0.1% of statements [2021-02-18T00:38:45.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-18T00:38:45.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-18T00:38:45.584Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-18T00:38:45.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 45.5% of statements [2021-02-18T00:38:45.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.082s coverage: 79.5% of statements [2021-02-18T00:38:45.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.073s coverage: 94.1% of statements [2021-02-18T00:38:45.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.107s coverage: 96.3% of statements [2021-02-18T00:38:45.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements [2021-02-18T00:38:49.338Z] Removing intermediate container 282f02093e47 [2021-02-18T00:38:49.338Z] ---> 93a00c48a499 [2021-02-18T00:38:49.338Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-18T00:38:49.605Z] ---> Running in 4fc6f365e0f8 [2021-02-18T00:38:50.572Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:38:50.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:38:51.123Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T00:38:51.123Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-18T00:38:51.123Z] (3/3) Installing curl (7.69.1-r3) [2021-02-18T00:38:51.123Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:38:51.123Z] OK: 72 MiB in 58 packages [2021-02-18T00:38:53.141Z] Removing intermediate container 4fc6f365e0f8 [2021-02-18T00:38:53.141Z] ---> 08a2a989c2f1 [2021-02-18T00:38:53.141Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-18T00:38:53.141Z] ---> Running in 9be47cd68c86 [2021-02-18T00:38:53.419Z] Removing intermediate container 9be47cd68c86 [2021-02-18T00:38:53.419Z] ---> f93c7a550501 [2021-02-18T00:38:53.419Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:38:53.692Z] ---> Running in 6826604485a4 [2021-02-18T00:38:53.960Z] Removing intermediate container 6826604485a4 [2021-02-18T00:38:53.960Z] ---> eec10cb9da0b [2021-02-18T00:38:53.960Z] Step 24/26 : LABEL arch=x86_64 [2021-02-18T00:38:53.960Z] ---> Running in 3a74da6fa4ae [2021-02-18T00:38:54.231Z] Removing intermediate container 3a74da6fa4ae [2021-02-18T00:38:54.231Z] ---> f64115d1ca22 [2021-02-18T00:38:54.231Z] Step 25/26 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 [2021-02-18T00:38:54.231Z] ---> Running in 0c7050e50110 [2021-02-18T00:38:56.798Z] Removing intermediate container 0c7050e50110 [2021-02-18T00:38:56.798Z] ---> 12f389eb7b1b [2021-02-18T00:38:56.798Z] Step 26/26 : LABEL version=0.0.0 [2021-02-18T00:38:57.065Z] ---> Running in 8d0f59fac0d1 [2021-02-18T00:38:57.331Z] Removing intermediate container 8d0f59fac0d1 [2021-02-18T00:38:57.331Z] ---> 7c194317c34a [2021-02-18T00:38:57.331Z] [2021-02-18T00:38:57.595Z] Successfully built 7c194317c34a [2021-02-18T00:38:57.595Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-18T00:38:58.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.079s coverage: 94.4% of statements [2021-02-18T00:38:58.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.066s coverage: 44.8% of statements [2021-02-18T00:39:04.403Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-18T00:39:04.979Z] Removing intermediate container 165895445ac4 [2021-02-18T00:39:04.979Z] ---> 4e7c9dbba108 [2021-02-18T00:39:04.979Z] [2021-02-18T00:39:04.979Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T00:39:04.979Z] ---> 389fef711851 [2021-02-18T00:39:04.979Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-18T00:39:04.979Z] ---> Using cache [2021-02-18T00:39:04.979Z] ---> 53320ecc3cd7 [2021-02-18T00:39:04.979Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:39:04.979Z] ---> Using cache [2021-02-18T00:39:04.979Z] ---> 2b05d271876f [2021-02-18T00:39:04.979Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-18T00:39:05.551Z] ---> Running in 1985c7e6a9d7 [2021-02-18T00:39:06.133Z] Removing intermediate container 1985c7e6a9d7 [2021-02-18T00:39:06.133Z] ---> 7ac0eadea0b2 [2021-02-18T00:39:06.133Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T00:39:07.111Z] ---> Running in cfc01f2d0796 [2021-02-18T00:39:08.504Z] Removing intermediate container cfc01f2d0796 [2021-02-18T00:39:08.504Z] ---> 255bffdb94c8 [2021-02-18T00:39:08.504Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:39:09.083Z] Removing intermediate container b8d36d96eb31 [2021-02-18T00:39:09.083Z] ---> 7c0706a1b4e9 [2021-02-18T00:39:09.083Z] [2021-02-18T00:39:09.083Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T00:39:09.083Z] ---> 389fef711851 [2021-02-18T00:39:09.083Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-18T00:39:09.083Z] ---> Running in 024b40099c48 [2021-02-18T00:39:09.083Z] ---> ec85af4e4d43 [2021-02-18T00:39:09.083Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-18T00:39:09.367Z] Removing intermediate container 024b40099c48 [2021-02-18T00:39:09.367Z] ---> 9d58ad35c2f5 [2021-02-18T00:39:09.367Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-18T00:39:11.929Z] ---> Running in f7ea0d8b7c1d [2021-02-18T00:39:12.191Z] ---> 11c5b630c11f [2021-02-18T00:39:12.191Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-18T00:39:12.191Z] Removing intermediate container f37c60018cbd [2021-02-18T00:39:12.191Z] ---> 4755983582c8 [2021-02-18T00:39:12.191Z] [2021-02-18T00:39:12.191Z] Step 10/21 : FROM alpine:3.12 [2021-02-18T00:39:12.191Z] ---> 389fef711851 [2021-02-18T00:39:12.191Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-18T00:39:12.191Z] Removing intermediate container f7ea0d8b7c1d [2021-02-18T00:39:12.191Z] ---> 2364e7803f71 [2021-02-18T00:39:12.191Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-18T00:39:12.454Z] ---> Running in 850c108b4612 [2021-02-18T00:39:12.454Z] ---> Running in 2b52e4d2914f [2021-02-18T00:39:13.027Z] ---> 00cf91cf5c4e [2021-02-18T00:39:13.027Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-18T00:39:13.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.134s coverage: 92.9% of statements [2021-02-18T00:39:13.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-18T00:39:13.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-18T00:39:13.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-18T00:39:13.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements [2021-02-18T00:39:13.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-18T00:39:13.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-18T00:39:13.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-18T00:39:13.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-18T00:39:13.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-18T00:39:13.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements [2021-02-18T00:39:13.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-18T00:39:13.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-18T00:39:13.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements [2021-02-18T00:39:13.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-18T00:39:13.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.094s coverage: 75.5% of statements [2021-02-18T00:39:13.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-18T00:39:13.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements [2021-02-18T00:39:13.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.142s coverage: 87.2% of statements [2021-02-18T00:39:13.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.154s coverage: 84.2% of statements [2021-02-18T00:39:13.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.181s coverage: 91.4% of statements [2021-02-18T00:39:13.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-18T00:39:13.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.594s coverage: 63.5% of statements [2021-02-18T00:39:13.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-18T00:39:13.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-18T00:39:13.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements [2021-02-18T00:39:13.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.100s coverage: 91.3% of statements [2021-02-18T00:39:13.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements [2021-02-18T00:39:13.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements [2021-02-18T00:39:13.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2021-02-18T00:39:15.156Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.015s coverage: 68.9% of statements [2021-02-18T00:39:15.156Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-18T00:39:15.156Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-18T00:39:16.344Z] ---> Running in 9cef676f446d [2021-02-18T00:39:16.344Z] Removing intermediate container 2b52e4d2914f [2021-02-18T00:39:16.344Z] ---> 47a88175dc76 [2021-02-18T00:39:16.344Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:39:16.344Z] Removing intermediate container 048848fa43c8 [2021-02-18T00:39:16.344Z] ---> 383a1de98832 [2021-02-18T00:39:16.344Z] [2021-02-18T00:39:16.344Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T00:39:16.344Z] ---> 389fef711851 [2021-02-18T00:39:16.344Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T00:39:16.344Z] ---> Using cache [2021-02-18T00:39:16.344Z] ---> 53320ecc3cd7 [2021-02-18T00:39:16.344Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:39:16.344Z] ---> Using cache [2021-02-18T00:39:16.344Z] ---> 2b05d271876f [2021-02-18T00:39:16.344Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-18T00:39:16.344Z] ---> Running in a3e4d278ad2b [2021-02-18T00:39:16.344Z] ---> Running in 6fac0a0b4abc [2021-02-18T00:39:16.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:39:16.344Z] Removing intermediate container 9cef676f446d [2021-02-18T00:39:16.344Z] ---> 7d9baca1ea62 [2021-02-18T00:39:16.344Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:39:16.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:39:16.344Z] ---> Running in d1b47393b1e4 [2021-02-18T00:39:16.344Z] Removing intermediate container 6fac0a0b4abc [2021-02-18T00:39:16.344Z] ---> 88d525df2d72 [2021-02-18T00:39:16.344Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T00:39:16.344Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-18T00:39:16.344Z] ---> Running in a9e9e15c6fb7 [2021-02-18T00:39:17.743Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T00:39:17.743Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-18T00:39:17.743Z] (4/4) Installing curl (7.69.1-r3) [2021-02-18T00:39:17.743Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:39:17.743Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T00:39:17.743Z] OK: 7 MiB in 18 packages [2021-02-18T00:39:17.743Z] Removing intermediate container d1b47393b1e4 [2021-02-18T00:39:17.743Z] ---> 4e73f7e9c447 [2021-02-18T00:39:17.743Z] Step 20/22 : LABEL arch=x86_64 [2021-02-18T00:39:17.743Z] Removing intermediate container a9e9e15c6fb7 [2021-02-18T00:39:17.743Z] ---> 715e2c9421e1 [2021-02-18T00:39:17.743Z] Step 15/23 : WORKDIR / [2021-02-18T00:39:17.743Z] ---> Running in 38684bd8c7ae [2021-02-18T00:39:17.743Z] ---> Running in c4361b6aaf49 [2021-02-18T00:39:17.743Z] Removing intermediate container 38684bd8c7ae [2021-02-18T00:39:17.743Z] ---> 4cd62527bc8e [2021-02-18T00:39:17.743Z] Step 21/22 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 [2021-02-18T00:39:17.743Z] Removing intermediate container c4361b6aaf49 [2021-02-18T00:39:17.743Z] ---> 2e4ee7d2b1bd [2021-02-18T00:39:17.743Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:39:17.743Z] ---> Running in 2b30a50141cc [2021-02-18T00:39:17.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.477s coverage: 37.0% of statements [2021-02-18T00:39:17.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-18T00:39:17.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-18T00:39:18.315Z] Removing intermediate container 850c108b4612 [2021-02-18T00:39:18.315Z] ---> 665e17f9b176 [2021-02-18T00:39:18.315Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T00:39:18.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.866s coverage: 84.0% of statements [2021-02-18T00:39:18.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.095s coverage: 100.0% of statements [2021-02-18T00:39:18.577Z] Removing intermediate container a3e4d278ad2b [2021-02-18T00:39:18.577Z] ---> a1aa49170b85 [2021-02-18T00:39:18.577Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-18T00:39:18.577Z] ---> Running in 34f38bff11b1 [2021-02-18T00:39:18.577Z] Removing intermediate container 2b30a50141cc [2021-02-18T00:39:18.577Z] ---> d1c90a91699a [2021-02-18T00:39:18.577Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T00:39:18.577Z] ---> 7716c4c5bb7a [2021-02-18T00:39:18.577Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-18T00:39:18.840Z] ---> Running in 4b0efe9a660e [2021-02-18T00:39:18.840Z] ---> Running in 2feee91c4866 [2021-02-18T00:39:19.101Z] Removing intermediate container 34f38bff11b1 [2021-02-18T00:39:19.101Z] ---> 6649d21c22d0 [2021-02-18T00:39:19.101Z] Step 13/21 : WORKDIR /edgex [2021-02-18T00:39:19.361Z] ---> Running in 951b14cd625b [2021-02-18T00:39:19.361Z] Removing intermediate container 2feee91c4866 [2021-02-18T00:39:19.361Z] ---> 60b66d9d38a3 [2021-02-18T00:39:19.361Z] [2021-02-18T00:39:19.361Z] ---> 9a0ce086a706 [2021-02-18T00:39:19.361Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-18T00:39:19.621Z] Removing intermediate container 951b14cd625b [2021-02-18T00:39:19.621Z] ---> f1cffcaff7f9 [2021-02-18T00:39:19.621Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-18T00:39:19.621Z] Successfully built 60b66d9d38a3 [2021-02-18T00:39:19.621Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-18T00:39:19.621Z]  Building docker-support-scheduler-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:39:19.621Z] ---> d388cbb3f847 [2021-02-18T00:39:19.621Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-18T00:39:20.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:39:20.562Z] ---> Running in 735732d52909 [2021-02-18T00:39:20.562Z] ---> ad8e2a1fe537 [2021-02-18T00:39:20.562Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-18T00:39:20.562Z] Removing intermediate container 735732d52909 [2021-02-18T00:39:20.562Z] ---> 1cd89adeeb60 [2021-02-18T00:39:20.562Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:39:20.822Z] ---> Running in b3f3d37c1f65 [2021-02-18T00:39:21.086Z] ---> 36a8c2ad7b86 [2021-02-18T00:39:21.086Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-18T00:39:21.086Z] Removing intermediate container b3f3d37c1f65 [2021-02-18T00:39:21.086Z] ---> f612966850a4 [2021-02-18T00:39:21.086Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T00:39:21.086Z] ---> Running in dd83d0cf377f [2021-02-18T00:39:21.347Z] Removing intermediate container dd83d0cf377f [2021-02-18T00:39:21.347Z] ---> bb3793c79621 [2021-02-18T00:39:21.347Z] Step 22/23 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 [2021-02-18T00:39:21.347Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-18T00:39:21.347Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-18T00:39:21.347Z] ---> Running in 52c01b7b8ceb [2021-02-18T00:39:21.608Z] ---> 43958d1c768b [2021-02-18T00:39:21.608Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-18T00:39:21.608Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-18T00:39:21.608Z] ---> Running in 55f76e596cc2 [2021-02-18T00:39:21.608Z] Removing intermediate container 52c01b7b8ceb [2021-02-18T00:39:21.608Z] ---> 53c731e67171 [2021-02-18T00:39:21.608Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T00:39:21.608Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-18T00:39:21.608Z] ---> Running in 36cedb870286 [2021-02-18T00:39:21.608Z] Removing intermediate container 55f76e596cc2 [2021-02-18T00:39:21.608Z] ---> ea8f2f89cb38 [2021-02-18T00:39:21.608Z] Step 18/21 : CMD ["--init=true"] [2021-02-18T00:39:21.870Z] ---> Running in aa7489acf1ac [2021-02-18T00:39:21.870Z] Removing intermediate container 36cedb870286 [2021-02-18T00:39:21.870Z] ---> e42441e4d531 [2021-02-18T00:39:21.870Z] [2021-02-18T00:39:21.870Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-18T00:39:22.130Z] Removing intermediate container aa7489acf1ac [2021-02-18T00:39:22.130Z] ---> 943eb075650d [2021-02-18T00:39:22.130Z] Step 19/21 : LABEL arch=x86_64 [2021-02-18T00:39:22.130Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-18T00:39:22.130Z] Successfully built e42441e4d531 [2021-02-18T00:39:22.392Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:39:22.392Z] Successfully tagged docker-core-metadata-go:latest [2021-02-18T00:39:22.392Z]  Building docker-core-metadata-go ... done  ---> Running in c89f1797c4d8 [2021-02-18T00:39:22.392Z] OK: 8 MiB in 20 packages [2021-02-18T00:39:22.392Z] Removing intermediate container c89f1797c4d8 [2021-02-18T00:39:22.392Z] ---> 986359ad7d82 [2021-02-18T00:39:22.392Z] Step 20/21 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 [2021-02-18T00:39:22.652Z] ---> Running in 455f8ec7ecdf [2021-02-18T00:39:22.652Z] Removing intermediate container 455f8ec7ecdf [2021-02-18T00:39:22.652Z] ---> 76700fe2899f [2021-02-18T00:39:22.652Z] Step 21/21 : LABEL version=0.0.0 [2021-02-18T00:39:22.914Z] ---> Running in 6ea03f81ff2c [2021-02-18T00:39:22.914Z] Removing intermediate container 4b0efe9a660e [2021-02-18T00:39:22.914Z] ---> d9f7a2e43895 [2021-02-18T00:39:22.914Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:39:22.914Z] Removing intermediate container 6ea03f81ff2c [2021-02-18T00:39:22.914Z] ---> 9ebc182944f9 [2021-02-18T00:39:22.914Z] [2021-02-18T00:39:23.177Z] ---> c2fe3b4898f9 [2021-02-18T00:39:23.177Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-18T00:39:23.177Z] Successfully built 9ebc182944f9 [2021-02-18T00:39:23.177Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-18T00:39:23.747Z]  Building docker-security-proxy-setup-go ... done  ---> f4513d8b22d8 [2021-02-18T00:39:23.747Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-18T00:39:24.008Z] ---> 8025e49e139a [2021-02-18T00:39:24.008Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-18T00:39:24.270Z] ---> Running in a160a062a436 [2021-02-18T00:39:24.270Z] Removing intermediate container a160a062a436 [2021-02-18T00:39:24.270Z] ---> 316773c303e2 [2021-02-18T00:39:24.270Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:39:24.270Z] ---> Running in cd86dc6fa94b [2021-02-18T00:39:24.530Z] Removing intermediate container cd86dc6fa94b [2021-02-18T00:39:24.530Z] ---> 05251bb5c09e [2021-02-18T00:39:24.530Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T00:39:24.790Z] ---> Running in 110845bb8aad [2021-02-18T00:39:25.050Z] Removing intermediate container 110845bb8aad [2021-02-18T00:39:25.050Z] ---> 20ed68ba7964 [2021-02-18T00:39:25.050Z] Step 22/23 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 [2021-02-18T00:39:25.051Z] ---> Running in 8e5d033d0923 [2021-02-18T00:39:25.051Z] Removing intermediate container 8e5d033d0923 [2021-02-18T00:39:25.051Z] ---> 8d1f45895b0e [2021-02-18T00:39:25.051Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T00:39:25.109Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.474s coverage: 47.0% of statements [2021-02-18T00:39:25.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-18T00:39:25.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-18T00:39:25.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-18T00:39:25.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-18T00:39:25.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-18T00:39:25.109Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.150s coverage: 100.0% of statements [2021-02-18T00:39:25.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-18T00:39:25.109Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.144s coverage: 100.0% of statements [2021-02-18T00:39:25.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-18T00:39:25.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-18T00:39:25.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-18T00:39:25.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-18T00:39:25.109Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.352s coverage: 89.4% of statements [2021-02-18T00:39:25.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-18T00:39:25.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:39:25.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-18T00:39:25.312Z] ---> Running in 7ef55f9f6d80 [2021-02-18T00:39:25.312Z] Removing intermediate container 7ef55f9f6d80 [2021-02-18T00:39:25.312Z] ---> 21f00f00ddaa [2021-02-18T00:39:25.312Z] [2021-02-18T00:39:25.573Z] Successfully built 21f00f00ddaa [2021-02-18T00:39:25.573Z] Successfully tagged docker-core-data-go:latest [2021-02-18T00:39:25.842Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-18T00:39:25.858Z] $ docker stop --time=1 0bd87076bc122d33aeb53c7967f254e099f5f6a879c179a563f2b4cc9e65dcdc [2021-02-18T00:39:27.463Z] $ docker rm -f 0bd87076bc122d33aeb53c7967f254e099f5f6a879c179a563f2b4cc9e65dcdc [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T00:39:28.049Z] + docker images [2021-02-18T00:39:28.049Z] + grep docker [2021-02-18T00:39:28.310Z] docker-core-data-go latest 21f00f00ddaa 3 seconds ago 22.3MB [2021-02-18T00:39:28.310Z] docker-security-proxy-setup-go latest 9ebc182944f9 6 seconds ago 24.4MB [2021-02-18T00:39:28.310Z] docker-core-metadata-go latest e42441e4d531 7 seconds ago 18.8MB [2021-02-18T00:39:28.310Z] docker-support-scheduler-go latest 60b66d9d38a3 9 seconds ago 17MB [2021-02-18T00:39:28.310Z] docker-sys-mgmt-agent-go latest 7c194317c34a 31 seconds ago 313MB [2021-02-18T00:39:28.310Z] docker-security-bootstrapper-go latest 9cb5e438f4f3 About a minute ago 18MB [2021-02-18T00:39:28.310Z] docker-security-secretstore-setup-go latest bd97616dc0fc 2 minutes ago 24.6MB [2021-02-18T00:39:28.310Z] docker-core-command-go latest c715a2795c68 2 minutes ago 16.9MB [2021-02-18T00:39:28.310Z] docker-support-notifications-go latest fc213ba98b36 2 minutes ago 17.6MB [2021-02-18T00:39:28.310Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-18T00:39:35.300Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.016s coverage: 29.1% of statements [2021-02-18T00:39:35.300Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-18T00:39:35.300Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-18T00:39:35.300Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-18T00:39:35.300Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-18T00:39:35.300Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-18T00:39:35.300Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.240s coverage: 99.0% of statements [2021-02-18T00:39:35.300Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-18T00:39:35.300Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.100s coverage: 100.0% of statements [2021-02-18T00:39:35.300Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-18T00:39:35.300Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-18T00:39:35.300Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-18T00:39:35.300Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-18T00:39:35.300Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.196s coverage: 100.0% of statements [2021-02-18T00:39:35.300Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-18T00:39:35.300Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:39:35.300Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-18T00:39:35.300Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-02-18T00:39:35.300Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-18T00:39:35.300Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.068s coverage: 100.0% of statements [2021-02-18T00:39:35.300Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-18T00:39:35.300Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-18T00:39:35.300Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-18T00:39:35.300Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-18T00:39:35.300Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.132s coverage: 87.9% of statements [2021-02-18T00:39:35.300Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-18T00:39:35.300Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-18T00:39:35.300Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements [2021-02-18T00:39:35.300Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.062s coverage: 32.1% of statements [2021-02-18T00:39:35.572Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.086s coverage: 100.0% of statements [2021-02-18T00:39:36.546Z] GO111MODULE=on go vet ./... [2021-02-18T00:39:43.990Z] Still waiting to schedule task [2021-02-18T00:39:43.991Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-18T00:40:25.211Z] Running on prd-ubuntu18.04-docker-8c-8g-26747 in /w/workspace/edgexfoundry_edgex-go_PR-3172 [Pipeline] { [Pipeline] ws [2021-02-18T00:40:25.272Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-18T00:40:27.429Z] using credential edgex-jenkins-ssh [2021-02-18T00:40:27.485Z] Cloning the remote Git repository [2021-02-18T00:40:27.512Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-18T00:40:27.576Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-18T00:40:27.604Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T00:40:27.605Z] > git --version # timeout=10 [2021-02-18T00:40:27.611Z] > git --version # 'git version 2.17.1' [2021-02-18T00:40:27.611Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T00:40:27.637Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T00:40:33.828Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T00:40:33.834Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T00:40:34.343Z] Merging remotes/origin/master commit a05352d37eb5b985ae670d360b56d8b81b9d117b into PR head commit 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f [2021-02-18T00:40:34.521Z] Merge succeeded, producing 37957dacf0834f3fc4c2fb30ba31a2ddb7af7807 [2021-02-18T00:40:34.522Z] Checking out Revision 37957dacf0834f3fc4c2fb30ba31a2ddb7af7807 (PR-3172) [2021-02-18T00:40:33.843Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T00:40:33.854Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T00:40:33.854Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T00:40:33.857Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3172/head:refs/remotes/origin/PR-3172 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-18T00:40:34.355Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T00:40:34.360Z] > git checkout -f 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f # timeout=10 [2021-02-18T00:40:34.432Z] > git remote # timeout=10 [2021-02-18T00:40:34.440Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T00:40:34.446Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T00:40:34.450Z] > git merge a05352d37eb5b985ae670d360b56d8b81b9d117b # timeout=10 [2021-02-18T00:40:34.513Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T00:40:34.529Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T00:40:34.533Z] > git checkout -f 37957dacf0834f3fc4c2fb30ba31a2ddb7af7807 # timeout=10 [2021-02-18T00:40:38.170Z] Commit message: "Merge commit 'a05352d37eb5b985ae670d360b56d8b81b9d117b' into HEAD" [2021-02-18T00:40:38.177Z] > git rev-list --no-walk 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:40:39.381Z] + echo snap-build.sh [2021-02-18T00:40:39.381Z] snap-build.sh [2021-02-18T00:40:39.381Z] + SNAP_BASE_DIR=. [2021-02-18T00:40:39.381Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-02-18T00:40:39.381Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-02-18T00:40:39.381Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-02-18T00:40:39.381Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-02-18T00:40:39.381Z] + cd /w/workspace/edgex-go/2 [2021-02-18T00:40:39.381Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-18T00:40:39.381Z] Reading package lists... [2021-02-18T00:40:39.381Z] Building dependency tree... [2021-02-18T00:40:39.381Z] Reading state information... [2021-02-18T00:40:39.648Z] The following packages were automatically installed and are no longer required: [2021-02-18T00:40:39.648Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-18T00:40:39.648Z] uidmap xdelta3 [2021-02-18T00:40:39.648Z] Use 'sudo apt autoremove' to remove them. [2021-02-18T00:40:39.648Z] The following packages will be REMOVED: [2021-02-18T00:40:39.648Z] lxd* lxd-client* [2021-02-18T00:40:39.909Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-18T00:40:39.909Z] After this operation, 31.7 MB disk space will be freed. [2021-02-18T00:40:41.482Z] (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-18T00:40:41.482Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-18T00:40:42.429Z] Removing lxd dnsmasq configuration [2021-02-18T00:40:42.429Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-18T00:40:42.690Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-18T00:40:43.632Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-18T00:40:43.632Z] (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-18T00:40:43.632Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-18T00:40:45.023Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-18T00:40:45.023Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-18T00:40:45.966Z] + sudo snap remove --purge lxd [2021-02-18T00:40:46.228Z] snap "lxd" is not installed [2021-02-18T00:40:46.228Z] + sudo groupadd --force --system lxd [2021-02-18T00:40:46.228Z] ++ whoami [2021-02-18T00:40:46.228Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-18T00:40:46.228Z] + newgrp - lxd [2021-02-18T00:40:46.228Z] + sudo snap install lxd [2021-02-18T00:40:54.367Z] 2021-02-18T00:40:51Z INFO Waiting for automatic snapd restart... [2021-02-18T00:40:58.393Z] gofmt -l . [2021-02-18T00:41:01.788Z] [ "`gofmt -l .`" = "" ] [2021-02-18T00:41:05.234Z] ./bin/test-go-mod-tidy.sh [2021-02-18T00:41:06.731Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-18T00:41:08.856Z] + ls -al . [2021-02-18T00:41:08.856Z] total 728 [2021-02-18T00:41:08.856Z] drwxrwxr-x 9 1001 1001 4096 Feb 18 00:41 . [2021-02-18T00:41:08.856Z] drwxr-xr-x 4 root root 4096 Feb 18 00:36 .. [2021-02-18T00:41:08.856Z] -rw-rw-r-- 1 1001 1001 11 Feb 18 00:34 .dockerignore [2021-02-18T00:41:08.856Z] drwxrwxr-x 8 1001 1001 4096 Feb 18 00:34 .git [2021-02-18T00:41:08.856Z] drwxrwxr-x 3 1001 1001 4096 Feb 18 00:34 .github [2021-02-18T00:41:08.856Z] -rw-rw-r-- 1 1001 1001 818 Feb 18 00:34 .gitignore [2021-02-18T00:41:08.856Z] -rw-rw-r-- 1 1001 1001 166 Feb 18 00:34 .sonarcloud.properties [2021-02-18T00:41:08.856Z] -rw-rw-r-- 1 1001 1001 7859 Feb 18 00:34 Attribution.txt [2021-02-18T00:41:08.856Z] -rw-rw-r-- 1 1001 1001 3804 Feb 18 00:34 CONTRIBUTING.md [2021-02-18T00:41:08.856Z] -rw-rw-r-- 1 1001 1001 931 Feb 18 00:34 Dockerfile.build [2021-02-18T00:41:08.856Z] -rw-rw-r-- 1 1001 1001 863 Feb 18 00:34 Jenkinsfile [2021-02-18T00:41:08.856Z] -rw-rw-r-- 1 1001 1001 10775 Feb 18 00:34 LICENSE [2021-02-18T00:41:08.856Z] -rw-rw-r-- 1 1001 1001 5774 Feb 18 00:34 Makefile [2021-02-18T00:41:08.856Z] -rw-rw-r-- 1 1001 1001 6524 Feb 18 00:34 README.md [2021-02-18T00:41:08.856Z] -rw-rw-r-- 1 1001 1001 6755 Feb 18 00:34 SECURITY.md [2021-02-18T00:41:08.856Z] -rw-rw-r-- 1 1001 1001 5 Feb 18 00:31 VERSION [2021-02-18T00:41:08.856Z] -rw-rw-r-- 1 1001 1001 4131 Feb 18 00:34 ZMQWindows.md [2021-02-18T00:41:08.856Z] drwxrwxr-x 2 1001 1001 4096 Feb 18 00:34 bin [2021-02-18T00:41:08.856Z] drwxrwxr-x 14 1001 1001 4096 Feb 18 00:34 cmd [2021-02-18T00:41:08.856Z] -rw-r--r-- 1 root root 596907 Feb 18 00:39 coverage.out [2021-02-18T00:41:08.856Z] -rw-r--r-- 1 root root 1054 Feb 18 00:41 go.mod [2021-02-18T00:41:08.856Z] -rw-r--r-- 1 root root 19400 Feb 18 00:41 go.sum [2021-02-18T00:41:08.856Z] drwxrwxr-x 8 1001 1001 4096 Feb 18 00:34 internal [2021-02-18T00:41:08.856Z] drwxrwxr-x 4 1001 1001 4096 Feb 18 00:34 openapi [2021-02-18T00:41:08.856Z] drwxrwxr-x 4 1001 1001 4096 Feb 18 00:34 snap [2021-02-18T00:41:08.856Z] -rw-rw-r-- 1 1001 1001 168 Feb 18 00:34 version.go [Pipeline] sh [2021-02-18T00:41:09.356Z] lxd 4.11 from Canonical* installed [2021-02-18T00:41:09.356Z] + sudo lxd init --auto [2021-02-18T00:41:09.533Z] + '[' -e coverage.out ] [2021-02-18T00:41:09.533Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-18T00:41:09.620Z] Warning: overwriting stash ‘coverage-report’ [2021-02-18T00:41:11.083Z] Stashed 1 file(s) [Pipeline] sh [2021-02-18T00:41:11.763Z] + make build [2021-02-18T00:41:11.763Z] 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-18T00:41:17.585Z] + sudo snap install --classic snapcraft [2021-02-18T00:41:21.788Z] snapcraft 4.5.1 from Canonical* installed [2021-02-18T00:41:21.788Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-18T00:41:21.788Z] + patch --verbose -p1 [2021-02-18T00:41:21.788Z] Hmm... Looks like a unified diff to me... [2021-02-18T00:41:21.788Z] The text leading up to this was: [2021-02-18T00:41:21.788Z] -------------------------- [2021-02-18T00:41:21.788Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-18T00:41:21.788Z] |From: Tony Espy [2021-02-18T00:41:21.788Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-18T00:41:21.788Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-18T00:41:21.788Z] | [2021-02-18T00:41:21.788Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-18T00:41:21.788Z] |optimize the snap CI check run for pull requests. When [2021-02-18T00:41:21.788Z] |applied, it essentially strips out everything (apps and [2021-02-18T00:41:21.788Z] |parts) from the snapcraft.yaml file except those required [2021-02-18T00:41:21.788Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-18T00:41:21.788Z] |catch changes to edgex-go that break the snap build. [2021-02-18T00:41:21.788Z] | [2021-02-18T00:41:21.788Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-18T00:41:21.788Z] |to update this patch file, otherwise it may fail to apply, [2021-02-18T00:41:21.788Z] |resulting in a failed snap build CI check in the associated [2021-02-18T00:41:21.788Z] |pull request. [2021-02-18T00:41:21.788Z] | [2021-02-18T00:41:21.788Z] |Note - in addition to applying this patch, the pipeline also [2021-02-18T00:41:21.788Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-18T00:41:21.788Z] |need to build the finally binary .snap file (and it won't [2021-02-18T00:41:21.788Z] |work with the patch applied). This further reduces the build [2021-02-18T00:41:21.788Z] |time. [2021-02-18T00:41:21.788Z] |--- [2021-02-18T00:41:21.788Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-18T00:41:21.788Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-18T00:41:21.788Z] | [2021-02-18T00:41:21.788Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-18T00:41:21.788Z] |index 1e537489..faf42425 100644 [2021-02-18T00:41:21.788Z] |--- a/snap/snapcraft.yaml [2021-02-18T00:41:21.788Z] |+++ b/snap/snapcraft.yaml [2021-02-18T00:41:21.788Z] -------------------------- [2021-02-18T00:41:21.788Z] patching file snap/snapcraft.yaml [2021-02-18T00:41:21.788Z] Using Plan A... [2021-02-18T00:41:21.788Z] Hunk #1 succeeded at 73. [2021-02-18T00:41:21.788Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-18T00:41:21.788Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-18T00:41:21.788Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-18T00:41:21.788Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-18T00:41:21.788Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-18T00:41:21.788Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-18T00:41:21.788Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-18T00:41:21.788Z] Hmm... Ignoring the trailing garbage. [2021-02-18T00:41:21.788Z] done [2021-02-18T00:41:21.788Z] + sudo snapcraft prime --use-lxd [2021-02-18T00:41:22.731Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-18T00:41:22.731Z] 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-18T00:41:22.731Z] - README.md [2021-02-18T00:41:22.731Z] - snapcraft.yaml.orig [2021-02-18T00:41:22.731Z] [2021-02-18T00:41:22.731Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-18T00:41:23.301Z] Launching a container. [2021-02-18T00:41:26.902Z] 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-18T00:41:35.583Z] Waiting for container to be ready [2021-02-18T00:41:35.583Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-18T00:41:35.583Z] [2021-02-18T00:41:37.511Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-18T00:41:37.772Z] Waiting for network to be ready... [2021-02-18T00:41:38.343Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-18T00:41:38.343Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-18T00:41:38.604Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-18T00:41:38.604Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-18T00:41:38.865Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-18T00:41:39.130Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-18T00:41:39.130Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-18T00:41:39.130Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-18T00:41:39.130Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-18T00:41:39.130Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-18T00:41:39.130Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-18T00:41:39.130Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-18T00:41:39.130Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-18T00:41:39.130Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-18T00:41:39.130Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-18T00:41:39.130Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-18T00:41:39.130Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-18T00:41:39.130Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-18T00:41:39.391Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-18T00:41:39.652Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] [2021-02-18T00:41:39.652Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-18T00:41:39.652Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-18T00:41:39.652Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-18T00:41:39.652Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-18T00:41:39.652Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-18T00:41:39.652Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-18T00:41:39.921Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-18T00:41:42.486Z] Fetched 23.9 MB in 4s (5636 kB/s) [2021-02-18T00:41:43.058Z] Reading package lists... [2021-02-18T00:41:43.318Z] Reading package lists... [2021-02-18T00:41:43.318Z] Building dependency tree... [2021-02-18T00:41:43.318Z] Reading state information... [2021-02-18T00:41:43.579Z] The following additional packages will be installed: [2021-02-18T00:41:43.579Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-18T00:41:43.579Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-18T00:41:43.579Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-18T00:41:43.579Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-18T00:41:43.579Z] Suggested packages: [2021-02-18T00:41:43.579Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-18T00:41:43.579Z] Recommended packages: [2021-02-18T00:41:43.579Z] gnupg libsasl2-modules [2021-02-18T00:41:43.579Z] The following NEW packages will be installed: [2021-02-18T00:41:43.579Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-18T00:41:43.579Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-18T00:41:43.579Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-18T00:41:43.579Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-18T00:41:43.579Z] The following packages will be upgraded: [2021-02-18T00:41:43.579Z] gpg gpg-agent gpgconf libudev1 [2021-02-18T00:41:43.579Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-18T00:41:43.579Z] Need to get 3532 kB of archives. [2021-02-18T00:41:43.579Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-18T00:41:43.579Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-18T00:41:43.579Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-18T00:41:43.841Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-18T00:41:44.101Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-18T00:41:44.101Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-18T00:41:44.361Z] Get:6 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-18T00:41:44.361Z] Get:7 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-18T00:41:44.361Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] [2021-02-18T00:41:44.361Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] [2021-02-18T00:41:44.361Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-18T00:41:44.361Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-18T00:41:44.361Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-18T00:41:44.361Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-18T00:41:44.361Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-18T00:41:44.361Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-18T00:41:44.361Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-18T00:41:44.361Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-18T00:41:44.361Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-18T00:41:44.361Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-18T00:41:44.361Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-18T00:41:44.622Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-18T00:41:44.622Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-18T00:41:44.622Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T00:41:44.622Z] Fetched 3532 kB in 1s (3482 kB/s) [2021-02-18T00:41:44.622Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-18T00:41:44.622Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-18T00:41:44.622Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-18T00:41:44.882Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-18T00:41:44.882Z] Selecting previously unselected package udev. [2021-02-18T00:41:44.882Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-18T00:41:44.882Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-18T00:41:44.882Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-18T00:41:45.142Z] Selecting previously unselected package libfuse2:amd64. [2021-02-18T00:41:45.142Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-18T00:41:45.142Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-18T00:41:45.403Z] Selecting previously unselected package fuse. [2021-02-18T00:41:45.403Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-18T00:41:45.403Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-18T00:41:45.403Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T00:41:45.403Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-18T00:41:45.667Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T00:41:45.667Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-18T00:41:45.667Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T00:41:45.667Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-18T00:41:45.927Z] Selecting previously unselected package libksba8:amd64. [2021-02-18T00:41:45.927Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-18T00:41:45.927Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-18T00:41:45.927Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-18T00:41:45.927Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T00:41:45.927Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:41:45.927Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-18T00:41:45.927Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T00:41:45.927Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:41:46.189Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-18T00:41:46.189Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T00:41:46.189Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:41:46.189Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-18T00:41:46.189Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T00:41:46.189Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:41:46.189Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-18T00:41:46.189Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T00:41:46.449Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:41:46.449Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-18T00:41:46.449Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T00:41:46.450Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:41:46.450Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-18T00:41:46.450Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T00:41:46.450Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:41:46.713Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-18T00:41:46.713Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T00:41:46.713Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:41:46.713Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-18T00:41:46.713Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T00:41:46.713Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:41:46.713Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-18T00:41:46.713Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-18T00:41:46.713Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-18T00:41:46.975Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-18T00:41:46.975Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-18T00:41:46.975Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-18T00:41:46.975Z] Selecting previously unselected package libldap-common. [2021-02-18T00:41:46.975Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... [2021-02-18T00:41:46.975Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-18T00:41:46.975Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-18T00:41:46.975Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... [2021-02-18T00:41:46.975Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-18T00:41:47.236Z] Selecting previously unselected package dirmngr. [2021-02-18T00:41:47.236Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T00:41:47.236Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-18T00:41:47.236Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-18T00:41:47.236Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-18T00:41:47.495Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-18T00:41:47.495Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-18T00:41:47.495Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-18T00:41:47.495Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-18T00:41:47.496Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:41:47.496Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-18T00:41:47.496Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-18T00:41:47.496Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-18T00:41:48.066Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-18T00:41:48.066Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:41:48.066Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-18T00:41:48.326Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-18T00:41:48.326Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-18T00:41:48.326Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:41:48.326Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:41:48.326Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:41:48.326Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:41:48.327Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:41:48.327Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:41:48.327Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:41:48.327Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-18T00:41:48.587Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-18T00:41:48.587Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-18T00:41:48.848Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-18T00:41:48.848Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-18T00:41:48.848Z] This means they are not meant to be enabled using systemctl. [2021-02-18T00:41:48.848Z] Possible reasons for having this kind of units are: [2021-02-18T00:41:48.848Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-18T00:41:48.848Z] .wants/ or .requires/ directory. [2021-02-18T00:41:48.848Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-18T00:41:48.848Z] a requirement dependency on it. [2021-02-18T00:41:48.848Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-18T00:41:48.848Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-18T00:41:48.848Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-18T00:41:48.848Z] instance name specified. [2021-02-18T00:41:49.108Z] Reading package lists... [2021-02-18T00:41:49.377Z] Building dependency tree... [2021-02-18T00:41:49.377Z] Reading state information... [2021-02-18T00:41:49.377Z] The following additional packages will be installed: [2021-02-18T00:41:49.377Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-18T00:41:49.377Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-18T00:41:49.377Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-18T00:41:49.377Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-18T00:41:49.377Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-18T00:41:49.377Z] Suggested packages: [2021-02-18T00:41:49.377Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-18T00:41:49.377Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-18T00:41:49.377Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-18T00:41:49.377Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-18T00:41:49.377Z] systemd-container policykit-1 [2021-02-18T00:41:49.377Z] Recommended packages: [2021-02-18T00:41:49.377Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-18T00:41:49.377Z] The following NEW packages will be installed: [2021-02-18T00:41:49.377Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-18T00:41:49.377Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-18T00:41:49.377Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-18T00:41:49.377Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-18T00:41:49.377Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-18T00:41:49.377Z] The following packages will be upgraded: [2021-02-18T00:41:49.377Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-18T00:41:49.642Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-18T00:41:49.642Z] Need to get 35.2 MB of archives. [2021-02-18T00:41:49.642Z] After this operation, 141 MB of additional disk space will be used. [2021-02-18T00:41:49.642Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-18T00:41:49.642Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-18T00:41:50.213Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-18T00:41:50.473Z] 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-18T00:41:50.473Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-18T00:41:50.473Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-18T00:41:50.473Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-18T00:41:50.473Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-18T00:41:50.473Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-18T00:41:50.473Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-18T00:41:50.473Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-18T00:41:50.473Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-18T00:41:50.473Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-18T00:41:50.473Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-18T00:41:50.473Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-18T00:41:50.473Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-18T00:41:50.473Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-18T00:41:50.473Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-18T00:41:50.734Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-18T00:41:50.734Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-18T00:41:50.734Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-18T00:41:50.734Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-18T00:41:50.734Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-18T00:41:50.734Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-18T00:41:50.734Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-18T00:41:50.734Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-18T00:41:50.734Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-18T00:41:50.734Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-18T00:41:50.734Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-18T00:41:50.994Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-18T00:41:51.935Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T00:41:51.935Z] Fetched 35.2 MB in 2s (15.3 MB/s) [2021-02-18T00:41:51.935Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-18T00:41:51.935Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-18T00:41:52.196Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-18T00:41:52.766Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-18T00:41:52.766Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-18T00:41:52.766Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-18T00:41:52.766Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-18T00:41:52.766Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-18T00:41:52.766Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-18T00:41:53.027Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-18T00:41:53.027Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-18T00:41:53.027Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-18T00:41:53.286Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-18T00:41:53.551Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-18T00:41:53.551Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-18T00:41:53.812Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-18T00:41:54.072Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-18T00:41:54.072Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-18T00:41:54.072Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-18T00:41:54.332Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-18T00:41:54.332Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-18T00:41:54.332Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T00:41:54.332Z] Selecting previously unselected package libexpat1:amd64. [2021-02-18T00:41:54.332Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-18T00:41:54.332Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-18T00:41:54.594Z] Selecting previously unselected package python3.6-minimal. [2021-02-18T00:41:54.594Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-18T00:41:54.594Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T00:41:54.855Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-18T00:41:54.855Z] Checking for services that may need to be restarted...done. [2021-02-18T00:41:54.855Z] Checking for services that may need to be restarted...done. [2021-02-18T00:41:54.855Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T00:41:54.855Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-18T00:41:55.118Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T00:41:56.062Z] Selecting previously unselected package python3-minimal. [2021-02-18T00:41:56.062Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-18T00:41:56.062Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-18T00:41:56.062Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-18T00:41:56.062Z] Selecting previously unselected package mime-support. [2021-02-18T00:41:56.062Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-18T00:41:56.062Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-18T00:41:56.062Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-18T00:41:56.062Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-18T00:41:56.062Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-18T00:41:56.062Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-18T00:41:56.062Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-18T00:41:56.062Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T00:41:56.323Z] Selecting previously unselected package python3.6. [2021-02-18T00:41:56.323Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-18T00:41:56.323Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T00:41:56.583Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-18T00:41:56.583Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-18T00:41:56.583Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-18T00:41:56.583Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-18T00:41:56.845Z] Selecting previously unselected package python3. [2021-02-18T00:41:56.845Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-18T00:41:56.845Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-18T00:41:56.845Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-18T00:41:56.845Z] Selecting previously unselected package multiarch-support. [2021-02-18T00:41:56.845Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T00:41:56.845Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-18T00:41:56.845Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-18T00:41:57.105Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-18T00:41:57.105Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-18T00:41:57.105Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-18T00:41:57.105Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-18T00:41:57.105Z] Selecting previously unselected package libbsd0:amd64. [2021-02-18T00:41:57.105Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-18T00:41:57.105Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-18T00:41:57.105Z] Selecting previously unselected package sudo. [2021-02-18T00:41:57.105Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-18T00:41:57.105Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-18T00:41:57.365Z] Selecting previously unselected package apparmor. [2021-02-18T00:41:57.365Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-18T00:41:57.365Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-18T00:41:57.626Z] Selecting previously unselected package libedit2:amd64. [2021-02-18T00:41:57.626Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-18T00:41:57.626Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-18T00:41:57.626Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-18T00:41:57.626Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-18T00:41:57.626Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T00:41:57.626Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-18T00:41:57.626Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-18T00:41:57.626Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T00:41:57.887Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-18T00:41:57.887Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-18T00:41:57.887Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-18T00:41:57.887Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-18T00:41:57.887Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-18T00:41:57.887Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T00:41:58.149Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-18T00:41:58.149Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-18T00:41:58.149Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T00:41:58.149Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-18T00:41:58.149Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-18T00:41:58.149Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-18T00:41:58.410Z] Selecting previously unselected package openssh-client. [2021-02-18T00:41:58.410Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-18T00:41:58.410Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-18T00:41:58.671Z] Selecting previously unselected package squashfs-tools. [2021-02-18T00:41:58.671Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-18T00:41:58.671Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-18T00:41:58.671Z] Selecting previously unselected package snapd. [2021-02-18T00:41:58.671Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-02-18T00:41:58.671Z] Unpacking snapd (2.48.3+18.04) ... [2021-02-18T00:41:59.284Z] 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-18T00:42:00.727Z] 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-18T00:42:01.256Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-18T00:42:01.256Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-18T00:42:01.256Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-18T00:42:01.256Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-18T00:42:01.518Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-18T00:42:01.518Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T00:42:01.518Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-18T00:42:01.518Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-18T00:42:01.518Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-18T00:42:02.092Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-18T00:42:02.352Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-18T00:42:02.352Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-18T00:42:02.352Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T00:42:02.352Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T00:42:02.352Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T00:42:02.922Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-18T00:42:02.922Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T00:42:02.922Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-18T00:42:02.922Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-18T00:42:02.922Z] running python rtupdate hooks for python3.6... [2021-02-18T00:42:02.922Z] running python post-rtupdate hooks for python3.6... [2021-02-18T00:42:03.185Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-18T00:42:04.130Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-18T00:42:04.397Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T00:42:04.397Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-18T00:42:04.658Z] Setting up snapd (2.48.3+18.04) ... [2021-02-18T00:42:04.926Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-18T00:42:05.187Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-18T00:42:05.455Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-18T00:42:05.455Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-18T00:42:05.774Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-18T00:42:05.774Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-18T00:42:05.774Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-18T00:42:06.037Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-18T00:42:06.038Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-18T00:42:06.298Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-18T00:42:06.559Z] /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-18T00:42:06.560Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-18T00:42:06.560Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-18T00:42:07.459Z] 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-18T00:42:07.504Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-18T00:42:07.504Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-18T00:42:07.763Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-18T00:42:08.712Z] Reading package lists... [2021-02-18T00:42:08.712Z] Reading package lists... [2021-02-18T00:42:08.910Z] 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-18T00:42:08.984Z] Building dependency tree... [2021-02-18T00:42:08.984Z] Reading state information... [2021-02-18T00:42:08.984Z] Calculating upgrade... [2021-02-18T00:42:09.248Z] The following packages will be upgraded: [2021-02-18T00:42:09.248Z] advancecomp base-files bash binutils binutils-common [2021-02-18T00:42:09.248Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-18T00:42:09.248Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-18T00:42:09.248Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-18T00:42:09.248Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-18T00:42:09.248Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-18T00:42:09.248Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-18T00:42:09.248Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-18T00:42:09.248Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-18T00:42:09.248Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-18T00:42:09.248Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-18T00:42:09.248Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-18T00:42:09.248Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-18T00:42:09.248Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-18T00:42:09.248Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-18T00:42:09.248Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-18T00:42:09.248Z] Need to get 63.8 MB of archives. [2021-02-18T00:42:09.248Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-18T00:42:09.248Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-18T00:42:09.510Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-18T00:42:09.510Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-18T00:42:09.510Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-18T00:42:09.510Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-18T00:42:09.510Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-18T00:42:09.510Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-18T00:42:09.510Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-18T00:42:09.510Z] 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-18T00:42:09.510Z] 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-18T00:42:09.510Z] 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-18T00:42:09.510Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-18T00:42:09.510Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-18T00:42:09.510Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-18T00:42:09.510Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-18T00:42:09.511Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-18T00:42:09.511Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-18T00:42:09.511Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-18T00:42:09.511Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-18T00:42:09.511Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-18T00:42:09.773Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-18T00:42:09.773Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-18T00:42:09.773Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-18T00:42:09.773Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-18T00:42:09.773Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-18T00:42:09.773Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-18T00:42:09.773Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-18T00:42:09.773Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-18T00:42:09.773Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-18T00:42:09.773Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-18T00:42:09.773Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-18T00:42:09.773Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-18T00:42:09.773Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-18T00:42:09.773Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-18T00:42:09.773Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-18T00:42:09.773Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-18T00:42:09.773Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-18T00:42:09.773Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-18T00:42:09.773Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-18T00:42:09.773Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-18T00:42:09.773Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-18T00:42:09.773Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-18T00:42:09.773Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-18T00:42:09.773Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-18T00:42:09.773Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-18T00:42:09.773Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-18T00:42:09.773Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-18T00:42:09.773Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-18T00:42:09.773Z] Get:49 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-18T00:42:09.773Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-18T00:42:09.773Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-18T00:42:09.773Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-18T00:42:09.773Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-18T00:42:09.773Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-18T00:42:10.033Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-18T00:42:10.033Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-18T00:42:10.033Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-18T00:42:10.293Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-18T00:42:10.293Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-18T00:42:10.293Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-18T00:42:10.553Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-18T00:42:10.553Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-18T00:42:10.554Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-18T00:42:10.554Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-18T00:42:10.554Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-18T00:42:10.554Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-18T00:42:10.554Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-18T00:42:10.814Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-18T00:42:10.814Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-18T00:42:10.814Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-18T00:42:10.814Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-18T00:42:10.814Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-18T00:42:10.814Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-18T00:42:10.814Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-18T00:42:10.814Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-18T00:42:10.814Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-18T00:42:10.814Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-18T00:42:11.077Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-18T00:42:11.077Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-18T00:42:11.077Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-18T00:42:11.077Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-18T00:42:11.077Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-18T00:42:11.077Z] Get:83 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-18T00:42:11.077Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-18T00:42:11.077Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-18T00:42:11.077Z] Get:86 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-18T00:42:11.077Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-18T00:42:11.339Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-18T00:42:11.339Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-18T00:42:11.339Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-18T00:42:11.339Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-18T00:42:11.339Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-18T00:42:11.339Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-18T00:42:11.339Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-18T00:42:11.339Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-18T00:42:11.339Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-18T00:42:11.339Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-18T00:42:11.601Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-18T00:42:11.601Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-18T00:42:11.601Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T00:42:11.601Z] Fetched 63.8 MB in 2s (28.1 MB/s) [2021-02-18T00:42:11.601Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:42:11.601Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T00:42:12.180Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-18T00:42:12.757Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T00:42:12.757Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-18T00:42:12.757Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-18T00:42:12.757Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-18T00:42:13.697Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:42:13.697Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:42:13.697Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:42:13.697Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:42:13.957Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:42:13.958Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:42:13.958Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:42:13.958Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:42:14.218Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:42:14.218Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:42:14.218Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:42:14.218Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:42:14.480Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:42:14.480Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:42:14.480Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:42:14.480Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-18T00:42:14.480Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:42:14.740Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-18T00:42:14.740Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:42:14.740Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-18T00:42:14.740Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:42:14.740Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:42:15.001Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:42:15.001Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:42:15.001Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:42:15.261Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:42:15.262Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:42:15.522Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-18T00:42:15.522Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T00:42:15.522Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-18T00:42:15.637Z] 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-18T00:42:16.093Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-18T00:42:16.093Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-18T00:42:16.093Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-18T00:42:16.093Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-18T00:42:16.354Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-18T00:42:16.354Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-18T00:42:16.613Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-18T00:42:16.613Z] Installing new version of config file /etc/issue ... [2021-02-18T00:42:16.613Z] Installing new version of config file /etc/issue.net ... [2021-02-18T00:42:16.613Z] Installing new version of config file /etc/lsb-release ... [2021-02-18T00:42:16.613Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-18T00:42:16.874Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-18T00:42:16.874Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-18T00:42:16.874Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-18T00:42:16.874Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:42:16.874Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-18T00:42:17.134Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-18T00:42:17.134Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-18T00:42:17.134Z] 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-18T00:42:17.395Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:42:17.395Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T00:42:17.395Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-18T00:42:17.395Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-18T00:42:17.656Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:42:17.656Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-18T00:42:17.656Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-18T00:42:17.656Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-18T00:42:17.987Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:42:17.987Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-18T00:42:17.987Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-18T00:42:18.252Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-18T00:42:18.252Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:42:18.252Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-18T00:42:18.252Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-18T00:42:18.512Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-18T00:42:18.513Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:42:18.513Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-18T00:42:18.513Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-18T00:42:18.786Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-18T00:42:18.786Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:42:18.786Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-18T00:42:18.786Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-18T00:42:19.047Z] Setting up grep (3.1-2build1) ... [2021-02-18T00:42:19.047Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:42:19.047Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-18T00:42:19.047Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-18T00:42:19.308Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-18T00:42:19.309Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:42:19.309Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-18T00:42:19.309Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T00:42:19.568Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-18T00:42:19.568Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:42:19.568Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-18T00:42:19.569Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-18T00:42:20.139Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-18T00:42:20.139Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-18T00:42:20.139Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-18T00:42:20.139Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-18T00:42:20.711Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-18T00:42:20.972Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:42:20.972Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-18T00:42:20.972Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-18T00:42:21.044Z] 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-18T00:42:21.915Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-18T00:42:21.916Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-18T00:42:22.176Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-18T00:42:22.176Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-18T00:42:22.176Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-18T00:42:22.437Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:42:22.437Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-18T00:42:22.437Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-18T00:42:22.698Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-18T00:42:22.698Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:42:22.698Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T00:42:22.698Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T00:42:22.957Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T00:42:22.957Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:42:22.957Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T00:42:22.957Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T00:42:22.957Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T00:42:23.218Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:42:23.218Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T00:42:23.218Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T00:42:23.218Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T00:42:23.481Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:42:23.481Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T00:42:23.481Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T00:42:23.481Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T00:42:23.741Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:42:23.741Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-18T00:42:23.741Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T00:42:23.741Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-18T00:42:23.742Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T00:42:24.009Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-18T00:42:24.009Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:42:24.009Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-18T00:42:24.009Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T00:42:24.009Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-18T00:42:24.276Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:42:24.276Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T00:42:24.276Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T00:42:24.276Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T00:42:24.432Z] 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-18T00:42:24.536Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:42:24.536Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T00:42:24.536Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T00:42:24.536Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-18T00:42:24.809Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:42:24.809Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T00:42:24.809Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T00:42:25.070Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-18T00:42:25.330Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-18T00:42:25.598Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-18T00:42:25.859Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:42:25.859Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T00:42:25.859Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-18T00:42:26.120Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-18T00:42:26.120Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:42:26.120Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-18T00:42:26.120Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T00:42:26.381Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-18T00:42:26.381Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:42:26.381Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-18T00:42:26.641Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-18T00:42:26.641Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-18T00:42:26.902Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:42:26.902Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-18T00:42:26.902Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-18T00:42:27.164Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-18T00:42:27.164Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:42:27.164Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-18T00:42:27.164Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-18T00:42:27.164Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-18T00:42:27.766Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:42:27.766Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-18T00:42:27.766Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-18T00:42:27.766Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-18T00:42:27.766Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:42:27.766Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-18T00:42:27.766Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-18T00:42:28.041Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-18T00:42:28.041Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:42:28.041Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-18T00:42:28.041Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-18T00:42:28.317Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-18T00:42:28.317Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:42:28.317Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T00:42:28.579Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T00:42:28.579Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-18T00:42:28.579Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-18T00:42:28.579Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-18T00:42:28.579Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-18T00:42:28.737Z] 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-18T00:42:28.845Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-18T00:42:28.845Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:42:28.845Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-18T00:42:28.845Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-18T00:42:29.107Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-18T00:42:29.107Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:42:29.107Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-18T00:42:29.107Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-18T00:42:29.367Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-18T00:42:29.632Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:42:29.632Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-18T00:42:29.632Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-18T00:42:29.892Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-18T00:42:29.892Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:42:29.892Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-18T00:42:29.892Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-18T00:42:29.892Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-18T00:42:30.153Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:42:30.153Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-18T00:42:30.153Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-18T00:42:30.416Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-18T00:42:30.682Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:42:30.682Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T00:42:30.682Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-18T00:42:30.682Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-18T00:42:30.682Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:42:30.682Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-18T00:42:30.944Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-18T00:42:30.944Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-18T00:42:30.944Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:42:30.944Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-18T00:42:31.207Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-18T00:42:31.207Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-18T00:42:31.468Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:42:31.468Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-18T00:42:31.468Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-18T00:42:31.468Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-18T00:42:31.468Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:42:31.468Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-18T00:42:31.468Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-18T00:42:31.728Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-18T00:42:31.728Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:42:31.728Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-18T00:42:31.728Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-18T00:42:31.989Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-18T00:42:31.989Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:42:31.989Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-18T00:42:31.989Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-18T00:42:31.989Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-18T00:42:32.249Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-18T00:42:32.249Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-18T00:42:32.249Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-18T00:42:32.249Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-18T00:42:32.249Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-18T00:42:32.517Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-18T00:42:32.517Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-18T00:42:32.779Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-18T00:42:32.779Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-18T00:42:33.053Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-18T00:42:33.053Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-18T00:42:33.053Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-18T00:42:33.078Z] 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-18T00:42:33.315Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-18T00:42:33.316Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-18T00:42:33.316Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-18T00:42:33.316Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-18T00:42:33.577Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-18T00:42:33.577Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-18T00:42:33.577Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-18T00:42:33.577Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-18T00:42:33.840Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-18T00:42:33.840Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-18T00:42:33.840Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-18T00:42:34.100Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-18T00:42:34.100Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-18T00:42:34.673Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-18T00:42:34.935Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-18T00:42:34.935Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-18T00:42:34.935Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-18T00:42:34.935Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-18T00:42:34.935Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-18T00:42:35.507Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-18T00:42:35.507Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-18T00:42:35.507Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-18T00:42:35.769Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-18T00:42:35.769Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-18T00:42:35.770Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-18T00:42:35.770Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T00:42:35.770Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T00:42:36.032Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T00:42:36.032Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T00:42:36.032Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T00:42:36.295Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T00:42:36.295Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T00:42:36.295Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T00:42:37.243Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T00:42:37.243Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T00:42:37.393Z] 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-18T00:42:38.186Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T00:42:38.186Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T00:42:38.767Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T00:42:38.767Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T00:42:39.336Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T00:42:39.336Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T00:42:39.913Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T00:42:39.913Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T00:42:40.172Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-18T00:42:40.172Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-18T00:42:40.172Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-18T00:42:40.172Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-18T00:42:40.432Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-18T00:42:40.432Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-18T00:42:40.692Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-18T00:42:40.692Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-18T00:42:40.692Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-18T00:42:40.692Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-18T00:42:40.955Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-18T00:42:40.955Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-18T00:42:40.955Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-18T00:42:40.955Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-18T00:42:41.218Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:42:41.218Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-18T00:42:41.218Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:42:41.218Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:42:41.218Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:42:41.218Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-18T00:42:41.480Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-18T00:42:41.480Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-18T00:42:41.480Z] [2021-02-18T00:42:41.480Z] Current default time zone: 'Etc/UTC' [2021-02-18T00:42:41.480Z] Local time is now: Thu Feb 18 00:42:41 UTC 2021. [2021-02-18T00:42:41.480Z] Universal Time is now: Thu Feb 18 00:42:41 UTC 2021. [2021-02-18T00:42:41.480Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-18T00:42:41.480Z] [2021-02-18T00:42:41.480Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-18T00:42:41.740Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:42:41.740Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-18T00:42:41.740Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-18T00:42:41.740Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-18T00:42:41.740Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-18T00:42:41.740Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-18T00:42:41.740Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-18T00:42:41.740Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-18T00:42:41.740Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-18T00:42:41.740Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:42:42.001Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-18T00:42:42.001Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T00:42:42.262Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-18T00:42:42.263Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:42:42.263Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-18T00:42:42.263Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-18T00:42:42.263Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-18T00:42:42.263Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-18T00:42:42.263Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-18T00:42:42.263Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-18T00:42:42.263Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-18T00:42:42.522Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-18T00:42:43.904Z] Updating certificates in /etc/ssl/certs... [Pipeline] } [2021-02-18T00:42:44.165Z] $ docker stop --time=1 cd24e3581727cc35a1cad6ee76553e6da958316066b860ce1536574903485ca5 [2021-02-18T00:42:44.855Z] 23 added, 27 removed; done. [2021-02-18T00:42:44.856Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-18T00:42:44.856Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:42:44.856Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-18T00:42:44.856Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-18T00:42:45.118Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-18T00:42:45.118Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T00:42:45.118Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-18T00:42:45.118Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T00:42:45.118Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T00:42:45.118Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T00:42:45.118Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T00:42:45.118Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T00:42:45.380Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-18T00:42:45.381Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-18T00:42:45.381Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-18T00:42:45.381Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-18T00:42:45.381Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-18T00:42:45.381Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T00:42:45.381Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T00:42:45.381Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-18T00:42:45.381Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-18T00:42:45.641Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-18T00:42:45.641Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-18T00:42:45.641Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-18T00:42:45.641Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-18T00:42:45.641Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-18T00:42:45.641Z] Updating certificates in /etc/ssl/certs... [2021-02-18T00:42:46.212Z] 0 added, 0 removed; done. [2021-02-18T00:42:46.212Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-18T00:42:46.212Z] done. [2021-02-18T00:42:46.782Z] Reading package lists... [2021-02-18T00:42:46.782Z] Building dependency tree... [2021-02-18T00:42:46.782Z] Reading state information... [2021-02-18T00:42:46.803Z] $ docker rm -f cd24e3581727cc35a1cad6ee76553e6da958316066b860ce1536574903485ca5 [2021-02-18T00:42:47.042Z] The following NEW packages will be installed: [2021-02-18T00:42:47.042Z] apt-transport-https [2021-02-18T00:42:47.302Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-18T00:42:47.302Z] Need to get 1696 B of archives. [2021-02-18T00:42:47.302Z] After this operation, 153 kB of additional disk space will be used. [2021-02-18T00:42:47.302Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-18T00:42:47.302Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T00:42:47.302Z] Fetched 1696 B in 0s (9499 B/s) [2021-02-18T00:42:47.302Z] Selecting previously unselected package apt-transport-https. [2021-02-18T00:42:47.302Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-18T00:42:47.302Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-18T00:42:47.302Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-18T00:42:47.562Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-18T00:42:47.822Z] Waiting for network to be ready... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:42:48.780Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T00:42:48.780Z] [2021-02-18T00:42:48.780Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:42:49.155Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T00:42:49.155Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-18T00:42:49.155Z] 29e5d40040c1: Pulling fs layer [2021-02-18T00:42:49.155Z] 1ce36da41761: Pulling fs layer [2021-02-18T00:42:49.155Z] 25b303627fd3: Pulling fs layer [2021-02-18T00:42:49.429Z] 29e5d40040c1: Verifying Checksum [2021-02-18T00:42:49.429Z] 29e5d40040c1: Download complete [2021-02-18T00:42:50.023Z] 1ce36da41761: Verifying Checksum [2021-02-18T00:42:50.023Z] 1ce36da41761: Download complete [2021-02-18T00:42:50.294Z] 29e5d40040c1: Pull complete [2021-02-18T00:42:51.270Z] 1ce36da41761: Pull complete [2021-02-18T00:42:51.862Z] 25b303627fd3: Verifying Checksum [2021-02-18T00:42:51.862Z] 25b303627fd3: Download complete [2021-02-18T00:42:53.111Z] 2021-02-18T00:42:50Z INFO Waiting for automatic snapd restart... [2021-02-18T00:42:53.111Z] snapd 2.48.2.1 from Canonical* installed [2021-02-18T00:42:53.371Z] "snapd" switched to the "latest/stable" channel [2021-02-18T00:42:53.371Z] [2021-02-18T00:42:55.913Z] core18 20210128 from Canonical* installed [2021-02-18T00:42:56.173Z] "core18" switched to the "latest/stable" channel [2021-02-18T00:42:56.173Z] [2021-02-18T00:42:59.477Z] snapcraft 4.5.1 from Canonical* installed [2021-02-18T00:42:59.477Z] "snapcraft" switched to the "latest/stable" channel [2021-02-18T00:42:59.477Z] [2021-02-18T00:43:02.017Z] 25b303627fd3: Pull complete [2021-02-18T00:43:02.017Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-18T00:43:02.017Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T00:43:02.017Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-18T00:43:02.336Z] prd-ubuntu18.04-docker-arm64-4c-16g-26740 does not seem to be running inside a container [2021-02-18T00:43:02.436Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-18T00:43:02.794Z] 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-18T00:43:02.794Z] - README.md [2021-02-18T00:43:02.794Z] - snapcraft.yaml.orig [2021-02-18T00:43:02.794Z] [2021-02-18T00:43:02.794Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-18T00:43:06.046Z] $ docker top b966e98ebed26650e988f63824fdd574347f732ea158a27cccf0edbcfdc2603b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T00:43:07.086Z] + grep parallel [2021-02-18T00:43:07.086Z] + docker-compose build --help [2021-02-18T00:43:09.392Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-18T00:43:09.393Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-18T00:43:09.393Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-18T00:43:09.393Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-18T00:43:10.379Z] Reading package lists... [2021-02-18T00:43:10.643Z] 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-18T00:43:12.503Z] --parallel Build images in parallel. [Pipeline] } [2021-02-18T00:43:12.537Z] $ docker stop --time=1 b966e98ebed26650e988f63824fdd574347f732ea158a27cccf0edbcfdc2603b [2021-02-18T00:43:14.546Z] $ docker rm -f b966e98ebed26650e988f63824fdd574347f732ea158a27cccf0edbcfdc2603b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:43:15.352Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T00:43:15.352Z] . [Pipeline] withDockerContainer [2021-02-18T00:43:15.638Z] prd-ubuntu18.04-docker-arm64-4c-16g-26740 does not seem to be running inside a container [2021-02-18T00:43:15.733Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-18T00:43:17.224Z] $ docker top d5a85b3ce7933ce6fcf1cffee306021898813c1632d81ab431bbc57cc3bf61d9 -eo pid,comm [2021-02-18T00:43:17.249Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-18T00:43:17.250Z] Reading package lists... [2021-02-18T00:43:17.250Z] Building dependency tree... [2021-02-18T00:43:17.250Z] Reading state information... [2021-02-18T00:43:17.250Z] Suggested packages: [2021-02-18T00:43:17.250Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-18T00:43:17.250Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-18T00:43:17.250Z] Recommended packages: [2021-02-18T00:43:17.250Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-18T00:43:17.250Z] The following NEW packages will be installed: [2021-02-18T00:43:17.250Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-18T00:43:17.250Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-18T00:43:17.250Z] pkg-config zip [2021-02-18T00:43:17.250Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-18T00:43:17.250Z] Need to get 7655 kB of archives. [2021-02-18T00:43:17.250Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-18T00:43:17.250Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-18T00:43:17.250Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-18T00:43:17.250Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-18T00:43:17.509Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-18T00:43:17.509Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-18T00:43:17.509Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-18T00:43:17.509Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-18T00:43:17.509Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [Pipeline] { [Pipeline] sh [2021-02-18T00:43:17.770Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-18T00:43:17.770Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-18T00:43:17.770Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-18T00:43:17.770Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-18T00:43:17.770Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-18T00:43:18.030Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-18T00:43:18.030Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-18T00:43:18.030Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T00:43:18.030Z] Fetched 7655 kB in 1s (6950 kB/s) [2021-02-18T00:43:18.277Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-18T00:43:18.291Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-18T00:43:18.291Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-18T00:43:18.291Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-18T00:43:18.291Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-18T00:43:18.291Z] Selecting previously unselected package libpsl5:amd64. [2021-02-18T00:43:18.551Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-18T00:43:18.551Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-18T00:43:18.551Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-18T00:43:18.551Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-18T00:43:18.551Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-18T00:43:18.551Z] Selecting previously unselected package librtmp1:amd64. [2021-02-18T00:43:18.551Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-18T00:43:18.551Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-18T00:43:18.816Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-18T00:43:18.816Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-18T00:43:18.816Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-18T00:43:18.816Z] Selecting previously unselected package liberror-perl. [2021-02-18T00:43:18.816Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-18T00:43:18.816Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-18T00:43:18.816Z] Selecting previously unselected package git-man. [2021-02-18T00:43:18.816Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-18T00:43:18.816Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-18T00:43:19.081Z] Selecting previously unselected package git. [2021-02-18T00:43:19.081Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-18T00:43:19.081Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-18T00:43:20.022Z] Selecting previously unselected package libnorm1:amd64. [2021-02-18T00:43:20.022Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-18T00:43:20.022Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-18T00:43:20.022Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-18T00:43:20.022Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-18T00:43:20.022Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-18T00:43:20.022Z] Selecting previously unselected package libsodium23:amd64. [2021-02-18T00:43:20.022Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-18T00:43:20.022Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-18T00:43:20.022Z] Selecting previously unselected package libzmq5:amd64. [2021-02-18T00:43:20.022Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-18T00:43:20.022Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-18T00:43:20.281Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-18T00:43:20.281Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-18T00:43:20.281Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-18T00:43:20.281Z] Selecting previously unselected package pkg-config. [2021-02-18T00:43:20.281Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-18T00:43:20.281Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-18T00:43:20.541Z] Selecting previously unselected package zip. [2021-02-18T00:43:20.541Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-18T00:43:20.541Z] Unpacking zip (3.0-11build1) ... [2021-02-18T00:43:20.541Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-18T00:43:20.541Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-18T00:43:20.541Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-18T00:43:20.541Z] Setting up liberror-perl (0.17025-1) ... [2021-02-18T00:43:20.802Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-18T00:43:20.802Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-18T00:43:20.802Z] No schema files found: doing nothing. [2021-02-18T00:43:20.802Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-18T00:43:20.802Z] Setting up zip (3.0-11build1) ... [2021-02-18T00:43:20.802Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-18T00:43:20.802Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-18T00:43:20.802Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-18T00:43:20.802Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-18T00:43:20.802Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-18T00:43:21.064Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-18T00:43:21.064Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-18T00:43:21.064Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-18T00:43:24.979Z] Building docker-core-command-go ... [2021-02-18T00:43:24.979Z] Building docker-core-data-go ... [2021-02-18T00:43:24.979Z] Building docker-core-metadata-go ... [2021-02-18T00:43:24.979Z] Building docker-security-bootstrapper-go ... [2021-02-18T00:43:24.979Z] Building docker-security-proxy-setup-go ... [2021-02-18T00:43:24.979Z] Building docker-security-secretstore-setup-go ... [2021-02-18T00:43:24.979Z] Building docker-support-notifications-go ... [2021-02-18T00:43:24.979Z] Building docker-support-scheduler-go ... [2021-02-18T00:43:24.979Z] Building docker-sys-mgmt-agent-go ... [2021-02-18T00:43:24.979Z] Building docker-support-notifications-go [2021-02-18T00:43:24.979Z] Building docker-sys-mgmt-agent-go [2021-02-18T00:43:24.979Z] Building docker-security-bootstrapper-go [2021-02-18T00:43:24.979Z] Building docker-security-secretstore-setup-go [2021-02-18T00:43:24.979Z] Building docker-core-command-go [2021-02-18T00:43:27.647Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-18T00:43:27.648Z] git set to automatically installed. [2021-02-18T00:43:27.648Z] git-man set to automatically installed. [2021-02-18T00:43:27.648Z] libcurl3-gnutls set to automatically installed. [2021-02-18T00:43:27.648Z] liberror-perl set to automatically installed. [2021-02-18T00:43:27.648Z] libglib2.0-0 set to automatically installed. [2021-02-18T00:43:27.648Z] libnghttp2-14 set to automatically installed. [2021-02-18T00:43:27.648Z] libnorm1 set to automatically installed. [2021-02-18T00:43:27.648Z] libpgm-5.2-0 set to automatically installed. [2021-02-18T00:43:27.648Z] libpsl5 set to automatically installed. [2021-02-18T00:43:27.648Z] librtmp1 set to automatically installed. [2021-02-18T00:43:27.648Z] libsodium23 set to automatically installed. [2021-02-18T00:43:27.648Z] libzmq3-dev set to automatically installed. [2021-02-18T00:43:27.648Z] libzmq5 set to automatically installed. [2021-02-18T00:43:27.648Z] pkg-config set to automatically installed. [2021-02-18T00:43:27.648Z] zip set to automatically installed. [2021-02-18T00:43:29.029Z] snapd is not logged in, snap install commands will use sudo [2021-02-18T00:43:35.625Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-18T00:43:36.565Z] snap "core18" has no updates available [2021-02-18T00:43:37.135Z] Pulling config-common [2021-02-18T00:43:37.135Z] + snapcraftctl pull [2021-02-18T00:43:38.521Z] Pulling go-build-helper [2021-02-18T00:43:38.521Z] + snapcraftctl pull [2021-02-18T00:44:00.505Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-18T00:44:00.506Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-18T00:44:00.506Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-18T00:44:00.506Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-18T00:44:00.506Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-18T00:44:00.506Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-18T00:44:00.506Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-18T00:44:00.506Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-18T00:44:00.506Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-18T00:44:00.506Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-18T00:44:00.506Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-18T00:44:00.506Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-18T00:44:00.506Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-18T00:44:00.506Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-18T00:44:00.506Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-18T00:44:00.506Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-18T00:44:00.506Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-18T00:44:00.506Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-18T00:44:00.506Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-18T00:44:00.506Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] [2021-02-18T00:44:00.506Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-18T00:44:00.506Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-18T00:44:00.506Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-18T00:44:00.506Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-18T00:44:00.506Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-18T00:44:00.506Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-18T00:44:00.506Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-18T00:44:00.506Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-18T00:44:00.506Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-18T00:44:00.506Z] Fetched 279 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-18T00:44:00.506Z] Fetched 122 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-18T00:44:00.506Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-18T00:44:00.506Z] Fetched 8848 B in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-18T00:44:00.506Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-18T00:44:00.506Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-18T00:44:00.506Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-18T00:44:00.506Z] Fetched 214 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] [2021-02-18T00:44:00.506Z] Fetched 155 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-18T00:44:00.506Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-18T00:44:00.506Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-18T00:44:00.506Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-18T00:44:00.506Z] Fetched 499 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-18T00:44:00.506Z] Fetched 111 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-18T00:44:00.506Z] Fetched 240 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-18T00:44:00.506Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-18T00:44:00.506Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-18T00:44:00.506Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-18T00:44:00.506Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-18T00:44:00.506Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-18T00:44:00.506Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] [2021-02-18T00:44:00.506Z] Fetched 16.6 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-18T00:44:00.506Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-18T00:44:00.506Z] Fetched 8720 B in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-18T00:44:00.506Z] Fetched 137 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-18T00:44:00.506Z] Fetched 119 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-18T00:44:00.506Z] Fetched 109 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-18T00:44:00.506Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-18T00:44:00.506Z] Fetched 645 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-18T00:44:00.506Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-18T00:44:00.506Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-18T00:44:00.506Z] Fetched 368 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-18T00:44:00.506Z] Fetched 187 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-18T00:44:00.506Z] Fetched 175 kB in 0s (0 B/s) [2021-02-18T00:44:00.506Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-18T00:44:02.416Z] Fetched 206 kB in 0s (0 B/s) [2021-02-18T00:44:02.416Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-18T00:44:02.416Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-18T00:44:02.416Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-18T00:44:02.416Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-18T00:44:02.416Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-18T00:44:02.416Z] Fetched 159 kB in 0s (0 B/s) [2021-02-18T00:44:02.416Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-18T00:44:02.416Z] Fetched 107 kB in 0s (0 B/s) [2021-02-18T00:44:02.416Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-18T00:44:02.416Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-18T00:44:02.417Z] Pulling static-packages [2021-02-18T00:44:02.417Z] + snapcraftctl pull [2021-02-18T00:44:03.000Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-18T00:44:03.000Z] Skipping pull go-build-helper (already ran) [2021-02-18T00:44:03.000Z] Skipping pull static-packages (already ran) [2021-02-18T00:44:03.000Z] Building go-build-helper [2021-02-18T00:44:03.000Z] + snapcraftctl build [2021-02-18T00:44:07.232Z] Building static-packages [2021-02-18T00:44:07.232Z] + snapcraftctl build [2021-02-18T00:44:08.621Z] Staging go-build-helper [2021-02-18T00:44:08.622Z] + snapcraftctl stage [2021-02-18T00:44:09.575Z] Staging static-packages [2021-02-18T00:44:09.575Z] + snapcraftctl stage [2021-02-18T00:44:10.527Z] Pulling go115 [2021-02-18T00:44:10.527Z] + snapcraftctl pull [2021-02-18T00:44:11.108Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-18T00:44:11.108Z] Skipping pull go115 (already ran) [2021-02-18T00:44:11.108Z] Building go115 [2021-02-18T00:44:11.108Z] + dpkg --print-architecture [2021-02-18T00:44:11.108Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-18T00:44:11.108Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-18T00:44:11.371Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-18T00:44:11.371Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T00:44:11.371Z] Dload Upload Total Spent Left Speed [2021-02-18T00:44:14.518Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 24 115M 24 28.0M 0 0 29.4M 0 0:00:03 --:--:-- 0:00:03 29.4M 55 115M 55 64.0M 0 0 32.7M 0 0:00:03 0:00:01 0:00:02 32.7M 88 115M 88 102M 0 0 34.4M 0 0:00:03 0:00:02 0:00:01 34.4M 100 115M 100 115M 0 0 34.8M 0 0:00:03 0:00:03 --:--:-- 34.8M [2021-02-18T00:44:14.518Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-18T00:44:14.518Z] + sha256sum -c sha256 [2021-02-18T00:44:14.518Z] + grep OK [2021-02-18T00:44:15.091Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-18T00:44:15.091Z] + mkdir -p /root/stage/go1.15 [2021-02-18T00:44:15.091Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-18T00:44:19.290Z] Staging go115 [2021-02-18T00:44:19.290Z] + snapcraftctl stage [2021-02-18T00:44:24.581Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-18T00:44:24.581Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-18T00:44:24.581Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-18T00:44:24.581Z] Fetched 0 B in 0s (0 B/s) [2021-02-18T00:44:24.581Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-18T00:44:24.581Z] Fetched 224 kB in 0s (0 B/s) [2021-02-18T00:44:24.581Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-18T00:44:24.581Z] Fetched 157 kB in 0s (0 B/s) [2021-02-18T00:44:24.581Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-18T00:44:24.581Z] Fetched 221 kB in 0s (0 B/s) [2021-02-18T00:44:24.581Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-18T00:44:24.581Z] Fetched 143 kB in 0s (0 B/s) [2021-02-18T00:44:24.581Z] Pulling edgex-go [2021-02-18T00:44:24.581Z] + snapcraftctl pull [2021-02-18T00:44:24.841Z] Pulling version [2021-02-18T00:44:24.841Z] + cd /root/project [2021-02-18T00:44:24.841Z] + [ -f VERSION ] [2021-02-18T00:44:24.841Z] + PROJECT_VERSION=local-dev [2021-02-18T00:44:24.841Z] + git rev-parse --short HEAD [2021-02-18T00:44:24.841Z] + GIT_REVISION=37957dac [2021-02-18T00:44:24.841Z] + snapcraftctl set-version local-dev [2021-02-18T00:44:25.783Z] Building config-common [2021-02-18T00:44:25.783Z] + snapcraftctl build [2021-02-18T00:44:27.694Z] Skipping build go-build-helper (already ran) [2021-02-18T00:44:27.694Z] Skipping build static-packages (already ran) [2021-02-18T00:44:27.694Z] Skipping build go115 (already ran) [2021-02-18T00:44:27.694Z] Building edgex-go [2021-02-18T00:44:27.955Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-02-18T00:44:27.955Z] + cd /root/parts/edgex-go/src [2021-02-18T00:44:27.955Z] + make build [2021-02-18T00:44:27.955Z] 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-18T00:44:30.501Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-18T00:44:30.501Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-18T00:44:30.501Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.34 [2021-02-18T00:44:30.501Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 [2021-02-18T00:44:30.501Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-18T00:44:30.501Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-18T00:44:30.501Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.6 [2021-02-18T00:44:30.501Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-18T00:44:30.501Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-18T00:44:30.501Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-18T00:44:30.501Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-18T00:44:30.501Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-18T00:44:30.501Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-18T00:44:30.501Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-18T00:44:30.501Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-18T00:44:30.501Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-18T00:44:30.501Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-18T00:44:30.501Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-18T00:44:30.501Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-18T00:44:30.501Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-18T00:44:30.501Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-18T00:44:30.501Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-18T00:44:30.501Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-18T00:44:30.501Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-18T00:44:30.501Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-18T00:44:30.501Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-18T00:44:30.501Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-18T00:44:30.501Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-18T00:44:30.501Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-18T00:44:30.501Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T00:44:30.501Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-18T00:44:30.501Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-18T00:44:30.501Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-18T00:44:30.501Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-18T00:44:30.501Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-18T00:44:30.501Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-18T00:44:30.762Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-18T00:44:30.762Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-18T00:44:30.762Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-18T00:44:37.338Z] 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-18T00:44:37.338Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-18T00:44:41.537Z] 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-18T00:44:41.796Z] 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-18T00:44:43.179Z] 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-18T00:44:43.440Z] 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-18T00:44:43.440Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-18T00:44:43.701Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-18T00:44:43.701Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-18T00:44:43.701Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-18T00:44:45.091Z] 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-18T00:44:45.091Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-18T00:44:45.091Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-18T00:44:46.473Z] 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-18T00:44:46.906Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:44:46.906Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:44:46.907Z] ---> 8ed800c65d75 [2021-02-18T00:44:46.907Z] Step 3/26 : WORKDIR /edgex-go [2021-02-18T00:44:46.907Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:44:46.907Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:44:46.907Z] ---> 8ed800c65d75 [2021-02-18T00:44:46.907Z] Step 3/30 : WORKDIR /edgex-go [2021-02-18T00:44:46.907Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:44:46.907Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:44:46.907Z] ---> 8ed800c65d75 [2021-02-18T00:44:46.907Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T00:44:46.907Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:44:46.907Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:44:46.907Z] ---> 8ed800c65d75 [2021-02-18T00:44:46.907Z] Step 3/24 : WORKDIR /edgex-go [2021-02-18T00:44:46.907Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:44:46.907Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:44:46.907Z] ---> 8ed800c65d75 [2021-02-18T00:44:46.907Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T00:44:46.907Z] ---> Running in 31ab7485899e [2021-02-18T00:44:46.907Z] ---> Running in c03b92555287 [2021-02-18T00:44:46.907Z] ---> Running in 8fe56ad7890f [2021-02-18T00:44:46.907Z] ---> Running in 0410afb15ac4 [2021-02-18T00:44:46.907Z] ---> Running in ed9bf3886637 [2021-02-18T00:44:46.907Z] Removing intermediate container c03b92555287 [2021-02-18T00:44:46.907Z] ---> 93eb50e167b9 [2021-02-18T00:44:46.907Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:44:46.907Z] Removing intermediate container 31ab7485899e [2021-02-18T00:44:46.907Z] ---> 6ff18dac9748 [2021-02-18T00:44:46.907Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:44:46.907Z] Removing intermediate container 0410afb15ac4 [2021-02-18T00:44:46.907Z] ---> 93ebfa69a2ca [2021-02-18T00:44:46.907Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:44:46.907Z] ---> Running in 476356e34064 [2021-02-18T00:44:46.907Z] Removing intermediate container 8fe56ad7890f [2021-02-18T00:44:46.907Z] ---> 8472232884b2 [2021-02-18T00:44:46.907Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:44:46.907Z] Removing intermediate container ed9bf3886637 [2021-02-18T00:44:46.907Z] ---> fe5619da805b [2021-02-18T00:44:46.907Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:44:46.907Z] ---> Running in e0fef719da22 [2021-02-18T00:44:46.907Z] ---> Running in 730f3eb22a65 [2021-02-18T00:44:46.907Z] ---> Running in e389b1a5720c [2021-02-18T00:44:46.907Z] ---> Running in 2785d500093c [2021-02-18T00:44:46.907Z] Removing intermediate container 476356e34064 [2021-02-18T00:44:46.907Z] ---> fc14611ea480 [2021-02-18T00:44:46.907Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-18T00:44:46.907Z] ---> Running in 8f5d02eeeb78 [2021-02-18T00:44:47.053Z] 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-18T00:44:47.053Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T00:44:47.182Z] Removing intermediate container 730f3eb22a65 [2021-02-18T00:44:47.183Z] ---> 763a67294466 [2021-02-18T00:44:47.183Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-18T00:44:47.460Z] ---> Running in c44d2765218d [2021-02-18T00:44:47.460Z] Removing intermediate container 2785d500093c [2021-02-18T00:44:47.460Z] ---> 7c1d691da35e [2021-02-18T00:44:47.460Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T00:44:47.460Z] Removing intermediate container e389b1a5720c [2021-02-18T00:44:47.460Z] ---> 785faedddec0 [2021-02-18T00:44:47.460Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-18T00:44:47.734Z] Removing intermediate container e0fef719da22 [2021-02-18T00:44:47.734Z] ---> 8d3a933be05f [2021-02-18T00:44:47.734Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-18T00:44:48.017Z] ---> Running in 7c4054a3ccd5 [2021-02-18T00:44:48.017Z] ---> Running in b699fc06d526 [2021-02-18T00:44:48.017Z] ---> Running in 5e2d6e9606d0 [2021-02-18T00:44:48.435Z] 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-18T00:44:48.617Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:49.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:49.376Z] 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-18T00:44:49.377Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-18T00:44:49.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:49.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:50.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:50.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:50.310Z] OK: 217 MiB in 51 packages [2021-02-18T00:44:50.317Z] 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-18T00:44:50.317Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-18T00:44:50.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:50.865Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:50.865Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:50.865Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:51.466Z] OK: 217 MiB in 51 packages [2021-02-18T00:44:51.704Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-18T00:44:51.705Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-18T00:44:51.705Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-18T00:44:51.705Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-18T00:44:51.705Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-18T00:44:51.705Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-18T00:44:51.705Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-18T00:44:51.705Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-18T00:44:51.705Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-18T00:44:51.705Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-18T00:44:51.705Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-18T00:44:51.705Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-18T00:44:51.705Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-18T00:44:51.705Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-18T00:44:51.705Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-18T00:44:51.705Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-18T00:44:51.705Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-18T00:44:51.705Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-02-18T00:44:51.705Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-18T00:44:51.705Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-02-18T00:44:51.705Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-18T00:44:51.705Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-18T00:44:51.705Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-18T00:44:51.705Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-18T00:44:51.705Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-02-18T00:44:51.747Z] OK: 217 MiB in 51 packages [2021-02-18T00:44:51.747Z] OK: 217 MiB in 51 packages [2021-02-18T00:44:52.023Z] Removing intermediate container 8f5d02eeeb78 [2021-02-18T00:44:52.023Z] ---> 6f2e73eae3bd [2021-02-18T00:44:52.023Z] Step 6/26 : COPY go.mod . [2021-02-18T00:44:53.015Z] OK: 217 MiB in 51 packages [2021-02-18T00:44:53.086Z] Building version [2021-02-18T00:44:53.086Z] + snapcraftctl build [2021-02-18T00:44:53.288Z] ---> ada6b479dbcb [2021-02-18T00:44:53.288Z] Step 7/26 : RUN go mod download [2021-02-18T00:44:53.288Z] Removing intermediate container 7c4054a3ccd5 [2021-02-18T00:44:53.288Z] ---> 27bbee5d59a2 [2021-02-18T00:44:53.288Z] Step 6/23 : COPY go.mod . [2021-02-18T00:44:53.566Z] ---> Running in 83b16ce0a359 [2021-02-18T00:44:53.566Z] Removing intermediate container 5e2d6e9606d0 [2021-02-18T00:44:53.566Z] ---> ca639e70c20a [2021-02-18T00:44:53.566Z] Step 6/30 : COPY go.mod . [2021-02-18T00:44:53.845Z] Removing intermediate container b699fc06d526 [2021-02-18T00:44:53.845Z] ---> fa4603d7f8b6 [2021-02-18T00:44:53.845Z] Step 6/24 : COPY go.mod . [2021-02-18T00:44:54.834Z] ---> b4482a9e736c [2021-02-18T00:44:54.834Z] Step 7/23 : RUN go mod download [2021-02-18T00:44:54.834Z] ---> Running in c5de1eb91bc1 [2021-02-18T00:44:54.834Z] Removing intermediate container c44d2765218d [2021-02-18T00:44:54.834Z] ---> 21e701e1bbc2 [2021-02-18T00:44:54.834Z] Step 6/22 : COPY go.mod . [2021-02-18T00:44:55.001Z] Staging config-common [2021-02-18T00:44:55.001Z] + snapcraftctl stage [2021-02-18T00:44:55.109Z] ---> 37bd0465c255 [2021-02-18T00:44:55.109Z] Step 7/30 : RUN go mod download [2021-02-18T00:44:55.109Z] ---> 41fd2f0494e8 [2021-02-18T00:44:55.109Z] Step 7/24 : RUN go mod download [2021-02-18T00:44:55.406Z] ---> Running in e5ba046c6576 [2021-02-18T00:44:55.406Z] ---> Running in 4de08eb671f8 [2021-02-18T00:44:55.572Z] Skipping stage go-build-helper (already ran) [2021-02-18T00:44:55.572Z] Skipping stage static-packages (already ran) [2021-02-18T00:44:55.572Z] Skipping stage go115 (already ran) [2021-02-18T00:44:55.572Z] Staging edgex-go [2021-02-18T00:44:55.572Z] + snapcraftctl stage [2021-02-18T00:44:56.014Z] ---> 9124858e536d [2021-02-18T00:44:56.309Z] Step 7/22 : RUN go mod download [2021-02-18T00:44:56.309Z] ---> Running in 560beb9d2e22 [2021-02-18T00:44:56.511Z] Staging version [2021-02-18T00:44:56.511Z] + snapcraftctl stage [2021-02-18T00:44:57.456Z] Priming config-common [2021-02-18T00:44:57.456Z] + snapcraftctl prime [2021-02-18T00:44:58.319Z] Removing intermediate container 83b16ce0a359 [2021-02-18T00:44:58.319Z] ---> b8afbd40d8c6 [2021-02-18T00:44:58.319Z] Step 8/26 : COPY . . [2021-02-18T00:44:58.396Z] Priming go-build-helper [2021-02-18T00:44:58.396Z] + snapcraftctl prime [2021-02-18T00:44:59.338Z] Priming static-packages [2021-02-18T00:44:59.338Z] + snapcraftctl prime [2021-02-18T00:44:59.766Z] Removing intermediate container c5de1eb91bc1 [2021-02-18T00:44:59.766Z] ---> 0ea5323ddd35 [2021-02-18T00:44:59.766Z] Step 8/23 : COPY . . [2021-02-18T00:45:00.768Z] Removing intermediate container e5ba046c6576 [2021-02-18T00:45:00.768Z] ---> 5ca56d45fa49 [2021-02-18T00:45:00.768Z] Step 8/30 : COPY . . [2021-02-18T00:45:00.768Z] Removing intermediate container 4de08eb671f8 [2021-02-18T00:45:00.768Z] ---> 2a4a3824317a [2021-02-18T00:45:00.768Z] Step 8/24 : COPY . . [2021-02-18T00:45:01.374Z] Removing intermediate container 560beb9d2e22 [2021-02-18T00:45:01.374Z] ---> fe166194b9c6 [2021-02-18T00:45:01.374Z] Step 8/22 : COPY . . [2021-02-18T00:45:01.891Z] Priming go115 [2021-02-18T00:45:01.891Z] + snapcraftctl prime [2021-02-18T00:45:02.466Z] Priming edgex-go [2021-02-18T00:45:02.466Z] + snapcraftctl prime [2021-02-18T00:45:03.410Z] Priming version [2021-02-18T00:45:03.410Z] + snapcraftctl prime [2021-02-18T00:45:04.354Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-18T00:45:28.193Z] ---> 5f9a4a8bce2c [2021-02-18T00:45:28.193Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-18T00:45:28.193Z] ---> 1eb3622cf453 [2021-02-18T00:45:28.193Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-18T00:45:28.193Z] ---> a51a4b222c02 [2021-02-18T00:45:28.193Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-18T00:45:28.193Z] ---> Running in d7c176a82f18 [2021-02-18T00:45:28.193Z] ---> baa64237a2e5 [2021-02-18T00:45:28.193Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-18T00:45:28.193Z] ---> 8e2660000299 [2021-02-18T00:45:28.193Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-18T00:45:28.193Z] ---> Running in 4370de5db2d6 [2021-02-18T00:45:28.193Z] ---> Running in 5f8eb9041e53 [2021-02-18T00:45:28.193Z] ---> Running in 401cef5543f8 [2021-02-18T00:45:28.193Z] ---> Running in f5c85cac442f [2021-02-18T00:45:28.790Z] 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-18T00:45:29.064Z] 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-18T00:45:29.670Z] 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-18T00:45:29.670Z] 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-18T00:45:29.670Z] 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-18T00:46:51.481Z] 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-18T00:47:06.600Z] Removing intermediate container 5f8eb9041e53 [2021-02-18T00:47:06.600Z] ---> 0c7786c03e75 [2021-02-18T00:47:06.600Z] [2021-02-18T00:47:06.600Z] Step 10/30 : FROM alpine:3.12 [2021-02-18T00:47:06.881Z] 3.12: Pulling from library/alpine [2021-02-18T00:47:06.881Z] Removing intermediate container f5c85cac442f [2021-02-18T00:47:06.881Z] ---> 474c5b618364 [2021-02-18T00:47:06.881Z] [2021-02-18T00:47:06.881Z] Step 10/24 : FROM alpine:3.12 [2021-02-18T00:47:07.160Z] 3.12: Pulling from library/alpine [2021-02-18T00:47:07.435Z] Removing intermediate container d7c176a82f18 [2021-02-18T00:47:07.435Z] ---> d401ee0be51b [2021-02-18T00:47:07.435Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-18T00:47:07.710Z] ---> Running in 6fdf0a103880 [2021-02-18T00:47:07.983Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-18T00:47:07.983Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-18T00:47:07.983Z] Status: Image is up to date for alpine:3.12 [2021-02-18T00:47:07.983Z] ---> afeebe901d6b [2021-02-18T00:47:07.983Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-18T00:47:07.983Z] Status: Downloaded newer image for alpine:3.12 [2021-02-18T00:47:07.983Z] ---> afeebe901d6b [2021-02-18T00:47:07.983Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-18T00:47:08.254Z] ---> Running in f6e84f79f04d [2021-02-18T00:47:08.538Z] ---> Running in 7e06da1a7012 [2021-02-18T00:47:09.534Z] Removing intermediate container 7e06da1a7012 [2021-02-18T00:47:09.534Z] ---> d8f66270250a [2021-02-18T00:47:09.534Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-18T00:47:09.534Z] ---> Running in 7585a69644c6 [2021-02-18T00:47:09.808Z] 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-18T00:47:10.792Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:47:11.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:47:11.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:47:11.621Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:47:11.621Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-18T00:47:11.894Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T00:47:11.894Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-18T00:47:11.894Z] (4/5) Installing curl (7.69.1-r3) [2021-02-18T00:47:11.894Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-18T00:47:11.894Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:47:11.894Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T00:47:12.170Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-18T00:47:12.170Z] (2/2) Installing su-exec (0.2-r1) [2021-02-18T00:47:12.170Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:47:12.170Z] OK: 7 MiB in 19 packages [2021-02-18T00:47:12.170Z] OK: 5 MiB in 16 packages [2021-02-18T00:47:15.564Z] Removing intermediate container 7585a69644c6 [2021-02-18T00:47:15.564Z] ---> 8a233b8dcf11 [2021-02-18T00:47:15.564Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-18T00:47:15.564Z] Removing intermediate container f6e84f79f04d [2021-02-18T00:47:15.564Z] ---> 052a1044ff77 [2021-02-18T00:47:15.564Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T00:47:15.839Z] ---> Running in 8de58e8fdd98 [2021-02-18T00:47:15.839Z] ---> Running in 16601edb10eb [2021-02-18T00:47:16.115Z] Removing intermediate container 6fdf0a103880 [2021-02-18T00:47:16.115Z] ---> 76bb91fcc69e [2021-02-18T00:47:16.115Z] [2021-02-18T00:47:16.115Z] Step 11/26 : FROM docker:20.10.0 [2021-02-18T00:47:16.389Z] 20.10.0: Pulling from library/docker [2021-02-18T00:47:16.988Z] Removing intermediate container 8de58e8fdd98 [2021-02-18T00:47:16.988Z] ---> 6a192d11d58d [2021-02-18T00:47:16.988Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-18T00:47:17.593Z] Removing intermediate container 16601edb10eb [2021-02-18T00:47:17.593Z] ---> a2cae3676ac1 [2021-02-18T00:47:17.593Z] Step 13/24 : WORKDIR / [2021-02-18T00:47:18.199Z] ---> Running in a55943ba97c2 [2021-02-18T00:47:18.805Z] Removing intermediate container 4370de5db2d6 [2021-02-18T00:47:18.805Z] ---> 2ac6f3189062 [2021-02-18T00:47:18.805Z] [2021-02-18T00:47:18.805Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T00:47:19.076Z] ---> afeebe901d6b [2021-02-18T00:47:19.076Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T00:47:19.076Z] ---> Running in 1f5d4a1451d1 [2021-02-18T00:47:19.671Z] ---> Running in ae63c22496b6 [2021-02-18T00:47:19.671Z] Removing intermediate container 401cef5543f8 [2021-02-18T00:47:19.671Z] ---> d807870e8b5c [2021-02-18T00:47:19.671Z] [2021-02-18T00:47:19.671Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T00:47:19.671Z] ---> afeebe901d6b [2021-02-18T00:47:19.671Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-18T00:47:19.671Z] Removing intermediate container a55943ba97c2 [2021-02-18T00:47:19.671Z] ---> 9bfe4e70805d [2021-02-18T00:47:19.671Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-18T00:47:19.949Z] Removing intermediate container 1f5d4a1451d1 [2021-02-18T00:47:19.949Z] ---> 89c9989dcb3b [2021-02-18T00:47:19.949Z] 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-18T00:47:19.949Z] ---> Running in f2ba4bc6f8ba [2021-02-18T00:47:19.949Z] ---> Running in 901601146a47 [2021-02-18T00:47:21.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:47:21.934Z] ---> 5e2e5d31f8fe [2021-02-18T00:47:21.934Z] 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-18T00:47:21.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:47:22.210Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:47:22.491Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:47:22.491Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T00:47:22.491Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:47:22.491Z] OK: 5 MiB in 15 packages [2021-02-18T00:47:23.095Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-18T00:47:23.095Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-18T00:47:23.095Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:47:23.369Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T00:47:23.369Z] OK: 6 MiB in 16 packages [2021-02-18T00:47:24.075Z] ---> a4288ad01054 [2021-02-18T00:47:24.075Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-18T00:47:24.385Z] Removing intermediate container 901601146a47 [2021-02-18T00:47:24.385Z] ---> 3665839285e4 [2021-02-18T00:47:24.385Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-18T00:47:24.691Z] ---> Running in 01473d747703 [2021-02-18T00:47:25.021Z] Removing intermediate container ae63c22496b6 [2021-02-18T00:47:25.021Z] ---> 5741dda78326 [2021-02-18T00:47:25.021Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:47:25.308Z] ---> Running in 331bbb37e1b6 [2021-02-18T00:47:25.308Z] ---> c4c830860f07 [2021-02-18T00:47:25.308Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-18T00:47:25.635Z] Removing intermediate container 01473d747703 [2021-02-18T00:47:25.635Z] ---> e275505b48bf [2021-02-18T00:47:25.635Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-18T00:47:26.242Z] Removing intermediate container f2ba4bc6f8ba [2021-02-18T00:47:26.242Z] ---> 35cb07be9c49 [2021-02-18T00:47:26.242Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:47:26.838Z] Removing intermediate container 331bbb37e1b6 [2021-02-18T00:47:26.838Z] ---> f6253d1a7ac5 [2021-02-18T00:47:26.838Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-18T00:47:27.114Z] ---> Running in 49b9ab4547c0 [2021-02-18T00:47:27.388Z] ---> f36de792a49e [2021-02-18T00:47:27.388Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-18T00:47:27.661Z] ---> Running in 40070770a835 [2021-02-18T00:47:27.936Z] ---> Running in 4ab169dc9ad1 [2021-02-18T00:47:27.936Z] ---> 7af82c6ab09a [2021-02-18T00:47:27.936Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-18T00:47:28.207Z] Removing intermediate container 49b9ab4547c0 [2021-02-18T00:47:28.207Z] ---> 1ea37a579b92 [2021-02-18T00:47:28.207Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-18T00:47:28.479Z] Removing intermediate container 40070770a835 [2021-02-18T00:47:28.479Z] ---> d1777134a8ae [2021-02-18T00:47:28.479Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T00:47:28.752Z] ---> Running in 940a9c418f74 [2021-02-18T00:47:29.030Z] ---> Running in 206b73a7cde7 [2021-02-18T00:47:30.013Z] Removing intermediate container 940a9c418f74 [2021-02-18T00:47:30.013Z] ---> 70dd9feaa38d [2021-02-18T00:47:30.013Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T00:47:30.288Z] ---> 28423f9e7bdc [2021-02-18T00:47:30.288Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-18T00:47:30.288Z] Removing intermediate container 206b73a7cde7 [2021-02-18T00:47:30.288Z] ---> 6326d0f7c43d [2021-02-18T00:47:30.288Z] Step 15/23 : WORKDIR / [2021-02-18T00:47:30.288Z] ---> Running in feb1d1d60c3c [2021-02-18T00:47:30.567Z] ---> Running in 5dd2ee422bc5 [2021-02-18T00:47:31.168Z] Removing intermediate container feb1d1d60c3c [2021-02-18T00:47:31.168Z] ---> 0c4958695f9f [2021-02-18T00:47:31.168Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:47:31.452Z] Removing intermediate container 5dd2ee422bc5 [2021-02-18T00:47:31.452Z] ---> 4ef8894df8a4 [2021-02-18T00:47:31.452Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:47:31.452Z] ---> a7fc9c287bfa [2021-02-18T00:47:31.452Z] 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-18T00:47:31.725Z] ---> Running in 5b50b0ce27a4 [2021-02-18T00:47:32.004Z] Removing intermediate container 4ab169dc9ad1 [2021-02-18T00:47:32.004Z] ---> d4e232487862 [2021-02-18T00:47:32.004Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:47:32.281Z] ---> c027b434ec31 [2021-02-18T00:47:32.281Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-18T00:47:32.557Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-18T00:47:32.557Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-18T00:47:32.557Z] ---> eeaf43b92773 [2021-02-18T00:47:32.557Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-18T00:47:32.557Z] ---> de345238802b [2021-02-18T00:47:32.557Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-18T00:47:32.830Z] ---> Running in 59e22eddc8d3 [2021-02-18T00:47:34.273Z] ---> be48c6e1a36f [2021-02-18T00:47:34.273Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-18T00:47:34.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:47:34.547Z] ---> 0c0bcc82c656 [2021-02-18T00:47:34.547Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-18T00:47:34.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:47:35.159Z] ---> 992768732156 [2021-02-18T00:47:35.159Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-18T00:47:35.159Z] (1/2) Installing readline (8.0.4-r0) [2021-02-18T00:47:35.159Z] (2/2) Installing bash (5.0.17-r0) [2021-02-18T00:47:35.159Z] Executing bash-5.0.17-r0.post-install [2021-02-18T00:47:35.433Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:47:35.433Z] OK: 12 MiB in 22 packages [2021-02-18T00:47:36.027Z] ---> a640fb82e60f [2021-02-18T00:47:36.027Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-18T00:47:36.308Z] ---> 9079cd0463e8 [2021-02-18T00:47:36.308Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-18T00:47:36.308Z] Removing intermediate container 5b50b0ce27a4 [2021-02-18T00:47:36.308Z] ---> 724e79bbe7d3 [2021-02-18T00:47:36.308Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-18T00:47:36.308Z] ---> Running in 93fc50b94b0e [2021-02-18T00:47:36.584Z] ---> 3e9067ccc882 [2021-02-18T00:47:36.584Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-18T00:47:36.584Z] ---> Running in 5f1b411c9c2d [2021-02-18T00:47:36.584Z] ---> Running in b860d149925e [2021-02-18T00:47:37.186Z] Removing intermediate container 93fc50b94b0e [2021-02-18T00:47:37.186Z] ---> 4ec267ebb4af [2021-02-18T00:47:37.186Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:47:37.460Z] Removing intermediate container 5f1b411c9c2d [2021-02-18T00:47:37.460Z] ---> 61d0cab1a361 [2021-02-18T00:47:37.460Z] Step 22/24 : LABEL arch=arm64 [2021-02-18T00:47:37.460Z] Removing intermediate container 59e22eddc8d3 [2021-02-18T00:47:37.460Z] ---> 9e8e1d348ea1 [2021-02-18T00:47:37.460Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-18T00:47:37.460Z] ---> Running in fb9756c8f6d3 [2021-02-18T00:47:37.460Z] ---> cd2982534aa8 [2021-02-18T00:47:37.460Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-18T00:47:37.460Z] Removing intermediate container b860d149925e [2021-02-18T00:47:37.460Z] ---> 71e2559aca75 [2021-02-18T00:47:37.460Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:47:37.735Z] ---> Running in b733ee83a306 [2021-02-18T00:47:37.735Z] ---> Running in b2d7242257b6 [2021-02-18T00:47:37.735Z] ---> Running in e4ba90745e35 [2021-02-18T00:47:38.016Z] Removing intermediate container fb9756c8f6d3 [2021-02-18T00:47:38.016Z] ---> 174291a7d857 [2021-02-18T00:47:38.016Z] Step 20/22 : LABEL arch=arm64 [2021-02-18T00:47:38.291Z] ---> Running in 4e6675f0481d [2021-02-18T00:47:38.563Z] Removing intermediate container e4ba90745e35 [2021-02-18T00:47:38.563Z] ---> b57fde4af463 [2021-02-18T00:47:38.563Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T00:47:38.563Z] Removing intermediate container b733ee83a306 [2021-02-18T00:47:38.563Z] ---> 787e4a1f66d5 [2021-02-18T00:47:38.563Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-18T00:47:38.563Z] Removing intermediate container b2d7242257b6 [2021-02-18T00:47:38.563Z] ---> 36b713e07276 [2021-02-18T00:47:38.563Z] Step 23/24 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 [2021-02-18T00:47:38.563Z] ---> 6fe275ebe1f4 [2021-02-18T00:47:38.563Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-18T00:47:38.835Z] ---> Running in e91b4be9fe7b [2021-02-18T00:47:38.835Z] ---> Running in 5ab7254c3235 [2021-02-18T00:47:38.835Z] ---> Running in 854e3779a240 [2021-02-18T00:47:39.111Z] Removing intermediate container 4e6675f0481d [2021-02-18T00:47:39.111Z] ---> 2bafee8a52f0 [2021-02-18T00:47:39.111Z] Step 21/22 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 [2021-02-18T00:47:39.111Z] ---> Running in 035ca63b25f4 [2021-02-18T00:47:39.387Z] ---> Running in ceb4b1809ca6 [2021-02-18T00:47:39.387Z] Removing intermediate container 5ab7254c3235 [2021-02-18T00:47:39.387Z] ---> 22ad5991a16e [2021-02-18T00:47:39.387Z] Step 22/23 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 [2021-02-18T00:47:39.659Z] Removing intermediate container e91b4be9fe7b [2021-02-18T00:47:39.659Z] ---> f75b9d0d7b3d [2021-02-18T00:47:39.659Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-18T00:47:39.931Z] ---> Running in 2ba242cc546c [2021-02-18T00:47:39.931Z] ---> Running in 6fe2bc8fffb6 [2021-02-18T00:47:39.931Z] Removing intermediate container 854e3779a240 [2021-02-18T00:47:39.931Z] ---> a25e437e7856 [2021-02-18T00:47:39.931Z] Step 24/24 : LABEL version=0.0.0 [2021-02-18T00:47:39.931Z] Removing intermediate container 035ca63b25f4 [2021-02-18T00:47:39.931Z] ---> 1e4341d127bf [2021-02-18T00:47:39.931Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-18T00:47:40.205Z] ---> Running in f35e75eda27f [2021-02-18T00:47:40.205Z] Removing intermediate container ceb4b1809ca6 [2021-02-18T00:47:40.205Z] ---> 1f5dcb5b17af [2021-02-18T00:47:40.205Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T00:47:40.481Z] ---> Running in 2d353d9601db [2021-02-18T00:47:40.481Z] Removing intermediate container 2ba242cc546c [2021-02-18T00:47:40.481Z] ---> 806e533fc685 [2021-02-18T00:47:40.481Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-18T00:47:40.755Z] Removing intermediate container 6fe2bc8fffb6 [2021-02-18T00:47:40.755Z] ---> bc62fcff163e [2021-02-18T00:47:40.755Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T00:47:41.032Z] Removing intermediate container f35e75eda27f [2021-02-18T00:47:41.032Z] ---> 87cd3d6262eb [2021-02-18T00:47:41.032Z] [2021-02-18T00:47:41.032Z] ---> Running in 5eb9b2739072 [2021-02-18T00:47:41.032Z] ---> a4663745934e [2021-02-18T00:47:41.032Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-18T00:47:41.308Z] Removing intermediate container 2d353d9601db [2021-02-18T00:47:41.308Z] ---> 37d2a5ae3e76 [2021-02-18T00:47:41.308Z] [2021-02-18T00:47:41.589Z] Successfully built 87cd3d6262eb [2021-02-18T00:47:41.589Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-18T00:47:41.589Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-02-18T00:47:41.866Z] Successfully built 37d2a5ae3e76 [2021-02-18T00:47:42.136Z] ---> Running in e435cff8be35 [2021-02-18T00:47:42.136Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-18T00:47:42.136Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-02-18T00:47:42.136Z] Removing intermediate container 5eb9b2739072 [2021-02-18T00:47:42.136Z] ---> 9c4b4a5e5e16 [2021-02-18T00:47:42.136Z] [2021-02-18T00:47:42.733Z] ---> b4150219d05d [2021-02-18T00:47:42.733Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-18T00:47:43.009Z] Successfully built 9c4b4a5e5e16 [2021-02-18T00:47:43.009Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-18T00:47:43.009Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-02-18T00:47:44.005Z] ---> cc2f7b91a2a4 [2021-02-18T00:47:44.005Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-18T00:47:44.985Z] ---> 7280d02863ef [2021-02-18T00:47:44.985Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-18T00:47:45.268Z] ---> Running in 6467f30a6151 [2021-02-18T00:47:45.545Z] Removing intermediate container e435cff8be35 [2021-02-18T00:47:45.545Z] ---> ee62712d3c8b [2021-02-18T00:47:45.545Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-18T00:47:45.819Z] ---> Running in 20a9b935caa8 [2021-02-18T00:47:46.802Z] Removing intermediate container 20a9b935caa8 [2021-02-18T00:47:46.802Z] ---> f6a0a0c8016d [2021-02-18T00:47:46.802Z] Step 27/30 : CMD ["gate"] [2021-02-18T00:47:47.086Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:47:47.359Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:47:48.342Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-18T00:47:48.342Z] (2/33) Installing expat (2.2.9-r1) [2021-02-18T00:47:48.342Z] (3/33) Installing libffi (3.3-r2) [2021-02-18T00:47:48.342Z] (4/33) Installing gdbm (1.13-r1) [2021-02-18T00:47:48.342Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-18T00:47:48.342Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-18T00:47:48.342Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-18T00:47:48.342Z] ---> Running in 31517ab6ba3b [2021-02-18T00:47:49.782Z] Removing intermediate container 31517ab6ba3b [2021-02-18T00:47:49.782Z] ---> 6046c9ec87f7 [2021-02-18T00:47:49.782Z] Step 28/30 : LABEL arch=arm64 [2021-02-18T00:47:50.384Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-18T00:47:50.384Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-18T00:47:50.384Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-18T00:47:50.384Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-18T00:47:50.384Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-18T00:47:50.384Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-18T00:47:50.384Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-18T00:47:50.701Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-18T00:47:50.701Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-18T00:47:50.701Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-18T00:47:50.701Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-18T00:47:50.701Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-18T00:47:50.701Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-18T00:47:50.701Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-18T00:47:50.701Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-18T00:47:50.701Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-18T00:47:50.975Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-18T00:47:50.975Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-18T00:47:50.975Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-18T00:47:50.975Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-18T00:47:50.975Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-18T00:47:50.975Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-18T00:47:50.975Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-18T00:47:50.975Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-18T00:47:50.975Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-18T00:47:50.975Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-18T00:47:51.252Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:47:51.252Z] OK: 71 MiB in 55 packages [2021-02-18T00:47:51.252Z] ---> Running in 31343b5567fc [2021-02-18T00:47:52.683Z] Removing intermediate container 31343b5567fc [2021-02-18T00:47:52.683Z] ---> 04d549c89264 [2021-02-18T00:47:52.683Z] Step 29/30 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 [2021-02-18T00:47:52.957Z] ---> Running in 5b24a44ddf01 [2021-02-18T00:47:53.935Z] Removing intermediate container 5b24a44ddf01 [2021-02-18T00:47:53.935Z] ---> 1bb3fcb2751c [2021-02-18T00:47:53.935Z] Step 30/30 : LABEL version=0.0.0 [2021-02-18T00:47:55.383Z] ---> Running in 366eca9314ff [2021-02-18T00:47:56.828Z] Removing intermediate container 366eca9314ff [2021-02-18T00:47:56.828Z] ---> 81bfa27fa0f5 [2021-02-18T00:47:56.828Z] [2021-02-18T00:47:57.101Z] Successfully built 81bfa27fa0f5 [2021-02-18T00:47:57.101Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-18T00:47:57.101Z] Building docker-security-proxy-setup-go [2021-02-18T00:47:59.730Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 6467f30a6151 [2021-02-18T00:47:59.730Z] ---> 8774cebdf465 [2021-02-18T00:47:59.730Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-18T00:48:00.006Z] ---> Running in b66d881e9f90 [2021-02-18T00:48:06.712Z] Collecting docker-compose==1.23.2 [2021-02-18T00:48:06.712Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-18T00:48:07.692Z] Collecting cached-property<2,>=1.2.0 [2021-02-18T00:48:07.692Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-18T00:48:09.668Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-18T00:48:09.668Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-18T00:48:11.102Z] Collecting docker<4.0,>=3.6.0 [2021-02-18T00:48:11.102Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-18T00:48:12.080Z] Collecting jsonschema<3,>=2.5.1 [2021-02-18T00:48:12.081Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-18T00:48:12.081Z] 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-18T00:48:13.513Z] Collecting PyYAML<4,>=3.10 [2021-02-18T00:48:13.513Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-18T00:48:17.814Z] Collecting docopt<0.7,>=0.6.1 [2021-02-18T00:48:17.814Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-18T00:48:20.450Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-18T00:48:20.450Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-18T00:48:23.833Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-18T00:48:23.833Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-18T00:48:23.833Z] Collecting texttable<0.10,>=0.9.0 [2021-02-18T00:48:23.833Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-18T00:48:26.446Z] Collecting idna<2.8,>=2.5 [2021-02-18T00:48:26.446Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-18T00:48:27.426Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-18T00:48:27.426Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-18T00:48:27.700Z] 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-18T00:48:27.700Z] 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-18T00:48:27.700Z] Collecting docker-pycreds>=0.4.0 [2021-02-18T00:48:27.976Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-18T00:48:27.976Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-18T00:48:27.976Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-18T00:48:27.976Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-18T00:48:27.976Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-18T00:48:29.411Z] Installing collected packages: cached-property, idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, PyYAML, docopt, dockerpty, texttable, docker-compose [2021-02-18T00:48:29.411Z] Attempting uninstall: idna [2021-02-18T00:48:29.411Z] Found existing installation: idna 2.9 [2021-02-18T00:48:29.411Z] Uninstalling idna-2.9: [2021-02-18T00:48:29.687Z] Successfully uninstalled idna-2.9 [2021-02-18T00:48:30.365Z] Attempting uninstall: urllib3 [2021-02-18T00:48:30.365Z] Found existing installation: urllib3 1.25.9 [2021-02-18T00:48:30.365Z] Uninstalling urllib3-1.25.9: [2021-02-18T00:48:30.689Z] Successfully uninstalled urllib3-1.25.9 [2021-02-18T00:48:32.789Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:48:32.789Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:48:32.789Z] ---> 8ed800c65d75 [2021-02-18T00:48:32.789Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T00:48:32.789Z] ---> Using cache [2021-02-18T00:48:32.789Z] ---> fe5619da805b [2021-02-18T00:48:32.789Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:48:32.789Z] ---> Using cache [2021-02-18T00:48:32.789Z] ---> 7c1d691da35e [2021-02-18T00:48:32.789Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-18T00:48:32.789Z] Attempting uninstall: requests [2021-02-18T00:48:32.789Z] Found existing installation: requests 2.23.0 [2021-02-18T00:48:32.789Z] Uninstalling requests-2.23.0: [2021-02-18T00:48:33.065Z] Successfully uninstalled requests-2.23.0 [2021-02-18T00:48:33.346Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:48:33.346Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:48:33.346Z] ---> 8ed800c65d75 [2021-02-18T00:48:33.346Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T00:48:33.346Z] ---> Using cache [2021-02-18T00:48:33.346Z] ---> fe5619da805b [2021-02-18T00:48:33.346Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:48:33.346Z] ---> Using cache [2021-02-18T00:48:33.346Z] ---> 7c1d691da35e [2021-02-18T00:48:33.346Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-18T00:48:33.346Z] ---> Using cache [2021-02-18T00:48:33.346Z] ---> 27bbee5d59a2 [2021-02-18T00:48:33.346Z] Step 6/22 : COPY go.mod . [2021-02-18T00:48:33.346Z] ---> Using cache [2021-02-18T00:48:33.346Z] ---> b4482a9e736c [2021-02-18T00:48:33.346Z] Step 7/22 : RUN go mod download [2021-02-18T00:48:33.346Z] ---> Using cache [2021-02-18T00:48:33.346Z] ---> 0ea5323ddd35 [2021-02-18T00:48:33.346Z] Step 8/22 : COPY . . [2021-02-18T00:48:33.624Z] ---> Using cache [2021-02-18T00:48:33.624Z] ---> 1eb3622cf453 [2021-02-18T00:48:33.624Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-18T00:48:33.624Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:48:33.624Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:48:33.624Z] ---> 8ed800c65d75 [2021-02-18T00:48:33.624Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T00:48:33.624Z] ---> Using cache [2021-02-18T00:48:33.624Z] ---> fe5619da805b [2021-02-18T00:48:33.624Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:48:33.624Z] ---> Using cache [2021-02-18T00:48:33.624Z] ---> 7c1d691da35e [2021-02-18T00:48:33.624Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T00:48:33.624Z] ---> Using cache [2021-02-18T00:48:33.624Z] ---> 27bbee5d59a2 [2021-02-18T00:48:33.624Z] Step 6/23 : COPY go.mod . [2021-02-18T00:48:33.624Z] ---> Using cache [2021-02-18T00:48:33.624Z] ---> b4482a9e736c [2021-02-18T00:48:33.624Z] Step 7/23 : RUN go mod download [2021-02-18T00:48:33.624Z] ---> Using cache [2021-02-18T00:48:33.624Z] ---> 0ea5323ddd35 [2021-02-18T00:48:33.624Z] Step 8/23 : COPY . . [2021-02-18T00:48:33.624Z] ---> Using cache [2021-02-18T00:48:33.624Z] ---> 1eb3622cf453 [2021-02-18T00:48:33.624Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-18T00:48:37.965Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:48:37.965Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:48:37.965Z] ---> 8ed800c65d75 [2021-02-18T00:48:37.965Z] Step 3/21 : WORKDIR /edgex-go [2021-02-18T00:48:37.965Z] ---> Using cache [2021-02-18T00:48:37.965Z] ---> fe5619da805b [2021-02-18T00:48:37.965Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:48:37.965Z] ---> Using cache [2021-02-18T00:48:37.965Z] ---> 7c1d691da35e [2021-02-18T00:48:37.965Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-18T00:48:37.965Z] ---> Using cache [2021-02-18T00:48:37.965Z] ---> 27bbee5d59a2 [2021-02-18T00:48:37.965Z] Step 6/21 : COPY go.mod . [2021-02-18T00:48:37.965Z] ---> Using cache [2021-02-18T00:48:37.965Z] ---> b4482a9e736c [2021-02-18T00:48:37.965Z] Step 7/21 : RUN go mod download [2021-02-18T00:48:37.965Z] ---> Using cache [2021-02-18T00:48:37.965Z] ---> 0ea5323ddd35 [2021-02-18T00:48:37.965Z] Step 8/21 : COPY . . [2021-02-18T00:48:37.965Z] ---> Using cache [2021-02-18T00:48:37.965Z] ---> 1eb3622cf453 [2021-02-18T00:48:37.965Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-18T00:48:39.415Z] ---> Running in f184ebc9fe7e [2021-02-18T00:48:39.415Z] ---> Running in 5b309044e0ec [2021-02-18T00:48:39.415Z] ---> Running in f93e00af591d [2021-02-18T00:48:39.415Z] ---> Running in 4722c70b3ba6 [2021-02-18T00:48:39.696Z] Running setup.py install for PyYAML: started [2021-02-18T00:48:41.676Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:48:41.676Z] 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-18T00:48:41.676Z] 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-18T00:48:41.949Z] 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-18T00:48:42.241Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:48:43.231Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-18T00:48:43.231Z] Running setup.py install for docopt: started [2021-02-18T00:48:43.231Z] OK: 217 MiB in 51 packages [2021-02-18T00:48:45.219Z] Removing intermediate container f93e00af591d [2021-02-18T00:48:45.219Z] ---> 3638c252caa8 [2021-02-18T00:48:45.219Z] Step 6/23 : COPY go.mod . [2021-02-18T00:48:46.211Z] ---> 159ca5408f00 [2021-02-18T00:48:46.211Z] Step 7/23 : RUN go mod download [2021-02-18T00:48:46.485Z] ---> Running in 3b3ff52198f5 [2021-02-18T00:48:46.485Z] Running setup.py install for docopt: finished with status 'done' [2021-02-18T00:48:46.485Z] Running setup.py install for dockerpty: started [2021-02-18T00:48:50.823Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-18T00:48:50.823Z] Running setup.py install for texttable: started [2021-02-18T00:48:51.097Z] Removing intermediate container 3b3ff52198f5 [2021-02-18T00:48:51.097Z] ---> 0123eb9ca376 [2021-02-18T00:48:51.097Z] Step 8/23 : COPY . . [2021-02-18T00:48:55.431Z] Running setup.py install for texttable: finished with status 'done' [2021-02-18T00:48:56.888Z] 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-18T00:49:09.374Z] Removing intermediate container b66d881e9f90 [2021-02-18T00:49:09.374Z] ---> 429f19ffb477 [2021-02-18T00:49:09.374Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-18T00:49:09.374Z] ---> Running in 2d643b8f1050 [2021-02-18T00:49:11.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:49:11.629Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:49:11.629Z] ---> 5bdc23ecd1d3 [2021-02-18T00:49:11.629Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-18T00:49:11.939Z] ---> Running in 47c3d918a704 [2021-02-18T00:49:12.934Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T00:49:12.934Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-18T00:49:12.934Z] (3/3) Installing curl (7.69.1-r3) [2021-02-18T00:49:12.934Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:49:12.934Z] OK: 71 MiB in 58 packages [2021-02-18T00:49:13.920Z] 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-18T00:49:15.364Z] Removing intermediate container 2d643b8f1050 [2021-02-18T00:49:15.364Z] ---> 26f0bff51e4f [2021-02-18T00:49:15.364Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-18T00:49:15.364Z] ---> Running in e59dc6777391 [2021-02-18T00:49:15.965Z] Removing intermediate container e59dc6777391 [2021-02-18T00:49:15.965Z] ---> b8802470ea2c [2021-02-18T00:49:15.965Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:49:16.246Z] ---> Running in 93ec3c7041c7 [2021-02-18T00:49:16.860Z] Removing intermediate container 93ec3c7041c7 [2021-02-18T00:49:16.860Z] ---> fac42db26d6d [2021-02-18T00:49:16.860Z] Step 24/26 : LABEL arch=arm64 [2021-02-18T00:49:16.860Z] ---> Running in a90b92420a69 [2021-02-18T00:49:17.464Z] Removing intermediate container a90b92420a69 [2021-02-18T00:49:17.464Z] ---> 75b2d5c2a122 [2021-02-18T00:49:17.464Z] Step 25/26 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 [2021-02-18T00:49:17.741Z] ---> Running in edfd512ccb4c [2021-02-18T00:49:18.346Z] Removing intermediate container edfd512ccb4c [2021-02-18T00:49:18.346Z] ---> 791cf23f6646 [2021-02-18T00:49:18.346Z] Step 26/26 : LABEL version=0.0.0 [2021-02-18T00:49:18.625Z] ---> Running in 1e35520734d5 [2021-02-18T00:49:19.231Z] Removing intermediate container 1e35520734d5 [2021-02-18T00:49:19.231Z] ---> c40c9032120e [2021-02-18T00:49:19.231Z] [2021-02-18T00:49:19.848Z] Successfully built c40c9032120e [2021-02-18T00:49:19.848Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-18T00:50:06.868Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-18T00:50:19.275Z] Removing intermediate container 5b309044e0ec [2021-02-18T00:50:19.275Z] ---> cb608ea7dbb4 [2021-02-18T00:50:19.275Z] [2021-02-18T00:50:19.275Z] Step 10/21 : FROM alpine:3.12 [2021-02-18T00:50:19.275Z] ---> afeebe901d6b [2021-02-18T00:50:19.275Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-18T00:50:19.275Z] ---> Running in 9d6ce32ef762 [2021-02-18T00:50:20.728Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:50:21.003Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:50:21.606Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-18T00:50:21.606Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T00:50:21.606Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-18T00:50:21.606Z] (4/4) Installing curl (7.69.1-r3) [2021-02-18T00:50:21.606Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:50:21.606Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T00:50:22.209Z] OK: 7 MiB in 18 packages [2021-02-18T00:50:24.875Z] Removing intermediate container 9d6ce32ef762 [2021-02-18T00:50:24.875Z] ---> c91a19aa8191 [2021-02-18T00:50:24.875Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T00:50:24.875Z] ---> Running in 341c9adac1cc [2021-02-18T00:50:25.485Z] Removing intermediate container 341c9adac1cc [2021-02-18T00:50:25.485Z] ---> 001edd1b4b1c [2021-02-18T00:50:25.485Z] Step 13/21 : WORKDIR /edgex [2021-02-18T00:50:25.762Z] ---> Running in 2b46a4ac4f91 [2021-02-18T00:50:26.769Z] Removing intermediate container 2b46a4ac4f91 [2021-02-18T00:50:26.769Z] ---> 591bc2f080ea [2021-02-18T00:50:26.769Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-18T00:50:28.216Z] ---> 2c92311b01b5 [2021-02-18T00:50:28.216Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-18T00:50:31.316Z] ---> 83c240d91650 [2021-02-18T00:50:31.316Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-18T00:50:31.954Z] Removing intermediate container f184ebc9fe7e [2021-02-18T00:50:31.954Z] ---> 8aba2c953bba [2021-02-18T00:50:31.954Z] [2021-02-18T00:50:31.954Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T00:50:31.954Z] ---> afeebe901d6b [2021-02-18T00:50:31.954Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-18T00:50:31.954Z] ---> Using cache [2021-02-18T00:50:31.954Z] ---> 5741dda78326 [2021-02-18T00:50:31.954Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:50:32.239Z] ---> Using cache [2021-02-18T00:50:32.239Z] ---> f6253d1a7ac5 [2021-02-18T00:50:32.239Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-18T00:50:32.844Z] ---> Running in dc638ca2bdb9 [2021-02-18T00:50:33.835Z] ---> 38c0a1fdebb2 [2021-02-18T00:50:33.835Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-18T00:50:33.835Z] Removing intermediate container dc638ca2bdb9 [2021-02-18T00:50:33.835Z] ---> 44904b530ba4 [2021-02-18T00:50:33.835Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T00:50:33.835Z] ---> Running in cec3ad49d48f [2021-02-18T00:50:34.118Z] ---> Running in 37b4cbcd7d96 [2021-02-18T00:50:34.725Z] Removing intermediate container cec3ad49d48f [2021-02-18T00:50:34.725Z] ---> 27e3e1801b91 [2021-02-18T00:50:34.725Z] Step 18/21 : CMD ["--init=true"] [2021-02-18T00:50:35.003Z] Removing intermediate container 37b4cbcd7d96 [2021-02-18T00:50:35.003Z] ---> 20fa8c5bfdea [2021-02-18T00:50:35.003Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:50:35.279Z] ---> Running in 50b329bd714e [2021-02-18T00:50:36.282Z] Removing intermediate container 50b329bd714e [2021-02-18T00:50:36.282Z] ---> 98c8572dfca3 [2021-02-18T00:50:36.282Z] Step 19/21 : LABEL arch=arm64 [2021-02-18T00:50:36.561Z] ---> Running in 8671e3a791a4 [2021-02-18T00:50:36.840Z] ---> 3e74f5799692 [2021-02-18T00:50:36.840Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-18T00:50:37.834Z] Removing intermediate container 8671e3a791a4 [2021-02-18T00:50:37.834Z] ---> 2a85ae730391 [2021-02-18T00:50:37.834Z] Step 20/21 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 [2021-02-18T00:50:38.521Z] ---> Running in b304a08fe8e9 [2021-02-18T00:50:39.969Z] Removing intermediate container b304a08fe8e9 [2021-02-18T00:50:39.969Z] ---> 8e50ca73ac7e [2021-02-18T00:50:39.969Z] ---> 3aa44621cc81 [2021-02-18T00:50:39.969Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-18T00:50:39.969Z] Step 21/21 : LABEL version=0.0.0 [2021-02-18T00:50:40.245Z] ---> Running in 67fbe3bf34e8 [2021-02-18T00:50:40.841Z] Removing intermediate container 4722c70b3ba6 [2021-02-18T00:50:40.841Z] ---> fbcca65d7a85 [2021-02-18T00:50:40.841Z] [2021-02-18T00:50:40.841Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T00:50:40.841Z] ---> afeebe901d6b [2021-02-18T00:50:40.841Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T00:50:40.841Z] ---> Using cache [2021-02-18T00:50:40.841Z] ---> 5741dda78326 [2021-02-18T00:50:40.841Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:50:40.841Z] ---> Using cache [2021-02-18T00:50:40.841Z] ---> f6253d1a7ac5 [2021-02-18T00:50:40.841Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-18T00:50:41.121Z] ---> Running in de06d2963d1a [2021-02-18T00:50:41.121Z] ---> 608af9ba84cf [2021-02-18T00:50:41.121Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-18T00:50:41.121Z] Removing intermediate container 67fbe3bf34e8 [2021-02-18T00:50:41.121Z] ---> b0eeaa58fa36 [2021-02-18T00:50:41.121Z] [2021-02-18T00:50:41.402Z] ---> Running in 6f29dad904d1 [2021-02-18T00:50:42.004Z] Successfully built b0eeaa58fa36 [2021-02-18T00:50:42.004Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-18T00:50:42.004Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container de06d2963d1a [2021-02-18T00:50:42.004Z] ---> 580541201d33 [2021-02-18T00:50:42.004Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T00:50:42.004Z] Removing intermediate container 6f29dad904d1 [2021-02-18T00:50:42.004Z] ---> b214b004e818 [2021-02-18T00:50:42.004Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:50:42.274Z] ---> Running in 11e9082cdbee [2021-02-18T00:50:42.274Z] ---> Running in d8cbd45d3de3 [2021-02-18T00:50:42.868Z] Removing intermediate container 11e9082cdbee [2021-02-18T00:50:42.868Z] ---> d738fd9e37e3 [2021-02-18T00:50:42.868Z] Step 15/23 : WORKDIR / [2021-02-18T00:50:42.868Z] Removing intermediate container d8cbd45d3de3 [2021-02-18T00:50:42.868Z] ---> 96e7c15bcd78 [2021-02-18T00:50:42.868Z] Step 20/22 : LABEL arch=arm64 [2021-02-18T00:50:43.144Z] ---> Running in a74bf94839ff [2021-02-18T00:50:43.144Z] ---> Running in a829db3de216 [2021-02-18T00:50:43.754Z] Removing intermediate container a74bf94839ff [2021-02-18T00:50:43.754Z] ---> 2f62def67132 [2021-02-18T00:50:43.754Z] Removing intermediate container a829db3de216 [2021-02-18T00:50:43.754Z] ---> 3100a7445754 [2021-02-18T00:50:43.754Z] Step 21/22 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 [2021-02-18T00:50:43.754Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:50:43.754Z] ---> Running in 1465bab14a21 [2021-02-18T00:50:44.351Z] Removing intermediate container 1465bab14a21 [2021-02-18T00:50:44.351Z] ---> 4ab555969eb9 [2021-02-18T00:50:44.351Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T00:50:44.627Z] ---> b5c5ac92e707 [2021-02-18T00:50:44.627Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-18T00:50:44.627Z] ---> Running in de2b3bf9b3f3 [2021-02-18T00:50:45.612Z] Removing intermediate container de2b3bf9b3f3 [2021-02-18T00:50:45.612Z] ---> d2aec7b68400 [2021-02-18T00:50:45.612Z] [2021-02-18T00:50:46.217Z] Successfully built d2aec7b68400 [2021-02-18T00:50:46.217Z] ---> 39873ae71f97 [2021-02-18T00:50:46.217Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-18T00:50:46.217Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-18T00:50:47.199Z]  Building docker-support-scheduler-go ... done  ---> 7a1e8d8892f7 [2021-02-18T00:50:47.199Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-18T00:50:47.199Z] ---> Running in 08d3c338312a [2021-02-18T00:50:47.797Z] Removing intermediate container 08d3c338312a [2021-02-18T00:50:47.797Z] ---> 46519d0efb73 [2021-02-18T00:50:47.797Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:50:48.069Z] ---> Running in 2dd916189a23 [2021-02-18T00:50:48.670Z] Removing intermediate container 2dd916189a23 [2021-02-18T00:50:48.670Z] ---> 544d115234e4 [2021-02-18T00:50:48.670Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T00:50:48.670Z] ---> Running in 83569dc2a763 [2021-02-18T00:50:49.649Z] Removing intermediate container 83569dc2a763 [2021-02-18T00:50:49.649Z] ---> 07cc7aea61b9 [2021-02-18T00:50:49.649Z] Step 22/23 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 [2021-02-18T00:50:49.649Z] ---> Running in 2d470e40c272 [2021-02-18T00:50:49.932Z] Removing intermediate container 2d470e40c272 [2021-02-18T00:50:49.932Z] ---> e2e5bedbeca1 [2021-02-18T00:50:49.932Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T00:50:50.203Z] ---> Running in 772d722231e3 [2021-02-18T00:50:50.798Z] Removing intermediate container 772d722231e3 [2021-02-18T00:50:50.798Z] ---> cf938d32208f [2021-02-18T00:50:50.798Z] [2021-02-18T00:50:51.071Z] Successfully built cf938d32208f [2021-02-18T00:50:51.071Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-18T00:50:55.364Z]  Building docker-core-metadata-go ... done Removing intermediate container 47c3d918a704 [2021-02-18T00:50:55.364Z] ---> 74c28af63993 [2021-02-18T00:50:55.364Z] [2021-02-18T00:50:55.364Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T00:50:55.364Z] ---> afeebe901d6b [2021-02-18T00:50:55.364Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-18T00:50:55.364Z] ---> Running in 391fc81ec2ed [2021-02-18T00:50:55.364Z] Removing intermediate container 391fc81ec2ed [2021-02-18T00:50:55.364Z] ---> 77481b6cfded [2021-02-18T00:50:55.364Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-18T00:50:55.635Z] ---> Running in 44ba50823f2a [2021-02-18T00:50:56.236Z] Removing intermediate container 44ba50823f2a [2021-02-18T00:50:56.236Z] ---> 1ca5cb58514b [2021-02-18T00:50:56.236Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-18T00:50:56.236Z] ---> Running in 0216bf2ef937 [2021-02-18T00:50:56.830Z] Removing intermediate container 0216bf2ef937 [2021-02-18T00:50:56.830Z] ---> d9a9f3fdcd13 [2021-02-18T00:50:56.830Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:50:56.830Z] ---> Running in 38ab2b95645d [2021-02-18T00:50:59.439Z] Removing intermediate container 38ab2b95645d [2021-02-18T00:50:59.439Z] ---> 9b25872cbe72 [2021-02-18T00:50:59.439Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-18T00:50:59.439Z] ---> Running in 0521622ef301 [2021-02-18T00:51:00.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:51:01.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:51:02.355Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-18T00:51:02.631Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-18T00:51:02.631Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-18T00:51:02.631Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-18T00:51:03.221Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-18T00:51:03.221Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-18T00:51:03.492Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:51:03.492Z] OK: 8 MiB in 20 packages [2021-02-18T00:51:04.923Z] Removing intermediate container 0521622ef301 [2021-02-18T00:51:04.923Z] ---> d2ba3f132f88 [2021-02-18T00:51:04.923Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:51:05.516Z] ---> 1e46d900e2a3 [2021-02-18T00:51:05.516Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-18T00:51:06.942Z] ---> 5dc2c450ecd7 [2021-02-18T00:51:06.942Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-18T00:51:07.535Z] ---> 10068cffe91c [2021-02-18T00:51:07.536Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-18T00:51:07.808Z] ---> Running in 943f67614c22 [2021-02-18T00:51:08.082Z] Removing intermediate container 943f67614c22 [2021-02-18T00:51:08.082Z] ---> 754d3865edd7 [2021-02-18T00:51:08.082Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:51:08.356Z] ---> Running in 8a483e4f93db [2021-02-18T00:51:08.629Z] Removing intermediate container 8a483e4f93db [2021-02-18T00:51:08.629Z] ---> 5595a571e050 [2021-02-18T00:51:08.629Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T00:51:08.900Z] ---> Running in d7d6a5d54f0d [2021-02-18T00:51:09.173Z] Removing intermediate container d7d6a5d54f0d [2021-02-18T00:51:09.173Z] ---> 36da29b627fe [2021-02-18T00:51:09.173Z] Step 22/23 : LABEL git_sha=e5074819b3820e3cae2aac12af7bd661d7652d55 [2021-02-18T00:51:09.449Z] ---> Running in 6d84323aed84 [2021-02-18T00:51:10.041Z] Removing intermediate container 6d84323aed84 [2021-02-18T00:51:10.041Z] ---> 687ff1e9a7e1 [2021-02-18T00:51:10.041Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T00:51:10.041Z] ---> Running in f2fbc428624c [2021-02-18T00:51:10.311Z] Removing intermediate container f2fbc428624c [2021-02-18T00:51:10.311Z] ---> 272f12d4e054 [2021-02-18T00:51:10.311Z] [2021-02-18T00:51:10.904Z] Successfully built 272f12d4e054 [2021-02-18T00:51:10.904Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-18T00:51:11.189Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-18T00:51:11.207Z] $ docker stop --time=1 d5a85b3ce7933ce6fcf1cffee306021898813c1632d81ab431bbc57cc3bf61d9 [2021-02-18T00:51:13.113Z] $ docker rm -f d5a85b3ce7933ce6fcf1cffee306021898813c1632d81ab431bbc57cc3bf61d9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T00:51:15.297Z] + docker images [2021-02-18T00:51:15.297Z] + grep docker [2021-02-18T00:51:15.297Z] docker-core-data-go-arm64 latest 272f12d4e054 3 seconds ago 21MB [2021-02-18T00:51:15.297Z] docker-core-metadata-go-arm64 latest cf938d32208f 23 seconds ago 17.8MB [2021-02-18T00:51:15.297Z] docker-support-scheduler-go-arm64 latest d2aec7b68400 29 seconds ago 16.1MB [2021-02-18T00:51:15.297Z] docker-security-proxy-setup-go-arm64 latest b0eeaa58fa36 33 seconds ago 23.2MB [2021-02-18T00:51:15.297Z] docker-sys-mgmt-agent-go-arm64 latest c40c9032120e About a minute ago 300MB [2021-02-18T00:51:15.297Z] docker-security-bootstrapper-go-arm64 latest 81bfa27fa0f5 3 minutes ago 17MB [2021-02-18T00:51:15.297Z] docker-core-command-go-arm64 latest 9c4b4a5e5e16 3 minutes ago 16MB [2021-02-18T00:51:15.297Z] docker-support-notifications-go-arm64 latest 37d2a5ae3e76 3 minutes ago 16.7MB [2021-02-18T00:51:15.297Z] docker-security-secretstore-setup-go-arm64 latest 87cd3d6262eb 3 minutes ago 23.4MB [2021-02-18T00:51:15.297Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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-18T00:51:17.308Z] provisioning config files... [2021-02-18T00:51:17.323Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config4250132853435388653tmp [Pipeline] { [Pipeline] sh [2021-02-18T00:51:17.737Z] + set +x [2021-02-18T00:51:17.738Z] + curl -s https://codecov.io/bash [2021-02-18T00:51:17.738Z] + bash -s -- [2021-02-18T00:51:18.000Z] [2021-02-18T00:51:18.000Z] _____ _ [2021-02-18T00:51:18.000Z] / ____| | | [2021-02-18T00:51:18.000Z] | | ___ __| | ___ ___ _____ __ [2021-02-18T00:51:18.000Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-18T00:51:18.000Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-18T00:51:18.000Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-18T00:51:18.000Z] Bash-20210129-7c25fce [2021-02-18T00:51:18.000Z] [2021-02-18T00:51:18.000Z] [2021-02-18T00:51:18.000Z] ==> git version 2.24.3 found [2021-02-18T00:51:18.000Z] ==> 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-18T00:51:18.000Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-18T00:51:18.001Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-18T00:51:18.001Z] ==> Jenkins CI detected. [2021-02-18T00:51:18.263Z] project root: . [2021-02-18T00:51:18.263Z] --> token set from env [2021-02-18T00:51:18.263Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-18T00:51:18.263Z] ==> Running gcov in . (disable via -X gcov) [2021-02-18T00:51:18.263Z] ==> Python coveragepy not found [2021-02-18T00:51:18.263Z] ==> Searching for coverage reports in: [2021-02-18T00:51:18.263Z] + . [2021-02-18T00:51:18.263Z] -> Found 1 reports [2021-02-18T00:51:18.263Z] ==> Detecting git/mercurial file structure [2021-02-18T00:51:18.263Z] ==> Reading reports [2021-02-18T00:51:18.263Z] + ./coverage.out bytes=596907 [2021-02-18T00:51:18.263Z] ==> Appending adjustments [2021-02-18T00:51:18.263Z] https://docs.codecov.io/docs/fixing-reports [2021-02-18T00:51:21.682Z] + Found adjustments [2021-02-18T00:51:21.682Z] ==> Gzipping contents [2021-02-18T00:51:21.682Z] 88K /tmp/codecov.gGsMkS.gz [2021-02-18T00:51:21.682Z] ==> Uploading reports [2021-02-18T00:51:21.682Z] url: https://codecov.io [2021-02-18T00:51:21.682Z] query: branch=PR-3172&commit=e5074819b3820e3cae2aac12af7bd661d7652d55&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3172%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3172&job=&cmd_args= [2021-02-18T00:51:21.682Z] -> Pinging Codecov [2021-02-18T00:51:21.682Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3172&commit=e5074819b3820e3cae2aac12af7bd661d7652d55&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3172%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3172&job=&cmd_args= [2021-02-18T00:51:22.254Z] -> Uploading to [2021-02-18T00:51:22.254Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-18/00271124DB129430A58F1EEE437C3FCB/e5074819b3820e3cae2aac12af7bd661d7652d55/58a5407d-86d1-45c8-ab33-4ffdc83824ff.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210218%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210218T005121Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e7230f03d43b73c063dd3ff50ea6831c1f78d1b2cec76f2cbc6319d9f63a97c5 [2021-02-18T00:51:22.254Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T00:51:22.254Z] Dload Upload Total Spent Left Speed [2021-02-18T00:51:22.826Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89582 0 0 100 89582 0 164k --:--:-- --:--:-- --:--:-- 164k [2021-02-18T00:51:22.826Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/e5074819b3820e3cae2aac12af7bd661d7652d55 [Pipeline] } [2021-02-18T00:51:22.838Z] 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-18T00:51:24.722Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:51:25.598Z] ---> package-listing.sh [2021-02-18T00:51:25.598Z] ++ facter osfamily [2021-02-18T00:51:25.598Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-18T00:51:25.598Z] + OS_FAMILY=redhat [2021-02-18T00:51:25.598Z] + workspace=/w/workspace/edgex-go/2 [2021-02-18T00:51:25.598Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-18T00:51:25.598Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-18T00:51:25.598Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-18T00:51:25.598Z] + PACKAGES=/tmp/packages_start.txt [2021-02-18T00:51:25.598Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-18T00:51:25.598Z] + PACKAGES=/tmp/packages_end.txt [2021-02-18T00:51:25.598Z] + case "${OS_FAMILY}" in [2021-02-18T00:51:25.598Z] + rpm -qa [2021-02-18T00:51:25.598Z] + sort [2021-02-18T00:51:30.895Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-18T00:51:30.895Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-18T00:51:30.895Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-18T00:51:30.895Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-18T00:51:30.895Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-02-18T00:51:30.895Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-02-18T00:51:30.908Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-18T00:51:31.197Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:51:31.499Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T00:51:31.499Z] [2021-02-18T00:51:31.499Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:51:31.852Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T00:51:31.852Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-18T00:51:31.852Z] df20fa9351a1: Pulling fs layer [2021-02-18T00:51:31.852Z] 36b3adc4ff6f: Pulling fs layer [2021-02-18T00:51:31.852Z] 8ad3a11d3b57: Pulling fs layer [2021-02-18T00:51:31.852Z] 46f8f816bc3b: Pulling fs layer [2021-02-18T00:51:31.852Z] 93b61091891f: Pulling fs layer [2021-02-18T00:51:31.852Z] 93b9cdb0e59b: Pulling fs layer [2021-02-18T00:51:31.852Z] 5e14af77c1be: Pulling fs layer [2021-02-18T00:51:31.852Z] 01666e4c0597: Pulling fs layer [2021-02-18T00:51:31.852Z] aa168da1d23b: Pulling fs layer [2021-02-18T00:51:31.852Z] 93b9cdb0e59b: Waiting [2021-02-18T00:51:31.852Z] 5e14af77c1be: Waiting [2021-02-18T00:51:31.852Z] 01666e4c0597: Waiting [2021-02-18T00:51:31.852Z] aa168da1d23b: Waiting [2021-02-18T00:51:31.852Z] 46f8f816bc3b: Waiting [2021-02-18T00:51:31.852Z] 93b61091891f: Waiting [2021-02-18T00:51:32.113Z] 36b3adc4ff6f: Verifying Checksum [2021-02-18T00:51:32.113Z] 36b3adc4ff6f: Download complete [2021-02-18T00:51:32.113Z] 46f8f816bc3b: Verifying Checksum [2021-02-18T00:51:32.113Z] 46f8f816bc3b: Download complete [2021-02-18T00:51:32.113Z] df20fa9351a1: Verifying Checksum [2021-02-18T00:51:32.113Z] 93b9cdb0e59b: Verifying Checksum [2021-02-18T00:51:32.113Z] 93b9cdb0e59b: Download complete [2021-02-18T00:51:32.375Z] df20fa9351a1: Pull complete [2021-02-18T00:51:32.636Z] 36b3adc4ff6f: Pull complete [2021-02-18T00:51:32.636Z] 5e14af77c1be: Verifying Checksum [2021-02-18T00:51:32.636Z] 5e14af77c1be: Download complete [2021-02-18T00:51:32.636Z] 93b61091891f: Verifying Checksum [2021-02-18T00:51:32.636Z] 93b61091891f: Download complete [2021-02-18T00:51:32.636Z] 01666e4c0597: Verifying Checksum [2021-02-18T00:51:32.636Z] 01666e4c0597: Download complete [2021-02-18T00:51:33.580Z] 8ad3a11d3b57: Verifying Checksum [2021-02-18T00:51:33.580Z] 8ad3a11d3b57: Download complete [2021-02-18T00:51:34.158Z] 8ad3a11d3b57: Pull complete [2021-02-18T00:51:34.422Z] 46f8f816bc3b: Pull complete [2021-02-18T00:51:34.687Z] 93b61091891f: Pull complete [2021-02-18T00:51:34.687Z] 93b9cdb0e59b: Pull complete [2021-02-18T00:51:36.073Z] aa168da1d23b: Verifying Checksum [2021-02-18T00:51:36.073Z] aa168da1d23b: Download complete [2021-02-18T00:51:37.016Z] 5e14af77c1be: Pull complete [2021-02-18T00:51:37.016Z] 01666e4c0597: Pull complete [2021-02-18T00:51:45.181Z] aa168da1d23b: Pull complete [2021-02-18T00:51:46.566Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-18T00:51:46.566Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T00:51:46.566Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-18T00:51:46.785Z] prd-centos7-docker-4c-2g-26733 does not seem to be running inside a container [2021-02-18T00:51:46.829Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-18T00:51:50.099Z] $ docker top acbbd6c253ecf8e6fbeba6c4929ee010a840ef7a4734d0b8a5e244262370210a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T00:51:50.743Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-18T00:51:51.037Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-18T00:51:51.332Z] + ls /var/log/sa-host [2021-02-18T00:51:51.332Z] + sadf -c /var/log/sa-host/sa18 [2021-02-18T00:51:51.332Z] file_magic: OK [2021-02-18T00:51:51.332Z] HZ: Using current value: 100 [2021-02-18T00:51:51.332Z] file_header: OK [2021-02-18T00:51:51.332Z] 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-18T00:51:51.332Z] Statistics: [2021-02-18T00:51:51.332Z] 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... [2021-02-18T00:51:51.332Z] File successfully converted to sysstat format version 12.2.1 [2021-02-18T00:51:51.332Z] + sadf -c /var/log/sa-host/sa23 [2021-02-18T00:51:51.332Z] file_magic: OK [2021-02-18T00:51:51.332Z] HZ: Using current value: 100 [2021-02-18T00:51:51.332Z] file_header: OK [2021-02-18T00:51:51.332Z] 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-18T00:51:51.332Z] Statistics: [2021-02-18T00:51:51.332Z] Hnuu...uuuununununu... [2021-02-18T00:51:51.332Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-18T00:51:51.590Z] provisioning config files... [2021-02-18T00:51:51.607Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config4474084268472337822tmp [Pipeline] { [Pipeline] echo [2021-02-18T00:51:51.722Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:51:52.100Z] ---> create-netrc.sh [Pipeline] } [2021-02-18T00:51:52.110Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-18T00:51:52.223Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:51:52.516Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-18T00:51:52.526Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:51:52.822Z] ---> sudo-logs.sh [2021-02-18T00:51:52.822Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-18T00:51:52.880Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:51:53.174Z] ---> job-cost.sh [2021-02-18T00:51:53.174Z] lf-activate-venv: SKIPPING [2021-02-18T00:51:53.174Z] INFO: No Stack... [2021-02-18T00:51:54.115Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-18T00:51:54.686Z] INFO: Archiving Costs [Pipeline] echo [2021-02-18T00:51:54.700Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:51:54.991Z] ---> logs-deploy.sh [2021-02-18T00:51:54.991Z] lf-activate-venv: SKIPPING [2021-02-18T00:51:54.991Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3172/2 [2021-02-18T00:51:54.991Z] INFO: archiving workspace using pattern(s): [2021-02-18T00:51:56.915Z] Archives upload complete. [2021-02-18T00:51:56.915Z] INFO: archiving logs to Nexus