Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b750d2d7a2dc3ccf6a691e356026d256cb22a430+bf41993ae39f966b0d993bd56432d2f66e6af597 (99a49ae13d4b619bc902e42395a57632060512e5) 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-30950 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/25 [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/25 # 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 bf41993ae39f966b0d993bd56432d2f66e6af597 into PR head commit b750d2d7a2dc3ccf6a691e356026d256cb22a430 Merge succeeded, producing b750d2d7a2dc3ccf6a691e356026d256cb22a430 Checking out Revision b750d2d7a2dc3ccf6a691e356026d256cb22a430 (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 b750d2d7a2dc3ccf6a691e356026d256cb22a430 # 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 bf41993ae39f966b0d993bd56432d2f66e6af597 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b750d2d7a2dc3ccf6a691e356026d256cb22a430 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 6ecb2f6aa251bb75d1a090fcc3cc215dc9dee174 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-22T22:20:55.250Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-22T22:20:55.582Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-22T22:20:55.678Z] ========================================================= [2021-03-22T22:20:55.678Z] EdgeX Global Pipelines Version Info [2021-03-22T22:20:55.678Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:20:57.227Z] ------------------- [2021-03-22T22:20:57.227Z] stable info: [2021-03-22T22:20:57.227Z] ------------------- [2021-03-22T22:20:57.227Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-22T22:20:57.228Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-22T22:20:57.228Z] Message: update stable to v1.0.186 [2021-03-22T22:20:58.174Z] ------------------- [2021-03-22T22:20:58.174Z] experimental info: [2021-03-22T22:20:58.174Z] ------------------- [2021-03-22T22:20:58.174Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-22T22:20:58.174Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-22T22:20:58.174Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-22T22:20:58.444Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-22T22:20:58.569Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-22T22:20:58.660Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-22T22:20:58.751Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-22T22:20:58.850Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-22T22:20:58.953Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-22T22:20:59.047Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-22T22:20:59.216Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-22T22:20:59.315Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-22T22:20:59.407Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-22T22:20:59.499Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-22T22:20:59.588Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-22T22:20:59.680Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-22T22:20:59.759Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-22T22:20:59.839Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-22T22:20:59.948Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-22T22:21:00.034Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-22T22:21:00.131Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-22T22:21:00.296Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-22T22:21:00.388Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-22T22:21:00.496Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-22T22:21:00.581Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-22T22:21:00.669Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-03-22T22:21:00.775Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-03-22T22:21:00.856Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-03-22T22:21:00.937Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b750d2d7a2dc3ccf6a691e356026d256cb22a430 [Pipeline] echo [2021-03-22T22:21:01.071Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b750d2d [Pipeline] echo [2021-03-22T22:21:01.153Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-22T22:21:01.324Z] provisioning config files... [2021-03-22T22:21:01.352Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/25@tmp/config5883914773971782866tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:21:01.763Z] ---> docker-login.sh [2021-03-22T22:21:01.764Z] nexus3.edgexfoundry.org:10001 [2021-03-22T22:21:02.028Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:21:02.028Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:21:02.028Z] Configure a credential helper to remove this warning. See [2021-03-22T22:21:02.028Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:21:02.028Z] [2021-03-22T22:21:02.028Z] Login Succeeded [2021-03-22T22:21:02.028Z] nexus3.edgexfoundry.org:10002 [2021-03-22T22:21:02.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:21:02.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:21:02.292Z] Configure a credential helper to remove this warning. See [2021-03-22T22:21:02.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:21:02.292Z] [2021-03-22T22:21:02.292Z] Login Succeeded [2021-03-22T22:21:02.292Z] nexus3.edgexfoundry.org:10003 [2021-03-22T22:21:02.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:21:02.557Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:21:02.557Z] Configure a credential helper to remove this warning. See [2021-03-22T22:21:02.557Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:21:02.557Z] [2021-03-22T22:21:02.557Z] Login Succeeded [2021-03-22T22:21:02.557Z] nexus3.edgexfoundry.org:10004 [2021-03-22T22:21:02.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:21:02.557Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:21:02.557Z] Configure a credential helper to remove this warning. See [2021-03-22T22:21:02.557Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:21:02.557Z] [2021-03-22T22:21:02.557Z] Login Succeeded [2021-03-22T22:21:02.557Z] docker.io [2021-03-22T22:21:02.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:21:03.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:21:03.393Z] Configure a credential helper to remove this warning. See [2021-03-22T22:21:03.393Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:21:03.393Z] [2021-03-22T22:21:03.393Z] Login Succeeded [2021-03-22T22:21:03.393Z] ---> docker-login.sh ends [Pipeline] } [2021-03-22T22:21:03.402Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-22T22:21:03.924Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-22T22:21:03.924Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:21:03.924Z] ++ dirname cmd/core-command/Dockerfile [2021-03-22T22:21:03.924Z] ++ cut -d/ -f2 [2021-03-22T22:21:03.924Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-22T22:21:03.924Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:21:03.924Z] ++ dirname cmd/core-data/Dockerfile [2021-03-22T22:21:03.924Z] ++ cut -d/ -f2 [2021-03-22T22:21:03.924Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-22T22:21:03.924Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:21:03.924Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-22T22:21:03.924Z] ++ cut -d/ -f2 [2021-03-22T22:21:03.924Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-22T22:21:03.924Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:21:03.924Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-22T22:21:03.924Z] ++ cut -d/ -f2 [2021-03-22T22:21:03.924Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-22T22:21:03.924Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:21:03.924Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-22T22:21:03.924Z] ++ cut -d/ -f2 [2021-03-22T22:21:03.924Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-22T22:21:03.924Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:21:03.924Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-22T22:21:03.924Z] ++ cut -d/ -f2 [2021-03-22T22:21:03.924Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-22T22:21:03.924Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:21:03.924Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-22T22:21:03.924Z] ++ cut -d/ -f2 [2021-03-22T22:21:03.924Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-22T22:21:03.924Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:21:03.924Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-22T22:21:03.924Z] ++ cut -d/ -f2 [2021-03-22T22:21:03.924Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-22T22:21:03.924Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:21:03.924Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-22T22:21:03.924Z] ++ cut -d/ -f2 [2021-03-22T22:21:03.924Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-22T22:21:04.004Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:21:04.860Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-22T22:21:04.860Z] [2021-03-22T22:21:04.860Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:21:05.206Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-22T22:21:05.206Z] latest: Pulling from edgex-devops/git-semver [2021-03-22T22:21:05.206Z] 31603596830f: Pulling fs layer [2021-03-22T22:21:05.206Z] 2a8b12db71e7: Pulling fs layer [2021-03-22T22:21:05.206Z] 6ca5941a6612: Pulling fs layer [2021-03-22T22:21:05.206Z] ecc8261a40a4: Pulling fs layer [2021-03-22T22:21:05.206Z] 2a8b12db71e7: Verifying Checksum [2021-03-22T22:21:05.206Z] 2a8b12db71e7: Download complete [2021-03-22T22:21:05.206Z] 31603596830f: Verifying Checksum [2021-03-22T22:21:05.206Z] 31603596830f: Download complete [2021-03-22T22:21:05.468Z] ecc8261a40a4: Verifying Checksum [2021-03-22T22:21:05.468Z] ecc8261a40a4: Download complete [2021-03-22T22:21:05.468Z] 6ca5941a6612: Verifying Checksum [2021-03-22T22:21:05.468Z] 6ca5941a6612: Download complete [2021-03-22T22:21:05.732Z] 31603596830f: Pull complete [2021-03-22T22:21:05.732Z] 2a8b12db71e7: Pull complete [2021-03-22T22:21:06.684Z] 6ca5941a6612: Pull complete [2021-03-22T22:21:06.946Z] ecc8261a40a4: Pull complete [2021-03-22T22:21:06.946Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-22T22:21:06.946Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-22T22:21:06.946Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-22T22:21:07.055Z] prd-centos7-docker-4c-2g-30950 does not seem to be running inside a container [2021-03-22T22:21:07.102Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-22T22:21:09.666Z] $ docker top 8a582fdd7f9baa46a6a2a364279360bb249806385ead640e6173c453488e3f35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-22T22:21:10.091Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-22T22:21:10.091Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-22T22:21:10.347Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-22T22:21:10.352Z] $ docker exec 8a582fdd7f9baa46a6a2a364279360bb249806385ead640e6173c453488e3f35 ssh-agent [2021-03-22T22:21:10.538Z] SSH_AUTH_SOCK=/tmp/ssh-gmy0nYlefngQ/agent.12 [2021-03-22T22:21:10.538Z] SSH_AGENT_PID=18 [2021-03-22T22:21:10.550Z] Running ssh-add (command line suppressed) [2021-03-22T22:21:10.673Z] Identity added: /w/workspace/edgex-go/25@tmp/private_key_13091129162999092.key (/w/workspace/edgex-go/25@tmp/private_key_13091129162999092.key) [2021-03-22T22:21:10.724Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-22T22:21:11.057Z] + git tag --points-at HEAD [Pipeline] } [2021-03-22T22:21:11.091Z] $ docker exec --env ******** --env ******** 8a582fdd7f9baa46a6a2a364279360bb249806385ead640e6173c453488e3f35 ssh-agent -k [2021-03-22T22:21:11.241Z] unset SSH_AUTH_SOCK; [2021-03-22T22:21:11.242Z] unset SSH_AGENT_PID; [2021-03-22T22:21:11.242Z] echo Agent pid 18 killed; [2021-03-22T22:21:11.294Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-22T22:21:11.449Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-22T22:21:11.449Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-22T22:21:11.613Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-22T22:21:11.618Z] $ docker exec 8a582fdd7f9baa46a6a2a364279360bb249806385ead640e6173c453488e3f35 ssh-agent [2021-03-22T22:21:11.783Z] SSH_AUTH_SOCK=/tmp/ssh-Hfs9812C8lZi/agent.49 [2021-03-22T22:21:11.783Z] SSH_AGENT_PID=54 [2021-03-22T22:21:11.793Z] Running ssh-add (command line suppressed) [2021-03-22T22:21:11.929Z] Identity added: /w/workspace/edgex-go/25@tmp/private_key_4541406034317801506.key (/w/workspace/edgex-go/25@tmp/private_key_4541406034317801506.key) [2021-03-22T22:21:11.982Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-22T22:21:12.315Z] + git semver init [2021-03-22T22:21:12.315Z] # -> Open(): unable to determine branch for HEAD [2021-03-22T22:21:12.315Z] # $GIT_DIR = /w/workspace/edgex-go/25/.git [2021-03-22T22:21:12.315Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/25 [2021-03-22T22:21:12.315Z] # $SEMVER_REMOTE_NAME = origin [2021-03-22T22:21:12.315Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-22T22:21:12.315Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-22T22:21:12.315Z] # $SEMVER_BRANCH = PR-3234 [2021-03-22T22:21:12.315Z] # $SEMVER_TEMP = /tmp/semver-497998199 [2021-03-22T22:21:12.315Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-22T22:21:30.504Z] # '/tmp/semver-497998199' -> '/w/workspace/edgex-go/25/.semver' [2021-03-22T22:21:31.460Z] # -> Force: false [2021-03-22T22:21:31.723Z] # $SEMVER_DIR = /w/workspace/edgex-go/25/.semver [Pipeline] } [2021-03-22T22:21:31.739Z] $ docker exec --env ******** --env ******** 8a582fdd7f9baa46a6a2a364279360bb249806385ead640e6173c453488e3f35 ssh-agent -k [2021-03-22T22:21:31.949Z] unset SSH_AUTH_SOCK; [2021-03-22T22:21:31.949Z] unset SSH_AGENT_PID; [2021-03-22T22:21:31.949Z] echo Agent pid 54 killed; [2021-03-22T22:21:32.039Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-22T22:21:32.614Z] + git semver [Pipeline] } [2021-03-22T22:21:32.634Z] $ docker stop --time=1 8a582fdd7f9baa46a6a2a364279360bb249806385ead640e6173c453488e3f35 [2021-03-22T22:21:34.222Z] $ docker rm -f 8a582fdd7f9baa46a6a2a364279360bb249806385ead640e6173c453488e3f35 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-22T22:21:34.728Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-22T22:21:35.273Z] Stashed 1 file(s) [Pipeline] echo [2021-03-22T22:21:35.276Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-22T22:21:36.140Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-22T22:21:36.442Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-22T22:21:36.742Z] + sudo service docker restart [2021-03-22T22:21:36.742Z] + true [2021-03-22T22:21:36.742Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-22T22:21:37.335Z] ========================================================= [2021-03-22T22:21:37.335Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-22T22:21:37.335Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:21:37.681Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-22T22:21:41.929Z] Sending build context to Docker daemon 328.7MB [2021-03-22T22:21:41.929Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-22T22:21:41.929Z] Step 2/6 : FROM ${BASE} [2021-03-22T22:21:41.929Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-22T22:21:41.929Z] 188c0c94c7c5: Pulling fs layer [2021-03-22T22:21:41.929Z] 0ef7d3d256c8: Pulling fs layer [2021-03-22T22:21:41.929Z] de9db76c5a1d: Pulling fs layer [2021-03-22T22:21:41.929Z] bca2f99d35d6: Pulling fs layer [2021-03-22T22:21:41.929Z] 93359f2a8cfa: Pulling fs layer [2021-03-22T22:21:41.929Z] 7c6f9722023f: Pulling fs layer [2021-03-22T22:21:41.929Z] a35cf1a2eb13: Pulling fs layer [2021-03-22T22:21:41.929Z] 7c6f9722023f: Waiting [2021-03-22T22:21:41.929Z] 93359f2a8cfa: Waiting [2021-03-22T22:21:41.929Z] bca2f99d35d6: Waiting [2021-03-22T22:21:41.929Z] a35cf1a2eb13: Waiting [2021-03-22T22:21:41.929Z] de9db76c5a1d: Verifying Checksum [2021-03-22T22:21:41.929Z] de9db76c5a1d: Download complete [2021-03-22T22:21:41.929Z] 0ef7d3d256c8: Verifying Checksum [2021-03-22T22:21:41.929Z] 0ef7d3d256c8: Download complete [2021-03-22T22:21:41.929Z] 93359f2a8cfa: Verifying Checksum [2021-03-22T22:21:41.929Z] 93359f2a8cfa: Download complete [2021-03-22T22:21:41.929Z] 188c0c94c7c5: Verifying Checksum [2021-03-22T22:21:41.929Z] 188c0c94c7c5: Download complete [2021-03-22T22:21:41.929Z] 7c6f9722023f: Verifying Checksum [2021-03-22T22:21:41.929Z] 7c6f9722023f: Download complete [2021-03-22T22:21:42.519Z] 188c0c94c7c5: Pull complete [2021-03-22T22:21:42.788Z] 0ef7d3d256c8: Pull complete [2021-03-22T22:21:42.788Z] de9db76c5a1d: Pull complete [2021-03-22T22:21:44.195Z] a35cf1a2eb13: Verifying Checksum [2021-03-22T22:21:44.195Z] a35cf1a2eb13: Download complete [2021-03-22T22:21:44.195Z] bca2f99d35d6: Verifying Checksum [2021-03-22T22:21:44.195Z] bca2f99d35d6: Download complete [2021-03-22T22:21:49.528Z] bca2f99d35d6: Pull complete [2021-03-22T22:21:49.528Z] 93359f2a8cfa: Pull complete [2021-03-22T22:21:49.528Z] 7c6f9722023f: Pull complete [2021-03-22T22:21:50.631Z] Still waiting to schedule task [2021-03-22T22:21:50.631Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-22T22:21:59.567Z] a35cf1a2eb13: Pull complete [2021-03-22T22:21:59.567Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-22T22:21:59.567Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-22T22:21:59.567Z] ---> a62c8e92a672 [2021-03-22T22:21:59.567Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-22T22:21:59.567Z] ---> Running in 573dd4874179 [2021-03-22T22:22:00.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:22:01.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:22:02.043Z] (1/12) Installing libmagic (5.38-r0) [2021-03-22T22:22:02.314Z] (2/12) Installing file (5.38-r0) [2021-03-22T22:22:02.314Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-22T22:22:02.314Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-22T22:22:10.487Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-22T22:22:10.487Z] (6/12) Installing patch (2.7.6-r6) [2021-03-22T22:22:10.487Z] (7/12) Installing build-base (0.5-r2) [2021-03-22T22:22:10.753Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-22T22:22:10.753Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-22T22:22:11.017Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-22T22:22:11.017Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-22T22:22:11.287Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-22T22:22:11.287Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:22:11.287Z] OK: 233 MiB in 51 packages [2021-03-22T22:22:15.525Z] Removing intermediate container 573dd4874179 [2021-03-22T22:22:15.525Z] ---> b9f51d74f2b2 [2021-03-22T22:22:15.525Z] Step 4/6 : WORKDIR /edgex-go [2021-03-22T22:22:15.525Z] ---> Running in fd7c4ce008f0 [2021-03-22T22:22:15.525Z] Removing intermediate container fd7c4ce008f0 [2021-03-22T22:22:15.525Z] ---> 829f914c9193 [2021-03-22T22:22:15.525Z] Step 5/6 : COPY go.mod . [2021-03-22T22:22:15.525Z] ---> 632baa2c9381 [2021-03-22T22:22:15.525Z] Step 6/6 : RUN go mod download [2021-03-22T22:22:15.525Z] ---> Running in 5e06b3395a9e [2021-03-22T22:22:37.549Z] Removing intermediate container 5e06b3395a9e [2021-03-22T22:22:37.549Z] ---> c7e1ad123e81 [2021-03-22T22:22:37.549Z] Successfully built c7e1ad123e81 [2021-03-22T22:22:37.549Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:22:37.874Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-22T22:22:37.874Z] . [Pipeline] withDockerContainer [2021-03-22T22:22:37.984Z] prd-centos7-docker-4c-2g-30950 does not seem to be running inside a container [2021-03-22T22:22:38.035Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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-x86_64 cat [2021-03-22T22:22:38.976Z] $ docker top f60c5886a76fedaefa5e63db6739f587f26e53160cf69ab18aa554d53df46a5b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T22:22:39.538Z] + go version [2021-03-22T22:22:39.538Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-22T22:22:39.556Z] $ docker stop --time=1 f60c5886a76fedaefa5e63db6739f587f26e53160cf69ab18aa554d53df46a5b [2021-03-22T22:22:40.914Z] $ docker rm -f f60c5886a76fedaefa5e63db6739f587f26e53160cf69ab18aa554d53df46a5b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:22:41.681Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-22T22:22:41.681Z] . [Pipeline] withDockerContainer [2021-03-22T22:22:41.808Z] prd-centos7-docker-4c-2g-30950 does not seem to be running inside a container [2021-03-22T22:22:41.880Z] $ 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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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-x86_64 cat [2021-03-22T22:22:42.589Z] $ docker top af5a5ebb3182a6a1847b25b17ce18b1da2e6c4164637e93145199af6c92783c7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-22T22:22:42.785Z] ========================================================= [2021-03-22T22:22:42.785Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-22T22:22:42.785Z] ========================================================= [Pipeline] sh [2021-03-22T22:22:43.077Z] + make test [2021-03-22T22:22:43.077Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-22T22:22:51.289Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-22T22:23:06.298Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-22T22:23:14.559Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-22T22:23:14.559Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-22T22:23:14.559Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-22T22:23:15.991Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-22T22:23:15.991Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-22T22:23:15.991Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-22T22:23:15.991Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-22T22:23:16.776Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-22T22:23:17.520Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-22T22:23:19.733Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-22T22:23:19.733Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-22T22:23:19.733Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-22T22:23:22.321Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.120s coverage: 45.9% of statements [2021-03-22T22:23:22.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-22T22:23:22.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-22T22:23:22.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-22T22:23:22.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-22T22:23:22.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-22T22:23:22.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-22T22:23:22.321Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.067s coverage: 19.8% of statements [2021-03-22T22:23:22.321Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.103s coverage: 100.0% of statements [2021-03-22T22:23:25.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.171s coverage: 27.1% of statements [2021-03-22T22:23:25.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-22T22:23:25.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-22T22:23:25.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-22T22:23:25.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-22T22:23:25.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-22T22:23:25.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-22T22:23:25.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements [2021-03-22T22:23:25.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-22T22:23:25.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements [2021-03-22T22:23:25.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-22T22:23:25.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-22T22:23:25.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.089s coverage: 71.3% of statements [2021-03-22T22:23:25.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-22T22:23:25.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-22T22:23:25.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.182s coverage: 82.9% of statements [2021-03-22T22:23:25.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-22T22:23:25.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T22:23:25.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.071s coverage: 78.9% of statements [2021-03-22T22:23:25.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-22T22:23:28.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.314s coverage: 28.6% of statements [2021-03-22T22:23:28.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-22T22:23:28.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-22T22:23:28.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-22T22:23:28.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-22T22:23:28.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-22T22:23:28.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements [2021-03-22T22:23:28.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-22T22:23:28.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.050s coverage: 100.0% of statements [2021-03-22T22:23:28.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-22T22:23:28.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.114s coverage: 86.7% of statements [2021-03-22T22:23:28.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-22T22:23:28.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.109s coverage: 97.5% of statements [2021-03-22T22:23:28.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-22T22:23:28.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 78.3% of statements [2021-03-22T22:23:28.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-22T22:23:28.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-22T22:23:28.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-22T22:23:28.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-22T22:23:31.298Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.365s coverage: 92.8% of statements [2021-03-22T22:23:31.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-22T22:23:31.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T22:23:31.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-22T22:23:31.298Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-22T22:23:31.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-22T22:23:31.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-22T22:23:31.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-22T22:23:31.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-22T22:23:31.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-22T22:23:31.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-22T22:23:31.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-22T22:23:31.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-22T22:23:31.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-22T22:23:31.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-22T22:23:31.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-22T22:23:31.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-22T22:23:31.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-22T22:23:31.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-22T22:23:31.298Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-22T22:23:31.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-22T22:23:31.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-22T22:23:31.298Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.067s coverage: 0.1% of statements [2021-03-22T22:23:31.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-22T22:23:31.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-22T22:23:31.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-22T22:23:31.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 47.1% of statements [2021-03-22T22:23:31.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.048s coverage: 79.5% of statements [2021-03-22T22:23:31.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.037s coverage: 94.1% of statements [2021-03-22T22:23:31.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.057s coverage: 96.3% of statements [2021-03-22T22:23:31.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.040s coverage: 87.5% of statements [2021-03-22T22:23:43.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.059s coverage: 94.4% of statements [2021-03-22T22:23:43.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-03-22T22:23:47.175Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.135s coverage: 81.7% of statements [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.063s coverage: 92.9% of statements [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.047s coverage: 84.6% of statements [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.082s coverage: 91.6% of statements [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.178s coverage: 64.4% of statements [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.043s coverage: 100.0% of statements [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.348s coverage: 69.0% of statements [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 38.4% of statements [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.037s coverage: 89.5% of statements [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.135s coverage: 47.0% of statements [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.137s coverage: 87.1% of statements [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.749s coverage: 29.1% of statements [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.096s coverage: 96.5% of statements [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-22T22:23:55.394Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-22T22:23:55.394Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-22T22:23:55.661Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-03-22T22:23:55.923Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-03-22T22:23:55.923Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-22T22:23:56.497Z] GO111MODULE=on go vet ./... [2021-03-22T22:24:28.782Z] gofmt -l . [2021-03-22T22:24:28.782Z] [ "`gofmt -l .`" = "" ] [2021-03-22T22:24:28.782Z] ./bin/test-go-mod-tidy.sh [2021-03-22T22:24:28.782Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-22T22:24:29.425Z] + ls -al . [2021-03-22T22:24:29.425Z] total 772 [2021-03-22T22:24:29.425Z] drwxrwxr-x 10 1001 1001 4096 Mar 22 22:24 . [2021-03-22T22:24:29.425Z] drwxr-xr-x 4 root root 30 Mar 22 22:22 .. [2021-03-22T22:24:29.425Z] -rw-rw-r-- 1 1001 1001 11 Mar 22 22:20 .dockerignore [2021-03-22T22:24:29.425Z] drwxrwxr-x 8 1001 1001 179 Mar 22 22:20 .git [2021-03-22T22:24:29.425Z] drwxrwxr-x 3 1001 1001 125 Mar 22 22:20 .github [2021-03-22T22:24:29.425Z] -rw-rw-r-- 1 1001 1001 818 Mar 22 22:20 .gitignore [2021-03-22T22:24:29.425Z] drwx------ 3 1001 1001 60 Mar 22 22:21 .semver [2021-03-22T22:24:29.425Z] -rw-rw-r-- 1 1001 1001 166 Mar 22 22:20 .sonarcloud.properties [2021-03-22T22:24:29.425Z] -rw-rw-r-- 1 1001 1001 8607 Mar 22 22:20 Attribution.txt [2021-03-22T22:24:29.425Z] -rw-rw-r-- 1 1001 1001 3804 Mar 22 22:20 CONTRIBUTING.md [2021-03-22T22:24:29.425Z] -rw-rw-r-- 1 1001 1001 931 Mar 22 22:20 Dockerfile.build [2021-03-22T22:24:29.425Z] -rw-rw-r-- 1 1001 1001 863 Mar 22 22:20 Jenkinsfile [2021-03-22T22:24:29.425Z] -rw-rw-r-- 1 1001 1001 10775 Mar 22 22:20 LICENSE [2021-03-22T22:24:29.425Z] -rw-rw-r-- 1 1001 1001 5774 Mar 22 22:20 Makefile [2021-03-22T22:24:29.425Z] -rw-rw-r-- 1 1001 1001 6548 Mar 22 22:20 README.md [2021-03-22T22:24:29.425Z] -rw-rw-r-- 1 1001 1001 6755 Mar 22 22:20 SECURITY.md [2021-03-22T22:24:29.425Z] -rw-rw-r-- 1 1001 1001 5 Mar 22 22:21 VERSION [2021-03-22T22:24:29.425Z] -rw-rw-r-- 1 1001 1001 4131 Mar 22 22:20 ZMQWindows.md [2021-03-22T22:24:29.425Z] drwxrwxr-x 2 1001 1001 117 Mar 22 22:20 bin [2021-03-22T22:24:29.425Z] drwxrwxr-x 14 1001 1001 4096 Mar 22 22:20 cmd [2021-03-22T22:24:29.425Z] -rw-r--r-- 1 root root 659965 Mar 22 22:23 coverage.out [2021-03-22T22:24:29.425Z] -rw-r--r-- 1 root root 1056 Mar 22 22:24 go.mod [2021-03-22T22:24:29.425Z] -rw-r--r-- 1 root root 22327 Mar 22 22:24 go.sum [2021-03-22T22:24:29.425Z] drwxrwxr-x 8 1001 1001 127 Mar 22 22:20 internal [2021-03-22T22:24:29.425Z] drwxrwxr-x 4 1001 1001 26 Mar 22 22:20 openapi [2021-03-22T22:24:29.425Z] drwxrwxr-x 4 1001 1001 71 Mar 22 22:20 snap [2021-03-22T22:24:29.425Z] -rw-rw-r-- 1 1001 1001 168 Mar 22 22:20 version.go [Pipeline] sh [2021-03-22T22:24:29.730Z] + '[' -e coverage.out ] [2021-03-22T22:24:29.730Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-22T22:24:29.940Z] Stashed 1 file(s) [Pipeline] sh [2021-03-22T22:24:30.241Z] + make build [2021-03-22T22:24:30.241Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-22T22:24:33.559Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-22T22:24:41.809Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-22T22:24:42.390Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-22T22:24:44.323Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-22T22:24:44.585Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-22T22:24:46.531Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-22T22:24:47.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-03-22T22:24:49.330Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-22T22:24:50.286Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-22T22:24:51.237Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-22T22:24:52.657Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-22T22:24:54.609Z] $ docker stop --time=1 af5a5ebb3182a6a1847b25b17ce18b1da2e6c4164637e93145199af6c92783c7 [2021-03-22T22:24:56.322Z] $ docker rm -f af5a5ebb3182a6a1847b25b17ce18b1da2e6c4164637e93145199af6c92783c7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:24:58.198Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T22:24:58.199Z] [2021-03-22T22:24:58.199Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:24:58.558Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T22:24:58.558Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-22T22:24:58.558Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-22T22:24:58.558Z] ca9280d653b3: Pulling fs layer [2021-03-22T22:24:58.558Z] 7e9c9ca2126c: Pulling fs layer [2021-03-22T22:24:58.558Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-22T22:24:58.558Z] cbdbe7a5bc2a: Download complete [2021-03-22T22:24:59.157Z] ca9280d653b3: Verifying Checksum [2021-03-22T22:24:59.157Z] ca9280d653b3: Download complete [2021-03-22T22:24:59.157Z] cbdbe7a5bc2a: Pull complete [2021-03-22T22:25:00.123Z] 7e9c9ca2126c: Download complete [2021-03-22T22:25:00.123Z] ca9280d653b3: Pull complete [2021-03-22T22:25:06.754Z] 7e9c9ca2126c: Pull complete [2021-03-22T22:25:06.754Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-22T22:25:06.754Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T22:25:06.754Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-22T22:25:06.973Z] prd-centos7-docker-4c-2g-30950 does not seem to be running inside a container [2021-03-22T22:25:07.061Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-22T22:25:10.068Z] $ docker top fceacf6903a24c63e34c9e8ea17642674ad413f5d11b12f86a14b13451a2abc7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T22:25:10.725Z] + docker-compose build --help [2021-03-22T22:25:10.725Z] + grep parallel [2021-03-22T22:25:11.671Z] --parallel Build images in parallel. [Pipeline] } [2021-03-22T22:25:11.689Z] $ docker stop --time=1 fceacf6903a24c63e34c9e8ea17642674ad413f5d11b12f86a14b13451a2abc7 [2021-03-22T22:25:13.039Z] $ docker rm -f fceacf6903a24c63e34c9e8ea17642674ad413f5d11b12f86a14b13451a2abc7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:25:13.658Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T22:25:13.658Z] . [Pipeline] withDockerContainer [2021-03-22T22:25:13.762Z] prd-centos7-docker-4c-2g-30950 does not seem to be running inside a container [2021-03-22T22:25:13.812Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-22T22:25:14.674Z] $ docker top d86804f4e581a77933c6e418d7058e7144166f6111f66acde99d544c71a61683 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T22:25:15.215Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-22T22:25:16.163Z] Building docker-core-command-go ... [2021-03-22T22:25:16.163Z] Building docker-core-data-go ... [2021-03-22T22:25:16.163Z] Building docker-core-metadata-go ... [2021-03-22T22:25:16.163Z] Building docker-security-bootstrapper-go ... [2021-03-22T22:25:16.163Z] Building docker-security-proxy-setup-go ... [2021-03-22T22:25:16.163Z] Building docker-security-secretstore-setup-go ... [2021-03-22T22:25:16.163Z] Building docker-support-notifications-go ... [2021-03-22T22:25:16.163Z] Building docker-support-scheduler-go ... [2021-03-22T22:25:16.163Z] Building docker-sys-mgmt-agent-go ... [2021-03-22T22:25:16.163Z] Building docker-core-metadata-go [2021-03-22T22:25:16.163Z] Building docker-security-secretstore-setup-go [2021-03-22T22:25:16.163Z] Building docker-sys-mgmt-agent-go [2021-03-22T22:25:16.163Z] Building docker-security-proxy-setup-go [2021-03-22T22:25:16.163Z] Building docker-support-notifications-go [2021-03-22T22:25:29.048Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30953 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-22T22:25:29.104Z] Running in /w/workspace/edgex-go/25 [Pipeline] { [Pipeline] checkout [2021-03-22T22:25:34.149Z] using credential edgex-jenkins-ssh [2021-03-22T22:25:34.210Z] Cloning the remote Git repository [2021-03-22T22:25:34.263Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-22T22:25:34.379Z] > git init /w/workspace/edgex-go/25 # timeout=10 [2021-03-22T22:25:34.475Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T22:25:34.477Z] > git --version # timeout=10 [2021-03-22T22:25:34.503Z] > git --version # 'git version 2.17.1' [2021-03-22T22:25:34.505Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T22:25:34.566Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T22:25:48.391Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:25:48.391Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:25:48.391Z] ---> c7e1ad123e81 [2021-03-22T22:25:48.391Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T22:25:48.391Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:25:48.391Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:25:48.391Z] ---> c7e1ad123e81 [2021-03-22T22:25:48.391Z] Step 3/24 : WORKDIR /edgex-go [2021-03-22T22:25:48.391Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:25:48.391Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:25:48.391Z] ---> c7e1ad123e81 [2021-03-22T22:25:48.391Z] Step 3/22 : WORKDIR /edgex-go [2021-03-22T22:25:48.391Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:25:48.391Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:25:48.391Z] ---> c7e1ad123e81 [2021-03-22T22:25:48.391Z] Step 3/21 : WORKDIR /edgex-go [2021-03-22T22:25:48.657Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:25:48.657Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:25:48.657Z] ---> c7e1ad123e81 [2021-03-22T22:25:48.657Z] Step 3/26 : WORKDIR /edgex-go [2021-03-22T22:25:49.619Z] ---> Running in 8b1c2623253e [2021-03-22T22:25:49.619Z] ---> Running in ecbfd9e48514 [2021-03-22T22:25:49.619Z] ---> Running in 3ef5832274aa [2021-03-22T22:25:49.619Z] ---> Running in ccff03b755d5 [2021-03-22T22:25:49.619Z] ---> Running in bb315163da35 [2021-03-22T22:25:49.890Z] Removing intermediate container 8b1c2623253e [2021-03-22T22:25:49.890Z] ---> 9e539e1d2ef4 [2021-03-22T22:25:49.890Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:25:50.155Z] Removing intermediate container bb315163da35 [2021-03-22T22:25:50.155Z] ---> 0fda1c9d4fd1 [2021-03-22T22:25:50.155Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:25:50.155Z] Removing intermediate container ecbfd9e48514 [2021-03-22T22:25:50.155Z] ---> 259400568158 [2021-03-22T22:25:50.155Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:25:50.155Z] Removing intermediate container 3ef5832274aa [2021-03-22T22:25:50.155Z] ---> 7e0de2f5b2f9 [2021-03-22T22:25:50.155Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:25:50.155Z] Removing intermediate container ccff03b755d5 [2021-03-22T22:25:50.155Z] ---> c39824bcc895 [2021-03-22T22:25:50.156Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:25:50.156Z] ---> Running in 4a2291acfa86 [2021-03-22T22:25:50.156Z] ---> Running in eea044160ee2 [2021-03-22T22:25:50.156Z] ---> Running in 9e50906e05c1 [2021-03-22T22:25:50.156Z] ---> Running in 003179c00bb1 [2021-03-22T22:25:50.156Z] ---> Running in 5d65b784a532 [2021-03-22T22:25:51.465Z] Merging remotes/origin/master commit bf41993ae39f966b0d993bd56432d2f66e6af597 into PR head commit b750d2d7a2dc3ccf6a691e356026d256cb22a430 [2021-03-22T22:25:50.716Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T22:25:50.735Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T22:25:50.769Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T22:25:50.802Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T22:25:50.803Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T22:25:50.815Z] > 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-03-22T22:25:51.990Z] Merge succeeded, producing b750d2d7a2dc3ccf6a691e356026d256cb22a430 [2021-03-22T22:25:51.990Z] Checking out Revision b750d2d7a2dc3ccf6a691e356026d256cb22a430 (PR-3234) [2021-03-22T22:25:52.106Z] Removing intermediate container 4a2291acfa86 [2021-03-22T22:25:52.106Z] ---> 6aded5f61b84 [2021-03-22T22:25:52.106Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-22T22:25:52.106Z] Removing intermediate container 9e50906e05c1 [2021-03-22T22:25:52.106Z] ---> e52b00954c86 [2021-03-22T22:25:52.106Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-22T22:25:52.106Z] ---> Running in d3f656a16456 [2021-03-22T22:25:52.106Z] Removing intermediate container eea044160ee2 [2021-03-22T22:25:52.106Z] ---> c71536fdea30 [2021-03-22T22:25:52.106Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-22T22:25:52.371Z] ---> Running in 62485f32e28c [2021-03-22T22:25:52.371Z] ---> Running in bbd79cbd91af [2021-03-22T22:25:52.634Z] Removing intermediate container 003179c00bb1 [2021-03-22T22:25:52.634Z] ---> 60a209d4ad5a [2021-03-22T22:25:52.634Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-22T22:25:52.896Z] ---> Running in c99954bde6f7 [2021-03-22T22:25:52.896Z] Removing intermediate container 5d65b784a532 [2021-03-22T22:25:52.896Z] ---> f2128680c87d [2021-03-22T22:25:52.896Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-22T22:25:53.164Z] ---> Running in 919c004eee0e [2021-03-22T22:25:53.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:25:51.486Z] > git config core.sparsecheckout # timeout=10 [2021-03-22T22:25:51.547Z] > git checkout -f b750d2d7a2dc3ccf6a691e356026d256cb22a430 # timeout=10 [2021-03-22T22:25:51.889Z] > git remote # timeout=10 [2021-03-22T22:25:51.904Z] > git config --get remote.origin.url # timeout=10 [2021-03-22T22:25:51.918Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T22:25:51.949Z] > git merge bf41993ae39f966b0d993bd56432d2f66e6af597 # timeout=10 [2021-03-22T22:25:51.979Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-22T22:25:52.000Z] > git config core.sparsecheckout # timeout=10 [2021-03-22T22:25:52.011Z] > git checkout -f b750d2d7a2dc3ccf6a691e356026d256cb22a430 # timeout=10 [2021-03-22T22:25:53.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:25:53.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:25:53.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:25:53.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:25:54.008Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:25:54.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:25:54.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:25:54.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:25:54.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:25:54.807Z] OK: 233 MiB in 51 packages [2021-03-22T22:25:55.071Z] OK: 233 MiB in 51 packages [2021-03-22T22:25:55.071Z] OK: 233 MiB in 51 packages [2021-03-22T22:25:55.071Z] OK: 233 MiB in 51 packages [2021-03-22T22:25:55.332Z] Removing intermediate container d3f656a16456 [2021-03-22T22:25:55.332Z] ---> 856bf74196ca [2021-03-22T22:25:55.332Z] Step 6/22 : COPY go.mod . [2021-03-22T22:25:55.332Z] OK: 233 MiB in 51 packages [2021-03-22T22:25:55.597Z] ---> a53c0aa21b78 [2021-03-22T22:25:55.597Z] Step 7/22 : RUN go mod download [2021-03-22T22:25:55.859Z] Removing intermediate container bbd79cbd91af [2021-03-22T22:25:55.859Z] ---> a28b08c6cf29 [2021-03-22T22:25:55.859Z] Step 6/23 : COPY go.mod . [2021-03-22T22:25:55.859Z] ---> Running in 74945af5194d [2021-03-22T22:25:56.121Z] Removing intermediate container 62485f32e28c [2021-03-22T22:25:56.121Z] ---> 5ca09d2c55cd [2021-03-22T22:25:56.121Z] Step 6/21 : COPY go.mod . [2021-03-22T22:25:56.345Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [2021-03-22T22:25:56.397Z] Removing intermediate container c99954bde6f7 [2021-03-22T22:25:56.398Z] ---> 49a44eff94cd [2021-03-22T22:25:56.398Z] Step 6/26 : COPY go.mod . [2021-03-22T22:25:56.398Z] ---> 7ac50f6ff6eb [2021-03-22T22:25:56.398Z] Step 7/23 : RUN go mod download [2021-03-22T22:25:56.398Z] Removing intermediate container 919c004eee0e [2021-03-22T22:25:56.398Z] ---> 6d8b49014026 [2021-03-22T22:25:56.398Z] Step 6/24 : COPY go.mod . [2021-03-22T22:25:56.398Z] ---> 0ecbc921e7e2 [2021-03-22T22:25:56.398Z] Step 7/21 : RUN go mod download [2021-03-22T22:25:56.398Z] ---> Running in f19feef558f4 [2021-03-22T22:25:56.665Z] ---> Running in f090a14e7310 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-22T22:25:56.937Z] ---> 8fda9e4d71f2 [2021-03-22T22:25:56.938Z] Step 7/26 : RUN go mod download [2021-03-22T22:25:56.938Z] ---> 36364839abf1 [2021-03-22T22:25:56.938Z] Step 7/24 : RUN go mod download [2021-03-22T22:25:56.938Z] ---> Running in 4720ff969e31 [2021-03-22T22:25:57.241Z] ---> Running in cb8fc17663ce [2021-03-22T22:25:57.767Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-22T22:25:58.202Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-22T22:25:58.542Z] + sudo service docker restart [2021-03-22T22:25:58.542Z] + true [2021-03-22T22:25:58.652Z] Removing intermediate container 74945af5194d [2021-03-22T22:25:58.652Z] ---> 879bbcda5c47 [2021-03-22T22:25:58.652Z] Step 8/22 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-22T22:26:00.587Z] provisioning config files... [2021-03-22T22:26:00.591Z] Removing intermediate container f090a14e7310 [2021-03-22T22:26:00.591Z] ---> 36c4a1f8bb64 [2021-03-22T22:26:00.591Z] Step 8/21 : COPY . . [2021-03-22T22:26:00.628Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/25@tmp/config4432658212049723452tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:26:01.040Z] ---> docker-login.sh [2021-03-22T22:26:01.040Z] nexus3.edgexfoundry.org:10001 [2021-03-22T22:26:01.552Z] Removing intermediate container f19feef558f4 [2021-03-22T22:26:01.552Z] ---> 2bff4efe43b6 [2021-03-22T22:26:01.552Z] Step 8/23 : COPY . . [2021-03-22T22:26:01.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:26:02.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:26:02.251Z] Configure a credential helper to remove this warning. See [2021-03-22T22:26:02.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:26:02.251Z] [2021-03-22T22:26:02.251Z] Login Succeeded [2021-03-22T22:26:02.251Z] nexus3.edgexfoundry.org:10002 [2021-03-22T22:26:02.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:26:02.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:26:02.801Z] Configure a credential helper to remove this warning. See [2021-03-22T22:26:02.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:26:02.801Z] [2021-03-22T22:26:02.801Z] Login Succeeded [2021-03-22T22:26:02.801Z] nexus3.edgexfoundry.org:10003 [2021-03-22T22:26:03.075Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:26:03.351Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:26:03.351Z] Configure a credential helper to remove this warning. See [2021-03-22T22:26:03.351Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:26:03.351Z] [2021-03-22T22:26:03.351Z] Login Succeeded [2021-03-22T22:26:03.351Z] nexus3.edgexfoundry.org:10004 [2021-03-22T22:26:03.623Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:26:03.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:26:03.623Z] Configure a credential helper to remove this warning. See [2021-03-22T22:26:03.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:26:03.623Z] [2021-03-22T22:26:03.623Z] Login Succeeded [2021-03-22T22:26:03.899Z] docker.io [2021-03-22T22:26:04.171Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:26:04.441Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:26:04.441Z] Configure a credential helper to remove this warning. See [2021-03-22T22:26:04.441Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:26:04.441Z] [2021-03-22T22:26:04.441Z] Login Succeeded [2021-03-22T22:26:04.441Z] ---> docker-login.sh ends [Pipeline] } [2021-03-22T22:26:04.466Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-22T22:26:04.912Z] ========================================================= [2021-03-22T22:26:04.912Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-22T22:26:04.912Z] ========================================================= [2021-03-22T22:26:04.921Z] Removing intermediate container cb8fc17663ce [2021-03-22T22:26:04.921Z] ---> 4d02948b285d [2021-03-22T22:26:04.921Z] Step 8/24 : COPY . . [2021-03-22T22:26:04.921Z] Removing intermediate container 4720ff969e31 [2021-03-22T22:26:04.921Z] ---> 6e72bcae7400 [2021-03-22T22:26:04.921Z] Step 8/26 : COPY . . [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:26:05.302Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-22T22:26:07.949Z] Sending build context to Docker daemon 166.9MB [2021-03-22T22:26:07.949Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-22T22:26:07.949Z] Step 2/6 : FROM ${BASE} [2021-03-22T22:26:07.949Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-22T22:26:07.949Z] 5f621e34cdf4: Pulling fs layer [2021-03-22T22:26:07.949Z] a4357932f1b6: Pulling fs layer [2021-03-22T22:26:07.950Z] 18c013af1878: Pulling fs layer [2021-03-22T22:26:07.950Z] 00ac8860ef70: Pulling fs layer [2021-03-22T22:26:07.950Z] 63d7cb157983: Pulling fs layer [2021-03-22T22:26:07.950Z] b116817d02f9: Pulling fs layer [2021-03-22T22:26:07.950Z] 745a02a5169b: Pulling fs layer [2021-03-22T22:26:07.950Z] 00ac8860ef70: Waiting [2021-03-22T22:26:07.950Z] 63d7cb157983: Waiting [2021-03-22T22:26:07.950Z] b116817d02f9: Waiting [2021-03-22T22:26:07.950Z] 745a02a5169b: Waiting [2021-03-22T22:26:07.950Z] 18c013af1878: Verifying Checksum [2021-03-22T22:26:07.950Z] 18c013af1878: Download complete [2021-03-22T22:26:07.950Z] a4357932f1b6: Verifying Checksum [2021-03-22T22:26:07.950Z] a4357932f1b6: Download complete [2021-03-22T22:26:07.950Z] 63d7cb157983: Verifying Checksum [2021-03-22T22:26:07.950Z] 63d7cb157983: Download complete [2021-03-22T22:26:07.950Z] b116817d02f9: Verifying Checksum [2021-03-22T22:26:07.950Z] b116817d02f9: Download complete [2021-03-22T22:26:07.950Z] 5f621e34cdf4: Verifying Checksum [2021-03-22T22:26:07.950Z] 5f621e34cdf4: Download complete [2021-03-22T22:26:08.553Z] 5f621e34cdf4: Pull complete [2021-03-22T22:26:09.164Z] a4357932f1b6: Pull complete [2021-03-22T22:26:09.436Z] 18c013af1878: Pull complete [2021-03-22T22:26:10.425Z] 745a02a5169b: Verifying Checksum [2021-03-22T22:26:10.425Z] 745a02a5169b: Download complete [2021-03-22T22:26:11.405Z] 00ac8860ef70: Verifying Checksum [2021-03-22T22:26:11.405Z] 00ac8860ef70: Download complete [2021-03-22T22:26:21.572Z] 00ac8860ef70: Pull complete [2021-03-22T22:26:21.845Z] 63d7cb157983: Pull complete [2021-03-22T22:26:22.118Z] b116817d02f9: Pull complete [2021-03-22T22:26:26.437Z] 745a02a5169b: Pull complete [2021-03-22T22:26:26.437Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-22T22:26:26.437Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-22T22:26:26.437Z] ---> b7e6874047d6 [2021-03-22T22:26:26.437Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-22T22:26:29.050Z] ---> Running in bc78679f22b2 [2021-03-22T22:26:30.497Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:26:31.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:26:31.685Z] (1/12) Installing libmagic (5.38-r0) [2021-03-22T22:26:31.957Z] (2/12) Installing file (5.38-r0) [2021-03-22T22:26:32.231Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-22T22:26:32.231Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-22T22:26:35.618Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-22T22:26:35.618Z] (6/12) Installing patch (2.7.6-r6) [2021-03-22T22:26:35.618Z] (7/12) Installing build-base (0.5-r2) [2021-03-22T22:26:35.891Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-22T22:26:35.891Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-22T22:26:35.891Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-22T22:26:36.163Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-22T22:26:36.163Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-22T22:26:36.163Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:26:36.163Z] OK: 217 MiB in 51 packages [2021-03-22T22:26:40.466Z] Removing intermediate container bc78679f22b2 [2021-03-22T22:26:40.466Z] ---> 4761854a7046 [2021-03-22T22:26:40.466Z] Step 4/6 : WORKDIR /edgex-go [2021-03-22T22:26:40.466Z] ---> Running in 35998207028a [2021-03-22T22:26:41.063Z] Removing intermediate container 35998207028a [2021-03-22T22:26:41.063Z] ---> 8727e8fa95d9 [2021-03-22T22:26:41.063Z] Step 5/6 : COPY go.mod . [2021-03-22T22:26:41.665Z] ---> af4dbfb1ad3d [2021-03-22T22:26:41.665Z] Step 6/6 : RUN go mod download [2021-03-22T22:26:41.665Z] ---> Running in 32fb7ecde92b [2021-03-22T22:26:43.906Z] ---> 084ee79caa57 [2021-03-22T22:26:43.906Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-22T22:26:43.906Z] ---> Running in 6d0f3391dd45 [2021-03-22T22:26:43.906Z] ---> a49f7e704b9a [2021-03-22T22:26:43.906Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-22T22:26:43.906Z] ---> bf8ab5868a3f [2021-03-22T22:26:43.906Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-22T22:26:43.906Z] ---> 87a7c690317f [2021-03-22T22:26:43.906Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-22T22:26:43.906Z] ---> c36e6fb784f3 [2021-03-22T22:26:43.906Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-22T22:26:43.906Z] ---> Running in 6888b886893b [2021-03-22T22:26:43.907Z] ---> Running in 9b119b5e8766 [2021-03-22T22:26:43.907Z] ---> Running in 44de97a3de55 [2021-03-22T22:26:43.907Z] ---> Running in 7c474d970781 [2021-03-22T22:26:43.907Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-22T22:26:43.907Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-22T22:26:43.907Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-22T22:26:43.907Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-22T22:26:43.907Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-22T22:27:08.511Z] Removing intermediate container 32fb7ecde92b [2021-03-22T22:27:08.511Z] ---> 23c9f87d30cd [2021-03-22T22:27:08.511Z] Successfully built 23c9f87d30cd [2021-03-22T22:27:08.511Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:27:08.855Z] + docker inspect -f . ci-base-image-arm64 [2021-03-22T22:27:08.855Z] . [Pipeline] withDockerContainer [2021-03-22T22:27:09.160Z] prd-ubuntu18.04-docker-arm64-4c-16g-30953 does not seem to be running inside a container [2021-03-22T22:27:09.257Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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-03-22T22:27:10.680Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-22T22:27:10.680Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-22T22:27:10.804Z] $ docker top 158efa504738c3601953f1c214ecf30337a0beb0d9fd2e8b730f6ea23ef60a49 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T22:27:11.824Z] + go version [2021-03-22T22:27:11.824Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-22T22:27:11.856Z] $ docker stop --time=1 158efa504738c3601953f1c214ecf30337a0beb0d9fd2e8b730f6ea23ef60a49 [2021-03-22T22:27:13.867Z] $ docker rm -f 158efa504738c3601953f1c214ecf30337a0beb0d9fd2e8b730f6ea23ef60a49 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:27:14.850Z] + docker inspect -f . ci-base-image-arm64 [2021-03-22T22:27:14.850Z] . [Pipeline] withDockerContainer [2021-03-22T22:27:15.112Z] prd-ubuntu18.04-docker-arm64-4c-16g-30953 does not seem to be running inside a container [2021-03-22T22:27:15.206Z] $ 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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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-03-22T22:27:16.644Z] $ docker top a3e714227c090eff624cd356110d642bdb6de996774bf1582d377a9727508edf -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-22T22:27:17.026Z] ========================================================= [2021-03-22T22:27:17.026Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-22T22:27:17.026Z] ========================================================= [Pipeline] sh [2021-03-22T22:27:17.675Z] + make test [2021-03-22T22:27:17.675Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-22T22:27:20.802Z] Removing intermediate container 6888b886893b [2021-03-22T22:27:20.802Z] ---> 48707910e238 [2021-03-22T22:27:20.802Z] [2021-03-22T22:27:20.802Z] Step 10/21 : FROM alpine:3.12 [2021-03-22T22:27:20.802Z] Removing intermediate container 7c474d970781 [2021-03-22T22:27:20.802Z] ---> bcf748f15b55 [2021-03-22T22:27:20.802Z] [2021-03-22T22:27:20.802Z] Step 10/24 : FROM alpine:3.12 [2021-03-22T22:27:20.802Z] Removing intermediate container 44de97a3de55 [2021-03-22T22:27:20.802Z] ---> f65dee48bd03 [2021-03-22T22:27:20.802Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-22T22:27:20.802Z] 3.12: Pulling from library/alpine [2021-03-22T22:27:20.802Z] 3.12: Pulling from library/alpine [2021-03-22T22:27:22.192Z] ---> Running in 1b349c595541 [2021-03-22T22:27:22.192Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-22T22:27:22.192Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-22T22:27:22.192Z] Status: Downloaded newer image for alpine:3.12 [2021-03-22T22:27:22.192Z] Status: Image is up to date for alpine:3.12 [2021-03-22T22:27:22.461Z] ---> 88dd2752d2ea [2021-03-22T22:27:22.461Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-22T22:27:22.461Z] ---> 88dd2752d2ea [2021-03-22T22:27:22.461Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-22T22:27:22.461Z] Removing intermediate container 6d0f3391dd45 [2021-03-22T22:27:22.461Z] ---> 6172db7b5c16 [2021-03-22T22:27:22.461Z] [2021-03-22T22:27:22.461Z] Step 10/22 : FROM alpine:3.12 [2021-03-22T22:27:22.461Z] ---> 88dd2752d2ea [2021-03-22T22:27:22.461Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-22T22:27:22.724Z] ---> Running in 8ada77c89e91 [2021-03-22T22:27:22.724Z] ---> Running in 69349cf0cc0a [2021-03-22T22:27:24.129Z] ---> Running in 68d1f48ff0db [2021-03-22T22:27:24.129Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-22T22:27:25.531Z] Removing intermediate container 9b119b5e8766 [2021-03-22T22:27:25.531Z] ---> e0d8ced243b2 [2021-03-22T22:27:25.531Z] [2021-03-22T22:27:25.531Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T22:27:25.531Z] ---> 88dd2752d2ea [2021-03-22T22:27:25.531Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-22T22:27:25.531Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:27:25.531Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:27:25.531Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:27:25.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:27:25.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:27:25.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:27:25.799Z] ---> Running in 22f94f3e9a6c [2021-03-22T22:27:25.799Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-22T22:27:25.799Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-22T22:27:25.799Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T22:27:26.069Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-22T22:27:26.070Z] (4/4) Installing curl (7.69.1-r3) [2021-03-22T22:27:26.070Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-22T22:27:26.070Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:27:26.070Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:27:26.070Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-22T22:27:26.070Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T22:27:26.070Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T22:27:26.070Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T22:27:26.070Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-22T22:27:26.070Z] (4/5) Installing curl (7.69.1-r3) [2021-03-22T22:27:26.070Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-22T22:27:26.070Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:27:26.070Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T22:27:26.070Z] OK: 6 MiB in 16 packages [2021-03-22T22:27:26.070Z] OK: 7 MiB in 18 packages [2021-03-22T22:27:26.070Z] OK: 7 MiB in 19 packages [2021-03-22T22:27:27.018Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:27:27.018Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:27:27.302Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-22T22:27:27.302Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:27:27.302Z] OK: 6 MiB in 15 packages [2021-03-22T22:27:27.587Z] Removing intermediate container 1b349c595541 [2021-03-22T22:27:27.587Z] ---> cd1bffd012c5 [2021-03-22T22:27:27.587Z] [2021-03-22T22:27:27.587Z] Step 11/26 : FROM docker:20.10.0 [2021-03-22T22:27:27.907Z] 20.10.0: Pulling from library/docker [2021-03-22T22:27:30.529Z] Removing intermediate container 69349cf0cc0a [2021-03-22T22:27:30.529Z] ---> 124f54f7fffa [2021-03-22T22:27:30.529Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-22T22:27:30.529Z] Removing intermediate container 68d1f48ff0db [2021-03-22T22:27:30.529Z] ---> 8bb5a4876907 [2021-03-22T22:27:30.529Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:27:31.105Z] ---> Running in 44ad970a7cd7 [2021-03-22T22:27:31.105Z] Removing intermediate container 8ada77c89e91 [2021-03-22T22:27:31.105Z] ---> cf257905c174 [2021-03-22T22:27:31.105Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-22T22:27:31.105Z] ---> Running in fe6239d14102 [2021-03-22T22:27:31.105Z] Removing intermediate container 22f94f3e9a6c [2021-03-22T22:27:31.105Z] ---> 99812f6d497b [2021-03-22T22:27:31.105Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:27:31.369Z] ---> Running in 970b673ce1bb [2021-03-22T22:27:31.369Z] ---> Running in 91c05b5aa8a5 [2021-03-22T22:27:31.637Z] Removing intermediate container 44ad970a7cd7 [2021-03-22T22:27:31.637Z] ---> a5abfeac2ce9 [2021-03-22T22:27:31.637Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-22T22:27:31.637Z] Removing intermediate container fe6239d14102 [2021-03-22T22:27:31.637Z] ---> 3bc05764df36 [2021-03-22T22:27:31.637Z] Step 13/21 : WORKDIR /edgex [2021-03-22T22:27:31.637Z] Removing intermediate container 970b673ce1bb [2021-03-22T22:27:31.637Z] ---> de25522a8fb3 [2021-03-22T22:27:31.637Z] Step 13/24 : WORKDIR / [2021-03-22T22:27:31.906Z] ---> Running in f9df6829d563 [2021-03-22T22:27:31.906Z] ---> Running in 78b0638c6953 [2021-03-22T22:27:31.906Z] Removing intermediate container 91c05b5aa8a5 [2021-03-22T22:27:31.906Z] ---> 82fe0034da0c [2021-03-22T22:27:31.906Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-22T22:27:32.180Z] ---> Running in 30c012605884 [2021-03-22T22:27:32.446Z] ---> Running in e9b8ea5f6455 [2021-03-22T22:27:32.446Z] Removing intermediate container 78b0638c6953 [2021-03-22T22:27:32.446Z] ---> 27bd39ef2c19 [2021-03-22T22:27:32.446Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-22T22:27:32.447Z] Removing intermediate container f9df6829d563 [2021-03-22T22:27:32.447Z] ---> a8eca2394485 [2021-03-22T22:27:32.447Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-22T22:27:32.715Z] Removing intermediate container 30c012605884 [2021-03-22T22:27:32.715Z] ---> f18d5db05480 [2021-03-22T22:27:32.715Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-22T22:27:32.715Z] ---> Running in 431ce3000ed6 [2021-03-22T22:27:32.985Z] Removing intermediate container e9b8ea5f6455 [2021-03-22T22:27:32.985Z] ---> 6f39574c9ec8 [2021-03-22T22:27:32.985Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-22T22:27:32.985Z] ---> 90319498bf1f [2021-03-22T22:27:32.985Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-22T22:27:32.985Z] ---> Running in c29688fdaf39 [2021-03-22T22:27:33.252Z] Removing intermediate container 431ce3000ed6 [2021-03-22T22:27:33.252Z] ---> bc8319015891 [2021-03-22T22:27:33.252Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:27:33.252Z] ---> 62c3b15c4efd [2021-03-22T22:27:33.252Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-22T22:27:33.517Z] Removing intermediate container c29688fdaf39 [2021-03-22T22:27:33.517Z] ---> 68b5d0eab70a [2021-03-22T22:27:33.517Z] Step 15/23 : WORKDIR / [2021-03-22T22:27:33.783Z] ---> 8b94f9714d83 [2021-03-22T22:27:33.783Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-22T22:27:33.783Z] ---> Running in 6b4a87403018 [2021-03-22T22:27:33.783Z] ---> 7385b7990234 [2021-03-22T22:27:33.783Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-22T22:27:33.783Z] ---> dfe8ee3e3266 [2021-03-22T22:27:33.783Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-22T22:27:34.058Z] Removing intermediate container 6b4a87403018 [2021-03-22T22:27:34.058Z] ---> 1ffc236248b2 [2021-03-22T22:27:34.058Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:27:35.457Z] ---> 4912b4a2dfac [2021-03-22T22:27:35.457Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-22T22:27:35.457Z] ---> 2b5516950c2b [2021-03-22T22:27:35.457Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-22T22:27:35.723Z] ---> d80433c28f35 [2021-03-22T22:27:35.724Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-22T22:27:35.724Z] ---> 520d19915f1d [2021-03-22T22:27:35.724Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-22T22:27:35.724Z] ---> Running in e4d161ffca5e [2021-03-22T22:27:35.994Z] Removing intermediate container e4d161ffca5e [2021-03-22T22:27:35.994Z] ---> 83262f073d5d [2021-03-22T22:27:35.994Z] Step 18/21 : CMD ["--init=true"] [2021-03-22T22:27:36.257Z] ---> e061db5d88da [2021-03-22T22:27:36.257Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-22T22:27:36.257Z] ---> Running in 5a650e4837e4 [2021-03-22T22:27:36.257Z] ---> ca8b3f98f4ea [2021-03-22T22:27:36.257Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-22T22:27:36.257Z] ---> Running in f1e5f39e45c7 [2021-03-22T22:27:36.257Z] ---> 405b332955a9 [2021-03-22T22:27:36.257Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-22T22:27:36.257Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-22T22:27:36.257Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-22T22:27:36.257Z] ---> aefe523efa57 [2021-03-22T22:27:36.257Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-22T22:27:36.520Z] ---> Running in 3509b85220fe [2021-03-22T22:27:36.783Z] Removing intermediate container 5a650e4837e4 [2021-03-22T22:27:36.783Z] ---> 1060a3f4721d [2021-03-22T22:27:36.783Z] Step 19/21 : LABEL arch=x86_64 [2021-03-22T22:27:36.783Z] Removing intermediate container f1e5f39e45c7 [2021-03-22T22:27:36.783Z] ---> 3920fa51808a [2021-03-22T22:27:36.783Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:27:36.783Z] ---> Running in f37c39ede246 [2021-03-22T22:27:37.053Z] ---> f49e205b55e7 [2021-03-22T22:27:37.053Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-22T22:27:37.053Z] ---> Running in 1e9eb5a4bbb0 [2021-03-22T22:27:37.053Z] ---> 09979ed82a17 [2021-03-22T22:27:37.053Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-22T22:27:37.053Z] ---> Running in 57b7a3a0aebb [2021-03-22T22:27:38.005Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:27:38.005Z] Removing intermediate container f37c39ede246 [2021-03-22T22:27:38.005Z] ---> 37bbbe544440 [2021-03-22T22:27:38.005Z] Step 20/21 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 [2021-03-22T22:27:38.005Z] Removing intermediate container 1e9eb5a4bbb0 [2021-03-22T22:27:38.005Z] ---> ba558442d48a [2021-03-22T22:27:38.005Z] Step 20/22 : LABEL arch=x86_64 [2021-03-22T22:27:38.005Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:27:38.005Z] ---> e119478475e3 [2021-03-22T22:27:38.005Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-22T22:27:38.005Z] Removing intermediate container 57b7a3a0aebb [2021-03-22T22:27:38.005Z] ---> 09d041c4b398 [2021-03-22T22:27:38.005Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:27:38.005Z] ---> Running in f3c31127d9d9 [2021-03-22T22:27:38.005Z] ---> Running in 9ba709e45175 [2021-03-22T22:27:38.005Z] (1/2) Installing readline (8.0.4-r0) [2021-03-22T22:27:38.005Z] (2/2) Installing bash (5.0.17-r0) [2021-03-22T22:27:38.005Z] Executing bash-5.0.17-r0.post-install [2021-03-22T22:27:38.005Z] ---> Running in c8273b9e7155 [2021-03-22T22:27:38.005Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:27:38.005Z] OK: 12 MiB in 22 packages [2021-03-22T22:27:38.005Z] ---> Running in 1e1f2cd023ea [2021-03-22T22:27:38.586Z] Removing intermediate container 9ba709e45175 [2021-03-22T22:27:38.586Z] ---> b39cccd47b66 [2021-03-22T22:27:38.586Z] Step 21/21 : LABEL version=0.0.0 [2021-03-22T22:27:38.586Z] Removing intermediate container f3c31127d9d9 [2021-03-22T22:27:38.586Z] ---> fc0f4f8039f3 [2021-03-22T22:27:38.586Z] Step 21/22 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 [2021-03-22T22:27:38.586Z] Removing intermediate container 1e1f2cd023ea [2021-03-22T22:27:38.586Z] ---> aa41375173b9 [2021-03-22T22:27:38.586Z] Step 21/23 : LABEL arch=x86_64 [2021-03-22T22:27:38.849Z] ---> Running in 22ceb58db5fa [2021-03-22T22:27:38.850Z] ---> Running in a8ccdc0d6db9 [2021-03-22T22:27:38.850Z] ---> Running in 1493bc41aee4 [2021-03-22T22:27:39.114Z] Removing intermediate container 22ceb58db5fa [2021-03-22T22:27:39.114Z] ---> 793c0f0895ab [2021-03-22T22:27:39.114Z] [2021-03-22T22:27:39.114Z] Removing intermediate container 1493bc41aee4 [2021-03-22T22:27:39.114Z] ---> bc1b365c7e73 [2021-03-22T22:27:39.114Z] Step 22/23 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 [2021-03-22T22:27:39.114Z] Removing intermediate container a8ccdc0d6db9 [2021-03-22T22:27:39.114Z] ---> 66f0103866c2 [2021-03-22T22:27:39.114Z] Step 22/22 : LABEL version=0.0.0 [2021-03-22T22:27:39.381Z] Successfully built 793c0f0895ab [2021-03-22T22:27:39.381Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-22T22:27:39.381Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-03-22T22:27:39.381Z] Removing intermediate container 3509b85220fe [2021-03-22T22:27:39.381Z] ---> 794c82d08880 [2021-03-22T22:27:39.381Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-22T22:27:39.381Z] ---> Running in 94cb846d3681 [2021-03-22T22:27:39.381Z] ---> Running in 2b384022b788 [2021-03-22T22:27:39.649Z] ---> Running in 6170c0225779 [2021-03-22T22:27:39.649Z] Removing intermediate container 2b384022b788 [2021-03-22T22:27:39.649Z] ---> 83481270d070 [2021-03-22T22:27:39.649Z] [2021-03-22T22:27:39.873Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-22T22:27:39.914Z] Removing intermediate container 94cb846d3681 [2021-03-22T22:27:39.914Z] ---> a79dd01e6b9c [2021-03-22T22:27:39.914Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T22:27:39.914Z] Removing intermediate container c8273b9e7155 [2021-03-22T22:27:39.914Z] ---> adec4e69f368 [2021-03-22T22:27:39.914Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-22T22:27:39.914Z] Removing intermediate container 6170c0225779 [2021-03-22T22:27:39.914Z] ---> f99280042e23 [2021-03-22T22:27:39.914Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-22T22:27:39.914Z] Successfully built 83481270d070 [2021-03-22T22:27:40.175Z] Successfully tagged docker-support-notifications-go:latest [2021-03-22T22:27:40.175Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-03-22T22:27:40.175Z] ---> Running in 9f15adf5aef1 [2021-03-22T22:27:40.175Z] ---> Running in f388292ff9d8 [2021-03-22T22:27:42.758Z] ---> Running in 11be28e5d6af [2021-03-22T22:27:45.329Z] Removing intermediate container 9f15adf5aef1 [2021-03-22T22:27:45.329Z] ---> df94d3c6aaab [2021-03-22T22:27:45.329Z] [2021-03-22T22:27:45.329Z] Removing intermediate container f388292ff9d8 [2021-03-22T22:27:45.329Z] ---> b298a34d2365 [2021-03-22T22:27:45.329Z] Step 22/24 : LABEL arch=x86_64 [2021-03-22T22:27:45.329Z] Successfully built df94d3c6aaab [2021-03-22T22:27:45.592Z] Successfully tagged docker-core-metadata-go:latest [2021-03-22T22:27:45.593Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2021-03-22T22:27:46.992Z] Removing intermediate container 11be28e5d6af [2021-03-22T22:27:46.992Z] ---> 660988ee6832 [2021-03-22T22:27:46.992Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-22T22:27:47.568Z] ---> Running in 097700d3bda4 [2021-03-22T22:27:48.524Z] ---> Running in fbe086ac6f34 [2021-03-22T22:27:51.854Z] Removing intermediate container 097700d3bda4 [2021-03-22T22:27:51.854Z] ---> 9d14066a7df6 [2021-03-22T22:27:51.854Z] Step 23/24 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 [2021-03-22T22:27:56.111Z] Removing intermediate container fbe086ac6f34 [2021-03-22T22:27:56.111Z] ---> 9b6b6a4c11bd [2021-03-22T22:27:56.111Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-22T22:27:56.111Z] ---> Running in 6d0bf57b8ff2 [2021-03-22T22:27:58.700Z] Removing intermediate container 6d0bf57b8ff2 [2021-03-22T22:27:58.700Z] ---> 6ab9ab39843e [2021-03-22T22:27:58.700Z] Step 24/24 : LABEL version=0.0.0 [2021-03-22T22:27:58.700Z] ---> 607873cd4c95 [2021-03-22T22:27:58.700Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-22T22:27:59.667Z] ---> Running in 1453daf4b93e [2021-03-22T22:27:59.932Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:27:59.932Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:27:59.932Z] ---> c7e1ad123e81 [2021-03-22T22:27:59.932Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T22:28:00.195Z] ---> Using cache [2021-03-22T22:28:00.195Z] ---> c39824bcc895 [2021-03-22T22:28:00.195Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:28:00.195Z] ---> Using cache [2021-03-22T22:28:00.195Z] ---> f2128680c87d [2021-03-22T22:28:00.195Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-22T22:28:01.171Z] ---> 01644e8510af [2021-03-22T22:28:01.171Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-22T22:28:02.136Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:28:02.137Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:28:02.137Z] ---> c7e1ad123e81 [2021-03-22T22:28:02.137Z] Step 3/22 : WORKDIR /edgex-go [2021-03-22T22:28:02.137Z] ---> Using cache [2021-03-22T22:28:02.137Z] ---> c39824bcc895 [2021-03-22T22:28:02.137Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:28:02.137Z] ---> Using cache [2021-03-22T22:28:02.137Z] ---> f2128680c87d [2021-03-22T22:28:02.137Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-22T22:28:02.137Z] ---> Using cache [2021-03-22T22:28:02.137Z] ---> 6d8b49014026 [2021-03-22T22:28:02.137Z] Step 6/22 : COPY go.mod . [2021-03-22T22:28:02.137Z] ---> Using cache [2021-03-22T22:28:02.137Z] ---> 36364839abf1 [2021-03-22T22:28:02.137Z] Step 7/22 : RUN go mod download [2021-03-22T22:28:02.137Z] ---> Using cache [2021-03-22T22:28:02.137Z] ---> 4d02948b285d [2021-03-22T22:28:02.137Z] Step 8/22 : COPY . . [2021-03-22T22:28:02.137Z] ---> Using cache [2021-03-22T22:28:02.137Z] ---> c36e6fb784f3 [2021-03-22T22:28:02.137Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-22T22:28:02.400Z] Removing intermediate container 1453daf4b93e [2021-03-22T22:28:02.400Z] ---> b48f56642dfb [2021-03-22T22:28:02.400Z] [2021-03-22T22:28:02.663Z] ---> Running in bd3d263eb5ab [2021-03-22T22:28:03.262Z] Successfully built b48f56642dfb [2021-03-22T22:28:03.527Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-22T22:28:03.527Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-03-22T22:28:03.793Z] ---> Running in 1834fee47fa2 [2021-03-22T22:28:03.793Z] ---> fb3a5fd90b94 [2021-03-22T22:28:03.793Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-22T22:28:05.199Z] ---> Running in 1542b7a6b5c5 [2021-03-22T22:28:05.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:28:06.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:28:06.955Z] OK: 233 MiB in 51 packages [2021-03-22T22:28:07.538Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:28:07.538Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:28:07.538Z] ---> c7e1ad123e81 [2021-03-22T22:28:07.538Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T22:28:07.538Z] ---> Using cache [2021-03-22T22:28:07.538Z] ---> c39824bcc895 [2021-03-22T22:28:07.538Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:28:07.538Z] ---> Using cache [2021-03-22T22:28:07.538Z] ---> f2128680c87d [2021-03-22T22:28:07.538Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-22T22:28:07.538Z] ---> Using cache [2021-03-22T22:28:07.538Z] ---> 6d8b49014026 [2021-03-22T22:28:07.538Z] Step 6/23 : COPY go.mod . [2021-03-22T22:28:07.538Z] ---> Using cache [2021-03-22T22:28:07.538Z] ---> 36364839abf1 [2021-03-22T22:28:07.538Z] Step 7/23 : RUN go mod download [2021-03-22T22:28:07.538Z] ---> Using cache [2021-03-22T22:28:07.538Z] ---> 4d02948b285d [2021-03-22T22:28:07.538Z] Step 8/23 : COPY . . [2021-03-22T22:28:07.802Z] ---> Using cache [2021-03-22T22:28:07.803Z] ---> c36e6fb784f3 [2021-03-22T22:28:07.803Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-22T22:28:08.388Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-22T22:28:08.989Z] ---> Running in e275a51bcd5a [2021-03-22T22:28:08.989Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:28:09.258Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:28:09.258Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-22T22:28:09.848Z] (2/33) Installing expat (2.2.9-r1) [2021-03-22T22:28:09.848Z] (3/33) Installing libffi (3.3-r2) [2021-03-22T22:28:09.848Z] (4/33) Installing gdbm (1.13-r1) [2021-03-22T22:28:10.122Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-22T22:28:10.122Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-22T22:28:10.122Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-22T22:28:10.389Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-22T22:28:11.370Z] Removing intermediate container bd3d263eb5ab [2021-03-22T22:28:11.370Z] ---> 40526f3c2e21 [2021-03-22T22:28:11.370Z] Step 6/23 : COPY go.mod . [2021-03-22T22:28:11.980Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-22T22:28:12.248Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-22T22:28:12.248Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-22T22:28:12.248Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-22T22:28:12.511Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-22T22:28:12.511Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-22T22:28:12.511Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-22T22:28:13.118Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-22T22:28:14.071Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-22T22:28:14.666Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-22T22:28:14.666Z] ---> d3a30c05fa41 [2021-03-22T22:28:14.666Z] Step 7/23 : RUN go mod download [2021-03-22T22:28:14.666Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-22T22:28:14.943Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-22T22:28:14.943Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-22T22:28:14.943Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-22T22:28:15.212Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-22T22:28:15.820Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-22T22:28:16.086Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-22T22:28:16.086Z] ---> Running in 8706c73498d0 [2021-03-22T22:28:16.086Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-22T22:28:16.086Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-22T22:28:16.365Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-22T22:28:16.645Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-22T22:28:16.645Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-22T22:28:16.645Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-22T22:28:16.645Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-22T22:28:16.645Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-22T22:28:16.645Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-22T22:28:16.645Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:28:16.926Z] OK: 71 MiB in 55 packages [2021-03-22T22:28:22.337Z] Removing intermediate container 8706c73498d0 [2021-03-22T22:28:22.337Z] ---> a538d15d6c1f [2021-03-22T22:28:22.337Z] Step 8/23 : COPY . . [2021-03-22T22:28:25.744Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:28:25.744Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:28:25.744Z] ---> c7e1ad123e81 [2021-03-22T22:28:25.744Z] Step 3/31 : WORKDIR /edgex-go [2021-03-22T22:28:25.744Z] ---> Using cache [2021-03-22T22:28:25.744Z] ---> c39824bcc895 [2021-03-22T22:28:25.744Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:28:25.744Z] ---> Using cache [2021-03-22T22:28:25.744Z] ---> f2128680c87d [2021-03-22T22:28:25.744Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-22T22:28:25.744Z] ---> Using cache [2021-03-22T22:28:25.744Z] ---> 6d8b49014026 [2021-03-22T22:28:25.744Z] Step 6/31 : COPY go.mod . [2021-03-22T22:28:25.744Z] ---> Using cache [2021-03-22T22:28:25.744Z] ---> 36364839abf1 [2021-03-22T22:28:25.744Z] Step 7/31 : RUN go mod download [2021-03-22T22:28:25.744Z] ---> Using cache [2021-03-22T22:28:25.744Z] ---> 4d02948b285d [2021-03-22T22:28:25.744Z] Step 8/31 : COPY . . [2021-03-22T22:28:25.744Z] ---> Using cache [2021-03-22T22:28:25.744Z] ---> c36e6fb784f3 [2021-03-22T22:28:25.744Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-22T22:28:26.918Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-22T22:28:28.334Z] ---> Running in d6eb75f3db91 [2021-03-22T22:28:31.684Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-22T22:28:35.308Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-22T22:28:42.088Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-22T22:28:42.088Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-22T22:28:42.800Z] Removing intermediate container 1542b7a6b5c5 [2021-03-22T22:28:42.801Z] ---> 59e6ed5f143c [2021-03-22T22:28:42.801Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-22T22:28:42.801Z] ---> Running in 1905d230e2fd [2021-03-22T22:28:44.737Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-22T22:28:44.738Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-22T22:28:44.738Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-22T22:28:44.738Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-22T22:28:48.151Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-22T22:28:48.167Z] ---> 40e7540c2f95 [2021-03-22T22:28:48.167Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-22T22:28:48.445Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-22T22:28:50.416Z] ---> Running in a4abb037530a [2021-03-22T22:28:50.416Z] Removing intermediate container e275a51bcd5a [2021-03-22T22:28:50.416Z] ---> 0676817ec42f [2021-03-22T22:28:50.416Z] [2021-03-22T22:28:50.416Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T22:28:50.416Z] ---> 88dd2752d2ea [2021-03-22T22:28:50.416Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-22T22:28:50.416Z] ---> Using cache [2021-03-22T22:28:50.416Z] ---> 99812f6d497b [2021-03-22T22:28:50.416Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:28:50.416Z] ---> Using cache [2021-03-22T22:28:50.416Z] ---> 82fe0034da0c [2021-03-22T22:28:50.416Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-22T22:28:50.416Z] Removing intermediate container 1834fee47fa2 [2021-03-22T22:28:50.416Z] ---> 6af85a288396 [2021-03-22T22:28:50.416Z] [2021-03-22T22:28:50.416Z] Step 10/22 : FROM alpine:3.12 [2021-03-22T22:28:50.416Z] ---> 88dd2752d2ea [2021-03-22T22:28:50.416Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-22T22:28:50.416Z] ---> Using cache [2021-03-22T22:28:50.416Z] ---> 99812f6d497b [2021-03-22T22:28:50.416Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:28:50.416Z] ---> Using cache [2021-03-22T22:28:50.416Z] ---> 82fe0034da0c [2021-03-22T22:28:50.416Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-22T22:28:50.416Z] Collecting docker-compose==1.23.2 [2021-03-22T22:28:50.416Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-22T22:28:50.725Z] ---> Running in e1c413e26adb [2021-03-22T22:28:50.725Z] ---> Running in e03606bcb6e8 [2021-03-22T22:28:50.725Z] Collecting docker<4.0,>=3.6.0 [2021-03-22T22:28:50.725Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-22T22:28:51.106Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-22T22:28:51.385Z] Removing intermediate container e03606bcb6e8 [2021-03-22T22:28:51.385Z] ---> 9cbd5097e356 [2021-03-22T22:28:51.385Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-22T22:28:51.385Z] Removing intermediate container e1c413e26adb [2021-03-22T22:28:51.385Z] ---> 1b34ee278a1c [2021-03-22T22:28:51.385Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-22T22:28:51.385Z] Collecting PyYAML<4,>=3.10 [2021-03-22T22:28:51.385Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-22T22:28:51.385Z] ---> Running in b1e010102b91 [2021-03-22T22:28:51.385Z] ---> Running in f4f759594c02 [2021-03-22T22:28:53.322Z] Collecting docopt<0.7,>=0.6.1 [2021-03-22T22:28:53.322Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-22T22:28:53.322Z] Removing intermediate container b1e010102b91 [2021-03-22T22:28:53.322Z] ---> 85b7d538231d [2021-03-22T22:28:53.322Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:28:53.322Z] Removing intermediate container f4f759594c02 [2021-03-22T22:28:53.322Z] ---> 5c484549f539 [2021-03-22T22:28:53.322Z] Step 15/23 : WORKDIR / [2021-03-22T22:28:53.903Z] ---> Running in 3347489b494a [2021-03-22T22:28:53.903Z] ---> 9c0fac868a34 [2021-03-22T22:28:53.903Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-22T22:28:54.170Z] Collecting cached-property<2,>=1.2.0 [2021-03-22T22:28:54.170Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-22T22:28:54.170Z] Removing intermediate container 3347489b494a [2021-03-22T22:28:54.170Z] ---> e706e6d55e3d [2021-03-22T22:28:54.170Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:28:54.170Z] Collecting jsonschema<3,>=2.5.1 [2021-03-22T22:28:54.170Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-22T22:28:54.436Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-22T22:28:54.436Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-22T22:28:55.022Z] Collecting texttable<0.10,>=0.9.0 [2021-03-22T22:28:55.022Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-22T22:28:55.608Z] ---> cec504daa918 [2021-03-22T22:28:55.608Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-22T22:28:56.566Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-22T22:28:56.777Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-22T22:28:56.777Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-22T22:28:56.777Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-22T22:28:56.836Z] ---> 3b116b911f3a [2021-03-22T22:28:56.836Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-22T22:28:56.836Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-22T22:28:56.836Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-22T22:28:56.836Z] Removing intermediate container d6eb75f3db91 [2021-03-22T22:28:56.836Z] ---> aacfa1715a99 [2021-03-22T22:28:56.836Z] [2021-03-22T22:28:56.836Z] Step 10/31 : FROM alpine:3.12 [2021-03-22T22:28:56.836Z] ---> 88dd2752d2ea [2021-03-22T22:28:56.836Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-22T22:28:57.101Z] ---> 169d45b2cbdd [2021-03-22T22:28:57.101Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-22T22:28:57.101Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-22T22:28:57.101Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-22T22:28:57.373Z] ---> Running in 90a4370a7d92 [2021-03-22T22:28:57.643Z] Collecting docker-pycreds>=0.4.0 [2021-03-22T22:28:57.643Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-22T22:28:57.915Z] ---> 391339c81d21 [2021-03-22T22:28:57.915Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-22T22:28:57.915Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-22T22:28:57.915Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-22T22:28:57.915Z] ---> be19d2d918b5 [2021-03-22T22:28:57.915Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-22T22:28:57.915Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-22T22:28:57.915Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-22T22:28:57.915Z] Removing intermediate container 90a4370a7d92 [2021-03-22T22:28:57.915Z] ---> d624d7944f5f [2021-03-22T22:28:57.915Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-22T22:28:57.915Z] ---> Running in fcaa41154db6 [2021-03-22T22:28:58.186Z] ---> Running in 5c4223ab79a6 [2021-03-22T22:28:58.186Z] ---> Running in 58f9e306ba04 [2021-03-22T22:28:58.186Z] Collecting idna<2.8,>=2.5 [2021-03-22T22:28:58.186Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-22T22:28:58.461Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-22T22:28:58.461Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-22T22:28:58.461Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-22T22:28:58.461Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-22T22:28:58.461Z] Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, PyYAML, docopt, cached-property, jsonschema, dockerpty, texttable, docker-compose [2021-03-22T22:28:58.733Z] Removing intermediate container fcaa41154db6 [2021-03-22T22:28:58.733Z] ---> 905cec27f11a [2021-03-22T22:28:58.733Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:28:58.733Z] Removing intermediate container 5c4223ab79a6 [2021-03-22T22:28:58.733Z] ---> d6e9ef189fb9 [2021-03-22T22:28:58.733Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:28:59.007Z] ---> Running in 4599c5b09878 [2021-03-22T22:28:59.007Z] ---> Running in 9e8cc58988ce [2021-03-22T22:28:59.007Z] Attempting uninstall: urllib3 [2021-03-22T22:28:59.007Z] Found existing installation: urllib3 1.25.9 [2021-03-22T22:28:59.280Z] Uninstalling urllib3-1.25.9: [2021-03-22T22:29:00.240Z] Successfully uninstalled urllib3-1.25.9 [2021-03-22T22:29:00.504Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:29:00.766Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:29:00.766Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-22T22:29:00.766Z] (2/2) Installing su-exec (0.2-r1) [2021-03-22T22:29:00.766Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:29:00.766Z] OK: 6 MiB in 16 packages [2021-03-22T22:29:01.037Z] Removing intermediate container 4599c5b09878 [2021-03-22T22:29:01.037Z] ---> 839af8dddd01 [2021-03-22T22:29:01.037Z] Step 20/22 : LABEL arch=x86_64 [2021-03-22T22:29:01.037Z] Removing intermediate container 9e8cc58988ce [2021-03-22T22:29:01.037Z] ---> 2805934d4926 [2021-03-22T22:29:01.037Z] Step 21/23 : LABEL arch=x86_64 [2021-03-22T22:29:01.621Z] Attempting uninstall: idna [2021-03-22T22:29:01.621Z] Found existing installation: idna 2.9 [2021-03-22T22:29:01.621Z] Uninstalling idna-2.9: [2021-03-22T22:29:01.621Z] Successfully uninstalled idna-2.9 [2021-03-22T22:29:01.621Z] Attempting uninstall: requests [2021-03-22T22:29:01.621Z] Found existing installation: requests 2.23.0 [2021-03-22T22:29:01.887Z] Uninstalling requests-2.23.0: [2021-03-22T22:29:01.887Z] ---> Running in 2c5870c3886f [2021-03-22T22:29:01.887Z] ---> Running in 2d29b42b463b [2021-03-22T22:29:01.888Z] Successfully uninstalled requests-2.23.0 [2021-03-22T22:29:02.259Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.302s coverage: 45.9% of statements [2021-03-22T22:29:02.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-22T22:29:02.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-22T22:29:02.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-22T22:29:02.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-22T22:29:02.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-22T22:29:02.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-22T22:29:02.260Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.133s coverage: 19.8% of statements [2021-03-22T22:29:02.260Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.355s coverage: 100.0% of statements [2021-03-22T22:29:02.866Z] Removing intermediate container 2c5870c3886f [2021-03-22T22:29:02.867Z] ---> 3bb416a70208 [2021-03-22T22:29:02.867Z] Step 22/23 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 [2021-03-22T22:29:02.867Z] Removing intermediate container 2d29b42b463b [2021-03-22T22:29:02.867Z] ---> 486a8b801379 [2021-03-22T22:29:02.867Z] Step 21/22 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 [2021-03-22T22:29:03.144Z] Running setup.py install for PyYAML: started [2021-03-22T22:29:03.412Z] ---> Running in af74893bbe44 [2021-03-22T22:29:03.412Z] Removing intermediate container 58f9e306ba04 [2021-03-22T22:29:03.412Z] ---> ba51748a0d69 [2021-03-22T22:29:03.412Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-22T22:29:03.412Z] ---> Running in 68a38adaca45 [2021-03-22T22:29:03.677Z] ---> Running in 80ce609a7700 [2021-03-22T22:29:03.677Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-22T22:29:03.677Z] Running setup.py install for docopt: started [2021-03-22T22:29:03.945Z] Removing intermediate container af74893bbe44 [2021-03-22T22:29:03.945Z] ---> 3c2def33c152 [2021-03-22T22:29:03.945Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T22:29:04.232Z] Removing intermediate container 68a38adaca45 [2021-03-22T22:29:04.232Z] ---> 4860da9e1ca1 [2021-03-22T22:29:04.232Z] Step 22/22 : LABEL version=0.0.0 [2021-03-22T22:29:04.232Z] Running setup.py install for docopt: finished with status 'done' [2021-03-22T22:29:04.232Z] ---> Running in ea3cc288fda1 [2021-03-22T22:29:04.232Z] Removing intermediate container 80ce609a7700 [2021-03-22T22:29:04.232Z] ---> e88a772734e9 [2021-03-22T22:29:04.232Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-22T22:29:04.530Z] ---> Running in 59ab615c430d [2021-03-22T22:29:04.803Z] Running setup.py install for dockerpty: started [2021-03-22T22:29:04.803Z] ---> Running in b7d15d2071f4 [2021-03-22T22:29:05.079Z] Removing intermediate container ea3cc288fda1 [2021-03-22T22:29:05.079Z] ---> 79ac3656556a [2021-03-22T22:29:05.079Z] [2021-03-22T22:29:05.079Z] Removing intermediate container 59ab615c430d [2021-03-22T22:29:05.079Z] ---> b8078cea4ffa [2021-03-22T22:29:05.079Z] [2021-03-22T22:29:05.369Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-22T22:29:05.369Z] Running setup.py install for texttable: started [2021-03-22T22:29:05.369Z] Successfully built 79ac3656556a [2021-03-22T22:29:05.369Z] Successfully built b8078cea4ffa [2021-03-22T22:29:05.369Z] Successfully tagged docker-core-command-go:latest [2021-03-22T22:29:05.369Z]  Building docker-core-command-go ... done Successfully tagged docker-support-scheduler-go:latest [2021-03-22T22:29:05.369Z]  Building docker-support-scheduler-go ... done Removing intermediate container b7d15d2071f4 [2021-03-22T22:29:05.369Z] ---> 1d63f8f34268 [2021-03-22T22:29:05.369Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-22T22:29:05.636Z] ---> Running in 397381473df7 [2021-03-22T22:29:05.902Z] Running setup.py install for texttable: finished with status 'done' [2021-03-22T22:29:06.189Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-22T22:29:08.135Z] Removing intermediate container 397381473df7 [2021-03-22T22:29:08.135Z] ---> eb13197cc793 [2021-03-22T22:29:08.135Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-22T22:29:08.713Z] ---> Running in 904c620dd7f7 [2021-03-22T22:29:09.304Z] Removing intermediate container 1905d230e2fd [2021-03-22T22:29:09.304Z] ---> 2b5a014d7f3e [2021-03-22T22:29:09.304Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-22T22:29:09.572Z] ---> Running in 8c4546aa5c56 [2021-03-22T22:29:09.573Z] Removing intermediate container 904c620dd7f7 [2021-03-22T22:29:09.573Z] ---> 376e9af7888c [2021-03-22T22:29:09.573Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-22T22:29:09.847Z] ---> 410cb14dcf11 [2021-03-22T22:29:09.847Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-22T22:29:10.117Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:29:10.117Z] ---> Running in 7abf308e5fcd [2021-03-22T22:29:10.117Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:29:10.394Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T22:29:10.394Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-22T22:29:10.394Z] (3/3) Installing curl (7.69.1-r3) [2021-03-22T22:29:10.394Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:29:10.569Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.583s coverage: 27.1% of statements [2021-03-22T22:29:10.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-22T22:29:10.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-22T22:29:10.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-22T22:29:10.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-22T22:29:10.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-22T22:29:10.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-22T22:29:10.569Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements [2021-03-22T22:29:10.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-22T22:29:10.569Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.089s coverage: 100.0% of statements [2021-03-22T22:29:10.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-22T22:29:10.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-22T22:29:10.569Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.257s coverage: 71.3% of statements [2021-03-22T22:29:10.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-22T22:29:10.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-22T22:29:11.346Z] OK: 72 MiB in 58 packages [2021-03-22T22:29:12.314Z] Removing intermediate container 8c4546aa5c56 [2021-03-22T22:29:12.314Z] ---> 3cb12fd6f5cd [2021-03-22T22:29:12.314Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-22T22:29:12.563Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.430s coverage: 82.9% of statements [2021-03-22T22:29:12.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-22T22:29:12.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T22:29:12.563Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.180s coverage: 78.9% of statements [2021-03-22T22:29:12.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-22T22:29:12.577Z] ---> Running in 6d26f17bf7be [2021-03-22T22:29:12.577Z] Removing intermediate container 7abf308e5fcd [2021-03-22T22:29:12.577Z] ---> 5402b8c433bb [2021-03-22T22:29:12.577Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:29:12.839Z] Removing intermediate container 6d26f17bf7be [2021-03-22T22:29:12.839Z] ---> 346968e702ea [2021-03-22T22:29:12.839Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:29:12.839Z] ---> Running in 3887120172e9 [2021-03-22T22:29:13.105Z] Removing intermediate container 3887120172e9 [2021-03-22T22:29:13.105Z] ---> 82fe34905880 [2021-03-22T22:29:13.105Z] Step 24/26 : LABEL arch=x86_64 [2021-03-22T22:29:13.105Z] ---> a1ff38ed858c [2021-03-22T22:29:13.105Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-22T22:29:13.105Z] ---> Running in 495af1ea9cd2 [2021-03-22T22:29:13.369Z] Removing intermediate container 495af1ea9cd2 [2021-03-22T22:29:13.369Z] ---> 73360425feec [2021-03-22T22:29:13.369Z] Step 25/26 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 [2021-03-22T22:29:13.945Z] ---> Running in 6f07cd3d269c [2021-03-22T22:29:15.340Z] ---> 87470b9da0d9 [2021-03-22T22:29:15.340Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-22T22:29:15.606Z] Removing intermediate container 6f07cd3d269c [2021-03-22T22:29:15.606Z] ---> ab3f801b0006 [2021-03-22T22:29:15.606Z] Step 26/26 : LABEL version=0.0.0 [2021-03-22T22:29:15.606Z] Removing intermediate container a4abb037530a [2021-03-22T22:29:15.606Z] ---> 56ec997086e0 [2021-03-22T22:29:15.606Z] [2021-03-22T22:29:15.606Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T22:29:15.606Z] ---> 88dd2752d2ea [2021-03-22T22:29:15.606Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-22T22:29:15.606Z] ---> Running in 5b18ce6284e2 [2021-03-22T22:29:15.606Z] ---> Running in f8c6c66e86d4 [2021-03-22T22:29:15.873Z] ---> c68c906ceb40 [2021-03-22T22:29:15.874Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-22T22:29:15.874Z] Removing intermediate container 5b18ce6284e2 [2021-03-22T22:29:15.874Z] ---> f125c176169e [2021-03-22T22:29:15.874Z] [2021-03-22T22:29:15.874Z] Removing intermediate container f8c6c66e86d4 [2021-03-22T22:29:15.874Z] ---> 7bcc628cdaf2 [2021-03-22T22:29:15.874Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-22T22:29:16.136Z] Successfully built f125c176169e [2021-03-22T22:29:16.136Z] ---> Running in 465d373a3490 [2021-03-22T22:29:16.136Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-22T22:29:16.136Z]  Building docker-sys-mgmt-agent-go ... done  ---> ed800bee3564 [2021-03-22T22:29:16.136Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-22T22:29:16.402Z] Removing intermediate container 465d373a3490 [2021-03-22T22:29:16.402Z] ---> f3b4c9f5d356 [2021-03-22T22:29:16.402Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-22T22:29:16.402Z] ---> Running in d91d7b5e0418 [2021-03-22T22:29:16.402Z] ---> 531360055e11 [2021-03-22T22:29:16.402Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-22T22:29:16.665Z] ---> Running in b1c5d2d42ce6 [2021-03-22T22:29:16.665Z] Removing intermediate container d91d7b5e0418 [2021-03-22T22:29:16.665Z] ---> 4556e06e3b5f [2021-03-22T22:29:16.665Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:29:16.665Z] ---> Running in 430757ca3f87 [2021-03-22T22:29:16.928Z] Removing intermediate container b1c5d2d42ce6 [2021-03-22T22:29:16.928Z] ---> 34f6a7b81a81 [2021-03-22T22:29:16.928Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-22T22:29:17.202Z] ---> b429b7cd73f0 [2021-03-22T22:29:17.202Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-22T22:29:17.473Z] ---> Running in 4cdf1926baac [2021-03-22T22:29:17.736Z] Removing intermediate container 430757ca3f87 [2021-03-22T22:29:17.736Z] ---> 8f5f79dacf25 [2021-03-22T22:29:17.736Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-22T22:29:17.736Z] ---> Running in e92992e3c8f6 [2021-03-22T22:29:18.315Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:29:18.577Z] Removing intermediate container 4cdf1926baac [2021-03-22T22:29:18.577Z] ---> 255aad7fb011 [2021-03-22T22:29:18.577Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-22T22:29:18.577Z] ---> Running in 98f687d94244 [2021-03-22T22:29:18.841Z] Removing intermediate container 98f687d94244 [2021-03-22T22:29:18.841Z] ---> 34ffac6b7a31 [2021-03-22T22:29:18.841Z] Step 28/31 : CMD ["gate"] [2021-03-22T22:29:18.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:29:18.841Z] ---> Running in 00422ca8798c [2021-03-22T22:29:19.104Z] Removing intermediate container 00422ca8798c [2021-03-22T22:29:19.104Z] ---> aece5b8cf530 [2021-03-22T22:29:19.104Z] Step 29/31 : LABEL arch=x86_64 [2021-03-22T22:29:19.366Z] ---> Running in aca7a0d9b4dd [2021-03-22T22:29:19.366Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-22T22:29:19.366Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-22T22:29:19.366Z] Removing intermediate container aca7a0d9b4dd [2021-03-22T22:29:19.366Z] ---> 5ae9508ad612 [2021-03-22T22:29:19.366Z] Step 30/31 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 [2021-03-22T22:29:19.629Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-22T22:29:19.629Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-22T22:29:19.890Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-22T22:29:20.153Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-22T22:29:20.153Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:29:20.417Z] OK: 8 MiB in 20 packages [2021-03-22T22:29:20.417Z] ---> Running in a3d383c18d10 [2021-03-22T22:29:20.678Z] Removing intermediate container a3d383c18d10 [2021-03-22T22:29:20.678Z] ---> 4ec1d10210eb [2021-03-22T22:29:20.678Z] Step 31/31 : LABEL version=0.0.0 [2021-03-22T22:29:20.678Z] ---> Running in 4bd028af25cc [2021-03-22T22:29:20.941Z] Removing intermediate container e92992e3c8f6 [2021-03-22T22:29:20.941Z] ---> 4cc6f576421e [2021-03-22T22:29:20.941Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:29:20.941Z] Removing intermediate container 4bd028af25cc [2021-03-22T22:29:20.941Z] ---> 8bcd33954291 [2021-03-22T22:29:20.941Z] [2021-03-22T22:29:21.203Z] Successfully built 8bcd33954291 [2021-03-22T22:29:21.203Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-22T22:29:21.203Z]  Building docker-security-bootstrapper-go ... done  ---> 0f21adc0411d [2021-03-22T22:29:21.203Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-22T22:29:21.782Z] ---> ac557ecee2d7 [2021-03-22T22:29:21.782Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-22T22:29:22.045Z] ---> 287ba497ed3b [2021-03-22T22:29:22.045Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-22T22:29:22.045Z] ---> Running in e3fdfc4b7a3c [2021-03-22T22:29:22.306Z] Removing intermediate container e3fdfc4b7a3c [2021-03-22T22:29:22.306Z] ---> e582830ae5d3 [2021-03-22T22:29:22.306Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:29:22.306Z] ---> Running in cf2083897b0e [2021-03-22T22:29:22.568Z] Removing intermediate container cf2083897b0e [2021-03-22T22:29:22.568Z] ---> 11963b370c29 [2021-03-22T22:29:22.568Z] Step 21/23 : LABEL arch=x86_64 [2021-03-22T22:29:22.568Z] ---> Running in 6a7208b3768b [2021-03-22T22:29:22.724Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.142s coverage: 28.6% of statements [2021-03-22T22:29:22.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-22T22:29:22.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-22T22:29:22.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-22T22:29:22.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-22T22:29:22.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-22T22:29:22.725Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.138s coverage: 100.0% of statements [2021-03-22T22:29:22.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-22T22:29:22.725Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements [2021-03-22T22:29:22.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-22T22:29:22.725Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.344s coverage: 86.7% of statements [2021-03-22T22:29:22.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-22T22:29:22.725Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.412s coverage: 97.5% of statements [2021-03-22T22:29:22.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-22T22:29:22.725Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.200s coverage: 78.3% of statements [2021-03-22T22:29:22.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-22T22:29:22.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-22T22:29:22.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-22T22:29:22.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-22T22:29:22.830Z] Removing intermediate container 6a7208b3768b [2021-03-22T22:29:22.830Z] ---> 4f3402687fca [2021-03-22T22:29:22.830Z] Step 22/23 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 [2021-03-22T22:29:22.830Z] ---> Running in 3cbe3684d1c9 [2021-03-22T22:29:23.093Z] Removing intermediate container 3cbe3684d1c9 [2021-03-22T22:29:23.094Z] ---> 7bd8acb3a9c2 [2021-03-22T22:29:23.094Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T22:29:23.094Z] ---> Running in c89227ddb556 [2021-03-22T22:29:23.666Z] Removing intermediate container c89227ddb556 [2021-03-22T22:29:23.666Z] ---> b47c7bdb5259 [2021-03-22T22:29:23.666Z] [2021-03-22T22:29:23.666Z] Successfully built b47c7bdb5259 [2021-03-22T22:29:23.666Z] Successfully tagged docker-core-data-go:latest [2021-03-22T22:29:24.253Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-22T22:29:24.264Z] $ docker stop --time=1 d86804f4e581a77933c6e418d7058e7144166f6111f66acde99d544c71a61683 [2021-03-22T22:29:25.864Z] $ docker rm -f d86804f4e581a77933c6e418d7058e7144166f6111f66acde99d544c71a61683 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-22T22:29:26.401Z] + docker images [2021-03-22T22:29:26.401Z] + grep docker [2021-03-22T22:29:26.668Z] docker-core-data-go latest b47c7bdb5259 3 seconds ago 22.6MB [2021-03-22T22:29:26.668Z] docker-security-bootstrapper-go latest 8bcd33954291 6 seconds ago 18.8MB [2021-03-22T22:29:26.668Z] docker-sys-mgmt-agent-go latest f125c176169e 11 seconds ago 313MB [2021-03-22T22:29:26.668Z] docker-core-command-go latest 79ac3656556a 22 seconds ago 17.3MB [2021-03-22T22:29:26.668Z] docker-support-scheduler-go latest b8078cea4ffa 22 seconds ago 17.3MB [2021-03-22T22:29:26.668Z] docker-security-secretstore-setup-go latest b48f56642dfb About a minute ago 24.9MB [2021-03-22T22:29:26.668Z] docker-core-metadata-go latest df94d3c6aaab About a minute ago 19.1MB [2021-03-22T22:29:26.668Z] docker-support-notifications-go latest 83481270d070 About a minute ago 17.9MB [2021-03-22T22:29:26.669Z] docker-security-proxy-setup-go latest 793c0f0895ab About a minute ago 24.7MB [2021-03-22T22:29:26.669Z] 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-03-22T22:29:31.058Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.258s coverage: 92.8% of statements [2021-03-22T22:29:31.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-22T22:29:31.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T22:29:31.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-22T22:29:31.058Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-22T22:29:31.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-22T22:29:31.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-22T22:29:31.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-22T22:29:31.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-22T22:29:31.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-22T22:29:31.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-22T22:29:31.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-22T22:29:31.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-22T22:29:31.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-22T22:29:31.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-22T22:29:31.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-22T22:29:31.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-22T22:29:31.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-22T22:29:31.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-22T22:29:31.059Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements [2021-03-22T22:29:31.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-22T22:29:31.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-22T22:29:31.059Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.186s coverage: 0.1% of statements [2021-03-22T22:29:31.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-22T22:29:31.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-22T22:29:31.059Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-22T22:29:31.059Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.140s coverage: 47.1% of statements [2021-03-22T22:29:31.059Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.080s coverage: 79.5% of statements [2021-03-22T22:29:31.059Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.101s coverage: 94.1% of statements [2021-03-22T22:29:31.059Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.086s coverage: 96.3% of statements [2021-03-22T22:29:31.059Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.062s coverage: 87.5% of statements [2021-03-22T22:29:42.368Z] Still waiting to schedule task [2021-03-22T22:29:42.368Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-22T22:29:43.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.105s coverage: 94.4% of statements [2021-03-22T22:29:43.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements [2021-03-22T22:29:47.768Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.296s coverage: 81.7% of statements [2021-03-22T22:29:57.944Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.141s coverage: 92.9% of statements [2021-03-22T22:29:57.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-22T22:29:57.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-22T22:29:57.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-22T22:29:57.944Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.068s coverage: 77.8% of statements [2021-03-22T22:29:57.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-22T22:29:57.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-22T22:29:57.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-22T22:29:57.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-22T22:29:57.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-22T22:29:57.944Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements [2021-03-22T22:29:57.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-22T22:29:57.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-22T22:29:57.944Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-03-22T22:29:57.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-22T22:29:57.944Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.096s coverage: 75.5% of statements [2021-03-22T22:29:57.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-22T22:29:57.944Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2021-03-22T22:29:57.944Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.123s coverage: 87.2% of statements [2021-03-22T22:29:57.944Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.129s coverage: 84.6% of statements [2021-03-22T22:29:57.944Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.209s coverage: 91.6% of statements [2021-03-22T22:29:57.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-22T22:29:57.944Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.546s coverage: 64.4% of statements [2021-03-22T22:29:57.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-22T22:29:57.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-22T22:29:57.944Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2021-03-22T22:29:57.944Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.126s coverage: 91.3% of statements [2021-03-22T22:29:57.944Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.072s coverage: 100.0% of statements [2021-03-22T22:29:59.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements [2021-03-22T22:29:59.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements [2021-03-22T22:30:03.408Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.781s coverage: 69.0% of statements [2021-03-22T22:30:03.408Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-22T22:30:03.408Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-22T22:30:03.408Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-22T22:30:04.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.390s coverage: 38.4% of statements [2021-03-22T22:30:04.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-22T22:30:04.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-22T22:30:04.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.115s coverage: 89.5% of statements [2021-03-22T22:30:04.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-22T22:30:04.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.150s coverage: 84.8% of statements [2021-03-22T22:30:11.588Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.408s coverage: 47.0% of statements [2021-03-22T22:30:11.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-22T22:30:11.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-22T22:30:11.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-22T22:30:11.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-22T22:30:11.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-22T22:30:11.589Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.124s coverage: 100.0% of statements [2021-03-22T22:30:11.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-22T22:30:11.589Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.089s coverage: 100.0% of statements [2021-03-22T22:30:11.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-22T22:30:11.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-22T22:30:11.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-22T22:30:11.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-22T22:30:11.589Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.410s coverage: 87.1% of statements [2021-03-22T22:30:11.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-22T22:30:11.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T22:30:11.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-22T22:30:18.336Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.290s coverage: 29.1% of statements [2021-03-22T22:30:18.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-22T22:30:18.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-22T22:30:18.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-22T22:30:18.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-22T22:30:18.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-22T22:30:18.337Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.177s coverage: 99.0% of statements [2021-03-22T22:30:18.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-22T22:30:18.337Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.127s coverage: 100.0% of statements [2021-03-22T22:30:18.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-22T22:30:18.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-22T22:30:18.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-22T22:30:18.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-22T22:30:18.337Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.228s coverage: 96.5% of statements [2021-03-22T22:30:18.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-22T22:30:18.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T22:30:18.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-22T22:30:18.337Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-03-22T22:30:18.337Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-22T22:30:18.337Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-03-22T22:30:18.337Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-22T22:30:18.337Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-22T22:30:18.337Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-22T22:30:18.337Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-22T22:30:18.337Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.081s coverage: 87.9% of statements [2021-03-22T22:30:18.337Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-22T22:30:18.337Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-22T22:30:18.937Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-03-22T22:30:19.217Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements [2021-03-22T22:30:20.197Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-03-22T22:30:20.856Z] GO111MODULE=on go vet ./... [2021-03-22T22:30:33.485Z] Running on prd-ubuntu18.04-docker-8c-8g-30954 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-22T22:30:33.537Z] Running in /w/workspace/edgex-go/25 [Pipeline] { [Pipeline] checkout [2021-03-22T22:30:35.751Z] using credential edgex-jenkins-ssh [2021-03-22T22:30:35.847Z] Cloning the remote Git repository [2021-03-22T22:30:35.081Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-22T22:30:35.153Z] > git init /w/workspace/edgex-go/25 # timeout=10 [2021-03-22T22:30:35.183Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T22:30:35.183Z] > git --version # timeout=10 [2021-03-22T22:30:35.187Z] > git --version # 'git version 2.17.1' [2021-03-22T22:30:35.188Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T22:30:35.253Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T22:30:45.675Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T22:30:45.681Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T22:30:45.689Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T22:30:45.698Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T22:30:45.699Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T22:30:45.703Z] > 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-03-22T22:30:47.012Z] Merging remotes/origin/master commit bf41993ae39f966b0d993bd56432d2f66e6af597 into PR head commit b750d2d7a2dc3ccf6a691e356026d256cb22a430 [2021-03-22T22:30:47.123Z] Merge succeeded, producing b750d2d7a2dc3ccf6a691e356026d256cb22a430 [2021-03-22T22:30:47.123Z] Checking out Revision b750d2d7a2dc3ccf6a691e356026d256cb22a430 (PR-3234) [2021-03-22T22:30:46.230Z] > git config core.sparsecheckout # timeout=10 [2021-03-22T22:30:46.235Z] > git checkout -f b750d2d7a2dc3ccf6a691e356026d256cb22a430 # timeout=10 [2021-03-22T22:30:46.305Z] > git remote # timeout=10 [2021-03-22T22:30:46.311Z] > git config --get remote.origin.url # timeout=10 [2021-03-22T22:30:46.316Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T22:30:46.319Z] > git merge bf41993ae39f966b0d993bd56432d2f66e6af597 # timeout=10 [2021-03-22T22:30:46.327Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-22T22:30:46.335Z] > git config core.sparsecheckout # timeout=10 [2021-03-22T22:30:46.338Z] > git checkout -f b750d2d7a2dc3ccf6a691e356026d256cb22a430 # timeout=10 [2021-03-22T22:30:50.802Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:30:51.985Z] + echo snap-build.sh [2021-03-22T22:30:51.985Z] snap-build.sh [2021-03-22T22:30:51.985Z] + SNAP_BASE_DIR=. [2021-03-22T22:30:51.985Z] + '[' '!' -z /w/workspace/edgex-go/25 ']' [2021-03-22T22:30:51.985Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/25 [2021-03-22T22:30:51.985Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/25]' [2021-03-22T22:30:51.985Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/25] [2021-03-22T22:30:51.985Z] + cd /w/workspace/edgex-go/25 [2021-03-22T22:30:51.985Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-22T22:30:51.985Z] Reading package lists... [2021-03-22T22:30:51.985Z] Building dependency tree... [2021-03-22T22:30:51.985Z] Reading state information... [2021-03-22T22:30:52.247Z] The following packages were automatically installed and are no longer required: [2021-03-22T22:30:52.247Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-22T22:30:52.247Z] uidmap xdelta3 [2021-03-22T22:30:52.247Z] Use 'sudo apt autoremove' to remove them. [2021-03-22T22:30:52.247Z] The following packages will be REMOVED: [2021-03-22T22:30:52.247Z] lxd* lxd-client* [2021-03-22T22:30:52.833Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-22T22:30:52.833Z] After this operation, 31.7 MB disk space will be freed. [2021-03-22T22:30:53.892Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-22T22:30:53.892Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-22T22:30:54.470Z] Removing lxd dnsmasq configuration [2021-03-22T22:30:54.731Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-22T22:30:54.991Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-22T22:30:55.939Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-22T22:30:56.200Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-22T22:30:56.200Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-22T22:30:57.589Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-22T22:30:57.589Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-22T22:30:58.974Z] + sudo snap remove --purge lxd [2021-03-22T22:30:58.974Z] snap "lxd" is not installed [2021-03-22T22:30:58.974Z] + sudo groupadd --force --system lxd [2021-03-22T22:30:58.974Z] ++ whoami [2021-03-22T22:30:58.974Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-22T22:30:58.974Z] + newgrp - lxd [2021-03-22T22:30:58.974Z] + sudo snap install lxd [2021-03-22T22:31:07.113Z] 2021-03-22T22:31:05Z INFO Waiting for automatic snapd restart... [2021-03-22T22:31:22.068Z] lxd 4.12 from Canonical* installed [2021-03-22T22:31:22.068Z] + sudo lxd init --auto [2021-03-22T22:31:32.085Z] + sudo snap install --classic snapcraft [2021-03-22T22:31:35.392Z] snapcraft 4.5.4 from Canonical* installed [2021-03-22T22:31:35.392Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-22T22:31:35.392Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-22T22:31:35.392Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-22T22:31:35.392Z] Dload Upload Total Spent Left Speed [2021-03-22T22:31:35.655Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4679 0 --:--:-- --:--:-- --:--:-- 4679 [2021-03-22T22:31:35.916Z] 29 3325k 29 993k 0 0 3562k 0 --:--:-- --:--:-- --:--:-- 3562k 100 3325k 100 3325k 0 0 8704k 0 --:--:-- --:--:-- --:--:-- 22.3M [2021-03-22T22:31:35.916Z] ./yq_linux_amd64 [2021-03-22T22:31:35.916Z] + sudo snapcraft prime --use-lxd [2021-03-22T22:31:37.298Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-22T22:31:37.298Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-22T22:31:37.298Z] - README.md [2021-03-22T22:31:37.298Z] [2021-03-22T22:31:37.298Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-22T22:31:38.241Z] Launching a container. [2021-03-22T22:31:42.753Z] gofmt -l . [2021-03-22T22:31:42.754Z] [ "`gofmt -l .`" = "" ] [2021-03-22T22:31:42.754Z] ./bin/test-go-mod-tidy.sh [2021-03-22T22:31:42.754Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-22T22:31:43.705Z] + ls -al . [2021-03-22T22:31:43.705Z] total 800 [2021-03-22T22:31:43.705Z] drwxrwxr-x 9 1001 1001 4096 Mar 22 22:31 . [2021-03-22T22:31:43.705Z] drwxr-xr-x 4 root root 4096 Mar 22 22:27 .. [2021-03-22T22:31:43.705Z] -rw-rw-r-- 1 1001 1001 11 Mar 22 22:25 .dockerignore [2021-03-22T22:31:43.705Z] drwxrwxr-x 8 1001 1001 4096 Mar 22 22:25 .git [2021-03-22T22:31:43.705Z] drwxrwxr-x 3 1001 1001 4096 Mar 22 22:25 .github [2021-03-22T22:31:43.705Z] -rw-rw-r-- 1 1001 1001 818 Mar 22 22:25 .gitignore [2021-03-22T22:31:43.705Z] -rw-rw-r-- 1 1001 1001 166 Mar 22 22:25 .sonarcloud.properties [2021-03-22T22:31:43.705Z] -rw-rw-r-- 1 1001 1001 8607 Mar 22 22:25 Attribution.txt [2021-03-22T22:31:43.705Z] -rw-rw-r-- 1 1001 1001 3804 Mar 22 22:25 CONTRIBUTING.md [2021-03-22T22:31:43.705Z] -rw-rw-r-- 1 1001 1001 931 Mar 22 22:25 Dockerfile.build [2021-03-22T22:31:43.705Z] -rw-rw-r-- 1 1001 1001 863 Mar 22 22:25 Jenkinsfile [2021-03-22T22:31:43.705Z] -rw-rw-r-- 1 1001 1001 10775 Mar 22 22:25 LICENSE [2021-03-22T22:31:43.705Z] -rw-rw-r-- 1 1001 1001 5774 Mar 22 22:25 Makefile [2021-03-22T22:31:43.705Z] -rw-rw-r-- 1 1001 1001 6548 Mar 22 22:25 README.md [2021-03-22T22:31:43.705Z] -rw-rw-r-- 1 1001 1001 6755 Mar 22 22:25 SECURITY.md [2021-03-22T22:31:43.705Z] -rw-rw-r-- 1 1001 1001 5 Mar 22 22:21 VERSION [2021-03-22T22:31:43.705Z] -rw-rw-r-- 1 1001 1001 4131 Mar 22 22:25 ZMQWindows.md [2021-03-22T22:31:43.705Z] drwxrwxr-x 2 1001 1001 4096 Mar 22 22:25 bin [2021-03-22T22:31:43.705Z] drwxrwxr-x 14 1001 1001 4096 Mar 22 22:25 cmd [2021-03-22T22:31:43.705Z] -rw-r--r-- 1 root root 659965 Mar 22 22:30 coverage.out [2021-03-22T22:31:43.705Z] -rw-r--r-- 1 root root 1056 Mar 22 22:31 go.mod [2021-03-22T22:31:43.705Z] -rw-r--r-- 1 root root 22327 Mar 22 22:31 go.sum [2021-03-22T22:31:43.705Z] drwxrwxr-x 8 1001 1001 4096 Mar 22 22:25 internal [2021-03-22T22:31:43.705Z] drwxrwxr-x 4 1001 1001 4096 Mar 22 22:25 openapi [2021-03-22T22:31:43.705Z] drwxrwxr-x 4 1001 1001 4096 Mar 22 22:25 snap [2021-03-22T22:31:43.705Z] -rw-rw-r-- 1 1001 1001 168 Mar 22 22:25 version.go [Pipeline] sh [2021-03-22T22:31:44.411Z] + '[' -e coverage.out ] [2021-03-22T22:31:44.411Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-22T22:31:44.435Z] Warning: overwriting stash ‘coverage-report’ [2021-03-22T22:31:45.750Z] Stashed 1 file(s) [Pipeline] sh [2021-03-22T22:31:46.434Z] + make build [2021-03-22T22:31:46.434Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-22T22:31:50.519Z] Waiting for container to be ready [2021-03-22T22:31:50.519Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-22T22:31:50.519Z] [2021-03-22T22:31:53.061Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-22T22:31:53.322Z] Waiting for network to be ready... [2021-03-22T22:31:53.584Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-22T22:31:53.846Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] [2021-03-22T22:31:53.846Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-22T22:31:53.846Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] [2021-03-22T22:31:54.108Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-22T22:31:54.108Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-22T22:31:54.108Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] [2021-03-22T22:31:54.108Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] [2021-03-22T22:31:54.108Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] [2021-03-22T22:31:54.108Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-22T22:31:54.369Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-22T22:31:54.369Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-22T22:31:54.632Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-22T22:31:54.632Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-22T22:31:54.632Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-22T22:31:54.632Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-22T22:31:54.632Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-22T22:31:54.632Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-22T22:31:55.202Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-22T22:31:55.202Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] [2021-03-22T22:31:55.202Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-22T22:31:55.202Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-22T22:31:55.202Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-22T22:31:55.202Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-22T22:31:55.203Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] [2021-03-22T22:31:55.203Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] [2021-03-22T22:31:55.203Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-22T22:31:56.576Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-22T22:31:57.758Z] Fetched 24.1 MB in 4s (6151 kB/s) [2021-03-22T22:31:58.329Z] Reading package lists... [2021-03-22T22:31:58.595Z] Reading package lists... [2021-03-22T22:31:58.595Z] Building dependency tree... [2021-03-22T22:31:58.595Z] Reading state information... [2021-03-22T22:31:58.858Z] The following additional packages will be installed: [2021-03-22T22:31:58.858Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-22T22:31:58.858Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-22T22:31:58.858Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-22T22:31:58.858Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-22T22:31:58.858Z] Suggested packages: [2021-03-22T22:31:58.858Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-22T22:31:58.858Z] Recommended packages: [2021-03-22T22:31:58.858Z] gnupg libsasl2-modules [2021-03-22T22:31:58.858Z] The following NEW packages will be installed: [2021-03-22T22:31:58.858Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-22T22:31:58.858Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-22T22:31:58.858Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-22T22:31:58.858Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-22T22:31:58.858Z] The following packages will be upgraded: [2021-03-22T22:31:58.858Z] gpg gpg-agent gpgconf libudev1 [2021-03-22T22:31:59.125Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-22T22:31:59.125Z] Need to get 3530 kB of archives. [2021-03-22T22:31:59.125Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-22T22:31:59.125Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-22T22:31:59.125Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-22T22:31:59.386Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-22T22:31:59.386Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-22T22:31:59.386Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-22T22:31:59.386Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-22T22:31:59.958Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-22T22:31:59.958Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-22T22:31:59.958Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-22T22:31:59.958Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-22T22:31:59.958Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-22T22:31:59.958Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-22T22:31:59.958Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-22T22:31:59.958Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-22T22:31:59.958Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-22T22:31:59.958Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-22T22:31:59.958Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-22T22:31:59.958Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-22T22:31:59.958Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-22T22:31:59.958Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-22T22:31:59.958Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-22T22:31:59.958Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-22T22:31:59.958Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T22:32:00.218Z] Fetched 3530 kB in 1s (3083 kB/s) [2021-03-22T22:32:00.218Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-22T22:32:00.218Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-22T22:32:00.218Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-22T22:32:00.218Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-22T22:32:00.479Z] Selecting previously unselected package udev. [2021-03-22T22:32:00.479Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-22T22:32:00.479Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-22T22:32:00.479Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-22T22:32:00.739Z] Selecting previously unselected package libfuse2:amd64. [2021-03-22T22:32:00.739Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-22T22:32:00.739Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-22T22:32:00.739Z] Selecting previously unselected package fuse. [2021-03-22T22:32:00.739Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-22T22:32:00.739Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-22T22:32:00.739Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T22:32:00.739Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-22T22:32:01.003Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T22:32:01.003Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-22T22:32:01.003Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T22:32:01.003Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-22T22:32:01.267Z] Selecting previously unselected package libksba8:amd64. [2021-03-22T22:32:01.267Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-22T22:32:01.267Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-22T22:32:01.267Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-22T22:32:01.267Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T22:32:01.267Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:32:01.529Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-22T22:32:01.529Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T22:32:01.529Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:32:01.529Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-22T22:32:01.529Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T22:32:01.529Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:32:01.788Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-22T22:32:01.788Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T22:32:01.788Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:32:01.788Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-22T22:32:01.788Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T22:32:01.788Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:32:01.788Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-22T22:32:01.788Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T22:32:01.788Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:32:02.050Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-22T22:32:02.050Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T22:32:02.050Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:32:02.050Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-22T22:32:02.050Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T22:32:02.050Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:32:02.311Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-22T22:32:02.311Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T22:32:02.311Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:32:02.311Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-22T22:32:02.311Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-22T22:32:02.311Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-22T22:32:02.311Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-22T22:32:02.311Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-22T22:32:02.311Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-22T22:32:02.311Z] Selecting previously unselected package libldap-common. [2021-03-22T22:32:02.311Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-22T22:32:02.571Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-22T22:32:02.571Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-22T22:32:02.571Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-22T22:32:02.571Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-22T22:32:02.571Z] Selecting previously unselected package dirmngr. [2021-03-22T22:32:02.571Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T22:32:02.571Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-22T22:32:02.836Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-22T22:32:02.836Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-22T22:32:02.836Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-22T22:32:02.836Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-22T22:32:02.836Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-22T22:32:03.097Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-22T22:32:03.097Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:32:03.097Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-22T22:32:03.097Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-22T22:32:03.097Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-22T22:32:03.357Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-22T22:32:03.618Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:32:03.618Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-22T22:32:03.618Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-22T22:32:03.879Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-22T22:32:03.879Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:32:03.879Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:32:03.879Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:32:03.879Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:32:03.879Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:32:03.879Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:32:03.879Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:32:03.879Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-22T22:32:04.141Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-22T22:32:04.141Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-22T22:32:04.405Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-22T22:32:04.405Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-22T22:32:04.405Z] This means they are not meant to be enabled using systemctl. [2021-03-22T22:32:04.405Z] Possible reasons for having this kind of units are: [2021-03-22T22:32:04.405Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-22T22:32:04.405Z] .wants/ or .requires/ directory. [2021-03-22T22:32:04.405Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-22T22:32:04.405Z] a requirement dependency on it. [2021-03-22T22:32:04.405Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-22T22:32:04.405Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-22T22:32:04.405Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-22T22:32:04.405Z] instance name specified. [2021-03-22T22:32:04.977Z] Reading package lists... [2021-03-22T22:32:04.977Z] Building dependency tree... [2021-03-22T22:32:04.977Z] Reading state information... [2021-03-22T22:32:05.238Z] The following additional packages will be installed: [2021-03-22T22:32:05.238Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-22T22:32:05.238Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-22T22:32:05.238Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-22T22:32:05.238Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-22T22:32:05.238Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-22T22:32:05.238Z] Suggested packages: [2021-03-22T22:32:05.238Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-22T22:32:05.238Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-22T22:32:05.238Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-22T22:32:05.238Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-22T22:32:05.238Z] systemd-container policykit-1 [2021-03-22T22:32:05.238Z] Recommended packages: [2021-03-22T22:32:05.238Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-22T22:32:05.238Z] The following NEW packages will be installed: [2021-03-22T22:32:05.238Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-22T22:32:05.238Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-22T22:32:05.238Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-22T22:32:05.238Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-22T22:32:05.238Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-22T22:32:05.238Z] The following packages will be upgraded: [2021-03-22T22:32:05.238Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-22T22:32:05.238Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-22T22:32:05.238Z] Need to get 35.2 MB of archives. [2021-03-22T22:32:05.238Z] After this operation, 141 MB of additional disk space will be used. [2021-03-22T22:32:05.238Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-22T22:32:05.239Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-22T22:32:05.239Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-22T22:32:05.239Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-22T22:32:05.529Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-22T22:32:05.529Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-22T22:32:05.529Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-22T22:32:05.529Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-22T22:32:05.529Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-22T22:32:05.529Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-22T22:32:05.529Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-22T22:32:05.529Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-22T22:32:05.529Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-22T22:32:05.529Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-22T22:32:05.529Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-22T22:32:05.529Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-22T22:32:05.529Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-22T22:32:05.529Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-22T22:32:05.529Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-22T22:32:06.471Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-22T22:32:06.471Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-22T22:32:06.471Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-22T22:32:06.471Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-22T22:32:06.471Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-22T22:32:06.471Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-22T22:32:06.471Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-22T22:32:06.471Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-22T22:32:06.471Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-22T22:32:06.471Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-22T22:32:06.471Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-22T22:32:06.731Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T22:32:06.731Z] Fetched 35.2 MB in 1s (26.3 MB/s) [2021-03-22T22:32:06.731Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-22T22:32:06.731Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-22T22:32:06.731Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-22T22:32:07.303Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-22T22:32:07.303Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-22T22:32:07.564Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-22T22:32:07.564Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-22T22:32:07.564Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-22T22:32:07.564Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-22T22:32:07.824Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-22T22:32:07.824Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-22T22:32:07.824Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-22T22:32:08.086Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-22T22:32:08.347Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-22T22:32:08.347Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-22T22:32:08.609Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-22T22:32:08.869Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-22T22:32:08.869Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-22T22:32:08.869Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-22T22:32:09.130Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-22T22:32:09.130Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-22T22:32:09.130Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T22:32:09.390Z] Selecting previously unselected package libexpat1:amd64. [2021-03-22T22:32:09.390Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-22T22:32:09.390Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-22T22:32:09.390Z] Selecting previously unselected package python3.6-minimal. [2021-03-22T22:32:09.390Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-22T22:32:09.390Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T22:32:11.312Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-22T22:32:11.312Z] Checking for services that may need to be restarted...done. [2021-03-22T22:32:11.312Z] Checking for services that may need to be restarted...done. [2021-03-22T22:32:11.312Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T22:32:11.312Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-22T22:32:11.312Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T22:32:11.574Z] Selecting previously unselected package python3-minimal. [2021-03-22T22:32:11.835Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-22T22:32:11.835Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-22T22:32:11.835Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-22T22:32:11.835Z] Selecting previously unselected package mime-support. [2021-03-22T22:32:11.835Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-22T22:32:11.835Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-22T22:32:11.835Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-22T22:32:11.835Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-22T22:32:11.835Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-22T22:32:12.099Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-22T22:32:12.099Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-22T22:32:12.099Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T22:32:12.361Z] Selecting previously unselected package python3.6. [2021-03-22T22:32:12.361Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-22T22:32:12.361Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T22:32:12.361Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-22T22:32:12.361Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-22T22:32:12.361Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-22T22:32:12.361Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-22T22:32:12.622Z] Selecting previously unselected package python3. [2021-03-22T22:32:12.622Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-22T22:32:12.622Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-22T22:32:12.622Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-22T22:32:12.885Z] Selecting previously unselected package multiarch-support. [2021-03-22T22:32:12.885Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T22:32:12.885Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-22T22:32:12.885Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-22T22:32:12.885Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-22T22:32:12.885Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-22T22:32:12.885Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-22T22:32:12.885Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-22T22:32:13.146Z] Selecting previously unselected package libbsd0:amd64. [2021-03-22T22:32:13.146Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-22T22:32:13.146Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-22T22:32:13.146Z] Selecting previously unselected package sudo. [2021-03-22T22:32:13.146Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-22T22:32:13.146Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-22T22:32:13.146Z] Selecting previously unselected package apparmor. [2021-03-22T22:32:13.146Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-22T22:32:13.146Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-22T22:32:13.407Z] Selecting previously unselected package libedit2:amd64. [2021-03-22T22:32:13.407Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-22T22:32:13.407Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-22T22:32:13.407Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-22T22:32:13.407Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-22T22:32:13.407Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T22:32:13.667Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-22T22:32:13.667Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-22T22:32:13.667Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T22:32:13.667Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-22T22:32:13.667Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-22T22:32:13.667Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-22T22:32:13.667Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-22T22:32:13.667Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-22T22:32:13.667Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T22:32:13.930Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-22T22:32:13.930Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-22T22:32:13.930Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T22:32:13.930Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-22T22:32:13.930Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-22T22:32:13.930Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-22T22:32:14.191Z] Selecting previously unselected package openssh-client. [2021-03-22T22:32:14.191Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-22T22:32:14.191Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-22T22:32:14.191Z] Selecting previously unselected package squashfs-tools. [2021-03-22T22:32:14.452Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-22T22:32:14.452Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-22T22:32:14.452Z] Selecting previously unselected package snapd. [2021-03-22T22:32:14.452Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-22T22:32:14.452Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-22T22:32:16.363Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-22T22:32:16.363Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-22T22:32:16.624Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-22T22:32:16.624Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-22T22:32:16.624Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-22T22:32:16.624Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T22:32:16.624Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-22T22:32:16.624Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-22T22:32:16.624Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-22T22:32:17.567Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-22T22:32:17.567Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-22T22:32:17.567Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-22T22:32:17.567Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T22:32:17.567Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T22:32:17.567Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T22:32:18.138Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-22T22:32:18.138Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T22:32:18.138Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-22T22:32:18.138Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-22T22:32:18.138Z] running python rtupdate hooks for python3.6... [2021-03-22T22:32:18.138Z] running python post-rtupdate hooks for python3.6... [2021-03-22T22:32:18.138Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-22T22:32:18.763Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-22T22:32:19.528Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-22T22:32:19.789Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T22:32:19.789Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-22T22:32:19.790Z] Setting up snapd (2.48.3+18.04) ... [2021-03-22T22:32:20.362Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-22T22:32:20.362Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-22T22:32:20.622Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-22T22:32:20.883Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-22T22:32:20.883Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-22T22:32:20.883Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-22T22:32:21.143Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-22T22:32:21.405Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-22T22:32:21.405Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-22T22:32:21.673Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-22T22:32:21.673Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-22T22:32:21.935Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-22T22:32:21.935Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-22T22:32:22.877Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-22T22:32:22.877Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-22T22:32:22.877Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-22T22:32:24.076Z] Reading package lists... [2021-03-22T22:32:24.210Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-22T22:32:24.337Z] Reading package lists... [2021-03-22T22:32:24.337Z] Building dependency tree... [2021-03-22T22:32:24.337Z] Reading state information... [2021-03-22T22:32:24.611Z] Calculating upgrade... [2021-03-22T22:32:24.611Z] The following packages will be upgraded: [2021-03-22T22:32:24.611Z] advancecomp base-files bash binutils binutils-common [2021-03-22T22:32:24.611Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-22T22:32:24.611Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-22T22:32:24.611Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-22T22:32:24.611Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-22T22:32:24.611Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-22T22:32:24.611Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-22T22:32:24.611Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-22T22:32:24.611Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-22T22:32:24.611Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-22T22:32:24.611Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-22T22:32:24.611Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-22T22:32:24.611Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-22T22:32:24.611Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-22T22:32:24.611Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-22T22:32:24.611Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-22T22:32:24.611Z] Need to get 63.8 MB of archives. [2021-03-22T22:32:24.611Z] After this operation, 5207 kB of additional disk space will be used. [2021-03-22T22:32:24.611Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] [2021-03-22T22:32:24.875Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-22T22:32:24.875Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-22T22:32:24.875Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-22T22:32:24.875Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-22T22:32:24.875Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-22T22:32:24.875Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-22T22:32:24.875Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-22T22:32:24.875Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-22T22:32:24.875Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-22T22:32:24.875Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-22T22:32:24.875Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-22T22:32:24.875Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-22T22:32:24.875Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-22T22:32:24.875Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-22T22:32:24.875Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-22T22:32:24.875Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-22T22:32:24.875Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-22T22:32:24.875Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-22T22:32:24.875Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-22T22:32:24.875Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-22T22:32:25.137Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-22T22:32:25.137Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-22T22:32:25.137Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-22T22:32:25.137Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-22T22:32:25.137Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-22T22:32:25.137Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-22T22:32:25.137Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-22T22:32:25.137Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-22T22:32:25.137Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-22T22:32:25.137Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-22T22:32:25.137Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-22T22:32:25.137Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-22T22:32:25.137Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-22T22:32:25.137Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-22T22:32:25.137Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-22T22:32:25.137Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-22T22:32:25.137Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-22T22:32:25.137Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-22T22:32:25.137Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-22T22:32:25.137Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-22T22:32:25.137Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-22T22:32:25.137Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-22T22:32:25.137Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-22T22:32:25.137Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-22T22:32:25.137Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-22T22:32:25.137Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-22T22:32:25.137Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-22T22:32:25.137Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-22T22:32:25.137Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-22T22:32:25.137Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-22T22:32:25.137Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-22T22:32:25.137Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-22T22:32:25.137Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-22T22:32:25.137Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-22T22:32:25.397Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-22T22:32:25.658Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-22T22:32:25.658Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-22T22:32:25.658Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-22T22:32:25.658Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-22T22:32:25.658Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-22T22:32:25.658Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-22T22:32:25.658Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-22T22:32:25.658Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-22T22:32:25.919Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-22T22:32:25.919Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-22T22:32:26.180Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-22T22:32:26.180Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-22T22:32:26.180Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-22T22:32:26.180Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-22T22:32:26.180Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-22T22:32:26.180Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-22T22:32:26.180Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-22T22:32:26.180Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-22T22:32:26.180Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-22T22:32:26.180Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-22T22:32:26.180Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-22T22:32:26.180Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-22T22:32:26.180Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-22T22:32:26.180Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-22T22:32:26.180Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-22T22:32:26.180Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-22T22:32:26.180Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-22T22:32:26.441Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-22T22:32:26.441Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-22T22:32:26.441Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-22T22:32:26.441Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-22T22:32:26.441Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-22T22:32:26.441Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-22T22:32:26.441Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-22T22:32:26.441Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-22T22:32:26.441Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-22T22:32:26.441Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-22T22:32:26.702Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-22T22:32:26.702Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-22T22:32:26.702Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-22T22:32:26.702Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-22T22:32:26.702Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-22T22:32:26.702Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-22T22:32:26.963Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T22:32:26.963Z] Fetched 63.8 MB in 2s (29.8 MB/s) [2021-03-22T22:32:26.963Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:32:26.963Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T22:32:26.963Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-22T22:32:27.905Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T22:32:27.905Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-22T22:32:27.905Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... [2021-03-22T22:32:27.905Z] Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... [2021-03-22T22:32:28.850Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:32:28.850Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:32:28.850Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:32:28.850Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:32:28.850Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:32:29.111Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:32:29.111Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:32:29.111Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:32:29.111Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:32:29.372Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:32:29.372Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:32:29.632Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:32:29.894Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:32:29.894Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:32:30.156Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:32:30.728Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-22T22:32:30.728Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:32:30.728Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-22T22:32:30.728Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:32:30.930Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-22T22:32:30.989Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-22T22:32:30.989Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:32:31.204Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-22T22:32:31.250Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:32:31.250Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:32:31.519Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:32:31.519Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:32:31.519Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:32:31.781Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:32:31.781Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-22T22:32:31.781Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T22:32:32.042Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-22T22:32:32.613Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-22T22:32:32.614Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-22T22:32:32.614Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-22T22:32:32.614Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-22T22:32:32.614Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-22T22:32:32.875Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-22T22:32:33.137Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-22T22:32:33.137Z] Installing new version of config file /etc/issue ... [2021-03-22T22:32:33.137Z] Installing new version of config file /etc/issue.net ... [2021-03-22T22:32:33.137Z] Installing new version of config file /etc/lsb-release ... [2021-03-22T22:32:33.137Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-22T22:32:33.398Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-22T22:32:33.398Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-22T22:32:33.398Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-22T22:32:33.660Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:32:33.660Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-22T22:32:33.660Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-22T22:32:33.660Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-22T22:32:33.921Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-22T22:32:33.921Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:32:33.921Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T22:32:33.921Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-22T22:32:33.921Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-22T22:32:34.183Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:32:34.183Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-22T22:32:34.183Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-22T22:32:34.444Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-22T22:32:34.444Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:32:34.444Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-22T22:32:34.444Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-22T22:32:35.017Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-22T22:32:35.017Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:32:35.017Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-22T22:32:35.017Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-22T22:32:35.278Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-22T22:32:35.278Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:32:35.278Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-22T22:32:35.278Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-22T22:32:35.539Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-22T22:32:35.804Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:32:35.804Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-22T22:32:35.804Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-22T22:32:35.804Z] Setting up grep (3.1-2build1) ... [2021-03-22T22:32:36.066Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:32:36.066Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-22T22:32:36.066Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-22T22:32:36.066Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-22T22:32:36.326Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:32:36.326Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-22T22:32:36.326Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T22:32:36.586Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-22T22:32:36.586Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:32:36.586Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-22T22:32:36.586Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-22T22:32:36.608Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-22T22:32:37.158Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-22T22:32:37.158Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-22T22:32:37.158Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-22T22:32:37.158Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-22T22:32:37.728Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-22T22:32:37.728Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:32:37.728Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-22T22:32:37.989Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-22T22:32:38.933Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-22T22:32:38.933Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-22T22:32:39.194Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-22T22:32:39.194Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-22T22:32:39.194Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-22T22:32:39.194Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:32:39.194Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-22T22:32:39.456Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-22T22:32:39.456Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-22T22:32:39.716Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:32:39.716Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T22:32:39.716Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T22:32:39.716Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T22:32:39.978Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:32:39.978Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T22:32:39.978Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T22:32:39.978Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T22:32:39.978Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:32:39.978Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T22:32:40.243Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T22:32:40.243Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T22:32:40.243Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:32:40.243Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T22:32:40.243Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T22:32:40.546Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T22:32:40.546Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:32:40.546Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-22T22:32:40.546Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T22:32:40.546Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-22T22:32:40.546Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T22:32:40.807Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-22T22:32:40.807Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:32:40.807Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-22T22:32:40.807Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T22:32:40.807Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-22T22:32:41.067Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:32:41.067Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T22:32:41.067Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T22:32:41.067Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T22:32:41.067Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:32:41.067Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T22:32:41.328Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T22:32:41.328Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-22T22:32:41.328Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:32:41.328Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T22:32:41.589Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T22:32:41.997Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-22T22:32:42.161Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-22T22:32:42.422Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-22T22:32:42.685Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-22T22:32:42.685Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:32:42.685Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T22:32:42.685Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-22T22:32:42.946Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-22T22:32:42.947Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:32:42.947Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-22T22:32:42.947Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T22:32:43.207Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-22T22:32:43.207Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:32:43.207Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-22T22:32:43.207Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-22T22:32:43.467Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-22T22:32:43.728Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:32:43.728Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-22T22:32:43.728Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-22T22:32:43.728Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-22T22:32:43.989Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:32:43.989Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-22T22:32:43.989Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-22T22:32:43.989Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-22T22:32:44.249Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:32:44.249Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-22T22:32:44.249Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-22T22:32:44.249Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-22T22:32:44.510Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:32:44.510Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-22T22:32:44.510Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-22T22:32:44.510Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-22T22:32:44.510Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:32:44.510Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-22T22:32:44.772Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-22T22:32:45.034Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-22T22:32:45.379Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-22T22:32:45.608Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:32:45.608Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T22:32:45.608Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T22:32:46.182Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-22T22:32:46.182Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-22T22:32:46.182Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-22T22:32:46.182Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-22T22:32:46.182Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-22T22:32:46.444Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:32:46.444Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-22T22:32:46.444Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-22T22:32:46.705Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-22T22:32:46.706Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:32:46.706Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-22T22:32:46.706Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-22T22:32:46.706Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-22T22:32:46.968Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:32:46.968Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-22T22:32:46.968Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-22T22:32:47.230Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-22T22:32:47.230Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:32:47.230Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-22T22:32:47.230Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-22T22:32:47.230Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-22T22:32:47.493Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:32:47.493Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-22T22:32:47.493Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-22T22:32:47.756Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-22T22:32:48.017Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:32:48.017Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T22:32:48.017Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-22T22:32:48.279Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-22T22:32:48.279Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:32:48.279Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-22T22:32:48.279Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-22T22:32:48.539Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-22T22:32:48.539Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:32:48.539Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-22T22:32:48.539Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-22T22:32:48.802Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-22T22:32:48.802Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:32:48.802Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-22T22:32:48.802Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-22T22:32:49.063Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-22T22:32:49.063Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:32:49.063Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-22T22:32:49.063Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-22T22:32:49.325Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-22T22:32:49.325Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:32:49.325Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-22T22:32:49.325Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-22T22:32:49.586Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-22T22:32:49.586Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:32:49.586Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-22T22:32:49.586Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-22T22:32:49.683Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-22T22:32:49.845Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-22T22:32:49.845Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-22T22:32:49.845Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-22T22:32:49.845Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-22T22:32:50.106Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-22T22:32:50.106Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-22T22:32:50.367Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-22T22:32:50.367Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-22T22:32:50.367Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-22T22:32:50.367Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-22T22:32:50.627Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-22T22:32:50.627Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-22T22:32:50.888Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-22T22:32:50.888Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-22T22:32:50.888Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-22T22:32:50.888Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-22T22:32:50.888Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-22T22:32:51.149Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-22T22:32:51.150Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-22T22:32:51.150Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-22T22:32:51.150Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-22T22:32:51.150Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-22T22:32:51.410Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-22T22:32:51.410Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-22T22:32:51.670Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-22T22:32:51.670Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-22T22:32:53.054Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-22T22:32:53.054Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-22T22:32:53.054Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-22T22:32:53.054Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-22T22:32:53.054Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-22T22:32:53.071Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-22T22:32:53.315Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-22T22:32:53.589Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-22T22:32:53.590Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-22T22:32:53.851Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-22T22:32:53.851Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-22T22:32:53.851Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-22T22:32:53.851Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-22T22:32:54.112Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T22:32:54.112Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T22:32:54.112Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T22:32:54.112Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T22:32:54.371Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T22:32:54.371Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T22:32:54.371Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T22:32:54.371Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T22:32:55.320Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T22:32:55.321Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T22:32:56.264Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T22:32:56.264Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T22:32:56.468Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-22T22:32:56.878Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T22:32:56.878Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T22:32:57.207Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T22:32:57.207Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T22:32:58.256Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T22:32:58.256Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T22:32:58.256Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-22T22:32:58.566Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-22T22:32:58.566Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-22T22:32:58.566Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-22T22:32:58.863Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-22T22:32:58.863Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-22T22:32:58.863Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-22T22:32:58.863Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-22T22:32:59.123Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-22T22:32:59.123Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-22T22:32:59.123Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-22T22:32:59.123Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-22T22:32:59.383Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-22T22:32:59.383Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-22T22:32:59.383Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:32:59.383Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-22T22:32:59.383Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:32:59.649Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:32:59.649Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:32:59.649Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-22T22:32:59.649Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-22T22:32:59.649Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-22T22:32:59.649Z] [2021-03-22T22:32:59.649Z] Current default time zone: 'Etc/UTC' [2021-03-22T22:32:59.649Z] Local time is now: Mon Mar 22 22:32:59 UTC 2021. [2021-03-22T22:32:59.649Z] Universal Time is now: Mon Mar 22 22:32:59 UTC 2021. [2021-03-22T22:32:59.649Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-22T22:32:59.649Z] [2021-03-22T22:32:59.909Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-22T22:32:59.909Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:32:59.909Z] Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... [2021-03-22T22:32:59.909Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-22T22:32:59.909Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-22T22:32:59.909Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-22T22:33:00.169Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-22T22:33:00.169Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-22T22:33:00.169Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-22T22:33:00.169Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-22T22:33:00.169Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:33:00.169Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-22T22:33:00.434Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T22:33:00.434Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-22T22:33:00.434Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:33:00.434Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-22T22:33:00.434Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-22T22:33:00.694Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-22T22:33:00.694Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-22T22:33:00.694Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-22T22:33:00.694Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-22T22:33:00.694Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-22T22:33:00.694Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-22T22:33:02.605Z] Updating certificates in /etc/ssl/certs... [2021-03-22T22:33:03.175Z] 23 added, 27 removed; done. [Pipeline] } [2021-03-22T22:33:03.249Z] $ docker stop --time=1 a3e714227c090eff624cd356110d642bdb6de996774bf1582d377a9727508edf [2021-03-22T22:33:03.435Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-22T22:33:03.435Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:33:03.435Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-22T22:33:03.435Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-22T22:33:03.435Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-22T22:33:03.695Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T22:33:03.695Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-22T22:33:03.955Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T22:33:03.955Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T22:33:04.216Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T22:33:04.216Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T22:33:04.216Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T22:33:04.490Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-22T22:33:04.490Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-22T22:33:04.490Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-22T22:33:04.751Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-22T22:33:04.751Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-22T22:33:05.012Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T22:33:05.012Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T22:33:05.012Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-22T22:33:05.273Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-22T22:33:05.273Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-22T22:33:05.273Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-22T22:33:05.273Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-22T22:33:05.534Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-22T22:33:05.534Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-22T22:33:05.534Z] Updating certificates in /etc/ssl/certs... [2021-03-22T22:33:05.759Z] $ docker rm -f a3e714227c090eff624cd356110d642bdb6de996774bf1582d377a9727508edf [2021-03-22T22:33:06.105Z] 0 added, 0 removed; done. [2021-03-22T22:33:06.105Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-22T22:33:06.105Z] done. [2021-03-22T22:33:06.679Z] Reading package lists... [2021-03-22T22:33:06.679Z] Building dependency tree... [2021-03-22T22:33:06.679Z] Reading state information... [2021-03-22T22:33:06.940Z] The following NEW packages will be installed: [2021-03-22T22:33:06.940Z] apt-transport-https [2021-03-22T22:33:06.940Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-22T22:33:06.940Z] Need to get 1696 B of archives. [2021-03-22T22:33:06.940Z] After this operation, 153 kB of additional disk space will be used. [2021-03-22T22:33:06.940Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-03-22T22:33:07.201Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T22:33:07.201Z] Fetched 1696 B in 0s (27.8 kB/s) [2021-03-22T22:33:07.201Z] Selecting previously unselected package apt-transport-https. [2021-03-22T22:33:07.201Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-22T22:33:07.201Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-22T22:33:07.201Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-22T22:33:07.201Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-22T22:33:07.466Z] Waiting for network to be ready... [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:33:07.791Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-22T22:33:07.791Z] [2021-03-22T22:33:07.791Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:33:08.192Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-22T22:33:08.473Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-22T22:33:08.473Z] 29e5d40040c1: Pulling fs layer [2021-03-22T22:33:08.473Z] 1ce36da41761: Pulling fs layer [2021-03-22T22:33:08.473Z] 25b303627fd3: Pulling fs layer [2021-03-22T22:33:08.746Z] 29e5d40040c1: Download complete [2021-03-22T22:33:09.733Z] 29e5d40040c1: Pull complete [2021-03-22T22:33:09.733Z] 1ce36da41761: Verifying Checksum [2021-03-22T22:33:09.733Z] 1ce36da41761: Download complete [2021-03-22T22:33:11.164Z] 1ce36da41761: Pull complete [2021-03-22T22:33:11.164Z] 25b303627fd3: Verifying Checksum [2021-03-22T22:33:11.164Z] 25b303627fd3: Download complete [2021-03-22T22:33:14.051Z] 2021-03-22T22:33:10Z INFO Waiting for automatic snapd restart... [2021-03-22T22:33:14.052Z] snapd 2.49 from Canonical* installed [2021-03-22T22:33:14.995Z] "snapd" switched to the "latest/stable" channel [2021-03-22T22:33:14.995Z] [2021-03-22T22:33:17.539Z] core18 20210128 from Canonical* installed [2021-03-22T22:33:17.539Z] "core18" switched to the "latest/stable" channel [2021-03-22T22:33:17.539Z] [2021-03-22T22:33:20.856Z] snapcraft 4.5.4 from Canonical* installed [2021-03-22T22:33:21.308Z] 25b303627fd3: Pull complete [2021-03-22T22:33:21.308Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-22T22:33:21.308Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-22T22:33:21.308Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-22T22:33:21.429Z] "snapcraft" switched to the "latest/stable" channel [2021-03-22T22:33:21.429Z] [2021-03-22T22:33:21.535Z] prd-ubuntu18.04-docker-arm64-4c-16g-30953 does not seem to be running inside a container [2021-03-22T22:33:21.641Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-22T22:33:24.729Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-22T22:33:24.729Z] - README.md [2021-03-22T22:33:24.729Z] [2021-03-22T22:33:24.729Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-22T22:33:24.883Z] $ docker top afe9a1921fea59273b756655dc6f79b764fbd353627c7a818b71212206bb2346 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T22:33:25.889Z] + docker-compose build --help [2021-03-22T22:33:25.889Z] + grep parallel [2021-03-22T22:33:29.260Z] --parallel Build images in parallel. [Pipeline] } [2021-03-22T22:33:29.305Z] $ docker stop --time=1 afe9a1921fea59273b756655dc6f79b764fbd353627c7a818b71212206bb2346 [2021-03-22T22:33:31.255Z] $ docker rm -f afe9a1921fea59273b756655dc6f79b764fbd353627c7a818b71212206bb2346 [2021-03-22T22:33:31.336Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T22:33:31.336Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [Pipeline] // withDockerContainer [2021-03-22T22:33:31.599Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-22T22:33:31.599Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:33:32.108Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-22T22:33:32.108Z] . [Pipeline] withDockerContainer [2021-03-22T22:33:32.385Z] prd-ubuntu18.04-docker-arm64-4c-16g-30953 does not seem to be running inside a container [2021-03-22T22:33:32.432Z] Reading package lists... [2021-03-22T22:33:32.487Z] $ 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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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-03-22T22:33:33.002Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-22T22:33:34.047Z] $ docker top 74fbf9ee9b1ac967525f7df9b901ba93d23237892f261640af4726dcf016b182 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T22:33:35.045Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-22T22:33:39.465Z] Building docker-core-command-go ... [2021-03-22T22:33:39.465Z] Building docker-core-data-go ... [2021-03-22T22:33:39.465Z] Building docker-core-metadata-go ... [2021-03-22T22:33:39.465Z] Building docker-security-bootstrapper-go ... [2021-03-22T22:33:39.465Z] Building docker-security-proxy-setup-go ... [2021-03-22T22:33:39.465Z] Building docker-security-secretstore-setup-go ... [2021-03-22T22:33:39.465Z] Building docker-support-notifications-go ... [2021-03-22T22:33:39.465Z] Building docker-support-scheduler-go ... [2021-03-22T22:33:39.465Z] Building docker-sys-mgmt-agent-go ... [2021-03-22T22:33:39.465Z] Building docker-support-scheduler-go [2021-03-22T22:33:39.465Z] Building docker-core-metadata-go [2021-03-22T22:33:39.465Z] Building docker-security-bootstrapper-go [2021-03-22T22:33:39.465Z] Building docker-core-command-go [2021-03-22T22:33:39.465Z] Building docker-support-notifications-go [2021-03-22T22:33:39.598Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T22:33:39.598Z] Reading package lists... [2021-03-22T22:33:39.598Z] Building dependency tree... [2021-03-22T22:33:39.598Z] Reading state information... [2021-03-22T22:33:39.598Z] Suggested packages: [2021-03-22T22:33:39.598Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-22T22:33:39.598Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-22T22:33:39.598Z] Recommended packages: [2021-03-22T22:33:39.598Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-22T22:33:39.598Z] The following NEW packages will be installed: [2021-03-22T22:33:39.598Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-22T22:33:39.598Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-22T22:33:39.598Z] pkg-config zip [2021-03-22T22:33:39.598Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-22T22:33:39.598Z] Need to get 7657 kB of archives. [2021-03-22T22:33:39.598Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-22T22:33:39.598Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-22T22:33:39.598Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-22T22:33:39.598Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-22T22:33:39.598Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-22T22:33:39.598Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-22T22:33:39.598Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-22T22:33:39.598Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-22T22:33:39.858Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-22T22:33:39.858Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-22T22:33:39.858Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-22T22:33:39.858Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-22T22:33:40.119Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-22T22:33:40.119Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-22T22:33:40.119Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-22T22:33:40.119Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-22T22:33:40.119Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T22:33:40.380Z] Fetched 7657 kB in 1s (10.6 MB/s) [2021-03-22T22:33:40.380Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-22T22:33:40.380Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-22T22:33:40.380Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-22T22:33:40.380Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-22T22:33:40.641Z] Selecting previously unselected package libpsl5:amd64. [2021-03-22T22:33:40.641Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-22T22:33:40.641Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-22T22:33:40.641Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-22T22:33:40.641Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-22T22:33:40.641Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-22T22:33:40.641Z] Selecting previously unselected package librtmp1:amd64. [2021-03-22T22:33:40.641Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-22T22:33:40.641Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-22T22:33:40.903Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-22T22:33:40.903Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-22T22:33:40.903Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-22T22:33:40.903Z] Selecting previously unselected package liberror-perl. [2021-03-22T22:33:40.903Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-22T22:33:40.903Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-22T22:33:40.903Z] Selecting previously unselected package git-man. [2021-03-22T22:33:40.903Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-22T22:33:40.903Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-22T22:33:41.166Z] Selecting previously unselected package git. [2021-03-22T22:33:41.166Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-22T22:33:41.166Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-22T22:33:42.107Z] Selecting previously unselected package libnorm1:amd64. [2021-03-22T22:33:42.107Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-22T22:33:42.107Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-22T22:33:42.107Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-22T22:33:42.107Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-22T22:33:42.107Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-22T22:33:42.107Z] Selecting previously unselected package libsodium23:amd64. [2021-03-22T22:33:42.107Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-22T22:33:42.107Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-22T22:33:42.107Z] Selecting previously unselected package libzmq5:amd64. [2021-03-22T22:33:42.107Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-22T22:33:42.367Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-22T22:33:42.367Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-22T22:33:42.367Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-22T22:33:42.367Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-22T22:33:42.367Z] Selecting previously unselected package pkg-config. [2021-03-22T22:33:42.367Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-22T22:33:42.367Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-22T22:33:42.630Z] Selecting previously unselected package zip. [2021-03-22T22:33:42.630Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-22T22:33:42.630Z] Unpacking zip (3.0-11build1) ... [2021-03-22T22:33:42.630Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-22T22:33:42.630Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-22T22:33:42.630Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-22T22:33:42.630Z] Setting up liberror-perl (0.17025-1) ... [2021-03-22T22:33:42.630Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-22T22:33:42.630Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-22T22:33:42.893Z] No schema files found: doing nothing. [2021-03-22T22:33:42.893Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-22T22:33:42.893Z] Setting up zip (3.0-11build1) ... [2021-03-22T22:33:42.893Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-22T22:33:42.893Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-22T22:33:42.893Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-22T22:33:42.893Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-22T22:33:43.155Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-22T22:33:43.155Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-22T22:33:43.155Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-22T22:33:43.155Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-22T22:33:49.741Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T22:33:49.741Z] git set to automatically installed. [2021-03-22T22:33:49.741Z] git-man set to automatically installed. [2021-03-22T22:33:49.741Z] libcurl3-gnutls set to automatically installed. [2021-03-22T22:33:49.741Z] liberror-perl set to automatically installed. [2021-03-22T22:33:49.741Z] libglib2.0-0 set to automatically installed. [2021-03-22T22:33:49.741Z] libnghttp2-14 set to automatically installed. [2021-03-22T22:33:49.741Z] libnorm1 set to automatically installed. [2021-03-22T22:33:49.741Z] libpgm-5.2-0 set to automatically installed. [2021-03-22T22:33:49.741Z] libpsl5 set to automatically installed. [2021-03-22T22:33:49.741Z] librtmp1 set to automatically installed. [2021-03-22T22:33:49.741Z] libsodium23 set to automatically installed. [2021-03-22T22:33:49.741Z] libzmq3-dev set to automatically installed. [2021-03-22T22:33:49.741Z] libzmq5 set to automatically installed. [2021-03-22T22:33:49.741Z] pkg-config set to automatically installed. [2021-03-22T22:33:49.741Z] zip set to automatically installed. [2021-03-22T22:33:52.282Z] snapd is not logged in, snap install commands will use sudo [2021-03-22T22:33:58.867Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T22:35:01.243Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:35:01.243Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:35:01.243Z] ---> 23c9f87d30cd [2021-03-22T22:35:01.243Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T22:35:01.243Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:35:01.243Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:35:01.243Z] ---> 23c9f87d30cd [2021-03-22T22:35:01.243Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T22:35:01.243Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:35:01.243Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:35:01.243Z] ---> 23c9f87d30cd [2021-03-22T22:35:01.243Z] Step 3/22 : WORKDIR /edgex-go [2021-03-22T22:35:01.243Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:35:01.243Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:35:01.243Z] ---> 23c9f87d30cd [2021-03-22T22:35:01.243Z] Step 3/22 : WORKDIR /edgex-go [2021-03-22T22:35:01.243Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:35:01.243Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:35:01.243Z] ---> 23c9f87d30cd [2021-03-22T22:35:01.243Z] Step 3/31 : WORKDIR /edgex-go [2021-03-22T22:35:01.243Z] ---> Running in 3f6762d17b89 [2021-03-22T22:35:01.243Z] ---> Running in 020c0acde466 [2021-03-22T22:35:01.243Z] ---> Running in 174e0f3382b9 [2021-03-22T22:35:01.243Z] ---> Running in 2eed4e4a2e25 [2021-03-22T22:35:01.243Z] ---> Running in cfe69dcbbfbe [2021-03-22T22:35:01.243Z] Removing intermediate container 174e0f3382b9 [2021-03-22T22:35:01.243Z] ---> 1c2335602581 [2021-03-22T22:35:01.243Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:35:01.243Z] Removing intermediate container 020c0acde466 [2021-03-22T22:35:01.243Z] ---> ffaf09c429aa [2021-03-22T22:35:01.243Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:35:01.243Z] Removing intermediate container 3f6762d17b89 [2021-03-22T22:35:01.243Z] ---> 8dc5ff936700 [2021-03-22T22:35:01.243Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:35:01.243Z] Removing intermediate container cfe69dcbbfbe [2021-03-22T22:35:01.243Z] ---> 8c28f6935ee3 [2021-03-22T22:35:01.243Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:35:01.243Z] Removing intermediate container 2eed4e4a2e25 [2021-03-22T22:35:01.243Z] ---> 7b57ccf7b88e [2021-03-22T22:35:01.243Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:35:01.243Z] ---> Running in 0a90f9d93cd3 [2021-03-22T22:35:01.243Z] ---> Running in 9890ed3c94fd [2021-03-22T22:35:01.243Z] ---> Running in 5bb2f6c72721 [2021-03-22T22:35:01.243Z] ---> Running in 7107e982a1a6 [2021-03-22T22:35:01.243Z] ---> Running in 6ef7a40aba29 [2021-03-22T22:35:01.243Z] Removing intermediate container 0a90f9d93cd3 [2021-03-22T22:35:01.243Z] ---> 38bf500387ca [2021-03-22T22:35:01.243Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-22T22:35:01.243Z] ---> Running in a18328479ea6 [2021-03-22T22:35:01.243Z] Removing intermediate container 5bb2f6c72721 [2021-03-22T22:35:01.243Z] ---> dbbbe7eed933 [2021-03-22T22:35:01.243Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-22T22:35:01.243Z] Removing intermediate container 9890ed3c94fd [2021-03-22T22:35:01.243Z] ---> 174dfcf5cb4d [2021-03-22T22:35:01.243Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-22T22:35:01.243Z] ---> Running in 0f45d38cb698 [2021-03-22T22:35:01.243Z] Removing intermediate container 6ef7a40aba29 [2021-03-22T22:35:01.243Z] ---> 5384dd121b91 [2021-03-22T22:35:01.243Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-22T22:35:01.243Z] Removing intermediate container 7107e982a1a6 [2021-03-22T22:35:01.243Z] ---> d2f115300a4d [2021-03-22T22:35:01.243Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-22T22:35:01.243Z] ---> Running in 1356ff5e4f60 [2021-03-22T22:35:01.243Z] ---> Running in a04e61203109 [2021-03-22T22:35:01.243Z] ---> Running in 4cef8aeba8d2 [2021-03-22T22:35:01.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:35:01.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:35:01.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:35:01.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:35:01.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:35:01.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:35:01.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:35:01.243Z] OK: 217 MiB in 51 packages [2021-03-22T22:35:01.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:35:01.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:35:01.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:35:01.811Z] OK: 217 MiB in 51 packages [2021-03-22T22:35:02.415Z] OK: 217 MiB in 51 packages [2021-03-22T22:35:02.415Z] OK: 217 MiB in 51 packages [2021-03-22T22:35:02.415Z] Removing intermediate container a18328479ea6 [2021-03-22T22:35:02.415Z] ---> 056afd904b70 [2021-03-22T22:35:02.415Z] Step 6/23 : COPY go.mod . [2021-03-22T22:35:02.702Z] OK: 217 MiB in 51 packages [2021-03-22T22:35:03.685Z] Removing intermediate container 0f45d38cb698 [2021-03-22T22:35:03.685Z] ---> cee02a3b7374 [2021-03-22T22:35:03.685Z] Step 6/23 : COPY go.mod . [2021-03-22T22:35:03.685Z] ---> 3261a5b10111 [2021-03-22T22:35:03.685Z] Step 7/23 : RUN go mod download [2021-03-22T22:35:03.957Z] ---> Running in 21067e7aaebc [2021-03-22T22:35:04.240Z] Removing intermediate container 4cef8aeba8d2 [2021-03-22T22:35:04.240Z] ---> 2199027a9b6f [2021-03-22T22:35:04.240Z] Step 6/31 : COPY go.mod . [2021-03-22T22:35:04.240Z] Removing intermediate container 1356ff5e4f60 [2021-03-22T22:35:04.241Z] ---> ca4cb856483d [2021-03-22T22:35:04.241Z] Step 6/22 : COPY go.mod . [2021-03-22T22:35:04.520Z] Removing intermediate container a04e61203109 [2021-03-22T22:35:04.520Z] ---> 383e4d525d12 [2021-03-22T22:35:04.520Z] Step 6/22 : COPY go.mod . [2021-03-22T22:35:04.795Z] ---> 2cb7e2ee8b24 [2021-03-22T22:35:04.796Z] Step 7/23 : RUN go mod download [2021-03-22T22:35:05.072Z] ---> Running in 91c91d7c47f2 [2021-03-22T22:35:05.673Z] ---> 9efd883d08fa [2021-03-22T22:35:05.673Z] Step 7/22 : RUN go mod download [2021-03-22T22:35:05.673Z] ---> fdfe3d7167a2 [2021-03-22T22:35:05.673Z] Step 7/31 : RUN go mod download [2021-03-22T22:35:05.673Z] ---> Running in 882040fa31c0 [2021-03-22T22:35:05.951Z] ---> 166c68730565 [2021-03-22T22:35:05.951Z] Step 7/22 : RUN go mod download [2021-03-22T22:35:06.225Z] ---> Running in 2972645b8d00 [2021-03-22T22:35:06.225Z] ---> Running in cf41bcb0ab07 [2021-03-22T22:35:08.225Z] Removing intermediate container 21067e7aaebc [2021-03-22T22:35:08.225Z] ---> ad9677d49c01 [2021-03-22T22:35:08.225Z] Step 8/23 : COPY . . [2021-03-22T22:35:09.670Z] Removing intermediate container 91c91d7c47f2 [2021-03-22T22:35:09.670Z] ---> d762e4d5367f [2021-03-22T22:35:09.670Z] Step 8/23 : COPY . . [2021-03-22T22:35:10.650Z] Removing intermediate container 882040fa31c0 [2021-03-22T22:35:10.650Z] ---> aab8e93e1954 [2021-03-22T22:35:10.650Z] Step 8/22 : COPY . . [2021-03-22T22:35:10.923Z] Removing intermediate container 2972645b8d00 [2021-03-22T22:35:10.923Z] ---> fc41733ac6eb [2021-03-22T22:35:10.923Z] Step 8/22 : COPY . . [2021-03-22T22:35:11.528Z] Removing intermediate container cf41bcb0ab07 [2021-03-22T22:35:11.528Z] ---> e6e5c7be62cd [2021-03-22T22:35:11.528Z] Step 8/31 : COPY . . [2021-03-22T22:35:35.351Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-22T22:35:35.351Z] snapd is not logged in, snap install commands will use sudo [2021-03-22T22:35:35.351Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T22:35:35.351Z] snap "core18" has no updates available [2021-03-22T22:35:35.351Z] Pulling go-build-helper [2021-03-22T22:35:35.351Z] + snapcraftctl pull [2021-03-22T22:35:35.351Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-22T22:35:35.351Z] Skipping pull go-build-helper (already ran) [2021-03-22T22:35:35.351Z] Building go-build-helper [2021-03-22T22:35:35.351Z] + snapcraftctl build [2021-03-22T22:35:35.351Z] Staging go-build-helper [2021-03-22T22:35:35.351Z] + snapcraftctl stage [2021-03-22T22:35:38.336Z] ---> 01849dd92bcf [2021-03-22T22:35:38.336Z] ---> fa95b5f0fd69 [2021-03-22T22:35:38.336Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-22T22:35:38.336Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-22T22:35:38.336Z] ---> cb845bd4d5f3 [2021-03-22T22:35:38.336Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-22T22:35:38.336Z] ---> 09e799653580 [2021-03-22T22:35:38.336Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-22T22:35:38.336Z] ---> Running in 8d48f106c781 [2021-03-22T22:35:38.336Z] ---> Running in e9569d007d6f [2021-03-22T22:35:38.336Z] ---> Running in 88a0a3dc0ba3 [2021-03-22T22:35:38.336Z] ---> Running in 0be4ecbc5b01 [2021-03-22T22:35:38.336Z] ---> 530a4af96d44 [2021-03-22T22:35:38.336Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-22T22:35:38.336Z] ---> Running in e6775b1d04a8 [2021-03-22T22:35:38.336Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-22T22:35:38.336Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-22T22:35:38.336Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-22T22:35:38.614Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-22T22:35:38.614Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-22T22:35:41.951Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-22T22:35:41.952Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-22T22:35:41.952Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] [2021-03-22T22:35:41.952Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] [2021-03-22T22:35:41.952Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-22T22:35:41.952Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-22T22:35:41.952Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] [2021-03-22T22:35:41.952Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] [2021-03-22T22:35:41.952Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] [2021-03-22T22:35:41.952Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-22T22:35:41.952Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-22T22:35:41.952Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-22T22:35:41.952Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-22T22:35:41.952Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-22T22:35:41.952Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-22T22:35:41.952Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-22T22:35:41.952Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-22T22:35:41.952Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-22T22:35:41.952Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-22T22:35:41.952Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] [2021-03-22T22:35:41.952Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-22T22:35:41.952Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-22T22:35:41.952Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-22T22:35:41.952Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-22T22:35:41.952Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] [2021-03-22T22:35:41.952Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] [2021-03-22T22:35:41.952Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-22T22:35:41.952Z] Fetched 24.1 MB in 0s (0 B/s) [2021-03-22T22:35:41.952Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-22T22:35:41.952Z] Fetched 224 kB in 0s (0 B/s) [2021-03-22T22:35:41.952Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-22T22:35:41.952Z] Fetched 157 kB in 0s (0 B/s) [2021-03-22T22:35:41.952Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-22T22:35:41.952Z] Fetched 221 kB in 0s (0 B/s) [2021-03-22T22:35:41.952Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-22T22:35:41.952Z] Fetched 143 kB in 0s (0 B/s) [2021-03-22T22:35:41.952Z] Pulling app-service-config [2021-03-22T22:35:41.952Z] + snapcraftctl pull [2021-03-22T22:35:42.834Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-22T22:35:43.112Z] Pulling config-common [2021-03-22T22:35:43.112Z] + snapcraftctl pull [2021-03-22T22:35:47.314Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-22T22:35:47.314Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-22T22:35:47.314Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-22T22:35:47.314Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T22:35:47.314Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-22T22:35:47.314Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T22:35:47.314Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-22T22:35:47.314Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T22:35:47.314Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-22T22:35:47.314Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T22:35:47.314Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-22T22:35:47.314Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T22:35:47.314Z] Pulling edgex-go [2021-03-22T22:35:47.314Z] + snapcraftctl pull [2021-03-22T22:36:09.287Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-22T22:36:09.287Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-22T22:36:09.287Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-22T22:36:09.287Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T22:36:09.287Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-22T22:36:09.287Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-22T22:36:09.287Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-22T22:36:09.287Z] Fetched 279 kB in 0s (0 B/s) [2021-03-22T22:36:09.287Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-22T22:36:09.287Z] Fetched 122 kB in 0s (0 B/s) [2021-03-22T22:36:09.287Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-22T22:36:09.287Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-22T22:36:09.287Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-22T22:36:09.287Z] Fetched 8848 B in 0s (0 B/s) [2021-03-22T22:36:09.287Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-22T22:36:09.287Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-22T22:36:09.287Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-22T22:36:09.287Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-22T22:36:09.287Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-22T22:36:09.287Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-22T22:36:09.287Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-22T22:36:09.287Z] Fetched 214 kB in 0s (0 B/s) [2021-03-22T22:36:09.287Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-22T22:36:09.287Z] Fetched 154 kB in 0s (0 B/s) [2021-03-22T22:36:09.287Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-22T22:36:09.287Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-22T22:36:09.287Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-22T22:36:09.287Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-22T22:36:09.287Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-22T22:36:09.287Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-22T22:36:09.287Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-22T22:36:09.287Z] Fetched 499 kB in 0s (0 B/s) [2021-03-22T22:36:09.287Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-22T22:36:09.287Z] Fetched 111 kB in 0s (0 B/s) [2021-03-22T22:36:09.287Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-22T22:36:09.287Z] Fetched 240 kB in 0s (0 B/s) [2021-03-22T22:36:09.287Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-22T22:36:09.287Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-22T22:36:09.287Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-22T22:36:09.288Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-22T22:36:09.288Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-22T22:36:09.288Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-22T22:36:09.288Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-22T22:36:09.288Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-22T22:36:09.288Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-22T22:36:09.288Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-22T22:36:09.288Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-22T22:36:09.288Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-22T22:36:09.288Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-22T22:36:09.288Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-22T22:36:09.288Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-22T22:36:09.288Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-22T22:36:09.288Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-22T22:36:09.288Z] Fetched 8720 B in 0s (0 B/s) [2021-03-22T22:36:09.288Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-22T22:36:09.288Z] Fetched 137 kB in 0s (0 B/s) [2021-03-22T22:36:09.288Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-22T22:36:09.288Z] Fetched 119 kB in 0s (0 B/s) [2021-03-22T22:36:09.288Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-22T22:36:09.288Z] Fetched 109 kB in 0s (0 B/s) [2021-03-22T22:36:09.288Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-22T22:36:09.288Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-22T22:36:09.288Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-22T22:36:09.288Z] Fetched 645 kB in 0s (0 B/s) [2021-03-22T22:36:09.288Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-22T22:36:09.288Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-22T22:36:09.288Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-22T22:36:09.288Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-22T22:36:09.288Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-22T22:36:09.288Z] Fetched 368 kB in 0s (0 B/s) [2021-03-22T22:36:09.288Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-22T22:36:09.288Z] Fetched 187 kB in 0s (0 B/s) [2021-03-22T22:36:09.288Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-22T22:36:09.288Z] Fetched 175 kB in 0s (0 B/s) [2021-03-22T22:36:09.288Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-22T22:36:09.288Z] Fetched 206 kB in 0s (0 B/s) [2021-03-22T22:36:09.288Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-22T22:36:09.288Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-22T22:36:09.288Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-22T22:36:09.288Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-22T22:36:09.288Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-22T22:36:09.288Z] Fetched 159 kB in 0s (0 B/s) [2021-03-22T22:36:09.288Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-22T22:36:09.288Z] Fetched 107 kB in 0s (0 B/s) [2021-03-22T22:36:09.288Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-22T22:36:09.288Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-22T22:36:09.288Z] Pulling static-packages [2021-03-22T22:36:09.288Z] + snapcraftctl pull [2021-03-22T22:36:09.288Z] Pulling version [2021-03-22T22:36:09.288Z] + cd /root/project [2021-03-22T22:36:09.288Z] + [ -f VERSION ] [2021-03-22T22:36:09.288Z] + PROJECT_VERSION=local-dev [2021-03-22T22:36:09.288Z] + git rev-parse --short HEAD [2021-03-22T22:36:09.288Z] + GIT_REVISION=b750d2d7 [2021-03-22T22:36:09.288Z] + snapcraftctl set-version local-dev [2021-03-22T22:36:10.227Z] Skipping build go-build-helper (already ran) [2021-03-22T22:36:10.488Z] Building app-service-config [2021-03-22T22:36:10.488Z] + make build [2021-03-22T22:36:10.488Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-22T22:36:12.402Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 [2021-03-22T22:36:12.663Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-22T22:36:12.663Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 [2021-03-22T22:36:12.663Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-22T22:36:12.663Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-22T22:36:12.663Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-22T22:36:12.663Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-22T22:36:12.663Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-22T22:36:12.923Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-22T22:36:12.923Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-22T22:36:12.923Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-22T22:36:12.923Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-22T22:36:12.923Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-22T22:36:12.923Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-22T22:36:12.923Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-22T22:36:12.923Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-22T22:36:13.181Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-22T22:36:13.182Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-22T22:36:13.182Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-22T22:36:13.182Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-22T22:36:13.182Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-22T22:36:13.182Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-22T22:36:13.449Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-22T22:36:13.449Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-22T22:36:13.449Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-22T22:36:13.449Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-22T22:36:13.449Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-22T22:36:13.449Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-22T22:36:13.449Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-22T22:36:13.449Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-22T22:36:13.449Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-22T22:36:13.709Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-22T22:36:13.709Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-22T22:36:13.709Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-22T22:36:13.709Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-22T22:36:13.709Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-22T22:36:13.969Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-22T22:36:13.969Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-22T22:36:13.969Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-22T22:36:13.969Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-22T22:36:13.969Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-22T22:36:13.969Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-22T22:36:14.230Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-22T22:36:24.227Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-22T22:36:24.227Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-22T22:36:24.227Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-22T22:36:24.227Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-22T22:36:24.798Z] Building config-common [2021-03-22T22:36:24.798Z] + snapcraftctl build [2021-03-22T22:36:27.342Z] Building edgex-go [2021-03-22T22:36:27.342Z] + cd /root/parts/edgex-go/src [2021-03-22T22:36:27.342Z] + make build [2021-03-22T22:36:27.342Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-22T22:36:27.602Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-22T22:36:27.602Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-22T22:36:27.603Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-22T22:36:27.603Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-22T22:36:27.603Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.9 [2021-03-22T22:36:27.863Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-22T22:36:27.863Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 [2021-03-22T22:36:27.863Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-22T22:36:27.863Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-22T22:36:27.863Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-22T22:36:27.863Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-22T22:36:32.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-22T22:36:32.063Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-22T22:36:37.338Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-22T22:36:38.277Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-22T22:36:40.190Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-22T22:36:40.452Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-22T22:36:40.711Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-22T22:36:40.711Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-22T22:36:40.711Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-22T22:36:40.711Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-22T22:36:42.621Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-22T22:36:42.621Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-22T22:36:42.881Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-22T22:36:44.263Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-22T22:36:45.649Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-22T22:36:45.909Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-22T22:36:47.818Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-22T22:36:48.768Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-22T22:36:48.769Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-22T22:36:50.154Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-22T22:36:50.154Z] go: downloading github.com/lib/pq v1.10.0 [2021-03-22T22:36:52.695Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-22T22:36:52.695Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-22T22:36:52.695Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-22T22:36:52.695Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-22T22:36:52.695Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-22T22:36:52.695Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-22T22:36:52.695Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-22T22:36:52.695Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-22T22:36:52.695Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-22T22:36:52.695Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-22T22:36:52.695Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-22T22:36:52.695Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-22T22:36:52.695Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-22T22:36:52.695Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-22T22:36:52.695Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-22T22:36:52.695Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-22T22:36:52.695Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-22T22:36:52.695Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-22T22:36:52.695Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-22T22:36:52.695Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-22T22:36:52.695Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-22T22:36:52.695Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-22T22:36:52.695Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-22T22:36:52.695Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-22T22:36:52.695Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-22T22:36:52.695Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-22T22:36:55.239Z] Building static-packages [2021-03-22T22:36:55.239Z] + snapcraftctl build [2021-03-22T22:36:57.158Z] Building version [2021-03-22T22:36:57.158Z] + snapcraftctl build [2021-03-22T22:36:59.067Z] Skipping stage go-build-helper (already ran) [2021-03-22T22:36:59.067Z] Staging app-service-config [2021-03-22T22:36:59.067Z] + snapcraftctl stage [2021-03-22T22:36:59.639Z] Staging config-common [2021-03-22T22:36:59.639Z] + snapcraftctl stage [2021-03-22T22:37:00.581Z] Staging edgex-go [2021-03-22T22:37:00.581Z] + snapcraftctl stage [2021-03-22T22:37:01.523Z] Staging static-packages [2021-03-22T22:37:01.523Z] + snapcraftctl stage [2021-03-22T22:37:02.465Z] Staging version [2021-03-22T22:37:02.465Z] + snapcraftctl stage [2021-03-22T22:37:03.405Z] Priming go-build-helper [2021-03-22T22:37:03.405Z] + snapcraftctl prime [2021-03-22T22:37:04.346Z] Priming app-service-config [2021-03-22T22:37:04.346Z] + snapcraftctl prime [2021-03-22T22:37:05.285Z] Priming config-common [2021-03-22T22:37:05.285Z] + snapcraftctl prime [2021-03-22T22:37:06.667Z] Priming edgex-go [2021-03-22T22:37:06.667Z] + snapcraftctl prime [2021-03-22T22:37:07.612Z] Priming static-packages [2021-03-22T22:37:07.613Z] + snapcraftctl prime [2021-03-22T22:37:10.155Z] Priming version [2021-03-22T22:37:10.155Z] + snapcraftctl prime [2021-03-22T22:37:10.726Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-22T22:37:30.465Z] Removing intermediate container e6775b1d04a8 [2021-03-22T22:37:30.465Z] ---> 3ba0ef191ece [2021-03-22T22:37:30.465Z] [2021-03-22T22:37:30.465Z] Step 10/31 : FROM alpine:3.12 [2021-03-22T22:37:30.465Z] 3.12: Pulling from library/alpine [2021-03-22T22:37:30.465Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-22T22:37:30.465Z] Status: Downloaded newer image for alpine:3.12 [2021-03-22T22:37:30.465Z] ---> d10569e2745f [2021-03-22T22:37:30.465Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-22T22:37:30.465Z] ---> Running in 97a8a8fe77b2 [2021-03-22T22:37:30.465Z] Removing intermediate container 97a8a8fe77b2 [2021-03-22T22:37:30.465Z] ---> 686035e4454b [2021-03-22T22:37:30.465Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-22T22:37:30.465Z] ---> Running in 4138c7e06969 [2021-03-22T22:37:31.450Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:37:31.726Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:37:32.348Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-22T22:37:32.348Z] (2/2) Installing su-exec (0.2-r1) [2021-03-22T22:37:32.348Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:37:32.623Z] OK: 5 MiB in 16 packages [2021-03-22T22:37:36.046Z] Removing intermediate container 4138c7e06969 [2021-03-22T22:37:36.046Z] ---> db49394efe33 [2021-03-22T22:37:36.046Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-22T22:37:36.335Z] ---> Running in a7858db4d175 [2021-03-22T22:37:38.327Z] Removing intermediate container a7858db4d175 [2021-03-22T22:37:38.327Z] ---> 2f17fac51fad [2021-03-22T22:37:38.327Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-22T22:37:38.327Z] ---> Running in d451a6131202 [2021-03-22T22:37:38.602Z] Removing intermediate container 8d48f106c781 [2021-03-22T22:37:38.602Z] ---> 2df7af4bb6b7 [2021-03-22T22:37:38.602Z] [2021-03-22T22:37:38.602Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T22:37:38.602Z] Removing intermediate container 88a0a3dc0ba3 [2021-03-22T22:37:38.602Z] ---> 11a75c38c53f [2021-03-22T22:37:38.602Z] [2021-03-22T22:37:38.602Z] Step 10/22 : FROM alpine:3.12 [2021-03-22T22:37:38.602Z] ---> d10569e2745f [2021-03-22T22:37:38.602Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-22T22:37:38.602Z] ---> d10569e2745f [2021-03-22T22:37:38.602Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-22T22:37:38.602Z] Removing intermediate container 0be4ecbc5b01 [2021-03-22T22:37:38.602Z] ---> 8a79021aa2c3 [2021-03-22T22:37:38.602Z] [2021-03-22T22:37:38.602Z] Step 10/22 : FROM alpine:3.12 [2021-03-22T22:37:38.602Z] ---> d10569e2745f [2021-03-22T22:37:38.602Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-22T22:37:39.196Z] ---> Running in 51896a6a4d2c [2021-03-22T22:37:39.196Z] ---> Running in 56623f721d0f [2021-03-22T22:37:39.196Z] ---> Running in 8f0d827040fa [2021-03-22T22:37:39.196Z] Removing intermediate container d451a6131202 [2021-03-22T22:37:39.196Z] ---> b40643b5e482 [2021-03-22T22:37:39.196Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-22T22:37:39.794Z] ---> Running in 9b45da3a14de [2021-03-22T22:37:41.768Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:37:41.768Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:37:41.768Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:37:41.768Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:37:42.045Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:37:42.045Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:37:42.319Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-22T22:37:42.319Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:37:42.319Z] OK: 5 MiB in 15 packages [2021-03-22T22:37:42.595Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-22T22:37:42.595Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-22T22:37:42.595Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:37:42.595Z] OK: 5 MiB in 15 packages [2021-03-22T22:37:42.885Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-22T22:37:42.885Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:37:42.885Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T22:37:42.885Z] OK: 6 MiB in 16 packages [2021-03-22T22:37:44.362Z] Removing intermediate container 9b45da3a14de [2021-03-22T22:37:44.362Z] ---> 9478bffa8702 [2021-03-22T22:37:44.362Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-22T22:37:44.958Z] Removing intermediate container e9569d007d6f [2021-03-22T22:37:44.958Z] ---> 935f56ceec0a [2021-03-22T22:37:44.958Z] [2021-03-22T22:37:44.958Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T22:37:44.958Z] ---> d10569e2745f [2021-03-22T22:37:44.958Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-22T22:37:44.958Z] ---> Running in 2b3e4fdc13d4 [2021-03-22T22:37:45.232Z] ---> Running in ead4a1d95881 [2021-03-22T22:37:45.509Z] Removing intermediate container 51896a6a4d2c [2021-03-22T22:37:45.509Z] ---> af1d041d706f [2021-03-22T22:37:45.509Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:37:45.509Z] Removing intermediate container 8f0d827040fa [2021-03-22T22:37:45.509Z] ---> e6d85c2ab9d7 [2021-03-22T22:37:45.509Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:37:45.509Z] Removing intermediate container 56623f721d0f [2021-03-22T22:37:45.509Z] ---> d4d893a87d4c [2021-03-22T22:37:45.509Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:37:45.796Z] ---> Running in b7bb3428dfc3 [2021-03-22T22:37:45.796Z] ---> Running in 3268b9f30a57 [2021-03-22T22:37:45.796Z] ---> Running in d976784cbb44 [2021-03-22T22:37:45.796Z] Removing intermediate container 2b3e4fdc13d4 [2021-03-22T22:37:45.796Z] ---> 4bbb02b03d7a [2021-03-22T22:37:45.796Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-22T22:37:46.782Z] Removing intermediate container 3268b9f30a57 [2021-03-22T22:37:46.782Z] ---> 2316105cf1d2 [2021-03-22T22:37:46.782Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-22T22:37:46.782Z] Removing intermediate container b7bb3428dfc3 [2021-03-22T22:37:46.782Z] ---> 9ae1e283794f [2021-03-22T22:37:46.782Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-22T22:37:46.782Z] Removing intermediate container d976784cbb44 [2021-03-22T22:37:46.782Z] ---> ce41bce69dbe [2021-03-22T22:37:46.782Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-22T22:37:47.058Z] ---> Running in c69b4617e570 [2021-03-22T22:37:47.058Z] ---> Running in e3d3e316311e [2021-03-22T22:37:47.058Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:37:47.058Z] ---> Running in 49a40ef8ddb0 [2021-03-22T22:37:47.334Z] ---> 8edfa2bbab56 [2021-03-22T22:37:47.335Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-22T22:37:47.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:37:47.335Z] ---> Running in bb4d27f6677a [2021-03-22T22:37:47.609Z] Removing intermediate container e3d3e316311e [2021-03-22T22:37:47.609Z] Removing intermediate container c69b4617e570 [2021-03-22T22:37:47.609Z] ---> 701219cbf1c2 [2021-03-22T22:37:47.609Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-22T22:37:47.609Z] ---> d2f8b0425a8a [2021-03-22T22:37:47.609Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-22T22:37:47.891Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-22T22:37:47.891Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:37:47.891Z] OK: 5 MiB in 15 packages [2021-03-22T22:37:47.891Z] Removing intermediate container 49a40ef8ddb0 [2021-03-22T22:37:47.891Z] ---> 48fac92fbb85 [2021-03-22T22:37:47.891Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-22T22:37:48.162Z] ---> Running in 4b4d5122b6a1 [2021-03-22T22:37:48.162Z] ---> Running in d3a2cec6def1 [2021-03-22T22:37:48.162Z] ---> Running in c36d72ec8b53 [2021-03-22T22:37:48.790Z] Removing intermediate container 4b4d5122b6a1 [2021-03-22T22:37:48.790Z] ---> 0a9b102da91a [2021-03-22T22:37:48.790Z] Step 15/23 : WORKDIR / [2021-03-22T22:37:49.066Z] Removing intermediate container d3a2cec6def1 [2021-03-22T22:37:49.066Z] ---> 3368eef6df5b [2021-03-22T22:37:49.066Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:37:49.066Z] ---> Running in 9076bd1dcf7c [2021-03-22T22:37:49.066Z] Removing intermediate container c36d72ec8b53 [2021-03-22T22:37:49.066Z] ---> 809a086756a6 [2021-03-22T22:37:49.066Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:37:49.686Z] Removing intermediate container ead4a1d95881 [2021-03-22T22:37:49.686Z] ---> 295a6e2eb10e [2021-03-22T22:37:49.686Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:37:49.959Z] Removing intermediate container 9076bd1dcf7c [2021-03-22T22:37:49.959Z] ---> 30f0e29f778f [2021-03-22T22:37:49.959Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:37:49.959Z] ---> Running in ccbfe4cc0da4 [2021-03-22T22:37:50.234Z] ---> 494bb40c2697 [2021-03-22T22:37:50.234Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-22T22:37:50.234Z] ---> fb2b105f0a55 [2021-03-22T22:37:50.234Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-22T22:37:50.505Z] Removing intermediate container ccbfe4cc0da4 [2021-03-22T22:37:50.505Z] ---> df962bed78d8 [2021-03-22T22:37:50.505Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-22T22:37:50.780Z] Removing intermediate container bb4d27f6677a [2021-03-22T22:37:50.780Z] ---> 671f62ff1aef [2021-03-22T22:37:50.780Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:37:51.055Z] ---> Running in 260c6efd4cb0 [2021-03-22T22:37:51.332Z] ---> 0ccab810baa6 [2021-03-22T22:37:51.332Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-22T22:37:51.930Z] Removing intermediate container 260c6efd4cb0 [2021-03-22T22:37:51.930Z] ---> 521c0be2f789 [2021-03-22T22:37:51.930Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-22T22:37:52.202Z] ---> Running in 56f3f027622e [2021-03-22T22:37:52.482Z] ---> de083aab15a0 [2021-03-22T22:37:52.482Z] ---> e34028ff6a1c [2021-03-22T22:37:52.482Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-22T22:37:52.482Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-22T22:37:52.482Z] ---> f39cbbe177f1 [2021-03-22T22:37:52.482Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-22T22:37:52.757Z] ---> 7e41e809efce [2021-03-22T22:37:52.757Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-22T22:37:53.039Z] Removing intermediate container 56f3f027622e [2021-03-22T22:37:53.039Z] ---> ad31705e265d [2021-03-22T22:37:53.039Z] Step 15/23 : WORKDIR / [2021-03-22T22:37:53.313Z] ---> Running in d7b6890e67db [2021-03-22T22:37:53.588Z] ---> dbaa930d2597 [2021-03-22T22:37:53.588Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-22T22:37:53.588Z] ---> ceca8c28fdf5 [2021-03-22T22:37:53.588Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-22T22:37:53.860Z] ---> Running in 676f84b8bab1 [2021-03-22T22:37:53.860Z] ---> Running in c46cf1332298 [2021-03-22T22:37:54.130Z] ---> 17cdbb13023d [2021-03-22T22:37:54.131Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-22T22:37:54.131Z] Removing intermediate container d7b6890e67db [2021-03-22T22:37:54.131Z] ---> ad3d6f2a89fb [2021-03-22T22:37:54.131Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:37:54.131Z] ---> e4a75993b5fe [2021-03-22T22:37:54.131Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-22T22:37:54.414Z] ---> Running in 3840a53cd96b [2021-03-22T22:37:54.414Z] Removing intermediate container c46cf1332298 [2021-03-22T22:37:54.414Z] ---> 1ba5d50a003f [2021-03-22T22:37:54.414Z] Removing intermediate container 676f84b8bab1 [2021-03-22T22:37:54.414Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:37:54.414Z] ---> 37841ef5c3fc [2021-03-22T22:37:54.414Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:37:54.695Z] ---> Running in bba1d8453228 [2021-03-22T22:37:54.695Z] ---> Running in f448d4cf112f [2021-03-22T22:37:54.993Z] Removing intermediate container 3840a53cd96b [2021-03-22T22:37:54.993Z] ---> 2789ea175caa [2021-03-22T22:37:54.993Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:37:55.284Z] ---> Running in de150ad79020 [2021-03-22T22:37:55.284Z] ---> a3d5d894ccf5 [2021-03-22T22:37:55.284Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-22T22:37:55.284Z] ---> 30a76de128c0 [2021-03-22T22:37:55.284Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-22T22:37:55.572Z] Removing intermediate container f448d4cf112f [2021-03-22T22:37:55.572Z] Removing intermediate container bba1d8453228 [2021-03-22T22:37:55.572Z] ---> 7677444d2eb5 [2021-03-22T22:37:55.572Z] Step 20/22 : LABEL arch=arm64 [2021-03-22T22:37:55.572Z] ---> f50219a37b1e [2021-03-22T22:37:55.572Z] Step 20/22 : LABEL arch=arm64 [2021-03-22T22:37:55.859Z] ---> Running in 3b503f2514de [2021-03-22T22:37:55.859Z] ---> Running in 3351d289d822 [2021-03-22T22:37:56.167Z] Removing intermediate container de150ad79020 [2021-03-22T22:37:56.167Z] ---> c76e3996d2ee [2021-03-22T22:37:56.167Z] Step 21/23 : LABEL arch=arm64 [2021-03-22T22:37:56.488Z] ---> Running in 9414652738bc [2021-03-22T22:37:56.488Z] ---> 9f2a6d8192e4 [2021-03-22T22:37:56.488Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-22T22:37:56.885Z] Removing intermediate container 3351d289d822 [2021-03-22T22:37:56.885Z] ---> b0e0ad956bbc [2021-03-22T22:37:56.885Z] Step 21/22 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 [2021-03-22T22:37:56.885Z] ---> Running in 85f6ba81e8e2 [2021-03-22T22:37:57.161Z] Removing intermediate container 3b503f2514de [2021-03-22T22:37:57.161Z] ---> d8e4cc4cda6f [2021-03-22T22:37:57.161Z] Step 21/22 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 [2021-03-22T22:37:57.453Z] ---> Running in 1ce9014a99d0 [2021-03-22T22:37:57.453Z] Removing intermediate container 9414652738bc [2021-03-22T22:37:57.453Z] ---> 5d68899a3d24 [2021-03-22T22:37:57.453Z] Step 22/23 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 [2021-03-22T22:37:57.728Z] Removing intermediate container 85f6ba81e8e2 [2021-03-22T22:37:57.728Z] ---> 7ed656a65b2b [2021-03-22T22:37:57.728Z] Step 22/22 : LABEL version=0.0.0 [2021-03-22T22:37:57.728Z] ---> 0f07a6a7dd34 [2021-03-22T22:37:57.728Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-22T22:37:57.728Z] ---> Running in 3b10bfd9f660 [2021-03-22T22:37:57.728Z] ---> Running in fa7551c9c398 [2021-03-22T22:37:58.002Z] ---> 268c63b58ea2 [2021-03-22T22:37:58.002Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-22T22:37:58.002Z] Removing intermediate container 1ce9014a99d0 [2021-03-22T22:37:58.002Z] ---> 7a11eb6be5ee [2021-03-22T22:37:58.002Z] Step 22/22 : LABEL version=0.0.0 [2021-03-22T22:37:58.279Z] ---> Running in 2349eabcebed [2021-03-22T22:37:58.556Z] ---> Running in 059004e676b4 [2021-03-22T22:37:58.556Z] Removing intermediate container 3b10bfd9f660 [2021-03-22T22:37:58.556Z] ---> 1cfbd8234a41 [2021-03-22T22:37:58.556Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T22:37:58.829Z] Removing intermediate container fa7551c9c398 [2021-03-22T22:37:58.830Z] ---> 3eeaf120a088 [2021-03-22T22:37:58.830Z] [2021-03-22T22:37:58.830Z] ---> abe2b40d606c [2021-03-22T22:37:58.830Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-22T22:37:58.830Z] ---> Running in b87d931e2c75 [2021-03-22T22:37:59.104Z] ---> Running in e6a43cdaadcb [2021-03-22T22:37:59.104Z] Removing intermediate container 2349eabcebed [2021-03-22T22:37:59.104Z] ---> 34d2a39e0a27 [2021-03-22T22:37:59.104Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-22T22:37:59.380Z] Successfully built 3eeaf120a088 [2021-03-22T22:37:59.380Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-22T22:37:59.380Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-03-22T22:37:59.380Z] Removing intermediate container 059004e676b4 [2021-03-22T22:37:59.380Z] ---> 9d4326b5e50f [2021-03-22T22:37:59.380Z] [2021-03-22T22:37:59.656Z] Removing intermediate container b87d931e2c75 [2021-03-22T22:37:59.656Z] ---> 049716ff24fb [2021-03-22T22:37:59.656Z] [2021-03-22T22:37:59.928Z] Removing intermediate container e6a43cdaadcb [2021-03-22T22:37:59.928Z] ---> 5b33df5e3344 [2021-03-22T22:37:59.928Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:37:59.928Z] Successfully built 9d4326b5e50f [2021-03-22T22:37:59.928Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-22T22:37:59.928Z] Building docker-security-secretstore-setup-go [2021-03-22T22:38:00.206Z]  Building docker-support-notifications-go ... done Successfully built 049716ff24fb [2021-03-22T22:38:00.206Z] ---> Running in 010d9dd102f3 [2021-03-22T22:38:00.206Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-22T22:38:00.206Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-03-22T22:38:00.206Z] ---> e4315e7e02d4 [2021-03-22T22:38:00.206Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-22T22:38:00.805Z] ---> Running in f4872afb0ff3 [2021-03-22T22:38:01.089Z] Removing intermediate container 010d9dd102f3 [2021-03-22T22:38:01.089Z] ---> f753a6634c9e [2021-03-22T22:38:01.089Z] Step 21/23 : LABEL arch=arm64 [2021-03-22T22:38:01.089Z] ---> Running in a824302f7f9f [2021-03-22T22:38:01.688Z] Removing intermediate container a824302f7f9f [2021-03-22T22:38:01.688Z] ---> 54d71b5d96ce [2021-03-22T22:38:01.688Z] Step 22/23 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 [2021-03-22T22:38:01.961Z] ---> Running in 0698ce05a462 [2021-03-22T22:38:02.559Z] Removing intermediate container 0698ce05a462 [2021-03-22T22:38:02.559Z] ---> 93c43db06b28 [2021-03-22T22:38:02.559Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T22:38:02.833Z] ---> Running in 51f8648a768c [2021-03-22T22:38:03.817Z] Removing intermediate container f4872afb0ff3 [2021-03-22T22:38:03.817Z] ---> 14e820177b38 [2021-03-22T22:38:03.817Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-22T22:38:04.415Z] Removing intermediate container 51f8648a768c [2021-03-22T22:38:04.415Z] ---> 873b8aecbcc8 [2021-03-22T22:38:04.415Z] [2021-03-22T22:38:05.018Z] Successfully built 873b8aecbcc8 [2021-03-22T22:38:05.293Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-22T22:38:05.293Z] Building docker-sys-mgmt-agent-go [2021-03-22T22:38:05.293Z]  Building docker-core-metadata-go ... done  ---> Running in 651dcbfdca9a [2021-03-22T22:38:06.272Z] Removing intermediate container 651dcbfdca9a [2021-03-22T22:38:06.272Z] ---> 9c8a25257808 [2021-03-22T22:38:06.272Z] Step 28/31 : CMD ["gate"] [2021-03-22T22:38:06.869Z] ---> Running in 8bf17ee257c9 [2021-03-22T22:38:07.844Z] Removing intermediate container 8bf17ee257c9 [2021-03-22T22:38:07.844Z] ---> 1e7c0196332d [2021-03-22T22:38:07.844Z] Step 29/31 : LABEL arch=arm64 [2021-03-22T22:38:08.822Z] ---> Running in ade0a3264aec [2021-03-22T22:38:09.802Z] Removing intermediate container ade0a3264aec [2021-03-22T22:38:09.802Z] ---> 6f05e9e82d3a [2021-03-22T22:38:09.802Z] Step 30/31 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 [2021-03-22T22:38:10.781Z] ---> Running in 5418bddebba1 [2021-03-22T22:38:11.374Z] Removing intermediate container 5418bddebba1 [2021-03-22T22:38:11.375Z] ---> 7ec049c72bb3 [2021-03-22T22:38:11.375Z] Step 31/31 : LABEL version=0.0.0 [2021-03-22T22:38:11.648Z] ---> Running in 37cb510f711f [2021-03-22T22:38:12.640Z] Removing intermediate container 37cb510f711f [2021-03-22T22:38:12.640Z] ---> 9bd4046a7baa [2021-03-22T22:38:12.640Z] [2021-03-22T22:38:12.911Z] Successfully built 9bd4046a7baa [2021-03-22T22:38:12.911Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-22T22:39:00.301Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:39:00.301Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:39:00.301Z] ---> 23c9f87d30cd [2021-03-22T22:39:00.301Z] Step 3/21 : WORKDIR /edgex-go [2021-03-22T22:39:00.301Z] ---> Using cache [2021-03-22T22:39:00.301Z] ---> 7b57ccf7b88e [2021-03-22T22:39:00.301Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:39:00.301Z] ---> Using cache [2021-03-22T22:39:00.301Z] ---> 5384dd121b91 [2021-03-22T22:39:00.301Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-22T22:39:00.301Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:39:00.301Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:39:00.301Z] ---> 23c9f87d30cd [2021-03-22T22:39:00.301Z] Step 3/24 : WORKDIR /edgex-go [2021-03-22T22:39:00.301Z] ---> Using cache [2021-03-22T22:39:00.301Z] ---> 7b57ccf7b88e [2021-03-22T22:39:00.301Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:39:00.301Z] ---> Using cache [2021-03-22T22:39:00.301Z] ---> 5384dd121b91 [2021-03-22T22:39:00.301Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-22T22:39:00.301Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:39:00.301Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:39:00.301Z] ---> 23c9f87d30cd [2021-03-22T22:39:00.301Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T22:39:00.301Z] ---> Using cache [2021-03-22T22:39:00.301Z] ---> 7b57ccf7b88e [2021-03-22T22:39:00.301Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:39:00.301Z] ---> Using cache [2021-03-22T22:39:00.301Z] ---> 5384dd121b91 [2021-03-22T22:39:00.301Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-22T22:39:00.301Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:39:00.301Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:39:00.301Z] ---> 23c9f87d30cd [2021-03-22T22:39:00.301Z] Step 3/26 : WORKDIR /edgex-go [2021-03-22T22:39:00.301Z] ---> Using cache [2021-03-22T22:39:00.301Z] ---> 7b57ccf7b88e [2021-03-22T22:39:00.301Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:39:00.301Z] ---> Using cache [2021-03-22T22:39:00.301Z] ---> 5384dd121b91 [2021-03-22T22:39:00.301Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-22T22:39:01.300Z] ---> Running in 2673e1954bed [2021-03-22T22:39:01.300Z] ---> Running in 4a5e46b807a6 [2021-03-22T22:39:01.300Z] ---> Running in 8ee10339fb53 [2021-03-22T22:39:01.300Z] ---> Running in b713b27e22e8 [2021-03-22T22:39:03.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:39:03.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:39:03.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:39:03.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:39:03.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:39:04.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:39:04.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:39:04.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:39:04.651Z] OK: 217 MiB in 51 packages [2021-03-22T22:39:04.933Z] OK: 217 MiB in 51 packages [2021-03-22T22:39:04.933Z] OK: 217 MiB in 51 packages [2021-03-22T22:39:05.219Z] OK: 217 MiB in 51 packages [2021-03-22T22:39:06.199Z] Removing intermediate container 8ee10339fb53 [2021-03-22T22:39:06.199Z] ---> 791de7d66d15 [2021-03-22T22:39:06.199Z] Step 6/21 : COPY go.mod . [2021-03-22T22:39:06.474Z] Removing intermediate container b713b27e22e8 [2021-03-22T22:39:06.474Z] ---> ae0447e77f27 [2021-03-22T22:39:06.474Z] Step 6/24 : COPY go.mod . [2021-03-22T22:39:06.750Z] Removing intermediate container 2673e1954bed [2021-03-22T22:39:06.751Z] ---> adf5ca09d613 [2021-03-22T22:39:06.751Z] Step 6/26 : COPY go.mod . [2021-03-22T22:39:06.751Z] Removing intermediate container 4a5e46b807a6 [2021-03-22T22:39:06.751Z] ---> 188f23100d9d [2021-03-22T22:39:06.751Z] Step 6/23 : COPY go.mod . [2021-03-22T22:39:07.026Z] ---> 32617f617efe [2021-03-22T22:39:07.026Z] Step 7/21 : RUN go mod download [2021-03-22T22:39:07.297Z] ---> Running in cb3c95f10199 [2021-03-22T22:39:07.573Z] ---> 1c9599318da4 [2021-03-22T22:39:07.573Z] Step 7/24 : RUN go mod download [2021-03-22T22:39:07.573Z] ---> 21b9a7f47f7d [2021-03-22T22:39:07.573Z] Step 7/23 : RUN go mod download [2021-03-22T22:39:07.573Z] ---> aa2f797067fd [2021-03-22T22:39:07.573Z] Step 7/26 : RUN go mod download [2021-03-22T22:39:07.842Z] ---> Running in aaa7329053b9 [2021-03-22T22:39:08.114Z] ---> Running in ba2539e97ab0 [2021-03-22T22:39:08.114Z] ---> Running in 8bf9182727a7 [2021-03-22T22:39:11.516Z] Removing intermediate container cb3c95f10199 [2021-03-22T22:39:11.516Z] ---> 7b05445ab8d9 [2021-03-22T22:39:11.516Z] Step 8/21 : COPY . . [2021-03-22T22:39:11.516Z] Removing intermediate container aaa7329053b9 [2021-03-22T22:39:11.516Z] ---> 861b71cfcb73 [2021-03-22T22:39:11.516Z] Step 8/24 : COPY . . [2021-03-22T22:39:12.124Z] Removing intermediate container 8bf9182727a7 [2021-03-22T22:39:12.124Z] ---> 3734815f3343 [2021-03-22T22:39:12.124Z] Step 8/26 : COPY . . [2021-03-22T22:39:12.396Z] Removing intermediate container ba2539e97ab0 [2021-03-22T22:39:12.396Z] ---> e2ca3c653fef [2021-03-22T22:39:12.396Z] Step 8/23 : COPY . . [2021-03-22T22:39:39.216Z] ---> d26101d4d316 [2021-03-22T22:39:39.216Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-22T22:39:39.216Z] ---> b27298b0f99c [2021-03-22T22:39:39.216Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-22T22:39:39.216Z] ---> 0fff8af228f3 [2021-03-22T22:39:39.216Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-22T22:39:39.216Z] ---> ef9fcba936d5 [2021-03-22T22:39:39.216Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-22T22:39:39.216Z] ---> Running in 255e638613b7 [2021-03-22T22:39:39.216Z] ---> Running in d481e951d651 [2021-03-22T22:39:39.216Z] ---> Running in e27f29e56ee2 [2021-03-22T22:39:39.216Z] ---> Running in 87b76b5f2de3 [2021-03-22T22:39:39.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-22T22:39:39.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-22T22:39:39.216Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-22T22:39:39.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-22T22:40:47.237Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-22T22:40:47.237Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-22T22:41:02.341Z] Removing intermediate container 87b76b5f2de3 [2021-03-22T22:41:02.341Z] ---> 56fa5745641d [2021-03-22T22:41:02.341Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-22T22:41:02.341Z] ---> Running in 5e771bdb1fce [2021-03-22T22:41:02.341Z] Removing intermediate container d481e951d651 [2021-03-22T22:41:02.341Z] ---> 9a63a84c9eb7 [2021-03-22T22:41:02.341Z] [2021-03-22T22:41:02.341Z] Step 10/21 : FROM alpine:3.12 [2021-03-22T22:41:02.341Z] ---> d10569e2745f [2021-03-22T22:41:02.341Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-22T22:41:02.341Z] ---> Running in 2e7913f805d4 [2021-03-22T22:41:02.341Z] Removing intermediate container 255e638613b7 [2021-03-22T22:41:02.341Z] ---> 522e242e381e [2021-03-22T22:41:02.341Z] [2021-03-22T22:41:02.341Z] Step 10/24 : FROM alpine:3.12 [2021-03-22T22:41:02.341Z] ---> d10569e2745f [2021-03-22T22:41:02.341Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-22T22:41:02.341Z] ---> Running in ac9578241198 [2021-03-22T22:41:02.613Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-22T22:41:03.635Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:41:03.917Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:41:03.917Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:41:04.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:41:04.469Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-22T22:41:04.774Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T22:41:04.774Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-22T22:41:04.774Z] (4/4) Installing curl (7.69.1-r3) [2021-03-22T22:41:04.774Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:41:04.774Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T22:41:05.130Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-22T22:41:05.130Z] OK: 7 MiB in 18 packages [2021-03-22T22:41:05.130Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T22:41:05.130Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-22T22:41:05.130Z] (4/5) Installing curl (7.69.1-r3) [2021-03-22T22:41:05.403Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-22T22:41:05.404Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:41:05.404Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T22:41:05.697Z] OK: 7 MiB in 19 packages [2021-03-22T22:41:07.696Z] Removing intermediate container 2e7913f805d4 [2021-03-22T22:41:07.696Z] ---> de5c689185ae [2021-03-22T22:41:07.696Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-22T22:41:08.290Z] ---> Running in 3561226f04da [2021-03-22T22:41:08.290Z] Removing intermediate container ac9578241198 [2021-03-22T22:41:08.290Z] ---> f8478f1d9315 [2021-03-22T22:41:08.290Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-22T22:41:08.290Z] Removing intermediate container 5e771bdb1fce [2021-03-22T22:41:08.290Z] ---> 727bb6835003 [2021-03-22T22:41:08.290Z] [2021-03-22T22:41:08.290Z] Step 11/26 : FROM docker:20.10.0 [2021-03-22T22:41:08.564Z] 20.10.0: Pulling from library/docker [2021-03-22T22:41:08.564Z] ---> Running in c7bc5c4e9a83 [2021-03-22T22:41:09.157Z] Removing intermediate container 3561226f04da [2021-03-22T22:41:09.157Z] ---> 7d4e53604807 [2021-03-22T22:41:09.157Z] Step 13/21 : WORKDIR /edgex [2021-03-22T22:41:09.466Z] ---> Running in 9d02fe4dbedc [2021-03-22T22:41:09.466Z] Removing intermediate container c7bc5c4e9a83 [2021-03-22T22:41:09.466Z] ---> 72c4272531bc [2021-03-22T22:41:09.466Z] Step 13/24 : WORKDIR / [2021-03-22T22:41:10.072Z] ---> Running in e5fe882f12b7 [2021-03-22T22:41:10.673Z] Removing intermediate container 9d02fe4dbedc [2021-03-22T22:41:10.673Z] ---> 73ccddae6d19 [2021-03-22T22:41:10.673Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-22T22:41:11.281Z] Removing intermediate container e5fe882f12b7 [2021-03-22T22:41:11.281Z] ---> a67b717a6bda [2021-03-22T22:41:11.281Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-22T22:41:12.255Z] ---> 320ac2ff1606 [2021-03-22T22:41:12.255Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-22T22:41:12.255Z] ---> 49e079e1f98d [2021-03-22T22:41:12.255Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-22T22:41:13.684Z] ---> ec560f35af1d [2021-03-22T22:41:13.684Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-22T22:41:13.967Z] ---> a5041008dfd7 [2021-03-22T22:41:13.967Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-22T22:41:15.429Z] ---> 45156fbfc8d7 [2021-03-22T22:41:15.429Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-22T22:41:15.702Z] ---> 817116a0c217 [2021-03-22T22:41:15.702Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-22T22:41:16.687Z] ---> Running in 0f514acce72d [2021-03-22T22:41:17.281Z] ---> 5c9dbda4c03c [2021-03-22T22:41:17.281Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-22T22:41:17.555Z] Removing intermediate container 0f514acce72d [2021-03-22T22:41:17.555Z] ---> 16305ce440bb [2021-03-22T22:41:17.555Z] Step 18/21 : CMD ["--init=true"] [2021-03-22T22:41:18.150Z] ---> Running in ad02ea6523e5 [2021-03-22T22:41:19.127Z] Removing intermediate container e27f29e56ee2 [2021-03-22T22:41:19.127Z] ---> dc0216e24cfd [2021-03-22T22:41:19.127Z] [2021-03-22T22:41:19.127Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T22:41:19.127Z] ---> d10569e2745f [2021-03-22T22:41:19.127Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-22T22:41:19.400Z] ---> 190e3a1d7c87 [2021-03-22T22:41:19.400Z] Removing intermediate container ad02ea6523e5 [2021-03-22T22:41:19.400Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-22T22:41:19.400Z] ---> 2b9871070d5c [2021-03-22T22:41:19.400Z] Step 19/21 : LABEL arch=arm64 [2021-03-22T22:41:19.674Z] ---> Running in a00bf59101a1 [2021-03-22T22:41:19.674Z] ---> Running in 699e1749d35f [2021-03-22T22:41:20.273Z] Removing intermediate container a00bf59101a1 [2021-03-22T22:41:20.273Z] ---> ffca457b5cd5 [2021-03-22T22:41:20.273Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-22T22:41:20.273Z] Removing intermediate container 699e1749d35f [2021-03-22T22:41:20.273Z] ---> 1e3c15821b98 [2021-03-22T22:41:20.273Z] Step 20/21 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 [2021-03-22T22:41:20.273Z] ---> c2d4996ef017 [2021-03-22T22:41:20.273Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-22T22:41:20.548Z] ---> Running in b2d6b81411d6 [2021-03-22T22:41:20.548Z] ---> Running in 61c3d549e462 [2021-03-22T22:41:20.548Z] ---> Running in 537c40427a31 [2021-03-22T22:41:21.156Z] Removing intermediate container 61c3d549e462 [2021-03-22T22:41:21.156Z] ---> 0f3ea2ce3caf [2021-03-22T22:41:21.156Z] Step 21/21 : LABEL version=0.0.0 [2021-03-22T22:41:21.156Z] Removing intermediate container b2d6b81411d6 [2021-03-22T22:41:21.156Z] ---> 47f8b5463796 [2021-03-22T22:41:21.156Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-22T22:41:21.156Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-22T22:41:21.156Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-22T22:41:21.156Z] ---> eeaf43b92773 [2021-03-22T22:41:21.156Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-22T22:41:21.431Z] ---> Running in 43286fe1885b [2021-03-22T22:41:21.431Z] ---> Running in ed5c1894fc1e [2021-03-22T22:41:21.431Z] ---> Running in 259f99435124 [2021-03-22T22:41:22.027Z] Removing intermediate container 43286fe1885b [2021-03-22T22:41:22.027Z] ---> 10fbdf44cdff [2021-03-22T22:41:22.027Z] [2021-03-22T22:41:22.027Z] Removing intermediate container ed5c1894fc1e [2021-03-22T22:41:22.027Z] ---> 31953e55ccd4 [2021-03-22T22:41:22.027Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:41:22.307Z] ---> Running in 7f20930682a7 [2021-03-22T22:41:22.582Z] Successfully built 10fbdf44cdff [2021-03-22T22:41:22.582Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-22T22:41:22.854Z]  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:41:23.130Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:41:23.403Z] Removing intermediate container 537c40427a31 [2021-03-22T22:41:23.403Z] ---> f6b7a0a6e736 [2021-03-22T22:41:23.403Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-22T22:41:23.679Z] (1/2) Installing readline (8.0.4-r0) [2021-03-22T22:41:23.679Z] (2/2) Installing bash (5.0.17-r0) [2021-03-22T22:41:23.679Z] Executing bash-5.0.17-r0.post-install [2021-03-22T22:41:23.679Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:41:23.679Z] OK: 12 MiB in 22 packages [2021-03-22T22:41:23.679Z] ---> Running in 783cd7ea73f3 [2021-03-22T22:41:24.279Z] Removing intermediate container 783cd7ea73f3 [2021-03-22T22:41:24.279Z] ---> 1c26a93b7883 [2021-03-22T22:41:24.279Z] Step 22/24 : LABEL arch=arm64 [2021-03-22T22:41:24.552Z] ---> Running in e6105dbdfaf2 [2021-03-22T22:41:25.152Z] Removing intermediate container e6105dbdfaf2 [2021-03-22T22:41:25.152Z] ---> c87136f5bccf [2021-03-22T22:41:25.152Z] Step 23/24 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 [2021-03-22T22:41:25.152Z] ---> Running in d25dc52779fd [2021-03-22T22:41:25.437Z] Removing intermediate container 259f99435124 [2021-03-22T22:41:25.437Z] ---> 18fb9c2c60cd [2021-03-22T22:41:25.437Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-22T22:41:25.437Z] Removing intermediate container 7f20930682a7 [2021-03-22T22:41:25.437Z] ---> cc150f817a6e [2021-03-22T22:41:25.437Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-22T22:41:25.437Z] ---> Running in d86fa56a8ce6 [2021-03-22T22:41:25.437Z] ---> Running in 409e44855b67 [2021-03-22T22:41:25.710Z] Removing intermediate container d25dc52779fd [2021-03-22T22:41:25.710Z] ---> 24e3dd3fb9a6 [2021-03-22T22:41:25.710Z] Step 24/24 : LABEL version=0.0.0 [2021-03-22T22:41:25.979Z] ---> Running in 9b84b3fbc1d7 [2021-03-22T22:41:25.979Z] Removing intermediate container d86fa56a8ce6 [2021-03-22T22:41:25.979Z] ---> c23153bdb9b3 [2021-03-22T22:41:25.979Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-22T22:41:26.252Z] ---> Running in 191436be8abd [2021-03-22T22:41:26.524Z] Removing intermediate container 9b84b3fbc1d7 [2021-03-22T22:41:26.524Z] ---> 1cd993664e1b [2021-03-22T22:41:26.524Z] [2021-03-22T22:41:26.801Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:41:26.802Z] Removing intermediate container 191436be8abd [2021-03-22T22:41:26.802Z] ---> 4a037bb1914f [2021-03-22T22:41:26.802Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-22T22:41:27.072Z] Successfully built 1cd993664e1b [2021-03-22T22:41:27.072Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-22T22:41:27.072Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in e39f028ba5a5 [2021-03-22T22:41:27.665Z] Removing intermediate container e39f028ba5a5 [2021-03-22T22:41:27.665Z] ---> c314a66f4788 [2021-03-22T22:41:27.666Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-22T22:41:27.666Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:41:28.644Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-22T22:41:28.644Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-22T22:41:28.644Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-22T22:41:28.644Z] ---> 2e90de6aa67e [2021-03-22T22:41:28.644Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-22T22:41:28.916Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-22T22:41:29.187Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-22T22:41:29.187Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-22T22:41:29.459Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:41:29.459Z] OK: 8 MiB in 20 packages [2021-03-22T22:41:29.459Z] ---> a3fc4fe33d02 [2021-03-22T22:41:29.459Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-22T22:41:30.453Z] ---> c1b2ff6ef178 [2021-03-22T22:41:30.453Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-22T22:41:30.453Z] ---> Running in 27dc2de57cf4 [2021-03-22T22:41:31.063Z] Removing intermediate container 409e44855b67 [2021-03-22T22:41:31.063Z] ---> ac5132e7dd18 [2021-03-22T22:41:31.063Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:41:31.661Z] ---> 84046e79b0fc [2021-03-22T22:41:31.661Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-22T22:41:31.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:41:31.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:41:32.540Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-22T22:41:32.540Z] (2/33) Installing expat (2.2.9-r1) [2021-03-22T22:41:32.540Z] (3/33) Installing libffi (3.3-r2) [2021-03-22T22:41:32.540Z] (4/33) Installing gdbm (1.13-r1) [2021-03-22T22:41:32.540Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-22T22:41:32.540Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-22T22:41:32.540Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-22T22:41:33.524Z] ---> bf11c43c4ba8 [2021-03-22T22:41:33.524Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-22T22:41:34.518Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-22T22:41:34.518Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-22T22:41:34.518Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-22T22:41:34.518Z] ---> 6be3674bba9c [2021-03-22T22:41:34.518Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-22T22:41:34.518Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-22T22:41:34.518Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-22T22:41:34.518Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-22T22:41:34.518Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-22T22:41:34.518Z] ---> Running in ebfea50fc0c3 [2021-03-22T22:41:34.518Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-22T22:41:34.518Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-22T22:41:34.518Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-22T22:41:34.518Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-22T22:41:34.794Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-22T22:41:34.794Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-22T22:41:34.794Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-22T22:41:34.794Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-22T22:41:34.794Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-22T22:41:34.794Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-22T22:41:34.794Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-22T22:41:34.794Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-22T22:41:34.794Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-22T22:41:34.794Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-22T22:41:34.794Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-22T22:41:34.794Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-22T22:41:34.794Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-22T22:41:34.794Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-22T22:41:34.794Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-22T22:41:35.077Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:41:35.077Z] OK: 71 MiB in 55 packages [2021-03-22T22:41:35.077Z] Removing intermediate container ebfea50fc0c3 [2021-03-22T22:41:35.077Z] ---> 4dd714f8411d [2021-03-22T22:41:35.077Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:41:35.352Z] ---> Running in 5bcf0de19781 [2021-03-22T22:41:35.953Z] Removing intermediate container 5bcf0de19781 [2021-03-22T22:41:35.953Z] ---> 70be60745432 [2021-03-22T22:41:35.953Z] Step 21/23 : LABEL arch=arm64 [2021-03-22T22:41:35.953Z] ---> Running in 0e761a679c56 [2021-03-22T22:41:36.548Z] Removing intermediate container 0e761a679c56 [2021-03-22T22:41:36.548Z] ---> e4e58ad5fce7 [2021-03-22T22:41:36.548Z] Step 22/23 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 [2021-03-22T22:41:36.548Z] ---> Running in 1ac653608d8b [2021-03-22T22:41:37.140Z] Removing intermediate container 1ac653608d8b [2021-03-22T22:41:37.140Z] ---> e6e9ea0c30f4 [2021-03-22T22:41:37.140Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T22:41:37.412Z] ---> Running in 03ef13da64c8 [2021-03-22T22:41:38.002Z] Removing intermediate container 03ef13da64c8 [2021-03-22T22:41:38.003Z] ---> 8645529eb960 [2021-03-22T22:41:38.003Z] [2021-03-22T22:41:38.601Z] Successfully built 8645529eb960 [2021-03-22T22:41:38.601Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-22T22:41:40.565Z]  Building docker-core-data-go ... done Removing intermediate container 27dc2de57cf4 [2021-03-22T22:41:40.565Z] ---> 0549047bcb27 [2021-03-22T22:41:40.565Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-22T22:41:40.842Z] ---> Running in eaa25b670d3b [2021-03-22T22:41:45.143Z] Collecting docker-compose==1.23.2 [2021-03-22T22:41:45.143Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-22T22:41:45.731Z] Collecting docopt<0.7,>=0.6.1 [2021-03-22T22:41:45.731Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-22T22:41:47.688Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-22T22:41:47.957Z] Collecting PyYAML<4,>=3.10 [2021-03-22T22:41:48.227Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-22T22:41:51.607Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-22T22:41:51.607Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-22T22:41:53.028Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-22T22:41:53.028Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-22T22:41:53.618Z] Collecting texttable<0.10,>=0.9.0 [2021-03-22T22:41:53.618Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-22T22:41:55.577Z] Collecting jsonschema<3,>=2.5.1 [2021-03-22T22:41:55.577Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-22T22:41:55.847Z] Collecting cached-property<2,>=1.2.0 [2021-03-22T22:41:55.847Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-22T22:41:56.818Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-22T22:41:56.818Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-22T22:41:57.421Z] Collecting docker<4.0,>=3.6.0 [2021-03-22T22:41:57.421Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-22T22:41:58.028Z] Collecting idna<2.8,>=2.5 [2021-03-22T22:41:58.028Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-22T22:41:58.028Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-22T22:41:58.028Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-22T22:41:58.630Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-22T22:41:58.630Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-22T22:41:58.912Z] Collecting docker-pycreds>=0.4.0 [2021-03-22T22:41:58.912Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-22T22:41:59.189Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-22T22:41:59.190Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-22T22:41:59.190Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-22T22:41:59.190Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-22T22:42:00.195Z] Installing collected packages: docopt, PyYAML, dockerpty, websocket-client, texttable, jsonschema, cached-property, idna, urllib3, requests, docker-pycreds, docker, docker-compose [2021-03-22T22:42:00.195Z] Running setup.py install for docopt: started [2021-03-22T22:42:02.172Z] Running setup.py install for docopt: finished with status 'done' [2021-03-22T22:42:02.172Z] Running setup.py install for PyYAML: started [2021-03-22T22:42:04.134Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-22T22:42:04.134Z] Running setup.py install for dockerpty: started [2021-03-22T22:42:05.556Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-22T22:42:05.826Z] Running setup.py install for texttable: started [2021-03-22T22:42:07.779Z] Running setup.py install for texttable: finished with status 'done' [2021-03-22T22:42:07.779Z] Attempting uninstall: idna [2021-03-22T22:42:07.779Z] Found existing installation: idna 2.9 [2021-03-22T22:42:07.779Z] Uninstalling idna-2.9: [2021-03-22T22:42:08.047Z] Successfully uninstalled idna-2.9 [2021-03-22T22:42:08.639Z] Attempting uninstall: urllib3 [2021-03-22T22:42:08.639Z] Found existing installation: urllib3 1.25.9 [2021-03-22T22:42:08.639Z] Uninstalling urllib3-1.25.9: [2021-03-22T22:42:08.639Z] Successfully uninstalled urllib3-1.25.9 [2021-03-22T22:42:09.231Z] Attempting uninstall: requests [2021-03-22T22:42:09.231Z] Found existing installation: requests 2.23.0 [2021-03-22T22:42:09.231Z] Uninstalling requests-2.23.0: [2021-03-22T22:42:09.503Z] Successfully uninstalled requests-2.23.0 [2021-03-22T22:42:11.465Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-22T22:42:14.845Z] Removing intermediate container eaa25b670d3b [2021-03-22T22:42:14.845Z] ---> 0905ba34b175 [2021-03-22T22:42:14.845Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-22T22:42:15.122Z] ---> Running in 085202ff1163 [2021-03-22T22:42:16.113Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:42:16.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:42:16.980Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T22:42:16.980Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-22T22:42:16.980Z] (3/3) Installing curl (7.69.1-r3) [2021-03-22T22:42:16.980Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:42:16.980Z] OK: 72 MiB in 58 packages [2021-03-22T22:42:17.960Z] Removing intermediate container 085202ff1163 [2021-03-22T22:42:17.960Z] ---> c15f10cec72d [2021-03-22T22:42:17.960Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-22T22:42:18.233Z] ---> Running in 82ed1e97c03b [2021-03-22T22:42:18.506Z] Removing intermediate container 82ed1e97c03b [2021-03-22T22:42:18.506Z] ---> 684bfd3e7d9d [2021-03-22T22:42:18.506Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:42:18.779Z] ---> Running in 54c8e6db4795 [2021-03-22T22:42:19.054Z] Removing intermediate container 54c8e6db4795 [2021-03-22T22:42:19.054Z] ---> b5b83e6ec770 [2021-03-22T22:42:19.054Z] Step 24/26 : LABEL arch=arm64 [2021-03-22T22:42:19.327Z] ---> Running in cdfd4f6def8e [2021-03-22T22:42:19.923Z] Removing intermediate container cdfd4f6def8e [2021-03-22T22:42:19.923Z] ---> 6d02ce256bca [2021-03-22T22:42:19.923Z] Step 25/26 : LABEL git_sha=b750d2d7a2dc3ccf6a691e356026d256cb22a430 [2021-03-22T22:42:19.923Z] ---> Running in f4766b268a7f [2021-03-22T22:42:20.516Z] Removing intermediate container f4766b268a7f [2021-03-22T22:42:20.516Z] ---> 7f35f8db1b92 [2021-03-22T22:42:20.516Z] Step 26/26 : LABEL version=0.0.0 [2021-03-22T22:42:20.516Z] ---> Running in 3ac188c84b7c [2021-03-22T22:42:21.107Z] Removing intermediate container 3ac188c84b7c [2021-03-22T22:42:21.107Z] ---> fa37983f7c04 [2021-03-22T22:42:21.107Z] [2021-03-22T22:42:21.377Z] Successfully built fa37983f7c04 [2021-03-22T22:42:21.377Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-22T22:42:21.665Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-22T22:42:21.701Z] $ docker stop --time=1 74fbf9ee9b1ac967525f7df9b901ba93d23237892f261640af4726dcf016b182 [2021-03-22T22:42:23.653Z] $ docker rm -f 74fbf9ee9b1ac967525f7df9b901ba93d23237892f261640af4726dcf016b182 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-22T22:42:24.300Z] + docker images [2021-03-22T22:42:24.300Z] + grep docker [2021-03-22T22:42:24.569Z] docker-sys-mgmt-agent-go-arm64 latest fa37983f7c04 4 seconds ago 300MB [2021-03-22T22:42:24.569Z] docker-core-data-go-arm64 latest 8645529eb960 47 seconds ago 21.3MB [2021-03-22T22:42:24.570Z] docker-security-secretstore-setup-go-arm64 latest 1cd993664e1b 58 seconds ago 23.7MB [2021-03-22T22:42:24.570Z] docker-security-proxy-setup-go-arm64 latest 10fbdf44cdff About a minute ago 23.4MB [2021-03-22T22:42:24.570Z] docker-security-bootstrapper-go-arm64 latest 9bd4046a7baa 4 minutes ago 17.8MB [2021-03-22T22:42:24.570Z] docker-core-metadata-go-arm64 latest 873b8aecbcc8 4 minutes ago 17.9MB [2021-03-22T22:42:24.570Z] docker-core-command-go-arm64 latest 049716ff24fb 4 minutes ago 16.4MB [2021-03-22T22:42:24.570Z] docker-support-notifications-go-arm64 latest 9d4326b5e50f 4 minutes ago 16.9MB [2021-03-22T22:42:24.570Z] docker-support-scheduler-go-arm64 latest 3eeaf120a088 4 minutes ago 16.3MB [2021-03-22T22:42:24.570Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:42:25.701Z] ---> job-cost.sh [2021-03-22T22:42:25.701Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-PUmv [2021-03-22T22:43:04.632Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-22T22:44:41.365Z] lf-activate-venv(): INFO: Adding /tmp/venv-PUmv/bin to PATH [2021-03-22T22:44:41.365Z] INFO: No Stack... [2021-03-22T22:44:41.365Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-22T22:44:41.365Z] INFO: Archiving Costs [Pipeline] sh [2021-03-22T22:44:41.704Z] + cut -d, -f6+ [2021-03-22T22:44:41.704Z] cat /w/workspace/edgex-go/25/archives/cost.csv [Pipeline] lock [2021-03-22T22:44:41.815Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-25-stack-cost] [2021-03-22T22:44:41.828Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-25-stack-cost] did not exist. Created. [2021-03-22T22:44:41.829Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-25-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-22T22:44:42.287Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-22T22:44:42.607Z] Stashed 1 file(s) [Pipeline] } [2021-03-22T22:44:42.621Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-25-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-22T22:44:44.061Z] provisioning config files... [2021-03-22T22:44:44.076Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/25@tmp/config8956808825320062973tmp [Pipeline] { [Pipeline] sh [2021-03-22T22:44:44.459Z] + set +x [2021-03-22T22:44:44.459Z] + curl -s https://codecov.io/bash [2021-03-22T22:44:44.459Z] + bash -s -- [2021-03-22T22:44:44.728Z] [2021-03-22T22:44:44.728Z] _____ _ [2021-03-22T22:44:44.728Z] / ____| | | [2021-03-22T22:44:44.728Z] | | ___ __| | ___ ___ _____ __ [2021-03-22T22:44:44.728Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-22T22:44:44.728Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-22T22:44:44.728Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-22T22:44:44.728Z] Bash-20210309-2b87ace [2021-03-22T22:44:44.728Z] [2021-03-22T22:44:44.728Z] [2021-03-22T22:44:44.728Z] ==> git version 2.24.3 found [2021-03-22T22:44:44.728Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-22T22:44:44.728Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-22T22:44:44.728Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-22T22:44:44.728Z] ==> Jenkins CI detected. [2021-03-22T22:44:44.991Z] project root: . [2021-03-22T22:44:44.991Z] --> token set from env [2021-03-22T22:44:44.991Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-22T22:44:44.991Z] ==> Running gcov in . (disable via -X gcov) [2021-03-22T22:44:44.991Z] ==> Python coveragepy not found [2021-03-22T22:44:44.991Z] ==> Searching for coverage reports in: [2021-03-22T22:44:44.991Z] + . [2021-03-22T22:44:44.991Z] -> Found 1 reports [2021-03-22T22:44:44.991Z] ==> Detecting git/mercurial file structure [2021-03-22T22:44:44.991Z] ==> Reading reports [2021-03-22T22:44:44.991Z] + ./coverage.out bytes=659965 [2021-03-22T22:44:45.255Z] ==> Appending adjustments [2021-03-22T22:44:45.255Z] https://docs.codecov.io/docs/fixing-reports [2021-03-22T22:44:48.696Z] + Found adjustments [2021-03-22T22:44:48.696Z] ==> Gzipping contents [2021-03-22T22:44:48.696Z] 96K /tmp/codecov.0DupNz.gz [2021-03-22T22:44:48.696Z] ==> Uploading reports [2021-03-22T22:44:48.696Z] url: https://codecov.io [2021-03-22T22:44:48.696Z] query: branch=PR-3234&commit=b750d2d7a2dc3ccf6a691e356026d256cb22a430&build=25&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F25%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-22T22:44:48.696Z] -> Pinging Codecov [2021-03-22T22:44:48.696Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=b750d2d7a2dc3ccf6a691e356026d256cb22a430&build=25&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F25%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-22T22:44:49.296Z] -> Uploading to [2021-03-22T22:44:49.296Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-22/00271124DB129430A58F1EEE437C3FCB/b750d2d7a2dc3ccf6a691e356026d256cb22a430/b1069817-12c9-4a70-9156-165ad40c9a55.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210322%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210322T224448Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0ef9ec72bcb73543743695cf268ec83efe285f9d9402a3e26d1eb6c40c372ee1 [2021-03-22T22:44:49.296Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-22T22:44:49.296Z] Dload Upload Total Spent Left Speed [2021-03-22T22:44:49.562Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96048 0 0 100 96048 0 212k --:--:-- --:--:-- --:--:-- 212k [2021-03-22T22:44:49.562Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/b750d2d7a2dc3ccf6a691e356026d256cb22a430 [Pipeline] } [2021-03-22T22:44:49.573Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:44:51.648Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:44:52.530Z] ---> package-listing.sh [2021-03-22T22:44:52.530Z] ++ facter osfamily [2021-03-22T22:44:52.530Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-22T22:44:52.530Z] + OS_FAMILY=redhat [2021-03-22T22:44:52.530Z] + workspace=/w/workspace/edgex-go/25 [2021-03-22T22:44:52.530Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-22T22:44:52.530Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-22T22:44:52.530Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-22T22:44:52.530Z] + PACKAGES=/tmp/packages_start.txt [2021-03-22T22:44:52.530Z] + '[' /w/workspace/edgex-go/25 ']' [2021-03-22T22:44:52.530Z] + PACKAGES=/tmp/packages_end.txt [2021-03-22T22:44:52.530Z] + case "${OS_FAMILY}" in [2021-03-22T22:44:52.530Z] + rpm -qa [2021-03-22T22:44:52.530Z] + sort [2021-03-22T22:44:57.841Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-22T22:44:57.841Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-22T22:44:57.841Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-22T22:44:57.841Z] + '[' /w/workspace/edgex-go/25 ']' [2021-03-22T22:44:57.841Z] + mkdir -p /w/workspace/edgex-go/25/archives/ [2021-03-22T22:44:57.841Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/25/archives/ [Pipeline] echo [2021-03-22T22:44:57.855Z] 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/25/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-22T22:44:58.148Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:44:58.456Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-22T22:44:58.456Z] [2021-03-22T22:44:58.456Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:44:58.815Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-22T22:44:58.815Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-22T22:44:58.815Z] df20fa9351a1: Pulling fs layer [2021-03-22T22:44:58.815Z] 36b3adc4ff6f: Pulling fs layer [2021-03-22T22:44:58.815Z] 8ad3a11d3b57: Pulling fs layer [2021-03-22T22:44:58.815Z] 46f8f816bc3b: Pulling fs layer [2021-03-22T22:44:58.815Z] 93b61091891f: Pulling fs layer [2021-03-22T22:44:58.815Z] 93b9cdb0e59b: Pulling fs layer [2021-03-22T22:44:58.815Z] 5e14af77c1be: Pulling fs layer [2021-03-22T22:44:58.815Z] 01666e4c0597: Pulling fs layer [2021-03-22T22:44:58.815Z] aa168da1d23b: Pulling fs layer [2021-03-22T22:44:58.815Z] 46f8f816bc3b: Waiting [2021-03-22T22:44:58.815Z] 93b61091891f: Waiting [2021-03-22T22:44:58.815Z] 93b9cdb0e59b: Waiting [2021-03-22T22:44:58.815Z] 5e14af77c1be: Waiting [2021-03-22T22:44:58.815Z] 01666e4c0597: Waiting [2021-03-22T22:44:58.815Z] aa168da1d23b: Waiting [2021-03-22T22:44:58.815Z] 36b3adc4ff6f: Verifying Checksum [2021-03-22T22:44:58.815Z] 36b3adc4ff6f: Download complete [2021-03-22T22:44:58.815Z] 46f8f816bc3b: Download complete [2021-03-22T22:44:58.815Z] df20fa9351a1: Verifying Checksum [2021-03-22T22:44:59.086Z] 93b9cdb0e59b: Verifying Checksum [2021-03-22T22:44:59.086Z] 93b9cdb0e59b: Download complete [2021-03-22T22:44:59.086Z] 5e14af77c1be: Verifying Checksum [2021-03-22T22:44:59.086Z] 5e14af77c1be: Download complete [2021-03-22T22:44:59.086Z] 93b61091891f: Download complete [2021-03-22T22:44:59.086Z] 01666e4c0597: Download complete [2021-03-22T22:44:59.086Z] 8ad3a11d3b57: Verifying Checksum [2021-03-22T22:44:59.086Z] 8ad3a11d3b57: Download complete [2021-03-22T22:44:59.353Z] df20fa9351a1: Pull complete [2021-03-22T22:44:59.622Z] 36b3adc4ff6f: Pull complete [2021-03-22T22:45:01.017Z] aa168da1d23b: Verifying Checksum [2021-03-22T22:45:01.017Z] aa168da1d23b: Download complete [2021-03-22T22:45:01.290Z] 8ad3a11d3b57: Pull complete [2021-03-22T22:45:01.560Z] 46f8f816bc3b: Pull complete [2021-03-22T22:45:02.974Z] 93b61091891f: Pull complete [2021-03-22T22:45:02.974Z] 93b9cdb0e59b: Pull complete [2021-03-22T22:45:03.236Z] 5e14af77c1be: Pull complete [2021-03-22T22:45:03.500Z] 01666e4c0597: Pull complete [2021-03-22T22:45:11.678Z] aa168da1d23b: Pull complete [2021-03-22T22:45:11.678Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-22T22:45:11.678Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-22T22:45:11.678Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-22T22:45:11.883Z] prd-centos7-docker-4c-2g-30950 does not seem to be running inside a container [2021-03-22T22:45:11.940Z] $ 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/25/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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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-lftools-log-publisher:alpine cat [2021-03-22T22:45:21.250Z] $ docker top 8e3e78ef2a2606a7896668ddf3280fc3f5d45c31186d1def96b6e86ba06dfe98 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T22:45:21.866Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-22T22:45:22.170Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-22T22:45:22.472Z] + ls /var/log/sa-host [2021-03-22T22:45:22.472Z] + sadf -c /var/log/sa-host/sa22 [2021-03-22T22:45:22.472Z] file_magic: OK [2021-03-22T22:45:22.472Z] HZ: Using current value: 100 [2021-03-22T22:45:22.472Z] file_header: OK [2021-03-22T22:45:22.472Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-22T22:45:22.472Z] Statistics: [2021-03-22T22:45:22.472Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-22T22:45:22.472Z] File successfully converted to sysstat format version 12.2.1 [2021-03-22T22:45:22.472Z] + sadf -c /var/log/sa-host/sa23 [2021-03-22T22:45:22.472Z] file_magic: OK [2021-03-22T22:45:22.472Z] HZ: Using current value: 100 [2021-03-22T22:45:22.472Z] file_header: OK [2021-03-22T22:45:22.472Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-22T22:45:22.472Z] Statistics: [2021-03-22T22:45:22.472Z] Hnuu...uuuununununu... [2021-03-22T22:45:22.472Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-22T22:45:22.713Z] provisioning config files... [2021-03-22T22:45:22.731Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/25@tmp/config8433583950375795454tmp [Pipeline] { [Pipeline] echo [2021-03-22T22:45:22.796Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:45:23.097Z] ---> create-netrc.sh [Pipeline] } [2021-03-22T22:45:23.107Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-22T22:45:23.192Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:45:23.500Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-22T22:45:23.517Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:45:23.831Z] ---> sudo-logs.sh [2021-03-22T22:45:23.832Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-22T22:45:23.961Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:45:24.265Z] ---> job-cost.sh [2021-03-22T22:45:24.265Z] lf-activate-venv: SKIPPING [2021-03-22T22:45:24.265Z] DEBUG: total: 0.20999999344348907 [2021-03-22T22:45:24.265Z] INFO: Retrieving Stack Cost... [2021-03-22T22:45:25.221Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-22T22:45:25.798Z] INFO: Archiving Costs [Pipeline] echo [2021-03-22T22:45:25.814Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:45:26.131Z] ---> logs-deploy.sh [2021-03-22T22:45:26.131Z] lf-activate-venv: SKIPPING [2021-03-22T22:45:26.131Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/25 [2021-03-22T22:45:26.131Z] INFO: archiving workspace using pattern(s): [2021-03-22T22:45:28.054Z] Archives upload complete. [2021-03-22T22:45:28.054Z] INFO: archiving logs to Nexus