Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1b48b7d4a8689bfc227836ea5570b06a06206db1+cb9c2e341f41af7151c441ed572f1003f1e13be3 (4e41090f3d40d4aa53eed597351c814b03469f41) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-33485 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/61 [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/61 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit cb9c2e341f41af7151c441ed572f1003f1e13be3 into PR head commit 1b48b7d4a8689bfc227836ea5570b06a06206db1 Merge succeeded, producing 1b48b7d4a8689bfc227836ea5570b06a06206db1 Checking out Revision 1b48b7d4a8689bfc227836ea5570b06a06206db1 (PR-3234) > git config core.sparsecheckout # timeout=10 > git checkout -f 1b48b7d4a8689bfc227836ea5570b06a06206db1 # 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 cb9c2e341f41af7151c441ed572f1003f1e13be3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1b48b7d4a8689bfc227836ea5570b06a06206db1 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-09T23:01:38.090Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-09T23:01:38.304Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-09T23:01:38.391Z] ========================================================= [2021-04-09T23:01:38.391Z] EdgeX Global Pipelines Version Info [2021-04-09T23:01:38.391Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 2efd505dd01d0296155b996f9ea2f2fd659ef945 # timeout=10 [2021-04-09T23:01:39.899Z] ------------------- [2021-04-09T23:01:39.899Z] stable info: [2021-04-09T23:01:39.899Z] ------------------- [2021-04-09T23:01:39.899Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-09T23:01:39.899Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-09T23:01:39.899Z] Message: update stable to v1.0.186 [2021-04-09T23:01:40.851Z] ------------------- [2021-04-09T23:01:40.851Z] experimental info: [2021-04-09T23:01:40.851Z] ------------------- [2021-04-09T23:01:40.851Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-09T23:01:40.851Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-09T23:01:40.851Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-09T23:01:41.175Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-09T23:01:41.268Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-09T23:01:41.363Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-09T23:01:41.444Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-09T23:01:41.525Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-09T23:01:41.607Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-09T23:01:41.702Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-09T23:01:41.790Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-09T23:01:41.887Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-09T23:01:41.970Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-09T23:01:42.065Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-09T23:01:42.150Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-09T23:01:42.239Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-09T23:01:42.332Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-09T23:01:42.430Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-09T23:01:42.510Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-09T23:01:42.610Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-09T23:01:42.690Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-09T23:01:42.790Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-09T23:01:42.878Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-09T23:01:42.960Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-09T23:01:43.052Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-09T23:01:43.140Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-04-09T23:01:43.224Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-04-09T23:01:43.307Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-04-09T23:01:43.394Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1b48b7d4a8689bfc227836ea5570b06a06206db1 [Pipeline] echo [2021-04-09T23:01:43.479Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1b48b7d [Pipeline] echo [2021-04-09T23:01:43.562Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-09T23:01:43.743Z] provisioning config files... [2021-04-09T23:01:43.776Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/61@tmp/config6256941303014900112tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-09T23:01:44.137Z] ---> docker-login.sh [2021-04-09T23:01:44.137Z] nexus3.edgexfoundry.org:10001 [2021-04-09T23:01:44.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T23:01:44.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T23:01:44.400Z] Configure a credential helper to remove this warning. See [2021-04-09T23:01:44.400Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T23:01:44.400Z] [2021-04-09T23:01:44.400Z] Login Succeeded [2021-04-09T23:01:44.400Z] nexus3.edgexfoundry.org:10002 [2021-04-09T23:01:44.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T23:01:44.663Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T23:01:44.663Z] Configure a credential helper to remove this warning. See [2021-04-09T23:01:44.663Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T23:01:44.663Z] [2021-04-09T23:01:44.663Z] Login Succeeded [2021-04-09T23:01:44.663Z] nexus3.edgexfoundry.org:10003 [2021-04-09T23:01:44.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T23:01:44.927Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T23:01:44.927Z] Configure a credential helper to remove this warning. See [2021-04-09T23:01:44.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T23:01:44.927Z] [2021-04-09T23:01:44.927Z] Login Succeeded [2021-04-09T23:01:44.927Z] nexus3.edgexfoundry.org:10004 [2021-04-09T23:01:44.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T23:01:44.927Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T23:01:44.927Z] Configure a credential helper to remove this warning. See [2021-04-09T23:01:44.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T23:01:44.927Z] [2021-04-09T23:01:44.927Z] Login Succeeded [2021-04-09T23:01:44.927Z] docker.io [2021-04-09T23:01:45.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T23:01:45.454Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T23:01:45.454Z] Configure a credential helper to remove this warning. See [2021-04-09T23:01:45.454Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T23:01:45.454Z] [2021-04-09T23:01:45.454Z] Login Succeeded [2021-04-09T23:01:45.454Z] ---> docker-login.sh ends [Pipeline] } [2021-04-09T23:01:45.464Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-09T23:01:45.917Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-04-09T23:01:45.917Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T23:01:45.917Z] ++ dirname cmd/core-command/Dockerfile [2021-04-09T23:01:45.917Z] ++ cut -d/ -f2 [2021-04-09T23:01:45.917Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-09T23:01:45.917Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T23:01:45.917Z] ++ dirname cmd/core-data/Dockerfile [2021-04-09T23:01:45.917Z] ++ cut -d/ -f2 [2021-04-09T23:01:45.917Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-09T23:01:45.917Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T23:01:45.917Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-09T23:01:45.917Z] ++ cut -d/ -f2 [2021-04-09T23:01:45.917Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-09T23:01:45.917Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T23:01:45.917Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-09T23:01:45.917Z] ++ cut -d/ -f2 [2021-04-09T23:01:45.917Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-09T23:01:45.917Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T23:01:45.917Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-09T23:01:45.917Z] ++ cut -d/ -f2 [2021-04-09T23:01:45.917Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-09T23:01:45.917Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T23:01:45.917Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-09T23:01:45.917Z] ++ cut -d/ -f2 [2021-04-09T23:01:45.917Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-09T23:01:45.917Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T23:01:45.917Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-09T23:01:45.917Z] ++ cut -d/ -f2 [2021-04-09T23:01:45.917Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-09T23:01:45.917Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T23:01:45.917Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-09T23:01:45.917Z] ++ cut -d/ -f2 [2021-04-09T23:01:45.917Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-09T23:01:45.917Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T23:01:45.917Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-09T23:01:45.917Z] ++ cut -d/ -f2 [2021-04-09T23:01:45.917Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-09T23:01:45.985Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:01:46.814Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-09T23:01:46.814Z] [2021-04-09T23:01:46.814Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:01:47.155Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-09T23:01:47.155Z] latest: Pulling from edgex-devops/git-semver [2021-04-09T23:01:47.155Z] 31603596830f: Pulling fs layer [2021-04-09T23:01:47.155Z] 2a8b12db71e7: Pulling fs layer [2021-04-09T23:01:47.155Z] 6ca5941a6612: Pulling fs layer [2021-04-09T23:01:47.155Z] ecc8261a40a4: Pulling fs layer [2021-04-09T23:01:47.155Z] ecc8261a40a4: Waiting [2021-04-09T23:01:47.155Z] 2a8b12db71e7: Verifying Checksum [2021-04-09T23:01:47.155Z] 2a8b12db71e7: Download complete [2021-04-09T23:01:47.155Z] 31603596830f: Verifying Checksum [2021-04-09T23:01:47.155Z] 31603596830f: Download complete [2021-04-09T23:01:47.424Z] ecc8261a40a4: Verifying Checksum [2021-04-09T23:01:47.424Z] ecc8261a40a4: Download complete [2021-04-09T23:01:47.424Z] 6ca5941a6612: Verifying Checksum [2021-04-09T23:01:47.424Z] 6ca5941a6612: Download complete [2021-04-09T23:01:47.690Z] 31603596830f: Pull complete [2021-04-09T23:01:47.690Z] 2a8b12db71e7: Pull complete [2021-04-09T23:01:48.644Z] 6ca5941a6612: Pull complete [2021-04-09T23:01:48.909Z] ecc8261a40a4: Pull complete [2021-04-09T23:01:48.909Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-09T23:01:48.909Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-09T23:01:48.909Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-09T23:01:49.070Z] prd-centos7-docker-4c-2g-33485 does not seem to be running inside a container [2021-04-09T23:01:49.121Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-09T23:01:51.583Z] $ docker top 27b6854cc060aaddc9036e55c20d120dd4b407fe627c0a7ba2318ea519b4641a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-09T23:01:51.884Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-09T23:01:51.885Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-09T23:01:52.090Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-09T23:01:52.092Z] $ docker exec 27b6854cc060aaddc9036e55c20d120dd4b407fe627c0a7ba2318ea519b4641a ssh-agent [2021-04-09T23:01:52.269Z] SSH_AUTH_SOCK=/tmp/ssh-DWNnx1TZjznc/agent.13 [2021-04-09T23:01:52.269Z] SSH_AGENT_PID=19 [2021-04-09T23:01:52.279Z] Running ssh-add (command line suppressed) [2021-04-09T23:01:52.402Z] Identity added: /w/workspace/edgex-go/61@tmp/private_key_8979538751765592728.key (/w/workspace/edgex-go/61@tmp/private_key_8979538751765592728.key) [2021-04-09T23:01:52.457Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-09T23:01:52.795Z] + git tag --points-at HEAD [Pipeline] } [2021-04-09T23:01:52.817Z] $ docker exec --env ******** --env ******** 27b6854cc060aaddc9036e55c20d120dd4b407fe627c0a7ba2318ea519b4641a ssh-agent -k [2021-04-09T23:01:52.935Z] unset SSH_AUTH_SOCK; [2021-04-09T23:01:52.935Z] unset SSH_AGENT_PID; [2021-04-09T23:01:52.936Z] echo Agent pid 19 killed; [2021-04-09T23:01:52.983Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-09T23:01:53.111Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-09T23:01:53.111Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-09T23:01:53.272Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-09T23:01:53.275Z] $ docker exec 27b6854cc060aaddc9036e55c20d120dd4b407fe627c0a7ba2318ea519b4641a ssh-agent [2021-04-09T23:01:53.445Z] SSH_AUTH_SOCK=/tmp/ssh-mGXsFzzNJCHu/agent.48 [2021-04-09T23:01:53.445Z] SSH_AGENT_PID=53 [2021-04-09T23:01:53.452Z] Running ssh-add (command line suppressed) [2021-04-09T23:01:53.568Z] Identity added: /w/workspace/edgex-go/61@tmp/private_key_548509630606692118.key (/w/workspace/edgex-go/61@tmp/private_key_548509630606692118.key) [2021-04-09T23:01:53.624Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-09T23:01:53.952Z] + git semver init [2021-04-09T23:01:53.952Z] # -> Open(): unable to determine branch for HEAD [2021-04-09T23:01:53.952Z] # $GIT_DIR = /w/workspace/edgex-go/61/.git [2021-04-09T23:01:53.952Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/61 [2021-04-09T23:01:53.952Z] # $SEMVER_REMOTE_NAME = origin [2021-04-09T23:01:53.952Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-09T23:01:53.952Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-09T23:01:53.952Z] # $SEMVER_BRANCH = PR-3234 [2021-04-09T23:01:53.952Z] # $SEMVER_TEMP = /tmp/semver-765383003 [2021-04-09T23:01:53.952Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-09T23:02:15.970Z] # '/tmp/semver-765383003' -> '/w/workspace/edgex-go/61/.semver' [2021-04-09T23:02:15.970Z] # -> Force: false [2021-04-09T23:02:15.970Z] # $SEMVER_DIR = /w/workspace/edgex-go/61/.semver [Pipeline] } [2021-04-09T23:02:15.983Z] $ docker exec --env ******** --env ******** 27b6854cc060aaddc9036e55c20d120dd4b407fe627c0a7ba2318ea519b4641a ssh-agent -k [2021-04-09T23:02:16.187Z] unset SSH_AUTH_SOCK; [2021-04-09T23:02:16.187Z] unset SSH_AGENT_PID; [2021-04-09T23:02:16.187Z] echo Agent pid 53 killed; [2021-04-09T23:02:16.281Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-09T23:02:16.741Z] + git semver [Pipeline] } [2021-04-09T23:02:16.759Z] $ docker stop --time=1 27b6854cc060aaddc9036e55c20d120dd4b407fe627c0a7ba2318ea519b4641a [2021-04-09T23:02:18.821Z] $ docker rm -f 27b6854cc060aaddc9036e55c20d120dd4b407fe627c0a7ba2318ea519b4641a [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-09T23:02:19.351Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-09T23:02:19.863Z] Stashed 1 file(s) [Pipeline] echo [2021-04-09T23:02:19.866Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-09T23:02:20.783Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-09T23:02:21.080Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-09T23:02:21.379Z] + sudo service docker restart [2021-04-09T23:02:21.379Z] + true [2021-04-09T23:02:21.379Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-09T23:02:21.974Z] ========================================================= [2021-04-09T23:02:21.974Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-09T23:02:21.974Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:02:22.399Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-09T23:02:26.643Z] Sending build context to Docker daemon 329.3MB [2021-04-09T23:02:26.643Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-09T23:02:26.643Z] Step 2/6 : FROM ${BASE} [2021-04-09T23:02:26.643Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-09T23:02:26.643Z] 188c0c94c7c5: Pulling fs layer [2021-04-09T23:02:26.643Z] 0ef7d3d256c8: Pulling fs layer [2021-04-09T23:02:26.644Z] de9db76c5a1d: Pulling fs layer [2021-04-09T23:02:26.644Z] bca2f99d35d6: Pulling fs layer [2021-04-09T23:02:26.644Z] 93359f2a8cfa: Pulling fs layer [2021-04-09T23:02:26.644Z] 7c6f9722023f: Pulling fs layer [2021-04-09T23:02:26.644Z] a35cf1a2eb13: Pulling fs layer [2021-04-09T23:02:26.644Z] bca2f99d35d6: Waiting [2021-04-09T23:02:26.644Z] 93359f2a8cfa: Waiting [2021-04-09T23:02:26.644Z] 7c6f9722023f: Waiting [2021-04-09T23:02:26.644Z] a35cf1a2eb13: Waiting [2021-04-09T23:02:26.644Z] de9db76c5a1d: Verifying Checksum [2021-04-09T23:02:26.644Z] de9db76c5a1d: Download complete [2021-04-09T23:02:26.644Z] 0ef7d3d256c8: Verifying Checksum [2021-04-09T23:02:26.644Z] 0ef7d3d256c8: Download complete [2021-04-09T23:02:26.644Z] 93359f2a8cfa: Verifying Checksum [2021-04-09T23:02:26.644Z] 93359f2a8cfa: Download complete [2021-04-09T23:02:26.644Z] 188c0c94c7c5: Download complete [2021-04-09T23:02:26.644Z] 7c6f9722023f: Download complete [2021-04-09T23:02:26.644Z] 188c0c94c7c5: Pull complete [2021-04-09T23:02:26.908Z] 0ef7d3d256c8: Pull complete [2021-04-09T23:02:27.487Z] de9db76c5a1d: Pull complete [2021-04-09T23:02:28.068Z] a35cf1a2eb13: Verifying Checksum [2021-04-09T23:02:28.068Z] a35cf1a2eb13: Download complete [2021-04-09T23:02:28.340Z] bca2f99d35d6: Verifying Checksum [2021-04-09T23:02:28.340Z] bca2f99d35d6: Download complete [2021-04-09T23:02:33.682Z] bca2f99d35d6: Pull complete [2021-04-09T23:02:33.682Z] 93359f2a8cfa: Pull complete [2021-04-09T23:02:33.682Z] 7c6f9722023f: Pull complete [2021-04-09T23:02:35.241Z] Still waiting to schedule task [2021-04-09T23:02:35.241Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline [2021-04-09T23:02:40.304Z] a35cf1a2eb13: Pull complete [2021-04-09T23:02:40.304Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-09T23:02:40.304Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-09T23:02:40.304Z] ---> a62c8e92a672 [2021-04-09T23:02:40.304Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-09T23:02:40.304Z] ---> Running in 03318c097760 [2021-04-09T23:02:40.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:02:41.456Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:02:42.030Z] (1/12) Installing libmagic (5.38-r0) [2021-04-09T23:02:42.291Z] (2/12) Installing file (5.38-r0) [2021-04-09T23:02:42.291Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-09T23:02:42.291Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-09T23:02:45.603Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-09T23:02:45.603Z] (6/12) Installing patch (2.7.6-r6) [2021-04-09T23:02:45.865Z] (7/12) Installing build-base (0.5-r2) [2021-04-09T23:02:45.865Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-09T23:02:45.865Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-09T23:02:46.127Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-09T23:02:46.127Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-09T23:02:46.127Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-09T23:02:46.389Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T23:02:46.389Z] OK: 233 MiB in 51 packages [2021-04-09T23:02:50.615Z] Removing intermediate container 03318c097760 [2021-04-09T23:02:50.615Z] ---> 0e4644feca79 [2021-04-09T23:02:50.615Z] Step 4/6 : WORKDIR /edgex-go [2021-04-09T23:02:50.615Z] ---> Running in 245a541f0a41 [2021-04-09T23:02:50.615Z] Removing intermediate container 245a541f0a41 [2021-04-09T23:02:50.615Z] ---> 410496af7f5d [2021-04-09T23:02:50.615Z] Step 5/6 : COPY go.mod . [2021-04-09T23:02:50.615Z] ---> 4b7d254e9b48 [2021-04-09T23:02:50.615Z] Step 6/6 : RUN go mod download [2021-04-09T23:02:50.615Z] ---> Running in c1750c4fdb41 [2021-04-09T23:03:12.644Z] Removing intermediate container c1750c4fdb41 [2021-04-09T23:03:12.645Z] ---> 2b50953249fc [2021-04-09T23:03:12.645Z] Successfully built 2b50953249fc [2021-04-09T23:03:12.645Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:03:12.964Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-09T23:03:12.964Z] . [Pipeline] withDockerContainer [2021-04-09T23:03:13.063Z] prd-centos7-docker-4c-2g-33485 does not seem to be running inside a container [2021-04-09T23:03:13.106Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-09T23:03:13.946Z] $ docker top eb647b049ffda318e2097bcbe597976323d5ad8726e2b952bb7cb0d8eedc71c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T23:03:14.463Z] + go version [2021-04-09T23:03:14.463Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-09T23:03:14.477Z] $ docker stop --time=1 eb647b049ffda318e2097bcbe597976323d5ad8726e2b952bb7cb0d8eedc71c1 [2021-04-09T23:03:15.856Z] $ docker rm -f eb647b049ffda318e2097bcbe597976323d5ad8726e2b952bb7cb0d8eedc71c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:03:16.660Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-09T23:03:16.660Z] . [Pipeline] withDockerContainer [2021-04-09T23:03:16.765Z] prd-centos7-docker-4c-2g-33485 does not seem to be running inside a container [2021-04-09T23:03:16.810Z] $ 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/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-09T23:03:17.553Z] $ docker top aa056a6288173d32ba45f0b97a82d7974d710bb2371608280b8096fe351addda -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-09T23:03:17.735Z] ========================================================= [2021-04-09T23:03:17.735Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-09T23:03:17.735Z] ========================================================= [Pipeline] sh [2021-04-09T23:03:18.024Z] + make test [2021-04-09T23:03:18.024Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-09T23:03:26.209Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-09T23:03:41.274Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-09T23:03:49.545Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-09T23:03:49.545Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-09T23:03:49.545Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-09T23:03:51.518Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-09T23:03:51.518Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-09T23:03:51.518Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-09T23:03:51.518Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-09T23:03:52.935Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-09T23:03:53.209Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-09T23:03:55.325Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-09T23:03:55.325Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-09T23:03:55.325Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-09T23:03:57.616Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.112s coverage: 45.9% of statements [2021-04-09T23:03:57.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-09T23:03:57.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-09T23:03:57.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-09T23:03:57.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-09T23:03:57.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-09T23:03:57.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-09T23:03:57.616Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.079s coverage: 19.8% of statements [2021-04-09T23:03:57.616Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.102s coverage: 100.0% of statements [2021-04-09T23:04:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.188s coverage: 27.1% of statements [2021-04-09T23:04:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-09T23:04:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-09T23:04:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-09T23:04:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-09T23:04:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-09T23:04:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-09T23:04:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.049s coverage: 100.0% of statements [2021-04-09T23:04:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-09T23:04:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements [2021-04-09T23:04:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-09T23:04:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-09T23:04:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.100s coverage: 71.3% of statements [2021-04-09T23:04:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-09T23:04:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-09T23:04:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.162s coverage: 82.9% of statements [2021-04-09T23:04:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-09T23:04:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T23:04:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.067s coverage: 78.9% of statements [2021-04-09T23:04:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-09T23:04:05.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.325s coverage: 28.6% of statements [2021-04-09T23:04:05.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-09T23:04:05.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-09T23:04:05.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-09T23:04:05.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-09T23:04:05.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-09T23:04:05.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.074s coverage: 100.0% of statements [2021-04-09T23:04:05.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-09T23:04:05.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.071s coverage: 100.0% of statements [2021-04-09T23:04:05.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-09T23:04:05.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.144s coverage: 86.7% of statements [2021-04-09T23:04:05.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-09T23:04:05.277Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.136s coverage: 97.5% of statements [2021-04-09T23:04:05.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-09T23:04:05.277Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.070s coverage: 78.3% of statements [2021-04-09T23:04:05.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-09T23:04:05.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-09T23:04:05.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-09T23:04:05.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-09T23:04:07.225Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.381s coverage: 92.8% of statements [2021-04-09T23:04:07.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-09T23:04:07.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T23:04:07.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-09T23:04:07.225Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-09T23:04:07.225Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-09T23:04:07.225Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-09T23:04:07.225Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-09T23:04:07.225Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-09T23:04:07.225Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-09T23:04:07.225Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-09T23:04:07.225Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-09T23:04:07.225Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-09T23:04:07.225Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-09T23:04:07.225Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-09T23:04:07.225Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-09T23:04:07.225Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-09T23:04:07.225Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-09T23:04:07.225Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-09T23:04:07.225Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-04-09T23:04:07.225Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-09T23:04:07.225Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-09T23:04:07.225Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.083s coverage: 1.0% of statements [2021-04-09T23:04:07.225Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-09T23:04:07.225Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-09T23:04:07.225Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-09T23:04:07.225Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 47.1% of statements [2021-04-09T23:04:07.225Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.084s coverage: 79.5% of statements [2021-04-09T23:04:07.225Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements [2021-04-09T23:04:07.817Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.085s coverage: 96.3% of statements [2021-04-09T23:04:07.817Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.071s coverage: 87.5% of statements [2021-04-09T23:04:20.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.061s coverage: 94.4% of statements [2021-04-09T23:04:20.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements [2021-04-09T23:04:22.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.251s coverage: 81.5% of statements [2021-04-09T23:04:22.104Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-09T23:04:22.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.044s coverage: 87.1% of statements [2021-04-09T23:04:32.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.084s coverage: 92.9% of statements [2021-04-09T23:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-09T23:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-09T23:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-09T23:04:32.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-04-09T23:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-09T23:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-09T23:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-09T23:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-09T23:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-09T23:04:32.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements [2021-04-09T23:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-09T23:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-09T23:04:32.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-04-09T23:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-09T23:04:32.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 75.5% of statements [2021-04-09T23:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-09T23:04:32.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-04-09T23:04:32.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements [2021-04-09T23:04:32.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.069s coverage: 84.6% of statements [2021-04-09T23:04:32.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.098s coverage: 91.6% of statements [2021-04-09T23:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-09T23:04:32.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.205s coverage: 64.4% of statements [2021-04-09T23:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-09T23:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-09T23:04:32.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements [2021-04-09T23:04:32.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements [2021-04-09T23:04:32.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-04-09T23:04:32.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-04-09T23:04:32.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-04-09T23:04:32.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.338s coverage: 69.0% of statements [2021-04-09T23:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-09T23:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-09T23:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-09T23:04:32.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.111s coverage: 38.4% of statements [2021-04-09T23:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-09T23:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-09T23:04:32.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.042s coverage: 89.5% of statements [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-09T23:04:32.193Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements [2021-04-09T23:04:32.193Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.127s coverage: 47.0% of statements [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-09T23:04:32.193Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-09T23:04:32.193Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-09T23:04:32.193Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.057s coverage: 11.0% of statements [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-09T23:04:32.193Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.134s coverage: 87.1% of statements [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-09T23:04:32.193Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.753s coverage: 29.1% of statements [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-09T23:04:32.193Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-09T23:04:32.193Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.054s coverage: 100.0% of statements [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-09T23:04:32.193Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.105s coverage: 95.6% of statements [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-09T23:04:32.193Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-09T23:04:32.193Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-09T23:04:32.193Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-09T23:04:32.193Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-09T23:04:32.193Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-04-09T23:04:32.193Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-04-09T23:04:32.457Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-04-09T23:04:33.030Z] GO111MODULE=on go vet ./... [2021-04-09T23:04:59.757Z] gofmt -l . [2021-04-09T23:04:59.757Z] [ "`gofmt -l .`" = "" ] [2021-04-09T23:05:00.333Z] ./bin/test-go-mod-tidy.sh [2021-04-09T23:05:00.921Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-09T23:05:01.811Z] + ls -al . [2021-04-09T23:05:01.811Z] total 808 [2021-04-09T23:05:01.811Z] drwxrwxr-x 10 1001 1001 4096 Apr 9 23:05 . [2021-04-09T23:05:01.811Z] drwxr-xr-x 4 root root 30 Apr 9 23:03 .. [2021-04-09T23:05:01.811Z] -rw-rw-r-- 1 1001 1001 11 Apr 9 23:01 .dockerignore [2021-04-09T23:05:01.811Z] drwxrwxr-x 8 1001 1001 179 Apr 9 23:01 .git [2021-04-09T23:05:01.811Z] drwxrwxr-x 3 1001 1001 125 Apr 9 23:01 .github [2021-04-09T23:05:01.811Z] -rw-rw-r-- 1 1001 1001 818 Apr 9 23:01 .gitignore [2021-04-09T23:05:01.811Z] drwx------ 3 1001 1001 60 Apr 9 23:02 .semver [2021-04-09T23:05:01.811Z] -rw-rw-r-- 1 1001 1001 166 Apr 9 23:01 .sonarcloud.properties [2021-04-09T23:05:01.811Z] -rw-rw-r-- 1 1001 1001 8607 Apr 9 23:01 Attribution.txt [2021-04-09T23:05:01.811Z] -rw-rw-r-- 1 1001 1001 3804 Apr 9 23:01 CONTRIBUTING.md [2021-04-09T23:05:01.811Z] -rw-rw-r-- 1 1001 1001 931 Apr 9 23:01 Dockerfile.build [2021-04-09T23:05:01.811Z] -rw-rw-r-- 1 1001 1001 863 Apr 9 23:01 Jenkinsfile [2021-04-09T23:05:01.811Z] -rw-rw-r-- 1 1001 1001 10775 Apr 9 23:01 LICENSE [2021-04-09T23:05:01.811Z] -rw-rw-r-- 1 1001 1001 5774 Apr 9 23:01 Makefile [2021-04-09T23:05:01.811Z] -rw-rw-r-- 1 1001 1001 6548 Apr 9 23:01 README.md [2021-04-09T23:05:01.811Z] -rw-rw-r-- 1 1001 1001 6755 Apr 9 23:01 SECURITY.md [2021-04-09T23:05:01.811Z] -rw-rw-r-- 1 1001 1001 5 Apr 9 23:02 VERSION [2021-04-09T23:05:01.811Z] -rw-rw-r-- 1 1001 1001 4131 Apr 9 23:01 ZMQWindows.md [2021-04-09T23:05:01.811Z] drwxrwxr-x 2 1001 1001 117 Apr 9 23:01 bin [2021-04-09T23:05:01.811Z] drwxrwxr-x 14 1001 1001 4096 Apr 9 23:01 cmd [2021-04-09T23:05:01.811Z] -rw-r--r-- 1 root root 697383 Apr 9 23:04 coverage.out [2021-04-09T23:05:01.811Z] -rw-r--r-- 1 root root 1057 Apr 9 23:05 go.mod [2021-04-09T23:05:01.811Z] -rw-r--r-- 1 root root 22480 Apr 9 23:05 go.sum [2021-04-09T23:05:01.811Z] drwxrwxr-x 8 1001 1001 127 Apr 9 23:01 internal [2021-04-09T23:05:01.811Z] drwxrwxr-x 4 1001 1001 26 Apr 9 23:01 openapi [2021-04-09T23:05:01.811Z] drwxrwxr-x 4 1001 1001 71 Apr 9 23:01 snap [2021-04-09T23:05:01.811Z] -rw-rw-r-- 1 1001 1001 168 Apr 9 23:01 version.go [Pipeline] sh [2021-04-09T23:05:02.134Z] + '[' -e coverage.out ] [2021-04-09T23:05:02.134Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-09T23:05:02.337Z] Stashed 1 file(s) [Pipeline] sh [2021-04-09T23:05:02.634Z] + make build [2021-04-09T23:05:02.634Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-09T23:05:05.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-09T23:05:14.176Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-09T23:05:15.133Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-09T23:05:17.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-09T23:05:17.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-09T23:05:18.989Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-09T23:05:20.381Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-09T23:05:21.778Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-09T23:05:22.729Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-09T23:05:23.673Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-09T23:05:25.072Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-09T23:05:26.960Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33491 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] } [2021-04-09T23:05:27.065Z] $ docker stop --time=1 aa056a6288173d32ba45f0b97a82d7974d710bb2371608280b8096fe351addda [2021-04-09T23:05:28.752Z] $ docker rm -f aa056a6288173d32ba45f0b97a82d7974d710bb2371608280b8096fe351addda [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] ws [2021-04-09T23:05:29.278Z] Running in /w/workspace/edgex-go/61 [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] checkout [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:05:32.635Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-09T23:05:32.635Z] [2021-04-09T23:05:32.636Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:05:32.980Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-09T23:05:32.980Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-09T23:05:32.980Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-09T23:05:32.980Z] ca9280d653b3: Pulling fs layer [2021-04-09T23:05:32.980Z] 7e9c9ca2126c: Pulling fs layer [2021-04-09T23:05:33.555Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-09T23:05:33.555Z] cbdbe7a5bc2a: Download complete [2021-04-09T23:05:33.822Z] ca9280d653b3: Verifying Checksum [2021-04-09T23:05:33.822Z] ca9280d653b3: Download complete [2021-04-09T23:05:33.822Z] cbdbe7a5bc2a: Pull complete [2021-04-09T23:05:34.520Z] using credential edgex-jenkins-ssh [2021-04-09T23:05:34.592Z] Cloning the remote Git repository [2021-04-09T23:05:34.776Z] 7e9c9ca2126c: Download complete [2021-04-09T23:05:35.040Z] ca9280d653b3: Pull complete [2021-04-09T23:05:34.630Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-09T23:05:34.731Z] > git init /w/workspace/edgex-go/61 # timeout=10 [2021-04-09T23:05:34.806Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-09T23:05:34.807Z] > git --version # timeout=10 [2021-04-09T23:05:34.826Z] > git --version # 'git version 2.17.1' [2021-04-09T23:05:34.827Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T23:05:34.912Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-09T23:05:41.672Z] 7e9c9ca2126c: Pull complete [2021-04-09T23:05:41.672Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-09T23:05:41.672Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-09T23:05:41.672Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-09T23:05:41.867Z] prd-centos7-docker-4c-2g-33485 does not seem to be running inside a container [2021-04-09T23:05:41.972Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-09T23:05:43.826Z] $ docker top 20a416e5d30e296db70d37f75ad43c28f6f0f778393c85b96fb2902265448e73 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T23:05:44.362Z] + docker-compose build --help [2021-04-09T23:05:44.362Z] + grep parallel [2021-04-09T23:05:45.306Z] --parallel Build images in parallel. [Pipeline] } [2021-04-09T23:05:45.321Z] $ docker stop --time=1 20a416e5d30e296db70d37f75ad43c28f6f0f778393c85b96fb2902265448e73 [2021-04-09T23:05:46.694Z] $ docker rm -f 20a416e5d30e296db70d37f75ad43c28f6f0f778393c85b96fb2902265448e73 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:05:47.299Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-09T23:05:47.299Z] . [Pipeline] withDockerContainer [2021-04-09T23:05:47.401Z] prd-centos7-docker-4c-2g-33485 does not seem to be running inside a container [2021-04-09T23:05:47.447Z] $ 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/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-09T23:05:48.140Z] $ docker top d5d852b9d9017efab12c24fab676ec79f28c2bcfc1ce0fff4de063f3da412fe0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T23:05:48.632Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-09T23:05:49.580Z] Building docker-core-command-go ... [2021-04-09T23:05:49.580Z] Building docker-core-data-go ... [2021-04-09T23:05:49.580Z] Building docker-core-metadata-go ... [2021-04-09T23:05:49.580Z] Building docker-security-bootstrapper-go ... [2021-04-09T23:05:49.580Z] Building docker-security-proxy-setup-go ... [2021-04-09T23:05:49.580Z] Building docker-security-secretstore-setup-go ... [2021-04-09T23:05:49.580Z] Building docker-support-notifications-go ... [2021-04-09T23:05:49.580Z] Building docker-support-scheduler-go ... [2021-04-09T23:05:49.580Z] Building docker-sys-mgmt-agent-go ... [2021-04-09T23:05:49.580Z] Building docker-core-metadata-go [2021-04-09T23:05:49.580Z] Building docker-sys-mgmt-agent-go [2021-04-09T23:05:49.580Z] Building docker-support-scheduler-go [2021-04-09T23:05:49.580Z] Building docker-security-proxy-setup-go [2021-04-09T23:05:49.580Z] Building docker-security-bootstrapper-go [2021-04-09T23:05:51.143Z] Merging remotes/origin/master commit cb9c2e341f41af7151c441ed572f1003f1e13be3 into PR head commit 1b48b7d4a8689bfc227836ea5570b06a06206db1 [2021-04-09T23:05:51.710Z] Merge succeeded, producing 1b48b7d4a8689bfc227836ea5570b06a06206db1 [2021-04-09T23:05:51.711Z] Checking out Revision 1b48b7d4a8689bfc227836ea5570b06a06206db1 (PR-3234) [2021-04-09T23:05:50.394Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-09T23:05:50.410Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-09T23:05:50.433Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-09T23:05:50.466Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-09T23:05:50.466Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T23:05:50.482Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T23:05:51.161Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T23:05:51.191Z] > git checkout -f 1b48b7d4a8689bfc227836ea5570b06a06206db1 # timeout=10 [2021-04-09T23:05:51.555Z] > git remote # timeout=10 [2021-04-09T23:05:51.591Z] > git config --get remote.origin.url # timeout=10 [2021-04-09T23:05:51.629Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T23:05:51.640Z] > git merge cb9c2e341f41af7151c441ed572f1003f1e13be3 # timeout=10 [2021-04-09T23:05:51.679Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-09T23:05:51.717Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T23:05:51.745Z] > git checkout -f 1b48b7d4a8689bfc227836ea5570b06a06206db1 # timeout=10 [2021-04-09T23:05:56.246Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-09T23:05:57.711Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-09T23:05:58.209Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-09T23:05:58.567Z] + sudo service docker+ restart [2021-04-09T23:05:58.567Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-09T23:06:00.643Z] provisioning config files... [2021-04-09T23:06:00.768Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/61@tmp/config6326851100977153571tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-09T23:06:01.204Z] ---> docker-login.sh [2021-04-09T23:06:01.204Z] nexus3.edgexfoundry.org:10001 [2021-04-09T23:06:02.194Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T23:06:02.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T23:06:02.468Z] Configure a credential helper to remove this warning. See [2021-04-09T23:06:02.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T23:06:02.468Z] [2021-04-09T23:06:02.468Z] Login Succeeded [2021-04-09T23:06:02.468Z] nexus3.edgexfoundry.org:10002 [2021-04-09T23:06:02.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T23:06:03.027Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T23:06:03.027Z] Configure a credential helper to remove this warning. See [2021-04-09T23:06:03.027Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T23:06:03.027Z] [2021-04-09T23:06:03.027Z] Login Succeeded [2021-04-09T23:06:03.027Z] nexus3.edgexfoundry.org:10003 [2021-04-09T23:06:03.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T23:06:03.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T23:06:03.579Z] Configure a credential helper to remove this warning. See [2021-04-09T23:06:03.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T23:06:03.579Z] [2021-04-09T23:06:03.579Z] Login Succeeded [2021-04-09T23:06:03.579Z] nexus3.edgexfoundry.org:10004 [2021-04-09T23:06:03.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T23:06:04.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T23:06:04.130Z] Configure a credential helper to remove this warning. See [2021-04-09T23:06:04.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T23:06:04.130Z] [2021-04-09T23:06:04.130Z] Login Succeeded [2021-04-09T23:06:04.130Z] docker.io [2021-04-09T23:06:04.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T23:06:04.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T23:06:04.996Z] Configure a credential helper to remove this warning. See [2021-04-09T23:06:04.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T23:06:04.996Z] [2021-04-09T23:06:04.996Z] Login Succeeded [2021-04-09T23:06:04.996Z] ---> docker-login.sh ends [Pipeline] } [2021-04-09T23:06:05.012Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-09T23:06:05.449Z] ========================================================= [2021-04-09T23:06:05.449Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-09T23:06:05.449Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:06:05.833Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-09T23:06:08.515Z] Sending build context to Docker daemon 167.2MB [2021-04-09T23:06:08.516Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-09T23:06:08.516Z] Step 2/6 : FROM ${BASE} [2021-04-09T23:06:08.516Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-09T23:06:08.516Z] 5f621e34cdf4: Pulling fs layer [2021-04-09T23:06:08.516Z] a4357932f1b6: Pulling fs layer [2021-04-09T23:06:08.516Z] 18c013af1878: Pulling fs layer [2021-04-09T23:06:08.516Z] 00ac8860ef70: Pulling fs layer [2021-04-09T23:06:08.516Z] 63d7cb157983: Pulling fs layer [2021-04-09T23:06:08.516Z] b116817d02f9: Pulling fs layer [2021-04-09T23:06:08.516Z] 745a02a5169b: Pulling fs layer [2021-04-09T23:06:08.516Z] 00ac8860ef70: Waiting [2021-04-09T23:06:08.516Z] 63d7cb157983: Waiting [2021-04-09T23:06:08.516Z] b116817d02f9: Waiting [2021-04-09T23:06:08.516Z] 745a02a5169b: Waiting [2021-04-09T23:06:08.516Z] 18c013af1878: Download complete [2021-04-09T23:06:08.516Z] a4357932f1b6: Verifying Checksum [2021-04-09T23:06:08.516Z] a4357932f1b6: Download complete [2021-04-09T23:06:08.516Z] 63d7cb157983: Verifying Checksum [2021-04-09T23:06:08.516Z] 63d7cb157983: Download complete [2021-04-09T23:06:08.794Z] b116817d02f9: Verifying Checksum [2021-04-09T23:06:08.794Z] b116817d02f9: Download complete [2021-04-09T23:06:08.794Z] 5f621e34cdf4: Verifying Checksum [2021-04-09T23:06:08.794Z] 5f621e34cdf4: Download complete [2021-04-09T23:06:09.395Z] 5f621e34cdf4: Pull complete [2021-04-09T23:06:10.001Z] a4357932f1b6: Pull complete [2021-04-09T23:06:10.278Z] 18c013af1878: Pull complete [2021-04-09T23:06:11.274Z] 745a02a5169b: Verifying Checksum [2021-04-09T23:06:11.274Z] 745a02a5169b: Download complete [2021-04-09T23:06:12.260Z] 00ac8860ef70: Verifying Checksum [2021-04-09T23:06:12.260Z] 00ac8860ef70: Download complete [2021-04-09T23:06:21.816Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:06:21.817Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:06:21.817Z] ---> 2b50953249fc [2021-04-09T23:06:21.817Z] Step 3/26 : WORKDIR /edgex-go [2021-04-09T23:06:21.817Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:06:21.817Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:06:21.817Z] ---> 2b50953249fc [2021-04-09T23:06:21.817Z] Step 3/31 : WORKDIR /edgex-go [2021-04-09T23:06:21.817Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:06:21.817Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:06:21.817Z] ---> 2b50953249fc [2021-04-09T23:06:21.817Z] Step 3/21 : WORKDIR /edgex-go [2021-04-09T23:06:21.817Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:06:21.817Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:06:21.817Z] ---> 2b50953249fc [2021-04-09T23:06:21.817Z] Step 3/22 : WORKDIR /edgex-go [2021-04-09T23:06:21.817Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:06:21.817Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:06:21.817Z] ---> 2b50953249fc [2021-04-09T23:06:21.817Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T23:06:22.431Z] 00ac8860ef70: Pull complete [2021-04-09T23:06:22.774Z] ---> Running in 5b9303ed9a48 [2021-04-09T23:06:22.774Z] ---> Running in cae571f6309d [2021-04-09T23:06:22.774Z] ---> Running in 1d7c2a1cc2c1 [2021-04-09T23:06:22.774Z] ---> Running in 845295bb3448 [2021-04-09T23:06:22.774Z] ---> Running in ac78f658107a [2021-04-09T23:06:23.037Z] 63d7cb157983: Pull complete [2021-04-09T23:06:23.038Z] Removing intermediate container 5b9303ed9a48 [2021-04-09T23:06:23.038Z] ---> 030762545b97 [2021-04-09T23:06:23.038Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:06:23.038Z] Removing intermediate container 845295bb3448 [2021-04-09T23:06:23.038Z] ---> d56b86165744 [2021-04-09T23:06:23.038Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:06:23.038Z] Removing intermediate container cae571f6309d [2021-04-09T23:06:23.038Z] ---> f3fb9a99bceb [2021-04-09T23:06:23.038Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:06:23.038Z] Removing intermediate container ac78f658107a [2021-04-09T23:06:23.038Z] ---> 2c7a9298f41a [2021-04-09T23:06:23.038Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:06:23.038Z] Removing intermediate container 1d7c2a1cc2c1 [2021-04-09T23:06:23.038Z] ---> 954bb07c7450 [2021-04-09T23:06:23.038Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:06:23.301Z] ---> Running in e36fd817ff5f [2021-04-09T23:06:23.301Z] ---> Running in e405df752ac6 [2021-04-09T23:06:23.301Z] ---> Running in 973612de6ba7 [2021-04-09T23:06:23.301Z] ---> Running in 213fa12f7aa2 [2021-04-09T23:06:23.301Z] ---> Running in 086e9abf84b2 [2021-04-09T23:06:23.309Z] b116817d02f9: Pull complete [2021-04-09T23:06:25.245Z] Removing intermediate container 973612de6ba7 [2021-04-09T23:06:25.245Z] ---> cb3536c55119 [2021-04-09T23:06:25.245Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-09T23:06:25.245Z] Removing intermediate container 086e9abf84b2 [2021-04-09T23:06:25.245Z] ---> 8fd68c13f283 [2021-04-09T23:06:25.245Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-09T23:06:25.245Z] ---> Running in 4925117896b6 [2021-04-09T23:06:25.513Z] Removing intermediate container e36fd817ff5f [2021-04-09T23:06:25.513Z] ---> 3cba1b83cc6b [2021-04-09T23:06:25.513Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-09T23:06:25.513Z] ---> Running in 206e7ddb274e [2021-04-09T23:06:25.776Z] ---> Running in 5057ce871ccf [2021-04-09T23:06:25.776Z] Removing intermediate container 213fa12f7aa2 [2021-04-09T23:06:25.776Z] ---> c4d9a3578ed0 [2021-04-09T23:06:25.776Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-09T23:06:25.776Z] Removing intermediate container e405df752ac6 [2021-04-09T23:06:25.776Z] ---> 8d42573da87e [2021-04-09T23:06:25.776Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-09T23:06:26.042Z] ---> Running in ba373a059959 [2021-04-09T23:06:26.042Z] ---> Running in 4b83393636af [2021-04-09T23:06:26.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:06:26.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:06:26.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:06:27.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:06:27.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:06:27.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:06:27.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:06:27.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:06:27.629Z] 745a02a5169b: Pull complete [2021-04-09T23:06:27.629Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-09T23:06:27.629Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-09T23:06:27.629Z] ---> b7e6874047d6 [2021-04-09T23:06:27.629Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-09T23:06:27.727Z] OK: 233 MiB in 51 packages [2021-04-09T23:06:27.727Z] OK: 233 MiB in 51 packages [2021-04-09T23:06:27.727Z] OK: 233 MiB in 51 packages [2021-04-09T23:06:27.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:06:27.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:06:28.259Z] OK: 233 MiB in 51 packages [2021-04-09T23:06:28.259Z] Removing intermediate container 4925117896b6 [2021-04-09T23:06:28.259Z] ---> 18368a2cf7e5 [2021-04-09T23:06:28.259Z] Step 6/21 : COPY go.mod . [2021-04-09T23:06:28.526Z] Removing intermediate container 206e7ddb274e [2021-04-09T23:06:28.526Z] ---> 5e41e4160679 [2021-04-09T23:06:28.526Z] Step 6/31 : COPY go.mod . [2021-04-09T23:06:28.526Z] Removing intermediate container 5057ce871ccf [2021-04-09T23:06:28.526Z] ---> 95715b1324f7 [2021-04-09T23:06:28.526Z] Step 6/23 : COPY go.mod . [2021-04-09T23:06:28.794Z] OK: 233 MiB in 51 packages [2021-04-09T23:06:28.794Z] ---> bd6fcafce703 [2021-04-09T23:06:28.794Z] Step 7/21 : RUN go mod download [2021-04-09T23:06:29.057Z] ---> Running in 380a9d291b86 [2021-04-09T23:06:29.058Z] ---> e97c4a56497d [2021-04-09T23:06:29.058Z] Step 7/31 : RUN go mod download [2021-04-09T23:06:29.058Z] Removing intermediate container 4b83393636af [2021-04-09T23:06:29.058Z] ---> ef5327f26e0e [2021-04-09T23:06:29.058Z] Step 6/22 : COPY go.mod . [2021-04-09T23:06:29.058Z] ---> 0697a9ffd7d4 [2021-04-09T23:06:29.058Z] Step 7/23 : RUN go mod download [2021-04-09T23:06:29.058Z] ---> Running in 170878e92ddb [2021-04-09T23:06:29.320Z] ---> Running in 1f6a4893d1f0 [2021-04-09T23:06:29.320Z] ---> c037f629282d [2021-04-09T23:06:29.320Z] Step 7/22 : RUN go mod download [2021-04-09T23:06:29.582Z] ---> Running in 800721c1d7cb [2021-04-09T23:06:29.856Z] Removing intermediate container ba373a059959 [2021-04-09T23:06:29.856Z] ---> e9107f43f9be [2021-04-09T23:06:29.856Z] Step 6/26 : COPY go.mod . [2021-04-09T23:06:30.128Z] ---> 1fb87803ba7c [2021-04-09T23:06:30.128Z] Step 7/26 : RUN go mod download [2021-04-09T23:06:30.399Z] ---> Running in 8abfaa21961a [2021-04-09T23:06:31.029Z] ---> Running in dd8d73cb967c [2021-04-09T23:06:32.008Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:06:32.351Z] Removing intermediate container 800721c1d7cb [2021-04-09T23:06:32.351Z] ---> 68c66c6165fa [2021-04-09T23:06:32.351Z] Step 8/22 : COPY . . [2021-04-09T23:06:32.351Z] Removing intermediate container 380a9d291b86 [2021-04-09T23:06:32.351Z] ---> 912e3a20c97f [2021-04-09T23:06:32.351Z] Step 8/21 : COPY . . [2021-04-09T23:06:32.351Z] Removing intermediate container 170878e92ddb [2021-04-09T23:06:32.351Z] ---> 2b11cd03eb59 [2021-04-09T23:06:32.351Z] Step 8/31 : COPY . . [2021-04-09T23:06:32.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:06:32.928Z] Removing intermediate container 1f6a4893d1f0 [2021-04-09T23:06:32.928Z] ---> ed5048b050ab [2021-04-09T23:06:32.928Z] Step 8/23 : COPY . . [2021-04-09T23:06:33.574Z] (1/12) Installing libmagic (5.38-r0) [2021-04-09T23:06:33.574Z] (2/12) Installing file (5.38-r0) [2021-04-09T23:06:33.849Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-09T23:06:33.849Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-09T23:06:37.189Z] Removing intermediate container 8abfaa21961a [2021-04-09T23:06:37.189Z] ---> 018579578553 [2021-04-09T23:06:37.189Z] Step 8/26 : COPY . . [2021-04-09T23:06:37.222Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-09T23:06:37.222Z] (6/12) Installing patch (2.7.6-r6) [2021-04-09T23:06:37.222Z] (7/12) Installing build-base (0.5-r2) [2021-04-09T23:06:37.222Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-09T23:06:37.222Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-09T23:06:37.222Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-09T23:06:37.500Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-09T23:06:37.500Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-09T23:06:37.500Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T23:06:37.500Z] OK: 217 MiB in 51 packages [2021-04-09T23:06:41.804Z] Removing intermediate container dd8d73cb967c [2021-04-09T23:06:41.804Z] ---> e17f97e359a3 [2021-04-09T23:06:41.804Z] Step 4/6 : WORKDIR /edgex-go [2021-04-09T23:06:41.804Z] ---> Running in 8d72b0b573bf [2021-04-09T23:06:42.402Z] Removing intermediate container 8d72b0b573bf [2021-04-09T23:06:42.402Z] ---> 79c33823c74f [2021-04-09T23:06:42.402Z] Step 5/6 : COPY go.mod . [2021-04-09T23:06:43.003Z] ---> 0ef198c176e9 [2021-04-09T23:06:43.003Z] Step 6/6 : RUN go mod download [2021-04-09T23:06:43.288Z] ---> Running in ef22d4a0ca57 [2021-04-09T23:07:10.114Z] Removing intermediate container ef22d4a0ca57 [2021-04-09T23:07:10.114Z] ---> 5986ac995ad2 [2021-04-09T23:07:10.114Z] Successfully built 5986ac995ad2 [2021-04-09T23:07:10.114Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:07:10.470Z] + docker inspect -f . ci-base-image-arm64 [2021-04-09T23:07:10.470Z] . [Pipeline] withDockerContainer [2021-04-09T23:07:10.721Z] prd-ubuntu18.04-docker-arm64-4c-16g-33491 does not seem to be running inside a container [2021-04-09T23:07:10.813Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-09T23:07:12.351Z] $ docker top ba63c683a3283302664a6239a57fe63ff23c63d5706210d86602385144bad546 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T23:07:13.325Z] + go version [2021-04-09T23:07:13.325Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-09T23:07:13.356Z] $ docker stop --time=1 ba63c683a3283302664a6239a57fe63ff23c63d5706210d86602385144bad546 [2021-04-09T23:07:15.210Z] $ docker rm -f ba63c683a3283302664a6239a57fe63ff23c63d5706210d86602385144bad546 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:07:16.102Z] ---> 6dea7b05e9c8 [2021-04-09T23:07:16.102Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-09T23:07:16.102Z] ---> 60036280ee4e [2021-04-09T23:07:16.102Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-09T23:07:16.102Z] ---> ee4f9780d454 [2021-04-09T23:07:16.102Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-09T23:07:16.102Z] ---> afc22555b10e [2021-04-09T23:07:16.102Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-09T23:07:16.102Z] ---> 4781ecbd01e3 [2021-04-09T23:07:16.102Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-09T23:07:16.102Z] ---> Running in 01bbb57542af [2021-04-09T23:07:16.102Z] ---> Running in a59fe47e305b [2021-04-09T23:07:16.102Z] ---> Running in 9c43040e63f4 [2021-04-09T23:07:16.102Z] ---> Running in 8b800cfe0c7c [2021-04-09T23:07:16.102Z] ---> Running in cc5f097e2c5a [2021-04-09T23:07:16.102Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-09T23:07:16.102Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-09T23:07:16.102Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-09T23:07:16.102Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-09T23:07:16.102Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-09T23:07:16.290Z] + docker inspect -f . ci-base-image-arm64 [2021-04-09T23:07:16.290Z] . [Pipeline] withDockerContainer [2021-04-09T23:07:16.552Z] prd-ubuntu18.04-docker-arm64-4c-16g-33491 does not seem to be running inside a container [2021-04-09T23:07:16.635Z] $ 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/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-09T23:07:17.967Z] $ docker top 78e6094067029f7d0e8caa0a9a21fc68ef09aea7c654e58a2e5c29564c655fed -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-09T23:07:18.399Z] ========================================================= [2021-04-09T23:07:18.400Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-09T23:07:18.400Z] ========================================================= [Pipeline] sh [2021-04-09T23:07:19.037Z] + make test [2021-04-09T23:07:19.038Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-09T23:07:41.222Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-09T23:07:42.803Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-09T23:07:52.915Z] Removing intermediate container 9c43040e63f4 [2021-04-09T23:07:52.915Z] ---> c35a310b396c [2021-04-09T23:07:52.915Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-09T23:07:52.915Z] Removing intermediate container 8b800cfe0c7c [2021-04-09T23:07:52.915Z] Removing intermediate container cc5f097e2c5a [2021-04-09T23:07:52.915Z] ---> 8616b1bcd4ea [2021-04-09T23:07:52.915Z] ---> b16fbc345a21 [2021-04-09T23:07:52.915Z] [2021-04-09T23:07:52.915Z] Step 10/31 : FROM alpine:3.12 [2021-04-09T23:07:52.915Z] [2021-04-09T23:07:52.915Z] Step 10/22 : FROM alpine:3.12 [2021-04-09T23:07:52.915Z] 3.12: Pulling from library/alpine [2021-04-09T23:07:52.915Z] 3.12: Pulling from library/alpine [2021-04-09T23:07:53.497Z] Removing intermediate container 01bbb57542af [2021-04-09T23:07:53.497Z] ---> 216174b13be7 [2021-04-09T23:07:53.497Z] [2021-04-09T23:07:53.497Z] Step 10/21 : FROM alpine:3.12 [2021-04-09T23:07:53.761Z] 3.12: Pulling from library/alpine [2021-04-09T23:07:54.025Z] ---> Running in 3da067f94fe5 [2021-04-09T23:07:54.025Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-09T23:07:54.025Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-09T23:07:54.025Z] Status: Downloaded newer image for alpine:3.12 [2021-04-09T23:07:54.025Z] Status: Image is up to date for alpine:3.12 [2021-04-09T23:07:54.025Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-09T23:07:54.025Z] Status: Image is up to date for alpine:3.12 [2021-04-09T23:07:54.025Z] ---> 7230e588e954 [2021-04-09T23:07:54.025Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-09T23:07:54.025Z] ---> 7230e588e954 [2021-04-09T23:07:54.025Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-09T23:07:54.025Z] ---> 7230e588e954 [2021-04-09T23:07:54.025Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-09T23:07:55.956Z] ---> Running in f0a67b2d6700 [2021-04-09T23:07:55.956Z] ---> Running in 1c6d3c71c10c [2021-04-09T23:07:55.956Z] ---> Running in 73aea7f194d7 [2021-04-09T23:07:55.956Z] Removing intermediate container a59fe47e305b [2021-04-09T23:07:55.956Z] ---> a7c2735ce90e [2021-04-09T23:07:55.956Z] [2021-04-09T23:07:55.956Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T23:07:55.956Z] ---> 7230e588e954 [2021-04-09T23:07:55.956Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-09T23:07:55.956Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-09T23:07:56.222Z] Removing intermediate container 73aea7f194d7 [2021-04-09T23:07:56.222Z] ---> 42f33dc66b6d [2021-04-09T23:07:56.222Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-09T23:07:56.222Z] ---> Running in 791b71a8d9b8 [2021-04-09T23:07:56.492Z] ---> Running in bea03d55348d [2021-04-09T23:07:56.774Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:07:56.774Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:07:56.774Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:07:56.774Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:07:57.044Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-09T23:07:57.044Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T23:07:57.044Z] OK: 6 MiB in 15 packages [2021-04-09T23:07:57.044Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-09T23:07:57.044Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:07:57.044Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T23:07:57.044Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-09T23:07:57.044Z] (4/4) Installing curl (7.69.1-r3) [2021-04-09T23:07:57.044Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T23:07:57.044Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T23:07:57.044Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:07:57.044Z] OK: 7 MiB in 18 packages [2021-04-09T23:07:57.306Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-09T23:07:57.306Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T23:07:57.306Z] OK: 6 MiB in 15 packages [2021-04-09T23:07:57.568Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:07:57.568Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:07:57.829Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-09T23:07:57.829Z] (2/2) Installing su-exec (0.2-r1) [2021-04-09T23:07:57.829Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T23:07:57.829Z] OK: 6 MiB in 16 packages [2021-04-09T23:07:58.782Z] Removing intermediate container 3da067f94fe5 [2021-04-09T23:07:58.782Z] ---> 9c9050d4c6d7 [2021-04-09T23:07:58.782Z] [2021-04-09T23:07:58.782Z] Step 11/26 : FROM docker:20.10.0 [2021-04-09T23:07:58.782Z] 20.10.0: Pulling from library/docker [2021-04-09T23:07:59.043Z] Removing intermediate container f0a67b2d6700 [2021-04-09T23:07:59.043Z] ---> 43b834a07f76 [2021-04-09T23:07:59.043Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T23:07:59.618Z] Removing intermediate container 791b71a8d9b8 [2021-04-09T23:07:59.618Z] ---> ed85059473a2 [2021-04-09T23:07:59.618Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T23:07:59.879Z] ---> Running in 38082100de27 [2021-04-09T23:07:59.879Z] ---> Running in c883a9976bd7 [2021-04-09T23:07:59.879Z] Removing intermediate container 1c6d3c71c10c [2021-04-09T23:07:59.879Z] ---> 7c553c8b8c4e [2021-04-09T23:07:59.879Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-09T23:07:59.879Z] Removing intermediate container bea03d55348d [2021-04-09T23:07:59.879Z] ---> 3caf24f352ba [2021-04-09T23:07:59.879Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-09T23:08:01.354Z] ---> Running in aff016011f06 [2021-04-09T23:08:01.355Z] ---> Running in 5000b602fc63 [2021-04-09T23:08:01.355Z] Removing intermediate container 38082100de27 [2021-04-09T23:08:01.355Z] ---> bc7fb46b2080 [2021-04-09T23:08:01.355Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-09T23:08:01.355Z] Removing intermediate container c883a9976bd7 [2021-04-09T23:08:01.355Z] ---> a308e1cb446e [2021-04-09T23:08:01.355Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-09T23:08:01.355Z] ---> Running in 1fd97b982e42 [2021-04-09T23:08:01.649Z] ---> Running in 9a0b46a9158f [2021-04-09T23:08:01.649Z] Removing intermediate container 5000b602fc63 [2021-04-09T23:08:01.649Z] ---> 890ee446ea30 [2021-04-09T23:08:01.649Z] Step 13/21 : WORKDIR /edgex [2021-04-09T23:08:01.649Z] Removing intermediate container aff016011f06 [2021-04-09T23:08:01.649Z] ---> f6a6e12b5073 [2021-04-09T23:08:01.649Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-09T23:08:01.958Z] Removing intermediate container 1fd97b982e42 [2021-04-09T23:08:01.958Z] ---> 27edcc8997a7 [2021-04-09T23:08:01.958Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-09T23:08:01.958Z] ---> Running in 403f628cf1cf [2021-04-09T23:08:01.958Z] ---> Running in 68e820af1f8a [2021-04-09T23:08:01.958Z] Removing intermediate container 9a0b46a9158f [2021-04-09T23:08:01.958Z] ---> 7811dcb8d0d7 [2021-04-09T23:08:01.958Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-09T23:08:01.958Z] ---> Running in 8c154acf63a1 [2021-04-09T23:08:02.261Z] ---> Running in 8cce0db751c1 [2021-04-09T23:08:02.261Z] Removing intermediate container 403f628cf1cf [2021-04-09T23:08:02.261Z] ---> 1ab91e912c8a [2021-04-09T23:08:02.261Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-09T23:08:02.261Z] Removing intermediate container 68e820af1f8a [2021-04-09T23:08:02.261Z] ---> 2fffec77a024 [2021-04-09T23:08:02.261Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-09T23:08:02.545Z] ---> Running in abb4af0d3156 [2021-04-09T23:08:02.545Z] Removing intermediate container 8c154acf63a1 [2021-04-09T23:08:02.545Z] ---> c5238bcf74c2 [2021-04-09T23:08:02.545Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T23:08:02.545Z] Removing intermediate container 8cce0db751c1 [2021-04-09T23:08:02.545Z] ---> 7b301de4ad88 [2021-04-09T23:08:02.545Z] Step 15/23 : WORKDIR / [2021-04-09T23:08:02.809Z] ---> Running in f9c7fa96c7cc [2021-04-09T23:08:03.077Z] ---> 4e201e137203 [2021-04-09T23:08:03.077Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-09T23:08:03.077Z] ---> 88d0e38dcf7b [2021-04-09T23:08:03.077Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-09T23:08:03.356Z] Removing intermediate container f9c7fa96c7cc [2021-04-09T23:08:03.357Z] ---> 96a56df74a35 [2021-04-09T23:08:03.357Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T23:08:03.935Z] ---> 13ecafe62f78 [2021-04-09T23:08:03.935Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-09T23:08:03.935Z] ---> b2699add1c97 [2021-04-09T23:08:03.935Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-09T23:08:04.206Z] ---> 6545917c3560 [2021-04-09T23:08:04.206Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-09T23:08:05.604Z] ---> 350f21c7e19c [2021-04-09T23:08:05.604Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-09T23:08:05.604Z] Removing intermediate container abb4af0d3156 [2021-04-09T23:08:05.604Z] ---> 92281ec34680 [2021-04-09T23:08:05.604Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-09T23:08:05.604Z] ---> 352d4bb14a5f [2021-04-09T23:08:05.604Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-09T23:08:05.604Z] ---> 464c34c88f55 [2021-04-09T23:08:05.604Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-09T23:08:05.604Z] ---> Running in 6ba36e4e03ed [2021-04-09T23:08:05.604Z] ---> Running in 49664f29e519 [2021-04-09T23:08:05.604Z] ---> Running in cd1bd2c582d9 [2021-04-09T23:08:05.866Z] Removing intermediate container cd1bd2c582d9 [2021-04-09T23:08:05.866Z] ---> 9a4e9f738a07 [2021-04-09T23:08:05.866Z] Step 18/21 : CMD ["--init=true"] [2021-04-09T23:08:05.866Z] Removing intermediate container 6ba36e4e03ed [2021-04-09T23:08:05.866Z] ---> 20e2ccbdd52d [2021-04-09T23:08:05.866Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-09T23:08:05.866Z] ---> 0afcf8b95b01 [2021-04-09T23:08:05.866Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-09T23:08:05.866Z] Removing intermediate container 49664f29e519 [2021-04-09T23:08:05.866Z] ---> 8eff4e9f0dea [2021-04-09T23:08:05.866Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T23:08:05.866Z] ---> Running in 2e16f1fbe064 [2021-04-09T23:08:06.130Z] ---> Running in e1a4f5133a8e [2021-04-09T23:08:06.130Z] ---> Running in f459e69b0c5d [2021-04-09T23:08:06.130Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-09T23:08:06.130Z] Removing intermediate container 2e16f1fbe064 [2021-04-09T23:08:06.130Z] ---> 82c7c3e089bb [2021-04-09T23:08:06.130Z] Step 19/21 : LABEL arch=x86_64 [2021-04-09T23:08:06.399Z] ---> 21e07e069c22 [2021-04-09T23:08:06.399Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-09T23:08:06.399Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-09T23:08:06.399Z] ---> aefe523efa57 [2021-04-09T23:08:06.399Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-09T23:08:06.399Z] ---> Running in 6d65a5ec797a [2021-04-09T23:08:06.399Z] ---> Running in 803407d43e61 [2021-04-09T23:08:06.399Z] ---> Running in c9029a95db99 [2021-04-09T23:08:06.399Z] Removing intermediate container e1a4f5133a8e [2021-04-09T23:08:06.399Z] ---> 4f8c7b6d839c [2021-04-09T23:08:06.399Z] Step 20/22 : LABEL arch=x86_64 [2021-04-09T23:08:06.665Z] Removing intermediate container f459e69b0c5d [2021-04-09T23:08:06.665Z] ---> cf2c8754c52f [2021-04-09T23:08:06.665Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T23:08:06.665Z] ---> Running in 781f2c7c0c65 [2021-04-09T23:08:06.935Z] ---> Running in c862e7828cfe [2021-04-09T23:08:06.935Z] Removing intermediate container 6d65a5ec797a [2021-04-09T23:08:06.935Z] ---> cb7bcd029547 [2021-04-09T23:08:06.935Z] Step 20/21 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 [2021-04-09T23:08:07.211Z] Removing intermediate container 781f2c7c0c65 [2021-04-09T23:08:07.211Z] ---> 9bed81ab0c93 [2021-04-09T23:08:07.211Z] Step 21/22 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 [2021-04-09T23:08:07.211Z] Removing intermediate container c862e7828cfe [2021-04-09T23:08:07.211Z] ---> 1dcaaf79499b [2021-04-09T23:08:07.211Z] Step 21/23 : LABEL arch=x86_64 [2021-04-09T23:08:07.211Z] ---> Running in ca5894c62481 [2021-04-09T23:08:07.211Z] ---> Running in 80d1e79e69e5 [2021-04-09T23:08:07.804Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:08:07.804Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:08:07.804Z] ---> Running in fb4e9dbd68cf [2021-04-09T23:08:08.066Z] (1/2) Installing readline (8.0.4-r0) [2021-04-09T23:08:08.066Z] (2/2) Installing bash (5.0.17-r0) [2021-04-09T23:08:08.066Z] Executing bash-5.0.17-r0.post-install [2021-04-09T23:08:08.066Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T23:08:08.066Z] OK: 12 MiB in 22 packages [2021-04-09T23:08:08.328Z] Removing intermediate container 80d1e79e69e5 [2021-04-09T23:08:08.328Z] ---> 4419b4c64d8c [2021-04-09T23:08:08.328Z] Step 21/21 : LABEL version=0.0.0 [2021-04-09T23:08:08.328Z] Removing intermediate container ca5894c62481 [2021-04-09T23:08:08.328Z] ---> f304373685c1 [2021-04-09T23:08:08.328Z] Step 22/22 : LABEL version=0.0.0 [2021-04-09T23:08:08.328Z] Removing intermediate container fb4e9dbd68cf [2021-04-09T23:08:08.328Z] ---> d05aa8a346f2 [2021-04-09T23:08:08.328Z] Step 22/23 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 [2021-04-09T23:08:08.591Z] ---> Running in b6893536ea08 [2021-04-09T23:08:08.591Z] ---> Running in 77d5982c4576 [2021-04-09T23:08:08.591Z] ---> Running in a16fbaf6efab [2021-04-09T23:08:09.165Z] Removing intermediate container 77d5982c4576 [2021-04-09T23:08:09.165Z] ---> 9e7468739dc9 [2021-04-09T23:08:09.165Z] [2021-04-09T23:08:09.165Z] Removing intermediate container b6893536ea08 [2021-04-09T23:08:09.165Z] ---> 2faf5ee16383 [2021-04-09T23:08:09.165Z] [2021-04-09T23:08:09.165Z] Removing intermediate container a16fbaf6efab [2021-04-09T23:08:09.165Z] ---> 146d8c7fe2e5 [2021-04-09T23:08:09.165Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T23:08:09.165Z] Removing intermediate container c9029a95db99 [2021-04-09T23:08:09.165Z] ---> 95ce1fe3a3fa [2021-04-09T23:08:09.165Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-09T23:08:09.165Z] Successfully built 2faf5ee16383 [2021-04-09T23:08:09.427Z] Successfully built 9e7468739dc9 [2021-04-09T23:08:09.427Z] ---> Running in 1fbd65ff7862 [2021-04-09T23:08:09.427Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-09T23:08:09.427Z] Building docker-core-command-go [2021-04-09T23:08:09.427Z]  Building docker-security-proxy-setup-go ... done  ---> Running in a1ea632f3495 [2021-04-09T23:08:09.427Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-09T23:08:09.427Z] Building docker-core-data-go [2021-04-09T23:08:09.427Z]  Building docker-support-scheduler-go ... done Removing intermediate container 803407d43e61 [2021-04-09T23:08:09.427Z] ---> c28ad514c997 [2021-04-09T23:08:09.427Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T23:08:09.696Z] Removing intermediate container 1fbd65ff7862 [2021-04-09T23:08:09.696Z] ---> 4860e2cbf81a [2021-04-09T23:08:09.696Z] [2021-04-09T23:08:09.696Z] Removing intermediate container a1ea632f3495 [2021-04-09T23:08:09.696Z] ---> 39c07318f696 [2021-04-09T23:08:09.696Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-09T23:08:09.696Z] Successfully built 4860e2cbf81a [2021-04-09T23:08:09.696Z] ---> Running in f18123c1033f [2021-04-09T23:08:09.696Z] Successfully tagged docker-core-metadata-go:latest [2021-04-09T23:08:09.696Z] ---> e71d7dbe32e1 [2021-04-09T23:08:09.696Z] Building docker-security-secretstore-setup-go [2021-04-09T23:08:09.696Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-09T23:08:09.959Z]  Building docker-core-metadata-go ... done Removing intermediate container f18123c1033f [2021-04-09T23:08:09.959Z] ---> 0e355931b66a [2021-04-09T23:08:09.959Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-09T23:08:09.959Z] ---> Running in 991abfcdbb92 [2021-04-09T23:08:10.222Z] Removing intermediate container 991abfcdbb92 [2021-04-09T23:08:10.222Z] ---> 1fd8a00d509c [2021-04-09T23:08:10.222Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-09T23:08:14.453Z] ---> eb3b087b46c0 [2021-04-09T23:08:14.453Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-09T23:08:17.013Z] ---> fc3a0210c848 [2021-04-09T23:08:17.013Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-09T23:08:19.572Z] ---> a533317694fd [2021-04-09T23:08:19.572Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-09T23:08:19.572Z] ---> 8f31c77b84b2 [2021-04-09T23:08:19.572Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-09T23:08:19.572Z] ---> 07e138b705a3 [2021-04-09T23:08:19.572Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-09T23:08:19.836Z] ---> cde943b3e172 [2021-04-09T23:08:19.836Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-09T23:08:19.836Z] ---> Running in 809824f532a1 [2021-04-09T23:08:19.836Z] ---> 101d3bed2b62 [2021-04-09T23:08:19.836Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-09T23:08:20.798Z] ---> Running in 8db39c15856a [2021-04-09T23:08:21.756Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:08:21.756Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:08:21.756Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-09T23:08:21.756Z] (2/33) Installing expat (2.2.9-r1) [2021-04-09T23:08:22.022Z] (3/33) Installing libffi (3.3-r2) [2021-04-09T23:08:22.022Z] (4/33) Installing gdbm (1.13-r1) [2021-04-09T23:08:22.601Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-09T23:08:22.601Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-09T23:08:22.601Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-09T23:08:27.940Z] Removing intermediate container 8db39c15856a [2021-04-09T23:08:27.940Z] ---> 7ae3183a3a19 [2021-04-09T23:08:27.940Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-09T23:08:28.258Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-09T23:08:30.501Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-09T23:08:30.502Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-09T23:08:30.502Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-09T23:08:30.502Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-09T23:08:30.770Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-09T23:08:31.050Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-09T23:08:31.050Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-09T23:08:32.012Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-09T23:08:32.012Z] ---> 90652be38654 [2021-04-09T23:08:32.012Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-09T23:08:32.012Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-09T23:08:32.589Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-09T23:08:32.589Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-09T23:08:32.589Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-09T23:08:32.857Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-09T23:08:33.442Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:08:33.442Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:08:33.442Z] ---> 2b50953249fc [2021-04-09T23:08:33.442Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T23:08:33.442Z] ---> Using cache [2021-04-09T23:08:33.442Z] ---> 954bb07c7450 [2021-04-09T23:08:33.442Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:08:33.442Z] ---> Using cache [2021-04-09T23:08:33.442Z] ---> 8fd68c13f283 [2021-04-09T23:08:33.442Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-09T23:08:33.442Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-09T23:08:34.393Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-09T23:08:34.393Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-09T23:08:34.660Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-09T23:08:34.660Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:08:34.660Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:08:34.660Z] ---> 2b50953249fc [2021-04-09T23:08:34.660Z] Step 3/24 : WORKDIR /edgex-go [2021-04-09T23:08:34.660Z] ---> Using cache [2021-04-09T23:08:34.660Z] ---> 954bb07c7450 [2021-04-09T23:08:34.660Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:08:34.660Z] ---> Using cache [2021-04-09T23:08:34.660Z] ---> 8fd68c13f283 [2021-04-09T23:08:34.660Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-09T23:08:34.660Z] ---> Using cache [2021-04-09T23:08:34.660Z] ---> 5e41e4160679 [2021-04-09T23:08:34.660Z] Step 6/24 : COPY go.mod . [2021-04-09T23:08:34.660Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:08:34.660Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:08:34.660Z] ---> 2b50953249fc [2021-04-09T23:08:34.660Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T23:08:34.660Z] ---> Using cache [2021-04-09T23:08:34.660Z] ---> 954bb07c7450 [2021-04-09T23:08:34.660Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:08:34.660Z] ---> Using cache [2021-04-09T23:08:34.660Z] ---> 8fd68c13f283 [2021-04-09T23:08:34.660Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-09T23:08:34.660Z] ---> Using cache [2021-04-09T23:08:34.660Z] ---> 5e41e4160679 [2021-04-09T23:08:34.660Z] Step 6/23 : COPY go.mod . [2021-04-09T23:08:34.660Z] ---> Using cache [2021-04-09T23:08:34.660Z] ---> e97c4a56497d [2021-04-09T23:08:34.660Z] Step 7/23 : RUN go mod download [2021-04-09T23:08:34.660Z] ---> Using cache [2021-04-09T23:08:34.660Z] ---> e97c4a56497d [2021-04-09T23:08:34.660Z] Step 7/24 : RUN go mod download [2021-04-09T23:08:34.923Z] ---> Using cache [2021-04-09T23:08:34.923Z] ---> 2b11cd03eb59 [2021-04-09T23:08:34.923Z] Step 8/24 : COPY . . [2021-04-09T23:08:34.923Z] ---> Using cache [2021-04-09T23:08:34.923Z] ---> 2b11cd03eb59 [2021-04-09T23:08:34.923Z] Step 8/23 : COPY . . [2021-04-09T23:08:34.923Z] ---> Using cache [2021-04-09T23:08:34.923Z] ---> 4781ecbd01e3 [2021-04-09T23:08:34.923Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-09T23:08:34.923Z] ---> Using cache [2021-04-09T23:08:34.923Z] ---> 4781ecbd01e3 [2021-04-09T23:08:34.923Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-09T23:08:35.184Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-09T23:08:36.128Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-09T23:08:36.128Z] ---> Running in b2611e733186 [2021-04-09T23:08:36.128Z] ---> Running in d3e044b233d9 [2021-04-09T23:08:36.128Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-09T23:08:36.128Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-09T23:08:36.128Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-09T23:08:36.128Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-09T23:08:36.391Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-09T23:08:36.391Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-09T23:08:36.391Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-09T23:08:36.391Z] ---> Running in 87ff967e7293 [2021-04-09T23:08:36.391Z] ---> Running in 11f77bf6762e [2021-04-09T23:08:36.652Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T23:08:36.652Z] OK: 71 MiB in 55 packages [2021-04-09T23:08:36.788Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-09T23:08:38.082Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-09T23:08:38.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:08:38.082Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-09T23:08:38.662Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:08:39.242Z] OK: 233 MiB in 51 packages [2021-04-09T23:08:39.509Z] Removing intermediate container d3e044b233d9 [2021-04-09T23:08:39.509Z] ---> 9f09c316ceb0 [2021-04-09T23:08:39.509Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-09T23:08:42.106Z] ---> Running in d1016a2ddb97 [2021-04-09T23:08:43.530Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-09T23:08:43.530Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-09T23:08:44.099Z] Removing intermediate container b2611e733186 [2021-04-09T23:08:44.099Z] ---> 25cc1577aa9b [2021-04-09T23:08:44.099Z] Step 6/23 : COPY go.mod . [2021-04-09T23:08:44.099Z] Removing intermediate container d1016a2ddb97 [2021-04-09T23:08:44.100Z] ---> 43c1370eaa7c [2021-04-09T23:08:44.100Z] Step 28/31 : CMD ["gate"] [2021-04-09T23:08:46.170Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-09T23:08:46.170Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-09T23:08:46.170Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-09T23:08:46.446Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-09T23:08:46.703Z] ---> Running in 26ffe4b5b651 [2021-04-09T23:08:47.284Z] ---> 920fb2ed54aa [2021-04-09T23:08:47.284Z] Step 7/23 : RUN go mod download [2021-04-09T23:08:48.733Z] ---> Running in 414edd7daaaa [2021-04-09T23:08:48.733Z] Removing intermediate container 26ffe4b5b651 [2021-04-09T23:08:48.733Z] ---> 98afa565b528 [2021-04-09T23:08:48.733Z] Step 29/31 : LABEL arch=x86_64 [2021-04-09T23:08:50.149Z] ---> Running in e5edcd81672a [2021-04-09T23:08:50.429Z] Removing intermediate container e5edcd81672a [2021-04-09T23:08:50.429Z] ---> a34c6ba30ff2 [2021-04-09T23:08:50.429Z] Step 30/31 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 [2021-04-09T23:08:50.706Z] Removing intermediate container 809824f532a1 [2021-04-09T23:08:50.706Z] ---> 2fd6689b9262 [2021-04-09T23:08:50.706Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-09T23:08:50.706Z] ---> Running in f55f2fe43969 [2021-04-09T23:08:50.770Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-09T23:08:50.770Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-09T23:08:50.975Z] ---> Running in d00e82cc10bb [2021-04-09T23:08:51.241Z] Removing intermediate container f55f2fe43969 [2021-04-09T23:08:51.242Z] ---> 29806e473d3c [2021-04-09T23:08:51.242Z] Step 31/31 : LABEL version=0.0.0 [2021-04-09T23:08:51.509Z] ---> Running in 9ef1f1332134 [2021-04-09T23:08:52.095Z] Removing intermediate container 9ef1f1332134 [2021-04-09T23:08:52.095Z] ---> 73f827450d64 [2021-04-09T23:08:52.095Z] [2021-04-09T23:08:52.688Z] Successfully built 73f827450d64 [2021-04-09T23:08:52.688Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-09T23:08:52.688Z]  Building docker-security-bootstrapper-go ... done Building docker-support-notifications-go [2021-04-09T23:08:52.966Z] Removing intermediate container 414edd7daaaa [2021-04-09T23:08:52.966Z] ---> 6db4e7c9cc43 [2021-04-09T23:08:52.966Z] Step 8/23 : COPY . . [2021-04-09T23:08:56.297Z] Collecting docker-compose==1.23.2 [2021-04-09T23:08:56.297Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-09T23:08:58.224Z] Collecting PyYAML<4,>=3.10 [2021-04-09T23:08:58.224Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-09T23:08:59.077Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-09T23:08:59.077Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-09T23:08:59.077Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-09T23:09:04.504Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.318s coverage: 45.9% of statements [2021-04-09T23:09:04.504Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-09T23:09:04.504Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-09T23:09:04.504Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-09T23:09:04.504Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-09T23:09:04.504Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-09T23:09:04.504Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-09T23:09:04.504Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.155s coverage: 19.8% of statements [2021-04-09T23:09:04.504Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.234s coverage: 100.0% of statements [2021-04-09T23:09:04.848Z] Collecting docker<4.0,>=3.6.0 [2021-04-09T23:09:04.848Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-09T23:09:04.848Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-09T23:09:04.848Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-09T23:09:05.118Z] Collecting cached-property<2,>=1.2.0 [2021-04-09T23:09:05.118Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-09T23:09:05.118Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-09T23:09:05.118Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-09T23:09:05.118Z] Collecting texttable<0.10,>=0.9.0 [2021-04-09T23:09:05.118Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-09T23:09:07.700Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-09T23:09:07.701Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-09T23:09:09.089Z] Collecting jsonschema<3,>=2.5.1 [2021-04-09T23:09:09.089Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-09T23:09:10.487Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-09T23:09:10.487Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-09T23:09:12.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.613s coverage: 27.1% of statements [2021-04-09T23:09:12.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-09T23:09:12.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-09T23:09:12.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-09T23:09:12.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-09T23:09:12.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-09T23:09:12.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-09T23:09:12.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.168s coverage: 100.0% of statements [2021-04-09T23:09:12.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-09T23:09:12.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.153s coverage: 100.0% of statements [2021-04-09T23:09:12.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-09T23:09:12.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-09T23:09:12.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.317s coverage: 71.3% of statements [2021-04-09T23:09:12.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-09T23:09:12.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-09T23:09:13.093Z] Collecting docopt<0.7,>=0.6.1 [2021-04-09T23:09:13.093Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-09T23:09:13.355Z] Collecting docker-pycreds>=0.4.0 [2021-04-09T23:09:13.355Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-09T23:09:14.311Z] Collecting idna<2.8,>=2.5 [2021-04-09T23:09:14.311Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-09T23:09:14.311Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-09T23:09:14.311Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-09T23:09:14.574Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-09T23:09:14.574Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-09T23:09:14.785Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.527s coverage: 82.9% of statements [2021-04-09T23:09:14.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-09T23:09:14.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T23:09:14.785Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.139s coverage: 78.9% of statements [2021-04-09T23:09:14.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-09T23:09:15.530Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-09T23:09:15.531Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-09T23:09:15.531Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-09T23:09:15.531Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-09T23:09:15.816Z] Installing collected packages: PyYAML, idna, urllib3, requests, docker-pycreds, websocket-client, docker, cached-property, texttable, jsonschema, dockerpty, docopt, docker-compose [2021-04-09T23:09:15.816Z] Running setup.py install for PyYAML: started [2021-04-09T23:09:17.571Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-09T23:09:17.865Z] Attempting uninstall: idna [2021-04-09T23:09:17.865Z] Found existing installation: idna 2.9 [2021-04-09T23:09:17.865Z] Uninstalling idna-2.9: [2021-04-09T23:09:18.177Z] Successfully uninstalled idna-2.9 [2021-04-09T23:09:18.878Z] Attempting uninstall: urllib3 [2021-04-09T23:09:18.878Z] Found existing installation: urllib3 1.25.9 [2021-04-09T23:09:18.878Z] Uninstalling urllib3-1.25.9: [2021-04-09T23:09:19.139Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:09:19.139Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:09:19.139Z] ---> 2b50953249fc [2021-04-09T23:09:19.139Z] Step 3/22 : WORKDIR /edgex-go [2021-04-09T23:09:19.139Z] ---> Using cache [2021-04-09T23:09:19.139Z] ---> 954bb07c7450 [2021-04-09T23:09:19.139Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:09:19.139Z] ---> Using cache [2021-04-09T23:09:19.139Z] ---> 8fd68c13f283 [2021-04-09T23:09:19.139Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-09T23:09:20.086Z] Successfully uninstalled urllib3-1.25.9 [2021-04-09T23:09:20.352Z] ---> Running in ac7560fe7ef4 [2021-04-09T23:09:20.352Z] Attempting uninstall: requests [2021-04-09T23:09:20.352Z] Found existing installation: requests 2.23.0 [2021-04-09T23:09:20.352Z] Uninstalling requests-2.23.0: [2021-04-09T23:09:20.614Z] Successfully uninstalled requests-2.23.0 [2021-04-09T23:09:21.567Z] Removing intermediate container 11f77bf6762e [2021-04-09T23:09:21.567Z] ---> 31b670f6e88c [2021-04-09T23:09:21.567Z] [2021-04-09T23:09:21.567Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T23:09:21.567Z] ---> 7230e588e954 [2021-04-09T23:09:21.567Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-09T23:09:22.142Z] ---> Using cache [2021-04-09T23:09:22.142Z] ---> ed85059473a2 [2021-04-09T23:09:22.142Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T23:09:22.142Z] ---> Using cache [2021-04-09T23:09:22.142Z] ---> a308e1cb446e [2021-04-09T23:09:22.142Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-09T23:09:23.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:09:23.350Z] ---> Running in 48196d6ee937 [2021-04-09T23:09:23.350Z] ---> 7799cd9c2ee2 [2021-04-09T23:09:23.350Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-09T23:09:23.612Z] Removing intermediate container 87ff967e7293 [2021-04-09T23:09:23.612Z] ---> 5506ca940d88 [2021-04-09T23:09:23.612Z] [2021-04-09T23:09:23.612Z] Step 10/24 : FROM alpine:3.12 [2021-04-09T23:09:23.612Z] ---> 7230e588e954 [2021-04-09T23:09:23.612Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-09T23:09:23.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:09:23.874Z] Running setup.py install for texttable: started [2021-04-09T23:09:23.874Z] ---> Running in f8d8666188e2 [2021-04-09T23:09:23.874Z] ---> Running in ab0bf5ae2663 [2021-04-09T23:09:24.136Z] Removing intermediate container 48196d6ee937 [2021-04-09T23:09:24.136Z] ---> 0865ff093f73 [2021-04-09T23:09:24.136Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-09T23:09:24.136Z] OK: 233 MiB in 51 packages [2021-04-09T23:09:24.136Z] ---> Running in 4bad700f2fd3 [2021-04-09T23:09:24.402Z] Running setup.py install for texttable: finished with status 'done' [2021-04-09T23:09:24.665Z] Removing intermediate container 4bad700f2fd3 [2021-04-09T23:09:24.665Z] ---> b77aa49581ab [2021-04-09T23:09:24.665Z] Step 15/23 : WORKDIR / [2021-04-09T23:09:24.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.145s coverage: 28.6% of statements [2021-04-09T23:09:24.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-09T23:09:24.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-09T23:09:24.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-09T23:09:24.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-09T23:09:24.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-09T23:09:24.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.388s coverage: 100.0% of statements [2021-04-09T23:09:24.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-09T23:09:24.987Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.153s coverage: 100.0% of statements [2021-04-09T23:09:24.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-09T23:09:24.987Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.430s coverage: 86.7% of statements [2021-04-09T23:09:24.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-09T23:09:24.987Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.388s coverage: 97.5% of statements [2021-04-09T23:09:24.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-09T23:09:24.987Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.235s coverage: 78.3% of statements [2021-04-09T23:09:24.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-09T23:09:24.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-09T23:09:24.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-09T23:09:24.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-09T23:09:25.632Z] Running setup.py install for dockerpty: started [2021-04-09T23:09:25.632Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-09T23:09:25.632Z] ---> Running in 612bf6cda228 [2021-04-09T23:09:25.632Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:09:25.632Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:09:25.632Z] Removing intermediate container ac7560fe7ef4 [2021-04-09T23:09:25.632Z] ---> ba939baa48c2 [2021-04-09T23:09:25.632Z] Step 6/22 : COPY go.mod . [2021-04-09T23:09:25.916Z] Removing intermediate container 612bf6cda228 [2021-04-09T23:09:25.916Z] ---> 40167e9e2660 [2021-04-09T23:09:25.916Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T23:09:25.916Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-09T23:09:25.916Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T23:09:25.916Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-09T23:09:25.916Z] (4/6) Installing curl (7.69.1-r3) [2021-04-09T23:09:25.916Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-09T23:09:25.916Z] (6/6) Installing su-exec (0.2-r1) [2021-04-09T23:09:25.916Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T23:09:26.179Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-09T23:09:26.179Z] Running setup.py install for docopt: started [2021-04-09T23:09:26.179Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T23:09:26.444Z] OK: 7 MiB in 20 packages [2021-04-09T23:09:26.444Z] ---> b1d02db34799 [2021-04-09T23:09:26.444Z] Step 7/22 : RUN go mod download [2021-04-09T23:09:26.710Z] Running setup.py install for docopt: finished with status 'done' [2021-04-09T23:09:27.004Z] ---> Running in acafaa2cc815 [2021-04-09T23:09:27.601Z] ---> 2b21f88fe4f6 [2021-04-09T23:09:27.601Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-09T23:09:27.601Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-09T23:09:30.183Z] Removing intermediate container ab0bf5ae2663 [2021-04-09T23:09:30.183Z] ---> e6ebaaaaad27 [2021-04-09T23:09:30.183Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-09T23:09:30.183Z] ---> 6da8ed54d0ab [2021-04-09T23:09:30.183Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-09T23:09:30.183Z] ---> Running in c571e8488ce4 [2021-04-09T23:09:32.101Z] ---> 23b87d88d3f4 [2021-04-09T23:09:32.101Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-09T23:09:32.102Z] Removing intermediate container c571e8488ce4 [2021-04-09T23:09:32.102Z] ---> 3092ca3e9ca3 [2021-04-09T23:09:32.102Z] Step 13/24 : WORKDIR / [2021-04-09T23:09:32.369Z] ---> Running in c26868c23b57 [2021-04-09T23:09:32.369Z] Removing intermediate container acafaa2cc815 [2021-04-09T23:09:32.369Z] ---> b4d61d682315 [2021-04-09T23:09:32.369Z] Step 8/22 : COPY . . [2021-04-09T23:09:32.369Z] ---> Running in 80b2758fc191 [2021-04-09T23:09:32.638Z] Removing intermediate container d00e82cc10bb [2021-04-09T23:09:32.638Z] ---> 1968206a0d9a [2021-04-09T23:09:32.638Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-09T23:09:32.638Z] Removing intermediate container c26868c23b57 [2021-04-09T23:09:32.638Z] ---> 15b015b3a73a [2021-04-09T23:09:32.638Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T23:09:32.922Z] ---> Running in a6749bd81c19 [2021-04-09T23:09:32.922Z] ---> Running in 36afa6a82a40 [2021-04-09T23:09:33.286Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.180s coverage: 92.8% of statements [2021-04-09T23:09:33.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-09T23:09:33.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T23:09:33.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-09T23:09:33.286Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-09T23:09:33.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-09T23:09:33.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-09T23:09:33.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-09T23:09:33.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-09T23:09:33.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-09T23:09:33.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-09T23:09:33.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-09T23:09:33.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-09T23:09:33.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-09T23:09:33.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-09T23:09:33.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-09T23:09:33.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-09T23:09:33.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-09T23:09:33.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-09T23:09:33.286Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.122s coverage: 58.8% of statements [2021-04-09T23:09:33.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-09T23:09:33.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-09T23:09:33.286Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.233s coverage: 1.0% of statements [2021-04-09T23:09:33.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-09T23:09:33.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-09T23:09:33.286Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-09T23:09:33.286Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.194s coverage: 47.1% of statements [2021-04-09T23:09:33.286Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.154s coverage: 79.5% of statements [2021-04-09T23:09:33.286Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.132s coverage: 94.1% of statements [2021-04-09T23:09:33.286Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.159s coverage: 96.3% of statements [2021-04-09T23:09:33.286Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.189s coverage: 87.5% of statements [2021-04-09T23:09:34.359Z] Removing intermediate container 80b2758fc191 [2021-04-09T23:09:34.359Z] ---> 5c9853933c8e [2021-04-09T23:09:34.359Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-09T23:09:39.712Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:09:39.712Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:09:39.712Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T23:09:39.712Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-09T23:09:39.712Z] (3/3) Installing curl (7.69.1-r3) [2021-04-09T23:09:39.712Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T23:09:40.296Z] OK: 72 MiB in 58 packages [2021-04-09T23:09:40.296Z] ---> ad800c38d21f [2021-04-09T23:09:40.296Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-09T23:09:40.296Z] Removing intermediate container 36afa6a82a40 [2021-04-09T23:09:40.296Z] ---> acec1f49a4cb [2021-04-09T23:09:40.296Z] Step 21/23 : LABEL arch=x86_64 [2021-04-09T23:09:42.851Z] ---> Running in 366bc232bcf4 [2021-04-09T23:09:45.424Z] ---> d50453ea1708 [2021-04-09T23:09:45.425Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-09T23:09:46.015Z] Removing intermediate container 366bc232bcf4 [2021-04-09T23:09:46.015Z] ---> adc997bf06f5 [2021-04-09T23:09:46.015Z] Step 22/23 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 [2021-04-09T23:09:47.439Z] ---> Running in 4f962cde9e1f [2021-04-09T23:09:48.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.160s coverage: 94.4% of statements [2021-04-09T23:09:48.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.126s coverage: 44.8% of statements [2021-04-09T23:09:49.367Z] ---> f3d9ddf4bb19 [2021-04-09T23:09:49.367Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-09T23:09:49.367Z] Removing intermediate container a6749bd81c19 [2021-04-09T23:09:49.367Z] ---> bda8a0258f60 [2021-04-09T23:09:49.367Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-09T23:09:51.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.559s coverage: 81.5% of statements [2021-04-09T23:09:51.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-09T23:09:51.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.104s coverage: 87.1% of statements [2021-04-09T23:09:51.934Z] ---> Running in cb718282424f [2021-04-09T23:09:52.887Z] Removing intermediate container 4f962cde9e1f [2021-04-09T23:09:52.887Z] ---> 5f24facc8996 [2021-04-09T23:09:52.887Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T23:09:53.578Z] ---> ce4ac684e7d7 [2021-04-09T23:09:53.578Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-09T23:09:54.970Z] ---> Running in e4bc2a7c93dd [2021-04-09T23:09:55.545Z] Removing intermediate container cb718282424f [2021-04-09T23:09:55.545Z] ---> 931547080c65 [2021-04-09T23:09:55.545Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T23:09:56.494Z] ---> dfef4ea54cb5 [2021-04-09T23:09:56.494Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-09T23:09:56.494Z] Removing intermediate container e4bc2a7c93dd [2021-04-09T23:09:56.494Z] ---> 05004478fdab [2021-04-09T23:09:56.494Z] [2021-04-09T23:09:56.494Z] ---> Running in ee5726da838d [2021-04-09T23:09:56.758Z] ---> 55a2e1944a57 [2021-04-09T23:09:56.758Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-09T23:09:56.758Z] Successfully built 05004478fdab [2021-04-09T23:09:56.758Z] Removing intermediate container ee5726da838d [2021-04-09T23:09:56.758Z] ---> 483db5c37ca9 [2021-04-09T23:09:56.758Z] Step 24/26 : LABEL arch=x86_64 [2021-04-09T23:09:56.758Z] Successfully tagged docker-core-command-go:latest [2021-04-09T23:09:56.758Z]  Building docker-core-command-go ... done  ---> 97db09d25768 [2021-04-09T23:09:56.758Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-09T23:09:56.758Z] ---> Running in 9ad77bab3984 [2021-04-09T23:09:57.331Z] ---> Running in 68c24519725f [2021-04-09T23:09:57.911Z] ---> Running in f1c15fa63628 [2021-04-09T23:09:58.863Z] Removing intermediate container 68c24519725f [2021-04-09T23:09:58.863Z] ---> 747d48f28cfa [2021-04-09T23:09:58.863Z] Step 25/26 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 [2021-04-09T23:09:58.863Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-09T23:09:59.148Z] ---> Running in 22afb9519c06 [2021-04-09T23:09:59.427Z] Removing intermediate container f8d8666188e2 [2021-04-09T23:09:59.427Z] ---> 2a13cfa5637e [2021-04-09T23:09:59.427Z] [2021-04-09T23:09:59.427Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T23:09:59.427Z] ---> 7230e588e954 [2021-04-09T23:09:59.427Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-09T23:09:59.427Z] ---> Running in 991bdce2ec8f [2021-04-09T23:09:59.427Z] Removing intermediate container 22afb9519c06 [2021-04-09T23:09:59.427Z] ---> 069935994e8e [2021-04-09T23:09:59.427Z] Step 26/26 : LABEL version=0.0.0 [2021-04-09T23:09:59.693Z] ---> Running in 25a045656b2c [2021-04-09T23:09:59.693Z] Removing intermediate container 991bdce2ec8f [2021-04-09T23:09:59.693Z] ---> e38e8530e93c [2021-04-09T23:09:59.693Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-09T23:09:59.693Z] ---> Running in a73dc23326bc [2021-04-09T23:09:59.693Z] Removing intermediate container 25a045656b2c [2021-04-09T23:09:59.693Z] ---> 34c6bf0f6c95 [2021-04-09T23:09:59.693Z] [2021-04-09T23:10:00.642Z] Successfully built 34c6bf0f6c95 [2021-04-09T23:10:00.913Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-09T23:10:01.197Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container a73dc23326bc [2021-04-09T23:10:01.197Z] ---> 9f117fb2ea97 [2021-04-09T23:10:01.197Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-09T23:10:01.197Z] ---> Running in 805eeeaac114 [2021-04-09T23:10:01.475Z] Removing intermediate container f1c15fa63628 [2021-04-09T23:10:01.475Z] ---> 7db0c6c75880 [2021-04-09T23:10:01.475Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-09T23:10:01.475Z] ---> Running in 83b09ecb1fcf [2021-04-09T23:10:01.475Z] Removing intermediate container 805eeeaac114 [2021-04-09T23:10:01.475Z] ---> 5cb795ce7d4d [2021-04-09T23:10:01.475Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:10:01.754Z] ---> Running in e563890d2b04 [2021-04-09T23:10:01.754Z] Removing intermediate container 83b09ecb1fcf [2021-04-09T23:10:01.754Z] ---> 94ffd0cf424e [2021-04-09T23:10:01.754Z] Step 22/24 : LABEL arch=x86_64 [2021-04-09T23:10:02.032Z] ---> Running in 02eaacd0f894 [2021-04-09T23:10:02.620Z] Removing intermediate container 02eaacd0f894 [2021-04-09T23:10:02.620Z] ---> 07b5dc78f328 [2021-04-09T23:10:02.620Z] Step 23/24 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 [2021-04-09T23:10:02.620Z] ---> Running in 4a4a4bd6a234 [2021-04-09T23:10:02.899Z] Removing intermediate container 4a4a4bd6a234 [2021-04-09T23:10:02.899Z] ---> aee34654e141 [2021-04-09T23:10:02.899Z] Step 24/24 : LABEL version=0.0.0 [2021-04-09T23:10:02.899Z] ---> Running in a8f3f530d379 [2021-04-09T23:10:03.171Z] Removing intermediate container a8f3f530d379 [2021-04-09T23:10:03.171Z] ---> 997c59069bb2 [2021-04-09T23:10:03.171Z] [2021-04-09T23:10:03.754Z] Successfully built 997c59069bb2 [2021-04-09T23:10:04.023Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-09T23:10:04.024Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container e563890d2b04 [2021-04-09T23:10:04.024Z] ---> a56ca705cb7f [2021-04-09T23:10:04.024Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-09T23:10:04.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.179s coverage: 92.9% of statements [2021-04-09T23:10:04.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-09T23:10:04.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-09T23:10:04.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-09T23:10:04.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-04-09T23:10:04.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-09T23:10:04.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-09T23:10:04.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-09T23:10:04.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-09T23:10:04.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-09T23:10:04.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements [2021-04-09T23:10:04.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-09T23:10:04.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-09T23:10:04.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.107s coverage: 100.0% of statements [2021-04-09T23:10:04.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-09T23:10:04.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.152s coverage: 75.5% of statements [2021-04-09T23:10:04.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-09T23:10:04.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.132s coverage: 80.8% of statements [2021-04-09T23:10:04.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.193s coverage: 87.2% of statements [2021-04-09T23:10:04.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.196s coverage: 84.6% of statements [2021-04-09T23:10:04.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.217s coverage: 91.6% of statements [2021-04-09T23:10:04.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-09T23:10:04.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.535s coverage: 64.4% of statements [2021-04-09T23:10:04.180Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-09T23:10:04.180Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-09T23:10:04.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.139s coverage: 100.0% of statements [2021-04-09T23:10:04.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.076s coverage: 91.3% of statements [2021-04-09T23:10:04.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements [2021-04-09T23:10:04.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements [2021-04-09T23:10:04.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements [2021-04-09T23:10:04.292Z] ---> Running in 437e22274244 [2021-04-09T23:10:05.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:10:05.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:10:06.438Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-09T23:10:06.438Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-09T23:10:06.438Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-09T23:10:06.708Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-09T23:10:06.981Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-09T23:10:06.981Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-09T23:10:07.263Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T23:10:07.263Z] OK: 8 MiB in 20 packages [2021-04-09T23:10:07.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.956s coverage: 69.0% of statements [2021-04-09T23:10:07.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-09T23:10:07.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-09T23:10:07.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-09T23:10:08.679Z] Removing intermediate container 437e22274244 [2021-04-09T23:10:08.679Z] ---> 1431eccc0165 [2021-04-09T23:10:08.679Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T23:10:09.266Z] ---> bf0a41a98a35 [2021-04-09T23:10:09.266Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-09T23:10:09.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.422s coverage: 38.4% of statements [2021-04-09T23:10:09.594Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-09T23:10:09.594Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-09T23:10:09.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.130s coverage: 89.5% of statements [2021-04-09T23:10:09.594Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-09T23:10:09.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.097s coverage: 84.8% of statements [2021-04-09T23:10:10.213Z] ---> 4dc05555fdd4 [2021-04-09T23:10:10.213Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-09T23:10:10.213Z] ---> f8f22adf52d3 [2021-04-09T23:10:10.213Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-09T23:10:10.473Z] ---> Running in 612e88b95f39 [2021-04-09T23:10:10.735Z] Removing intermediate container 612e88b95f39 [2021-04-09T23:10:10.735Z] ---> 31dac3ee5b76 [2021-04-09T23:10:10.735Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T23:10:10.735Z] ---> Running in 56947bc62069 [2021-04-09T23:10:10.995Z] Removing intermediate container 56947bc62069 [2021-04-09T23:10:10.995Z] ---> 1426f6d4b618 [2021-04-09T23:10:10.995Z] Step 21/23 : LABEL arch=x86_64 [2021-04-09T23:10:10.995Z] ---> Running in 36d502f31786 [2021-04-09T23:10:11.260Z] Removing intermediate container 36d502f31786 [2021-04-09T23:10:11.260Z] ---> aa8c00092cc8 [2021-04-09T23:10:11.260Z] Step 22/23 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 [2021-04-09T23:10:13.182Z] ---> Running in df01a6a2c03c [2021-04-09T23:10:14.131Z] Removing intermediate container 9ad77bab3984 [2021-04-09T23:10:14.131Z] ---> 1c55d420b0db [2021-04-09T23:10:14.131Z] [2021-04-09T23:10:14.131Z] Step 10/22 : FROM alpine:3.12 [2021-04-09T23:10:14.131Z] ---> 7230e588e954 [2021-04-09T23:10:14.131Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-09T23:10:14.131Z] Removing intermediate container df01a6a2c03c [2021-04-09T23:10:14.131Z] ---> 6bade2300735 [2021-04-09T23:10:14.131Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T23:10:14.131Z] ---> Running in e3e253dd5725 [2021-04-09T23:10:14.131Z] ---> Running in c41ebcc74ae7 [2021-04-09T23:10:14.393Z] Removing intermediate container c41ebcc74ae7 [2021-04-09T23:10:14.393Z] ---> 9a16d5aaf78b [2021-04-09T23:10:14.393Z] [2021-04-09T23:10:14.655Z] Successfully built 9a16d5aaf78b [2021-04-09T23:10:14.655Z] Successfully tagged docker-core-data-go:latest [2021-04-09T23:10:14.655Z]  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:10:14.655Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:10:14.975Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-09T23:10:14.975Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-09T23:10:14.975Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T23:10:14.975Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T23:10:14.975Z] OK: 6 MiB in 16 packages [2021-04-09T23:10:15.029Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.490s coverage: 47.0% of statements [2021-04-09T23:10:15.029Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-09T23:10:15.029Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-09T23:10:15.029Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-09T23:10:15.029Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-09T23:10:15.029Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-09T23:10:15.029Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.130s coverage: 100.0% of statements [2021-04-09T23:10:15.029Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-09T23:10:15.029Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements [2021-04-09T23:10:15.029Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-09T23:10:15.029Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-09T23:10:15.029Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.109s coverage: 11.0% of statements [2021-04-09T23:10:15.029Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-09T23:10:16.428Z] Removing intermediate container e3e253dd5725 [2021-04-09T23:10:16.428Z] ---> e29beffb0bd9 [2021-04-09T23:10:16.428Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T23:10:16.428Z] ---> Running in 3ff8ea69af37 [2021-04-09T23:10:16.428Z] Removing intermediate container 3ff8ea69af37 [2021-04-09T23:10:16.428Z] ---> 2bbc45043905 [2021-04-09T23:10:16.428Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-09T23:10:16.428Z] ---> Running in c0d91c058a75 [2021-04-09T23:10:16.691Z] Removing intermediate container c0d91c058a75 [2021-04-09T23:10:16.691Z] ---> 1b9c530cea09 [2021-04-09T23:10:16.691Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-09T23:10:16.691Z] ---> Running in d91c56302c73 [2021-04-09T23:10:16.954Z] Removing intermediate container d91c56302c73 [2021-04-09T23:10:16.954Z] ---> 992f1c4c9158 [2021-04-09T23:10:16.954Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T23:10:17.032Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.417s coverage: 87.1% of statements [2021-04-09T23:10:17.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-09T23:10:17.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T23:10:17.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-09T23:10:17.216Z] ---> 086e61060664 [2021-04-09T23:10:17.216Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-09T23:10:17.791Z] ---> c8159962d119 [2021-04-09T23:10:17.791Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-09T23:10:18.053Z] ---> 43cd70910f3d [2021-04-09T23:10:18.053Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-09T23:10:18.053Z] ---> Running in bdd77f4851d7 [2021-04-09T23:10:18.053Z] Removing intermediate container bdd77f4851d7 [2021-04-09T23:10:18.053Z] ---> 8e85611a3bb7 [2021-04-09T23:10:18.053Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T23:10:18.316Z] ---> Running in e926c0cbca71 [2021-04-09T23:10:18.316Z] Removing intermediate container e926c0cbca71 [2021-04-09T23:10:18.316Z] ---> f797f2d3464e [2021-04-09T23:10:18.316Z] Step 20/22 : LABEL arch=x86_64 [2021-04-09T23:10:18.579Z] ---> Running in 6524983debbb [2021-04-09T23:10:18.579Z] Removing intermediate container 6524983debbb [2021-04-09T23:10:18.579Z] ---> d4fd743ffb65 [2021-04-09T23:10:18.579Z] Step 21/22 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 [2021-04-09T23:10:18.579Z] ---> Running in bd22e8283d62 [2021-04-09T23:10:18.842Z] Removing intermediate container bd22e8283d62 [2021-04-09T23:10:18.842Z] ---> 040004b172e6 [2021-04-09T23:10:18.842Z] Step 22/22 : LABEL version=0.0.0 [2021-04-09T23:10:18.842Z] ---> Running in 20cc6e0d7b39 [2021-04-09T23:10:19.103Z] Removing intermediate container 20cc6e0d7b39 [2021-04-09T23:10:19.103Z] ---> 448af2df454b [2021-04-09T23:10:19.103Z] [2021-04-09T23:10:19.366Z] Successfully built 448af2df454b [2021-04-09T23:10:19.366Z] Successfully tagged docker-support-notifications-go:latest [2021-04-09T23:10:19.639Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-04-09T23:10:19.654Z] $ docker stop --time=1 d5d852b9d9017efab12c24fab676ec79f28c2bcfc1ce0fff4de063f3da412fe0 [2021-04-09T23:10:21.301Z] $ docker rm -f d5d852b9d9017efab12c24fab676ec79f28c2bcfc1ce0fff4de063f3da412fe0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-09T23:10:21.857Z] + docker images [2021-04-09T23:10:21.857Z] + grep docker [2021-04-09T23:10:22.120Z] docker-support-notifications-go latest 448af2df454b 4 seconds ago 17.9MB [2021-04-09T23:10:22.120Z] docker-core-data-go latest 9a16d5aaf78b 8 seconds ago 22.7MB [2021-04-09T23:10:22.120Z] docker-security-secretstore-setup-go latest 997c59069bb2 19 seconds ago 25.7MB [2021-04-09T23:10:22.120Z] docker-sys-mgmt-agent-go latest 34c6bf0f6c95 23 seconds ago 314MB [2021-04-09T23:10:22.120Z] docker-core-command-go latest 05004478fdab 27 seconds ago 17.3MB [2021-04-09T23:10:22.120Z] docker-security-bootstrapper-go latest 73f827450d64 About a minute ago 19MB [2021-04-09T23:10:22.120Z] docker-core-metadata-go latest 4860e2cbf81a 2 minutes ago 19MB [2021-04-09T23:10:22.120Z] docker-support-scheduler-go latest 9e7468739dc9 2 minutes ago 17.4MB [2021-04-09T23:10:22.120Z] docker-security-proxy-setup-go latest 2faf5ee16383 2 minutes ago 25.4MB [2021-04-09T23:10:22.120Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-09T23:10:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.375s coverage: 29.1% of statements [2021-04-09T23:10:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-09T23:10:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-09T23:10:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-09T23:10:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-09T23:10:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-09T23:10:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.183s coverage: 99.0% of statements [2021-04-09T23:10:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-09T23:10:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.245s coverage: 100.0% of statements [2021-04-09T23:10:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-09T23:10:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-09T23:10:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-09T23:10:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-09T23:10:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.375s coverage: 95.6% of statements [2021-04-09T23:10:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-09T23:10:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T23:10:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-09T23:10:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-04-09T23:10:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-09T23:10:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements [2021-04-09T23:10:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-09T23:10:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-09T23:10:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-09T23:10:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-09T23:10:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.084s coverage: 87.9% of statements [2021-04-09T23:10:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-09T23:10:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-09T23:10:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements [2021-04-09T23:10:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.120s coverage: 32.1% of statements [2021-04-09T23:10:26.301Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements [2021-04-09T23:10:26.892Z] GO111MODULE=on go vet ./... [2021-04-09T23:10:37.849Z] Still waiting to schedule task [2021-04-09T23:10:37.849Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-09T23:11:30.223Z] Running on prd-ubuntu18.04-docker-8c-8g-33495 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-04-09T23:11:30.280Z] Running in /w/workspace/edgex-go/61 [Pipeline] { [Pipeline] checkout [2021-04-09T23:11:32.800Z] using credential edgex-jenkins-ssh [2021-04-09T23:11:32.854Z] Cloning the remote Git repository [2021-04-09T23:11:32.877Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-09T23:11:32.938Z] > git init /w/workspace/edgex-go/61 # timeout=10 [2021-04-09T23:11:32.962Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-09T23:11:32.962Z] > git --version # timeout=10 [2021-04-09T23:11:32.970Z] > git --version # 'git version 2.17.1' [2021-04-09T23:11:32.971Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T23:11:32.991Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-09T23:11:47.216Z] Merging remotes/origin/master commit cb9c2e341f41af7151c441ed572f1003f1e13be3 into PR head commit 1b48b7d4a8689bfc227836ea5570b06a06206db1 [2021-04-09T23:11:47.365Z] Merge succeeded, producing 1b48b7d4a8689bfc227836ea5570b06a06206db1 [2021-04-09T23:11:47.365Z] Checking out Revision 1b48b7d4a8689bfc227836ea5570b06a06206db1 (PR-3234) [2021-04-09T23:11:46.722Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-09T23:11:46.727Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-09T23:11:46.736Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-09T23:11:46.746Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-09T23:11:46.746Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T23:11:46.750Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T23:11:47.227Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T23:11:47.230Z] > git checkout -f 1b48b7d4a8689bfc227836ea5570b06a06206db1 # timeout=10 [2021-04-09T23:11:47.336Z] > git remote # timeout=10 [2021-04-09T23:11:47.342Z] > git config --get remote.origin.url # timeout=10 [2021-04-09T23:11:47.348Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T23:11:47.351Z] > git merge cb9c2e341f41af7151c441ed572f1003f1e13be3 # timeout=10 [2021-04-09T23:11:47.358Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-09T23:11:47.371Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T23:11:47.373Z] > git checkout -f 1b48b7d4a8689bfc227836ea5570b06a06206db1 # timeout=10 [2021-04-09T23:11:48.688Z] gofmt -l . [2021-04-09T23:11:48.688Z] [ "`gofmt -l .`" = "" ] [2021-04-09T23:11:48.688Z] ./bin/test-go-mod-tidy.sh [2021-04-09T23:11:48.688Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-09T23:11:50.060Z] + ls -al . [2021-04-09T23:11:50.060Z] total 836 [2021-04-09T23:11:50.060Z] drwxrwxr-x 9 1001 1001 4096 Apr 9 23:11 . [2021-04-09T23:11:50.060Z] drwxr-xr-x 4 root root 4096 Apr 9 23:07 .. [2021-04-09T23:11:50.060Z] -rw-rw-r-- 1 1001 1001 11 Apr 9 23:05 .dockerignore [2021-04-09T23:11:50.060Z] drwxrwxr-x 8 1001 1001 4096 Apr 9 23:05 .git [2021-04-09T23:11:50.060Z] drwxrwxr-x 3 1001 1001 4096 Apr 9 23:05 .github [2021-04-09T23:11:50.060Z] -rw-rw-r-- 1 1001 1001 818 Apr 9 23:05 .gitignore [2021-04-09T23:11:50.060Z] -rw-rw-r-- 1 1001 1001 166 Apr 9 23:05 .sonarcloud.properties [2021-04-09T23:11:50.060Z] -rw-rw-r-- 1 1001 1001 8607 Apr 9 23:05 Attribution.txt [2021-04-09T23:11:50.060Z] -rw-rw-r-- 1 1001 1001 3804 Apr 9 23:05 CONTRIBUTING.md [2021-04-09T23:11:50.060Z] -rw-rw-r-- 1 1001 1001 931 Apr 9 23:05 Dockerfile.build [2021-04-09T23:11:50.060Z] -rw-rw-r-- 1 1001 1001 863 Apr 9 23:05 Jenkinsfile [2021-04-09T23:11:50.060Z] -rw-rw-r-- 1 1001 1001 10775 Apr 9 23:05 LICENSE [2021-04-09T23:11:50.060Z] -rw-rw-r-- 1 1001 1001 5774 Apr 9 23:05 Makefile [2021-04-09T23:11:50.060Z] -rw-rw-r-- 1 1001 1001 6548 Apr 9 23:05 README.md [2021-04-09T23:11:50.060Z] -rw-rw-r-- 1 1001 1001 6755 Apr 9 23:05 SECURITY.md [2021-04-09T23:11:50.060Z] -rw-rw-r-- 1 1001 1001 5 Apr 9 23:02 VERSION [2021-04-09T23:11:50.060Z] -rw-rw-r-- 1 1001 1001 4131 Apr 9 23:05 ZMQWindows.md [2021-04-09T23:11:50.060Z] drwxrwxr-x 2 1001 1001 4096 Apr 9 23:05 bin [2021-04-09T23:11:50.060Z] drwxrwxr-x 14 1001 1001 4096 Apr 9 23:05 cmd [2021-04-09T23:11:50.060Z] -rw-r--r-- 1 root root 697383 Apr 9 23:10 coverage.out [2021-04-09T23:11:50.060Z] -rw-r--r-- 1 root root 1057 Apr 9 23:11 go.mod [2021-04-09T23:11:50.060Z] -rw-r--r-- 1 root root 22480 Apr 9 23:11 go.sum [2021-04-09T23:11:50.060Z] drwxrwxr-x 8 1001 1001 4096 Apr 9 23:05 internal [2021-04-09T23:11:50.060Z] drwxrwxr-x 4 1001 1001 4096 Apr 9 23:05 openapi [2021-04-09T23:11:50.060Z] drwxrwxr-x 4 1001 1001 4096 Apr 9 23:05 snap [2021-04-09T23:11:50.060Z] -rw-rw-r-- 1 1001 1001 168 Apr 9 23:05 version.go [Pipeline] sh [2021-04-09T23:11:50.760Z] + '[' -e coverage.out ] [2021-04-09T23:11:50.760Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-09T23:11:50.788Z] Warning: overwriting stash ‘coverage-report’ [2021-04-09T23:11:51.136Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-09T23:11:52.076Z] Stashed 1 file(s) [Pipeline] sh [2021-04-09T23:11:52.302Z] + echo snap-build.sh [2021-04-09T23:11:52.303Z] snap-build.sh [2021-04-09T23:11:52.303Z] + SNAP_BASE_DIR=. [2021-04-09T23:11:52.303Z] + '[' '!' -z /w/workspace/edgex-go/61 ']' [2021-04-09T23:11:52.303Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/61 [2021-04-09T23:11:52.303Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/61]' [2021-04-09T23:11:52.303Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/61] [2021-04-09T23:11:52.303Z] + cd /w/workspace/edgex-go/61 [2021-04-09T23:11:52.303Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-09T23:11:52.303Z] Reading package lists... [2021-04-09T23:11:52.568Z] Building dependency tree... [2021-04-09T23:11:52.568Z] Reading state information... [2021-04-09T23:11:52.568Z] The following packages were automatically installed and are no longer required: [2021-04-09T23:11:52.568Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-09T23:11:52.568Z] uidmap xdelta3 [2021-04-09T23:11:52.568Z] Use 'sudo apt autoremove' to remove them. [2021-04-09T23:11:52.737Z] + make build [2021-04-09T23:11:52.737Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-09T23:11:52.832Z] The following packages will be REMOVED: [2021-04-09T23:11:52.832Z] lxd* lxd-client* [2021-04-09T23:11:53.103Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-09T23:11:53.103Z] After this operation, 31.7 MB disk space will be freed. [2021-04-09T23:11:54.149Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-04-09T23:11:54.149Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-09T23:11:55.089Z] Removing lxd dnsmasq configuration [2021-04-09T23:11:55.089Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-09T23:11:55.349Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-09T23:11:55.920Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-09T23:11:56.183Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-04-09T23:11:56.183Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-09T23:11:57.565Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-09T23:11:57.565Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-09T23:11:58.946Z] + sudo snap remove --purge lxd [2021-04-09T23:11:58.946Z] snap "lxd" is not installed [2021-04-09T23:11:58.946Z] + sudo groupadd --force --system lxd [2021-04-09T23:11:58.946Z] ++ whoami [2021-04-09T23:11:58.946Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-09T23:11:59.206Z] + newgrp - lxd [2021-04-09T23:11:59.206Z] + sudo snap install lxd [2021-04-09T23:12:05.133Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-09T23:12:05.810Z] 2021-04-09T23:12:04Z INFO Waiting for automatic snapd restart... [2021-04-09T23:12:20.723Z] lxd 4.12 from Canonical* installed [2021-04-09T23:12:20.723Z] + sudo lxd init --auto [2021-04-09T23:12:27.291Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-09T23:12:28.871Z] + sudo snap install --classic snapcraft [2021-04-09T23:12:32.689Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-09T23:12:34.159Z] snapcraft 4.6 from Canonical* installed [2021-04-09T23:12:34.159Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-09T23:12:34.159Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-09T23:12:34.159Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-09T23:12:34.159Z] Dload Upload Total Spent Left Speed [2021-04-09T23:12:34.159Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4786 0 --:--:-- --:--:-- --:--:-- 4786 [2021-04-09T23:12:34.159Z] 100 3325k 100 3325k 0 0 6663k 0 --:--:-- --:--:-- --:--:-- 6663k [2021-04-09T23:12:34.159Z] ./yq_linux_amd64 [2021-04-09T23:12:34.159Z] + sudo snapcraft prime --use-lxd [2021-04-09T23:12:36.076Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-09T23:12:36.076Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-09T23:12:36.076Z] - README.md [2021-04-09T23:12:36.076Z] [2021-04-09T23:12:36.076Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-09T23:12:36.336Z] Launching a container. [2021-04-09T23:12:39.402Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-09T23:12:40.376Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-09T23:12:45.784Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-09T23:12:48.568Z] Waiting for container to be ready [2021-04-09T23:12:48.568Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-09T23:12:48.568Z] [2021-04-09T23:12:50.083Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-09T23:12:51.864Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-09T23:12:51.864Z] Waiting for network to be ready... [2021-04-09T23:12:52.435Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-09T23:12:52.435Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-09T23:12:52.695Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-09T23:12:52.695Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-09T23:12:52.955Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-09T23:12:52.955Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-09T23:12:52.955Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-09T23:12:52.955Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-09T23:12:53.215Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-09T23:12:53.215Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-09T23:12:53.215Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-09T23:12:53.215Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-09T23:12:53.215Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-09T23:12:53.215Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-09T23:12:53.215Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-09T23:12:53.215Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-09T23:12:53.215Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-09T23:12:53.215Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-09T23:12:53.474Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-09T23:12:53.735Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-09T23:12:53.735Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-09T23:12:53.735Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-09T23:12:53.735Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-09T23:12:53.735Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-09T23:12:53.735Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-09T23:12:53.735Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1727 kB] [2021-04-09T23:12:53.735Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-09T23:12:54.374Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-09T23:12:57.763Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-09T23:12:57.932Z] Fetched 24.2 MB in 5s (4532 kB/s) [2021-04-09T23:12:58.502Z] Reading package lists... [2021-04-09T23:12:58.762Z] Reading package lists... [2021-04-09T23:12:59.024Z] Building dependency tree... [2021-04-09T23:12:59.024Z] Reading state information... [2021-04-09T23:12:59.290Z] The following additional packages will be installed: [2021-04-09T23:12:59.290Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-09T23:12:59.290Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-09T23:12:59.290Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-09T23:12:59.290Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-09T23:12:59.290Z] Suggested packages: [2021-04-09T23:12:59.290Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-09T23:12:59.290Z] Recommended packages: [2021-04-09T23:12:59.290Z] gnupg libsasl2-modules [2021-04-09T23:12:59.290Z] The following NEW packages will be installed: [2021-04-09T23:12:59.290Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-09T23:12:59.290Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-09T23:12:59.290Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-09T23:12:59.290Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-09T23:12:59.290Z] The following packages will be upgraded: [2021-04-09T23:12:59.290Z] gpg gpg-agent gpgconf libudev1 [2021-04-09T23:12:59.290Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-04-09T23:12:59.290Z] Need to get 3530 kB of archives. [2021-04-09T23:12:59.290Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-09T23:12:59.290Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-04-09T23:12:59.290Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-09T23:12:59.290Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-09T23:12:59.290Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-09T23:12:59.549Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-09T23:12:59.809Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-09T23:13:00.069Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-09T23:13:00.069Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-09T23:13:00.069Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-09T23:13:00.329Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-09T23:13:00.329Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-09T23:13:00.329Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-09T23:13:00.329Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-09T23:13:00.329Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-09T23:13:00.329Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-09T23:13:00.329Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-09T23:13:00.329Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-09T23:13:00.329Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-09T23:13:00.329Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-09T23:13:00.329Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-09T23:13:00.329Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-09T23:13:00.329Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-09T23:13:00.589Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T23:13:00.589Z] Fetched 3530 kB in 1s (3121 kB/s) [2021-04-09T23:13:00.589Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-09T23:13:00.589Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-09T23:13:00.589Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-09T23:13:00.589Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-09T23:13:00.849Z] Selecting previously unselected package udev. [2021-04-09T23:13:00.849Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-09T23:13:00.849Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-09T23:13:00.849Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-09T23:13:01.110Z] Selecting previously unselected package libfuse2:amd64. [2021-04-09T23:13:01.110Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-09T23:13:01.110Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-09T23:13:01.110Z] Selecting previously unselected package fuse. [2021-04-09T23:13:01.110Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-09T23:13:01.110Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-09T23:13:01.372Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-09T23:13:01.372Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-09T23:13:01.372Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-09T23:13:01.372Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-09T23:13:01.632Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-09T23:13:01.632Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-09T23:13:01.632Z] Selecting previously unselected package libksba8:amd64. [2021-04-09T23:13:01.632Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-09T23:13:01.632Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-09T23:13:01.894Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-09T23:13:01.894Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T23:13:01.894Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:13:01.894Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-09T23:13:01.894Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T23:13:01.894Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:13:01.894Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-09T23:13:01.894Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T23:13:01.894Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:13:02.154Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-09T23:13:02.154Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T23:13:02.154Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:13:02.154Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-09T23:13:02.154Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T23:13:02.154Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:13:02.154Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-09T23:13:02.154Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T23:13:02.154Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:13:02.415Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-09T23:13:02.415Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T23:13:02.415Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:13:02.415Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-09T23:13:02.415Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T23:13:02.415Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:13:02.675Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-09T23:13:02.676Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T23:13:02.676Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:13:02.676Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-09T23:13:02.676Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-09T23:13:02.676Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-09T23:13:02.676Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-09T23:13:02.676Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-09T23:13:02.676Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-09T23:13:02.936Z] Selecting previously unselected package libldap-common. [2021-04-09T23:13:02.936Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-09T23:13:02.936Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-09T23:13:02.936Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-09T23:13:02.936Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-09T23:13:02.936Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-09T23:13:02.936Z] Selecting previously unselected package dirmngr. [2021-04-09T23:13:03.167Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-09T23:13:03.196Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-09T23:13:03.196Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-09T23:13:03.196Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-09T23:13:03.196Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-09T23:13:03.196Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-09T23:13:03.196Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-09T23:13:03.456Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-09T23:13:03.456Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-09T23:13:03.456Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:13:03.456Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-09T23:13:03.456Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-09T23:13:03.456Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-09T23:13:04.027Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-09T23:13:04.027Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:13:04.027Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-09T23:13:04.027Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-09T23:13:04.027Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-09T23:13:04.027Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:13:04.027Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:13:04.287Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:13:04.287Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:13:04.287Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:13:04.287Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:13:04.287Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:13:04.287Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-09T23:13:04.287Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-09T23:13:04.287Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-09T23:13:04.858Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-09T23:13:04.858Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-09T23:13:04.858Z] This means they are not meant to be enabled using systemctl. [2021-04-09T23:13:04.858Z] Possible reasons for having this kind of units are: [2021-04-09T23:13:04.858Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-09T23:13:04.858Z] .wants/ or .requires/ directory. [2021-04-09T23:13:04.858Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-09T23:13:04.858Z] a requirement dependency on it. [2021-04-09T23:13:04.858Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-09T23:13:04.858Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-09T23:13:04.858Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-09T23:13:04.858Z] instance name specified. [2021-04-09T23:13:05.119Z] Reading package lists... [2021-04-09T23:13:05.119Z] Building dependency tree... [2021-04-09T23:13:05.119Z] Reading state information... [2021-04-09T23:13:05.379Z] The following additional packages will be installed: [2021-04-09T23:13:05.379Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-09T23:13:05.379Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-09T23:13:05.379Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-09T23:13:05.379Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-09T23:13:05.379Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-09T23:13:05.379Z] Suggested packages: [2021-04-09T23:13:05.379Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-09T23:13:05.379Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-09T23:13:05.379Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-09T23:13:05.379Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-09T23:13:05.379Z] systemd-container policykit-1 [2021-04-09T23:13:05.379Z] Recommended packages: [2021-04-09T23:13:05.379Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-09T23:13:05.379Z] The following NEW packages will be installed: [2021-04-09T23:13:05.379Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-09T23:13:05.379Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-09T23:13:05.379Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-09T23:13:05.379Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-09T23:13:05.379Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-09T23:13:05.379Z] The following packages will be upgraded: [2021-04-09T23:13:05.379Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-09T23:13:05.640Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-04-09T23:13:05.640Z] Need to get 35.2 MB of archives. [2021-04-09T23:13:05.640Z] After this operation, 141 MB of additional disk space will be used. [2021-04-09T23:13:05.640Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-09T23:13:05.640Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-09T23:13:06.211Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-09T23:13:06.211Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-09T23:13:06.211Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-09T23:13:06.211Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-09T23:13:06.211Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-09T23:13:06.211Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-09T23:13:06.473Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-09T23:13:06.473Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-09T23:13:06.473Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-09T23:13:06.473Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-09T23:13:06.473Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-09T23:13:06.473Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-09T23:13:06.473Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-09T23:13:06.473Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-09T23:13:06.473Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-09T23:13:06.473Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-09T23:13:06.473Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-09T23:13:06.473Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-09T23:13:06.473Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-09T23:13:06.473Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-09T23:13:06.473Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-09T23:13:06.473Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-09T23:13:06.473Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-09T23:13:06.474Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-09T23:13:06.474Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-09T23:13:06.737Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-09T23:13:06.737Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-09T23:13:06.737Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-09T23:13:07.464Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-09T23:13:07.679Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T23:13:07.679Z] Fetched 35.2 MB in 2s (16.9 MB/s) [2021-04-09T23:13:07.679Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-09T23:13:07.679Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-09T23:13:07.679Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-09T23:13:08.251Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-09T23:13:08.514Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-09T23:13:08.514Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-09T23:13:08.514Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-09T23:13:08.514Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-09T23:13:08.776Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-09T23:13:09.037Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-09T23:13:09.301Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-09T23:13:09.302Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-09T23:13:09.302Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-09T23:13:09.561Z] Setting up apt (1.6.13) ... [2021-04-09T23:13:09.561Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-09T23:13:10.131Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-09T23:13:10.131Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-09T23:13:10.131Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-09T23:13:10.131Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-09T23:13:10.392Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-09T23:13:10.392Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-09T23:13:10.392Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T23:13:10.653Z] Selecting previously unselected package libexpat1:amd64. [2021-04-09T23:13:10.653Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-09T23:13:10.653Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-09T23:13:10.653Z] Selecting previously unselected package python3.6-minimal. [2021-04-09T23:13:10.653Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-09T23:13:10.913Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T23:13:10.913Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-09T23:13:11.174Z] Checking for services that may need to be restarted...done. [2021-04-09T23:13:11.174Z] Checking for services that may need to be restarted...done. [2021-04-09T23:13:11.174Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T23:13:11.174Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-09T23:13:11.174Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T23:13:11.747Z] Selecting previously unselected package python3-minimal. [2021-04-09T23:13:11.747Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-09T23:13:11.747Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-09T23:13:11.747Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-09T23:13:12.007Z] Selecting previously unselected package mime-support. [2021-04-09T23:13:12.007Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-09T23:13:12.007Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-09T23:13:12.007Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-09T23:13:12.007Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-09T23:13:12.007Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-09T23:13:12.007Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-09T23:13:12.007Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-09T23:13:12.007Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T23:13:12.268Z] Selecting previously unselected package python3.6. [2021-04-09T23:13:12.268Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-09T23:13:12.268Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T23:13:12.529Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-09T23:13:12.529Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-09T23:13:12.529Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-09T23:13:12.529Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-09T23:13:12.791Z] Selecting previously unselected package python3. [2021-04-09T23:13:12.791Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-09T23:13:12.791Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-09T23:13:12.791Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-09T23:13:12.791Z] Selecting previously unselected package multiarch-support. [2021-04-09T23:13:12.791Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-09T23:13:12.791Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-09T23:13:13.053Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-09T23:13:13.053Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-09T23:13:13.053Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-09T23:13:13.053Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-09T23:13:13.053Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-09T23:13:13.053Z] Selecting previously unselected package libbsd0:amd64. [2021-04-09T23:13:13.053Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-09T23:13:13.053Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-09T23:13:13.314Z] Selecting previously unselected package sudo. [2021-04-09T23:13:13.314Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-09T23:13:13.314Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-09T23:13:13.575Z] Selecting previously unselected package apparmor. [2021-04-09T23:13:13.575Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-09T23:13:13.575Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-09T23:13:13.575Z] Selecting previously unselected package libedit2:amd64. [2021-04-09T23:13:13.575Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-09T23:13:13.575Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-09T23:13:13.576Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-09T23:13:13.835Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-09T23:13:13.835Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T23:13:13.835Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-09T23:13:13.835Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-09T23:13:13.835Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T23:13:13.835Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-09T23:13:13.835Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-09T23:13:13.835Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-09T23:13:14.096Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-09T23:13:14.096Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-09T23:13:14.096Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T23:13:14.096Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-09T23:13:14.096Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-09T23:13:14.096Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [Pipeline] } [2021-04-09T23:13:14.214Z] $ docker stop --time=1 78e6094067029f7d0e8caa0a9a21fc68ef09aea7c654e58a2e5c29564c655fed [2021-04-09T23:13:14.666Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-09T23:13:14.666Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-09T23:13:14.926Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-09T23:13:14.926Z] Selecting previously unselected package openssh-client. [2021-04-09T23:13:14.926Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-09T23:13:14.926Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-09T23:13:15.187Z] Selecting previously unselected package squashfs-tools. [2021-04-09T23:13:15.187Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-09T23:13:15.187Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-09T23:13:15.187Z] Selecting previously unselected package snapd. [2021-04-09T23:13:15.187Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-09T23:13:15.187Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-09T23:13:16.769Z] $ docker rm -f 78e6094067029f7d0e8caa0a9a21fc68ef09aea7c654e58a2e5c29564c655fed [2021-04-09T23:13:17.727Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-09T23:13:17.727Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-09T23:13:17.727Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-09T23:13:17.727Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-09T23:13:17.727Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-09T23:13:17.727Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T23:13:17.727Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-09T23:13:17.986Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-09T23:13:17.987Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:13:18.818Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-09T23:13:18.818Z] [2021-04-09T23:13:18.818Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-09T23:13:18.926Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-09T23:13:18.926Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-09T23:13:18.926Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-09T23:13:18.926Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T23:13:18.926Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T23:13:18.926Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:13:19.462Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-09T23:13:19.733Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-09T23:13:19.733Z] 29e5d40040c1: Pulling fs layer [2021-04-09T23:13:19.733Z] 1ce36da41761: Pulling fs layer [2021-04-09T23:13:19.733Z] 25b303627fd3: Pulling fs layer [2021-04-09T23:13:19.866Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-09T23:13:19.866Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T23:13:19.866Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-09T23:13:19.866Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-09T23:13:19.866Z] running python rtupdate hooks for python3.6... [2021-04-09T23:13:19.866Z] running python post-rtupdate hooks for python3.6... [2021-04-09T23:13:20.005Z] 29e5d40040c1: Verifying Checksum [2021-04-09T23:13:20.005Z] 29e5d40040c1: Download complete [2021-04-09T23:13:20.126Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-09T23:13:20.280Z] 1ce36da41761: Verifying Checksum [2021-04-09T23:13:20.281Z] 1ce36da41761: Download complete [2021-04-09T23:13:20.876Z] 29e5d40040c1: Pull complete [2021-04-09T23:13:22.035Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-09T23:13:22.295Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T23:13:22.307Z] 1ce36da41761: Pull complete [2021-04-09T23:13:22.307Z] 25b303627fd3: Verifying Checksum [2021-04-09T23:13:22.307Z] 25b303627fd3: Download complete [2021-04-09T23:13:22.555Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-09T23:13:22.815Z] Setting up snapd (2.48.3+18.04) ... [2021-04-09T23:13:23.386Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-09T23:13:23.649Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-09T23:13:23.909Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-09T23:13:23.909Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-09T23:13:24.169Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-09T23:13:24.169Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-09T23:13:24.428Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-09T23:13:24.688Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-09T23:13:24.688Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-09T23:13:24.948Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-09T23:13:24.948Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-04-09T23:13:25.209Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-09T23:13:25.209Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-09T23:13:26.152Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-09T23:13:26.152Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-09T23:13:26.152Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-09T23:13:27.796Z] Reading package lists... [2021-04-09T23:13:27.796Z] Reading package lists... [2021-04-09T23:13:28.056Z] Building dependency tree... [2021-04-09T23:13:28.056Z] Reading state information... [2021-04-09T23:13:28.056Z] Calculating upgrade... [2021-04-09T23:13:28.318Z] The following packages will be upgraded: [2021-04-09T23:13:28.318Z] advancecomp base-files bash binutils binutils-common [2021-04-09T23:13:28.318Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-09T23:13:28.318Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-09T23:13:28.318Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-09T23:13:28.318Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-09T23:13:28.318Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-09T23:13:28.318Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-09T23:13:28.318Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-04-09T23:13:28.318Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-04-09T23:13:28.318Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-04-09T23:13:28.318Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-04-09T23:13:28.318Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-04-09T23:13:28.318Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-04-09T23:13:28.318Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-04-09T23:13:28.318Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-09T23:13:28.318Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-09T23:13:28.318Z] Need to get 63.8 MB of archives. [2021-04-09T23:13:28.318Z] After this operation, 5208 kB of additional disk space will be used. [2021-04-09T23:13:28.318Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-04-09T23:13:28.318Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-09T23:13:28.318Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-09T23:13:28.318Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-09T23:13:28.318Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-09T23:13:28.318Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-09T23:13:28.318Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-09T23:13:28.318Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-09T23:13:28.318Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-09T23:13:28.318Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-09T23:13:28.318Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-09T23:13:28.318Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-09T23:13:28.318Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-09T23:13:28.318Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-09T23:13:28.318Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-09T23:13:28.578Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-09T23:13:28.578Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-09T23:13:28.578Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-09T23:13:28.578Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-09T23:13:28.578Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-09T23:13:28.578Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-09T23:13:28.578Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-09T23:13:28.578Z] 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-04-09T23:13:28.578Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-09T23:13:28.579Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-09T23:13:28.579Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-09T23:13:28.579Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-09T23:13:28.579Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-09T23:13:28.579Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-09T23:13:28.579Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-09T23:13:28.579Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-09T23:13:28.579Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-09T23:13:28.579Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-09T23:13:28.579Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-09T23:13:28.579Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-09T23:13:28.579Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-09T23:13:28.579Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-09T23:13:28.579Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-09T23:13:28.579Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-04-09T23:13:28.579Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-09T23:13:28.838Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-09T23:13:28.838Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-09T23:13:28.838Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-09T23:13:28.838Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-09T23:13:28.838Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-09T23:13:28.838Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-09T23:13:28.838Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-09T23:13:28.838Z] 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-04-09T23:13:28.838Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-09T23:13:28.838Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-09T23:13:28.838Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-09T23:13:28.838Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-09T23:13:28.838Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-09T23:13:28.838Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-09T23:13:28.838Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-09T23:13:29.099Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-09T23:13:29.099Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-09T23:13:29.099Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-09T23:13:29.099Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-09T23:13:29.099Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-09T23:13:29.360Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-09T23:13:29.361Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-09T23:13:29.361Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-09T23:13:29.361Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-09T23:13:29.361Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-09T23:13:29.361Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-09T23:13:29.361Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-09T23:13:29.361Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-09T23:13:29.361Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-09T23:13:29.361Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-09T23:13:29.361Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-09T23:13:29.361Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-09T23:13:29.361Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-09T23:13:29.361Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-09T23:13:29.361Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-09T23:13:29.361Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-09T23:13:29.361Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-09T23:13:29.361Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-09T23:13:29.361Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-09T23:13:29.361Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-09T23:13:29.361Z] 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-04-09T23:13:29.621Z] 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-04-09T23:13:29.621Z] 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-04-09T23:13:29.621Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-09T23:13:29.621Z] 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-04-09T23:13:29.621Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-09T23:13:29.621Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-09T23:13:29.621Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-09T23:13:29.621Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-09T23:13:29.621Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-09T23:13:29.621Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-09T23:13:29.621Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-09T23:13:29.621Z] 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-04-09T23:13:29.621Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-09T23:13:29.621Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-09T23:13:29.621Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-09T23:13:29.621Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-09T23:13:29.895Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-09T23:13:29.895Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-09T23:13:29.895Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T23:13:29.895Z] Fetched 63.8 MB in 2s (41.0 MB/s) [2021-04-09T23:13:30.156Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:13:30.156Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-09T23:13:30.156Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-09T23:13:31.098Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-09T23:13:31.098Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-09T23:13:31.098Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-04-09T23:13:31.098Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-04-09T23:13:32.038Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T23:13:32.038Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T23:13:32.038Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T23:13:32.038Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T23:13:32.299Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T23:13:32.299Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T23:13:32.299Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T23:13:32.299Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T23:13:32.453Z] 25b303627fd3: Pull complete [2021-04-09T23:13:32.453Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-09T23:13:32.453Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-09T23:13:32.453Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-09T23:13:32.559Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T23:13:32.560Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T23:13:32.560Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T23:13:32.560Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T23:13:32.721Z] prd-ubuntu18.04-docker-arm64-4c-16g-33491 does not seem to be running inside a container [2021-04-09T23:13:32.826Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-09T23:13:32.820Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T23:13:32.820Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T23:13:32.820Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T23:13:33.081Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-09T23:13:33.081Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T23:13:33.081Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-09T23:13:33.081Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-09T23:13:33.341Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-09T23:13:33.341Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T23:13:33.341Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T23:13:33.341Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T23:13:33.341Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T23:13:33.602Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T23:13:33.602Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T23:13:33.602Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T23:13:33.862Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-09T23:13:33.862Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-09T23:13:33.862Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-09T23:13:34.435Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-09T23:13:34.696Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-09T23:13:34.696Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-09T23:13:34.696Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-09T23:13:34.696Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-09T23:13:34.696Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-09T23:13:34.957Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-09T23:13:34.957Z] Installing new version of config file /etc/issue ... [2021-04-09T23:13:34.957Z] Installing new version of config file /etc/issue.net ... [2021-04-09T23:13:34.957Z] Installing new version of config file /etc/lsb-release ... [2021-04-09T23:13:34.957Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-09T23:13:35.218Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-09T23:13:35.218Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-09T23:13:35.218Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-09T23:13:35.478Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:13:35.478Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-09T23:13:35.478Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-09T23:13:35.739Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-09T23:13:35.739Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-04-09T23:13:35.739Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:13:35.739Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T23:13:35.739Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-09T23:13:36.009Z] $ docker top 1940fd1152d9e7b09a59eb70a81b408f764942e732ede042822d4ac7a798b38a -eo pid,comm [2021-04-09T23:13:36.000Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-09T23:13:36.000Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:13:36.000Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-09T23:13:36.000Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-09T23:13:36.260Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-09T23:13:36.260Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:13:36.260Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-09T23:13:36.260Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [Pipeline] { [Pipeline] sh [2021-04-09T23:13:36.524Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-09T23:13:36.786Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:13:36.786Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-09T23:13:36.786Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-09T23:13:36.786Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-09T23:13:36.786Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:13:36.786Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-09T23:13:36.786Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-09T23:13:36.978Z] + docker-compose build --help [2021-04-09T23:13:36.978Z] + grep parallel [2021-04-09T23:13:37.048Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-09T23:13:37.048Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:13:37.048Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-09T23:13:37.048Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-09T23:13:37.308Z] Setting up grep (3.1-2build1) ... [2021-04-09T23:13:37.308Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:13:37.308Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-09T23:13:37.308Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-09T23:13:37.568Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-09T23:13:37.568Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:13:37.568Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-09T23:13:37.568Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-09T23:13:37.828Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-09T23:13:37.828Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:13:37.828Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-09T23:13:37.828Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-09T23:13:38.399Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-09T23:13:38.660Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-09T23:13:38.660Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-09T23:13:38.660Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-09T23:13:39.233Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-09T23:13:39.233Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:13:39.233Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-09T23:13:39.233Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-09T23:13:40.352Z] --parallel Build images in parallel. [2021-04-09T23:13:40.620Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-09T23:13:40.620Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-09T23:13:40.620Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-09T23:13:40.620Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-09T23:13:40.620Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-09T23:13:40.620Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:13:40.620Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-09T23:13:40.620Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [Pipeline] } [2021-04-09T23:13:40.665Z] $ docker stop --time=1 1940fd1152d9e7b09a59eb70a81b408f764942e732ede042822d4ac7a798b38a [2021-04-09T23:13:40.881Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-09T23:13:40.881Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:13:40.881Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T23:13:41.142Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T23:13:41.142Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-09T23:13:41.142Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:13:41.142Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T23:13:41.142Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T23:13:41.401Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-09T23:13:41.401Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:13:41.401Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T23:13:41.401Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T23:13:41.666Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-09T23:13:41.666Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:13:41.666Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T23:13:41.927Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T23:13:41.927Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-09T23:13:41.927Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:13:41.927Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-09T23:13:41.927Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-09T23:13:42.189Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-09T23:13:42.189Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-09T23:13:42.451Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-09T23:13:42.451Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:13:42.451Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-09T23:13:42.451Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-09T23:13:42.513Z] $ docker rm -f 1940fd1152d9e7b09a59eb70a81b408f764942e732ede042822d4ac7a798b38a [2021-04-09T23:13:42.720Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-09T23:13:42.721Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:13:42.721Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T23:13:42.721Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-04-09T23:13:42.982Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-09T23:13:42.982Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:13:42.982Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T23:13:42.982Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:13:43.244Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-09T23:13:43.369Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-09T23:13:43.369Z] . [Pipeline] withDockerContainer [2021-04-09T23:13:43.507Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:13:43.507Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T23:13:43.507Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T23:13:43.600Z] prd-ubuntu18.04-docker-arm64-4c-16g-33491 does not seem to be running inside a container [2021-04-09T23:13:43.699Z] $ 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/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-09T23:13:44.081Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-09T23:13:44.657Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-09T23:13:44.920Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-09T23:13:44.920Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:13:44.920Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-09T23:13:44.920Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-09T23:13:45.057Z] $ docker top 949fccf0dcfc52c37a766a13897be30605f846822f8aa1cefcd2f86a3af0646e -eo pid,comm [2021-04-09T23:13:45.186Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [Pipeline] { [Pipeline] sh [2021-04-09T23:13:45.449Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:13:45.449Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-09T23:13:45.449Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-09T23:13:45.449Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-09T23:13:45.709Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:13:45.709Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-09T23:13:45.709Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-09T23:13:45.709Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-09T23:13:46.004Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-09T23:13:46.281Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:13:46.281Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-09T23:13:46.281Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-09T23:13:46.281Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-09T23:13:46.281Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:13:46.281Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-09T23:13:46.542Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-09T23:13:46.542Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-09T23:13:46.542Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:13:46.542Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-09T23:13:46.803Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-09T23:13:46.803Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-09T23:13:47.064Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:13:47.064Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-09T23:13:47.064Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-09T23:13:47.064Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-09T23:13:47.324Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:13:47.324Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-09T23:13:47.324Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-09T23:13:47.585Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-09T23:13:47.585Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:13:47.585Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T23:13:47.845Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T23:13:47.845Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-09T23:13:47.845Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-09T23:13:47.845Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-09T23:13:48.106Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-09T23:13:48.106Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-09T23:13:48.106Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:13:48.106Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-09T23:13:48.106Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-09T23:13:48.381Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-09T23:13:48.381Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:13:48.381Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-09T23:13:48.381Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-09T23:13:48.641Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-09T23:13:48.902Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:13:48.902Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-09T23:13:48.902Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-09T23:13:48.902Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-09T23:13:48.902Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:13:48.902Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-09T23:13:49.162Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-09T23:13:49.162Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-09T23:13:49.162Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:13:49.162Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-09T23:13:49.386Z] Building docker-core-command-go ... [2021-04-09T23:13:49.386Z] Building docker-core-data-go ... [2021-04-09T23:13:49.386Z] Building docker-core-metadata-go ... [2021-04-09T23:13:49.386Z] Building docker-security-bootstrapper-go ... [2021-04-09T23:13:49.386Z] Building docker-security-proxy-setup-go ... [2021-04-09T23:13:49.386Z] Building docker-security-secretstore-setup-go ... [2021-04-09T23:13:49.386Z] Building docker-support-notifications-go ... [2021-04-09T23:13:49.386Z] Building docker-support-scheduler-go ... [2021-04-09T23:13:49.386Z] Building docker-sys-mgmt-agent-go ... [2021-04-09T23:13:49.386Z] Building docker-support-scheduler-go [2021-04-09T23:13:49.386Z] Building docker-core-metadata-go [2021-04-09T23:13:49.386Z] Building docker-security-bootstrapper-go [2021-04-09T23:13:49.386Z] Building docker-core-command-go [2021-04-09T23:13:49.386Z] Building docker-support-notifications-go [2021-04-09T23:13:49.434Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-09T23:13:49.710Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-09T23:13:49.985Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:13:49.985Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-09T23:13:49.985Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-09T23:13:49.985Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-09T23:13:49.985Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:13:49.985Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-09T23:13:50.287Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-09T23:13:50.287Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-09T23:13:50.287Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:13:50.287Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-09T23:13:50.287Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-09T23:13:50.577Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-09T23:13:50.577Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:13:50.577Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-09T23:13:50.577Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-09T23:13:50.577Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-09T23:13:50.843Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:13:50.843Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-09T23:13:50.843Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-09T23:13:50.843Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-09T23:13:51.142Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:13:51.142Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-04-09T23:13:51.142Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-04-09T23:13:51.142Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-04-09T23:13:51.142Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:13:51.142Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-09T23:13:51.142Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-09T23:13:51.434Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-09T23:13:51.784Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-09T23:13:51.784Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-09T23:13:51.784Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-09T23:13:51.784Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-09T23:13:51.784Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-09T23:13:52.087Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-09T23:13:52.087Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-09T23:13:52.087Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-09T23:13:52.087Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-09T23:13:52.348Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-09T23:13:52.348Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-09T23:13:52.608Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-09T23:13:52.608Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-09T23:13:52.608Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-09T23:13:52.608Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-09T23:13:52.869Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-09T23:13:52.869Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-09T23:13:52.869Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-09T23:13:52.869Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-09T23:13:53.133Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-09T23:13:53.133Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-09T23:13:53.133Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-09T23:13:53.133Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-09T23:13:53.393Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-09T23:13:53.393Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-09T23:13:54.335Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-09T23:13:54.335Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-09T23:13:54.335Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-09T23:13:54.335Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-09T23:13:54.597Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-09T23:13:54.597Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-09T23:13:54.857Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-09T23:13:55.118Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-09T23:13:55.118Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-09T23:13:55.118Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-09T23:13:55.118Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-09T23:13:55.377Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-09T23:13:55.377Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T23:13:55.377Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T23:13:55.639Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T23:13:55.639Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T23:13:55.639Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T23:13:55.639Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T23:13:55.899Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T23:13:55.899Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T23:13:56.838Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T23:13:57.098Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T23:13:58.039Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T23:13:58.039Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T23:13:58.609Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T23:13:58.609Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T23:13:59.181Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T23:13:59.181Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T23:14:00.123Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T23:14:00.123Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T23:14:00.123Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-09T23:14:00.123Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-09T23:14:00.384Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-09T23:14:00.384Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-09T23:14:00.384Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-09T23:14:00.384Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-09T23:14:00.644Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-09T23:14:00.644Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-09T23:14:00.644Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-09T23:14:00.904Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-09T23:14:00.904Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-09T23:14:00.904Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-09T23:14:00.904Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-09T23:14:01.167Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-09T23:14:01.167Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T23:14:01.167Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-09T23:14:01.167Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T23:14:01.167Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T23:14:01.167Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T23:14:01.430Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-09T23:14:01.430Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-09T23:14:01.430Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-09T23:14:01.430Z] [2021-04-09T23:14:01.430Z] Current default time zone: 'Etc/UTC' [2021-04-09T23:14:01.430Z] Local time is now: Fri Apr 9 23:14:01 UTC 2021. [2021-04-09T23:14:01.430Z] Universal Time is now: Fri Apr 9 23:14:01 UTC 2021. [2021-04-09T23:14:01.430Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-09T23:14:01.430Z] [2021-04-09T23:14:01.430Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-09T23:14:02.000Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T23:14:02.000Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-04-09T23:14:02.000Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-09T23:14:02.000Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-09T23:14:02.000Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-09T23:14:02.000Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-09T23:14:02.000Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-09T23:14:02.000Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-09T23:14:02.260Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-09T23:14:02.261Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T23:14:02.261Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-09T23:14:02.520Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T23:14:02.521Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-09T23:14:02.521Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T23:14:02.521Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-09T23:14:02.521Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-09T23:14:02.521Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-09T23:14:02.521Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-09T23:14:02.521Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-09T23:14:02.780Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-09T23:14:02.780Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-09T23:14:02.780Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-09T23:14:04.161Z] Updating certificates in /etc/ssl/certs... [2021-04-09T23:14:04.731Z] 23 added, 27 removed; done. [2021-04-09T23:14:04.731Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-09T23:14:04.731Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T23:14:04.731Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-09T23:14:04.731Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-09T23:14:04.991Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-09T23:14:04.991Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T23:14:04.991Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-09T23:14:04.991Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T23:14:04.991Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T23:14:05.251Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T23:14:05.251Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T23:14:05.251Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T23:14:05.251Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-09T23:14:05.251Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-09T23:14:05.251Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-09T23:14:05.251Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-09T23:14:05.251Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-09T23:14:05.512Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T23:14:05.512Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T23:14:05.512Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-09T23:14:05.512Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-09T23:14:05.512Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-09T23:14:05.512Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-09T23:14:05.772Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-09T23:14:05.772Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-09T23:14:05.772Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-09T23:14:05.772Z] Updating certificates in /etc/ssl/certs... [2021-04-09T23:14:06.343Z] 0 added, 0 removed; done. [2021-04-09T23:14:06.343Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-09T23:14:06.343Z] done. [2021-04-09T23:14:06.863Z] Reading package lists... [2021-04-09T23:14:06.863Z] Building dependency tree... [2021-04-09T23:14:06.863Z] Reading state information... [2021-04-09T23:14:07.123Z] The following NEW packages will be installed: [2021-04-09T23:14:07.123Z] apt-transport-https [2021-04-09T23:14:07.382Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-09T23:14:07.382Z] Need to get 1692 B of archives. [2021-04-09T23:14:07.382Z] After this operation, 154 kB of additional disk space will be used. [2021-04-09T23:14:07.382Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-09T23:14:07.382Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T23:14:07.382Z] Fetched 1692 B in 0s (8431 B/s) [2021-04-09T23:14:07.382Z] Selecting previously unselected package apt-transport-https. [2021-04-09T23:14:07.382Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-09T23:14:07.382Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-09T23:14:07.382Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-09T23:14:07.643Z] Setting up apt-transport-https (1.6.13) ... [2021-04-09T23:14:07.903Z] Waiting for network to be ready... [2021-04-09T23:14:14.478Z] 2021-04-09T23:14:11Z INFO Waiting for automatic snapd restart... [2021-04-09T23:14:14.478Z] snapd 2.49.2 from Canonical* installed [2021-04-09T23:14:15.423Z] "snapd" switched to the "latest/stable" channel [2021-04-09T23:14:15.423Z] [2021-04-09T23:14:18.720Z] core18 20210309 from Canonical* installed [2021-04-09T23:14:18.981Z] "core18" switched to the "latest/stable" channel [2021-04-09T23:14:18.981Z] [2021-04-09T23:14:23.183Z] snapcraft 4.6 from Canonical* installed [2021-04-09T23:14:23.443Z] "snapcraft" switched to the "latest/stable" channel [2021-04-09T23:14:23.443Z] [2021-04-09T23:14:27.646Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-09T23:14:27.646Z] - README.md [2021-04-09T23:14:27.646Z] [2021-04-09T23:14:27.646Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-09T23:14:34.225Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-09T23:14:35.164Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-09T23:14:35.164Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-09T23:14:35.428Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-09T23:14:36.368Z] Reading package lists... [2021-04-09T23:14:36.939Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-04-09T23:14:43.513Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-09T23:14:43.513Z] Reading package lists... [2021-04-09T23:14:43.513Z] Building dependency tree... [2021-04-09T23:14:43.513Z] Reading state information... [2021-04-09T23:14:43.513Z] Suggested packages: [2021-04-09T23:14:43.513Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-09T23:14:43.513Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-09T23:14:43.513Z] Recommended packages: [2021-04-09T23:14:43.513Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-09T23:14:43.513Z] The following NEW packages will be installed: [2021-04-09T23:14:43.513Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-09T23:14:43.513Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-09T23:14:43.513Z] pkg-config zip [2021-04-09T23:14:43.513Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-09T23:14:43.513Z] Need to get 7663 kB of archives. [2021-04-09T23:14:43.513Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-09T23:14:43.513Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-09T23:14:44.097Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-09T23:14:44.097Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-09T23:14:44.097Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-09T23:14:44.359Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-09T23:14:44.359Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-09T23:14:44.359Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-09T23:14:45.743Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-09T23:14:46.002Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-09T23:14:46.945Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-09T23:14:46.945Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-09T23:14:46.945Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-09T23:14:47.206Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-09T23:14:47.206Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-09T23:14:47.206Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-09T23:14:47.467Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T23:14:47.467Z] Fetched 7663 kB in 4s (1888 kB/s) [2021-04-09T23:14:47.467Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-09T23:14:47.467Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-09T23:14:47.467Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-09T23:14:47.467Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-09T23:14:47.728Z] Selecting previously unselected package libpsl5:amd64. [2021-04-09T23:14:47.728Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-09T23:14:47.728Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-09T23:14:47.988Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-09T23:14:47.988Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-09T23:14:47.988Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-09T23:14:47.988Z] Selecting previously unselected package librtmp1:amd64. [2021-04-09T23:14:47.988Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-09T23:14:47.988Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-09T23:14:47.988Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-09T23:14:47.988Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-09T23:14:47.988Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-09T23:14:48.249Z] Selecting previously unselected package liberror-perl. [2021-04-09T23:14:48.249Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-09T23:14:48.249Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-09T23:14:48.249Z] Selecting previously unselected package git-man. [2021-04-09T23:14:48.249Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-09T23:14:48.249Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-09T23:14:48.509Z] Selecting previously unselected package git. [2021-04-09T23:14:48.509Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-09T23:14:48.509Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-09T23:14:49.450Z] Selecting previously unselected package libnorm1:amd64. [2021-04-09T23:14:49.450Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-09T23:14:49.450Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-09T23:14:49.450Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-09T23:14:49.450Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-09T23:14:49.450Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-09T23:14:49.450Z] Selecting previously unselected package libsodium23:amd64. [2021-04-09T23:14:49.450Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-09T23:14:49.450Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-09T23:14:49.711Z] Selecting previously unselected package libzmq5:amd64. [2021-04-09T23:14:49.711Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-09T23:14:49.711Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-09T23:14:49.711Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-09T23:14:49.711Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-09T23:14:49.711Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-09T23:14:49.711Z] Selecting previously unselected package pkg-config. [2021-04-09T23:14:49.711Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-09T23:14:49.711Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-09T23:14:49.971Z] Selecting previously unselected package zip. [2021-04-09T23:14:49.971Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-09T23:14:49.971Z] Unpacking zip (3.0-11build1) ... [2021-04-09T23:14:49.971Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-09T23:14:49.971Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-09T23:14:49.971Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-09T23:14:49.971Z] Setting up liberror-perl (0.17025-1) ... [2021-04-09T23:14:50.231Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-09T23:14:50.231Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-09T23:14:50.231Z] No schema files found: doing nothing. [2021-04-09T23:14:50.231Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-09T23:14:50.231Z] Setting up zip (3.0-11build1) ... [2021-04-09T23:14:50.231Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-09T23:14:50.231Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-09T23:14:50.231Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-09T23:14:50.231Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-09T23:14:50.492Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-09T23:14:50.492Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-09T23:14:50.492Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-09T23:14:50.492Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-09T23:14:57.248Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-09T23:14:57.248Z] git set to automatically installed. [2021-04-09T23:14:57.248Z] git-man set to automatically installed. [2021-04-09T23:14:57.248Z] libcurl3-gnutls set to automatically installed. [2021-04-09T23:14:57.248Z] liberror-perl set to automatically installed. [2021-04-09T23:14:57.248Z] libglib2.0-0 set to automatically installed. [2021-04-09T23:14:57.248Z] libnghttp2-14 set to automatically installed. [2021-04-09T23:14:57.248Z] libnorm1 set to automatically installed. [2021-04-09T23:14:57.248Z] libpgm-5.2-0 set to automatically installed. [2021-04-09T23:14:57.248Z] libpsl5 set to automatically installed. [2021-04-09T23:14:57.248Z] librtmp1 set to automatically installed. [2021-04-09T23:14:57.248Z] libsodium23 set to automatically installed. [2021-04-09T23:14:57.248Z] libzmq3-dev set to automatically installed. [2021-04-09T23:14:57.248Z] libzmq5 set to automatically installed. [2021-04-09T23:14:57.248Z] pkg-config set to automatically installed. [2021-04-09T23:14:57.248Z] zip set to automatically installed. [2021-04-09T23:14:59.162Z] snapd is not logged in, snap install commands will use sudo [2021-04-09T23:15:05.747Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-09T23:15:06.006Z] snap "core18" has no updates available [2021-04-09T23:15:07.918Z] snapd is not logged in, snap install commands will use sudo [2021-04-09T23:15:11.251Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:15:11.252Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:15:11.252Z] ---> 5986ac995ad2 [2021-04-09T23:15:11.252Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T23:15:11.252Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:15:11.252Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:15:11.252Z] ---> 5986ac995ad2 [2021-04-09T23:15:11.252Z] Step 3/22 : WORKDIR /edgex-go [2021-04-09T23:15:11.252Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:15:11.252Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:15:11.252Z] ---> 5986ac995ad2 [2021-04-09T23:15:11.252Z] Step 3/22 : WORKDIR /edgex-go [2021-04-09T23:15:11.252Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:15:11.252Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:15:11.252Z] ---> 5986ac995ad2 [2021-04-09T23:15:11.252Z] Step 3/31 : WORKDIR /edgex-go [2021-04-09T23:15:11.252Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:15:11.252Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:15:11.252Z] ---> 5986ac995ad2 [2021-04-09T23:15:11.252Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T23:15:11.252Z] ---> Running in 4640e96e3360 [2021-04-09T23:15:11.252Z] ---> Running in 818a667954b7 [2021-04-09T23:15:11.252Z] ---> Running in ba448bf8df5b [2021-04-09T23:15:11.252Z] ---> Running in 3e7ae8a128c0 [2021-04-09T23:15:11.252Z] ---> Running in c5abb65804f2 [2021-04-09T23:15:11.252Z] Removing intermediate container 818a667954b7 [2021-04-09T23:15:11.252Z] ---> e5b7349967d6 [2021-04-09T23:15:11.252Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:15:11.252Z] Removing intermediate container 4640e96e3360 [2021-04-09T23:15:11.252Z] ---> 5b8d01b6fd25 [2021-04-09T23:15:11.252Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:15:11.252Z] Removing intermediate container c5abb65804f2 [2021-04-09T23:15:11.252Z] ---> 500ee42042a9 [2021-04-09T23:15:11.252Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:15:11.252Z] Removing intermediate container ba448bf8df5b [2021-04-09T23:15:11.252Z] ---> d2e4ea2b304a [2021-04-09T23:15:11.252Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 3e7ae8a128c0 [2021-04-09T23:15:11.252Z] ---> 66a225696b0a [2021-04-09T23:15:11.252Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:15:11.252Z] [2021-04-09T23:15:11.252Z] ---> Running in f7e725e65f20 [2021-04-09T23:15:11.252Z] ---> Running in 2b53111fd95e [2021-04-09T23:15:11.252Z] ---> Running in 0c5bf5fa7439 [2021-04-09T23:15:11.252Z] ---> Running in 8ec0d3cb4ca8 [2021-04-09T23:15:11.252Z] ---> Running in 5251d53f2fe5 [2021-04-09T23:15:11.252Z] Removing intermediate container 2b53111fd95e [2021-04-09T23:15:11.252Z] ---> 4a0528bb8ecc [2021-04-09T23:15:11.252Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-09T23:15:11.252Z] ---> Running in f5b8b0e02237 [2021-04-09T23:15:11.252Z] Removing intermediate container 0c5bf5fa7439 [2021-04-09T23:15:11.252Z] ---> 5c645b027df9 [2021-04-09T23:15:11.252Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-09T23:15:11.252Z] Removing intermediate container f7e725e65f20 [2021-04-09T23:15:11.252Z] ---> e2e60c6da0fc [2021-04-09T23:15:11.252Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-09T23:15:11.529Z] ---> Running in b204e3bd698b [2021-04-09T23:15:11.809Z] ---> Running in c25e74c07f06 [2021-04-09T23:15:11.809Z] Removing intermediate container 5251d53f2fe5 [2021-04-09T23:15:11.809Z] ---> 30e06d274b11 [2021-04-09T23:15:11.809Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-09T23:15:11.809Z] Removing intermediate container 8ec0d3cb4ca8 [2021-04-09T23:15:11.809Z] ---> e7396d33f0a4 [2021-04-09T23:15:11.809Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-09T23:15:12.088Z] ---> Running in 4b0f195789a9 [2021-04-09T23:15:12.376Z] ---> Running in b6650869e566 [2021-04-09T23:15:12.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:15:13.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:15:13.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:15:13.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:15:13.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:15:13.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:15:14.498Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-09T23:15:14.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:15:14.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:15:14.837Z] OK: 217 MiB in 51 packages [2021-04-09T23:15:14.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:15:14.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:15:15.830Z] OK: 217 MiB in 51 packages [2021-04-09T23:15:15.830Z] OK: 217 MiB in 51 packages [2021-04-09T23:15:15.830Z] OK: 217 MiB in 51 packages [2021-04-09T23:15:15.830Z] OK: 217 MiB in 51 packages [2021-04-09T23:15:16.434Z] Removing intermediate container f5b8b0e02237 [2021-04-09T23:15:16.434Z] ---> d1d3580f31e0 [2021-04-09T23:15:16.434Z] Step 6/23 : COPY go.mod . [2021-04-09T23:15:17.418Z] ---> 06af87e5ee7f [2021-04-09T23:15:17.418Z] Step 7/23 : RUN go mod download [2021-04-09T23:15:17.695Z] Removing intermediate container c25e74c07f06 [2021-04-09T23:15:17.695Z] ---> 6f1b9e6b900c [2021-04-09T23:15:17.695Z] Step 6/22 : COPY go.mod . [2021-04-09T23:15:17.695Z] ---> Running in ed8a9cda318c [2021-04-09T23:15:17.695Z] Removing intermediate container 4b0f195789a9 [2021-04-09T23:15:17.695Z] ---> 602752109495 [2021-04-09T23:15:17.695Z] Step 6/23 : COPY go.mod . [2021-04-09T23:15:17.976Z] Removing intermediate container b6650869e566 [2021-04-09T23:15:17.976Z] ---> 4c4082950c2f [2021-04-09T23:15:17.976Z] Step 6/22 : COPY go.mod . [2021-04-09T23:15:17.976Z] Removing intermediate container b204e3bd698b [2021-04-09T23:15:17.976Z] ---> a4f34411596a [2021-04-09T23:15:18.254Z] Step 6/31 : COPY go.mod . [2021-04-09T23:15:18.856Z] ---> 02f19372a54b [2021-04-09T23:15:18.856Z] Step 7/22 : RUN go mod download [2021-04-09T23:15:18.856Z] ---> Running in b9b8a587465e [2021-04-09T23:15:19.128Z] ---> 368d7b97aa99 [2021-04-09T23:15:19.128Z] Step 7/23 : RUN go mod download [2021-04-09T23:15:19.405Z] ---> Running in 1a52a345af32 [2021-04-09T23:15:19.405Z] ---> 5925e84b8c30 [2021-04-09T23:15:19.405Z] Step 7/31 : RUN go mod download ---> e12422c9e9c3 [2021-04-09T23:15:19.405Z] [2021-04-09T23:15:19.405Z] Step 7/22 : RUN go mod download [2021-04-09T23:15:19.688Z] ---> Running in 8c39a47408c7 [2021-04-09T23:15:19.688Z] ---> Running in fadfaa340213 [2021-04-09T23:15:22.340Z] Removing intermediate container ed8a9cda318c [2021-04-09T23:15:22.340Z] ---> ee98b79ea998 [2021-04-09T23:15:22.340Z] Step 8/23 : COPY . . [2021-04-09T23:15:24.333Z] Removing intermediate container b9b8a587465e [2021-04-09T23:15:24.333Z] ---> 96651380c759 [2021-04-09T23:15:24.333Z] Step 8/22 : COPY . . [2021-04-09T23:15:24.333Z] Removing intermediate container 1a52a345af32 [2021-04-09T23:15:24.333Z] ---> d19a7d266478 [2021-04-09T23:15:24.333Z] Step 8/23 : COPY . . [2021-04-09T23:15:24.625Z] Removing intermediate container 8c39a47408c7 [2021-04-09T23:15:24.625Z] ---> 6ff10f10e085 [2021-04-09T23:15:24.625Z] Step 8/22 : COPY . . [2021-04-09T23:15:24.902Z] Removing intermediate container fadfaa340213 [2021-04-09T23:15:24.902Z] ---> b431157e41c5 [2021-04-09T23:15:24.902Z] Step 8/31 : COPY . . [2021-04-09T23:15:29.402Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-09T23:15:29.402Z] Pulling go-build-helper [2021-04-09T23:15:29.402Z] + snapcraftctl pull [2021-04-09T23:15:29.402Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-09T23:15:29.402Z] Skipping pull go-build-helper (already ran) [2021-04-09T23:15:29.402Z] Building go-build-helper [2021-04-09T23:15:29.402Z] + snapcraftctl build [2021-04-09T23:15:31.950Z] Staging go-build-helper [2021-04-09T23:15:31.950Z] + snapcraftctl stage [2021-04-09T23:15:44.176Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-09T23:15:44.176Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-09T23:15:44.176Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-09T23:15:44.176Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-09T23:15:44.176Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-09T23:15:44.176Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-09T23:15:44.176Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-09T23:15:44.176Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-09T23:15:44.176Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-09T23:15:44.176Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-09T23:15:44.176Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-09T23:15:44.176Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-09T23:15:44.176Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-09T23:15:44.176Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-09T23:15:44.176Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-09T23:15:44.176Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-09T23:15:44.176Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-09T23:15:44.176Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-09T23:15:44.176Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-09T23:15:44.176Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-09T23:15:44.176Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-09T23:15:44.176Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-09T23:15:44.176Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-09T23:15:44.176Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-09T23:15:44.176Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-09T23:15:44.176Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1727 kB] [2021-04-09T23:15:44.176Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-09T23:15:44.176Z] Fetched 24.2 MB in 0s (0 B/s) [2021-04-09T23:15:44.176Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-09T23:15:44.176Z] Fetched 224 kB in 0s (0 B/s) [2021-04-09T23:15:44.176Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-09T23:15:44.176Z] Fetched 157 kB in 0s (0 B/s) [2021-04-09T23:15:44.176Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-09T23:15:44.176Z] Fetched 221 kB in 0s (0 B/s) [2021-04-09T23:15:44.176Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-09T23:15:44.176Z] Fetched 143 kB in 0s (0 B/s) [2021-04-09T23:15:44.176Z] Pulling app-service-config [2021-04-09T23:15:44.176Z] + snapcraftctl pull [2021-04-09T23:15:44.747Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-09T23:15:45.320Z] Pulling config-common [2021-04-09T23:15:45.320Z] + snapcraftctl pull [2021-04-09T23:15:50.687Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-09T23:15:50.687Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-09T23:15:50.687Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-09T23:15:50.687Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T23:15:50.687Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-09T23:15:50.687Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T23:15:50.687Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-09T23:15:50.687Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T23:15:50.687Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-09T23:15:50.687Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T23:15:50.687Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-09T23:15:50.687Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T23:15:50.687Z] Pulling edgex-go [2021-04-09T23:15:50.687Z] + snapcraftctl pull [2021-04-09T23:15:51.706Z] ---> 743f3803fb22 [2021-04-09T23:15:51.706Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-09T23:15:51.706Z] ---> 5e5c8e43d2fe [2021-04-09T23:15:51.706Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler ---> Running in 4a2912987350 [2021-04-09T23:15:51.706Z] [2021-04-09T23:15:51.706Z] ---> dc44b7bfb919 [2021-04-09T23:15:51.706Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-09T23:15:51.706Z] ---> 2488a2a0ac13 [2021-04-09T23:15:51.706Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-09T23:15:51.706Z] ---> da6827b42d7f [2021-04-09T23:15:51.706Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-09T23:15:51.706Z] ---> Running in d2bac0b74bca [2021-04-09T23:15:51.706Z] ---> Running in 058b5b0213c7 [2021-04-09T23:15:51.706Z] ---> Running in 8ebf9cef6066 [2021-04-09T23:15:51.706Z] ---> Running in 244e7bf9adbd [2021-04-09T23:15:51.706Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-09T23:15:51.983Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-09T23:15:51.983Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-09T23:15:52.259Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-09T23:15:52.260Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-09T23:16:12.647Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-09T23:16:12.647Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-09T23:16:12.647Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-09T23:16:12.647Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T23:16:12.647Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-09T23:16:12.647Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-09T23:16:12.647Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-09T23:16:12.647Z] Fetched 279 kB in 0s (0 B/s) [2021-04-09T23:16:12.647Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-09T23:16:12.647Z] Fetched 122 kB in 0s (0 B/s) [2021-04-09T23:16:12.647Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-09T23:16:12.647Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-09T23:16:12.647Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-09T23:16:12.647Z] Fetched 8848 B in 0s (0 B/s) [2021-04-09T23:16:12.647Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-09T23:16:12.647Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-09T23:16:12.647Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-09T23:16:12.647Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-09T23:16:12.647Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-09T23:16:12.647Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-09T23:16:12.647Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-09T23:16:12.647Z] Fetched 219 kB in 0s (0 B/s) [2021-04-09T23:16:12.647Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-09T23:16:12.647Z] Fetched 154 kB in 0s (0 B/s) [2021-04-09T23:16:12.647Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-09T23:16:12.647Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-09T23:16:12.647Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-09T23:16:12.647Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-09T23:16:12.647Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-09T23:16:12.647Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-09T23:16:12.647Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-09T23:16:12.647Z] Fetched 499 kB in 0s (0 B/s) [2021-04-09T23:16:12.647Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-09T23:16:12.647Z] Fetched 111 kB in 0s (0 B/s) [2021-04-09T23:16:12.647Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-09T23:16:12.647Z] Fetched 240 kB in 0s (0 B/s) [2021-04-09T23:16:12.647Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-09T23:16:12.647Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-09T23:16:12.647Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-09T23:16:12.647Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-09T23:16:12.648Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-09T23:16:12.648Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-09T23:16:12.648Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-09T23:16:12.648Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-09T23:16:12.648Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-09T23:16:12.648Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-09T23:16:12.648Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-09T23:16:12.648Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-09T23:16:12.648Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-09T23:16:12.648Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-09T23:16:12.648Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-09T23:16:12.648Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-09T23:16:12.648Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-09T23:16:12.648Z] Fetched 8720 B in 0s (0 B/s) [2021-04-09T23:16:12.648Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-04-09T23:16:12.648Z] Fetched 137 kB in 0s (0 B/s) [2021-04-09T23:16:12.648Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-09T23:16:12.648Z] Fetched 119 kB in 0s (0 B/s) [2021-04-09T23:16:12.648Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-04-09T23:16:12.648Z] Fetched 109 kB in 0s (0 B/s) [2021-04-09T23:16:12.648Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-09T23:16:12.648Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-09T23:16:12.648Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-09T23:16:12.648Z] Fetched 645 kB in 0s (0 B/s) [2021-04-09T23:16:12.648Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-09T23:16:12.648Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-09T23:16:12.648Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-09T23:16:12.648Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-09T23:16:12.648Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-09T23:16:12.648Z] Fetched 368 kB in 0s (0 B/s) [2021-04-09T23:16:12.648Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-09T23:16:12.648Z] Fetched 187 kB in 0s (0 B/s) [2021-04-09T23:16:12.648Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-09T23:16:12.648Z] Fetched 175 kB in 0s (0 B/s) [2021-04-09T23:16:12.648Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-09T23:16:12.648Z] Fetched 206 kB in 0s (0 B/s) [2021-04-09T23:16:12.648Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-09T23:16:12.648Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-09T23:16:12.648Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-09T23:16:12.648Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-09T23:16:12.648Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-09T23:16:12.648Z] Fetched 159 kB in 0s (0 B/s) [2021-04-09T23:16:12.648Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-09T23:16:12.648Z] Fetched 107 kB in 0s (0 B/s) [2021-04-09T23:16:12.648Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-09T23:16:12.648Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-09T23:16:12.648Z] Pulling static-packages [2021-04-09T23:16:12.648Z] + snapcraftctl pull [2021-04-09T23:16:12.648Z] Pulling version [2021-04-09T23:16:12.648Z] + cd /root/project [2021-04-09T23:16:12.648Z] + [ -f VERSION ] [2021-04-09T23:16:12.648Z] + PROJECT_VERSION=local-dev [2021-04-09T23:16:12.648Z] + git rev-parse --short HEAD [2021-04-09T23:16:12.648Z] + GIT_REVISION=1b48b7d4 [2021-04-09T23:16:12.648Z] + snapcraftctl set-version local-dev [2021-04-09T23:16:12.908Z] Skipping build go-build-helper (already ran) [2021-04-09T23:16:13.169Z] Building app-service-config [2021-04-09T23:16:13.169Z] + make build [2021-04-09T23:16:13.169Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-09T23:16:15.079Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-09T23:16:15.079Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-09T23:16:15.079Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-09T23:16:15.079Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-09T23:16:15.079Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-09T23:16:15.079Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-09T23:16:15.339Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-09T23:16:15.339Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-09T23:16:15.339Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-09T23:16:15.339Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-09T23:16:15.339Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-09T23:16:15.601Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-09T23:16:15.601Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-09T23:16:15.601Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-09T23:16:15.601Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-09T23:16:15.861Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-09T23:16:16.123Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-09T23:16:16.123Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-09T23:16:16.123Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-09T23:16:16.123Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-09T23:16:16.123Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-09T23:16:16.123Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-09T23:16:16.123Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-09T23:16:16.123Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-09T23:16:16.384Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-09T23:16:16.384Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-09T23:16:16.384Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-09T23:16:16.384Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-09T23:16:16.384Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-09T23:16:16.384Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-09T23:16:16.384Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-09T23:16:16.652Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-09T23:16:16.652Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-09T23:16:16.652Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-09T23:16:16.652Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-09T23:16:16.652Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-09T23:16:16.652Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-09T23:16:16.652Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-09T23:16:16.652Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-09T23:16:16.652Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-09T23:16:16.652Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-09T23:16:16.918Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-09T23:16:16.918Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-09T23:16:16.918Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-09T23:16:16.918Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-09T23:16:26.916Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-09T23:16:26.916Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-09T23:16:26.916Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-09T23:16:26.916Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-09T23:16:27.855Z] Building config-common [2021-04-09T23:16:27.855Z] + snapcraftctl build [2021-04-09T23:16:30.395Z] Building edgex-go [2021-04-09T23:16:30.656Z] + cd /root/parts/edgex-go/src [2021-04-09T23:16:30.656Z] + make build [2021-04-09T23:16:30.656Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-09T23:16:31.226Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.30 [2021-04-09T23:16:31.226Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-09T23:16:31.226Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 [2021-04-09T23:16:31.226Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-09T23:16:31.226Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-09T23:16:35.430Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-09T23:16:35.430Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-09T23:16:40.724Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-09T23:16:41.664Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-09T23:16:43.578Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-09T23:16:43.839Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-09T23:16:44.100Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-09T23:16:44.100Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-09T23:16:44.100Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-09T23:16:44.100Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-09T23:16:46.012Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-09T23:16:46.012Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-09T23:16:46.012Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-09T23:16:47.924Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-09T23:16:48.863Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-09T23:16:50.255Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-09T23:16:51.641Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-09T23:16:51.641Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-09T23:16:53.028Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-09T23:16:53.028Z] go: downloading github.com/lib/pq v1.10.0 [2021-04-09T23:16:54.941Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-09T23:16:54.941Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-09T23:16:54.941Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-09T23:16:54.941Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-09T23:16:54.941Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-09T23:16:54.941Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-09T23:16:54.941Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-09T23:16:54.941Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-09T23:16:54.941Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-09T23:16:54.941Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-09T23:16:54.941Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-09T23:16:54.941Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-09T23:16:54.941Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-09T23:16:54.941Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-09T23:16:54.941Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-09T23:16:54.941Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-09T23:16:54.941Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-09T23:16:54.941Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-04-09T23:16:54.941Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-09T23:16:54.941Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-09T23:16:54.941Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-09T23:16:54.941Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-09T23:16:54.941Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-09T23:16:54.941Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-09T23:16:54.941Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-09T23:16:54.941Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-04-09T23:16:58.324Z] Building static-packages [2021-04-09T23:16:58.324Z] + snapcraftctl build [2021-04-09T23:17:00.325Z] Building version [2021-04-09T23:17:00.325Z] + snapcraftctl build [2021-04-09T23:17:02.894Z] Skipping stage go-build-helper (already ran) [2021-04-09T23:17:02.894Z] Staging app-service-config [2021-04-09T23:17:02.894Z] + snapcraftctl stage [2021-04-09T23:17:03.833Z] Staging config-common [2021-04-09T23:17:03.833Z] + snapcraftctl stage [2021-04-09T23:17:05.215Z] Staging edgex-go [2021-04-09T23:17:05.215Z] + snapcraftctl stage [2021-04-09T23:17:06.155Z] Staging static-packages [2021-04-09T23:17:06.155Z] + snapcraftctl stage [2021-04-09T23:17:07.095Z] Staging version [2021-04-09T23:17:07.095Z] + snapcraftctl stage [2021-04-09T23:17:08.478Z] Priming go-build-helper [2021-04-09T23:17:08.478Z] + snapcraftctl prime [2021-04-09T23:17:09.417Z] Priming app-service-config [2021-04-09T23:17:09.417Z] + snapcraftctl prime [2021-04-09T23:17:10.798Z] Priming config-common [2021-04-09T23:17:10.798Z] + snapcraftctl prime [2021-04-09T23:17:11.736Z] Priming edgex-go [2021-04-09T23:17:11.736Z] + snapcraftctl prime [2021-04-09T23:17:13.117Z] Priming static-packages [2021-04-09T23:17:13.117Z] + snapcraftctl prime [2021-04-09T23:17:15.660Z] Priming version [2021-04-09T23:17:15.660Z] + snapcraftctl prime [2021-04-09T23:17:16.602Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-09T23:17:44.112Z] Removing intermediate container 058b5b0213c7 [2021-04-09T23:17:44.112Z] ---> 309ed334a167 [2021-04-09T23:17:44.112Z] [2021-04-09T23:17:44.112Z] Step 10/31 : FROM alpine:3.12 [2021-04-09T23:17:44.112Z] 3.12: Pulling from library/alpine [2021-04-09T23:17:44.112Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-09T23:17:44.112Z] Status: Downloaded newer image for alpine:3.12 [2021-04-09T23:17:44.112Z] ---> d75e27dfc0a0 [2021-04-09T23:17:44.112Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-09T23:17:44.712Z] ---> Running in d19ec1377d07 [2021-04-09T23:17:45.702Z] Removing intermediate container d19ec1377d07 [2021-04-09T23:17:45.702Z] ---> e16e7a034a41 [2021-04-09T23:17:45.702Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-09T23:17:45.978Z] ---> Running in 17a9d0c84abd [2021-04-09T23:17:47.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:17:48.258Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:17:48.864Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-09T23:17:48.864Z] (2/2) Installing su-exec (0.2-r1) [2021-04-09T23:17:48.864Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T23:17:48.864Z] OK: 5 MiB in 16 packages [2021-04-09T23:17:49.462Z] Removing intermediate container 4a2912987350 [2021-04-09T23:17:49.462Z] ---> d339d846119a [2021-04-09T23:17:49.462Z] [2021-04-09T23:17:49.462Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T23:17:49.462Z] ---> d75e27dfc0a0 [2021-04-09T23:17:49.462Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-09T23:17:49.738Z] ---> Running in e661e7f9543b [2021-04-09T23:17:51.728Z] Removing intermediate container 17a9d0c84abd [2021-04-09T23:17:51.728Z] ---> 6063c19fccd4 [2021-04-09T23:17:51.728Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-09T23:17:52.005Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:17:52.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:17:52.613Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-09T23:17:52.613Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T23:17:52.613Z] ---> Running in 2a6c2ca448ed [2021-04-09T23:17:52.613Z] OK: 5 MiB in 15 packages [2021-04-09T23:17:54.064Z] Removing intermediate container 2a6c2ca448ed [2021-04-09T23:17:54.064Z] ---> 5316809154b6 [2021-04-09T23:17:54.064Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-09T23:17:54.665Z] Removing intermediate container 244e7bf9adbd [2021-04-09T23:17:54.665Z] ---> 292690d6c84c [2021-04-09T23:17:54.665Z] [2021-04-09T23:17:54.665Z] Step 10/22 : FROM alpine:3.12 [2021-04-09T23:17:54.665Z] ---> d75e27dfc0a0 [2021-04-09T23:17:54.665Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-09T23:17:54.665Z] ---> Running in 02a4be8d8fbf [2021-04-09T23:17:55.267Z] Removing intermediate container d2bac0b74bca [2021-04-09T23:17:55.267Z] ---> c91545bbc2b0 [2021-04-09T23:17:55.267Z] [2021-04-09T23:17:55.267Z] Step 10/22 : FROM alpine:3.12 [2021-04-09T23:17:55.267Z] ---> d75e27dfc0a0 [2021-04-09T23:17:55.267Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-09T23:17:55.267Z] ---> Using cache [2021-04-09T23:17:55.267Z] ---> 39bb204cac37 [2021-04-09T23:17:55.267Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T23:17:55.267Z] ---> Running in 666f46a9ef89 [2021-04-09T23:17:55.267Z] Removing intermediate container e661e7f9543b [2021-04-09T23:17:55.267Z] ---> 39bb204cac37 [2021-04-09T23:17:55.267Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T23:17:55.554Z] ---> Running in 2c64885402d9 [2021-04-09T23:17:55.554Z] ---> Running in 3a5e979d161e [2021-04-09T23:17:55.832Z] Removing intermediate container 02a4be8d8fbf [2021-04-09T23:17:55.832Z] ---> eb21c8080e79 [2021-04-09T23:17:55.832Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-09T23:17:56.108Z] ---> Running in 8f5f6562ff5d [2021-04-09T23:17:56.703Z] Removing intermediate container 2c64885402d9 [2021-04-09T23:17:56.703Z] ---> 3fda202e98a7 [2021-04-09T23:17:56.703Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-09T23:17:56.703Z] Removing intermediate container 3a5e979d161e [2021-04-09T23:17:56.703Z] ---> 5dc2b5c1334a [2021-04-09T23:17:56.703Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-09T23:17:56.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:17:56.976Z] ---> Running in 640a22233616 [2021-04-09T23:17:56.976Z] ---> Running in dbbeda27a810 [2021-04-09T23:17:57.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:17:57.849Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-09T23:17:57.849Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-09T23:17:57.849Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T23:17:57.849Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T23:17:58.121Z] OK: 6 MiB in 16 packages [2021-04-09T23:17:58.121Z] Removing intermediate container 640a22233616 [2021-04-09T23:17:58.121Z] ---> e212fde053fa [2021-04-09T23:17:58.122Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-09T23:17:58.719Z] Removing intermediate container dbbeda27a810 [2021-04-09T23:17:58.719Z] ---> b3ce054095e4 [2021-04-09T23:17:58.719Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-09T23:17:59.311Z] ---> Running in 892d7a272c96 [2021-04-09T23:17:59.311Z] ---> Running in a43cba110490 [2021-04-09T23:17:59.912Z] Removing intermediate container 8ebf9cef6066 [2021-04-09T23:17:59.912Z] ---> 105f20f870ce [2021-04-09T23:17:59.912Z] [2021-04-09T23:17:59.912Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T23:17:59.912Z] ---> d75e27dfc0a0 [2021-04-09T23:17:59.912Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-09T23:17:59.912Z] ---> Using cache [2021-04-09T23:17:59.912Z] ---> 39bb204cac37 [2021-04-09T23:17:59.912Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T23:17:59.912Z] ---> Using cache [2021-04-09T23:17:59.912Z] ---> 5dc2b5c1334a [2021-04-09T23:17:59.912Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-09T23:17:59.912Z] Removing intermediate container 892d7a272c96 [2021-04-09T23:17:59.912Z] ---> 18128042203f [2021-04-09T23:17:59.912Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T23:18:00.503Z] ---> Running in 253dc2253f68 [2021-04-09T23:18:00.503Z] Removing intermediate container 8f5f6562ff5d [2021-04-09T23:18:00.503Z] ---> d30253f75e02 [2021-04-09T23:18:00.503Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-09T23:18:00.503Z] Removing intermediate container a43cba110490 [2021-04-09T23:18:00.503Z] ---> c0338ffdc4de [2021-04-09T23:18:00.503Z] Step 15/23 : WORKDIR / [2021-04-09T23:18:00.503Z] ---> Running in a715f382950d [2021-04-09T23:18:00.771Z] Removing intermediate container 666f46a9ef89 [2021-04-09T23:18:00.771Z] ---> 35cf615464cd [2021-04-09T23:18:00.771Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T23:18:00.771Z] ---> Running in 009fdf6161bc [2021-04-09T23:18:01.044Z] ---> Running in ef51f61f9db2 [2021-04-09T23:18:01.044Z] ---> df75e37572a7 [2021-04-09T23:18:01.044Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-09T23:18:01.044Z] Removing intermediate container 253dc2253f68 [2021-04-09T23:18:01.044Z] ---> 59c469773f83 [2021-04-09T23:18:01.044Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-09T23:18:01.319Z] Removing intermediate container a715f382950d [2021-04-09T23:18:01.319Z] ---> 1b6818cd8d60 [2021-04-09T23:18:01.319Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-09T23:18:01.319Z] ---> Running in 4e5c1f9dbfa1 [2021-04-09T23:18:01.610Z] Removing intermediate container ef51f61f9db2 [2021-04-09T23:18:01.610Z] ---> 6c7da59f1e95 [2021-04-09T23:18:01.610Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-09T23:18:01.610Z] Removing intermediate container 009fdf6161bc [2021-04-09T23:18:01.610Z] ---> 9cc67b0a23ce [2021-04-09T23:18:01.610Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T23:18:02.200Z] ---> Running in 66c281d44738 [2021-04-09T23:18:02.200Z] Removing intermediate container 4e5c1f9dbfa1 [2021-04-09T23:18:02.200Z] ---> fcce0977cd5c [2021-04-09T23:18:02.200Z] Step 15/23 : WORKDIR / [2021-04-09T23:18:02.475Z] ---> c9f6e0e42095 [2021-04-09T23:18:02.475Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-09T23:18:02.475Z] ---> Running in 29461d70f7aa [2021-04-09T23:18:02.475Z] ---> Running in b020f219bdb1 [2021-04-09T23:18:02.750Z] Removing intermediate container 66c281d44738 [2021-04-09T23:18:02.750Z] ---> ccfc06f414cd [2021-04-09T23:18:02.750Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-09T23:18:02.750Z] ---> 7b9dfa9f2f11 [2021-04-09T23:18:02.750Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-09T23:18:02.750Z] ---> b1ca57afe8e5 [2021-04-09T23:18:02.750Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-09T23:18:03.028Z] ---> Running in ebba98a21943 [2021-04-09T23:18:03.301Z] Removing intermediate container 29461d70f7aa [2021-04-09T23:18:03.301Z] ---> 0c26df56b77d [2021-04-09T23:18:03.301Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T23:18:03.899Z] Removing intermediate container ebba98a21943 [2021-04-09T23:18:03.900Z] ---> 53f1bdf72a56 [2021-04-09T23:18:03.900Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T23:18:04.180Z] ---> 22d118d2ce7a [2021-04-09T23:18:04.180Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-09T23:18:04.455Z] ---> Running in 20c05c53ae23 [2021-04-09T23:18:04.727Z] ---> 7f296e0e92cd [2021-04-09T23:18:04.727Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-09T23:18:04.727Z] ---> 86ecc02ed7ce [2021-04-09T23:18:04.727Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-09T23:18:04.727Z] ---> f566e4902b37 [2021-04-09T23:18:04.727Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-09T23:18:05.146Z] Removing intermediate container 20c05c53ae23 [2021-04-09T23:18:05.146Z] ---> 83f25d958ea0 [2021-04-09T23:18:05.146Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T23:18:05.452Z] ---> Running in ffabd3ecfa90 [2021-04-09T23:18:06.488Z] Removing intermediate container ffabd3ecfa90 [2021-04-09T23:18:06.488Z] ---> 461b0614d306 [2021-04-09T23:18:06.488Z] Step 20/22 : LABEL arch=arm64 [2021-04-09T23:18:06.780Z] Removing intermediate container b020f219bdb1 [2021-04-09T23:18:06.780Z] ---> 288fb744170d [2021-04-09T23:18:06.780Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T23:18:07.106Z] ---> Running in badd66f49437 [2021-04-09T23:18:07.106Z] ---> db571eb6a0d1 [2021-04-09T23:18:07.106Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-09T23:18:07.106Z] ---> f9708090dc58 [2021-04-09T23:18:07.106Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-09T23:18:07.106Z] ---> 4121650ecc99 [2021-04-09T23:18:07.106Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-09T23:18:07.387Z] ---> Running in 56dee1402087 [2021-04-09T23:18:07.665Z] Removing intermediate container badd66f49437 [2021-04-09T23:18:07.665Z] ---> 6ece7ce5b779 [2021-04-09T23:18:07.665Z] Step 21/22 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 [2021-04-09T23:18:07.936Z] Removing intermediate container 56dee1402087 [2021-04-09T23:18:07.936Z] ---> 88c060612d2e [2021-04-09T23:18:07.936Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T23:18:07.936Z] ---> 0fac1828f478 [2021-04-09T23:18:07.936Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-09T23:18:08.213Z] ---> Running in 7aea44b5e80b [2021-04-09T23:18:08.213Z] ---> Running in 34944edfae51 [2021-04-09T23:18:08.213Z] ---> aaf57d48cba7 [2021-04-09T23:18:08.213Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-09T23:18:08.487Z] ---> 2712da8ca702 [2021-04-09T23:18:08.487Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-09T23:18:08.759Z] ---> Running in 1b7f28098504 [2021-04-09T23:18:08.759Z] ---> Running in c1b7825dc065 [2021-04-09T23:18:09.033Z] Removing intermediate container 34944edfae51 [2021-04-09T23:18:09.033Z] ---> c2846f196aee [2021-04-09T23:18:09.033Z] Step 21/23 : LABEL arch=arm64 [2021-04-09T23:18:09.033Z] Removing intermediate container 7aea44b5e80b [2021-04-09T23:18:09.033Z] ---> 9a617be23566 [2021-04-09T23:18:09.033Z] Step 22/22 : LABEL version=0.0.0 [2021-04-09T23:18:09.635Z] ---> Running in 711d1e42eace [2021-04-09T23:18:09.635Z] ---> Running in aeecd0df40dd [2021-04-09T23:18:09.635Z] ---> 6e56a784e713 [2021-04-09T23:18:09.635Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-09T23:18:09.907Z] Removing intermediate container 1b7f28098504 [2021-04-09T23:18:09.907Z] ---> 6ddc7003fbf7 [2021-04-09T23:18:09.907Z] Removing intermediate container c1b7825dc065 [2021-04-09T23:18:09.907Z] ---> df679c6f6111 [2021-04-09T23:18:09.907Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T23:18:09.907Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T23:18:10.180Z] ---> Running in ec67a9dd852c [2021-04-09T23:18:10.180Z] ---> Running in 1104f114be11 [2021-04-09T23:18:10.451Z] Removing intermediate container aeecd0df40dd [2021-04-09T23:18:10.451Z] Removing intermediate container 711d1e42eace [2021-04-09T23:18:10.451Z] ---> d95cd9bb3154 [2021-04-09T23:18:10.451Z] [2021-04-09T23:18:10.451Z] ---> 17632b9739dd [2021-04-09T23:18:10.451Z] Step 22/23 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 [2021-04-09T23:18:10.721Z] ---> Running in ed659ee6d100 [2021-04-09T23:18:10.721Z] ---> a4a51dda7eec [2021-04-09T23:18:10.722Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-09T23:18:10.722Z] Successfully built d95cd9bb3154 [2021-04-09T23:18:10.992Z] Removing intermediate container 1104f114be11 [2021-04-09T23:18:10.992Z] ---> d36377630c37 [2021-04-09T23:18:10.992Z] Step 21/23 : LABEL arch=arm64 [2021-04-09T23:18:10.992Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-09T23:18:10.992Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-04-09T23:18:10.992Z] Removing intermediate container ec67a9dd852c [2021-04-09T23:18:10.992Z] ---> 6e3eeaf99a6b [2021-04-09T23:18:10.992Z] Step 20/22 : LABEL arch=arm64 [2021-04-09T23:18:11.264Z] ---> Running in 78d5ad6fb0ed [2021-04-09T23:18:11.264Z] ---> Running in b2418d333d82 [2021-04-09T23:18:11.264Z] Removing intermediate container ed659ee6d100 [2021-04-09T23:18:11.264Z] ---> 570edfaf9502 [2021-04-09T23:18:11.264Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T23:18:11.539Z] ---> Running in 09e34ca2bce5 [2021-04-09T23:18:11.810Z] ---> c379a202a667 [2021-04-09T23:18:11.810Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-09T23:18:11.810Z] Removing intermediate container 78d5ad6fb0ed [2021-04-09T23:18:11.810Z] ---> 3cd0b30efab0 [2021-04-09T23:18:11.810Z] Step 22/23 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 [2021-04-09T23:18:12.080Z] Removing intermediate container b2418d333d82 [2021-04-09T23:18:12.080Z] ---> a75adcb55070 [2021-04-09T23:18:12.080Z] Step 21/22 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 [2021-04-09T23:18:12.356Z] ---> Running in 73cebcaa8ce1 [2021-04-09T23:18:12.627Z] ---> Running in c1401a3b994e [2021-04-09T23:18:12.627Z] Removing intermediate container 09e34ca2bce5 [2021-04-09T23:18:12.627Z] ---> 6d25177a654b [2021-04-09T23:18:12.627Z] [2021-04-09T23:18:13.223Z] Successfully built 6d25177a654b [2021-04-09T23:18:13.492Z] ---> 87de937e7d3c [2021-04-09T23:18:13.492Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-09T23:18:13.764Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-09T23:18:13.764Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-04-09T23:18:14.352Z] Removing intermediate container 73cebcaa8ce1 [2021-04-09T23:18:14.352Z] ---> 1bc2cad5b5fc [2021-04-09T23:18:14.352Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T23:18:14.352Z] Removing intermediate container c1401a3b994e [2021-04-09T23:18:14.352Z] ---> 852cecf6ef00 [2021-04-09T23:18:14.352Z] Step 22/22 : LABEL version=0.0.0 [2021-04-09T23:18:14.622Z] ---> Running in ae7e783195cb [2021-04-09T23:18:14.892Z] ---> Running in 92621f7f2a18 [2021-04-09T23:18:14.892Z] ---> Running in 431ae772b901 [2021-04-09T23:18:15.497Z] Removing intermediate container ae7e783195cb [2021-04-09T23:18:15.497Z] ---> a7214313f413 [2021-04-09T23:18:15.497Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-09T23:18:16.097Z] Removing intermediate container 92621f7f2a18 [2021-04-09T23:18:16.097Z] Removing intermediate container 431ae772b901 [2021-04-09T23:18:16.097Z] ---> 46ffdea559b1 [2021-04-09T23:18:16.097Z] [2021-04-09T23:18:16.097Z] ---> 9874610a831f [2021-04-09T23:18:16.097Z] [2021-04-09T23:18:16.372Z] Successfully built 46ffdea559b1 [2021-04-09T23:18:16.372Z] Successfully built 9874610a831f [2021-04-09T23:18:17.350Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-09T23:18:17.350Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-04-09T23:18:17.350Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-09T23:18:17.350Z] Building docker-sys-mgmt-agent-go [2021-04-09T23:18:17.618Z]  Building docker-support-notifications-go ... done  ---> c45b103ccd79 [2021-04-09T23:18:17.618Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-09T23:18:18.209Z] ---> Running in dd8b8ee95f2c [2021-04-09T23:18:20.820Z] Removing intermediate container dd8b8ee95f2c [2021-04-09T23:18:20.820Z] ---> 94aaa29eb77d [2021-04-09T23:18:20.820Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-09T23:18:21.797Z] ---> Running in adde26264720 [2021-04-09T23:18:22.413Z] Removing intermediate container adde26264720 [2021-04-09T23:18:22.413Z] ---> e148e13f7734 [2021-04-09T23:18:22.413Z] Step 28/31 : CMD ["gate"] [2021-04-09T23:18:23.391Z] ---> Running in 32250a0da1dd [2021-04-09T23:18:23.984Z] Removing intermediate container 32250a0da1dd [2021-04-09T23:18:23.984Z] ---> 90ae9534bf9b [2021-04-09T23:18:23.984Z] Step 29/31 : LABEL arch=arm64 [2021-04-09T23:18:24.254Z] ---> Running in f6368674ea86 [2021-04-09T23:18:25.233Z] Removing intermediate container f6368674ea86 [2021-04-09T23:18:25.233Z] ---> e5dc5e0b3b85 [2021-04-09T23:18:25.233Z] Step 30/31 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 [2021-04-09T23:18:26.213Z] ---> Running in 04c185fca2b6 [2021-04-09T23:18:27.272Z] Removing intermediate container 04c185fca2b6 [2021-04-09T23:18:27.272Z] ---> 9613085236ba [2021-04-09T23:18:27.272Z] Step 31/31 : LABEL version=0.0.0 [2021-04-09T23:18:28.251Z] ---> Running in 0efb44b445df [2021-04-09T23:18:29.224Z] Removing intermediate container 0efb44b445df [2021-04-09T23:18:29.224Z] ---> d25ad5c7a974 [2021-04-09T23:18:29.224Z] [2021-04-09T23:18:29.496Z] Successfully built d25ad5c7a974 [2021-04-09T23:18:29.496Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-09T23:19:01.802Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:19:01.802Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:19:01.802Z] ---> 5986ac995ad2 [2021-04-09T23:19:01.802Z] Step 3/21 : WORKDIR /edgex-go [2021-04-09T23:19:01.802Z] ---> Using cache [2021-04-09T23:19:01.802Z] ---> d2e4ea2b304a [2021-04-09T23:19:01.802Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:19:01.803Z] ---> Using cache [2021-04-09T23:19:01.803Z] ---> e7396d33f0a4 [2021-04-09T23:19:01.803Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-09T23:19:01.803Z] ---> Using cache [2021-04-09T23:19:01.803Z] ---> 4c4082950c2f [2021-04-09T23:19:01.803Z] Step 6/21 : COPY go.mod . [2021-04-09T23:19:01.803Z] ---> Using cache [2021-04-09T23:19:01.803Z] ---> e12422c9e9c3 [2021-04-09T23:19:01.803Z] Step 7/21 : RUN go mod download [2021-04-09T23:19:01.803Z] ---> Using cache [2021-04-09T23:19:01.803Z] ---> 6ff10f10e085 [2021-04-09T23:19:01.803Z] Step 8/21 : COPY . . [2021-04-09T23:19:01.803Z] ---> Using cache [2021-04-09T23:19:01.803Z] ---> 5e5c8e43d2fe [2021-04-09T23:19:01.803Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-09T23:19:07.216Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:19:07.216Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:19:07.216Z] ---> 5986ac995ad2 [2021-04-09T23:19:07.216Z] Step 3/24 : WORKDIR /edgex-go [2021-04-09T23:19:07.216Z] ---> Using cache [2021-04-09T23:19:07.216Z] ---> d2e4ea2b304a [2021-04-09T23:19:07.216Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:19:07.216Z] ---> Using cache [2021-04-09T23:19:07.216Z] ---> e7396d33f0a4 [2021-04-09T23:19:07.216Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-09T23:19:07.216Z] ---> Using cache [2021-04-09T23:19:07.216Z] ---> 4c4082950c2f [2021-04-09T23:19:07.216Z] Step 6/24 : COPY go.mod . [2021-04-09T23:19:07.216Z] ---> Using cache [2021-04-09T23:19:07.216Z] ---> e12422c9e9c3 [2021-04-09T23:19:07.216Z] Step 7/24 : RUN go mod download [2021-04-09T23:19:07.216Z] ---> Using cache [2021-04-09T23:19:07.216Z] ---> 6ff10f10e085 [2021-04-09T23:19:07.216Z] Step 8/24 : COPY . . [2021-04-09T23:19:07.216Z] ---> Using cache [2021-04-09T23:19:07.216Z] ---> 5e5c8e43d2fe [2021-04-09T23:19:07.216Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-09T23:19:07.216Z] ---> Running in 6b6a7bf0575e [2021-04-09T23:19:07.492Z] ---> Running in 649908812e35 [2021-04-09T23:19:09.505Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-09T23:19:09.505Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-09T23:19:09.505Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:19:09.505Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:19:09.505Z] ---> 5986ac995ad2 [2021-04-09T23:19:09.505Z] Step 3/26 : WORKDIR /edgex-go [2021-04-09T23:19:09.505Z] ---> Using cache [2021-04-09T23:19:09.505Z] ---> d2e4ea2b304a [2021-04-09T23:19:09.505Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:19:09.505Z] ---> Using cache [2021-04-09T23:19:09.505Z] ---> e7396d33f0a4 [2021-04-09T23:19:09.505Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-09T23:19:09.788Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:19:09.788Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:19:09.788Z] ---> 5986ac995ad2 [2021-04-09T23:19:09.788Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T23:19:09.788Z] ---> Using cache [2021-04-09T23:19:09.788Z] ---> d2e4ea2b304a [2021-04-09T23:19:09.788Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:19:09.788Z] ---> Using cache [2021-04-09T23:19:09.788Z] ---> e7396d33f0a4 [2021-04-09T23:19:09.788Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-09T23:19:09.788Z] ---> Running in b364cbf02b71 [2021-04-09T23:19:09.788Z] ---> Running in 707b3d161839 [2021-04-09T23:19:11.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:19:12.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:19:12.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:19:12.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:19:13.277Z] OK: 217 MiB in 51 packages [2021-04-09T23:19:13.550Z] OK: 217 MiB in 51 packages [2021-04-09T23:19:15.553Z] Removing intermediate container 707b3d161839 [2021-04-09T23:19:15.553Z] ---> ca82371a3ca8 [2021-04-09T23:19:15.553Z] Step 6/23 : COPY go.mod . [2021-04-09T23:19:15.830Z] Removing intermediate container b364cbf02b71 [2021-04-09T23:19:15.830Z] ---> f3cafa4103fa [2021-04-09T23:19:15.830Z] Step 6/26 : COPY go.mod . [2021-04-09T23:19:16.832Z] ---> 533b21116fa4 [2021-04-09T23:19:16.832Z] Step 7/23 : RUN go mod download [2021-04-09T23:19:17.121Z] ---> Running in 978fb6f80c7b [2021-04-09T23:19:17.121Z] ---> ab3fcab8583d [2021-04-09T23:19:17.121Z] Step 7/26 : RUN go mod download [2021-04-09T23:19:17.399Z] ---> Running in d24b06bf4227 [2021-04-09T23:19:22.811Z] Removing intermediate container 978fb6f80c7b [2021-04-09T23:19:22.811Z] ---> 4bc378597dc4 [2021-04-09T23:19:22.811Z] Step 8/23 : COPY . . [2021-04-09T23:19:22.811Z] Removing intermediate container d24b06bf4227 [2021-04-09T23:19:22.811Z] ---> 0faa191ef2a3 [2021-04-09T23:19:22.811Z] Step 8/26 : COPY . . [2021-04-09T23:19:55.176Z] ---> a7f43b51abf7 [2021-04-09T23:19:55.176Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-09T23:19:55.176Z] ---> 41098e7bfe28 [2021-04-09T23:19:55.176Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-09T23:19:55.176Z] ---> Running in 955e611f911d [2021-04-09T23:19:55.176Z] ---> Running in 3733e3cc905b [2021-04-09T23:19:56.621Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-09T23:19:56.621Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-09T23:20:02.038Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-09T23:20:04.291Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-09T23:20:19.514Z] Removing intermediate container 649908812e35 [2021-04-09T23:20:19.514Z] ---> 095fd621db7f [2021-04-09T23:20:19.514Z] [2021-04-09T23:20:19.514Z] Step 10/24 : FROM alpine:3.12 [2021-04-09T23:20:19.514Z] ---> d75e27dfc0a0 [2021-04-09T23:20:19.514Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-09T23:20:19.514Z] ---> Running in 20e513206668 [2021-04-09T23:20:21.509Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:20:21.509Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:20:22.506Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-09T23:20:22.506Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T23:20:22.506Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-09T23:20:22.506Z] (4/6) Installing curl (7.69.1-r3) [2021-04-09T23:20:22.506Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-09T23:20:22.506Z] (6/6) Installing su-exec (0.2-r1) [2021-04-09T23:20:22.506Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T23:20:22.506Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T23:20:22.786Z] Removing intermediate container 6b6a7bf0575e [2021-04-09T23:20:22.786Z] ---> 7b916a6775ad [2021-04-09T23:20:22.786Z] [2021-04-09T23:20:22.786Z] Step 10/21 : FROM alpine:3.12 [2021-04-09T23:20:22.786Z] ---> d75e27dfc0a0 [2021-04-09T23:20:22.786Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-09T23:20:22.786Z] OK: 7 MiB in 20 packages [2021-04-09T23:20:23.061Z] ---> Running in 8b3ea3b47c58 [2021-04-09T23:20:25.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:20:25.729Z] Removing intermediate container 20e513206668 [2021-04-09T23:20:25.729Z] ---> e47afee5e360 [2021-04-09T23:20:25.729Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-09T23:20:25.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:20:25.729Z] ---> Running in 905c9d5790b7 [2021-04-09T23:20:26.008Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-09T23:20:26.287Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T23:20:26.287Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-09T23:20:26.287Z] (4/4) Installing curl (7.69.1-r3) [2021-04-09T23:20:26.287Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T23:20:26.287Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T23:20:26.287Z] Removing intermediate container 905c9d5790b7 [2021-04-09T23:20:26.287Z] ---> 8ce4e91de154 [2021-04-09T23:20:26.287Z] Step 13/24 : WORKDIR / [2021-04-09T23:20:26.563Z] OK: 7 MiB in 18 packages [2021-04-09T23:20:26.563Z] ---> Running in 9d529f5dc774 [2021-04-09T23:20:27.559Z] Removing intermediate container 9d529f5dc774 [2021-04-09T23:20:27.559Z] ---> fd601e0813b9 [2021-04-09T23:20:27.559Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-09T23:20:29.009Z] ---> a3b850778caa [2021-04-09T23:20:29.009Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-09T23:20:29.619Z] Removing intermediate container 8b3ea3b47c58 [2021-04-09T23:20:29.619Z] ---> ac37431c5a3f [2021-04-09T23:20:29.619Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-09T23:20:29.897Z] ---> Running in c9c5cae501bc [2021-04-09T23:20:30.510Z] ---> b2c9cc1c2d98 [2021-04-09T23:20:30.510Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-09T23:20:30.510Z] Removing intermediate container c9c5cae501bc [2021-04-09T23:20:30.510Z] ---> 9df685f8680e [2021-04-09T23:20:30.510Z] Step 13/21 : WORKDIR /edgex [2021-04-09T23:20:30.803Z] ---> Running in 690f9de2629a [2021-04-09T23:20:31.802Z] ---> 969247b51e78 [2021-04-09T23:20:31.802Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-09T23:20:31.802Z] Removing intermediate container 690f9de2629a [2021-04-09T23:20:31.802Z] ---> 2ea98283c40a [2021-04-09T23:20:31.802Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-09T23:20:33.246Z] ---> 9fe2f61bfdd0 [2021-04-09T23:20:33.246Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-09T23:20:33.529Z] ---> fd83abe1a4b2 [2021-04-09T23:20:33.529Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-09T23:20:36.167Z] ---> 8613397cd1f0 [2021-04-09T23:20:36.167Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-09T23:20:36.167Z] ---> 4bb5ab03140c [2021-04-09T23:20:36.167Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-09T23:20:37.605Z] ---> cb6a61420aaf [2021-04-09T23:20:37.605Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-09T23:20:37.605Z] ---> ed58df752f8a [2021-04-09T23:20:37.605Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-09T23:20:37.605Z] ---> Running in 96fd8d5c6b2b [2021-04-09T23:20:37.882Z] ---> Running in 8904024d628b [2021-04-09T23:20:38.883Z] Removing intermediate container 8904024d628b [2021-04-09T23:20:38.884Z] ---> 9f3532c4e743 [2021-04-09T23:20:38.884Z] Step 18/21 : CMD ["--init=true"] [2021-04-09T23:20:38.884Z] ---> Running in 4228dfddc7d7 [2021-04-09T23:20:39.877Z] Removing intermediate container 4228dfddc7d7 [2021-04-09T23:20:39.877Z] ---> f8355ba19d43 [2021-04-09T23:20:39.877Z] Step 19/21 : LABEL arch=arm64 [2021-04-09T23:20:39.877Z] ---> Running in 09a4dbdc3dda [2021-04-09T23:20:40.869Z] Removing intermediate container 09a4dbdc3dda [2021-04-09T23:20:40.869Z] ---> 6d28cc517de3 [2021-04-09T23:20:40.869Z] Step 20/21 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 [2021-04-09T23:20:40.869Z] ---> Running in d047f6c4e435 [2021-04-09T23:20:41.477Z] Removing intermediate container 96fd8d5c6b2b [2021-04-09T23:20:41.478Z] ---> 63c313013d05 [2021-04-09T23:20:41.478Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-09T23:20:41.478Z] ---> Running in 79712584cb60 [2021-04-09T23:20:41.756Z] Removing intermediate container d047f6c4e435 [2021-04-09T23:20:41.756Z] ---> cb33156d0807 [2021-04-09T23:20:41.756Z] Step 21/21 : LABEL version=0.0.0 [2021-04-09T23:20:42.031Z] ---> Running in df5b07d3047a [2021-04-09T23:20:42.646Z] Removing intermediate container 79712584cb60 [2021-04-09T23:20:42.646Z] ---> b99bf83959f4 [2021-04-09T23:20:42.646Z] Step 22/24 : LABEL arch=arm64 [2021-04-09T23:20:42.646Z] ---> Running in 1a7c7a602b4e [2021-04-09T23:20:42.923Z] Removing intermediate container df5b07d3047a [2021-04-09T23:20:42.923Z] ---> 6cc96ddf9d63 [2021-04-09T23:20:42.923Z] [2021-04-09T23:20:43.530Z] Removing intermediate container 1a7c7a602b4e [2021-04-09T23:20:43.530Z] Successfully built 6cc96ddf9d63 [2021-04-09T23:20:43.530Z] ---> 451b02f8608c [2021-04-09T23:20:43.530Z] Step 23/24 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 [2021-04-09T23:20:43.530Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-09T23:20:43.808Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 90d892bac88b [2021-04-09T23:20:44.407Z] Removing intermediate container 90d892bac88b [2021-04-09T23:20:44.407Z] ---> 94e6635edfe3 [2021-04-09T23:20:44.407Z] Step 24/24 : LABEL version=0.0.0 [2021-04-09T23:20:44.682Z] ---> Running in f48ac9d0d6ab [2021-04-09T23:20:45.284Z] Removing intermediate container f48ac9d0d6ab [2021-04-09T23:20:45.284Z] ---> 482353de8800 [2021-04-09T23:20:45.284Z] [2021-04-09T23:20:45.560Z] Successfully built 482353de8800 [2021-04-09T23:20:45.836Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-09T23:21:08.016Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 955e611f911d [2021-04-09T23:21:08.016Z] ---> e71f6b656c7e [2021-04-09T23:21:08.016Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-09T23:21:08.016Z] ---> Running in b11ba3172ae4 [2021-04-09T23:21:08.016Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-09T23:21:09.988Z] Removing intermediate container b11ba3172ae4 [2021-04-09T23:21:09.988Z] ---> a5194a6d7bde [2021-04-09T23:21:09.988Z] [2021-04-09T23:21:09.988Z] Step 11/26 : FROM docker:20.10.0 [2021-04-09T23:21:09.988Z] 20.10.0: Pulling from library/docker [2021-04-09T23:21:18.266Z] Removing intermediate container 3733e3cc905b [2021-04-09T23:21:18.266Z] ---> 0adcee0e3960 [2021-04-09T23:21:18.266Z] [2021-04-09T23:21:18.266Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T23:21:18.266Z] ---> d75e27dfc0a0 [2021-04-09T23:21:18.266Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-09T23:21:18.266Z] ---> Running in f33d484f8301 [2021-04-09T23:21:18.541Z] Removing intermediate container f33d484f8301 [2021-04-09T23:21:18.541Z] ---> a278187c5762 [2021-04-09T23:21:18.541Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-09T23:21:18.541Z] ---> Running in 84a8db6b8743 [2021-04-09T23:21:18.818Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-09T23:21:18.818Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-09T23:21:18.818Z] ---> eeaf43b92773 [2021-04-09T23:21:18.818Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-09T23:21:18.818Z] ---> Running in 99d497685311 [2021-04-09T23:21:19.093Z] Removing intermediate container 84a8db6b8743 [2021-04-09T23:21:19.093Z] ---> 7c424967d88b [2021-04-09T23:21:19.093Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-09T23:21:19.367Z] ---> Running in be071eb2061f [2021-04-09T23:21:19.965Z] Removing intermediate container be071eb2061f [2021-04-09T23:21:19.965Z] ---> 22a36ffefcfa [2021-04-09T23:21:19.965Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:21:19.965Z] ---> Running in 49cdafc4bd99 [2021-04-09T23:21:20.237Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:21:20.237Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:21:20.830Z] (1/2) Installing readline (8.0.4-r0) [2021-04-09T23:21:20.830Z] (2/2) Installing bash (5.0.17-r0) [2021-04-09T23:21:20.830Z] Executing bash-5.0.17-r0.post-install [2021-04-09T23:21:20.830Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T23:21:21.102Z] OK: 12 MiB in 22 packages [2021-04-09T23:21:22.541Z] Removing intermediate container 49cdafc4bd99 [2021-04-09T23:21:22.541Z] ---> c6b3a1cb24a8 [2021-04-09T23:21:22.541Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-09T23:21:22.541Z] Removing intermediate container 99d497685311 [2021-04-09T23:21:22.541Z] ---> 10bfb4a18f29 [2021-04-09T23:21:22.541Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-09T23:21:22.541Z] ---> Running in 6a5b0cc90eb4 [2021-04-09T23:21:22.541Z] ---> Running in 4b27c1e5d8e6 [2021-04-09T23:21:23.141Z] Removing intermediate container 6a5b0cc90eb4 [2021-04-09T23:21:23.141Z] ---> c8c72a599ef1 [2021-04-09T23:21:23.141Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-09T23:21:23.413Z] ---> Running in 94427de8ece6 [2021-04-09T23:21:23.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:21:23.954Z] Removing intermediate container 94427de8ece6 [2021-04-09T23:21:23.954Z] ---> 0b15f2b8b741 [2021-04-09T23:21:23.954Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-09T23:21:23.954Z] ---> Running in 34b14aecfd6e [2021-04-09T23:21:24.545Z] Removing intermediate container 34b14aecfd6e [2021-04-09T23:21:24.545Z] ---> 18e53297cfcd [2021-04-09T23:21:24.545Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-09T23:21:24.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:21:25.520Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-09T23:21:25.520Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-09T23:21:25.520Z] ---> 98375698628b [2021-04-09T23:21:25.520Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-09T23:21:25.799Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-09T23:21:25.799Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-09T23:21:26.397Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-09T23:21:26.397Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-09T23:21:26.397Z] ---> 64f3da98d579 [2021-04-09T23:21:26.397Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-09T23:21:26.397Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T23:21:26.397Z] OK: 8 MiB in 20 packages [2021-04-09T23:21:27.377Z] ---> ba01fd0b656b [2021-04-09T23:21:27.377Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-09T23:21:27.647Z] ---> Running in f43b07dab2c8 [2021-04-09T23:21:27.927Z] Removing intermediate container 4b27c1e5d8e6 [2021-04-09T23:21:27.927Z] ---> 875d3a3dd258 [2021-04-09T23:21:27.927Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T23:21:28.901Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:21:28.901Z] ---> 439c1756d00c [2021-04-09T23:21:28.901Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-09T23:21:29.175Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:21:29.774Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-09T23:21:29.774Z] (2/33) Installing expat (2.2.9-r1) [2021-04-09T23:21:29.774Z] (3/33) Installing libffi (3.3-r2) [2021-04-09T23:21:29.774Z] (4/33) Installing gdbm (1.13-r1) [2021-04-09T23:21:29.774Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-09T23:21:29.775Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-09T23:21:29.775Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-09T23:21:30.767Z] ---> 1e13e521ba4b [2021-04-09T23:21:30.767Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-09T23:21:31.817Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-09T23:21:31.817Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-09T23:21:31.817Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-09T23:21:31.817Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-09T23:21:31.817Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-09T23:21:31.817Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-09T23:21:31.817Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-09T23:21:31.817Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-09T23:21:31.817Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-09T23:21:31.817Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-09T23:21:32.112Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-09T23:21:32.112Z] ---> dc18be38e271 [2021-04-09T23:21:32.112Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-09T23:21:32.112Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-09T23:21:32.112Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-09T23:21:32.112Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-09T23:21:32.112Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-09T23:21:32.112Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-09T23:21:32.112Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-09T23:21:32.112Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-09T23:21:32.112Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-09T23:21:32.112Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-09T23:21:32.112Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-09T23:21:32.112Z] ---> Running in 8f5e9828700f [2021-04-09T23:21:32.112Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-09T23:21:32.404Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-09T23:21:32.404Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-09T23:21:32.404Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-09T23:21:32.404Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-09T23:21:32.404Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T23:21:32.404Z] OK: 71 MiB in 55 packages [2021-04-09T23:21:33.031Z] Removing intermediate container 8f5e9828700f [2021-04-09T23:21:33.031Z] ---> 354607506aae [2021-04-09T23:21:33.031Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T23:21:33.031Z] ---> Running in 892f7cca145f [2021-04-09T23:21:33.623Z] Removing intermediate container 892f7cca145f [2021-04-09T23:21:33.623Z] ---> 3776ffda78c8 [2021-04-09T23:21:33.623Z] Step 21/23 : LABEL arch=arm64 [2021-04-09T23:21:33.896Z] ---> Running in f30dcea12a55 [2021-04-09T23:21:34.497Z] Removing intermediate container f30dcea12a55 [2021-04-09T23:21:34.497Z] ---> 84a3d368d1a2 [2021-04-09T23:21:34.497Z] Step 22/23 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 [2021-04-09T23:21:34.774Z] ---> Running in 3b3e826b8096 [2021-04-09T23:21:35.370Z] Removing intermediate container 3b3e826b8096 [2021-04-09T23:21:35.370Z] ---> f38f2d9f55de [2021-04-09T23:21:35.370Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T23:21:35.644Z] ---> Running in da9dc5dc71cf [2021-04-09T23:21:36.237Z] Removing intermediate container da9dc5dc71cf [2021-04-09T23:21:36.238Z] ---> 7b1abe8626f9 [2021-04-09T23:21:36.238Z] [2021-04-09T23:21:36.507Z] Successfully built 7b1abe8626f9 [2021-04-09T23:21:37.101Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-09T23:21:38.522Z]  Building docker-core-data-go ... done Removing intermediate container f43b07dab2c8 [2021-04-09T23:21:38.522Z] ---> f3e62b48134b [2021-04-09T23:21:38.522Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-09T23:21:38.522Z] ---> Running in 18de45fb4954 [2021-04-09T23:21:43.910Z] Collecting docker-compose==1.23.2 [2021-04-09T23:21:43.910Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-09T23:21:43.910Z] Collecting jsonschema<3,>=2.5.1 [2021-04-09T23:21:43.910Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-09T23:21:44.181Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-09T23:21:44.182Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-09T23:21:46.142Z] Collecting docopt<0.7,>=0.6.1 [2021-04-09T23:21:46.142Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-09T23:21:48.097Z] Collecting texttable<0.10,>=0.9.0 [2021-04-09T23:21:48.097Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-09T23:21:50.054Z] Collecting docker<4.0,>=3.6.0 [2021-04-09T23:21:50.055Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-09T23:21:50.324Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-09T23:21:50.913Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-09T23:21:50.913Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-09T23:21:51.183Z] Collecting cached-property<2,>=1.2.0 [2021-04-09T23:21:51.183Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-09T23:21:52.149Z] Collecting PyYAML<4,>=3.10 [2021-04-09T23:21:52.149Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-09T23:21:55.522Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-09T23:21:55.522Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-09T23:21:56.111Z] Collecting docker-pycreds>=0.4.0 [2021-04-09T23:21:56.111Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-09T23:21:56.699Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-09T23:21:56.699Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-09T23:21:56.699Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-09T23:21:56.699Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-09T23:21:56.969Z] Collecting idna<2.8,>=2.5 [2021-04-09T23:21:56.969Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-09T23:21:56.969Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-09T23:21:56.969Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-09T23:21:56.969Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-09T23:21:56.969Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-09T23:21:57.936Z] Installing collected packages: jsonschema, dockerpty, docopt, texttable, urllib3, idna, requests, websocket-client, docker-pycreds, docker, cached-property, PyYAML, docker-compose [2021-04-09T23:21:58.206Z] Running setup.py install for dockerpty: started [2021-04-09T23:22:00.167Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-09T23:22:00.167Z] Running setup.py install for docopt: started [2021-04-09T23:22:01.585Z] Running setup.py install for docopt: finished with status 'done' [2021-04-09T23:22:01.585Z] Running setup.py install for texttable: started [2021-04-09T23:22:03.553Z] Running setup.py install for texttable: finished with status 'done' [2021-04-09T23:22:03.553Z] Attempting uninstall: urllib3 [2021-04-09T23:22:03.553Z] Found existing installation: urllib3 1.25.9 [2021-04-09T23:22:03.553Z] Uninstalling urllib3-1.25.9: [2021-04-09T23:22:03.553Z] Successfully uninstalled urllib3-1.25.9 [2021-04-09T23:22:04.143Z] Attempting uninstall: idna [2021-04-09T23:22:04.143Z] Found existing installation: idna 2.9 [2021-04-09T23:22:04.143Z] Uninstalling idna-2.9: [2021-04-09T23:22:04.415Z] Successfully uninstalled idna-2.9 [2021-04-09T23:22:05.010Z] Attempting uninstall: requests [2021-04-09T23:22:05.010Z] Found existing installation: requests 2.23.0 [2021-04-09T23:22:05.010Z] Uninstalling requests-2.23.0: [2021-04-09T23:22:05.279Z] Successfully uninstalled requests-2.23.0 [2021-04-09T23:22:06.699Z] Running setup.py install for PyYAML: started [2021-04-09T23:22:08.665Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-09T23:22:09.647Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-09T23:22:13.933Z] Removing intermediate container 18de45fb4954 [2021-04-09T23:22:13.933Z] ---> 5656e39d6293 [2021-04-09T23:22:13.933Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-09T23:22:13.933Z] ---> Running in d856a1465962 [2021-04-09T23:22:14.523Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:22:14.793Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:22:15.385Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T23:22:15.385Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-09T23:22:15.385Z] (3/3) Installing curl (7.69.1-r3) [2021-04-09T23:22:15.385Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T23:22:15.385Z] OK: 72 MiB in 58 packages [2021-04-09T23:22:16.812Z] Removing intermediate container d856a1465962 [2021-04-09T23:22:16.812Z] ---> 60f4b569ba3a [2021-04-09T23:22:16.812Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-09T23:22:16.813Z] ---> Running in ea7d3ed19777 [2021-04-09T23:22:17.083Z] Removing intermediate container ea7d3ed19777 [2021-04-09T23:22:17.083Z] ---> 071367e54fd9 [2021-04-09T23:22:17.083Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T23:22:17.354Z] ---> Running in bc7b5acb7f3b [2021-04-09T23:22:17.625Z] Removing intermediate container bc7b5acb7f3b [2021-04-09T23:22:17.625Z] ---> f3f524df7fa2 [2021-04-09T23:22:17.625Z] Step 24/26 : LABEL arch=arm64 [2021-04-09T23:22:17.896Z] ---> Running in 5c91cdf66e60 [2021-04-09T23:22:18.487Z] Removing intermediate container 5c91cdf66e60 [2021-04-09T23:22:18.487Z] ---> 613015417f44 [2021-04-09T23:22:18.487Z] Step 25/26 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 [2021-04-09T23:22:18.487Z] ---> Running in 05ecddb27499 [2021-04-09T23:22:19.078Z] Removing intermediate container 05ecddb27499 [2021-04-09T23:22:19.078Z] ---> 7305eba7ffd7 [2021-04-09T23:22:19.078Z] Step 26/26 : LABEL version=0.0.0 [2021-04-09T23:22:19.078Z] ---> Running in b04b109b92f2 [2021-04-09T23:22:19.667Z] Removing intermediate container b04b109b92f2 [2021-04-09T23:22:19.667Z] ---> beddac3aaf03 [2021-04-09T23:22:19.667Z] [2021-04-09T23:22:19.938Z] Successfully built beddac3aaf03 [2021-04-09T23:22:19.938Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-09T23:22:20.541Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-09T23:22:20.574Z] $ docker stop --time=1 949fccf0dcfc52c37a766a13897be30605f846822f8aa1cefcd2f86a3af0646e [2021-04-09T23:22:22.567Z] $ docker rm -f 949fccf0dcfc52c37a766a13897be30605f846822f8aa1cefcd2f86a3af0646e [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-09T23:22:23.287Z] + docker images [2021-04-09T23:22:23.287Z] + grep docker [2021-04-09T23:22:23.556Z] docker-sys-mgmt-agent-go-arm64 latest beddac3aaf03 4 seconds ago 301MB [2021-04-09T23:22:23.556Z] docker-core-data-go-arm64 latest 7b1abe8626f9 48 seconds ago 21.4MB [2021-04-09T23:22:23.556Z] docker-security-secretstore-setup-go-arm64 latest 482353de8800 About a minute ago 24.4MB [2021-04-09T23:22:23.556Z] docker-security-proxy-setup-go-arm64 latest 6cc96ddf9d63 About a minute ago 24.1MB [2021-04-09T23:22:23.556Z] docker-security-bootstrapper-go-arm64 latest d25ad5c7a974 3 minutes ago 17.9MB [2021-04-09T23:22:23.556Z] docker-support-notifications-go-arm64 latest 9874610a831f 4 minutes ago 16.9MB [2021-04-09T23:22:23.556Z] docker-core-metadata-go-arm64 latest 46ffdea559b1 4 minutes ago 17.9MB [2021-04-09T23:22:23.556Z] docker-core-command-go-arm64 latest 6d25177a654b 4 minutes ago 16.3MB [2021-04-09T23:22:23.556Z] docker-support-scheduler-go-arm64 latest d95cd9bb3154 4 minutes ago 16.4MB [2021-04-09T23:22:23.556Z] 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-04-09T23:22:24.640Z] ---> job-cost.sh [2021-04-09T23:22:24.640Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-HPWQ [2021-04-09T23:23:03.658Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-09T23:24:40.369Z] lf-activate-venv(): INFO: Adding /tmp/venv-HPWQ/bin to PATH [2021-04-09T23:24:40.369Z] INFO: No Stack... [2021-04-09T23:24:40.369Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-09T23:24:40.369Z] INFO: Archiving Costs [Pipeline] sh [2021-04-09T23:24:40.707Z] + cat /w/workspace/edgex-go/61/archives/cost.csv [2021-04-09T23:24:40.707Z] + cut -d, -f6 [Pipeline] lock [2021-04-09T23:24:40.818Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-61-stack-cost] [2021-04-09T23:24:40.828Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-61-stack-cost] did not exist. Created. [2021-04-09T23:24:40.829Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-61-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-09T23:24:41.247Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-09T23:24:41.552Z] Stashed 1 file(s) [Pipeline] } [2021-04-09T23:24:41.566Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-61-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-09T23:24:43.220Z] provisioning config files... [2021-04-09T23:24:43.235Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/61@tmp/config4399966071252092941tmp [Pipeline] { [Pipeline] sh [2021-04-09T23:24:43.604Z] + set +x [2021-04-09T23:24:43.604Z] + curl -s https://codecov.io/bash [2021-04-09T23:24:43.604Z] + bash -s -- [2021-04-09T23:24:44.184Z] [2021-04-09T23:24:44.184Z] _____ _ [2021-04-09T23:24:44.184Z] / ____| | | [2021-04-09T23:24:44.184Z] | | ___ __| | ___ ___ _____ __ [2021-04-09T23:24:44.184Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-09T23:24:44.184Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-09T23:24:44.184Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-09T23:24:44.184Z] Bash-20210309-2b87ace [2021-04-09T23:24:44.184Z] [2021-04-09T23:24:44.184Z] [2021-04-09T23:24:44.184Z] ==> git version 2.24.3 found [2021-04-09T23:24:44.184Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-09T23:24:44.184Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-09T23:24:44.184Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-09T23:24:44.184Z] ==> Jenkins CI detected. [2021-04-09T23:24:44.184Z] project root: . [2021-04-09T23:24:44.184Z] --> token set from env [2021-04-09T23:24:44.184Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-09T23:24:44.184Z] ==> Running gcov in . (disable via -X gcov) [2021-04-09T23:24:44.184Z] ==> Python coveragepy not found [2021-04-09T23:24:44.184Z] ==> Searching for coverage reports in: [2021-04-09T23:24:44.184Z] + . [2021-04-09T23:24:44.184Z] -> Found 1 reports [2021-04-09T23:24:44.184Z] ==> Detecting git/mercurial file structure [2021-04-09T23:24:44.184Z] ==> Reading reports [2021-04-09T23:24:44.184Z] + ./coverage.out bytes=697383 [2021-04-09T23:24:44.184Z] ==> Appending adjustments [2021-04-09T23:24:44.184Z] https://docs.codecov.io/docs/fixing-reports [2021-04-09T23:24:48.405Z] + Found adjustments [2021-04-09T23:24:48.405Z] ==> Gzipping contents [2021-04-09T23:24:48.405Z] 100K /tmp/codecov.4UZkRL.gz [2021-04-09T23:24:48.405Z] ==> Uploading reports [2021-04-09T23:24:48.405Z] url: https://codecov.io [2021-04-09T23:24:48.405Z] query: branch=PR-3234&commit=1b48b7d4a8689bfc227836ea5570b06a06206db1&build=61&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F61%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-04-09T23:24:48.405Z] -> Pinging Codecov [2021-04-09T23:24:48.405Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=1b48b7d4a8689bfc227836ea5570b06a06206db1&build=61&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F61%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-04-09T23:24:48.405Z] -> Uploading to [2021-04-09T23:24:48.405Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-09/00271124DB129430A58F1EEE437C3FCB/1b48b7d4a8689bfc227836ea5570b06a06206db1/e6b53475-83cf-4c63-a911-0c7f33789081.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210409%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210409T232448Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5ba0391a38e181370726a998e1a427c5935bae6319e14c977a057659b77b075b [2021-04-09T23:24:48.405Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-09T23:24:48.405Z] Dload Upload Total Spent Left Speed [2021-04-09T23:24:48.980Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99531 0 0 100 99531 0 187k --:--:-- --:--:-- --:--:-- 187k [2021-04-09T23:24:48.980Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/1b48b7d4a8689bfc227836ea5570b06a06206db1 [Pipeline] } [2021-04-09T23:24:48.990Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-09T23:24:51.077Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T23:24:51.958Z] ---> package-listing.sh [2021-04-09T23:24:51.958Z] ++ facter osfamily [2021-04-09T23:24:51.958Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-09T23:24:51.958Z] + OS_FAMILY=redhat [2021-04-09T23:24:51.958Z] + workspace=/w/workspace/edgex-go/61 [2021-04-09T23:24:51.958Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-09T23:24:51.958Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-09T23:24:51.958Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-09T23:24:51.958Z] + PACKAGES=/tmp/packages_start.txt [2021-04-09T23:24:51.958Z] + '[' /w/workspace/edgex-go/61 ']' [2021-04-09T23:24:51.958Z] + PACKAGES=/tmp/packages_end.txt [2021-04-09T23:24:51.958Z] + case "${OS_FAMILY}" in [2021-04-09T23:24:51.958Z] + rpm -qa [2021-04-09T23:24:51.958Z] + sort [2021-04-09T23:24:57.261Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-09T23:24:57.261Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-09T23:24:57.261Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-09T23:24:57.261Z] + '[' /w/workspace/edgex-go/61 ']' [2021-04-09T23:24:57.261Z] + mkdir -p /w/workspace/edgex-go/61/archives/ [2021-04-09T23:24:57.261Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/61/archives/ [Pipeline] echo [2021-04-09T23:24:57.274Z] 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/61/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-09T23:24:57.564Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:24:57.879Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-09T23:24:57.879Z] [2021-04-09T23:24:57.879Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:24:58.230Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-09T23:24:58.230Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-09T23:24:58.230Z] df20fa9351a1: Pulling fs layer [2021-04-09T23:24:58.230Z] 36b3adc4ff6f: Pulling fs layer [2021-04-09T23:24:58.230Z] 8ad3a11d3b57: Pulling fs layer [2021-04-09T23:24:58.230Z] 46f8f816bc3b: Pulling fs layer [2021-04-09T23:24:58.230Z] 93b61091891f: Pulling fs layer [2021-04-09T23:24:58.230Z] 93b9cdb0e59b: Pulling fs layer [2021-04-09T23:24:58.230Z] 5e14af77c1be: Pulling fs layer [2021-04-09T23:24:58.230Z] 01666e4c0597: Pulling fs layer [2021-04-09T23:24:58.230Z] aa168da1d23b: Pulling fs layer [2021-04-09T23:24:58.230Z] 46f8f816bc3b: Waiting [2021-04-09T23:24:58.230Z] 93b61091891f: Waiting [2021-04-09T23:24:58.230Z] 01666e4c0597: Waiting [2021-04-09T23:24:58.230Z] aa168da1d23b: Waiting [2021-04-09T23:24:58.230Z] 93b9cdb0e59b: Waiting [2021-04-09T23:24:58.230Z] 5e14af77c1be: Waiting [2021-04-09T23:24:58.230Z] 36b3adc4ff6f: Verifying Checksum [2021-04-09T23:24:58.230Z] 36b3adc4ff6f: Download complete [2021-04-09T23:24:58.230Z] 46f8f816bc3b: Verifying Checksum [2021-04-09T23:24:58.230Z] 46f8f816bc3b: Download complete [2021-04-09T23:24:58.493Z] df20fa9351a1: Verifying Checksum [2021-04-09T23:24:58.493Z] df20fa9351a1: Download complete [2021-04-09T23:24:58.493Z] 93b9cdb0e59b: Verifying Checksum [2021-04-09T23:24:58.493Z] 93b9cdb0e59b: Download complete [2021-04-09T23:24:58.493Z] 5e14af77c1be: Verifying Checksum [2021-04-09T23:24:58.493Z] 5e14af77c1be: Download complete [2021-04-09T23:24:58.493Z] 93b61091891f: Verifying Checksum [2021-04-09T23:24:58.493Z] 93b61091891f: Download complete [2021-04-09T23:24:58.493Z] 01666e4c0597: Download complete [2021-04-09T23:24:58.493Z] 8ad3a11d3b57: Download complete [2021-04-09T23:24:58.758Z] df20fa9351a1: Pull complete [2021-04-09T23:24:59.022Z] 36b3adc4ff6f: Pull complete [2021-04-09T23:24:59.601Z] 8ad3a11d3b57: Pull complete [2021-04-09T23:24:59.864Z] 46f8f816bc3b: Pull complete [2021-04-09T23:25:00.814Z] aa168da1d23b: Verifying Checksum [2021-04-09T23:25:00.814Z] aa168da1d23b: Download complete [2021-04-09T23:25:01.765Z] 93b61091891f: Pull complete [2021-04-09T23:25:01.765Z] 93b9cdb0e59b: Pull complete [2021-04-09T23:25:02.027Z] 5e14af77c1be: Pull complete [2021-04-09T23:25:02.027Z] 01666e4c0597: Pull complete [2021-04-09T23:25:10.220Z] aa168da1d23b: Pull complete [2021-04-09T23:25:10.220Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-09T23:25:10.220Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-09T23:25:10.220Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-09T23:25:10.420Z] prd-centos7-docker-4c-2g-33485 does not seem to be running inside a container [2021-04-09T23:25:10.467Z] $ 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/61/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/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-09T23:25:20.391Z] $ docker top 2c100722e34bc777094ae8e95058ed7d9b50c8c8b89b7249735c3d5b8561607f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T23:25:21.040Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-09T23:25:21.335Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-09T23:25:21.634Z] + ls /var/log/sa-host [2021-04-09T23:25:21.634Z] + sadf -c /var/log/sa-host/sa09 [2021-04-09T23:25:21.634Z] file_magic: OK [2021-04-09T23:25:21.634Z] HZ: Using current value: 100 [2021-04-09T23:25:21.634Z] file_header: OK [2021-04-09T23:25:21.634Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-09T23:25:21.634Z] Statistics: [2021-04-09T23:25:21.634Z] 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-04-09T23:25:21.634Z] File successfully converted to sysstat format version 12.2.1 [2021-04-09T23:25:21.634Z] + sadf -c /var/log/sa-host/sa23 [2021-04-09T23:25:21.634Z] file_magic: OK [2021-04-09T23:25:21.634Z] HZ: Using current value: 100 [2021-04-09T23:25:21.634Z] file_header: OK [2021-04-09T23:25:21.634Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-09T23:25:21.634Z] Statistics: [2021-04-09T23:25:21.634Z] Hnuu...uuuununununu... [2021-04-09T23:25:21.634Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-09T23:25:21.840Z] provisioning config files... [2021-04-09T23:25:21.856Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/61@tmp/config1927664652207926481tmp [Pipeline] { [Pipeline] echo [2021-04-09T23:25:21.926Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T23:25:22.220Z] ---> create-netrc.sh [Pipeline] } [2021-04-09T23:25:22.253Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-09T23:25:22.350Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T23:25:22.720Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-09T23:25:22.731Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T23:25:23.029Z] ---> sudo-logs.sh [2021-04-09T23:25:23.029Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-09T23:25:23.090Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T23:25:23.387Z] ---> job-cost.sh [2021-04-09T23:25:23.387Z] lf-activate-venv: SKIPPING [2021-04-09T23:25:23.387Z] DEBUG: total: 0.20999999344348907 [2021-04-09T23:25:23.387Z] INFO: Retrieving Stack Cost... [2021-04-09T23:25:24.776Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-09T23:25:25.038Z] INFO: Archiving Costs [Pipeline] echo [2021-04-09T23:25:25.052Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T23:25:25.350Z] ---> logs-deploy.sh [2021-04-09T23:25:25.350Z] lf-activate-venv: SKIPPING [2021-04-09T23:25:25.350Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/61 [2021-04-09T23:25:25.350Z] INFO: archiving workspace using pattern(s): [2021-04-09T23:25:26.742Z] Archives upload complete. [2021-04-09T23:25:26.742Z] INFO: archiving logs to Nexus