Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 004a490566fdcd1518f4e6d8dbc6f7b342429327+5fbc40a6d599e39a91f6678812b3f73148dc0647 (be2994cacc9a6a7f7e8fda187a0881638bfef707) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33540 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/65 [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/65 # 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 5fbc40a6d599e39a91f6678812b3f73148dc0647 into PR head commit 004a490566fdcd1518f4e6d8dbc6f7b342429327 Merge succeeded, producing 004a490566fdcd1518f4e6d8dbc6f7b342429327 Checking out Revision 004a490566fdcd1518f4e6d8dbc6f7b342429327 (PR-3234) > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 004a490566fdcd1518f4e6d8dbc6f7b342429327 # 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 5fbc40a6d599e39a91f6678812b3f73148dc0647 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 004a490566fdcd1518f4e6d8dbc6f7b342429327 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. > git rev-list --no-walk 7a9a9455f350ff313af8cc75bee6b4fd1562fb44 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-10T03:03:35.404Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-10T03:03:35.692Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-10T03:03:35.815Z] ========================================================= [2021-04-10T03:03:35.815Z] EdgeX Global Pipelines Version Info [2021-04-10T03:03:35.815Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-10T03:03:37.330Z] ------------------- [2021-04-10T03:03:37.331Z] stable info: [2021-04-10T03:03:37.331Z] ------------------- [2021-04-10T03:03:37.331Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-10T03:03:37.331Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-10T03:03:37.331Z] Message: update stable to v1.0.186 [2021-04-10T03:03:38.281Z] ------------------- [2021-04-10T03:03:38.281Z] experimental info: [2021-04-10T03:03:38.281Z] ------------------- [2021-04-10T03:03:38.281Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-10T03:03:38.281Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-10T03:03:38.281Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-10T03:03:38.562Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-10T03:03:38.652Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-10T03:03:38.770Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-10T03:03:38.861Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-10T03:03:38.950Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-10T03:03:39.044Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-10T03:03:39.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-10T03:03:39.252Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-10T03:03:39.345Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-10T03:03:39.443Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-10T03:03:39.537Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-10T03:03:39.623Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-10T03:03:39.721Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-10T03:03:39.806Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-10T03:03:39.917Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-10T03:03:40.012Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-10T03:03:40.204Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-10T03:03:40.287Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-10T03:03:40.395Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-10T03:03:40.479Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-10T03:03:40.577Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-10T03:03:40.678Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-10T03:03:40.763Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-04-10T03:03:40.862Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-04-10T03:03:40.943Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-04-10T03:03:41.063Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 004a490566fdcd1518f4e6d8dbc6f7b342429327 [Pipeline] echo [2021-04-10T03:03:41.227Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 004a490 [Pipeline] echo [2021-04-10T03:03:41.353Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-10T03:03:41.532Z] provisioning config files... [2021-04-10T03:03:41.562Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/65@tmp/config7256728954594266543tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-10T03:03:41.912Z] ---> docker-login.sh [2021-04-10T03:03:41.912Z] nexus3.edgexfoundry.org:10001 [2021-04-10T03:03:42.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:03:42.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:03:42.178Z] Configure a credential helper to remove this warning. See [2021-04-10T03:03:42.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:03:42.178Z] [2021-04-10T03:03:42.178Z] Login Succeeded [2021-04-10T03:03:42.440Z] nexus3.edgexfoundry.org:10002 [2021-04-10T03:03:42.440Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:03:42.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:03:42.440Z] Configure a credential helper to remove this warning. See [2021-04-10T03:03:42.440Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:03:42.440Z] [2021-04-10T03:03:42.440Z] Login Succeeded [2021-04-10T03:03:42.440Z] nexus3.edgexfoundry.org:10003 [2021-04-10T03:03:42.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:03:42.702Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:03:42.702Z] Configure a credential helper to remove this warning. See [2021-04-10T03:03:42.702Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:03:42.702Z] [2021-04-10T03:03:42.702Z] Login Succeeded [2021-04-10T03:03:42.702Z] nexus3.edgexfoundry.org:10004 [2021-04-10T03:03:42.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:03:42.964Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:03:42.964Z] Configure a credential helper to remove this warning. See [2021-04-10T03:03:42.964Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:03:42.964Z] [2021-04-10T03:03:42.964Z] Login Succeeded [2021-04-10T03:03:42.964Z] docker.io [2021-04-10T03:03:42.964Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:03:43.227Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:03:43.227Z] Configure a credential helper to remove this warning. See [2021-04-10T03:03:43.227Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:03:43.227Z] [2021-04-10T03:03:43.227Z] Login Succeeded [2021-04-10T03:03:43.227Z] ---> docker-login.sh ends [Pipeline] } [2021-04-10T03:03:43.237Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-10T03:03:43.703Z] ++ 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-04-10T03:03:43.703Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-10T03:03:43.703Z] ++ dirname cmd/core-command/Dockerfile [2021-04-10T03:03:43.703Z] ++ cut -d/ -f2 [2021-04-10T03:03:43.703Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-10T03:03:43.703Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-10T03:03:43.703Z] ++ dirname cmd/core-data/Dockerfile [2021-04-10T03:03:43.703Z] ++ cut -d/ -f2 [2021-04-10T03:03:43.703Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-10T03:03:43.703Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-10T03:03:43.703Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-10T03:03:43.703Z] ++ cut -d/ -f2 [2021-04-10T03:03:43.703Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-10T03:03:43.703Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-10T03:03:43.703Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-10T03:03:43.703Z] ++ cut -d/ -f2 [2021-04-10T03:03:43.703Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-10T03:03:43.703Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-10T03:03:43.703Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-10T03:03:43.703Z] ++ cut -d/ -f2 [2021-04-10T03:03:43.703Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-10T03:03:43.703Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-10T03:03:43.703Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-10T03:03:43.703Z] ++ cut -d/ -f2 [2021-04-10T03:03:43.703Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-10T03:03:43.703Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-10T03:03:43.703Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-10T03:03:43.703Z] ++ cut -d/ -f2 [2021-04-10T03:03:43.703Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-10T03:03:43.703Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-10T03:03:43.703Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-10T03:03:43.703Z] ++ cut -d/ -f2 [2021-04-10T03:03:43.703Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-10T03:03:43.703Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-10T03:03:43.703Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-10T03:03:43.703Z] ++ cut -d/ -f2 [2021-04-10T03:03:43.703Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-10T03:03:43.771Z] 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-04-10T03:03:44.633Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-10T03:03:44.633Z] [2021-04-10T03:03:44.633Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:03:44.981Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-10T03:03:44.981Z] latest: Pulling from edgex-devops/git-semver [2021-04-10T03:03:44.981Z] 31603596830f: Pulling fs layer [2021-04-10T03:03:44.981Z] 2a8b12db71e7: Pulling fs layer [2021-04-10T03:03:44.981Z] 6ca5941a6612: Pulling fs layer [2021-04-10T03:03:44.981Z] ecc8261a40a4: Pulling fs layer [2021-04-10T03:03:44.981Z] ecc8261a40a4: Waiting [2021-04-10T03:03:44.981Z] 2a8b12db71e7: Verifying Checksum [2021-04-10T03:03:44.981Z] 2a8b12db71e7: Download complete [2021-04-10T03:03:45.243Z] 31603596830f: Verifying Checksum [2021-04-10T03:03:45.243Z] 31603596830f: Download complete [2021-04-10T03:03:45.243Z] ecc8261a40a4: Verifying Checksum [2021-04-10T03:03:45.243Z] ecc8261a40a4: Download complete [2021-04-10T03:03:45.243Z] 6ca5941a6612: Verifying Checksum [2021-04-10T03:03:45.243Z] 6ca5941a6612: Download complete [2021-04-10T03:03:45.509Z] 31603596830f: Pull complete [2021-04-10T03:03:45.509Z] 2a8b12db71e7: Pull complete [2021-04-10T03:03:46.462Z] 6ca5941a6612: Pull complete [2021-04-10T03:03:46.725Z] ecc8261a40a4: Pull complete [2021-04-10T03:03:46.725Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-10T03:03:46.725Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-10T03:03:46.725Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-10T03:03:46.834Z] prd-centos7-docker-4c-2g-33540 does not seem to be running inside a container [2021-04-10T03:03:46.891Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-10T03:03:49.689Z] $ docker top 9abf20871aa5cb7acbabecc33f2ed049c871e809014c82fb123dd7bd2b89c683 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-10T03:03:50.009Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-10T03:03:50.009Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-10T03:03:50.229Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-10T03:03:50.234Z] $ docker exec 9abf20871aa5cb7acbabecc33f2ed049c871e809014c82fb123dd7bd2b89c683 ssh-agent [2021-04-10T03:03:50.401Z] SSH_AUTH_SOCK=/tmp/ssh-90EvLijp79mN/agent.12 [2021-04-10T03:03:50.401Z] SSH_AGENT_PID=17 [2021-04-10T03:03:50.416Z] Running ssh-add (command line suppressed) [2021-04-10T03:03:50.535Z] Identity added: /w/workspace/edgex-go/65@tmp/private_key_7900535430089195726.key (/w/workspace/edgex-go/65@tmp/private_key_7900535430089195726.key) [2021-04-10T03:03:50.588Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-10T03:03:50.924Z] + git tag --points-at HEAD [Pipeline] } [2021-04-10T03:03:50.952Z] $ docker exec --env ******** --env ******** 9abf20871aa5cb7acbabecc33f2ed049c871e809014c82fb123dd7bd2b89c683 ssh-agent -k [2021-04-10T03:03:51.069Z] unset SSH_AUTH_SOCK; [2021-04-10T03:03:51.070Z] unset SSH_AGENT_PID; [2021-04-10T03:03:51.070Z] echo Agent pid 17 killed; [2021-04-10T03:03:51.118Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-10T03:03:51.275Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-10T03:03:51.275Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-10T03:03:51.457Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-10T03:03:51.462Z] $ docker exec 9abf20871aa5cb7acbabecc33f2ed049c871e809014c82fb123dd7bd2b89c683 ssh-agent [2021-04-10T03:03:51.618Z] SSH_AUTH_SOCK=/tmp/ssh-srUAt41gN1GG/agent.47 [2021-04-10T03:03:51.618Z] SSH_AGENT_PID=52 [2021-04-10T03:03:51.625Z] Running ssh-add (command line suppressed) [2021-04-10T03:03:51.746Z] Identity added: /w/workspace/edgex-go/65@tmp/private_key_3197231679654636457.key (/w/workspace/edgex-go/65@tmp/private_key_3197231679654636457.key) [2021-04-10T03:03:51.799Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-10T03:03:52.135Z] + git semver init [2021-04-10T03:03:52.135Z] # -> Open(): unable to determine branch for HEAD [2021-04-10T03:03:52.135Z] # $GIT_DIR = /w/workspace/edgex-go/65/.git [2021-04-10T03:03:52.135Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/65 [2021-04-10T03:03:52.135Z] # $SEMVER_REMOTE_NAME = origin [2021-04-10T03:03:52.135Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-10T03:03:52.135Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-10T03:03:52.135Z] # $SEMVER_BRANCH = PR-3234 [2021-04-10T03:03:52.135Z] # $SEMVER_TEMP = /tmp/semver-987943101 [2021-04-10T03:03:52.135Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-10T03:04:10.418Z] # '/tmp/semver-987943101' -> '/w/workspace/edgex-go/65/.semver' [2021-04-10T03:04:10.418Z] # -> Force: false [2021-04-10T03:04:10.418Z] # $SEMVER_DIR = /w/workspace/edgex-go/65/.semver [Pipeline] } [2021-04-10T03:04:10.434Z] $ docker exec --env ******** --env ******** 9abf20871aa5cb7acbabecc33f2ed049c871e809014c82fb123dd7bd2b89c683 ssh-agent -k [2021-04-10T03:04:10.683Z] unset SSH_AUTH_SOCK; [2021-04-10T03:04:10.684Z] unset SSH_AGENT_PID; [2021-04-10T03:04:10.684Z] echo Agent pid 52 killed; [2021-04-10T03:04:10.755Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-10T03:04:11.228Z] + git semver [Pipeline] } [2021-04-10T03:04:11.250Z] $ docker stop --time=1 9abf20871aa5cb7acbabecc33f2ed049c871e809014c82fb123dd7bd2b89c683 [2021-04-10T03:04:12.926Z] $ docker rm -f 9abf20871aa5cb7acbabecc33f2ed049c871e809014c82fb123dd7bd2b89c683 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-10T03:04:13.465Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-10T03:04:14.007Z] Stashed 1 file(s) [Pipeline] echo [2021-04-10T03:04:14.010Z] [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-04-10T03:04:14.900Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-10T03:04:15.201Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-10T03:04:15.509Z] + sudo service docker restart [2021-04-10T03:04:15.509Z] + true [2021-04-10T03:04:15.509Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-10T03:04:16.113Z] ========================================================= [2021-04-10T03:04:16.113Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-10T03:04:16.113Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:04:16.486Z] + 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-04-10T03:04:20.718Z] Sending build context to Docker daemon 329.4MB [2021-04-10T03:04:20.718Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-10T03:04:20.718Z] Step 2/6 : FROM ${BASE} [2021-04-10T03:04:20.718Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-10T03:04:20.718Z] 188c0c94c7c5: Pulling fs layer [2021-04-10T03:04:20.718Z] 0ef7d3d256c8: Pulling fs layer [2021-04-10T03:04:20.718Z] de9db76c5a1d: Pulling fs layer [2021-04-10T03:04:20.718Z] bca2f99d35d6: Pulling fs layer [2021-04-10T03:04:20.718Z] 93359f2a8cfa: Pulling fs layer [2021-04-10T03:04:20.718Z] 7c6f9722023f: Pulling fs layer [2021-04-10T03:04:20.718Z] a35cf1a2eb13: Pulling fs layer [2021-04-10T03:04:20.718Z] 93359f2a8cfa: Waiting [2021-04-10T03:04:20.718Z] 7c6f9722023f: Waiting [2021-04-10T03:04:20.718Z] a35cf1a2eb13: Waiting [2021-04-10T03:04:20.718Z] bca2f99d35d6: Waiting [2021-04-10T03:04:20.718Z] de9db76c5a1d: Verifying Checksum [2021-04-10T03:04:20.718Z] de9db76c5a1d: Download complete [2021-04-10T03:04:20.718Z] 0ef7d3d256c8: Download complete [2021-04-10T03:04:20.718Z] 93359f2a8cfa: Verifying Checksum [2021-04-10T03:04:20.718Z] 93359f2a8cfa: Download complete [2021-04-10T03:04:20.718Z] 7c6f9722023f: Download complete [2021-04-10T03:04:20.718Z] 188c0c94c7c5: Download complete [2021-04-10T03:04:21.293Z] 188c0c94c7c5: Pull complete [2021-04-10T03:04:21.293Z] 0ef7d3d256c8: Pull complete [2021-04-10T03:04:21.555Z] de9db76c5a1d: Pull complete [2021-04-10T03:04:24.874Z] a35cf1a2eb13: Verifying Checksum [2021-04-10T03:04:24.874Z] a35cf1a2eb13: Download complete [2021-04-10T03:04:25.824Z] bca2f99d35d6: Verifying Checksum [2021-04-10T03:04:25.824Z] bca2f99d35d6: Download complete [2021-04-10T03:04:29.399Z] Still waiting to schedule task [2021-04-10T03:04:29.399Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-10T03:04:31.145Z] bca2f99d35d6: Pull complete [2021-04-10T03:04:31.145Z] 93359f2a8cfa: Pull complete [2021-04-10T03:04:31.145Z] 7c6f9722023f: Pull complete [2021-04-10T03:04:37.769Z] a35cf1a2eb13: Pull complete [2021-04-10T03:04:37.769Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-10T03:04:37.769Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-10T03:04:37.769Z] ---> a62c8e92a672 [2021-04-10T03:04:37.769Z] 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-04-10T03:04:37.769Z] ---> Running in 78a84e111869 [2021-04-10T03:04:37.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:04:38.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:04:38.608Z] (1/12) Installing libmagic (5.38-r0) [2021-04-10T03:04:38.871Z] (2/12) Installing file (5.38-r0) [2021-04-10T03:04:38.871Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-10T03:04:38.871Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-10T03:04:42.188Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-10T03:04:42.189Z] (6/12) Installing patch (2.7.6-r6) [2021-04-10T03:04:42.189Z] (7/12) Installing build-base (0.5-r2) [2021-04-10T03:04:42.189Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-10T03:04:42.189Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-10T03:04:42.189Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-10T03:04:42.452Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-10T03:04:42.452Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-10T03:04:42.716Z] Executing busybox-1.31.1-r19.trigger [2021-04-10T03:04:42.716Z] OK: 233 MiB in 51 packages [2021-04-10T03:04:46.033Z] Removing intermediate container 78a84e111869 [2021-04-10T03:04:46.033Z] ---> b6cf99fe6bb6 [2021-04-10T03:04:46.033Z] Step 4/6 : WORKDIR /edgex-go [2021-04-10T03:04:46.033Z] ---> Running in 310aab26fb56 [2021-04-10T03:04:46.296Z] Removing intermediate container 310aab26fb56 [2021-04-10T03:04:46.297Z] ---> adf9c47c4b0d [2021-04-10T03:04:46.297Z] Step 5/6 : COPY go.mod . [2021-04-10T03:04:46.297Z] ---> c4bfade1e3bc [2021-04-10T03:04:46.297Z] Step 6/6 : RUN go mod download [2021-04-10T03:04:46.560Z] ---> Running in c559a0830f68 [2021-04-10T03:05:08.591Z] Removing intermediate container c559a0830f68 [2021-04-10T03:05:08.591Z] ---> 8c4129ca9ed1 [2021-04-10T03:05:08.591Z] Successfully built 8c4129ca9ed1 [2021-04-10T03:05:08.591Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:05:08.906Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-10T03:05:08.906Z] . [Pipeline] withDockerContainer [2021-04-10T03:05:09.006Z] prd-centos7-docker-4c-2g-33540 does not seem to be running inside a container [2021-04-10T03:05:09.060Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-10T03:05:10.350Z] $ docker top 13a2da9ec701063c556cc7f215c24a15d0a47a45a1d9758094633adc6d2724f1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-10T03:05:10.863Z] + go version [2021-04-10T03:05:10.863Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-10T03:05:10.880Z] $ docker stop --time=1 13a2da9ec701063c556cc7f215c24a15d0a47a45a1d9758094633adc6d2724f1 [2021-04-10T03:05:12.225Z] $ docker rm -f 13a2da9ec701063c556cc7f215c24a15d0a47a45a1d9758094633adc6d2724f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:05:13.040Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-10T03:05:13.040Z] . [Pipeline] withDockerContainer [2021-04-10T03:05:13.150Z] prd-centos7-docker-4c-2g-33540 does not seem to be running inside a container [2021-04-10T03:05:13.202Z] $ 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/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-10T03:05:13.877Z] $ docker top 0fc17e23edf13653074c61ae9f7fac1f48dd8defc33eb98e90241420b4174b1d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-10T03:05:14.059Z] ========================================================= [2021-04-10T03:05:14.059Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-10T03:05:14.059Z] ========================================================= [Pipeline] sh [2021-04-10T03:05:14.352Z] + make test [2021-04-10T03:05:14.352Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-10T03:05:22.553Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-10T03:05:37.607Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-10T03:05:44.272Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-10T03:05:44.272Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-10T03:05:44.272Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-10T03:05:47.626Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-10T03:05:47.626Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-10T03:05:47.626Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-10T03:05:47.626Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-10T03:05:47.891Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-10T03:05:48.482Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-10T03:05:51.084Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-10T03:05:51.084Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-10T03:05:51.084Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-10T03:05:53.688Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.150s coverage: 45.9% of statements [2021-04-10T03:05:53.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-10T03:05:53.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-10T03:05:53.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-10T03:05:53.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-10T03:05:53.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-10T03:05:53.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-10T03:05:53.688Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.069s coverage: 19.8% of statements [2021-04-10T03:05:53.688Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.097s coverage: 100.0% of statements [2021-04-10T03:05:56.571Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.227s coverage: 27.1% of statements [2021-04-10T03:05:56.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-10T03:05:56.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-10T03:05:56.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-10T03:05:56.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-10T03:05:56.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-10T03:05:56.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-10T03:05:56.571Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements [2021-04-10T03:05:56.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-10T03:05:56.571Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.101s coverage: 100.0% of statements [2021-04-10T03:05:56.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-10T03:05:56.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-10T03:05:56.571Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.080s coverage: 71.3% of statements [2021-04-10T03:05:56.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-10T03:05:56.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-10T03:05:56.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.182s coverage: 82.9% of statements [2021-04-10T03:05:56.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-10T03:05:56.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-10T03:05:56.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.062s coverage: 78.9% of statements [2021-04-10T03:05:56.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-10T03:06:00.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.392s coverage: 28.6% of statements [2021-04-10T03:06:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-10T03:06:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-10T03:06:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-10T03:06:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-10T03:06:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-10T03:06:00.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.115s coverage: 100.0% of statements [2021-04-10T03:06:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-10T03:06:00.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.081s coverage: 100.0% of statements [2021-04-10T03:06:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-10T03:06:00.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.140s coverage: 86.7% of statements [2021-04-10T03:06:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-10T03:06:00.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.138s coverage: 97.5% of statements [2021-04-10T03:06:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-10T03:06:00.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.074s coverage: 78.3% of statements [2021-04-10T03:06:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-10T03:06:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-10T03:06:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-10T03:06:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-10T03:06:02.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.466s coverage: 92.8% of statements [2021-04-10T03:06:02.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-10T03:06:02.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-10T03:06:02.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-10T03:06:02.814Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-10T03:06:02.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-10T03:06:02.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-10T03:06:02.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-10T03:06:02.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-10T03:06:02.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-10T03:06:02.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-10T03:06:02.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-10T03:06:02.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-10T03:06:02.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-10T03:06:02.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-10T03:06:02.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-10T03:06:02.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-10T03:06:02.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-10T03:06:02.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-10T03:06:02.814Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.080s coverage: 58.8% of statements [2021-04-10T03:06:02.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-10T03:06:02.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-10T03:06:02.814Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.075s coverage: 1.0% of statements [2021-04-10T03:06:02.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-10T03:06:02.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-10T03:06:02.814Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-10T03:06:02.814Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 47.1% of statements [2021-04-10T03:06:02.814Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.110s coverage: 79.5% of statements [2021-04-10T03:06:02.814Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements [2021-04-10T03:06:02.814Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements [2021-04-10T03:06:02.814Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.048s coverage: 87.5% of statements [2021-04-10T03:06:15.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.077s coverage: 94.4% of statements [2021-04-10T03:06:15.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.047s coverage: 44.8% of statements [2021-04-10T03:06:17.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.203s coverage: 81.5% of statements [2021-04-10T03:06:17.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-10T03:06:17.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.048s coverage: 87.1% of statements [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.108s coverage: 92.9% of statements [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.035s coverage: 87.2% of statements [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.074s coverage: 84.6% of statements [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.104s coverage: 91.6% of statements [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.195s coverage: 64.4% of statements [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 91.3% of statements [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.299s coverage: 69.0% of statements [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.112s coverage: 38.4% of statements [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.040s coverage: 89.5% of statements [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.032s coverage: 84.8% of statements [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.133s coverage: 47.0% of statements [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.051s coverage: 11.0% of statements [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.165s coverage: 87.1% of statements [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.764s coverage: 29.1% of statements [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.056s coverage: 100.0% of statements [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.111s coverage: 95.6% of statements [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-10T03:06:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-10T03:06:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-04-10T03:06:27.763Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 28.1% of statements [2021-04-10T03:06:27.763Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-04-10T03:06:28.042Z] GO111MODULE=on go vet ./... [2021-04-10T03:06:54.860Z] gofmt -l . [2021-04-10T03:06:54.860Z] [ "`gofmt -l .`" = "" ] [2021-04-10T03:06:55.447Z] ./bin/test-go-mod-tidy.sh [2021-04-10T03:06:56.033Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-10T03:06:56.952Z] + ls -al . [2021-04-10T03:06:56.952Z] total 808 [2021-04-10T03:06:56.952Z] drwxrwxr-x 10 1001 1001 4096 Apr 10 03:06 . [2021-04-10T03:06:56.952Z] drwxr-xr-x 4 root root 30 Apr 10 03:05 .. [2021-04-10T03:06:56.952Z] -rw-rw-r-- 1 1001 1001 11 Apr 10 03:03 .dockerignore [2021-04-10T03:06:56.952Z] drwxrwxr-x 8 1001 1001 179 Apr 10 03:03 .git [2021-04-10T03:06:56.952Z] drwxrwxr-x 3 1001 1001 125 Apr 10 03:03 .github [2021-04-10T03:06:56.952Z] -rw-rw-r-- 1 1001 1001 818 Apr 10 03:03 .gitignore [2021-04-10T03:06:56.952Z] drwx------ 3 1001 1001 60 Apr 10 03:04 .semver [2021-04-10T03:06:56.952Z] -rw-rw-r-- 1 1001 1001 166 Apr 10 03:03 .sonarcloud.properties [2021-04-10T03:06:56.952Z] -rw-rw-r-- 1 1001 1001 8607 Apr 10 03:03 Attribution.txt [2021-04-10T03:06:56.952Z] -rw-rw-r-- 1 1001 1001 3804 Apr 10 03:03 CONTRIBUTING.md [2021-04-10T03:06:56.952Z] -rw-rw-r-- 1 1001 1001 931 Apr 10 03:03 Dockerfile.build [2021-04-10T03:06:56.952Z] -rw-rw-r-- 1 1001 1001 863 Apr 10 03:03 Jenkinsfile [2021-04-10T03:06:56.952Z] -rw-rw-r-- 1 1001 1001 10775 Apr 10 03:03 LICENSE [2021-04-10T03:06:56.952Z] -rw-rw-r-- 1 1001 1001 5774 Apr 10 03:03 Makefile [2021-04-10T03:06:56.952Z] -rw-rw-r-- 1 1001 1001 6548 Apr 10 03:03 README.md [2021-04-10T03:06:56.952Z] -rw-rw-r-- 1 1001 1001 6755 Apr 10 03:03 SECURITY.md [2021-04-10T03:06:56.952Z] -rw-rw-r-- 1 1001 1001 5 Apr 10 03:04 VERSION [2021-04-10T03:06:56.952Z] -rw-rw-r-- 1 1001 1001 4131 Apr 10 03:03 ZMQWindows.md [2021-04-10T03:06:56.952Z] drwxrwxr-x 2 1001 1001 117 Apr 10 03:03 bin [2021-04-10T03:06:56.952Z] drwxrwxr-x 14 1001 1001 4096 Apr 10 03:03 cmd [2021-04-10T03:06:56.952Z] -rw-r--r-- 1 root root 697573 Apr 10 03:06 coverage.out [2021-04-10T03:06:56.952Z] -rw-r--r-- 1 root root 1057 Apr 10 03:06 go.mod [2021-04-10T03:06:56.952Z] -rw-r--r-- 1 root root 21913 Apr 10 03:06 go.sum [2021-04-10T03:06:56.952Z] drwxrwxr-x 8 1001 1001 127 Apr 10 03:03 internal [2021-04-10T03:06:56.952Z] drwxrwxr-x 4 1001 1001 26 Apr 10 03:03 openapi [2021-04-10T03:06:56.952Z] drwxrwxr-x 4 1001 1001 71 Apr 10 03:03 snap [2021-04-10T03:06:56.952Z] -rw-rw-r-- 1 1001 1001 168 Apr 10 03:03 version.go [Pipeline] sh [2021-04-10T03:06:57.257Z] + '[' -e coverage.out ] [2021-04-10T03:06:57.257Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-10T03:06:57.524Z] Stashed 1 file(s) [Pipeline] sh [2021-04-10T03:06:57.829Z] + make build [2021-04-10T03:06:57.829Z] 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-04-10T03:07:03.162Z] 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-04-10T03:07:11.441Z] 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-04-10T03:07:12.391Z] 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-04-10T03:07:14.329Z] 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-04-10T03:07:14.595Z] 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-04-10T03:07:16.007Z] 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-04-10T03:07:17.932Z] 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-04-10T03:07:18.881Z] 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-04-10T03:07:19.837Z] 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-04-10T03:07:21.240Z] 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-04-10T03:07:22.191Z] 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-04-10T03:07:24.794Z] $ docker stop --time=1 0fc17e23edf13653074c61ae9f7fac1f48dd8defc33eb98e90241420b4174b1d [2021-04-10T03:07:26.486Z] $ docker rm -f 0fc17e23edf13653074c61ae9f7fac1f48dd8defc33eb98e90241420b4174b1d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:07:28.426Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-10T03:07:28.426Z] [2021-04-10T03:07:28.426Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:07:28.776Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-10T03:07:28.776Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-10T03:07:28.776Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-10T03:07:28.776Z] ca9280d653b3: Pulling fs layer [2021-04-10T03:07:28.776Z] 7e9c9ca2126c: Pulling fs layer [2021-04-10T03:07:29.038Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-10T03:07:29.038Z] cbdbe7a5bc2a: Download complete [2021-04-10T03:07:29.300Z] cbdbe7a5bc2a: Pull complete [2021-04-10T03:07:29.562Z] ca9280d653b3: Verifying Checksum [2021-04-10T03:07:29.562Z] ca9280d653b3: Download complete [2021-04-10T03:07:30.515Z] 7e9c9ca2126c: Verifying Checksum [2021-04-10T03:07:30.515Z] 7e9c9ca2126c: Download complete [2021-04-10T03:07:30.777Z] ca9280d653b3: Pull complete [2021-04-10T03:07:38.944Z] 7e9c9ca2126c: Pull complete [2021-04-10T03:07:38.944Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-10T03:07:38.944Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-10T03:07:38.944Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-10T03:07:39.063Z] prd-centos7-docker-4c-2g-33540 does not seem to be running inside a container [2021-04-10T03:07:39.123Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-10T03:07:42.379Z] $ docker top 051478204d595f18c8df991bd641eb979787a90fdca80cb52ab59bd2638a3825 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-10T03:07:43.173Z] + docker-compose build --help [2021-04-10T03:07:43.173Z] + grep parallel [2021-04-10T03:07:44.238Z] --parallel Build images in parallel. [Pipeline] } [2021-04-10T03:07:44.257Z] $ docker stop --time=1 051478204d595f18c8df991bd641eb979787a90fdca80cb52ab59bd2638a3825 [2021-04-10T03:07:45.675Z] $ docker rm -f 051478204d595f18c8df991bd641eb979787a90fdca80cb52ab59bd2638a3825 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:07:46.274Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-10T03:07:46.274Z] . [Pipeline] withDockerContainer [2021-04-10T03:07:46.377Z] prd-centos7-docker-4c-2g-33540 does not seem to be running inside a container [2021-04-10T03:07:46.426Z] $ 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/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-10T03:07:47.086Z] $ docker top 45c7c175745f3632c777d49be5c7ec2795027624db9c35f523d5e60d1ecface3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-10T03:07:47.564Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-10T03:07:47.912Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33543 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-04-10T03:07:47.964Z] Running in /w/workspace/edgex-go/65 [Pipeline] { [Pipeline] checkout [2021-04-10T03:07:48.507Z] Building docker-core-command-go ... [2021-04-10T03:07:48.507Z] Building docker-core-data-go ... [2021-04-10T03:07:48.507Z] Building docker-core-metadata-go ... [2021-04-10T03:07:48.507Z] Building docker-security-bootstrapper-go ... [2021-04-10T03:07:48.507Z] Building docker-security-proxy-setup-go ... [2021-04-10T03:07:48.507Z] Building docker-security-secretstore-setup-go ... [2021-04-10T03:07:48.507Z] Building docker-support-notifications-go ... [2021-04-10T03:07:48.507Z] Building docker-support-scheduler-go ... [2021-04-10T03:07:48.507Z] Building docker-sys-mgmt-agent-go ... [2021-04-10T03:07:48.507Z] Building docker-support-scheduler-go [2021-04-10T03:07:48.507Z] Building docker-security-proxy-setup-go [2021-04-10T03:07:48.507Z] Building docker-security-bootstrapper-go [2021-04-10T03:07:48.507Z] Building docker-core-data-go [2021-04-10T03:07:48.507Z] Building docker-sys-mgmt-agent-go [2021-04-10T03:07:53.373Z] using credential edgex-jenkins-ssh [2021-04-10T03:07:53.432Z] Cloning the remote Git repository [2021-04-10T03:07:53.499Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-10T03:07:53.616Z] > git init /w/workspace/edgex-go/65 # timeout=10 [2021-04-10T03:07:53.708Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-10T03:07:53.710Z] > git --version # timeout=10 [2021-04-10T03:07:53.728Z] > git --version # 'git version 2.17.1' [2021-04-10T03:07:53.729Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-10T03:07:53.806Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-10T03:08:10.144Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-10T03:08:10.165Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-10T03:08:10.201Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-10T03:08:10.238Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-10T03:08:10.239Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-10T03:08:10.254Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-10T03:08:10.980Z] Merging remotes/origin/master commit 5fbc40a6d599e39a91f6678812b3f73148dc0647 into PR head commit 004a490566fdcd1518f4e6d8dbc6f7b342429327 [2021-04-10T03:08:11.571Z] Merge succeeded, producing 004a490566fdcd1518f4e6d8dbc6f7b342429327 [2021-04-10T03:08:11.571Z] Checking out Revision 004a490566fdcd1518f4e6d8dbc6f7b342429327 (PR-3234) [2021-04-10T03:08:10.993Z] > git config core.sparsecheckout # timeout=10 [2021-04-10T03:08:11.014Z] > git checkout -f 004a490566fdcd1518f4e6d8dbc6f7b342429327 # timeout=10 [2021-04-10T03:08:11.352Z] > git remote # timeout=10 [2021-04-10T03:08:11.433Z] > git config --get remote.origin.url # timeout=10 [2021-04-10T03:08:11.461Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-10T03:08:11.473Z] > git merge 5fbc40a6d599e39a91f6678812b3f73148dc0647 # timeout=10 [2021-04-10T03:08:11.518Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-10T03:08:11.573Z] > git config core.sparsecheckout # timeout=10 [2021-04-10T03:08:11.596Z] > git checkout -f 004a490566fdcd1518f4e6d8dbc6f7b342429327 # timeout=10 [2021-04-10T03:08:16.148Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-10T03:08:17.496Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-10T03:08:17.911Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-10T03:08:18.297Z] + sudo service docker restart [2021-04-10T03:08:18.298Z] + true [2021-04-10T03:08:20.809Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:08:20.809Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:08:20.809Z] ---> 8c4129ca9ed1 [2021-04-10T03:08:20.809Z] Step 3/23 : WORKDIR /edgex-go [2021-04-10T03:08:20.809Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:08:20.809Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:08:20.809Z] ---> 8c4129ca9ed1 [2021-04-10T03:08:20.809Z] Step 3/23 : WORKDIR /edgex-go [2021-04-10T03:08:20.809Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:08:20.809Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:08:20.809Z] ---> 8c4129ca9ed1 [2021-04-10T03:08:20.809Z] Step 3/31 : WORKDIR /edgex-go [2021-04-10T03:08:20.809Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:08:20.809Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:08:20.809Z] ---> 8c4129ca9ed1 [2021-04-10T03:08:20.809Z] Step 3/21 : WORKDIR /edgex-go [2021-04-10T03:08:20.809Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:08:20.809Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:08:20.809Z] ---> 8c4129ca9ed1 [2021-04-10T03:08:20.809Z] Step 3/22 : WORKDIR /edgex-go [2021-04-10T03:08:20.809Z] ---> Running in 97d1eb9f316e [2021-04-10T03:08:20.809Z] ---> Running in df96ee8bb43a [2021-04-10T03:08:20.809Z] ---> Running in f2a9e26ffb84 [2021-04-10T03:08:20.809Z] ---> Running in 151822f89892 [2021-04-10T03:08:20.809Z] ---> Running in bd0d7c710c21 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-10T03:08:20.996Z] provisioning config files... [2021-04-10T03:08:21.045Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/65@tmp/config2545166865476191139tmp [2021-04-10T03:08:21.073Z] Removing intermediate container f2a9e26ffb84 [2021-04-10T03:08:21.074Z] ---> 467825a9c0b0 [2021-04-10T03:08:21.074Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-10T03:08:21.337Z] Removing intermediate container df96ee8bb43a [2021-04-10T03:08:21.337Z] ---> fa1c4ee01c02 [2021-04-10T03:08:21.337Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:08:21.337Z] Removing intermediate container bd0d7c710c21 [2021-04-10T03:08:21.337Z] ---> 49bf5bf42e87 [2021-04-10T03:08:21.337Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:08:21.337Z] Removing intermediate container 151822f89892 [2021-04-10T03:08:21.337Z] ---> 9e889d2a614c [2021-04-10T03:08:21.337Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:08:21.337Z] Removing intermediate container 97d1eb9f316e [2021-04-10T03:08:21.337Z] ---> ce4d7984bfa0 [2021-04-10T03:08:21.337Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:08:21.337Z] ---> Running in 21d84d343bdb [2021-04-10T03:08:21.452Z] ---> docker-login.sh [2021-04-10T03:08:21.452Z] nexus3.edgexfoundry.org:10001 [2021-04-10T03:08:21.602Z] ---> Running in 10ed8919f4f4 [2021-04-10T03:08:21.602Z] ---> Running in 5a41927c2cfd [2021-04-10T03:08:21.602Z] ---> Running in 36e10cd1ab4c [2021-04-10T03:08:21.602Z] ---> Running in 777ff2434166 [2021-04-10T03:08:22.431Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:08:22.705Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:08:22.705Z] Configure a credential helper to remove this warning. See [2021-04-10T03:08:22.705Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:08:22.705Z] [2021-04-10T03:08:22.705Z] Login Succeeded [2021-04-10T03:08:22.705Z] nexus3.edgexfoundry.org:10002 [2021-04-10T03:08:22.980Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:08:23.260Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:08:23.260Z] Configure a credential helper to remove this warning. See [2021-04-10T03:08:23.260Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:08:23.260Z] [2021-04-10T03:08:23.260Z] Login Succeeded [2021-04-10T03:08:23.260Z] nexus3.edgexfoundry.org:10003 [2021-04-10T03:08:23.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:08:23.544Z] Removing intermediate container 10ed8919f4f4 [2021-04-10T03:08:23.544Z] ---> 8d03148646e5 [2021-04-10T03:08:23.544Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-10T03:08:23.544Z] Removing intermediate container 21d84d343bdb [2021-04-10T03:08:23.544Z] ---> 028b291a8e8d [2021-04-10T03:08:23.544Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-10T03:08:23.544Z] ---> Running in fcbb6a4d9d46 [2021-04-10T03:08:23.806Z] ---> Running in 782b880dfb9c [2021-04-10T03:08:23.806Z] Removing intermediate container 36e10cd1ab4c [2021-04-10T03:08:23.806Z] ---> 2cea32934e48 [2021-04-10T03:08:23.806Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-10T03:08:23.811Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:08:23.811Z] Configure a credential helper to remove this warning. See [2021-04-10T03:08:23.811Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:08:23.811Z] [2021-04-10T03:08:23.811Z] Login Succeeded [2021-04-10T03:08:23.811Z] nexus3.edgexfoundry.org:10004 [2021-04-10T03:08:24.069Z] Removing intermediate container 777ff2434166 [2021-04-10T03:08:24.070Z] ---> 68f995ddcb11 [2021-04-10T03:08:24.070Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-10T03:08:24.070Z] ---> Running in fb6606e4d14d [2021-04-10T03:08:24.070Z] Removing intermediate container 5a41927c2cfd [2021-04-10T03:08:24.070Z] ---> e624b0daee88 [2021-04-10T03:08:24.070Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-10T03:08:24.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:08:24.339Z] ---> Running in aa0fccccd78e [2021-04-10T03:08:24.339Z] ---> Running in fda5936f9b0f [2021-04-10T03:08:24.362Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:08:24.363Z] Configure a credential helper to remove this warning. See [2021-04-10T03:08:24.363Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:08:24.363Z] [2021-04-10T03:08:24.363Z] Login Succeeded [2021-04-10T03:08:24.363Z] docker.io [2021-04-10T03:08:24.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:08:24.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:08:24.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:08:24.927Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:08:24.927Z] Configure a credential helper to remove this warning. See [2021-04-10T03:08:24.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:08:24.927Z] [2021-04-10T03:08:24.927Z] Login Succeeded [2021-04-10T03:08:24.944Z] ---> docker-login.sh ends [Pipeline] } [2021-04-10T03:08:24.946Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-04-10T03:08:25.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:08:25.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:08:25.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] echo [2021-04-10T03:08:25.435Z] ========================================================= [2021-04-10T03:08:25.435Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-10T03:08:25.435Z] ========================================================= [2021-04-10T03:08:25.454Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:08:25.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:08:25.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:08:25.858Z] + 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-04-10T03:08:25.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:08:25.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:08:26.255Z] OK: 233 MiB in 51 packages [2021-04-10T03:08:26.516Z] OK: 233 MiB in 51 packages [2021-04-10T03:08:26.517Z] OK: 233 MiB in 51 packages [2021-04-10T03:08:26.517Z] OK: 233 MiB in 51 packages [2021-04-10T03:08:26.789Z] Removing intermediate container 782b880dfb9c [2021-04-10T03:08:26.789Z] ---> 7afffbc921e9 [2021-04-10T03:08:26.789Z] Step 6/22 : COPY go.mod . [2021-04-10T03:08:26.789Z] OK: 233 MiB in 51 packages [2021-04-10T03:08:27.053Z] Removing intermediate container fcbb6a4d9d46 [2021-04-10T03:08:27.053Z] ---> a5d335f7911c [2021-04-10T03:08:27.053Z] Step 6/21 : COPY go.mod . [2021-04-10T03:08:27.331Z] ---> 6d0932a9157e [2021-04-10T03:08:27.331Z] Step 7/22 : RUN go mod download [2021-04-10T03:08:27.606Z] Removing intermediate container fb6606e4d14d [2021-04-10T03:08:27.606Z] ---> 7e08dd4553cb [2021-04-10T03:08:27.606Z] Step 6/23 : COPY go.mod . [2021-04-10T03:08:27.606Z] ---> Running in d105888e921b [2021-04-10T03:08:27.606Z] ---> e84e8b1c9133 [2021-04-10T03:08:27.606Z] Step 7/21 : RUN go mod download [2021-04-10T03:08:27.606Z] Removing intermediate container fda5936f9b0f [2021-04-10T03:08:27.606Z] ---> bbe0bb12d2c5 [2021-04-10T03:08:27.606Z] Step 6/23 : COPY go.mod . [2021-04-10T03:08:27.872Z] ---> Running in ea8d373cda88 [2021-04-10T03:08:28.144Z] Removing intermediate container aa0fccccd78e [2021-04-10T03:08:28.144Z] ---> a1749b7644bf [2021-04-10T03:08:28.144Z] Step 6/31 : COPY go.mod . [2021-04-10T03:08:28.144Z] ---> 54afbeb79394 [2021-04-10T03:08:28.144Z] Step 7/23 : RUN go mod download [2021-04-10T03:08:28.144Z] ---> a07e9a191d47 [2021-04-10T03:08:28.144Z] Step 7/23 : RUN go mod download [2021-04-10T03:08:28.409Z] ---> Running in 0e27cae191ac [2021-04-10T03:08:28.409Z] ---> Running in e06a47b7c389 [2021-04-10T03:08:28.509Z] Sending build context to Docker daemon 167.2MB [2021-04-10T03:08:28.509Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-10T03:08:28.509Z] Step 2/6 : FROM ${BASE} [2021-04-10T03:08:28.509Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-10T03:08:28.509Z] 5f621e34cdf4: Pulling fs layer [2021-04-10T03:08:28.509Z] a4357932f1b6: Pulling fs layer [2021-04-10T03:08:28.509Z] 18c013af1878: Pulling fs layer [2021-04-10T03:08:28.509Z] 00ac8860ef70: Pulling fs layer [2021-04-10T03:08:28.509Z] 63d7cb157983: Pulling fs layer [2021-04-10T03:08:28.509Z] b116817d02f9: Pulling fs layer [2021-04-10T03:08:28.509Z] 745a02a5169b: Pulling fs layer [2021-04-10T03:08:28.509Z] 63d7cb157983: Waiting [2021-04-10T03:08:28.509Z] b116817d02f9: Waiting [2021-04-10T03:08:28.509Z] 745a02a5169b: Waiting [2021-04-10T03:08:28.509Z] 00ac8860ef70: Waiting [2021-04-10T03:08:28.509Z] 18c013af1878: Verifying Checksum [2021-04-10T03:08:28.509Z] 18c013af1878: Download complete [2021-04-10T03:08:28.509Z] a4357932f1b6: Verifying Checksum [2021-04-10T03:08:28.509Z] a4357932f1b6: Download complete [2021-04-10T03:08:28.509Z] 63d7cb157983: Verifying Checksum [2021-04-10T03:08:28.509Z] 63d7cb157983: Download complete [2021-04-10T03:08:28.671Z] ---> 79d452d8049b [2021-04-10T03:08:28.671Z] Step 7/31 : RUN go mod download [2021-04-10T03:08:28.671Z] ---> Running in a310b5778a7b [2021-04-10T03:08:28.804Z] b116817d02f9: Download complete [2021-04-10T03:08:28.804Z] 5f621e34cdf4: Verifying Checksum [2021-04-10T03:08:28.804Z] 5f621e34cdf4: Download complete [2021-04-10T03:08:29.849Z] 5f621e34cdf4: Pull complete [2021-04-10T03:08:30.089Z] Removing intermediate container ea8d373cda88 [2021-04-10T03:08:30.089Z] ---> a0127d05caf9 [2021-04-10T03:08:30.089Z] Step 8/21 : COPY . . [2021-04-10T03:08:30.089Z] Removing intermediate container d105888e921b [2021-04-10T03:08:30.089Z] ---> 1303ad844107 [2021-04-10T03:08:30.089Z] Step 8/22 : COPY . . [2021-04-10T03:08:30.449Z] a4357932f1b6: Pull complete [2021-04-10T03:08:30.728Z] 18c013af1878: Pull complete [2021-04-10T03:08:31.002Z] 745a02a5169b: Verifying Checksum [2021-04-10T03:08:31.002Z] 745a02a5169b: Download complete [2021-04-10T03:08:32.448Z] 00ac8860ef70: Verifying Checksum [2021-04-10T03:08:32.448Z] 00ac8860ef70: Download complete [2021-04-10T03:08:32.665Z] Removing intermediate container 0e27cae191ac [2021-04-10T03:08:32.666Z] ---> 6781959d3e39 [2021-04-10T03:08:32.666Z] Step 8/23 : COPY . . [2021-04-10T03:08:36.907Z] Removing intermediate container e06a47b7c389 [2021-04-10T03:08:36.907Z] ---> 8d5953894336 [2021-04-10T03:08:36.907Z] Step 8/23 : COPY . . [2021-04-10T03:08:37.507Z] Removing intermediate container a310b5778a7b [2021-04-10T03:08:37.507Z] ---> 91c3e27d5c1b [2021-04-10T03:08:37.507Z] Step 8/31 : COPY . . [2021-04-10T03:08:42.613Z] 00ac8860ef70: Pull complete [2021-04-10T03:08:42.613Z] 63d7cb157983: Pull complete [2021-04-10T03:08:42.887Z] b116817d02f9: Pull complete [2021-04-10T03:08:47.234Z] 745a02a5169b: Pull complete [2021-04-10T03:08:47.234Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-10T03:08:47.234Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-10T03:08:47.234Z] ---> b7e6874047d6 [2021-04-10T03:08:47.235Z] 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-04-10T03:08:50.643Z] ---> Running in f0a719478572 [2021-04-10T03:08:51.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:08:52.596Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:08:53.568Z] (1/12) Installing libmagic (5.38-r0) [2021-04-10T03:08:53.847Z] (2/12) Installing file (5.38-r0) [2021-04-10T03:08:53.847Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-10T03:08:54.117Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-10T03:09:04.247Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-10T03:09:04.247Z] (6/12) Installing patch (2.7.6-r6) [2021-04-10T03:09:04.247Z] (7/12) Installing build-base (0.5-r2) [2021-04-10T03:09:04.247Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-10T03:09:04.247Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-10T03:09:04.247Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-10T03:09:04.247Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-10T03:09:04.247Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-10T03:09:04.247Z] Executing busybox-1.31.1-r19.trigger [2021-04-10T03:09:04.247Z] OK: 217 MiB in 51 packages [2021-04-10T03:09:07.672Z] Removing intermediate container f0a719478572 [2021-04-10T03:09:07.672Z] ---> 8f00c37879c8 [2021-04-10T03:09:07.672Z] Step 4/6 : WORKDIR /edgex-go [2021-04-10T03:09:07.945Z] ---> Running in cda5fab17b77 [2021-04-10T03:09:08.222Z] Removing intermediate container cda5fab17b77 [2021-04-10T03:09:08.222Z] ---> 8b2f29250283 [2021-04-10T03:09:08.222Z] Step 5/6 : COPY go.mod . [2021-04-10T03:09:09.677Z] ---> addd1d5bc360 [2021-04-10T03:09:09.677Z] Step 6/6 : RUN go mod download [2021-04-10T03:09:09.677Z] ---> Running in f7a2fd443dfa [2021-04-10T03:09:16.827Z] ---> 8772db9764c1 [2021-04-10T03:09:16.827Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-10T03:09:16.827Z] ---> 58ffdeb7fde2 [2021-04-10T03:09:16.827Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-10T03:09:16.827Z] ---> Running in 2c58730e7bae [2021-04-10T03:09:16.827Z] ---> Running in 216944ef21d8 [2021-04-10T03:09:16.827Z] ---> e97085dfbc25 [2021-04-10T03:09:16.827Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-10T03:09:16.827Z] ---> 80f5590e1ee6 [2021-04-10T03:09:16.827Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-10T03:09:16.827Z] ---> e245c693e676 [2021-04-10T03:09:16.827Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-10T03:09:16.827Z] ---> Running in 86c525dcd597 [2021-04-10T03:09:16.827Z] ---> Running in 389f87ccbb92 [2021-04-10T03:09:16.827Z] ---> Running in c3d3f710d987 [2021-04-10T03:09:16.827Z] 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-04-10T03:09:16.827Z] 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-04-10T03:09:16.827Z] 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-04-10T03:09:16.827Z] 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-04-10T03:09:16.827Z] 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-04-10T03:09:42.042Z] Removing intermediate container f7a2fd443dfa [2021-04-10T03:09:42.042Z] ---> cafed8e44df1 [2021-04-10T03:09:42.042Z] Successfully built cafed8e44df1 [2021-04-10T03:09:42.042Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:09:42.402Z] + docker inspect -f . ci-base-image-arm64 [2021-04-10T03:09:42.402Z] . [Pipeline] withDockerContainer [2021-04-10T03:09:42.661Z] prd-ubuntu18.04-docker-arm64-4c-16g-33543 does not seem to be running inside a container [2021-04-10T03:09:42.741Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@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-04-10T03:09:44.230Z] $ docker top 8640c0bad0d56042ae5b067d8d1555d48159a4b589f841c700fc03300ba4a0ce -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-10T03:09:45.302Z] + go version [2021-04-10T03:09:45.302Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-10T03:09:45.320Z] $ docker stop --time=1 8640c0bad0d56042ae5b067d8d1555d48159a4b589f841c700fc03300ba4a0ce [2021-04-10T03:09:47.225Z] $ docker rm -f 8640c0bad0d56042ae5b067d8d1555d48159a4b589f841c700fc03300ba4a0ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:09:48.228Z] + docker inspect -f . ci-base-image-arm64 [2021-04-10T03:09:48.228Z] . [Pipeline] withDockerContainer [2021-04-10T03:09:48.519Z] prd-ubuntu18.04-docker-arm64-4c-16g-33543 does not seem to be running inside a container [2021-04-10T03:09:48.600Z] $ 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/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@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-04-10T03:09:49.168Z] 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-04-10T03:09:49.997Z] $ docker top e8c65c86d510e5a89b9ec5ddf6d701d65dbbc2d36022cdb08f8e876237b89fb4 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-10T03:09:50.391Z] ========================================================= [2021-04-10T03:09:50.391Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-10T03:09:50.391Z] ========================================================= [Pipeline] sh [2021-04-10T03:09:51.047Z] + make test [2021-04-10T03:09:51.047Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-10T03:09:56.078Z] Removing intermediate container 86c525dcd597 [2021-04-10T03:09:56.078Z] ---> 1edbc2ceaeb9 [2021-04-10T03:09:56.078Z] [2021-04-10T03:09:56.078Z] Step 10/31 : FROM alpine:3.12 [2021-04-10T03:09:56.078Z] Removing intermediate container 389f87ccbb92 [2021-04-10T03:09:56.078Z] ---> b3373f7d8035 [2021-04-10T03:09:56.078Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-10T03:09:56.078Z] 3.12: Pulling from library/alpine [2021-04-10T03:09:58.007Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-10T03:09:58.007Z] ---> Running in 904c32b65c01 [2021-04-10T03:09:58.007Z] Removing intermediate container 2c58730e7bae [2021-04-10T03:09:58.007Z] ---> dcd5cc577eb6 [2021-04-10T03:09:58.007Z] [2021-04-10T03:09:58.007Z] Step 10/22 : FROM alpine:3.12 [2021-04-10T03:09:58.007Z] Status: Downloaded newer image for alpine:3.12 [2021-04-10T03:09:58.007Z] ---> 7230e588e954 [2021-04-10T03:09:58.007Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-10T03:09:58.007Z] Removing intermediate container 216944ef21d8 [2021-04-10T03:09:58.007Z] ---> a5f78dcedc72 [2021-04-10T03:09:58.007Z] [2021-04-10T03:09:58.007Z] Step 10/21 : FROM alpine:3.12 [2021-04-10T03:09:58.007Z] ---> 7230e588e954 [2021-04-10T03:09:58.007Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-10T03:09:58.007Z] 3.12: Pulling from library/alpine [2021-04-10T03:09:58.007Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-10T03:09:58.007Z] Status: Image is up to date for alpine:3.12 [2021-04-10T03:09:58.007Z] ---> 7230e588e954 [2021-04-10T03:09:58.007Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-10T03:09:58.586Z] ---> Running in 42dd99fb9509 [2021-04-10T03:09:58.586Z] ---> Running in 2c05abf73c16 [2021-04-10T03:09:58.586Z] ---> Running in 89b58fa34b04 [2021-04-10T03:10:01.166Z] 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-04-10T03:10:01.166Z] Removing intermediate container 89b58fa34b04 [2021-04-10T03:10:01.166Z] ---> 21d161c41a4a [2021-04-10T03:10:01.166Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-10T03:10:01.166Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:10:01.166Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:10:01.166Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-10T03:10:01.166Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-10T03:10:01.166Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-10T03:10:01.166Z] (4/4) Installing curl (7.69.1-r3) [2021-04-10T03:10:01.166Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T03:10:01.166Z] Executing ca-certificates-20191127-r4.trigger [2021-04-10T03:10:01.443Z] OK: 7 MiB in 18 packages [2021-04-10T03:10:01.443Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:10:01.443Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:10:01.709Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-10T03:10:01.709Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T03:10:01.709Z] OK: 6 MiB in 15 packages [2021-04-10T03:10:01.972Z] ---> Running in 1adb4452b1de [2021-04-10T03:10:01.972Z] Removing intermediate container c3d3f710d987 [2021-04-10T03:10:01.972Z] ---> 0acb4f4795c1 [2021-04-10T03:10:01.972Z] [2021-04-10T03:10:01.972Z] Step 10/23 : FROM alpine:3.12 [2021-04-10T03:10:01.972Z] ---> 7230e588e954 [2021-04-10T03:10:01.972Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-10T03:10:02.235Z] ---> Running in 958ff29c85c0 [2021-04-10T03:10:03.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:10:03.197Z] Removing intermediate container 958ff29c85c0 [2021-04-10T03:10:03.197Z] ---> c0a2792eb0db [2021-04-10T03:10:03.197Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-10T03:10:03.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:10:03.197Z] Removing intermediate container 42dd99fb9509 [2021-04-10T03:10:03.197Z] ---> 68bab1f09742 [2021-04-10T03:10:03.197Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-10T03:10:03.197Z] ---> Running in 38110fd52397 [2021-04-10T03:10:03.197Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-10T03:10:03.197Z] (2/2) Installing su-exec (0.2-r1) [2021-04-10T03:10:03.197Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T03:10:03.197Z] OK: 6 MiB in 16 packages [2021-04-10T03:10:03.197Z] ---> Running in 185f3231663f [2021-04-10T03:10:03.459Z] Removing intermediate container 2c05abf73c16 [2021-04-10T03:10:03.459Z] ---> 7cb319d20dcd [2021-04-10T03:10:03.459Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-10T03:10:03.724Z] ---> Running in 391a1d29afea [2021-04-10T03:10:03.724Z] Removing intermediate container 904c32b65c01 [2021-04-10T03:10:03.724Z] ---> 62a50f290a50 [2021-04-10T03:10:03.724Z] [2021-04-10T03:10:03.724Z] Step 11/23 : FROM docker:20.10.0 [2021-04-10T03:10:03.724Z] Removing intermediate container 38110fd52397 [2021-04-10T03:10:03.724Z] ---> 3dcf0b6519d6 [2021-04-10T03:10:03.724Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-10T03:10:03.724Z] 20.10.0: Pulling from library/docker [2021-04-10T03:10:03.724Z] Removing intermediate container 185f3231663f [2021-04-10T03:10:03.724Z] ---> 0260a43cb5d2 [2021-04-10T03:10:03.724Z] Step 13/21 : WORKDIR /edgex [2021-04-10T03:10:03.986Z] ---> Running in 365f9c77f909 [2021-04-10T03:10:04.566Z] Removing intermediate container 391a1d29afea [2021-04-10T03:10:04.566Z] ---> 28df26af57b0 [2021-04-10T03:10:04.566Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-10T03:10:04.566Z] ---> Running in 6e378c3d260b [2021-04-10T03:10:04.834Z] Removing intermediate container 1adb4452b1de [2021-04-10T03:10:04.834Z] ---> 5803c319ec74 [2021-04-10T03:10:04.834Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-10T03:10:04.834Z] ---> Running in b0f57b3ea361 [2021-04-10T03:10:04.834Z] Removing intermediate container 365f9c77f909 [2021-04-10T03:10:04.834Z] ---> c977727faa28 [2021-04-10T03:10:04.834Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:10:05.412Z] ---> Running in 0643a35981e5 [2021-04-10T03:10:05.412Z] ---> Running in f68061d02151 [2021-04-10T03:10:05.412Z] Removing intermediate container 6e378c3d260b [2021-04-10T03:10:05.412Z] ---> 10746363fb63 [2021-04-10T03:10:05.412Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-10T03:10:05.676Z] Removing intermediate container b0f57b3ea361 [2021-04-10T03:10:05.676Z] ---> 453790ad313b [2021-04-10T03:10:05.676Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-10T03:10:05.676Z] Removing intermediate container 0643a35981e5 [2021-04-10T03:10:05.676Z] ---> 19e6d2e4ed8b [2021-04-10T03:10:05.676Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-10T03:10:05.949Z] ---> Running in 6e138749e309 [2021-04-10T03:10:05.949Z] ---> Running in 0b54e2c7152d [2021-04-10T03:10:05.949Z] ---> 257946c15c9e [2021-04-10T03:10:05.949Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-10T03:10:06.220Z] Removing intermediate container 6e138749e309 [2021-04-10T03:10:06.220Z] ---> aaad37bb2ad4 [2021-04-10T03:10:06.220Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T03:10:06.220Z] Removing intermediate container 0b54e2c7152d [2021-04-10T03:10:06.220Z] ---> b565b1d9706b [2021-04-10T03:10:06.220Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-10T03:10:06.486Z] ---> Running in 03d9ffc34628 [2021-04-10T03:10:06.486Z] ---> 8d175f973736 [2021-04-10T03:10:06.486Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-10T03:10:07.910Z] ---> 3172f3e4fa0c [2021-04-10T03:10:07.910Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-10T03:10:08.186Z] ---> d9b65e247b84 [2021-04-10T03:10:08.186Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-10T03:10:09.588Z] ---> 6df5b66a7491 [2021-04-10T03:10:09.588Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-10T03:10:09.588Z] Removing intermediate container f68061d02151 [2021-04-10T03:10:09.588Z] ---> 594294b5011a [2021-04-10T03:10:09.588Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-10T03:10:09.854Z] ---> Running in b6a2dc67ad25 [2021-04-10T03:10:09.854Z] ---> Running in 068fd95e4a30 [2021-04-10T03:10:09.854Z] ---> 2df87daec1ee [2021-04-10T03:10:09.854Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-10T03:10:10.119Z] ---> Running in 1a0e08a0be69 [2021-04-10T03:10:10.382Z] Removing intermediate container 068fd95e4a30 [2021-04-10T03:10:10.382Z] ---> 5cb07c89f401 [2021-04-10T03:10:10.382Z] Step 18/21 : CMD ["--init=true"] [2021-04-10T03:10:10.382Z] Removing intermediate container 03d9ffc34628 [2021-04-10T03:10:10.382Z] ---> 9204757563ff [2021-04-10T03:10:10.382Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-10T03:10:10.382Z] ---> Running in 3e304b19dd5a [2021-04-10T03:10:10.382Z] Removing intermediate container 1a0e08a0be69 [2021-04-10T03:10:10.382Z] ---> dd497fb51753 [2021-04-10T03:10:10.382Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T03:10:10.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:10:10.644Z] ---> Running in 06b7e6cd11f2 [2021-04-10T03:10:10.644Z] ---> Running in f74c5d3397fb [2021-04-10T03:10:10.644Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-10T03:10:10.644Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-10T03:10:10.644Z] ---> aefe523efa57 [2021-04-10T03:10:10.644Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-10T03:10:10.644Z] Removing intermediate container 3e304b19dd5a [2021-04-10T03:10:10.644Z] ---> 41afb506fc4f [2021-04-10T03:10:10.644Z] Step 19/21 : LABEL arch=x86_64 [2021-04-10T03:10:10.908Z] ---> Running in cdbaae921d8a [2021-04-10T03:10:10.908Z] ---> Running in 983b35b3c736 [2021-04-10T03:10:10.908Z] Removing intermediate container 06b7e6cd11f2 [2021-04-10T03:10:10.908Z] ---> 88332faa8a6c [2021-04-10T03:10:10.908Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-10T03:10:10.908Z] Removing intermediate container f74c5d3397fb [2021-04-10T03:10:10.908Z] ---> e590942a6665 [2021-04-10T03:10:10.908Z] Step 20/22 : LABEL arch=x86_64 [2021-04-10T03:10:11.170Z] ---> Running in 142add39a176 [2021-04-10T03:10:11.170Z] Removing intermediate container 983b35b3c736 [2021-04-10T03:10:11.170Z] ---> 1c217c26ccf6 [2021-04-10T03:10:11.170Z] Step 20/21 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 [2021-04-10T03:10:11.170Z] Removing intermediate container cdbaae921d8a [2021-04-10T03:10:11.170Z] ---> 939a2d36b513 [2021-04-10T03:10:11.170Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-10T03:10:11.434Z] ---> Running in b0e50d0ccc9c [2021-04-10T03:10:11.434Z] ---> 295fe114ab2f [2021-04-10T03:10:11.434Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-10T03:10:11.434Z] ---> Running in 9a3a543aa926 [2021-04-10T03:10:11.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:10:11.434Z] Removing intermediate container 142add39a176 [2021-04-10T03:10:11.434Z] ---> 8092bae044bb [2021-04-10T03:10:11.434Z] Step 21/22 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 [2021-04-10T03:10:11.697Z] ---> Running in ff441536931c [2021-04-10T03:10:11.958Z] ---> Running in 133443c15f59 [2021-04-10T03:10:11.959Z] Removing intermediate container b0e50d0ccc9c [2021-04-10T03:10:11.959Z] ---> 4db2fb16cfab [2021-04-10T03:10:11.959Z] Step 21/21 : LABEL version=0.0.0 [2021-04-10T03:10:12.227Z] ---> Running in fde704332c6e [2021-04-10T03:10:12.489Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-10T03:10:12.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:10:12.754Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-10T03:10:12.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:10:12.754Z] Removing intermediate container 133443c15f59 [2021-04-10T03:10:12.754Z] ---> 451069a8fc37 [2021-04-10T03:10:12.754Z] Step 22/22 : LABEL version=0.0.0 [2021-04-10T03:10:12.754Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-10T03:10:12.754Z] Removing intermediate container fde704332c6e [2021-04-10T03:10:12.754Z] ---> 18c03f566da8 [2021-04-10T03:10:12.754Z] [2021-04-10T03:10:12.754Z] (1/39) Installing readline (8.0.4-r0) [2021-04-10T03:10:12.754Z] (2/39) Installing bash (5.0.17-r0) [2021-04-10T03:10:13.017Z] ---> Running in 0ed7a9f3b036 [2021-04-10T03:10:13.017Z] Executing bash-5.0.17-r0.post-install [2021-04-10T03:10:13.017Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-10T03:10:13.017Z] (4/39) Installing libcurl (7.69.1-r3) [2021-04-10T03:10:13.017Z] (5/39) Installing curl (7.69.1-r3) [2021-04-10T03:10:13.017Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-10T03:10:13.017Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-10T03:10:13.017Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-10T03:10:13.017Z] (8/39) Installing expat (2.2.9-r1) [2021-04-10T03:10:13.017Z] (9/39) Installing libffi (3.3-r2) [2021-04-10T03:10:13.017Z] (10/39) Installing gdbm (1.13-r1) [2021-04-10T03:10:13.017Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-10T03:10:13.017Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-10T03:10:13.017Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-10T03:10:13.280Z] Successfully built 18c03f566da8 [2021-04-10T03:10:13.280Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-10T03:10:14.013Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-10T03:10:14.013Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T03:10:14.013Z] OK: 8 MiB in 20 packages [2021-04-10T03:10:15.454Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-10T03:10:15.454Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-04-10T03:10:15.454Z] Removing intermediate container 0ed7a9f3b036 [2021-04-10T03:10:15.454Z] ---> 680d4840f786 [2021-04-10T03:10:15.454Z] [2021-04-10T03:10:16.467Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-10T03:10:16.467Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-10T03:10:16.467Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-10T03:10:16.467Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-10T03:10:17.044Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-10T03:10:17.305Z] Successfully built 680d4840f786 [2021-04-10T03:10:17.567Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-10T03:10:17.567Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-10T03:10:17.567Z] Building docker-security-secretstore-setup-go [2021-04-10T03:10:17.567Z]  Building docker-support-scheduler-go ... done (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-10T03:10:17.864Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-10T03:10:18.146Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-10T03:10:19.545Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-10T03:10:20.120Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-10T03:10:21.534Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-10T03:10:21.535Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-10T03:10:21.797Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-10T03:10:22.075Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-10T03:10:22.075Z] Removing intermediate container ff441536931c [2021-04-10T03:10:22.075Z] ---> 0a3c0cc0375f [2021-04-10T03:10:22.075Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T03:10:22.075Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-10T03:10:22.075Z] Removing intermediate container b6a2dc67ad25 [2021-04-10T03:10:22.075Z] ---> 1a5be36d684d [2021-04-10T03:10:22.075Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T03:10:22.075Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-10T03:10:22.075Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-10T03:10:22.075Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-10T03:10:22.075Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-10T03:10:24.010Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-10T03:10:24.010Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-10T03:10:24.276Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-10T03:10:24.276Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-10T03:10:24.854Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-10T03:10:24.854Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-10T03:10:24.854Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-10T03:10:26.251Z] Executing busybox-1.31.1-r19.trigger [2021-04-10T03:10:26.518Z] OK: 72 MiB in 59 packages [2021-04-10T03:10:27.105Z] ---> 02dc401acbfa [2021-04-10T03:10:27.105Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-10T03:10:27.105Z] ---> e9a8d56f5001 [2021-04-10T03:10:27.105Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-10T03:10:33.749Z] ---> 837ac656110a [2021-04-10T03:10:33.749Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-10T03:10:33.750Z] ---> a35051be9779 [2021-04-10T03:10:33.750Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-10T03:10:33.750Z] Collecting docker-compose==1.23.2 [2021-04-10T03:10:34.018Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-10T03:10:34.283Z] ---> 810ed3cfcfbe [2021-04-10T03:10:34.283Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-10T03:10:34.283Z] ---> 6c77a00e086d [2021-04-10T03:10:34.283Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-10T03:10:34.550Z] Collecting cached-property<2,>=1.2.0 [2021-04-10T03:10:34.551Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-10T03:10:35.944Z] Collecting docopt<0.7,>=0.6.1 [2021-04-10T03:10:35.944Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-10T03:10:36.209Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:10:36.209Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:10:36.209Z] ---> 8c4129ca9ed1 [2021-04-10T03:10:36.209Z] Step 3/24 : WORKDIR /edgex-go [2021-04-10T03:10:36.209Z] ---> Using cache [2021-04-10T03:10:36.209Z] ---> ce4d7984bfa0 [2021-04-10T03:10:36.209Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:10:36.209Z] ---> Using cache [2021-04-10T03:10:36.209Z] ---> 68f995ddcb11 [2021-04-10T03:10:36.209Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-10T03:10:36.209Z] ---> Using cache [2021-04-10T03:10:36.209Z] ---> a1749b7644bf [2021-04-10T03:10:36.209Z] Step 6/24 : COPY go.mod . [2021-04-10T03:10:36.471Z] ---> Using cache [2021-04-10T03:10:36.471Z] ---> 79d452d8049b [2021-04-10T03:10:36.471Z] Step 7/24 : RUN go mod download [2021-04-10T03:10:36.471Z] ---> Using cache [2021-04-10T03:10:36.471Z] ---> 91c3e27d5c1b [2021-04-10T03:10:36.471Z] Step 8/24 : COPY . . [2021-04-10T03:10:36.471Z] ---> Using cache [2021-04-10T03:10:36.471Z] ---> e245c693e676 [2021-04-10T03:10:36.471Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-10T03:10:37.048Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:10:37.048Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:10:37.048Z] ---> 8c4129ca9ed1 [2021-04-10T03:10:37.048Z] Step 3/22 : WORKDIR /edgex-go [2021-04-10T03:10:37.048Z] ---> Using cache [2021-04-10T03:10:37.048Z] ---> ce4d7984bfa0 [2021-04-10T03:10:37.048Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:10:37.048Z] ---> Using cache [2021-04-10T03:10:37.048Z] ---> 68f995ddcb11 [2021-04-10T03:10:37.048Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-10T03:10:37.622Z] ---> Running in fecd3f6c519a [2021-04-10T03:10:37.622Z] ---> da82af23c36a [2021-04-10T03:10:37.622Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-10T03:10:37.622Z] ---> Running in d023eb16e8fb [2021-04-10T03:10:37.622Z] ---> Running in d63d8d63ec2a [2021-04-10T03:10:37.622Z] Collecting texttable<0.10,>=0.9.0 [2021-04-10T03:10:37.622Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-10T03:10:37.894Z] Removing intermediate container fecd3f6c519a [2021-04-10T03:10:37.894Z] ---> 6793f65f5c4f [2021-04-10T03:10:37.894Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T03:10:38.167Z] ---> Running in d9e591f0d83b [2021-04-10T03:10:38.167Z] ---> 96587a2b46f0 [2021-04-10T03:10:38.167Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-10T03:10:38.167Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-10T03:10:38.167Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-10T03:10:38.432Z] ---> Running in 2dea51eeee18 [2021-04-10T03:10:38.708Z] Removing intermediate container d9e591f0d83b [2021-04-10T03:10:38.708Z] ---> 88b55d209db6 [2021-04-10T03:10:38.708Z] Step 21/23 : LABEL arch=x86_64 [2021-04-10T03:10:38.708Z] 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-04-10T03:10:38.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:10:38.708Z] ---> Running in b396a06a5758 [2021-04-10T03:10:38.708Z] Removing intermediate container 2dea51eeee18 [2021-04-10T03:10:38.708Z] ---> 241a68b03455 [2021-04-10T03:10:38.708Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-10T03:10:38.978Z] Removing intermediate container b396a06a5758 [2021-04-10T03:10:38.978Z] ---> 74b55da1373f [2021-04-10T03:10:38.978Z] Step 22/23 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 [2021-04-10T03:10:38.978Z] Collecting PyYAML<4,>=3.10 [2021-04-10T03:10:38.978Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-10T03:10:38.978Z] ---> Running in 0b1f674fcb5b [2021-04-10T03:10:39.247Z] ---> 5305041798fb [2021-04-10T03:10:39.247Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-10T03:10:39.513Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:10:40.094Z] OK: 233 MiB in 51 packages [2021-04-10T03:10:40.094Z] Removing intermediate container 0b1f674fcb5b [2021-04-10T03:10:40.094Z] ---> 37c966d7512f [2021-04-10T03:10:40.094Z] Step 23/23 : LABEL version=0.0.0 [2021-04-10T03:10:40.094Z] ---> Running in 76d70067da51 [2021-04-10T03:10:40.370Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-10T03:10:40.370Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-10T03:10:40.370Z] ---> Running in d4f6cf02c4cd [2021-04-10T03:10:40.649Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-10T03:10:40.649Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-10T03:10:40.649Z] 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-04-10T03:10:40.923Z] Removing intermediate container d4f6cf02c4cd [2021-04-10T03:10:40.923Z] ---> b1100f2c1d88 [2021-04-10T03:10:40.923Z] [2021-04-10T03:10:40.923Z] Collecting docker<4.0,>=3.6.0 [2021-04-10T03:10:40.923Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-10T03:10:41.211Z] Successfully built b1100f2c1d88 [2021-04-10T03:10:41.211Z] Successfully tagged docker-core-data-go:latest [2021-04-10T03:10:41.211Z] Building docker-core-metadata-go [2021-04-10T03:10:41.211Z]  Building docker-core-data-go ... done Collecting jsonschema<3,>=2.5.1 [2021-04-10T03:10:41.211Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-10T03:10:41.211Z] Removing intermediate container d63d8d63ec2a [2021-04-10T03:10:41.211Z] ---> 4654fda03d66 [2021-04-10T03:10:41.211Z] Step 6/22 : COPY go.mod . [2021-04-10T03:10:41.488Z] 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-04-10T03:10:41.488Z] 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-04-10T03:10:41.488Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-10T03:10:41.488Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-10T03:10:41.786Z] Collecting idna<2.8,>=2.5 [2021-04-10T03:10:41.786Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-10T03:10:42.383Z] Collecting docker-pycreds>=0.4.0 [2021-04-10T03:10:42.383Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-10T03:10:44.322Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-10T03:10:44.322Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-10T03:10:44.322Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-10T03:10:44.322Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-10T03:10:44.322Z] Installing collected packages: cached-property, docopt, texttable, dockerpty, PyYAML, websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, docker-compose [2021-04-10T03:10:44.322Z] ---> 26aecced0540 [2021-04-10T03:10:44.322Z] Step 7/22 : RUN go mod download [2021-04-10T03:10:44.941Z] Running setup.py install for docopt: started [2021-04-10T03:10:45.531Z] ---> Running in 885c6b137236 [2021-04-10T03:10:45.531Z] Removing intermediate container 76d70067da51 [2021-04-10T03:10:45.531Z] ---> dcb337c140be [2021-04-10T03:10:45.531Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-10T03:10:45.531Z] Running setup.py install for docopt: finished with status 'done' [2021-04-10T03:10:45.531Z] Running setup.py install for texttable: started [2021-04-10T03:10:46.518Z] Running setup.py install for texttable: finished with status 'done' [2021-04-10T03:10:46.518Z] Running setup.py install for dockerpty: started [2021-04-10T03:10:46.796Z] ---> Running in d1ffac497e6b [2021-04-10T03:10:47.062Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-10T03:10:47.062Z] Running setup.py install for PyYAML: started [2021-04-10T03:10:47.329Z] Removing intermediate container d1ffac497e6b [2021-04-10T03:10:47.329Z] ---> f6aae62c0476 [2021-04-10T03:10:47.329Z] Step 28/31 : CMD ["gate"] [2021-04-10T03:10:47.600Z] ---> Running in 035f0f9babd0 [2021-04-10T03:10:48.210Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-10T03:10:49.173Z] Removing intermediate container 035f0f9babd0 [2021-04-10T03:10:49.173Z] ---> e498f20799bf [2021-04-10T03:10:49.173Z] Step 29/31 : LABEL arch=x86_64 [2021-04-10T03:10:49.448Z] Attempting uninstall: urllib3 [2021-04-10T03:10:49.448Z] Found existing installation: urllib3 1.25.9 [2021-04-10T03:10:49.448Z] Uninstalling urllib3-1.25.9: [2021-04-10T03:10:49.448Z] Successfully uninstalled urllib3-1.25.9 [2021-04-10T03:10:50.859Z] ---> Running in 39497cec9c0e [2021-04-10T03:10:50.859Z] Attempting uninstall: idna [2021-04-10T03:10:50.859Z] Found existing installation: idna 2.9 [2021-04-10T03:10:50.859Z] Uninstalling idna-2.9: [2021-04-10T03:10:50.859Z] Successfully uninstalled idna-2.9 [2021-04-10T03:10:51.485Z] Removing intermediate container 885c6b137236 [2021-04-10T03:10:51.485Z] ---> 216f54611599 [2021-04-10T03:10:51.485Z] Step 8/22 : COPY . . [2021-04-10T03:10:51.485Z] Attempting uninstall: requests [2021-04-10T03:10:51.485Z] Found existing installation: requests 2.23.0 [2021-04-10T03:10:51.485Z] Uninstalling requests-2.23.0: [2021-04-10T03:10:51.765Z] Successfully uninstalled requests-2.23.0 [2021-04-10T03:10:52.732Z] Removing intermediate container 39497cec9c0e [2021-04-10T03:10:52.732Z] ---> 68fd94b33052 [2021-04-10T03:10:52.732Z] Step 30/31 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 [2021-04-10T03:10:58.066Z] ---> Running in a3b4b58ec83e [2021-04-10T03:10:58.333Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:10:58.333Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:10:58.333Z] ---> 8c4129ca9ed1 [2021-04-10T03:10:58.333Z] Step 3/23 : WORKDIR /edgex-go [2021-04-10T03:10:58.333Z] ---> Using cache [2021-04-10T03:10:58.333Z] ---> ce4d7984bfa0 [2021-04-10T03:10:58.333Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:10:58.333Z] ---> Using cache [2021-04-10T03:10:58.333Z] ---> 68f995ddcb11 [2021-04-10T03:10:58.333Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-10T03:10:58.333Z] ---> Using cache [2021-04-10T03:10:58.333Z] ---> a1749b7644bf [2021-04-10T03:10:58.333Z] Step 6/23 : COPY go.mod . [2021-04-10T03:10:58.333Z] ---> Using cache [2021-04-10T03:10:58.333Z] ---> 79d452d8049b [2021-04-10T03:10:58.333Z] Step 7/23 : RUN go mod download [2021-04-10T03:10:58.333Z] ---> Using cache [2021-04-10T03:10:58.333Z] ---> 91c3e27d5c1b [2021-04-10T03:10:58.333Z] Step 8/23 : COPY . . [2021-04-10T03:10:58.333Z] ---> Using cache [2021-04-10T03:10:58.333Z] ---> e245c693e676 [2021-04-10T03:10:58.333Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-10T03:10:59.738Z] ---> Running in ac4e2ee49e26 [2021-04-10T03:10:59.738Z] Removing intermediate container a3b4b58ec83e [2021-04-10T03:10:59.738Z] ---> d92a356562c7 [2021-04-10T03:10:59.738Z] Step 31/31 : LABEL version=0.0.0 [2021-04-10T03:10:59.738Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-10T03:11:01.157Z] ---> Running in 36251d6853e1 [2021-04-10T03:11:01.157Z] 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-04-10T03:11:01.421Z] 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-04-10T03:11:04.024Z] Removing intermediate container 36251d6853e1 [2021-04-10T03:11:04.024Z] ---> 3a620f62e98a [2021-04-10T03:11:04.024Z] [2021-04-10T03:11:05.018Z] Successfully built 3a620f62e98a [2021-04-10T03:11:05.287Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-10T03:11:05.287Z] Building docker-core-command-go [2021-04-10T03:11:14.467Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-10T03:11:16.481Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-10T03:11:25.145Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-10T03:11:25.145Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-10T03:11:27.437Z]  Building docker-security-bootstrapper-go ... done  ---> 13e561f1bf0f [2021-04-10T03:11:27.437Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-10T03:11:27.437Z] ---> Running in 809d9d931938 [2021-04-10T03:11:27.437Z] Removing intermediate container d023eb16e8fb [2021-04-10T03:11:27.437Z] ---> 977b97cf659e [2021-04-10T03:11:27.437Z] [2021-04-10T03:11:27.437Z] Step 10/24 : FROM alpine:3.12 [2021-04-10T03:11:27.437Z] ---> 7230e588e954 [2021-04-10T03:11:27.437Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-10T03:11:28.861Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:11:28.861Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:11:28.861Z] ---> 8c4129ca9ed1 [2021-04-10T03:11:28.861Z] Step 3/23 : WORKDIR /edgex-go [2021-04-10T03:11:28.861Z] ---> Using cache [2021-04-10T03:11:28.861Z] ---> ce4d7984bfa0 [2021-04-10T03:11:28.861Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:11:28.861Z] ---> Using cache [2021-04-10T03:11:28.861Z] ---> 68f995ddcb11 [2021-04-10T03:11:28.861Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-10T03:11:28.861Z] ---> Using cache [2021-04-10T03:11:28.861Z] ---> a1749b7644bf [2021-04-10T03:11:28.861Z] Step 6/23 : COPY go.mod . [2021-04-10T03:11:28.861Z] ---> Using cache [2021-04-10T03:11:28.861Z] ---> 79d452d8049b [2021-04-10T03:11:28.861Z] Step 7/23 : RUN go mod download [2021-04-10T03:11:28.861Z] ---> Using cache [2021-04-10T03:11:28.861Z] ---> 91c3e27d5c1b [2021-04-10T03:11:28.861Z] Step 8/23 : COPY . . [2021-04-10T03:11:28.861Z] ---> Using cache [2021-04-10T03:11:28.861Z] ---> e245c693e676 [2021-04-10T03:11:28.861Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-10T03:11:29.442Z] ---> Running in 9f0d62d35310 [2021-04-10T03:11:29.465Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-10T03:11:29.465Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-10T03:11:29.465Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-10T03:11:29.465Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-10T03:11:29.705Z] 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-04-10T03:11:30.296Z] ---> Running in a46df690af52 [2021-04-10T03:11:31.266Z] 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-04-10T03:11:31.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:11:31.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:11:31.539Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-10T03:11:31.539Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-10T03:11:31.539Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-10T03:11:31.539Z] (4/6) Installing curl (7.69.1-r3) [2021-04-10T03:11:31.539Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-10T03:11:31.539Z] (6/6) Installing su-exec (0.2-r1) [2021-04-10T03:11:31.539Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T03:11:31.539Z] Executing ca-certificates-20191127-r4.trigger [2021-04-10T03:11:31.808Z] OK: 7 MiB in 20 packages [2021-04-10T03:11:32.890Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-10T03:11:33.171Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-10T03:11:33.271Z] Removing intermediate container 9a3a543aa926 [2021-04-10T03:11:33.271Z] ---> ce6766d73357 [2021-04-10T03:11:33.271Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-10T03:11:33.546Z] ---> Running in f773ea11b951 [2021-04-10T03:11:35.509Z] Removing intermediate container f773ea11b951 [2021-04-10T03:11:35.509Z] ---> fef651f707df [2021-04-10T03:11:35.509Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-10T03:11:35.776Z] ---> Running in f39a650e164b [2021-04-10T03:11:35.776Z] Removing intermediate container 9f0d62d35310 [2021-04-10T03:11:35.776Z] ---> 178dca74cf7a [2021-04-10T03:11:35.776Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-10T03:11:36.046Z] ---> Running in 3567b9e8d344 [2021-04-10T03:11:36.311Z] Removing intermediate container f39a650e164b [2021-04-10T03:11:36.311Z] ---> 0b2e3b85afae [2021-04-10T03:11:36.311Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-10T03:11:36.583Z] Removing intermediate container 3567b9e8d344 [2021-04-10T03:11:36.583Z] ---> 462c5379fa35 [2021-04-10T03:11:36.583Z] Step 13/24 : WORKDIR / [2021-04-10T03:11:36.864Z] ---> Running in 38775519a817 [2021-04-10T03:11:40.253Z] ---> 8f4932b5ccfa [2021-04-10T03:11:40.253Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-10T03:11:40.846Z] Removing intermediate container 38775519a817 [2021-04-10T03:11:40.846Z] ---> 5f139946c390 [2021-04-10T03:11:40.846Z] 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-04-10T03:11:41.480Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-10T03:11:41.480Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-10T03:11:41.480Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-10T03:11:42.275Z] Removing intermediate container ac4e2ee49e26 [2021-04-10T03:11:42.275Z] ---> b278aa9ad0ac [2021-04-10T03:11:42.275Z] [2021-04-10T03:11:42.275Z] Step 10/23 : FROM alpine:3.12 [2021-04-10T03:11:42.275Z] ---> 7230e588e954 [2021-04-10T03:11:42.275Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-10T03:11:42.275Z] ---> Using cache [2021-04-10T03:11:42.275Z] ---> 7cb319d20dcd [2021-04-10T03:11:42.275Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-10T03:11:42.275Z] ---> Using cache [2021-04-10T03:11:42.275Z] ---> 28df26af57b0 [2021-04-10T03:11:42.275Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-10T03:11:42.275Z] ---> 2113da0cc47e [2021-04-10T03:11:42.275Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-10T03:11:42.275Z] ---> 42fc8d79ee6f [2021-04-10T03:11:42.275Z] 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-04-10T03:11:43.321Z] ---> Running in 643b535f8ce7 [2021-04-10T03:11:43.811Z] ---> 6bebd5f37237 [2021-04-10T03:11:43.811Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-10T03:11:43.811Z] ---> 7bc712372ac4 [2021-04-10T03:11:43.811Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-10T03:11:44.228Z] Removing intermediate container 643b535f8ce7 [2021-04-10T03:11:44.228Z] ---> db15c41c7eb5 [2021-04-10T03:11:44.228Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-10T03:11:44.228Z] ---> Running in fbe70ecd8886 [2021-04-10T03:11:44.228Z] ---> Running in ac7f0e385828 [2021-04-10T03:11:44.641Z] ---> 6aaf3888cf4a [2021-04-10T03:11:44.641Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-10T03:11:44.910Z] Removing intermediate container fbe70ecd8886 [2021-04-10T03:11:44.910Z] ---> fec0f17989db [2021-04-10T03:11:44.910Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T03:11:44.910Z] Removing intermediate container ac7f0e385828 [2021-04-10T03:11:44.910Z] ---> b417ca6ac6a9 [2021-04-10T03:11:44.910Z] Step 15/23 : WORKDIR / [2021-04-10T03:11:45.178Z] ---> Running in 33df6d13700b [2021-04-10T03:11:45.178Z] ---> Running in cc3759d815b3 [2021-04-10T03:11:45.441Z] ---> 3ee7027313dd [2021-04-10T03:11:45.441Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-10T03:11:45.713Z] Removing intermediate container 33df6d13700b [2021-04-10T03:11:45.713Z] ---> ee5fca9eccfb [2021-04-10T03:11:45.713Z] Step 21/23 : LABEL arch=x86_64 [2021-04-10T03:11:45.713Z] Removing intermediate container cc3759d815b3 [2021-04-10T03:11:45.713Z] ---> 8d0e868a7a74 [2021-04-10T03:11:45.713Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T03:11:45.981Z] ---> Running in e74e90bb3638 [2021-04-10T03:11:47.948Z] ---> 56facdc9d8ad [2021-04-10T03:11:47.948Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-10T03:11:47.948Z] Removing intermediate container e74e90bb3638 [2021-04-10T03:11:47.948Z] ---> b18ff7eb6fad [2021-04-10T03:11:47.948Z] Step 22/23 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 [2021-04-10T03:11:48.227Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.439s coverage: 45.9% of statements [2021-04-10T03:11:48.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-10T03:11:48.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-10T03:11:48.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-10T03:11:48.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-10T03:11:48.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-10T03:11:48.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-10T03:11:48.227Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.203s coverage: 19.8% of statements [2021-04-10T03:11:48.508Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.280s coverage: 100.0% of statements [2021-04-10T03:11:48.548Z] ---> Running in f85e17604577 [2021-04-10T03:11:48.548Z] ---> 0e05c3cbe9e1 [2021-04-10T03:11:48.548Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-10T03:11:48.817Z] ---> 5e607a83f87b [2021-04-10T03:11:48.818Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-10T03:11:49.092Z] Removing intermediate container f85e17604577 [2021-04-10T03:11:49.092Z] ---> ad7c61c9fa3c [2021-04-10T03:11:49.092Z] Step 23/23 : LABEL version=0.0.0 [2021-04-10T03:11:49.365Z] ---> af631647042d [2021-04-10T03:11:49.365Z] 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-04-10T03:11:49.365Z] ---> Running in 421e23b84069 [2021-04-10T03:11:49.365Z] ---> Running in aaf6117bb9fc [2021-04-10T03:11:49.639Z] ---> e984d1836422 [2021-04-10T03:11:49.639Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-10T03:11:49.907Z] ---> Running in a92f4f080ce6 [2021-04-10T03:11:50.174Z] Removing intermediate container 421e23b84069 [2021-04-10T03:11:50.174Z] ---> 6fbc97a9b6ea [2021-04-10T03:11:50.174Z] [2021-04-10T03:11:50.174Z] Removing intermediate container a92f4f080ce6 [2021-04-10T03:11:50.174Z] ---> 32f19c36d15d [2021-04-10T03:11:50.174Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T03:11:50.442Z] Successfully built 6fbc97a9b6ea [2021-04-10T03:11:50.442Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-10T03:11:50.442Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in fd70041372f3 [2021-04-10T03:11:50.709Z] Removing intermediate container fd70041372f3 [2021-04-10T03:11:50.709Z] ---> 1db3c53621d8 [2021-04-10T03:11:50.709Z] Step 21/23 : LABEL arch=x86_64 [2021-04-10T03:11:50.709Z] ---> Running in 2d25ac19b56d [2021-04-10T03:11:50.972Z] Removing intermediate container 2d25ac19b56d [2021-04-10T03:11:50.972Z] ---> 1fef2acd90c5 [2021-04-10T03:11:50.972Z] Step 22/23 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 [2021-04-10T03:11:51.241Z] ---> Running in dfeb693a04b3 [2021-04-10T03:11:51.241Z] Removing intermediate container aaf6117bb9fc [2021-04-10T03:11:51.241Z] ---> 8501befb9fa2 [2021-04-10T03:11:51.241Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-10T03:11:51.241Z] ---> Running in 95a916354f52 [2021-04-10T03:11:51.503Z] Removing intermediate container dfeb693a04b3 [2021-04-10T03:11:51.503Z] ---> 34f7a7f99b09 [2021-04-10T03:11:51.503Z] Step 23/23 : LABEL version=0.0.0 [2021-04-10T03:11:51.769Z] ---> Running in 7d47254f1841 [2021-04-10T03:11:51.769Z] Removing intermediate container 95a916354f52 [2021-04-10T03:11:51.769Z] ---> 9db5763d3736 [2021-04-10T03:11:51.769Z] Step 22/24 : LABEL arch=x86_64 [2021-04-10T03:11:51.769Z] ---> Running in 6b604411f185 [2021-04-10T03:11:52.032Z] Removing intermediate container 7d47254f1841 [2021-04-10T03:11:52.032Z] ---> 47ab0f185d36 [2021-04-10T03:11:52.032Z] [2021-04-10T03:11:52.607Z] Successfully built 47ab0f185d36 [2021-04-10T03:11:53.554Z] Successfully tagged docker-core-metadata-go:latest [2021-04-10T03:11:53.554Z]  Building docker-core-metadata-go ... done Removing intermediate container 6b604411f185 [2021-04-10T03:11:53.554Z] ---> 17ef8ef661f0 [2021-04-10T03:11:53.554Z] Step 23/24 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 [2021-04-10T03:11:56.108Z] ---> Running in 1ce35f91ab52 [2021-04-10T03:11:56.108Z] Removing intermediate container 809d9d931938 [2021-04-10T03:11:56.108Z] ---> 9f801214aeb0 [2021-04-10T03:11:56.108Z] [2021-04-10T03:11:56.108Z] Step 10/22 : FROM alpine:3.12 [2021-04-10T03:11:56.108Z] ---> 7230e588e954 [2021-04-10T03:11:56.108Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-10T03:11:56.108Z] Removing intermediate container a46df690af52 [2021-04-10T03:11:56.108Z] ---> f39144f8f7e1 [2021-04-10T03:11:56.108Z] [2021-04-10T03:11:56.108Z] Step 10/23 : FROM alpine:3.12 [2021-04-10T03:11:56.108Z] ---> 7230e588e954 [2021-04-10T03:11:56.108Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-10T03:11:56.108Z] ---> Using cache [2021-04-10T03:11:56.108Z] ---> 7cb319d20dcd [2021-04-10T03:11:56.108Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-10T03:11:56.108Z] ---> Using cache [2021-04-10T03:11:56.108Z] ---> 28df26af57b0 [2021-04-10T03:11:56.108Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-10T03:11:56.371Z] ---> Running in c5d6420a6865 [2021-04-10T03:11:56.371Z] ---> Running in a2a1b801d2d9 [2021-04-10T03:11:56.371Z] Removing intermediate container 1ce35f91ab52 [2021-04-10T03:11:56.371Z] ---> c8d0a16a2fbb [2021-04-10T03:11:56.371Z] Step 24/24 : LABEL version=0.0.0 [2021-04-10T03:11:56.638Z] ---> Running in 7665fcfbc676 [2021-04-10T03:11:56.638Z] Removing intermediate container a2a1b801d2d9 [2021-04-10T03:11:56.638Z] ---> 26062e9ffdcd [2021-04-10T03:11:56.638Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-10T03:11:56.638Z] ---> Running in c62a5e4df742 [2021-04-10T03:11:56.841Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.615s coverage: 27.1% of statements [2021-04-10T03:11:56.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-10T03:11:56.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-10T03:11:56.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-10T03:11:56.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-10T03:11:56.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-10T03:11:56.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-10T03:11:56.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.142s coverage: 100.0% of statements [2021-04-10T03:11:56.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-10T03:11:56.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.173s coverage: 100.0% of statements [2021-04-10T03:11:56.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-10T03:11:56.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-10T03:11:56.900Z] Removing intermediate container 7665fcfbc676 [2021-04-10T03:11:56.900Z] ---> 0b1fcdb7d0b6 [2021-04-10T03:11:56.900Z] [2021-04-10T03:11:56.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:11:57.161Z] Successfully built 0b1fcdb7d0b6 [2021-04-10T03:11:57.161Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:11:57.161Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-10T03:11:57.161Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-10T03:11:57.161Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T03:11:57.161Z] Executing ca-certificates-20191127-r4.trigger [2021-04-10T03:11:57.424Z] OK: 6 MiB in 16 packages [2021-04-10T03:11:57.424Z] Removing intermediate container c62a5e4df742 [2021-04-10T03:11:57.424Z] ---> d5979a5e4689 [2021-04-10T03:11:57.424Z] Step 15/23 : WORKDIR / [2021-04-10T03:11:57.449Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.286s coverage: 71.3% of statements [2021-04-10T03:11:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-10T03:11:57.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-10T03:11:58.003Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-10T03:11:58.004Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 273ca714a238 [2021-04-10T03:11:58.266Z] Removing intermediate container 273ca714a238 [2021-04-10T03:11:58.266Z] ---> b8510a25443a [2021-04-10T03:11:58.266Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T03:11:58.839Z] Removing intermediate container c5d6420a6865 [2021-04-10T03:11:58.839Z] ---> 315d651db7bc [2021-04-10T03:11:58.839Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-10T03:11:58.839Z] ---> Running in 4643ea80e3b3 [2021-04-10T03:11:58.839Z] ---> 9769c2aca89b [2021-04-10T03:11:58.839Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-10T03:11:59.105Z] Removing intermediate container 4643ea80e3b3 [2021-04-10T03:11:59.105Z] ---> d8963e9efe2f [2021-04-10T03:11:59.105Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-10T03:11:59.367Z] ---> Running in 1ee926c8125a [2021-04-10T03:11:59.367Z] ---> 985caa01d678 [2021-04-10T03:11:59.367Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-10T03:11:59.367Z] Removing intermediate container 1ee926c8125a [2021-04-10T03:11:59.367Z] ---> 762836e50a91 [2021-04-10T03:11:59.367Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-10T03:11:59.634Z] ---> Running in bc5ff2a06098 [2021-04-10T03:11:59.634Z] ---> 5bd9e11160d6 [2021-04-10T03:11:59.634Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-10T03:11:59.634Z] Removing intermediate container bc5ff2a06098 [2021-04-10T03:11:59.634Z] ---> bafa5eee17ed [2021-04-10T03:11:59.634Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T03:11:59.634Z] ---> Running in 015cfa641c26 [2021-04-10T03:11:59.897Z] Removing intermediate container 015cfa641c26 [2021-04-10T03:11:59.897Z] ---> 50a104544e34 [2021-04-10T03:11:59.897Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T03:11:59.897Z] ---> Running in 057927a69af5 [2021-04-10T03:12:00.090Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.546s coverage: 82.9% of statements [2021-04-10T03:12:00.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-10T03:12:00.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-10T03:12:00.091Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.168s coverage: 78.9% of statements [2021-04-10T03:12:00.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-10T03:12:00.159Z] ---> a7759d1ea907 [2021-04-10T03:12:00.160Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-10T03:12:00.160Z] Removing intermediate container 057927a69af5 [2021-04-10T03:12:00.160Z] ---> 03b0d2340f39 [2021-04-10T03:12:00.160Z] Step 21/23 : LABEL arch=x86_64 [2021-04-10T03:12:00.160Z] ---> Running in a2fe569d4134 [2021-04-10T03:12:01.105Z] ---> 2ce9d2e7ad0f [2021-04-10T03:12:01.105Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-10T03:12:01.105Z] Removing intermediate container a2fe569d4134 [2021-04-10T03:12:01.105Z] ---> 17511d70b11c [2021-04-10T03:12:01.105Z] Step 22/23 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 [2021-04-10T03:12:01.368Z] ---> Running in e3b71ba2a4d0 [2021-04-10T03:12:01.368Z] Removing intermediate container e3b71ba2a4d0 [2021-04-10T03:12:01.368Z] ---> fec6f2d2cb2b [2021-04-10T03:12:01.368Z] Step 23/23 : LABEL version=0.0.0 [2021-04-10T03:12:01.368Z] ---> ac353b24d3d6 [2021-04-10T03:12:01.368Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-10T03:12:01.631Z] ---> Running in 7eee3582706a [2021-04-10T03:12:01.631Z] ---> Running in df12301b9dd6 [2021-04-10T03:12:01.631Z] Removing intermediate container 7eee3582706a [2021-04-10T03:12:01.631Z] ---> 4a5a155c5109 [2021-04-10T03:12:01.631Z] [2021-04-10T03:12:01.631Z] Removing intermediate container df12301b9dd6 [2021-04-10T03:12:01.631Z] ---> 8cc2e306843a [2021-04-10T03:12:01.631Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T03:12:01.896Z] ---> Running in 1bb5aad2bea2 [2021-04-10T03:12:01.897Z] Successfully built 4a5a155c5109 [2021-04-10T03:12:01.897Z] Successfully tagged docker-core-command-go:latest [2021-04-10T03:12:02.162Z]  Building docker-core-command-go ... done Removing intermediate container 1bb5aad2bea2 [2021-04-10T03:12:02.162Z] ---> 39a804ed4b8a [2021-04-10T03:12:02.162Z] Step 20/22 : LABEL arch=x86_64 [2021-04-10T03:12:02.162Z] ---> Running in 8db08340d7ac [2021-04-10T03:12:02.424Z] Removing intermediate container 8db08340d7ac [2021-04-10T03:12:02.424Z] ---> a6f4f3020c6f [2021-04-10T03:12:02.424Z] Step 21/22 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 [2021-04-10T03:12:02.424Z] ---> Running in b5a041808597 [2021-04-10T03:12:02.424Z] Removing intermediate container b5a041808597 [2021-04-10T03:12:02.424Z] ---> c32f37badd52 [2021-04-10T03:12:02.424Z] Step 22/22 : LABEL version=0.0.0 [2021-04-10T03:12:02.691Z] ---> Running in 91b6137cbc37 [2021-04-10T03:12:02.691Z] Removing intermediate container 91b6137cbc37 [2021-04-10T03:12:02.691Z] ---> 98d537a187de [2021-04-10T03:12:02.691Z] [2021-04-10T03:12:03.266Z] Successfully built 98d537a187de [2021-04-10T03:12:03.266Z] Successfully tagged docker-support-notifications-go:latest [2021-04-10T03:12:03.537Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-04-10T03:12:03.544Z] $ docker stop --time=1 45c7c175745f3632c777d49be5c7ec2795027624db9c35f523d5e60d1ecface3 [2021-04-10T03:12:05.170Z] $ docker rm -f 45c7c175745f3632c777d49be5c7ec2795027624db9c35f523d5e60d1ecface3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-10T03:12:05.652Z] + docker images [2021-04-10T03:12:05.652Z] + grep docker [2021-04-10T03:12:05.915Z] docker-support-notifications-go latest 98d537a187de 3 seconds ago 17.9MB [2021-04-10T03:12:05.915Z] docker-core-command-go latest 4a5a155c5109 4 seconds ago 17.3MB [2021-04-10T03:12:05.915Z] docker-security-secretstore-setup-go latest 0b1fcdb7d0b6 9 seconds ago 25.8MB [2021-04-10T03:12:05.915Z] docker-core-metadata-go latest 47ab0f185d36 14 seconds ago 19MB [2021-04-10T03:12:05.915Z] docker-sys-mgmt-agent-go latest 6fbc97a9b6ea 16 seconds ago 312MB [2021-04-10T03:12:05.915Z] docker-security-bootstrapper-go latest 3a620f62e98a About a minute ago 19MB [2021-04-10T03:12:05.915Z] docker-core-data-go latest b1100f2c1d88 About a minute ago 22.7MB [2021-04-10T03:12:05.915Z] docker-support-scheduler-go latest 680d4840f786 About a minute ago 17.4MB [2021-04-10T03:12:05.915Z] docker-security-proxy-setup-go latest 18c03f566da8 About a minute ago 25.5MB [2021-04-10T03:12:05.915Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-10T03:12:06.565Z] Running on prd-ubuntu18.04-docker-8c-8g-33524 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-04-10T03:12:06.667Z] Running in /w/workspace/edgex-go/65 [Pipeline] { [Pipeline] checkout [2021-04-10T03:12:09.079Z] using credential edgex-jenkins-ssh [2021-04-10T03:12:09.166Z] Cloning the remote Git repository [2021-04-10T03:12:09.184Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-10T03:12:09.257Z] > git init /w/workspace/edgex-go/65 # timeout=10 [2021-04-10T03:12:09.284Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-10T03:12:09.284Z] > git --version # timeout=10 [2021-04-10T03:12:09.293Z] > git --version # 'git version 2.17.1' [2021-04-10T03:12:09.293Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-10T03:12:09.320Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-10T03:12:10.335Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.152s coverage: 28.6% of statements [2021-04-10T03:12:10.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-10T03:12:10.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-10T03:12:10.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-10T03:12:10.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-10T03:12:10.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-10T03:12:10.335Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.272s coverage: 100.0% of statements [2021-04-10T03:12:10.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-10T03:12:10.335Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.142s coverage: 100.0% of statements [2021-04-10T03:12:10.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-10T03:12:10.336Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.439s coverage: 86.7% of statements [2021-04-10T03:12:10.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-10T03:12:10.336Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.446s coverage: 97.5% of statements [2021-04-10T03:12:10.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-10T03:12:10.336Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.260s coverage: 78.3% of statements [2021-04-10T03:12:10.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-10T03:12:10.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-10T03:12:10.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-10T03:12:10.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-10T03:12:17.439Z] Merging remotes/origin/master commit 5fbc40a6d599e39a91f6678812b3f73148dc0647 into PR head commit 004a490566fdcd1518f4e6d8dbc6f7b342429327 [2021-04-10T03:12:17.638Z] Merge succeeded, producing 004a490566fdcd1518f4e6d8dbc6f7b342429327 [2021-04-10T03:12:17.639Z] Checking out Revision 004a490566fdcd1518f4e6d8dbc6f7b342429327 (PR-3234) [2021-04-10T03:12:16.897Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-10T03:12:16.904Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-10T03:12:16.914Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-10T03:12:16.928Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-10T03:12:16.928Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-10T03:12:16.935Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-10T03:12:17.444Z] > git config core.sparsecheckout # timeout=10 [2021-04-10T03:12:17.449Z] > git checkout -f 004a490566fdcd1518f4e6d8dbc6f7b342429327 # timeout=10 [2021-04-10T03:12:17.595Z] > git remote # timeout=10 [2021-04-10T03:12:17.603Z] > git config --get remote.origin.url # timeout=10 [2021-04-10T03:12:17.615Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-10T03:12:17.619Z] > git merge 5fbc40a6d599e39a91f6678812b3f73148dc0647 # timeout=10 [2021-04-10T03:12:17.628Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-10T03:12:17.639Z] > git config core.sparsecheckout # timeout=10 [2021-04-10T03:12:17.643Z] > git checkout -f 004a490566fdcd1518f4e6d8dbc6f7b342429327 # timeout=10 [2021-04-10T03:12:20.514Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.431s coverage: 92.8% of statements [2021-04-10T03:12:20.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-10T03:12:20.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-10T03:12:20.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-10T03:12:20.514Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-10T03:12:20.514Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-10T03:12:20.514Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-10T03:12:20.515Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-10T03:12:20.515Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-10T03:12:20.515Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-10T03:12:20.515Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-10T03:12:20.515Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-10T03:12:20.515Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-10T03:12:20.515Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-10T03:12:20.515Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-10T03:12:20.515Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-10T03:12:20.515Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-10T03:12:20.515Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-10T03:12:20.515Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-10T03:12:20.515Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.149s coverage: 58.8% of statements [2021-04-10T03:12:20.515Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-10T03:12:20.515Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-10T03:12:20.515Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.244s coverage: 1.0% of statements [2021-04-10T03:12:20.515Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-10T03:12:20.515Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-10T03:12:20.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-10T03:12:20.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.160s coverage: 47.1% of statements [2021-04-10T03:12:20.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.308s coverage: 79.5% of statements [2021-04-10T03:12:20.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.128s coverage: 94.1% of statements [2021-04-10T03:12:20.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.175s coverage: 96.3% of statements [2021-04-10T03:12:20.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.180s coverage: 87.5% of statements [2021-04-10T03:12:21.312Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-10T03:12:22.324Z] + echo snap-build.sh [2021-04-10T03:12:22.324Z] snap-build.sh [2021-04-10T03:12:22.324Z] + SNAP_BASE_DIR=. [2021-04-10T03:12:22.324Z] + '[' '!' -z /w/workspace/edgex-go/65 ']' [2021-04-10T03:12:22.324Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/65 [2021-04-10T03:12:22.324Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/65]' [2021-04-10T03:12:22.324Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/65] [2021-04-10T03:12:22.324Z] + cd /w/workspace/edgex-go/65 [2021-04-10T03:12:22.324Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-10T03:12:22.324Z] Reading package lists... [2021-04-10T03:12:22.585Z] Building dependency tree... [2021-04-10T03:12:22.585Z] Reading state information... [2021-04-10T03:12:22.585Z] The following packages were automatically installed and are no longer required: [2021-04-10T03:12:22.585Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-10T03:12:22.585Z] uidmap xdelta3 [2021-04-10T03:12:22.585Z] Use 'sudo apt autoremove' to remove them. [2021-04-10T03:12:22.585Z] The following packages will be REMOVED: [2021-04-10T03:12:22.585Z] lxd* lxd-client* [2021-04-10T03:12:23.158Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-10T03:12:23.158Z] After this operation, 31.7 MB disk space will be freed. [2021-04-10T03:12:24.205Z] (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-04-10T03:12:24.205Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-10T03:12:25.150Z] Removing lxd dnsmasq configuration [2021-04-10T03:12:25.412Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-10T03:12:25.412Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-10T03:12:32.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.168s coverage: 94.4% of statements [2021-04-10T03:12:32.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.126s coverage: 44.8% of statements [2021-04-10T03:12:38.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.577s coverage: 81.5% of statements [2021-04-10T03:12:38.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-10T03:12:38.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.096s coverage: 87.1% of statements [2021-04-10T03:12:53.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.198s coverage: 92.9% of statements [2021-04-10T03:12:53.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-10T03:12:53.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-10T03:12:53.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-10T03:12:53.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.068s coverage: 77.8% of statements [2021-04-10T03:12:53.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-10T03:12:53.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-10T03:12:53.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-10T03:12:53.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-10T03:12:53.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-10T03:12:53.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-04-10T03:12:53.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-10T03:12:53.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-10T03:12:53.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.111s coverage: 100.0% of statements [2021-04-10T03:12:53.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-10T03:12:53.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.164s coverage: 75.5% of statements [2021-04-10T03:12:53.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-10T03:12:53.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.162s coverage: 80.8% of statements [2021-04-10T03:12:53.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.198s coverage: 87.2% of statements [2021-04-10T03:12:53.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.222s coverage: 84.6% of statements [2021-04-10T03:12:53.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.258s coverage: 91.6% of statements [2021-04-10T03:12:53.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-10T03:12:53.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.645s coverage: 64.4% of statements [2021-04-10T03:12:53.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-10T03:12:53.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-10T03:12:53.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.145s coverage: 100.0% of statements [2021-04-10T03:12:53.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.078s coverage: 91.3% of statements [2021-04-10T03:12:53.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements [2021-04-10T03:12:53.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-04-10T03:12:53.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements [2021-04-10T03:12:56.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.999s coverage: 69.0% of statements [2021-04-10T03:12:56.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-10T03:12:56.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-10T03:12:56.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-10T03:12:58.127Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.538s coverage: 38.4% of statements [2021-04-10T03:12:58.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-10T03:12:58.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-10T03:12:58.127Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.118s coverage: 89.5% of statements [2021-04-10T03:12:58.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-10T03:12:58.127Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.088s coverage: 84.8% of statements [2021-04-10T03:13:06.432Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.454s coverage: 47.0% of statements [2021-04-10T03:13:06.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-10T03:13:06.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-10T03:13:06.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-10T03:13:06.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-10T03:13:06.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-10T03:13:06.432Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements [2021-04-10T03:13:06.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-10T03:13:06.432Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.108s coverage: 100.0% of statements [2021-04-10T03:13:06.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-10T03:13:06.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-10T03:13:06.432Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.197s coverage: 11.0% of statements [2021-04-10T03:13:06.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-10T03:13:06.432Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.450s coverage: 87.1% of statements [2021-04-10T03:13:06.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-10T03:13:06.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-10T03:13:06.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-10T03:13:14.733Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.432s coverage: 29.1% of statements [2021-04-10T03:13:14.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-10T03:13:14.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-10T03:13:14.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-10T03:13:14.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-10T03:13:14.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-10T03:13:14.733Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.202s coverage: 99.0% of statements [2021-04-10T03:13:14.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-10T03:13:14.733Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.165s coverage: 100.0% of statements [2021-04-10T03:13:14.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-10T03:13:14.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-10T03:13:14.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-10T03:13:14.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-10T03:13:14.733Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.329s coverage: 95.6% of statements [2021-04-10T03:13:14.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-10T03:13:14.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-10T03:13:14.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-10T03:13:14.733Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-04-10T03:13:14.733Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-10T03:13:14.733Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-04-10T03:13:14.733Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-10T03:13:14.733Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-10T03:13:14.733Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-10T03:13:14.733Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-10T03:13:14.734Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.105s coverage: 87.9% of statements [2021-04-10T03:13:14.734Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-10T03:13:14.734Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-10T03:13:14.734Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2021-04-10T03:13:14.734Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.122s coverage: 28.1% of statements [2021-04-10T03:13:16.160Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-04-10T03:13:17.163Z] GO111MODULE=on go vet ./... [2021-04-10T03:14:01.943Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-10T03:14:01.943Z] (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-04-10T03:14:01.943Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-10T03:14:01.943Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-10T03:14:01.943Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-10T03:14:01.943Z] + sudo snap remove --purge lxd [2021-04-10T03:14:01.943Z] snap "lxd" is not installed [2021-04-10T03:14:01.943Z] + sudo groupadd --force --system lxd [2021-04-10T03:14:01.943Z] ++ whoami [2021-04-10T03:14:01.943Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-10T03:14:01.943Z] + newgrp - lxd [2021-04-10T03:14:01.943Z] + sudo snap install lxd [2021-04-10T03:14:01.943Z] 2021-04-10T03:13:58Z INFO Waiting for automatic snapd restart... [2021-04-10T03:14:16.855Z] lxd 4.12 from Canonical* installed [2021-04-10T03:14:16.855Z] + sudo lxd init --auto [2021-04-10T03:14:26.862Z] + sudo snap install --classic snapcraft [2021-04-10T03:14:32.189Z] snapcraft 4.6 from Canonical* installed [2021-04-10T03:14:32.189Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-10T03:14:32.189Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-10T03:14:32.189Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-10T03:14:32.189Z] Dload Upload Total Spent Left Speed [2021-04-10T03:14:32.189Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3968 0 --:--:-- --:--:-- --:--:-- 3943 [2021-04-10T03:14:32.189Z] 100 3325k 100 3325k 0 0 9527k 0 --:--:-- --:--:-- --:--:-- 9527k [2021-04-10T03:14:32.189Z] ./yq_linux_amd64 [2021-04-10T03:14:32.189Z] + sudo snapcraft prime --use-lxd [2021-04-10T03:14:34.117Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-10T03:14:34.117Z] 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-04-10T03:14:34.117Z] - README.md [2021-04-10T03:14:34.117Z] [2021-04-10T03:14:34.117Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-10T03:14:35.092Z] Launching a container. [2021-04-10T03:14:40.591Z] gofmt -l . [2021-04-10T03:14:40.591Z] [ "`gofmt -l .`" = "" ] [2021-04-10T03:14:40.591Z] ./bin/test-go-mod-tidy.sh [2021-04-10T03:14:40.591Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-10T03:14:43.323Z] + ls -al . [2021-04-10T03:14:43.323Z] total 836 [2021-04-10T03:14:43.323Z] drwxrwxr-x 9 1001 1001 4096 Apr 10 03:14 . [2021-04-10T03:14:43.323Z] drwxr-xr-x 4 root root 4096 Apr 10 03:09 .. [2021-04-10T03:14:43.323Z] -rw-rw-r-- 1 1001 1001 11 Apr 10 03:08 .dockerignore [2021-04-10T03:14:43.323Z] drwxrwxr-x 8 1001 1001 4096 Apr 10 03:08 .git [2021-04-10T03:14:43.323Z] drwxrwxr-x 3 1001 1001 4096 Apr 10 03:08 .github [2021-04-10T03:14:43.323Z] -rw-rw-r-- 1 1001 1001 818 Apr 10 03:08 .gitignore [2021-04-10T03:14:43.323Z] -rw-rw-r-- 1 1001 1001 166 Apr 10 03:08 .sonarcloud.properties [2021-04-10T03:14:43.323Z] -rw-rw-r-- 1 1001 1001 8607 Apr 10 03:08 Attribution.txt [2021-04-10T03:14:43.323Z] -rw-rw-r-- 1 1001 1001 3804 Apr 10 03:08 CONTRIBUTING.md [2021-04-10T03:14:43.323Z] -rw-rw-r-- 1 1001 1001 931 Apr 10 03:08 Dockerfile.build [2021-04-10T03:14:43.324Z] -rw-rw-r-- 1 1001 1001 863 Apr 10 03:08 Jenkinsfile [2021-04-10T03:14:43.324Z] -rw-rw-r-- 1 1001 1001 10775 Apr 10 03:08 LICENSE [2021-04-10T03:14:43.324Z] -rw-rw-r-- 1 1001 1001 5774 Apr 10 03:08 Makefile [2021-04-10T03:14:43.324Z] -rw-rw-r-- 1 1001 1001 6548 Apr 10 03:08 README.md [2021-04-10T03:14:43.324Z] -rw-rw-r-- 1 1001 1001 6755 Apr 10 03:08 SECURITY.md [2021-04-10T03:14:43.324Z] -rw-rw-r-- 1 1001 1001 5 Apr 10 03:04 VERSION [2021-04-10T03:14:43.324Z] -rw-rw-r-- 1 1001 1001 4131 Apr 10 03:08 ZMQWindows.md [2021-04-10T03:14:43.324Z] drwxrwxr-x 2 1001 1001 4096 Apr 10 03:08 bin [2021-04-10T03:14:43.324Z] drwxrwxr-x 14 1001 1001 4096 Apr 10 03:08 cmd [2021-04-10T03:14:43.324Z] -rw-r--r-- 1 root root 697573 Apr 10 03:13 coverage.out [2021-04-10T03:14:43.324Z] -rw-r--r-- 1 root root 1057 Apr 10 03:14 go.mod [2021-04-10T03:14:43.324Z] -rw-r--r-- 1 root root 21913 Apr 10 03:14 go.sum [2021-04-10T03:14:43.324Z] drwxrwxr-x 8 1001 1001 4096 Apr 10 03:08 internal [2021-04-10T03:14:43.324Z] drwxrwxr-x 4 1001 1001 4096 Apr 10 03:08 openapi [2021-04-10T03:14:43.324Z] drwxrwxr-x 4 1001 1001 4096 Apr 10 03:08 snap [2021-04-10T03:14:43.324Z] -rw-rw-r-- 1 1001 1001 168 Apr 10 03:08 version.go [Pipeline] sh [2021-04-10T03:14:43.999Z] + '[' -e coverage.out ] [2021-04-10T03:14:43.999Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-10T03:14:44.064Z] Warning: overwriting stash ‘coverage-report’ [2021-04-10T03:14:45.265Z] Stashed 1 file(s) [Pipeline] sh [2021-04-10T03:14:45.922Z] + make build [2021-04-10T03:14:45.922Z] 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-04-10T03:14:47.356Z] Waiting for container to be ready [2021-04-10T03:14:47.356Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-10T03:14:47.356Z] [2021-04-10T03:14:51.584Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-10T03:14:52.530Z] Waiting for network to be ready... [2021-04-10T03:14:52.791Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-10T03:14:53.052Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-10T03:14:53.052Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-10T03:14:53.052Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-10T03:14:53.052Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-10T03:14:53.052Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-10T03:14:53.052Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-10T03:14:53.052Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-10T03:14:53.052Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-10T03:14:53.052Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-10T03:14:53.626Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-10T03:14:53.626Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-10T03:14:53.888Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-10T03:14:53.888Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-10T03:14:53.888Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-10T03:14:53.888Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-10T03:14:53.888Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-10T03:14:53.888Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-10T03:14:54.150Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-10T03:14:54.433Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-10T03:14:54.433Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-10T03:14:54.433Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-10T03:14:54.433Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-10T03:14:54.433Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-10T03:14:54.433Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-10T03:14:54.433Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1727 kB] [2021-04-10T03:14:54.433Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-10T03:14:56.055Z] 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-04-10T03:14:58.650Z] Fetched 24.2 MB in 6s (4394 kB/s) [2021-04-10T03:14:59.596Z] Reading package lists... [2021-04-10T03:14:59.857Z] Reading package lists... [2021-04-10T03:14:59.857Z] Building dependency tree... [2021-04-10T03:14:59.857Z] Reading state information... [2021-04-10T03:15:00.121Z] The following additional packages will be installed: [2021-04-10T03:15:00.121Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-10T03:15:00.121Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-10T03:15:00.121Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-10T03:15:00.121Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-10T03:15:00.121Z] Suggested packages: [2021-04-10T03:15:00.121Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-10T03:15:00.121Z] Recommended packages: [2021-04-10T03:15:00.121Z] gnupg libsasl2-modules [2021-04-10T03:15:00.121Z] The following NEW packages will be installed: [2021-04-10T03:15:00.121Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-10T03:15:00.121Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-10T03:15:00.121Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-10T03:15:00.121Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-10T03:15:00.121Z] The following packages will be upgraded: [2021-04-10T03:15:00.121Z] gpg gpg-agent gpgconf libudev1 [2021-04-10T03:15:00.121Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-04-10T03:15:00.121Z] Need to get 3530 kB of archives. [2021-04-10T03:15:00.121Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-10T03:15:00.121Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-04-10T03:15:00.381Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-10T03:15:00.381Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-10T03:15:00.382Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-10T03:15:00.382Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-10T03:15:00.642Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-10T03:15:01.215Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-10T03:15:01.215Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-10T03:15:01.215Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-10T03:15:01.215Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-10T03:15:01.215Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-10T03:15:01.215Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-10T03:15:01.215Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-10T03:15:01.215Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-10T03:15:01.215Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-10T03:15:01.215Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-10T03:15:01.215Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-10T03:15:01.215Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-10T03:15:01.215Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-10T03:15:01.215Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-10T03:15:01.215Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-10T03:15:01.215Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-10T03:15:01.478Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-10T03:15:01.478Z] Fetched 3530 kB in 1s (3214 kB/s) [2021-04-10T03:15:01.478Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-10T03:15:01.478Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-10T03:15:01.741Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-10T03:15:01.741Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-10T03:15:01.741Z] Selecting previously unselected package udev. [2021-04-10T03:15:01.741Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-10T03:15:01.741Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-10T03:15:01.741Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-10T03:15:02.314Z] Selecting previously unselected package libfuse2:amd64. [2021-04-10T03:15:02.314Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-10T03:15:02.314Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-10T03:15:02.314Z] Selecting previously unselected package fuse. [2021-04-10T03:15:02.314Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-10T03:15:02.314Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-10T03:15:02.576Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-10T03:15:02.576Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-10T03:15:02.576Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-10T03:15:02.576Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-10T03:15:02.836Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-10T03:15:02.836Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-10T03:15:02.836Z] Selecting previously unselected package libksba8:amd64. [2021-04-10T03:15:02.836Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-10T03:15:02.836Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-10T03:15:03.097Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-10T03:15:03.097Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-10T03:15:03.097Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T03:15:03.097Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-10T03:15:03.097Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-10T03:15:03.097Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T03:15:03.363Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-10T03:15:03.363Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-10T03:15:03.363Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T03:15:03.363Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-10T03:15:03.363Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-10T03:15:03.363Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T03:15:03.624Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-10T03:15:03.624Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-10T03:15:03.624Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T03:15:03.624Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-10T03:15:03.624Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-10T03:15:03.624Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T03:15:03.884Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-10T03:15:03.884Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-10T03:15:03.884Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T03:15:03.884Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-10T03:15:03.884Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-10T03:15:03.884Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T03:15:03.884Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-10T03:15:03.884Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-10T03:15:04.145Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T03:15:04.145Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-10T03:15:04.145Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-10T03:15:04.145Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-10T03:15:04.145Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-10T03:15:04.145Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-10T03:15:04.145Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-10T03:15:04.405Z] Selecting previously unselected package libldap-common. [2021-04-10T03:15:04.405Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-10T03:15:04.405Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-10T03:15:04.405Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-10T03:15:04.405Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-10T03:15:04.405Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-10T03:15:04.666Z] Selecting previously unselected package dirmngr. [2021-04-10T03:15:04.666Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-10T03:15:04.666Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-10T03:15:04.666Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-10T03:15:04.928Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-10T03:15:04.928Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-10T03:15:04.928Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-10T03:15:04.928Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-10T03:15:04.928Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-10T03:15:04.928Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T03:15:04.928Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-10T03:15:05.189Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-10T03:15:05.189Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-10T03:15:05.760Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-10T03:15:05.761Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T03:15:05.761Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-10T03:15:06.021Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-10T03:15:06.021Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-10T03:15:06.021Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T03:15:06.021Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T03:15:06.021Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T03:15:06.021Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T03:15:06.021Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T03:15:06.021Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T03:15:06.021Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T03:15:06.281Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-10T03:15:06.281Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-10T03:15:06.281Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-10T03:15:06.853Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-10T03:15:06.853Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-10T03:15:06.853Z] This means they are not meant to be enabled using systemctl. [2021-04-10T03:15:06.853Z] Possible reasons for having this kind of units are: [2021-04-10T03:15:06.853Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-10T03:15:06.853Z] .wants/ or .requires/ directory. [2021-04-10T03:15:06.853Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-10T03:15:06.853Z] a requirement dependency on it. [2021-04-10T03:15:06.853Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-10T03:15:06.853Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-10T03:15:06.853Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-10T03:15:06.853Z] instance name specified. [2021-04-10T03:15:07.806Z] Reading package lists... [2021-04-10T03:15:07.806Z] Building dependency tree... [2021-04-10T03:15:07.806Z] Reading state information... [2021-04-10T03:15:08.073Z] The following additional packages will be installed: [2021-04-10T03:15:08.073Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-10T03:15:08.073Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-10T03:15:08.073Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-10T03:15:08.073Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-10T03:15:08.073Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-10T03:15:08.073Z] Suggested packages: [2021-04-10T03:15:08.073Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-10T03:15:08.073Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-10T03:15:08.073Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-10T03:15:08.073Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-10T03:15:08.073Z] systemd-container policykit-1 [2021-04-10T03:15:08.073Z] Recommended packages: [2021-04-10T03:15:08.073Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-10T03:15:08.073Z] The following NEW packages will be installed: [2021-04-10T03:15:08.073Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-10T03:15:08.073Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-10T03:15:08.073Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-10T03:15:08.073Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-10T03:15:08.073Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-10T03:15:08.073Z] The following packages will be upgraded: [2021-04-10T03:15:08.073Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-10T03:15:08.338Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-04-10T03:15:08.338Z] Need to get 35.2 MB of archives. [2021-04-10T03:15:08.338Z] After this operation, 141 MB of additional disk space will be used. [2021-04-10T03:15:08.338Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-10T03:15:08.339Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-10T03:15:08.339Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-10T03:15:08.339Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-10T03:15:08.339Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-10T03:15:08.339Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-10T03:15:08.601Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-10T03:15:08.601Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-10T03:15:08.601Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-10T03:15:08.601Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-10T03:15:08.601Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-10T03:15:08.601Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-10T03:15:08.601Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-10T03:15:08.601Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-10T03:15:08.601Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-10T03:15:08.601Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-10T03:15:08.601Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-10T03:15:09.544Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-10T03:15:09.806Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-10T03:15:10.066Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-10T03:15:10.347Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-10T03:15:10.347Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-10T03:15:10.668Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-10T03:15:10.668Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-10T03:15:10.668Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-10T03:15:10.668Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-10T03:15:10.946Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-10T03:15:10.946Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-10T03:15:10.946Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-10T03:15:11.211Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-10T03:15:11.211Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-10T03:15:11.211Z] Fetched 35.2 MB in 3s (12.1 MB/s) [2021-04-10T03:15:11.480Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-10T03:15:11.480Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-10T03:15:11.480Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-10T03:15:12.051Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-10T03:15:12.314Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-10T03:15:12.314Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-10T03:15:12.314Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-10T03:15:12.314Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-10T03:15:12.576Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-10T03:15:13.154Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-10T03:15:13.415Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-10T03:15:13.415Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-10T03:15:13.415Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-10T03:15:13.987Z] Setting up apt (1.6.13) ... [2021-04-10T03:15:13.987Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-10T03:15:14.251Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-10T03:15:14.513Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-10T03:15:14.513Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-10T03:15:14.513Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-10T03:15:14.775Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-10T03:15:14.775Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-10T03:15:14.775Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-10T03:15:15.036Z] Selecting previously unselected package libexpat1:amd64. [2021-04-10T03:15:15.036Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-10T03:15:15.036Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-10T03:15:15.036Z] Selecting previously unselected package python3.6-minimal. [2021-04-10T03:15:15.036Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-10T03:15:15.036Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-10T03:15:15.609Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-10T03:15:15.609Z] Checking for services that may need to be restarted...done. [2021-04-10T03:15:15.609Z] Checking for services that may need to be restarted...done. [2021-04-10T03:15:15.609Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-10T03:15:15.609Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-10T03:15:15.871Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-10T03:15:16.443Z] Selecting previously unselected package python3-minimal. [2021-04-10T03:15:16.443Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-10T03:15:16.443Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-10T03:15:16.443Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-10T03:15:16.443Z] Selecting previously unselected package mime-support. [2021-04-10T03:15:16.443Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-10T03:15:16.443Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-10T03:15:16.703Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-10T03:15:16.703Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-10T03:15:16.703Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-10T03:15:16.703Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-10T03:15:16.703Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-10T03:15:16.703Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-10T03:15:16.965Z] Selecting previously unselected package python3.6. [2021-04-10T03:15:16.965Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-10T03:15:16.965Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-10T03:15:16.965Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-10T03:15:16.965Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-10T03:15:16.965Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-10T03:15:17.225Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-10T03:15:17.486Z] Selecting previously unselected package python3. [2021-04-10T03:15:17.486Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-10T03:15:17.486Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-10T03:15:17.486Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-10T03:15:17.486Z] Selecting previously unselected package multiarch-support. [2021-04-10T03:15:17.486Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-10T03:15:17.486Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-10T03:15:17.747Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-10T03:15:17.747Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-10T03:15:17.747Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-10T03:15:17.747Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-10T03:15:17.747Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-10T03:15:18.009Z] Selecting previously unselected package libbsd0:amd64. [2021-04-10T03:15:18.009Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-10T03:15:18.009Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-10T03:15:18.009Z] Selecting previously unselected package sudo. [2021-04-10T03:15:18.009Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-10T03:15:18.009Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-10T03:15:18.250Z] 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-04-10T03:15:18.584Z] Selecting previously unselected package apparmor. [2021-04-10T03:15:18.584Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-10T03:15:19.091Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-10T03:15:19.352Z] Selecting previously unselected package libedit2:amd64. [2021-04-10T03:15:19.352Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-10T03:15:19.352Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-10T03:15:19.352Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-10T03:15:19.352Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-10T03:15:19.352Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-10T03:15:19.613Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-10T03:15:19.613Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-10T03:15:19.613Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-10T03:15:19.613Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-10T03:15:19.613Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-10T03:15:19.613Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-10T03:15:19.613Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-10T03:15:19.613Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-10T03:15:19.613Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-10T03:15:19.876Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-10T03:15:19.876Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-10T03:15:19.876Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-10T03:15:19.876Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-10T03:15:19.876Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-10T03:15:19.876Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-10T03:15:20.137Z] Selecting previously unselected package openssh-client. [2021-04-10T03:15:20.137Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-10T03:15:20.137Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-10T03:15:20.397Z] Selecting previously unselected package squashfs-tools. [2021-04-10T03:15:20.397Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-10T03:15:20.397Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-10T03:15:20.397Z] Selecting previously unselected package snapd. [2021-04-10T03:15:20.397Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-10T03:15:20.397Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-10T03:15:22.941Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-10T03:15:22.941Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-10T03:15:22.941Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-10T03:15:22.941Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-10T03:15:22.941Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-10T03:15:22.941Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-10T03:15:22.941Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-10T03:15:22.941Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-10T03:15:23.202Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-10T03:15:23.775Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-10T03:15:23.775Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-10T03:15:23.775Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-10T03:15:23.775Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-10T03:15:23.775Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-10T03:15:24.038Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-10T03:15:24.979Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-10T03:15:24.979Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-10T03:15:24.979Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-10T03:15:24.979Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-10T03:15:24.979Z] running python rtupdate hooks for python3.6... [2021-04-10T03:15:24.979Z] running python post-rtupdate hooks for python3.6... [2021-04-10T03:15:24.979Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-10T03:15:26.370Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-10T03:15:26.520Z] 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-04-10T03:15:26.631Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-10T03:15:26.893Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-10T03:15:26.893Z] Setting up snapd (2.48.3+18.04) ... [2021-04-10T03:15:27.465Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-10T03:15:27.726Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-10T03:15:27.986Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-10T03:15:28.247Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-10T03:15:28.247Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-10T03:15:28.247Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-10T03:15:28.507Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-10T03:15:28.768Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-10T03:15:29.028Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-10T03:15:29.293Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-10T03:15:29.556Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-04-10T03:15:29.556Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-10T03:15:29.556Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-10T03:15:30.838Z] 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-04-10T03:15:30.941Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-10T03:15:30.941Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-10T03:15:31.206Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-10T03:15:31.817Z] 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-04-10T03:15:33.382Z] Reading package lists... [2021-04-10T03:15:33.382Z] Reading package lists... [2021-04-10T03:15:33.654Z] Building dependency tree... [2021-04-10T03:15:33.654Z] Reading state information... [2021-04-10T03:15:33.654Z] Calculating upgrade... [2021-04-10T03:15:34.002Z] The following packages will be upgraded: [2021-04-10T03:15:34.002Z] advancecomp base-files bash binutils binutils-common [2021-04-10T03:15:34.002Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-10T03:15:34.002Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-10T03:15:34.002Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-10T03:15:34.002Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-10T03:15:34.002Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-10T03:15:34.002Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-10T03:15:34.002Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-04-10T03:15:34.002Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-04-10T03:15:34.002Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-04-10T03:15:34.002Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-04-10T03:15:34.002Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-04-10T03:15:34.002Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-04-10T03:15:34.002Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-04-10T03:15:34.002Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-10T03:15:34.295Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-10T03:15:34.295Z] Need to get 63.8 MB of archives. [2021-04-10T03:15:34.295Z] After this operation, 5208 kB of additional disk space will be used. [2021-04-10T03:15:34.295Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-04-10T03:15:34.295Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-10T03:15:34.866Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-10T03:15:34.866Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-10T03:15:34.866Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-10T03:15:34.866Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-10T03:15:34.866Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-10T03:15:34.866Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-10T03:15:34.866Z] 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-04-10T03:15:34.866Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-10T03:15:34.866Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-10T03:15:34.866Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-10T03:15:34.866Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-10T03:15:34.866Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-10T03:15:34.866Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-10T03:15:34.866Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-10T03:15:34.866Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-10T03:15:34.866Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-10T03:15:34.866Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-10T03:15:35.128Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-10T03:15:35.128Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-10T03:15:35.128Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-10T03:15:35.128Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-10T03:15:35.128Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-10T03:15:35.128Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-10T03:15:35.128Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-10T03:15:35.128Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-10T03:15:35.128Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-10T03:15:35.128Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-10T03:15:35.128Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-10T03:15:35.128Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-10T03:15:35.128Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-10T03:15:35.128Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-10T03:15:35.128Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-10T03:15:35.128Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-10T03:15:35.128Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-10T03:15:35.128Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-10T03:15:35.128Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-10T03:15:35.128Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-10T03:15:35.128Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-10T03:15:35.128Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-10T03:15:35.128Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-10T03:15:35.396Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-10T03:15:35.396Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-10T03:15:35.396Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-10T03:15:35.396Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-10T03:15:35.396Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-10T03:15:35.396Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-10T03:15:35.396Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-10T03:15:35.396Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-10T03:15:35.396Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-10T03:15:35.396Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-10T03:15:35.396Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-10T03:15:35.396Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-10T03:15:35.396Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-10T03:15:35.396Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-10T03:15:35.396Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-10T03:15:35.396Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-10T03:15:35.396Z] Get:59 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-04-10T03:15:35.396Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-10T03:15:35.396Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-10T03:15:35.396Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-10T03:15:35.396Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-10T03:15:35.396Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-10T03:15:35.396Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-10T03:15:35.396Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-10T03:15:35.396Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-10T03:15:35.396Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-10T03:15:35.396Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-10T03:15:35.396Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-04-10T03:15:35.396Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-10T03:15:35.396Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-10T03:15:35.396Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-10T03:15:35.659Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-10T03:15:35.659Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-10T03:15:35.659Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-10T03:15:35.659Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-10T03:15:35.659Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-10T03:15:35.659Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-10T03:15:35.659Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-10T03:15:35.659Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-10T03:15:35.659Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-10T03:15:35.659Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-10T03:15:35.920Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-10T03:15:35.920Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-10T03:15:35.920Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-10T03:15:35.920Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-10T03:15:35.920Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-10T03:15:35.920Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-10T03:15:35.920Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-10T03:15:36.182Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-10T03:15:36.443Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-10T03:15:36.705Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-10T03:15:36.705Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-10T03:15:36.967Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-10T03:15:36.967Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-10T03:15:36.967Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-10T03:15:36.967Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-10T03:15:36.967Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-10T03:15:37.216Z] 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-04-10T03:15:37.227Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-10T03:15:37.227Z] Fetched 63.8 MB in 3s (21.6 MB/s) [2021-04-10T03:15:37.227Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T03:15:37.227Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-10T03:15:37.227Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-10T03:15:38.173Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-10T03:15:38.173Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-10T03:15:38.173Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-04-10T03:15:38.173Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-04-10T03:15:39.122Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-10T03:15:39.122Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-10T03:15:39.122Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-10T03:15:39.387Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-10T03:15:39.387Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-10T03:15:39.387Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-10T03:15:39.387Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-10T03:15:39.649Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-10T03:15:39.649Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-10T03:15:39.649Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-10T03:15:39.915Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-10T03:15:39.915Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-10T03:15:39.915Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-10T03:15:39.915Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-10T03:15:40.178Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-10T03:15:40.178Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-10T03:15:40.178Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-10T03:15:40.178Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-10T03:15:40.440Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-10T03:15:40.440Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-10T03:15:40.440Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-10T03:15:40.440Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-10T03:15:40.440Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-10T03:15:40.703Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-10T03:15:40.703Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-10T03:15:40.703Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-10T03:15:40.964Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-10T03:15:40.965Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-10T03:15:40.965Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-10T03:15:41.226Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-10T03:15:41.796Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-10T03:15:42.057Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-10T03:15:42.057Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-10T03:15:42.057Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-10T03:15:42.057Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-10T03:15:42.057Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-10T03:15:42.317Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-10T03:15:42.317Z] Installing new version of config file /etc/issue ... [2021-04-10T03:15:42.317Z] Installing new version of config file /etc/issue.net ... [2021-04-10T03:15:42.317Z] Installing new version of config file /etc/lsb-release ... [2021-04-10T03:15:42.317Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-10T03:15:42.577Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-10T03:15:42.608Z] 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-04-10T03:15:42.838Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-10T03:15:42.838Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-10T03:15:42.838Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T03:15:42.838Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-10T03:15:42.838Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-10T03:15:43.104Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-10T03:15:43.104Z] 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-04-10T03:15:43.371Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T03:15:43.371Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-10T03:15:43.371Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-10T03:15:43.371Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-10T03:15:43.633Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T03:15:43.633Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-10T03:15:43.633Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-10T03:15:43.633Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-10T03:15:43.899Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T03:15:43.899Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-10T03:15:43.899Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-10T03:15:44.478Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-10T03:15:44.478Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T03:15:44.478Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-10T03:15:44.478Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-10T03:15:44.739Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-10T03:15:44.739Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T03:15:44.739Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-10T03:15:44.739Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-10T03:15:45.000Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-10T03:15:45.000Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T03:15:45.000Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-10T03:15:45.261Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-10T03:15:45.261Z] Setting up grep (3.1-2build1) ... [2021-04-10T03:15:45.527Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T03:15:45.527Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-10T03:15:45.527Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-10T03:15:45.787Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-10T03:15:45.787Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T03:15:45.787Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-10T03:15:45.787Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-10T03:15:46.048Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-10T03:15:46.048Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T03:15:46.048Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-10T03:15:46.048Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-10T03:15:46.621Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-10T03:15:46.883Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-10T03:15:46.883Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-10T03:15:46.883Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-10T03:15:46.915Z] 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-04-10T03:15:47.454Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-10T03:15:47.715Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T03:15:47.715Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-10T03:15:47.715Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-10T03:15:49.102Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-10T03:15:49.102Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-10T03:15:49.102Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-10T03:15:49.102Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-10T03:15:49.102Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-10T03:15:49.370Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T03:15:49.370Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-10T03:15:49.370Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-10T03:15:49.679Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-10T03:15:49.680Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T03:15:49.680Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-10T03:15:49.680Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-10T03:15:49.940Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-10T03:15:50.201Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T03:15:50.201Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-10T03:15:50.201Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-10T03:15:50.463Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-10T03:15:50.463Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T03:15:50.463Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-10T03:15:50.463Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-10T03:15:50.724Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-10T03:15:50.724Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T03:15:50.724Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-10T03:15:50.724Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-10T03:15:50.724Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-10T03:15:50.985Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T03:15:50.985Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-10T03:15:50.985Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-10T03:15:50.985Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-10T03:15:50.985Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-10T03:15:50.985Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-10T03:15:51.233Z] 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-04-10T03:15:51.250Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T03:15:51.250Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-10T03:15:51.250Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-10T03:15:51.250Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-10T03:15:51.515Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T03:15:51.515Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-10T03:15:51.515Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-10T03:15:51.515Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-10T03:15:51.515Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T03:15:51.515Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-10T03:15:51.515Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-10T03:15:51.778Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-10T03:15:51.778Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T03:15:51.778Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-10T03:15:52.039Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-10T03:15:52.300Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-10T03:15:52.879Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-10T03:15:53.140Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-10T03:15:53.140Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T03:15:53.140Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-10T03:15:53.140Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-10T03:15:53.401Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-10T03:15:53.667Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T03:15:53.667Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-10T03:15:53.667Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-10T03:15:53.667Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-10T03:15:53.931Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T03:15:53.931Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-10T03:15:53.931Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-10T03:15:54.198Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-10T03:15:54.459Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T03:15:54.459Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-10T03:15:54.459Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-10T03:15:54.459Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-10T03:15:54.719Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T03:15:54.719Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-10T03:15:54.719Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-10T03:15:54.719Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-10T03:15:54.981Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T03:15:54.981Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-10T03:15:54.981Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-10T03:15:54.981Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-10T03:15:55.558Z] 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-04-10T03:15:55.926Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T03:15:55.926Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-10T03:15:55.926Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-10T03:15:55.926Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-10T03:15:55.926Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T03:15:55.926Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-10T03:15:56.214Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-10T03:15:56.214Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-10T03:15:56.500Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T03:15:56.500Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-10T03:15:56.500Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-10T03:15:56.818Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-10T03:15:56.818Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-10T03:15:56.818Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-10T03:15:56.818Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-10T03:15:56.819Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-10T03:15:57.079Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T03:15:57.079Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-10T03:15:57.079Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-10T03:15:57.079Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-10T03:15:57.341Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T03:15:57.341Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-10T03:15:57.341Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-10T03:15:57.341Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-10T03:15:57.603Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T03:15:57.603Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-10T03:15:57.871Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-10T03:15:57.871Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-10T03:15:57.871Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T03:15:57.871Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-10T03:15:57.871Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-10T03:15:58.132Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-10T03:15:58.132Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T03:15:58.132Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-10T03:15:58.394Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-10T03:15:58.655Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-10T03:15:58.916Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T03:15:58.916Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-10T03:15:58.916Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-10T03:15:58.916Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-10T03:15:59.177Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T03:15:59.177Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-10T03:15:59.177Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-10T03:15:59.177Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-10T03:15:59.439Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T03:15:59.439Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-10T03:15:59.439Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-10T03:15:59.439Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-10T03:15:59.701Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T03:15:59.701Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-10T03:15:59.701Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-10T03:15:59.701Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-10T03:15:59.863Z] 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-04-10T03:15:59.964Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T03:15:59.964Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-10T03:15:59.964Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-10T03:15:59.964Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-10T03:16:00.228Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T03:16:00.228Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-04-10T03:16:00.228Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-04-10T03:16:00.228Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-04-10T03:16:00.492Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T03:16:00.492Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-10T03:16:00.492Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-10T03:16:00.492Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-10T03:16:00.754Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-10T03:16:00.754Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-10T03:16:00.754Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-10T03:16:00.754Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-10T03:16:01.016Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-10T03:16:01.279Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-10T03:16:01.279Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-10T03:16:01.546Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-10T03:16:01.546Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-10T03:16:01.546Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-10T03:16:01.810Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-10T03:16:01.810Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-10T03:16:01.810Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-10T03:16:01.810Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-10T03:16:02.078Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-10T03:16:02.078Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-10T03:16:02.078Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-10T03:16:02.340Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-10T03:16:02.340Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-10T03:16:02.340Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-10T03:16:02.340Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-10T03:16:02.602Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-10T03:16:02.602Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-10T03:16:02.865Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-10T03:16:02.865Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-10T03:16:03.816Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-10T03:16:03.816Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-10T03:16:03.816Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-10T03:16:03.816Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-10T03:16:04.077Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-10T03:16:04.077Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-10T03:16:04.339Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-10T03:16:04.600Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-10T03:16:04.600Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-10T03:16:04.600Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-10T03:16:04.861Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-10T03:16:04.861Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-10T03:16:04.861Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-10T03:16:05.124Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-10T03:16:05.124Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-10T03:16:05.124Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-10T03:16:05.389Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-10T03:16:05.389Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-10T03:16:05.389Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-10T03:16:05.389Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-10T03:16:06.787Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-10T03:16:06.787Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-10T03:16:07.736Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-10T03:16:07.736Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] } [2021-04-10T03:16:08.145Z] $ docker stop --time=1 e8c65c86d510e5a89b9ec5ddf6d701d65dbbc2d36022cdb08f8e876237b89fb4 [2021-04-10T03:16:08.682Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-10T03:16:08.682Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-10T03:16:09.255Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-10T03:16:09.255Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-10T03:16:10.202Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-10T03:16:10.202Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-10T03:16:10.485Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-10T03:16:10.486Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-10T03:16:10.486Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-10T03:16:10.486Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-10T03:16:10.696Z] $ docker rm -f e8c65c86d510e5a89b9ec5ddf6d701d65dbbc2d36022cdb08f8e876237b89fb4 [2021-04-10T03:16:10.748Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-10T03:16:10.748Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-10T03:16:11.010Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-10T03:16:11.010Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-10T03:16:11.010Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-10T03:16:11.010Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-10T03:16:11.272Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-10T03:16:11.272Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-10T03:16:11.272Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-10T03:16:11.272Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-10T03:16:11.534Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-10T03:16:11.534Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-10T03:16:11.534Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-10T03:16:11.534Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-10T03:16:11.534Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-10T03:16:11.795Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-10T03:16:11.795Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-10T03:16:11.795Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-10T03:16:11.795Z] [2021-04-10T03:16:11.795Z] Current default time zone: 'Etc/UTC' [2021-04-10T03:16:11.795Z] Local time is now: Sat Apr 10 03:16:11 UTC 2021. [2021-04-10T03:16:11.795Z] Universal Time is now: Sat Apr 10 03:16:11 UTC 2021. [2021-04-10T03:16:11.795Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-10T03:16:11.795Z] [2021-04-10T03:16:12.056Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-10T03:16:12.056Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-10T03:16:12.056Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-04-10T03:16:12.056Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-10T03:16:12.056Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-10T03:16:12.056Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-10T03:16:12.056Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-10T03:16:12.056Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-04-10T03:16:12.317Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-10T03:16:12.317Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-10T03:16:12.317Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-10T03:16:12.317Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:16:12.577Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-10T03:16:12.577Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-10T03:16:12.577Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-10T03:16:12.577Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-10T03:16:12.577Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-10T03:16:12.837Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-10T03:16:12.837Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-10T03:16:12.837Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-10T03:16:12.837Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-10T03:16:12.837Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-10T03:16:12.837Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-10T03:16:12.841Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-10T03:16:12.841Z] [2021-04-10T03:16:12.841Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:16:13.500Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-10T03:16:13.500Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-10T03:16:13.500Z] 29e5d40040c1: Pulling fs layer [2021-04-10T03:16:13.500Z] 1ce36da41761: Pulling fs layer [2021-04-10T03:16:13.500Z] 25b303627fd3: Pulling fs layer [2021-04-10T03:16:13.779Z] 29e5d40040c1: Download complete [2021-04-10T03:16:14.756Z] Updating certificates in /etc/ssl/certs... [2021-04-10T03:16:14.759Z] 29e5d40040c1: Pull complete [2021-04-10T03:16:14.759Z] 1ce36da41761: Verifying Checksum [2021-04-10T03:16:14.759Z] 1ce36da41761: Download complete [2021-04-10T03:16:15.699Z] 23 added, 27 removed; done. [2021-04-10T03:16:15.699Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-10T03:16:15.699Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-10T03:16:15.699Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-10T03:16:15.699Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-10T03:16:15.699Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-10T03:16:15.963Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-10T03:16:15.963Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-10T03:16:15.963Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-10T03:16:15.963Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-10T03:16:15.963Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-10T03:16:15.963Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-10T03:16:15.963Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-10T03:16:16.196Z] 1ce36da41761: Pull complete [2021-04-10T03:16:16.196Z] 25b303627fd3: Verifying Checksum [2021-04-10T03:16:16.196Z] 25b303627fd3: Download complete [2021-04-10T03:16:16.227Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-10T03:16:16.227Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-10T03:16:16.227Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-10T03:16:16.227Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-10T03:16:16.227Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-10T03:16:16.227Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-10T03:16:16.227Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-10T03:16:16.227Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-10T03:16:16.488Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-10T03:16:16.488Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-10T03:16:16.488Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-10T03:16:16.488Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-10T03:16:16.749Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-10T03:16:16.749Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-10T03:16:16.749Z] Updating certificates in /etc/ssl/certs... [2021-04-10T03:16:17.321Z] 0 added, 0 removed; done. [2021-04-10T03:16:17.321Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-10T03:16:17.321Z] done. [2021-04-10T03:16:18.267Z] Reading package lists... [2021-04-10T03:16:18.267Z] Building dependency tree... [2021-04-10T03:16:18.267Z] Reading state information... [2021-04-10T03:16:18.533Z] The following NEW packages will be installed: [2021-04-10T03:16:18.533Z] apt-transport-https [2021-04-10T03:16:18.829Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-10T03:16:18.829Z] Need to get 1692 B of archives. [2021-04-10T03:16:18.829Z] After this operation, 154 kB of additional disk space will be used. [2021-04-10T03:16:18.829Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-10T03:16:19.100Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-10T03:16:19.100Z] Fetched 1692 B in 0s (8362 B/s) [2021-04-10T03:16:19.100Z] Selecting previously unselected package apt-transport-https. [2021-04-10T03:16:19.100Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-10T03:16:19.100Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-10T03:16:19.100Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-10T03:16:19.100Z] Setting up apt-transport-https (1.6.13) ... [2021-04-10T03:16:19.674Z] Waiting for network to be ready... [2021-04-10T03:16:24.453Z] 25b303627fd3: Pull complete [2021-04-10T03:16:24.453Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-10T03:16:24.453Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-10T03:16:24.453Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-10T03:16:24.672Z] prd-ubuntu18.04-docker-arm64-4c-16g-33543 does not seem to be running inside a container [2021-04-10T03:16:24.728Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@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-04-10T03:16:27.816Z] 2021-04-10T03:16:23Z INFO Waiting for automatic snapd restart... [2021-04-10T03:16:27.816Z] snapd 2.49.2 from Canonical* installed [2021-04-10T03:16:27.800Z] $ docker top 19f82c18d8758f32997c420d71dbb55204aeb2ebfe5940300947b33cc19c814b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-10T03:16:28.389Z] "snapd" switched to the "latest/stable" channel [2021-04-10T03:16:28.389Z] [2021-04-10T03:16:28.824Z] + docker-compose+ buildgrep --help parallel [2021-04-10T03:16:28.824Z] [2021-04-10T03:16:32.190Z] --parallel Build images in parallel. [Pipeline] } [2021-04-10T03:16:32.461Z] $ docker stop --time=1 19f82c18d8758f32997c420d71dbb55204aeb2ebfe5940300947b33cc19c814b [2021-04-10T03:16:33.685Z] core18 20210309 from Canonical* installed [2021-04-10T03:16:33.946Z] "core18" switched to the "latest/stable" channel [2021-04-10T03:16:33.946Z] [2021-04-10T03:16:34.356Z] $ docker rm -f 19f82c18d8758f32997c420d71dbb55204aeb2ebfe5940300947b33cc19c814b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:16:35.148Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-10T03:16:35.148Z] . [Pipeline] withDockerContainer [2021-04-10T03:16:35.381Z] prd-ubuntu18.04-docker-arm64-4c-16g-33543 does not seem to be running inside a container [2021-04-10T03:16:35.437Z] $ 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/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@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-04-10T03:16:36.977Z] $ docker top dfe1ae51b8aac95fb5d89ab25f4b7ff643938b2c8b856db57ed6f8d7ad425d68 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-10T03:16:38.013Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-10T03:16:40.542Z] snapcraft 4.6 from Canonical* installed [2021-04-10T03:16:40.542Z] "snapcraft" switched to the "latest/stable" channel [2021-04-10T03:16:40.542Z] [2021-04-10T03:16:41.393Z] Building docker-core-command-go ... [2021-04-10T03:16:41.393Z] Building docker-core-data-go ... [2021-04-10T03:16:41.393Z] Building docker-core-metadata-go ... [2021-04-10T03:16:41.393Z] Building docker-security-bootstrapper-go ... [2021-04-10T03:16:41.393Z] Building docker-security-proxy-setup-go ... [2021-04-10T03:16:41.393Z] Building docker-security-secretstore-setup-go ... [2021-04-10T03:16:41.393Z] Building docker-support-notifications-go ... [2021-04-10T03:16:41.664Z] Building docker-support-scheduler-go ... [2021-04-10T03:16:41.665Z] Building docker-sys-mgmt-agent-go ... [2021-04-10T03:16:41.665Z] Building docker-security-secretstore-setup-go [2021-04-10T03:16:41.665Z] Building docker-core-metadata-go [2021-04-10T03:16:41.665Z] Building docker-support-scheduler-go [2021-04-10T03:16:41.665Z] Building docker-security-proxy-setup-go [2021-04-10T03:16:41.665Z] Building docker-security-bootstrapper-go [2021-04-10T03:16:44.756Z] 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-04-10T03:16:44.756Z] - README.md [2021-04-10T03:16:44.756Z] [2021-04-10T03:16:44.756Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-10T03:16:51.352Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-10T03:16:51.352Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-10T03:16:51.352Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-10T03:16:51.612Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-10T03:16:53.527Z] Reading package lists... [2021-04-10T03:16:54.102Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-04-10T03:17:00.683Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-10T03:17:00.683Z] Reading package lists... [2021-04-10T03:17:00.683Z] Building dependency tree... [2021-04-10T03:17:00.683Z] Reading state information... [2021-04-10T03:17:00.683Z] Suggested packages: [2021-04-10T03:17:00.683Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-10T03:17:00.683Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-10T03:17:00.683Z] Recommended packages: [2021-04-10T03:17:00.683Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-10T03:17:00.683Z] The following NEW packages will be installed: [2021-04-10T03:17:00.683Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-10T03:17:00.683Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-10T03:17:00.683Z] pkg-config zip [2021-04-10T03:17:00.944Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-10T03:17:00.944Z] Need to get 7663 kB of archives. [2021-04-10T03:17:00.944Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-10T03:17:00.944Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-10T03:17:00.944Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-10T03:17:01.203Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-10T03:17:01.464Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-10T03:17:01.464Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-10T03:17:01.464Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-10T03:17:01.464Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-10T03:17:01.724Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-10T03:17:01.724Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-10T03:17:01.725Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-10T03:17:01.725Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-10T03:17:01.725Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-10T03:17:01.725Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-10T03:17:02.009Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-10T03:17:02.009Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-10T03:17:02.289Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-10T03:17:02.289Z] Fetched 7663 kB in 1s (6709 kB/s) [2021-04-10T03:17:02.289Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-10T03:17:02.289Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-10T03:17:02.289Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-10T03:17:02.289Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-10T03:17:02.573Z] Selecting previously unselected package libpsl5:amd64. [2021-04-10T03:17:02.573Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-10T03:17:02.573Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-10T03:17:02.573Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-10T03:17:02.573Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-10T03:17:02.573Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-10T03:17:02.841Z] Selecting previously unselected package librtmp1:amd64. [2021-04-10T03:17:02.841Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-10T03:17:03.105Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-10T03:17:03.366Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-10T03:17:03.366Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-10T03:17:03.366Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-10T03:17:03.366Z] Selecting previously unselected package liberror-perl. [2021-04-10T03:17:03.366Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-10T03:17:03.627Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-10T03:17:03.887Z] Selecting previously unselected package git-man. [2021-04-10T03:17:03.887Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-10T03:17:03.887Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-10T03:17:04.458Z] Selecting previously unselected package git. [2021-04-10T03:17:04.458Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-10T03:17:04.458Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-10T03:17:05.399Z] Selecting previously unselected package libnorm1:amd64. [2021-04-10T03:17:05.399Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-10T03:17:05.399Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-10T03:17:05.660Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-10T03:17:05.660Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-10T03:17:05.923Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-10T03:17:06.185Z] Selecting previously unselected package libsodium23:amd64. [2021-04-10T03:17:06.185Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-10T03:17:06.185Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-10T03:17:06.446Z] Selecting previously unselected package libzmq5:amd64. [2021-04-10T03:17:06.446Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-10T03:17:06.446Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-10T03:17:06.446Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-10T03:17:06.446Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-10T03:17:06.446Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-10T03:17:06.709Z] Selecting previously unselected package pkg-config. [2021-04-10T03:17:06.709Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-10T03:17:06.709Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-10T03:17:06.709Z] Selecting previously unselected package zip. [2021-04-10T03:17:06.709Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-10T03:17:06.709Z] Unpacking zip (3.0-11build1) ... [2021-04-10T03:17:06.709Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-10T03:17:06.970Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-10T03:17:06.970Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-10T03:17:06.970Z] Setting up liberror-perl (0.17025-1) ... [2021-04-10T03:17:06.970Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-10T03:17:06.970Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-10T03:17:06.970Z] No schema files found: doing nothing. [2021-04-10T03:17:06.970Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-10T03:17:06.970Z] Setting up zip (3.0-11build1) ... [2021-04-10T03:17:06.970Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-10T03:17:07.230Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-10T03:17:07.230Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-10T03:17:07.491Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-10T03:17:07.491Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-10T03:17:07.491Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-10T03:17:07.491Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-10T03:17:07.491Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-10T03:17:14.084Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-10T03:17:14.655Z] git set to automatically installed. [2021-04-10T03:17:14.655Z] git-man set to automatically installed. [2021-04-10T03:17:14.655Z] libcurl3-gnutls set to automatically installed. [2021-04-10T03:17:14.655Z] liberror-perl set to automatically installed. [2021-04-10T03:17:14.655Z] libglib2.0-0 set to automatically installed. [2021-04-10T03:17:14.655Z] libnghttp2-14 set to automatically installed. [2021-04-10T03:17:14.655Z] libnorm1 set to automatically installed. [2021-04-10T03:17:14.655Z] libpgm-5.2-0 set to automatically installed. [2021-04-10T03:17:14.655Z] libpsl5 set to automatically installed. [2021-04-10T03:17:14.655Z] librtmp1 set to automatically installed. [2021-04-10T03:17:14.655Z] libsodium23 set to automatically installed. [2021-04-10T03:17:14.655Z] libzmq3-dev set to automatically installed. [2021-04-10T03:17:14.655Z] libzmq5 set to automatically installed. [2021-04-10T03:17:14.655Z] pkg-config set to automatically installed. [2021-04-10T03:17:14.655Z] zip set to automatically installed. [2021-04-10T03:17:18.865Z] snapd is not logged in, snap install commands will use sudo [2021-04-10T03:17:25.447Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-10T03:17:43.577Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-10T03:17:43.577Z] snapd is not logged in, snap install commands will use sudo [2021-04-10T03:17:47.791Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-10T03:17:48.870Z] snap "core18" has no updates available [2021-04-10T03:17:49.446Z] Pulling go-build-helper [2021-04-10T03:17:49.446Z] + snapcraftctl pull [2021-04-10T03:17:49.728Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:17:49.728Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:17:49.728Z] ---> cafed8e44df1 [2021-04-10T03:17:49.728Z] Step 3/31 : WORKDIR /edgex-go [2021-04-10T03:17:49.728Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:17:49.728Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:17:49.728Z] ---> cafed8e44df1 [2021-04-10T03:17:49.728Z] Step 3/21 : WORKDIR /edgex-go [2021-04-10T03:17:49.728Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:17:49.728Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:17:49.728Z] ---> cafed8e44df1 [2021-04-10T03:17:49.728Z] Step 3/22 : WORKDIR /edgex-go [2021-04-10T03:17:49.728Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:17:49.728Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:17:49.728Z] ---> cafed8e44df1 [2021-04-10T03:17:49.728Z] Step 3/24 : WORKDIR /edgex-go [2021-04-10T03:17:50.001Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:17:50.001Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:17:50.001Z] ---> cafed8e44df1 [2021-04-10T03:17:50.001Z] Step 3/23 : WORKDIR /edgex-go [2021-04-10T03:17:50.829Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-10T03:17:50.829Z] Skipping pull go-build-helper (already ran) [2021-04-10T03:17:50.829Z] Building go-build-helper [2021-04-10T03:17:50.829Z] + snapcraftctl build [2021-04-10T03:17:53.373Z] Staging go-build-helper [2021-04-10T03:17:53.373Z] + snapcraftctl stage [2021-04-10T03:17:54.306Z] ---> Running in d50f1eb24da6 [2021-04-10T03:17:54.306Z] ---> Running in ed45f59be901 [2021-04-10T03:17:54.306Z] ---> Running in 19f462395f6a [2021-04-10T03:17:54.306Z] ---> Running in 63dcacdf0d3a [2021-04-10T03:17:54.306Z] ---> Running in 4fb230d0a42f [2021-04-10T03:17:54.579Z] Removing intermediate container ed45f59be901 [2021-04-10T03:17:54.579Z] ---> 9102a47d8cee [2021-04-10T03:17:54.579Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:17:54.852Z] ---> Running in 4cd8a8fea716 [2021-04-10T03:17:54.852Z] Removing intermediate container d50f1eb24da6 [2021-04-10T03:17:54.852Z] ---> 3cefeda2c2c1 [2021-04-10T03:17:54.852Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:17:54.852Z] Removing intermediate container 19f462395f6a [2021-04-10T03:17:54.852Z] ---> ecbf577fc907 [2021-04-10T03:17:54.852Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:17:55.127Z] Removing intermediate container 4fb230d0a42f [2021-04-10T03:17:55.127Z] ---> d57de2d96710 [2021-04-10T03:17:55.127Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:17:55.127Z] Removing intermediate container 63dcacdf0d3a [2021-04-10T03:17:55.127Z] ---> 9213bebb0c8e [2021-04-10T03:17:55.127Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:17:55.127Z] ---> Running in 01a56c3428cd [2021-04-10T03:17:55.127Z] ---> Running in a85d17d07618 [2021-04-10T03:17:55.398Z] ---> Running in 32de86d12c17 [2021-04-10T03:17:55.398Z] ---> Running in aea724ba770b [2021-04-10T03:17:58.817Z] Removing intermediate container 4cd8a8fea716 [2021-04-10T03:17:58.817Z] ---> 7670d1971352 [2021-04-10T03:17:58.817Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-10T03:17:58.817Z] ---> Running in 76686604ac39 [2021-04-10T03:17:58.817Z] Removing intermediate container 01a56c3428cd [2021-04-10T03:17:58.817Z] ---> d0d778fae7ed [2021-04-10T03:17:58.817Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-10T03:17:59.094Z] ---> Running in f4cc69a07f45 [2021-04-10T03:17:59.370Z] Removing intermediate container a85d17d07618 [2021-04-10T03:17:59.370Z] ---> e76915bfc694 [2021-04-10T03:17:59.370Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-10T03:17:59.649Z] ---> Running in 9e9f1e35260b [2021-04-10T03:18:00.253Z] Removing intermediate container 32de86d12c17 [2021-04-10T03:18:00.253Z] ---> c34087e69fad [2021-04-10T03:18:00.253Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-10T03:18:00.253Z] Removing intermediate container aea724ba770b [2021-04-10T03:18:00.253Z] ---> f838b13e161b [2021-04-10T03:18:00.253Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-10T03:18:00.537Z] ---> Running in 01267c536910 [2021-04-10T03:18:00.537Z] ---> Running in 27b7c714b22a [2021-04-10T03:18:00.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:18:01.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:18:01.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:18:01.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:18:02.005Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:18:02.005Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:18:02.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:18:02.561Z] OK: 217 MiB in 51 packages [2021-04-10T03:18:02.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:18:02.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:18:02.855Z] OK: 217 MiB in 51 packages [2021-04-10T03:18:02.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:18:03.855Z] OK: 217 MiB in 51 packages [2021-04-10T03:18:03.855Z] OK: 217 MiB in 51 packages [2021-04-10T03:18:04.131Z] Removing intermediate container 76686604ac39 [2021-04-10T03:18:04.131Z] ---> 911f1b3f611c [2021-04-10T03:18:04.131Z] Step 6/21 : COPY go.mod . [2021-04-10T03:18:04.410Z] OK: 217 MiB in 51 packages [2021-04-10T03:18:04.684Z] Removing intermediate container f4cc69a07f45 [2021-04-10T03:18:04.684Z] ---> 3402f42a4603 [2021-04-10T03:18:04.684Z] Step 6/31 : COPY go.mod . [2021-04-10T03:18:05.285Z] ---> 55d517ff7feb [2021-04-10T03:18:05.285Z] Step 7/21 : RUN go mod download [2021-04-10T03:18:05.559Z] ---> Running in f8ea73c05f26 [2021-04-10T03:18:05.844Z] Removing intermediate container 01267c536910 [2021-04-10T03:18:05.844Z] ---> 4804c0d940e1 [2021-04-10T03:18:05.844Z] Step 6/22 : COPY go.mod . [2021-04-10T03:18:05.844Z] ---> 7d33cbf5b2c3 [2021-04-10T03:18:05.844Z] Step 7/31 : RUN go mod download [2021-04-10T03:18:05.844Z] Removing intermediate container 27b7c714b22a [2021-04-10T03:18:05.844Z] ---> eb8cad36dc37 [2021-04-10T03:18:05.844Z] Step 6/23 : COPY go.mod . [2021-04-10T03:18:06.129Z] Removing intermediate container 9e9f1e35260b [2021-04-10T03:18:06.129Z] ---> 1ae3803876b1 [2021-04-10T03:18:06.129Z] Step 6/24 : COPY go.mod . [2021-04-10T03:18:06.129Z] ---> Running in 7e42333067d0 [2021-04-10T03:18:07.116Z] ---> 4497a591d139 [2021-04-10T03:18:07.116Z] Step 7/22 : RUN go mod download [2021-04-10T03:18:07.389Z] ---> fbaf29a35203 [2021-04-10T03:18:07.389Z] Step 7/23 : RUN go mod download [2021-04-10T03:18:07.389Z] ---> Running in c466d9e97823 [2021-04-10T03:18:07.662Z] ---> Running in eafc9ce68491 [2021-04-10T03:18:07.662Z] ---> f9acea0e704e [2021-04-10T03:18:07.662Z] Step 7/24 : RUN go mod download [2021-04-10T03:18:07.940Z] ---> Running in 6a03bdaa485b [2021-04-10T03:18:08.294Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-10T03:18:08.294Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-10T03:18:08.294Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-10T03:18:08.294Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-10T03:18:08.294Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-10T03:18:08.294Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-10T03:18:08.294Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-10T03:18:08.294Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-10T03:18:08.294Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-10T03:18:08.294Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-10T03:18:08.294Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-10T03:18:08.294Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-10T03:18:08.294Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-10T03:18:08.294Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-10T03:18:08.294Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-10T03:18:08.294Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-10T03:18:08.295Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-10T03:18:08.295Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-10T03:18:08.295Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-10T03:18:08.295Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-10T03:18:08.295Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-10T03:18:08.295Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-10T03:18:08.295Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-10T03:18:08.295Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-10T03:18:08.295Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-10T03:18:08.295Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1727 kB] [2021-04-10T03:18:08.295Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-10T03:18:08.295Z] Fetched 24.2 MB in 6s (4004 kB/s) [2021-04-10T03:18:08.295Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-10T03:18:08.295Z] Fetched 224 kB in 0s (0 B/s) [2021-04-10T03:18:08.295Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-10T03:18:08.295Z] Fetched 157 kB in 0s (0 B/s) [2021-04-10T03:18:08.295Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-10T03:18:08.295Z] Fetched 221 kB in 0s (0 B/s) [2021-04-10T03:18:08.295Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-10T03:18:08.295Z] Fetched 143 kB in 0s (0 B/s) [2021-04-10T03:18:08.295Z] Pulling app-service-config [2021-04-10T03:18:08.295Z] + snapcraftctl pull [2021-04-10T03:18:08.295Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-10T03:18:08.295Z] Pulling config-common [2021-04-10T03:18:08.295Z] + snapcraftctl pull [2021-04-10T03:18:09.939Z] Removing intermediate container f8ea73c05f26 [2021-04-10T03:18:09.939Z] ---> 8f17aa6af6ea [2021-04-10T03:18:09.939Z] Step 8/21 : COPY . . [2021-04-10T03:18:09.939Z] Removing intermediate container 7e42333067d0 [2021-04-10T03:18:09.939Z] ---> a5a17be03734 [2021-04-10T03:18:09.939Z] Step 8/31 : COPY . . [2021-04-10T03:18:13.328Z] Removing intermediate container eafc9ce68491 [2021-04-10T03:18:13.328Z] ---> b64a93f7d89a [2021-04-10T03:18:13.328Z] Step 8/23 : COPY . . [2021-04-10T03:18:13.579Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-10T03:18:13.579Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-10T03:18:13.579Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-10T03:18:13.579Z] Fetched 0 B in 0s (0 B/s) [2021-04-10T03:18:13.579Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-10T03:18:13.579Z] Fetched 0 B in 0s (0 B/s) [2021-04-10T03:18:13.579Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-10T03:18:13.579Z] Fetched 0 B in 0s (0 B/s) [2021-04-10T03:18:13.579Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-10T03:18:13.579Z] Fetched 0 B in 0s (0 B/s) [2021-04-10T03:18:13.579Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-10T03:18:13.579Z] Fetched 0 B in 0s (0 B/s) [2021-04-10T03:18:13.579Z] Pulling edgex-go [2021-04-10T03:18:13.579Z] + snapcraftctl pull [2021-04-10T03:18:13.925Z] Removing intermediate container c466d9e97823 [2021-04-10T03:18:13.926Z] ---> b7b0a3c06b2f [2021-04-10T03:18:13.926Z] Step 8/22 : COPY . . [2021-04-10T03:18:14.202Z] Removing intermediate container 6a03bdaa485b [2021-04-10T03:18:14.202Z] ---> 7779a40ec145 [2021-04-10T03:18:14.202Z] Step 8/24 : COPY . . [2021-04-10T03:18:40.181Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-10T03:18:40.181Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-10T03:18:40.181Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-10T03:18:40.181Z] Fetched 0 B in 0s (0 B/s) [2021-04-10T03:18:40.181Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-10T03:18:40.181Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-10T03:18:40.181Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-10T03:18:40.181Z] Fetched 279 kB in 0s (0 B/s) [2021-04-10T03:18:40.181Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-10T03:18:40.181Z] Fetched 122 kB in 0s (0 B/s) [2021-04-10T03:18:40.181Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-10T03:18:40.181Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-10T03:18:40.181Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-10T03:18:40.181Z] Fetched 8848 B in 0s (0 B/s) [2021-04-10T03:18:40.181Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-10T03:18:40.181Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-10T03:18:40.181Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-10T03:18:40.181Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-10T03:18:40.181Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-10T03:18:40.181Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-10T03:18:40.181Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-10T03:18:40.181Z] Fetched 219 kB in 0s (0 B/s) [2021-04-10T03:18:40.181Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-10T03:18:40.181Z] Fetched 154 kB in 0s (0 B/s) [2021-04-10T03:18:40.181Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-10T03:18:40.181Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-10T03:18:40.181Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-10T03:18:40.181Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-10T03:18:40.182Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-10T03:18:40.182Z] Fetched 499 kB in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-10T03:18:40.182Z] Fetched 111 kB in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-10T03:18:40.182Z] Fetched 240 kB in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-10T03:18:40.182Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-10T03:18:40.182Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-10T03:18:40.182Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-10T03:18:40.182Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-10T03:18:40.182Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-10T03:18:40.182Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-10T03:18:40.182Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-10T03:18:40.182Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-10T03:18:40.182Z] Fetched 8720 B in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-04-10T03:18:40.182Z] Fetched 137 kB in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-10T03:18:40.182Z] Fetched 119 kB in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-04-10T03:18:40.182Z] Fetched 109 kB in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-10T03:18:40.182Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-10T03:18:40.182Z] Fetched 645 kB in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-10T03:18:40.182Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-10T03:18:40.182Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-10T03:18:40.182Z] Fetched 368 kB in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-10T03:18:40.182Z] Fetched 187 kB in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-10T03:18:40.182Z] Fetched 175 kB in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-10T03:18:40.182Z] Fetched 206 kB in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-10T03:18:40.182Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-10T03:18:40.182Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-10T03:18:40.182Z] Fetched 159 kB in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-10T03:18:40.182Z] Fetched 107 kB in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-10T03:18:40.182Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-10T03:18:40.182Z] Pulling static-packages [2021-04-10T03:18:40.182Z] + snapcraftctl pull [2021-04-10T03:18:40.182Z] Pulling version [2021-04-10T03:18:40.182Z] + cd /root/project [2021-04-10T03:18:40.182Z] + [ -f VERSION ] [2021-04-10T03:18:40.182Z] + PROJECT_VERSION=local-dev [2021-04-10T03:18:40.182Z] + git rev-parse --short HEAD [2021-04-10T03:18:40.182Z] + GIT_REVISION=004a4905 [2021-04-10T03:18:40.182Z] + snapcraftctl set-version local-dev [2021-04-10T03:18:40.182Z] Skipping build go-build-helper (already ran) [2021-04-10T03:18:40.182Z] Building app-service-config [2021-04-10T03:18:40.182Z] + make build [2021-04-10T03:18:40.182Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-10T03:18:40.752Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-10T03:18:40.752Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-10T03:18:40.752Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-10T03:18:41.014Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-10T03:18:41.014Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-10T03:18:41.014Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-10T03:18:41.014Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-10T03:18:41.014Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-10T03:18:41.019Z] ---> 5580ab7839f3 [2021-04-10T03:18:41.019Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-10T03:18:41.019Z] ---> 1763aa63e9b1 [2021-04-10T03:18:41.019Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-10T03:18:41.019Z] ---> 58721f6616ca [2021-04-10T03:18:41.019Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-10T03:18:41.019Z] ---> dcd6167b356c [2021-04-10T03:18:41.019Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-10T03:18:41.019Z] ---> Running in d74c4c17d86a [2021-04-10T03:18:41.019Z] ---> Running in ac249fb5dea4 [2021-04-10T03:18:41.019Z] ---> 35ec7dce9190 [2021-04-10T03:18:41.019Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-10T03:18:41.019Z] ---> Running in e512eae3c7a3 [2021-04-10T03:18:41.019Z] ---> Running in 4d22749b8dd7 [2021-04-10T03:18:41.019Z] ---> Running in 17e21537f383 [2021-04-10T03:18:41.019Z] 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-04-10T03:18:41.019Z] 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-04-10T03:18:41.019Z] 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-04-10T03:18:41.019Z] 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-04-10T03:18:41.019Z] 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-04-10T03:18:41.275Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-10T03:18:41.275Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-10T03:18:41.275Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-10T03:18:41.538Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-10T03:18:41.538Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-10T03:18:41.538Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-10T03:18:41.538Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-10T03:18:41.538Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-10T03:18:41.538Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-10T03:18:41.538Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-10T03:18:41.799Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-10T03:18:41.799Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-10T03:18:42.059Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-10T03:18:42.335Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-10T03:18:42.335Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-10T03:18:42.335Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-10T03:18:42.335Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-10T03:18:42.335Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-10T03:18:42.614Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-10T03:18:42.614Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-10T03:18:42.614Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-10T03:18:42.614Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-10T03:18:42.614Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-10T03:18:42.614Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-10T03:18:42.614Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-10T03:18:42.614Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-10T03:18:42.614Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-10T03:18:42.614Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-10T03:18:42.614Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-10T03:18:42.614Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-10T03:18:42.614Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-10T03:18:42.615Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-10T03:18:42.875Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-10T03:18:42.875Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-10T03:18:42.875Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-10T03:18:42.875Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-10T03:18:42.875Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-10T03:18:55.152Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-10T03:18:55.152Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-10T03:18:55.152Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-10T03:18:55.152Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-10T03:18:55.414Z] Building config-common [2021-04-10T03:18:55.414Z] + snapcraftctl build [2021-04-10T03:18:58.729Z] Building edgex-go [2021-04-10T03:18:58.729Z] + cd /root/parts/edgex-go/src [2021-04-10T03:18:58.729Z] + make build [2021-04-10T03:18:58.729Z] 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-04-10T03:18:59.300Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-10T03:18:59.300Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-10T03:18:59.300Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-10T03:19:03.509Z] 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-04-10T03:19:03.509Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-10T03:19:08.797Z] 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-04-10T03:19:10.706Z] 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-04-10T03:19:12.617Z] 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-04-10T03:19:12.878Z] 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-04-10T03:19:13.149Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-10T03:19:13.409Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-10T03:19:13.409Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-10T03:19:13.409Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-10T03:19:15.318Z] 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-04-10T03:19:15.318Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-10T03:19:15.318Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-10T03:19:17.232Z] 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-04-10T03:19:18.619Z] 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-04-10T03:19:20.012Z] 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-04-10T03:19:21.407Z] 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-04-10T03:19:21.407Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-10T03:19:22.794Z] 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-04-10T03:19:22.794Z] go: downloading github.com/lib/pq v1.10.0 [2021-04-10T03:19:24.760Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-10T03:19:25.022Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-10T03:19:25.022Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-10T03:19:25.022Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-10T03:19:25.022Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-10T03:19:25.022Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-10T03:19:25.022Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-10T03:19:25.022Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-10T03:19:25.022Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-10T03:19:25.022Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-10T03:19:25.022Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-10T03:19:25.022Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-10T03:19:25.022Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-10T03:19:25.022Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-10T03:19:25.022Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-10T03:19:25.022Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-10T03:19:25.022Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-10T03:19:25.022Z] + 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-04-10T03:19:25.022Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-10T03:19:25.022Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-10T03:19:25.022Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-10T03:19:25.022Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-10T03:19:25.022Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-10T03:19:25.022Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-10T03:19:25.022Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-10T03:19:25.022Z] + 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-04-10T03:19:29.226Z] Building static-packages [2021-04-10T03:19:29.226Z] + snapcraftctl build [2021-04-10T03:19:31.146Z] Building version [2021-04-10T03:19:31.146Z] + snapcraftctl build [2021-04-10T03:19:34.454Z] Skipping stage go-build-helper (already ran) [2021-04-10T03:19:34.454Z] Staging app-service-config [2021-04-10T03:19:34.454Z] + snapcraftctl stage [2021-04-10T03:19:35.396Z] Staging config-common [2021-04-10T03:19:35.396Z] + snapcraftctl stage [2021-04-10T03:19:36.782Z] Staging edgex-go [2021-04-10T03:19:36.782Z] + snapcraftctl stage [2021-04-10T03:19:37.724Z] Staging static-packages [2021-04-10T03:19:37.724Z] + snapcraftctl stage [2021-04-10T03:19:39.638Z] Staging version [2021-04-10T03:19:39.638Z] + snapcraftctl stage [2021-04-10T03:19:40.580Z] Priming go-build-helper [2021-04-10T03:19:40.580Z] + snapcraftctl prime [2021-04-10T03:19:41.964Z] Priming app-service-config [2021-04-10T03:19:41.964Z] + snapcraftctl prime [2021-04-10T03:19:43.348Z] Priming config-common [2021-04-10T03:19:43.348Z] + snapcraftctl prime [2021-04-10T03:19:44.731Z] Priming edgex-go [2021-04-10T03:19:44.731Z] + snapcraftctl prime [2021-04-10T03:19:46.113Z] Priming static-packages [2021-04-10T03:19:46.113Z] + snapcraftctl prime [2021-04-10T03:19:48.657Z] Priming version [2021-04-10T03:19:48.657Z] + snapcraftctl prime [2021-04-10T03:19:50.041Z] 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-04-10T03:20:17.841Z] 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-04-10T03:20:17.842Z] 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-04-10T03:20:30.315Z] Removing intermediate container d74c4c17d86a [2021-04-10T03:20:30.315Z] ---> 37361726966a [2021-04-10T03:20:30.315Z] [2021-04-10T03:20:30.315Z] Step 10/31 : FROM alpine:3.12 [2021-04-10T03:20:30.315Z] 3.12: Pulling from library/alpine [2021-04-10T03:20:31.339Z] Removing intermediate container ac249fb5dea4 [2021-04-10T03:20:31.339Z] ---> d189c42c69a4 [2021-04-10T03:20:31.339Z] [2021-04-10T03:20:31.339Z] Step 10/21 : FROM alpine:3.12 [2021-04-10T03:20:31.339Z] 3.12: Pulling from library/alpine [2021-04-10T03:20:31.616Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-10T03:20:31.616Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-10T03:20:31.616Z] Removing intermediate container 17e21537f383 [2021-04-10T03:20:31.616Z] ---> 06e6b431fc47 [2021-04-10T03:20:31.616Z] [2021-04-10T03:20:31.616Z] Step 10/24 : FROM alpine:3.12 [2021-04-10T03:20:31.616Z] Status: Downloaded newer image for alpine:3.12 [2021-04-10T03:20:31.616Z] ---> d75e27dfc0a0 [2021-04-10T03:20:31.616Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-10T03:20:31.616Z] Status: Image is up to date for alpine:3.12 [2021-04-10T03:20:31.616Z] ---> d75e27dfc0a0 [2021-04-10T03:20:31.616Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-10T03:20:31.616Z] ---> d75e27dfc0a0 [2021-04-10T03:20:31.616Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-10T03:20:32.220Z] ---> Running in ba1c687793b5 [2021-04-10T03:20:32.220Z] ---> Running in be7b794fc9ce [2021-04-10T03:20:32.220Z] ---> Running in 3c40f238d9b7 [2021-04-10T03:20:33.207Z] Removing intermediate container ba1c687793b5 [2021-04-10T03:20:33.207Z] ---> 9b5337516062 [2021-04-10T03:20:33.207Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-10T03:20:33.482Z] ---> Running in 23caddc218cb [2021-04-10T03:20:34.470Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:20:34.470Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:20:34.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:20:34.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:20:35.359Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-10T03:20:35.359Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-10T03:20:35.359Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-10T03:20:35.359Z] (4/6) Installing curl (7.69.1-r3) [2021-04-10T03:20:35.359Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-10T03:20:35.359Z] (6/6) Installing su-exec (0.2-r1) [2021-04-10T03:20:35.359Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T03:20:35.359Z] Executing ca-certificates-20191127-r4.trigger [2021-04-10T03:20:35.636Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-10T03:20:35.637Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-10T03:20:35.637Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-10T03:20:35.637Z] (4/4) Installing curl (7.69.1-r3) [2021-04-10T03:20:35.637Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T03:20:35.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:20:35.637Z] Executing ca-certificates-20191127-r4.trigger [2021-04-10T03:20:35.913Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:20:35.913Z] OK: 7 MiB in 20 packages [2021-04-10T03:20:36.189Z] OK: 7 MiB in 18 packages [2021-04-10T03:20:36.791Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-10T03:20:36.791Z] (2/2) Installing su-exec (0.2-r1) [2021-04-10T03:20:36.791Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T03:20:36.791Z] OK: 5 MiB in 16 packages [2021-04-10T03:20:38.786Z] Removing intermediate container e512eae3c7a3 [2021-04-10T03:20:38.786Z] ---> bce9d1590064 [2021-04-10T03:20:38.786Z] [2021-04-10T03:20:38.786Z] Step 10/22 : FROM alpine:3.12 [2021-04-10T03:20:38.786Z] ---> d75e27dfc0a0 [2021-04-10T03:20:38.786Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-10T03:20:39.388Z] ---> Running in aa427e6dc066 [2021-04-10T03:20:39.665Z] Removing intermediate container 23caddc218cb [2021-04-10T03:20:39.665Z] ---> 7a9d1df6127a [2021-04-10T03:20:39.665Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-10T03:20:39.665Z] ---> Running in 2e9c90623b1a [2021-04-10T03:20:39.938Z] Removing intermediate container be7b794fc9ce [2021-04-10T03:20:39.938Z] ---> 3c784408d1bb [2021-04-10T03:20:39.938Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-10T03:20:39.938Z] Removing intermediate container 3c40f238d9b7 [2021-04-10T03:20:39.938Z] ---> 31b1000af371 [2021-04-10T03:20:39.938Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-10T03:20:40.214Z] ---> Running in 7e498eba8719 [2021-04-10T03:20:40.214Z] ---> Running in c3f2b01774ee [2021-04-10T03:20:40.494Z] Removing intermediate container 2e9c90623b1a [2021-04-10T03:20:40.494Z] ---> e23cc461697f [2021-04-10T03:20:40.494Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-10T03:20:40.774Z] ---> Running in 3d085b2bcaf0 [2021-04-10T03:20:41.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:20:41.049Z] Removing intermediate container 7e498eba8719 [2021-04-10T03:20:41.049Z] ---> 5fe17d010acb [2021-04-10T03:20:41.049Z] Step 13/21 : WORKDIR /edgex [2021-04-10T03:20:41.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:20:41.374Z] Removing intermediate container c3f2b01774ee [2021-04-10T03:20:41.374Z] ---> 40ea1e05769a [2021-04-10T03:20:41.374Z] Step 13/24 : WORKDIR / [2021-04-10T03:20:41.714Z] ---> Running in ec838a87f77e [2021-04-10T03:20:41.714Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-10T03:20:41.714Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T03:20:41.714Z] ---> Running in 2276149badd2 [2021-04-10T03:20:41.714Z] OK: 5 MiB in 15 packages [2021-04-10T03:20:42.051Z] Removing intermediate container 3d085b2bcaf0 [2021-04-10T03:20:42.051Z] ---> 6ebf502c6d89 [2021-04-10T03:20:42.051Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-10T03:20:42.051Z] ---> Running in 2adf3af0f0b1 [2021-04-10T03:20:42.386Z] Removing intermediate container ec838a87f77e [2021-04-10T03:20:42.386Z] ---> 48173b135136 [2021-04-10T03:20:42.386Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-10T03:20:43.004Z] Removing intermediate container 2276149badd2 [2021-04-10T03:20:43.004Z] ---> ea465a2bf026 [2021-04-10T03:20:43.004Z] 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-04-10T03:20:44.027Z] Removing intermediate container aa427e6dc066 [2021-04-10T03:20:44.027Z] ---> 883ddcb783e1 [2021-04-10T03:20:44.027Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-10T03:20:44.635Z] ---> 2364d9a325ed [2021-04-10T03:20:44.635Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-10T03:20:44.913Z] ---> Running in e6bd11193312 [2021-04-10T03:20:44.913Z] ---> 2ea84b4d1aa2 [2021-04-10T03:20:44.913Z] 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-04-10T03:20:45.897Z] Removing intermediate container e6bd11193312 [2021-04-10T03:20:45.897Z] ---> c9e756bd6e09 [2021-04-10T03:20:45.897Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-10T03:20:46.171Z] Removing intermediate container 2adf3af0f0b1 [2021-04-10T03:20:46.171Z] ---> 93f2e4eee4a1 [2021-04-10T03:20:46.171Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-10T03:20:46.447Z] ---> Running in e94bb92ccbfc [2021-04-10T03:20:46.447Z] ---> Running in 1d9a2bd0c785 [2021-04-10T03:20:46.447Z] ---> 8ca987432f80 [2021-04-10T03:20:46.447Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-10T03:20:46.447Z] ---> c373ebbd34aa [2021-04-10T03:20:46.447Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-10T03:20:47.048Z] Removing intermediate container 4d22749b8dd7 [2021-04-10T03:20:47.048Z] ---> 4bcd90ec6e90 [2021-04-10T03:20:47.048Z] [2021-04-10T03:20:47.048Z] Step 10/23 : FROM alpine:3.12 [2021-04-10T03:20:47.048Z] ---> d75e27dfc0a0 [2021-04-10T03:20:47.048Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-10T03:20:47.048Z] ---> Using cache [2021-04-10T03:20:47.048Z] ---> 883ddcb783e1 [2021-04-10T03:20:47.048Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-10T03:20:47.048Z] ---> Using cache [2021-04-10T03:20:47.048Z] ---> c9e756bd6e09 [2021-04-10T03:20:47.048Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-10T03:20:47.321Z] Removing intermediate container e94bb92ccbfc [2021-04-10T03:20:47.321Z] ---> 2f978aab7a8f [2021-04-10T03:20:47.321Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-10T03:20:47.596Z] ---> Running in 8c0580c4470b [2021-04-10T03:20:47.596Z] Removing intermediate container 1d9a2bd0c785 [2021-04-10T03:20:47.596Z] ---> 6dab0c96afde [2021-04-10T03:20:47.596Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-10T03:20:47.596Z] ---> Running in 2ac6594fe786 [2021-04-10T03:20:47.868Z] ---> e7bf58adb686 [2021-04-10T03:20:47.868Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-10T03:20:48.151Z] ---> 4b35593549f2 [2021-04-10T03:20:48.152Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-10T03:20:48.423Z] Removing intermediate container 8c0580c4470b [2021-04-10T03:20:48.423Z] ---> 7b46d82987ea [2021-04-10T03:20:48.423Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-10T03:20:48.423Z] Removing intermediate container 2ac6594fe786 [2021-04-10T03:20:48.423Z] ---> 0a5dd083e6a2 [2021-04-10T03:20:48.423Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T03:20:48.697Z] ---> Running in 7ff9fcfd128b [2021-04-10T03:20:48.697Z] ---> Running in 6755d33fa6f9 [2021-04-10T03:20:48.697Z] ---> c0f705299683 [2021-04-10T03:20:48.697Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-10T03:20:48.972Z] ---> Running in 66670bb310ff [2021-04-10T03:20:49.577Z] Removing intermediate container 7ff9fcfd128b [2021-04-10T03:20:49.577Z] ---> dea5dcbdaebd [2021-04-10T03:20:49.577Z] Step 18/21 : CMD ["--init=true"] [2021-04-10T03:20:49.577Z] Removing intermediate container 6755d33fa6f9 [2021-04-10T03:20:49.577Z] ---> aaa4576bde6f [2021-04-10T03:20:49.577Z] Step 15/23 : WORKDIR / [2021-04-10T03:20:49.577Z] ---> 6e7e662fa1c9 [2021-04-10T03:20:49.577Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-10T03:20:49.577Z] ---> e37881aeae32 [2021-04-10T03:20:49.577Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-10T03:20:49.852Z] ---> Running in 20d69000bd59 [2021-04-10T03:20:49.852Z] ---> Running in 117c33384637 [2021-04-10T03:20:50.841Z] Removing intermediate container 117c33384637 [2021-04-10T03:20:50.841Z] ---> 805d453b90a3 [2021-04-10T03:20:50.841Z] Step 19/21 : LABEL arch=arm64 [2021-04-10T03:20:51.115Z] Removing intermediate container 20d69000bd59 [2021-04-10T03:20:51.115Z] ---> 1fac21a6fdad [2021-04-10T03:20:51.115Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T03:20:51.391Z] ---> Running in 4b635b69b308 [2021-04-10T03:20:51.391Z] ---> 4d298d7fff19 [2021-04-10T03:20:51.391Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-10T03:20:51.668Z] ---> 5c1a4103ca8e [2021-04-10T03:20:51.668Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-10T03:20:51.946Z] Removing intermediate container 4b635b69b308 [2021-04-10T03:20:51.946Z] ---> 6acd1b30ba76 [2021-04-10T03:20:51.946Z] Step 20/21 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 [2021-04-10T03:20:52.221Z] ---> Running in 42b61c29bdd9 [2021-04-10T03:20:52.501Z] Removing intermediate container 66670bb310ff [2021-04-10T03:20:52.501Z] ---> 02b5c748e4e2 [2021-04-10T03:20:52.501Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T03:20:52.501Z] ---> 45db0a8376e7 [2021-04-10T03:20:52.501Z] ---> 4e65795b6740 [2021-04-10T03:20:52.501Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-10T03:20:52.501Z] 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-04-10T03:20:52.778Z] ---> 5cfdbc0469a6 [2021-04-10T03:20:52.778Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-10T03:20:52.778Z] ---> Running in 08d50135a06f [2021-04-10T03:20:53.051Z] ---> Running in 8ee63cf9de54 [2021-04-10T03:20:53.051Z] Removing intermediate container 42b61c29bdd9 [2021-04-10T03:20:53.051Z] ---> b3ce2599be29 [2021-04-10T03:20:53.051Z] Step 21/21 : LABEL version=0.0.0 [2021-04-10T03:20:53.658Z] ---> Running in 92bbfc35934e [2021-04-10T03:20:53.658Z] ---> 148b130fa340 [2021-04-10T03:20:53.658Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-10T03:20:53.946Z] Removing intermediate container 8ee63cf9de54 [2021-04-10T03:20:53.946Z] ---> 95b7bb2e6705 [2021-04-10T03:20:53.946Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T03:20:54.539Z] ---> Running in 2ef796b65978 [2021-04-10T03:20:54.539Z] Removing intermediate container 92bbfc35934e [2021-04-10T03:20:54.539Z] ---> a4a92d298ff5 [2021-04-10T03:20:54.539Z] [2021-04-10T03:20:54.539Z] ---> a632b5e43808 [2021-04-10T03:20:54.539Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-10T03:20:55.140Z] Removing intermediate container 2ef796b65978 [2021-04-10T03:20:55.140Z] ---> a3716b71bbc9 [2021-04-10T03:20:55.140Z] Step 20/22 : LABEL arch=arm64 [2021-04-10T03:20:55.140Z] Successfully built a4a92d298ff5 [2021-04-10T03:20:55.140Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-10T03:20:55.140Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-04-10T03:20:55.432Z] ---> a4b6bb4a9579 [2021-04-10T03:20:55.432Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-10T03:20:55.432Z] ---> Running in 3812c4f9b9e6 [2021-04-10T03:20:55.717Z] ---> 876dd697fec7 [2021-04-10T03:20:55.717Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-10T03:20:55.993Z] ---> Running in 8c11bab05692 [2021-04-10T03:20:56.266Z] Removing intermediate container 3812c4f9b9e6 [2021-04-10T03:20:56.266Z] ---> de486cd333f7 [2021-04-10T03:20:56.266Z] Step 21/22 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 [2021-04-10T03:20:56.266Z] Removing intermediate container 08d50135a06f [2021-04-10T03:20:56.266Z] ---> 01a90e4e23ce [2021-04-10T03:20:56.266Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-10T03:20:56.553Z] ---> Running in 0e09dc7b4e58 [2021-04-10T03:20:56.553Z] ---> Running in e908cc895afd [2021-04-10T03:20:56.831Z] Removing intermediate container 8c11bab05692 [2021-04-10T03:20:56.831Z] ---> 1ddca425ecd5 [2021-04-10T03:20:56.831Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T03:20:57.104Z] ---> 2e9742d1d120 [2021-04-10T03:20:57.104Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-10T03:20:57.385Z] ---> Running in 990c65274e6d [2021-04-10T03:20:57.385Z] Removing intermediate container 0e09dc7b4e58 [2021-04-10T03:20:57.385Z] ---> 2c226d04a9f0 [2021-04-10T03:20:57.385Z] Step 22/22 : LABEL version=0.0.0 [2021-04-10T03:20:57.657Z] Removing intermediate container e908cc895afd [2021-04-10T03:20:57.657Z] ---> 7abac17a039b [2021-04-10T03:20:57.658Z] Step 22/24 : LABEL arch=arm64 [2021-04-10T03:20:57.931Z] ---> Running in 1cfaecaa30ce [2021-04-10T03:20:58.210Z] ---> Running in 5dcb72ee1d1c [2021-04-10T03:20:58.486Z] Removing intermediate container 990c65274e6d [2021-04-10T03:20:58.486Z] ---> bfd20c8e07ab [2021-04-10T03:20:58.486Z] Step 21/23 : LABEL arch=arm64 [2021-04-10T03:20:58.756Z] ---> 33e8cb29e03f [2021-04-10T03:20:58.756Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-10T03:20:59.027Z] ---> Running in a6ef06e693dc [2021-04-10T03:20:59.027Z] Removing intermediate container 1cfaecaa30ce [2021-04-10T03:20:59.027Z] ---> 52464954be7d [2021-04-10T03:20:59.027Z] [2021-04-10T03:20:59.302Z] Removing intermediate container 5dcb72ee1d1c [2021-04-10T03:20:59.302Z] ---> fb9aea86453d [2021-04-10T03:20:59.302Z] Step 23/24 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 [2021-04-10T03:20:59.572Z] ---> Running in ecd7cd0a7dc5 [2021-04-10T03:20:59.572Z] Successfully built 52464954be7d [2021-04-10T03:20:59.841Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-10T03:20:59.841Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-04-10T03:20:59.841Z] ---> 87020abfa227 [2021-04-10T03:20:59.841Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-10T03:20:59.841Z] Removing intermediate container a6ef06e693dc [2021-04-10T03:20:59.841Z] ---> 802faea19ac0 [2021-04-10T03:20:59.841Z] Step 22/23 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 [2021-04-10T03:21:00.119Z] Removing intermediate container ecd7cd0a7dc5 [2021-04-10T03:21:00.119Z] ---> 357e923f4518 [2021-04-10T03:21:00.119Z] Step 24/24 : LABEL version=0.0.0 [2021-04-10T03:21:00.119Z] ---> Running in 46f4a40def53 [2021-04-10T03:21:00.714Z] ---> Running in ad5c7512b111 [2021-04-10T03:21:00.715Z] ---> Running in 6f4c74ee68b5 [2021-04-10T03:21:00.715Z] Removing intermediate container 46f4a40def53 [2021-04-10T03:21:00.715Z] ---> 37c12eb9727e [2021-04-10T03:21:00.715Z] Step 23/23 : LABEL version=0.0.0 [2021-04-10T03:21:00.989Z] ---> Running in 30faab1e0b17 [2021-04-10T03:21:01.591Z] Removing intermediate container ad5c7512b111 [2021-04-10T03:21:01.591Z] ---> cf40b303f5ff [2021-04-10T03:21:01.591Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-10T03:21:02.192Z] Removing intermediate container 30faab1e0b17 [2021-04-10T03:21:02.192Z] ---> 9c9ce02bcb5b [2021-04-10T03:21:02.192Z] Removing intermediate container 6f4c74ee68b5 [2021-04-10T03:21:02.192Z] [2021-04-10T03:21:02.192Z] ---> be4d0eeb362d [2021-04-10T03:21:02.192Z] [2021-04-10T03:21:02.462Z] Successfully built be4d0eeb362d [2021-04-10T03:21:02.462Z] Successfully built 9c9ce02bcb5b [2021-04-10T03:21:03.060Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-10T03:21:03.060Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-04-10T03:21:03.060Z] ---> 1a9a3e08492c [2021-04-10T03:21:03.060Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-10T03:21:03.060Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-10T03:21:03.060Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-04-10T03:21:03.659Z] ---> Running in e4a8aa8cb3b6 [2021-04-10T03:21:05.677Z] Removing intermediate container e4a8aa8cb3b6 [2021-04-10T03:21:05.677Z] ---> 0ef5c2904369 [2021-04-10T03:21:05.954Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-10T03:21:06.546Z] ---> Running in a5d4aba020c7 [2021-04-10T03:21:07.141Z] Removing intermediate container a5d4aba020c7 [2021-04-10T03:21:07.141Z] ---> df594efa4716 [2021-04-10T03:21:07.141Z] Step 28/31 : CMD ["gate"] [2021-04-10T03:21:07.737Z] ---> Running in 6403ba473cf5 [2021-04-10T03:21:08.724Z] Removing intermediate container 6403ba473cf5 [2021-04-10T03:21:08.724Z] ---> 6823d20785b7 [2021-04-10T03:21:08.724Z] Step 29/31 : LABEL arch=arm64 [2021-04-10T03:21:09.704Z] ---> Running in 2b568a4b0d57 [2021-04-10T03:21:10.687Z] Removing intermediate container 2b568a4b0d57 [2021-04-10T03:21:10.687Z] ---> c587b3b56891 [2021-04-10T03:21:10.687Z] Step 30/31 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 [2021-04-10T03:21:10.963Z] ---> Running in 87414d21fe4c [2021-04-10T03:21:11.954Z] Removing intermediate container 87414d21fe4c [2021-04-10T03:21:11.954Z] ---> aa978f0704d8 [2021-04-10T03:21:11.954Z] Step 31/31 : LABEL version=0.0.0 [2021-04-10T03:21:12.554Z] ---> Running in ad350754e0ef [2021-04-10T03:21:13.533Z] Removing intermediate container ad350754e0ef [2021-04-10T03:21:13.533Z] ---> 6501fe89a69c [2021-04-10T03:21:13.533Z] [2021-04-10T03:21:13.809Z] Successfully built 6501fe89a69c [2021-04-10T03:21:14.083Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-10T03:21:46.431Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:21:46.431Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:21:46.431Z] ---> cafed8e44df1 [2021-04-10T03:21:46.431Z] Step 3/23 : WORKDIR /edgex-go [2021-04-10T03:21:46.431Z] ---> Using cache [2021-04-10T03:21:46.431Z] ---> d57de2d96710 [2021-04-10T03:21:46.431Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:21:46.431Z] ---> Using cache [2021-04-10T03:21:46.431Z] ---> f838b13e161b [2021-04-10T03:21:46.431Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-10T03:21:46.431Z] ---> Using cache [2021-04-10T03:21:46.431Z] ---> eb8cad36dc37 [2021-04-10T03:21:46.431Z] Step 6/23 : COPY go.mod . [2021-04-10T03:21:46.431Z] ---> Using cache [2021-04-10T03:21:46.431Z] ---> fbaf29a35203 [2021-04-10T03:21:46.431Z] Step 7/23 : RUN go mod download [2021-04-10T03:21:46.431Z] ---> Using cache [2021-04-10T03:21:46.431Z] ---> b64a93f7d89a [2021-04-10T03:21:46.431Z] Step 8/23 : COPY . . [2021-04-10T03:21:46.431Z] ---> Using cache [2021-04-10T03:21:46.431Z] ---> dcd6167b356c [2021-04-10T03:21:46.431Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-10T03:21:51.873Z] ---> Running in 4c91c6a14117 [2021-04-10T03:21:52.475Z] 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-04-10T03:21:53.953Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:21:53.953Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:21:53.953Z] ---> cafed8e44df1 [2021-04-10T03:21:53.953Z] Step 3/22 : WORKDIR /edgex-go [2021-04-10T03:21:53.953Z] ---> Using cache [2021-04-10T03:21:53.953Z] ---> d57de2d96710 [2021-04-10T03:21:53.953Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:21:53.953Z] ---> Using cache [2021-04-10T03:21:53.953Z] ---> f838b13e161b [2021-04-10T03:21:53.953Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-10T03:21:55.389Z] ---> Running in 06f797404ea7 [2021-04-10T03:21:57.398Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:21:57.398Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:21:57.398Z] ---> cafed8e44df1 [2021-04-10T03:21:57.398Z] Step 3/23 : WORKDIR /edgex-go [2021-04-10T03:21:57.398Z] ---> Using cache [2021-04-10T03:21:57.398Z] ---> d57de2d96710 [2021-04-10T03:21:57.398Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:21:57.398Z] ---> Using cache [2021-04-10T03:21:57.398Z] ---> f838b13e161b [2021-04-10T03:21:57.398Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-10T03:21:57.676Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:21:57.676Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:21:57.676Z] ---> cafed8e44df1 [2021-04-10T03:21:57.676Z] Step 3/23 : WORKDIR /edgex-go [2021-04-10T03:21:57.676Z] ---> Using cache [2021-04-10T03:21:57.676Z] ---> d57de2d96710 [2021-04-10T03:21:57.676Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:21:57.676Z] ---> Using cache [2021-04-10T03:21:57.676Z] ---> f838b13e161b [2021-04-10T03:21:57.676Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-10T03:21:57.676Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:21:57.953Z] ---> Running in eed6ddeabef2 [2021-04-10T03:21:57.953Z] ---> Running in f7cd2dfaf349 [2021-04-10T03:21:58.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:21:59.212Z] OK: 217 MiB in 51 packages [2021-04-10T03:22:00.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:22:00.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:22:00.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:22:01.091Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:22:01.091Z] Removing intermediate container 06f797404ea7 [2021-04-10T03:22:01.091Z] ---> 7e0ceef8b618 [2021-04-10T03:22:01.091Z] Step 6/22 : COPY go.mod . [2021-04-10T03:22:01.694Z] OK: 217 MiB in 51 packages [2021-04-10T03:22:01.694Z] OK: 217 MiB in 51 packages [2021-04-10T03:22:02.299Z] ---> a648070a5d98 [2021-04-10T03:22:02.595Z] Step 7/22 : RUN go mod download [2021-04-10T03:22:02.884Z] ---> Running in afadb09266b3 [2021-04-10T03:22:04.338Z] Removing intermediate container f7cd2dfaf349 [2021-04-10T03:22:04.338Z] ---> f3655f9f5b4a [2021-04-10T03:22:04.338Z] Step 6/23 : COPY go.mod . [2021-04-10T03:22:04.338Z] Removing intermediate container eed6ddeabef2 [2021-04-10T03:22:04.338Z] ---> aedf432e91cb [2021-04-10T03:22:04.338Z] Step 6/23 : COPY go.mod . [2021-04-10T03:22:05.332Z] ---> 3b9b9ab64965 [2021-04-10T03:22:05.332Z] Step 7/23 : RUN go mod download [2021-04-10T03:22:05.610Z] ---> Running in 83a9afa2c312 [2021-04-10T03:22:05.893Z] ---> 4f863cd91288 [2021-04-10T03:22:05.893Z] Step 7/23 : RUN go mod download [2021-04-10T03:22:06.200Z] ---> Running in c0bad06dc27d [2021-04-10T03:22:08.930Z] Removing intermediate container afadb09266b3 [2021-04-10T03:22:08.930Z] ---> 55cbee228fff [2021-04-10T03:22:08.930Z] Step 8/22 : COPY . . [2021-04-10T03:22:12.340Z] Removing intermediate container 83a9afa2c312 [2021-04-10T03:22:12.340Z] ---> 4a39ab4d322b [2021-04-10T03:22:12.340Z] Step 8/23 : COPY . . [2021-04-10T03:22:12.617Z] Removing intermediate container c0bad06dc27d [2021-04-10T03:22:12.617Z] ---> c142224a80dc [2021-04-10T03:22:12.617Z] Step 8/23 : COPY . . [2021-04-10T03:22:44.990Z] ---> c2a11810a3ca [2021-04-10T03:22:44.990Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-10T03:22:44.990Z] ---> 2b1cf79ca8b6 [2021-04-10T03:22:44.990Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-10T03:22:44.990Z] ---> 25a1d12e57ec [2021-04-10T03:22:44.990Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-10T03:22:44.990Z] ---> Running in 59b5a5646af1 [2021-04-10T03:22:44.990Z] ---> Running in 73b0e4625b5d [2021-04-10T03:22:44.990Z] ---> Running in 9260e71a29e6 [2021-04-10T03:22:44.990Z] 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-04-10T03:22:45.266Z] Removing intermediate container 4c91c6a14117 [2021-04-10T03:22:45.266Z] ---> 3d8b4795636a [2021-04-10T03:22:45.266Z] [2021-04-10T03:22:45.266Z] Step 10/23 : FROM alpine:3.12 [2021-04-10T03:22:45.266Z] ---> d75e27dfc0a0 [2021-04-10T03:22:45.266Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-10T03:22:45.266Z] ---> Using cache [2021-04-10T03:22:45.266Z] ---> 883ddcb783e1 [2021-04-10T03:22:45.266Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-10T03:22:45.266Z] ---> Using cache [2021-04-10T03:22:45.266Z] ---> c9e756bd6e09 [2021-04-10T03:22:45.266Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-10T03:22:45.266Z] 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-04-10T03:22:45.266Z] 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-04-10T03:22:45.545Z] ---> Running in 29a4b35d9193 [2021-04-10T03:22:46.160Z] Removing intermediate container 29a4b35d9193 [2021-04-10T03:22:46.160Z] ---> a757edae9bac [2021-04-10T03:22:46.160Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-10T03:22:46.435Z] ---> Running in 822dd5a6922e [2021-04-10T03:22:47.028Z] Removing intermediate container 822dd5a6922e [2021-04-10T03:22:47.028Z] ---> f4979fbfe3e9 [2021-04-10T03:22:47.028Z] Step 15/23 : WORKDIR / [2021-04-10T03:22:47.028Z] ---> Running in 3bd5b08644b5 [2021-04-10T03:22:48.003Z] Removing intermediate container 3bd5b08644b5 [2021-04-10T03:22:48.003Z] ---> f05e2adf0c31 [2021-04-10T03:22:48.003Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T03:22:48.982Z] ---> 37fea1f40490 [2021-04-10T03:22:48.982Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-10T03:22:50.962Z] ---> e3a4fafd4b8d [2021-04-10T03:22:50.962Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-10T03:22:51.943Z] ---> 1f6160da3cf8 [2021-04-10T03:22:51.943Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-10T03:22:52.224Z] ---> Running in 906b178b75cf [2021-04-10T03:22:52.839Z] Removing intermediate container 906b178b75cf [2021-04-10T03:22:52.839Z] ---> 0a3e1a939be3 [2021-04-10T03:22:52.839Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T03:22:53.117Z] ---> Running in 0a23645043e1 [2021-04-10T03:22:53.744Z] Removing intermediate container 0a23645043e1 [2021-04-10T03:22:53.744Z] ---> df4b76f57ec0 [2021-04-10T03:22:53.744Z] Step 21/23 : LABEL arch=arm64 [2021-04-10T03:22:53.744Z] ---> Running in 4d6af78b228d [2021-04-10T03:22:54.344Z] Removing intermediate container 4d6af78b228d [2021-04-10T03:22:54.344Z] ---> e7d21fc5c742 [2021-04-10T03:22:54.344Z] Step 22/23 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 [2021-04-10T03:22:54.619Z] ---> Running in 0b182a061e62 [2021-04-10T03:22:55.230Z] Removing intermediate container 0b182a061e62 [2021-04-10T03:22:55.230Z] ---> 19ac36bc6e8b [2021-04-10T03:22:55.230Z] Step 23/23 : LABEL version=0.0.0 [2021-04-10T03:22:55.511Z] ---> Running in 8a2db8d8a21b [2021-04-10T03:22:56.109Z] Removing intermediate container 8a2db8d8a21b [2021-04-10T03:22:56.109Z] ---> b7c0c2ee0925 [2021-04-10T03:22:56.109Z] [2021-04-10T03:22:56.384Z] Successfully built b7c0c2ee0925 [2021-04-10T03:22:56.659Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-10T03:24:04.690Z]  Building docker-core-command-go ... done Removing intermediate container 59b5a5646af1 [2021-04-10T03:24:04.690Z] ---> f8930deaae7b [2021-04-10T03:24:04.690Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-10T03:24:04.690Z] ---> Running in 263b6d9dc4c0 [2021-04-10T03:24:04.690Z] 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-04-10T03:24:04.690Z] Removing intermediate container 73b0e4625b5d [2021-04-10T03:24:04.690Z] ---> 2623a5ad2c5c [2021-04-10T03:24:04.690Z] [2021-04-10T03:24:04.690Z] Step 10/22 : FROM alpine:3.12 [2021-04-10T03:24:04.690Z] ---> d75e27dfc0a0 [2021-04-10T03:24:04.690Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-10T03:24:04.690Z] ---> Running in ca8ce0987ded [2021-04-10T03:24:04.690Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:24:04.690Z] Removing intermediate container 263b6d9dc4c0 [2021-04-10T03:24:04.690Z] ---> 4cbc37bb4172 [2021-04-10T03:24:04.690Z] [2021-04-10T03:24:04.690Z] Step 11/23 : FROM docker:20.10.0 [2021-04-10T03:24:04.690Z] 20.10.0: Pulling from library/docker [2021-04-10T03:24:04.690Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:24:04.967Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-10T03:24:04.967Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-10T03:24:04.967Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T03:24:04.967Z] Executing ca-certificates-20191127-r4.trigger [2021-04-10T03:24:05.247Z] OK: 6 MiB in 16 packages [2021-04-10T03:24:07.877Z] Removing intermediate container ca8ce0987ded [2021-04-10T03:24:07.877Z] ---> b2e858de3f7c [2021-04-10T03:24:07.877Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-10T03:24:08.156Z] ---> Running in 0b437dcc08f7 [2021-04-10T03:24:09.134Z] Removing intermediate container 0b437dcc08f7 [2021-04-10T03:24:09.134Z] ---> ecf3961b57e7 [2021-04-10T03:24:09.134Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-10T03:24:09.407Z] ---> Running in 4bba87b70248 [2021-04-10T03:24:10.005Z] Removing intermediate container 4bba87b70248 [2021-04-10T03:24:10.005Z] ---> 5f489cc09c46 [2021-04-10T03:24:10.005Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-10T03:24:10.606Z] ---> Running in e5a001a6a2fc [2021-04-10T03:24:11.583Z] Removing intermediate container e5a001a6a2fc [2021-04-10T03:24:11.583Z] ---> 4ecc003558e2 [2021-04-10T03:24:11.584Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T03:24:12.561Z] ---> 58317d19a403 [2021-04-10T03:24:12.561Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-10T03:24:12.833Z] Removing intermediate container 9260e71a29e6 [2021-04-10T03:24:12.833Z] ---> 0576abff4135 [2021-04-10T03:24:12.833Z] [2021-04-10T03:24:12.833Z] Step 10/23 : FROM alpine:3.12 [2021-04-10T03:24:12.833Z] ---> d75e27dfc0a0 [2021-04-10T03:24:12.833Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-10T03:24:13.109Z] ---> Running in def6fc6f2dae [2021-04-10T03:24:14.090Z] Removing intermediate container def6fc6f2dae [2021-04-10T03:24:14.090Z] ---> 302964db7bf5 [2021-04-10T03:24:14.090Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-10T03:24:14.090Z] ---> Running in a9ea62463402 [2021-04-10T03:24:14.090Z] ---> e9618f4daaa5 [2021-04-10T03:24:14.090Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-10T03:24:14.692Z] Removing intermediate container a9ea62463402 [2021-04-10T03:24:14.692Z] ---> c24d58c2a160 [2021-04-10T03:24:14.692Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-10T03:24:14.692Z] ---> Running in 0c9b1411b65d [2021-04-10T03:24:15.287Z] ---> 1ec76027610a [2021-04-10T03:24:15.287Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-10T03:24:15.287Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-10T03:24:15.287Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-10T03:24:15.287Z] ---> eeaf43b92773 [2021-04-10T03:24:15.287Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-10T03:24:15.287Z] ---> Running in 491d637b8f3c [2021-04-10T03:24:15.287Z] Removing intermediate container 0c9b1411b65d [2021-04-10T03:24:15.559Z] ---> ff6f565be7ee [2021-04-10T03:24:15.559Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:24:15.559Z] ---> Running in d611227a80d9 [2021-04-10T03:24:15.559Z] ---> Running in 6b7bda82dc45 [2021-04-10T03:24:16.154Z] Removing intermediate container 491d637b8f3c [2021-04-10T03:24:16.154Z] ---> e8de940e0974 [2021-04-10T03:24:16.154Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T03:24:16.154Z] Removing intermediate container d611227a80d9 [2021-04-10T03:24:16.154Z] ---> 116d466bd6e1 [2021-04-10T03:24:16.154Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-10T03:24:16.154Z] ---> Running in 4dadddcec93c [2021-04-10T03:24:16.427Z] ---> Running in 1417fb2b337e [2021-04-10T03:24:16.700Z] Removing intermediate container 4dadddcec93c [2021-04-10T03:24:16.700Z] ---> cd02c655689c [2021-04-10T03:24:16.700Z] Step 20/22 : LABEL arch=arm64 [2021-04-10T03:24:16.972Z] ---> Running in b99fc9203cce [2021-04-10T03:24:17.572Z] Removing intermediate container b99fc9203cce [2021-04-10T03:24:17.572Z] ---> 73951f60f284 [2021-04-10T03:24:17.572Z] Step 21/22 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 [2021-04-10T03:24:17.572Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:24:17.846Z] ---> Running in f11c9a99d704 [2021-04-10T03:24:17.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:24:18.118Z] Removing intermediate container 6b7bda82dc45 [2021-04-10T03:24:18.118Z] ---> aee44f0e3043 [2021-04-10T03:24:18.118Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-10T03:24:18.118Z] Removing intermediate container f11c9a99d704 [2021-04-10T03:24:18.118Z] ---> 0314f9f0d391 [2021-04-10T03:24:18.118Z] Step 22/22 : LABEL version=0.0.0 [2021-04-10T03:24:18.390Z] ---> Running in 6957802655cd [2021-04-10T03:24:18.390Z] (1/39) Installing readline (8.0.4-r0) [2021-04-10T03:24:18.390Z] (2/39) Installing bash (5.0.17-r0) [2021-04-10T03:24:18.390Z] ---> Running in 2d90fc23f53b [2021-04-10T03:24:18.390Z] Executing bash-5.0.17-r0.post-install [2021-04-10T03:24:18.390Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-10T03:24:18.390Z] (4/39) Installing libcurl (7.69.1-r3) [2021-04-10T03:24:18.390Z] (5/39) Installing curl (7.69.1-r3) [2021-04-10T03:24:18.390Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-10T03:24:18.390Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-10T03:24:18.390Z] (8/39) Installing expat (2.2.9-r1) [2021-04-10T03:24:18.390Z] (9/39) Installing libffi (3.3-r2) [2021-04-10T03:24:18.390Z] (10/39) Installing gdbm (1.13-r1) [2021-04-10T03:24:18.390Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-10T03:24:18.390Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-10T03:24:18.667Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-10T03:24:19.262Z] Removing intermediate container 2d90fc23f53b [2021-04-10T03:24:19.262Z] ---> aa879e859bd9 [2021-04-10T03:24:19.262Z] [2021-04-10T03:24:19.534Z] Successfully built aa879e859bd9 [2021-04-10T03:24:19.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:24:19.534Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-10T03:24:20.509Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:24:20.509Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-10T03:24:20.509Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-10T03:24:20.509Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-10T03:24:20.509Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-10T03:24:20.509Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-10T03:24:20.509Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-10T03:24:20.509Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-10T03:24:20.509Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-10T03:24:20.509Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-10T03:24:20.509Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-10T03:24:20.782Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-10T03:24:20.782Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-10T03:24:20.782Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-10T03:24:20.782Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-10T03:24:20.782Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-10T03:24:20.782Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-10T03:24:20.782Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-10T03:24:20.782Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-10T03:24:20.782Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-10T03:24:20.782Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-10T03:24:20.782Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-10T03:24:21.056Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-10T03:24:21.056Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-10T03:24:21.056Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-10T03:24:21.056Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-10T03:24:21.056Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-10T03:24:21.056Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-10T03:24:21.056Z] Executing busybox-1.31.1-r19.trigger [2021-04-10T03:24:21.056Z] OK: 72 MiB in 59 packages [2021-04-10T03:24:21.327Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-10T03:24:21.327Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-10T03:24:21.600Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-10T03:24:21.869Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-10T03:24:21.869Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-10T03:24:22.142Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T03:24:22.142Z] OK: 8 MiB in 20 packages [2021-04-10T03:24:23.596Z] Removing intermediate container 6957802655cd [2021-04-10T03:24:23.596Z] ---> 03451d5f7d0e [2021-04-10T03:24:23.596Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T03:24:24.571Z] ---> 8b810b8d37f3 [2021-04-10T03:24:24.571Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-10T03:24:25.549Z] Collecting docker-compose==1.23.2 [2021-04-10T03:24:25.549Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-10T03:24:25.824Z] ---> a0d640ec7ec2 [2021-04-10T03:24:25.824Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-10T03:24:26.418Z] ---> 41f96b247260 [2021-04-10T03:24:26.418Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-10T03:24:26.690Z] ---> Running in e2c382fc8379 [2021-04-10T03:24:27.287Z] Removing intermediate container e2c382fc8379 [2021-04-10T03:24:27.287Z] ---> e2d7d1d296c5 [2021-04-10T03:24:27.287Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T03:24:27.287Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-10T03:24:27.287Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-10T03:24:27.287Z] ---> Running in 29115de383fd [2021-04-10T03:24:27.879Z] Removing intermediate container 29115de383fd [2021-04-10T03:24:27.879Z] ---> 47af32231bee [2021-04-10T03:24:27.879Z] Step 21/23 : LABEL arch=arm64 [2021-04-10T03:24:27.879Z] ---> Running in e55d6ae23fd0 [2021-04-10T03:24:28.538Z] Collecting PyYAML<4,>=3.10 [2021-04-10T03:24:28.538Z] Removing intermediate container e55d6ae23fd0 [2021-04-10T03:24:28.538Z] ---> 0e39a9f43eee [2021-04-10T03:24:28.538Z] Step 22/23 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 [2021-04-10T03:24:28.538Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-10T03:24:28.538Z] ---> Running in 431c0e311cbc [2021-04-10T03:24:29.201Z] Removing intermediate container 431c0e311cbc [2021-04-10T03:24:29.201Z] ---> f23b2b869780 [2021-04-10T03:24:29.201Z] Step 23/23 : LABEL version=0.0.0 [2021-04-10T03:24:29.201Z] ---> Running in 6b418ab23156 [2021-04-10T03:24:29.847Z] Removing intermediate container 6b418ab23156 [2021-04-10T03:24:29.847Z] ---> 2118dde5a002 [2021-04-10T03:24:29.847Z] [2021-04-10T03:24:30.144Z] Successfully built 2118dde5a002 [2021-04-10T03:24:30.144Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-10T03:24:32.108Z]  Building docker-core-data-go ... done Collecting cached-property<2,>=1.2.0 [2021-04-10T03:24:32.108Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-10T03:24:32.108Z] Collecting docopt<0.7,>=0.6.1 [2021-04-10T03:24:32.108Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-10T03:24:34.072Z] Collecting jsonschema<3,>=2.5.1 [2021-04-10T03:24:34.072Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-10T03:24:34.662Z] Collecting docker<4.0,>=3.6.0 [2021-04-10T03:24:34.662Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-10T03:24:35.256Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-10T03:24:35.256Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-10T03:24:37.856Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-10T03:24:37.857Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-10T03:24:37.857Z] 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-04-10T03:24:37.857Z] Collecting texttable<0.10,>=0.9.0 [2021-04-10T03:24:37.857Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-10T03:24:39.813Z] Collecting idna<2.8,>=2.5 [2021-04-10T03:24:39.813Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-10T03:24:40.083Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-10T03:24:40.083Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-10T03:24:40.353Z] 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-04-10T03:24:40.353Z] 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-04-10T03:24:40.353Z] Collecting docker-pycreds>=0.4.0 [2021-04-10T03:24:40.353Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-10T03:24:40.625Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-10T03:24:40.625Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-10T03:24:40.625Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-10T03:24:40.625Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-10T03:24:41.594Z] Installing collected packages: idna, urllib3, requests, PyYAML, cached-property, docopt, jsonschema, docker-pycreds, websocket-client, docker, dockerpty, texttable, docker-compose [2021-04-10T03:24:41.594Z] Attempting uninstall: idna [2021-04-10T03:24:41.594Z] Found existing installation: idna 2.9 [2021-04-10T03:24:41.594Z] Uninstalling idna-2.9: [2021-04-10T03:24:41.594Z] Successfully uninstalled idna-2.9 [2021-04-10T03:24:42.184Z] Attempting uninstall: urllib3 [2021-04-10T03:24:42.184Z] Found existing installation: urllib3 1.25.9 [2021-04-10T03:24:42.184Z] Uninstalling urllib3-1.25.9: [2021-04-10T03:24:42.184Z] Successfully uninstalled urllib3-1.25.9 [2021-04-10T03:24:42.775Z] Attempting uninstall: requests [2021-04-10T03:24:42.775Z] Found existing installation: requests 2.23.0 [2021-04-10T03:24:42.775Z] Uninstalling requests-2.23.0: [2021-04-10T03:24:42.775Z] Successfully uninstalled requests-2.23.0 [2021-04-10T03:24:43.043Z] Running setup.py install for PyYAML: started [2021-04-10T03:24:45.000Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-10T03:24:45.000Z] Running setup.py install for docopt: started [2021-04-10T03:24:46.959Z] Running setup.py install for docopt: finished with status 'done' [2021-04-10T03:24:48.381Z] Running setup.py install for dockerpty: started [2021-04-10T03:24:49.802Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-10T03:24:49.802Z] Running setup.py install for texttable: started [2021-04-10T03:24:51.763Z] Running setup.py install for texttable: finished with status 'done' [2021-04-10T03:24:52.351Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-10T03:25:00.604Z] Removing intermediate container 1417fb2b337e [2021-04-10T03:25:00.604Z] ---> f384a88c2cc7 [2021-04-10T03:25:00.604Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-10T03:25:00.604Z] ---> Running in 9bd2d19dcc1b [2021-04-10T03:25:00.874Z] Removing intermediate container 9bd2d19dcc1b [2021-04-10T03:25:00.874Z] ---> 6a62ecc9384f [2021-04-10T03:25:00.874Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-10T03:25:00.874Z] ---> Running in c3ab4b1cd9c9 [2021-04-10T03:25:01.464Z] Removing intermediate container c3ab4b1cd9c9 [2021-04-10T03:25:01.464Z] ---> cf32d3c93f19 [2021-04-10T03:25:01.464Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-10T03:25:02.440Z] ---> abf4676850eb [2021-04-10T03:25:02.440Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-10T03:25:03.416Z] ---> 2650f090133a [2021-04-10T03:25:03.416Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-10T03:25:04.018Z] ---> 1468a5ddcfa4 [2021-04-10T03:25:04.018Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-10T03:25:04.291Z] ---> Running in 87fe9cd9f488 [2021-04-10T03:25:04.564Z] Removing intermediate container 87fe9cd9f488 [2021-04-10T03:25:04.564Z] ---> 79de2bbc0a47 [2021-04-10T03:25:04.564Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T03:25:04.836Z] ---> Running in 479c1ca29c24 [2021-04-10T03:25:05.426Z] Removing intermediate container 479c1ca29c24 [2021-04-10T03:25:05.426Z] ---> 0c25cb2d9992 [2021-04-10T03:25:05.426Z] Step 21/23 : LABEL arch=arm64 [2021-04-10T03:25:05.426Z] ---> Running in 73aa98c81754 [2021-04-10T03:25:06.020Z] Removing intermediate container 73aa98c81754 [2021-04-10T03:25:06.020Z] ---> 6a9666301564 [2021-04-10T03:25:06.020Z] Step 22/23 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 [2021-04-10T03:25:06.020Z] ---> Running in d7331aa2e36b [2021-04-10T03:25:06.291Z] Removing intermediate container d7331aa2e36b [2021-04-10T03:25:06.291Z] ---> fea2651d385f [2021-04-10T03:25:06.562Z] Step 23/23 : LABEL version=0.0.0 [2021-04-10T03:25:06.562Z] ---> Running in f702a80aafd0 [2021-04-10T03:25:07.154Z] Removing intermediate container f702a80aafd0 [2021-04-10T03:25:07.154Z] ---> 82ae5cd293ec [2021-04-10T03:25:07.154Z] [2021-04-10T03:25:07.425Z] Successfully built 82ae5cd293ec [2021-04-10T03:25:07.425Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-10T03:25:07.709Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-10T03:25:07.693Z] $ docker stop --time=1 dfe1ae51b8aac95fb5d89ab25f4b7ff643938b2c8b856db57ed6f8d7ad425d68 [2021-04-10T03:25:09.608Z] $ docker rm -f dfe1ae51b8aac95fb5d89ab25f4b7ff643938b2c8b856db57ed6f8d7ad425d68 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-10T03:25:10.305Z] + grep docker [2021-04-10T03:25:10.306Z] + docker images [2021-04-10T03:25:10.575Z] docker-sys-mgmt-agent-go-arm64 latest 82ae5cd293ec 4 seconds ago 299MB [2021-04-10T03:25:10.575Z] docker-core-data-go-arm64 latest 2118dde5a002 41 seconds ago 21.4MB [2021-04-10T03:25:10.575Z] docker-support-notifications-go-arm64 latest aa879e859bd9 52 seconds ago 16.9MB [2021-04-10T03:25:10.575Z] docker-core-command-go-arm64 latest b7c0c2ee0925 2 minutes ago 16.3MB [2021-04-10T03:25:10.575Z] docker-security-bootstrapper-go-arm64 latest 6501fe89a69c 3 minutes ago 17.9MB [2021-04-10T03:25:10.575Z] docker-core-metadata-go-arm64 latest 9c9ce02bcb5b 4 minutes ago 17.9MB [2021-04-10T03:25:10.575Z] docker-security-secretstore-setup-go-arm64 latest be4d0eeb362d 4 minutes ago 24.4MB [2021-04-10T03:25:10.575Z] docker-support-scheduler-go-arm64 latest 52464954be7d 4 minutes ago 16.4MB [2021-04-10T03:25:10.575Z] docker-security-proxy-setup-go-arm64 latest a4a92d298ff5 4 minutes ago 24.2MB [2021-04-10T03:25:10.575Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-10T03:25:11.642Z] ---> job-cost.sh [2021-04-10T03:25:11.642Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-mLCB [2021-04-10T03:25:50.603Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-10T03:27:27.353Z] lf-activate-venv(): INFO: Adding /tmp/venv-mLCB/bin to PATH [2021-04-10T03:27:27.353Z] INFO: No Stack... [2021-04-10T03:27:27.353Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-10T03:27:27.353Z] INFO: Archiving Costs [Pipeline] sh [2021-04-10T03:27:27.708Z] + cat /w/workspace/edgex-go/65/archives/cost.csv [2021-04-10T03:27:27.708Z] + cut -d, -f6 [Pipeline] lock [2021-04-10T03:27:27.838Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-65-stack-cost] [2021-04-10T03:27:27.845Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-65-stack-cost] did not exist. Created. [2021-04-10T03:27:27.846Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-65-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-10T03:27:28.328Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-10T03:27:28.602Z] Stashed 1 file(s) [Pipeline] } [2021-04-10T03:27:28.616Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-65-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-10T03:27:29.837Z] provisioning config files... [2021-04-10T03:27:29.848Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/65@tmp/config5796349053224031154tmp [Pipeline] { [Pipeline] sh [2021-04-10T03:27:30.245Z] + set +x [2021-04-10T03:27:30.245Z] + curl -s https://codecov.io/bash [2021-04-10T03:27:30.245Z] + bash -s -- [2021-04-10T03:27:30.821Z] [2021-04-10T03:27:30.821Z] _____ _ [2021-04-10T03:27:30.821Z] / ____| | | [2021-04-10T03:27:30.821Z] | | ___ __| | ___ ___ _____ __ [2021-04-10T03:27:30.821Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-10T03:27:30.821Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-10T03:27:30.821Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-10T03:27:30.821Z] Bash-20210309-2b87ace [2021-04-10T03:27:30.821Z] [2021-04-10T03:27:30.821Z] [2021-04-10T03:27:30.821Z] ==> git version 2.24.3 found [2021-04-10T03:27:30.821Z] ==> 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-04-10T03:27:30.821Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-10T03:27:30.821Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-10T03:27:30.821Z] ==> Jenkins CI detected. [2021-04-10T03:27:30.821Z] project root: . [2021-04-10T03:27:30.821Z] --> token set from env [2021-04-10T03:27:30.821Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-10T03:27:30.821Z] ==> Running gcov in . (disable via -X gcov) [2021-04-10T03:27:30.821Z] ==> Python coveragepy not found [2021-04-10T03:27:30.821Z] ==> Searching for coverage reports in: [2021-04-10T03:27:30.821Z] + . [2021-04-10T03:27:30.821Z] -> Found 1 reports [2021-04-10T03:27:30.821Z] ==> Detecting git/mercurial file structure [2021-04-10T03:27:30.821Z] ==> Reading reports [2021-04-10T03:27:30.821Z] + ./coverage.out bytes=697573 [2021-04-10T03:27:30.821Z] ==> Appending adjustments [2021-04-10T03:27:30.821Z] https://docs.codecov.io/docs/fixing-reports [2021-04-10T03:27:35.046Z] + Found adjustments [2021-04-10T03:27:35.047Z] ==> Gzipping contents [2021-04-10T03:27:35.047Z] 100K /tmp/codecov.ff1P21.gz [2021-04-10T03:27:35.047Z] ==> Uploading reports [2021-04-10T03:27:35.047Z] url: https://codecov.io [2021-04-10T03:27:35.047Z] query: branch=PR-3234&commit=004a490566fdcd1518f4e6d8dbc6f7b342429327&build=65&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F65%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-04-10T03:27:35.047Z] -> Pinging Codecov [2021-04-10T03:27:35.047Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=004a490566fdcd1518f4e6d8dbc6f7b342429327&build=65&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F65%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-04-10T03:27:35.047Z] -> Uploading to [2021-04-10T03:27:35.047Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-10/00271124DB129430A58F1EEE437C3FCB/004a490566fdcd1518f4e6d8dbc6f7b342429327/6c185651-04f0-437e-92f0-42d2f2ce4ba6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210410%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210410T032734Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1d37516a6bc94940ba0b17ac09ff7357293dd7ecdc3ce1fee28f0551a0822bf2 [2021-04-10T03:27:35.047Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-10T03:27:35.047Z] Dload Upload Total Spent Left Speed [2021-04-10T03:27:35.623Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99587 0 0 100 99587 0 178k --:--:-- --:--:-- --:--:-- 178k [2021-04-10T03:27:35.623Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/004a490566fdcd1518f4e6d8dbc6f7b342429327 [Pipeline] } [2021-04-10T03:27:35.633Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-10T03:27:37.469Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-10T03:27:38.347Z] ---> package-listing.sh [2021-04-10T03:27:38.348Z] ++ facter osfamily [2021-04-10T03:27:38.348Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-10T03:27:38.348Z] + OS_FAMILY=redhat [2021-04-10T03:27:38.348Z] + workspace=/w/workspace/edgex-go/65 [2021-04-10T03:27:38.348Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-10T03:27:38.348Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-10T03:27:38.348Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-10T03:27:38.348Z] + PACKAGES=/tmp/packages_start.txt [2021-04-10T03:27:38.348Z] + '[' /w/workspace/edgex-go/65 ']' [2021-04-10T03:27:38.348Z] + PACKAGES=/tmp/packages_end.txt [2021-04-10T03:27:38.348Z] + case "${OS_FAMILY}" in [2021-04-10T03:27:38.348Z] + rpm -qa [2021-04-10T03:27:38.348Z] + sort [2021-04-10T03:27:43.651Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-10T03:27:43.651Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-10T03:27:43.651Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-10T03:27:43.651Z] + '[' /w/workspace/edgex-go/65 ']' [2021-04-10T03:27:43.651Z] + mkdir -p /w/workspace/edgex-go/65/archives/ [2021-04-10T03:27:43.651Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/65/archives/ [Pipeline] echo [2021-04-10T03:27:43.665Z] 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/65/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-10T03:27:43.956Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:27:44.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-10T03:27:44.264Z] [2021-04-10T03:27:44.264Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:27:44.617Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-10T03:27:44.618Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-10T03:27:44.618Z] df20fa9351a1: Pulling fs layer [2021-04-10T03:27:44.618Z] 36b3adc4ff6f: Pulling fs layer [2021-04-10T03:27:44.618Z] 8ad3a11d3b57: Pulling fs layer [2021-04-10T03:27:44.618Z] 46f8f816bc3b: Pulling fs layer [2021-04-10T03:27:44.618Z] 93b61091891f: Pulling fs layer [2021-04-10T03:27:44.618Z] 93b9cdb0e59b: Pulling fs layer [2021-04-10T03:27:44.618Z] 5e14af77c1be: Pulling fs layer [2021-04-10T03:27:44.618Z] 01666e4c0597: Pulling fs layer [2021-04-10T03:27:44.618Z] aa168da1d23b: Pulling fs layer [2021-04-10T03:27:44.618Z] 93b9cdb0e59b: Waiting [2021-04-10T03:27:44.618Z] 5e14af77c1be: Waiting [2021-04-10T03:27:44.618Z] 46f8f816bc3b: Waiting [2021-04-10T03:27:44.618Z] aa168da1d23b: Waiting [2021-04-10T03:27:44.618Z] 01666e4c0597: Waiting [2021-04-10T03:27:44.618Z] 93b61091891f: Waiting [2021-04-10T03:27:44.618Z] 36b3adc4ff6f: Download complete [2021-04-10T03:27:44.879Z] 46f8f816bc3b: Verifying Checksum [2021-04-10T03:27:44.879Z] 46f8f816bc3b: Download complete [2021-04-10T03:27:44.879Z] df20fa9351a1: Verifying Checksum [2021-04-10T03:27:44.879Z] df20fa9351a1: Download complete [2021-04-10T03:27:44.879Z] 93b9cdb0e59b: Verifying Checksum [2021-04-10T03:27:44.879Z] 93b9cdb0e59b: Download complete [2021-04-10T03:27:44.879Z] 93b61091891f: Verifying Checksum [2021-04-10T03:27:44.879Z] 93b61091891f: Download complete [2021-04-10T03:27:44.879Z] 5e14af77c1be: Verifying Checksum [2021-04-10T03:27:44.879Z] 5e14af77c1be: Download complete [2021-04-10T03:27:44.879Z] 01666e4c0597: Verifying Checksum [2021-04-10T03:27:44.879Z] 01666e4c0597: Download complete [2021-04-10T03:27:44.879Z] 8ad3a11d3b57: Verifying Checksum [2021-04-10T03:27:44.879Z] 8ad3a11d3b57: Download complete [2021-04-10T03:27:45.143Z] df20fa9351a1: Pull complete [2021-04-10T03:27:45.406Z] 36b3adc4ff6f: Pull complete [2021-04-10T03:27:46.353Z] 8ad3a11d3b57: Pull complete [2021-04-10T03:27:46.353Z] 46f8f816bc3b: Pull complete [2021-04-10T03:27:47.311Z] aa168da1d23b: Verifying Checksum [2021-04-10T03:27:47.311Z] aa168da1d23b: Download complete [2021-04-10T03:27:49.239Z] 93b61091891f: Pull complete [2021-04-10T03:27:49.239Z] 93b9cdb0e59b: Pull complete [2021-04-10T03:27:49.239Z] 5e14af77c1be: Pull complete [2021-04-10T03:27:49.239Z] 01666e4c0597: Pull complete [2021-04-10T03:27:57.670Z] aa168da1d23b: Pull complete [2021-04-10T03:27:57.670Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-10T03:27:57.670Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-10T03:27:57.670Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-10T03:27:58.076Z] prd-centos7-docker-4c-2g-33540 does not seem to be running inside a container [2021-04-10T03:27:58.132Z] $ 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/65/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/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-10T03:28:03.586Z] $ docker top ebc514e32815b8b7df2a0655478de61aff6fcbafa9b9439d998b1831401ea171 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-10T03:28:04.172Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-10T03:28:04.472Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-10T03:28:04.771Z] + ls /var/log/sa-host [2021-04-10T03:28:04.772Z] + sadf -c /var/log/sa-host/sa10 [2021-04-10T03:28:04.772Z] file_magic: OK [2021-04-10T03:28:04.772Z] HZ: Using current value: 100 [2021-04-10T03:28:04.772Z] file_header: OK [2021-04-10T03:28:04.772Z] 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-04-10T03:28:04.772Z] Statistics: [2021-04-10T03:28:04.772Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-10T03:28:04.772Z] File successfully converted to sysstat format version 12.2.1 [2021-04-10T03:28:04.772Z] + sadf -c /var/log/sa-host/sa23 [2021-04-10T03:28:04.772Z] file_magic: OK [2021-04-10T03:28:04.772Z] HZ: Using current value: 100 [2021-04-10T03:28:04.772Z] file_header: OK [2021-04-10T03:28:04.772Z] 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-04-10T03:28:04.772Z] Statistics: [2021-04-10T03:28:04.772Z] Hnuu...uuuununununu... [2021-04-10T03:28:04.772Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-10T03:28:04.982Z] provisioning config files... [2021-04-10T03:28:04.996Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/65@tmp/config3322575942577182895tmp [Pipeline] { [Pipeline] echo [2021-04-10T03:28:05.071Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-10T03:28:05.377Z] ---> create-netrc.sh [Pipeline] } [2021-04-10T03:28:05.388Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-10T03:28:05.514Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-10T03:28:05.814Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-10T03:28:05.834Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-10T03:28:06.136Z] ---> sudo-logs.sh [2021-04-10T03:28:06.136Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-10T03:28:06.196Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-10T03:28:06.497Z] ---> job-cost.sh [2021-04-10T03:28:06.497Z] lf-activate-venv: SKIPPING [2021-04-10T03:28:06.497Z] DEBUG: total: 0.20999999344348907 [2021-04-10T03:28:06.497Z] INFO: Retrieving Stack Cost... [2021-04-10T03:28:07.887Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-10T03:28:08.148Z] INFO: Archiving Costs [Pipeline] echo [2021-04-10T03:28:08.162Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-10T03:28:08.460Z] ---> logs-deploy.sh [2021-04-10T03:28:08.460Z] lf-activate-venv: SKIPPING [2021-04-10T03:28:08.460Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/65 [2021-04-10T03:28:08.460Z] INFO: archiving workspace using pattern(s): [2021-04-10T03:28:09.863Z] Archives upload complete. [2021-04-10T03:28:09.863Z] INFO: archiving logs to Nexus