Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3+6cadec5fc374fbebd95401286db985839ef5e674 (1c34deafce025b05c03577b4326e9c7bc0629618) 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-32911 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/55 [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/55 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 6cadec5fc374fbebd95401286db985839ef5e674 into PR head commit 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 Merge succeeded, producing 3dcad5acca2c733e2f0f869496fb3be139a3983a Checking out Revision 3dcad5acca2c733e2f0f869496fb3be139a3983a (PR-3234) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 # 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 6cadec5fc374fbebd95401286db985839ef5e674 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3dcad5acca2c733e2f0f869496fb3be139a3983a # timeout=10 Commit message: "Merge commit '6cadec5fc374fbebd95401286db985839ef5e674' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-06T06:34:45.691Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-06T06:34:45.974Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-06T06:34:46.092Z] ========================================================= [2021-04-06T06:34:46.092Z] EdgeX Global Pipelines Version Info [2021-04-06T06:34:46.092Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk fe48fc699d94d98d8387134007c180407b71449b # timeout=10 [2021-04-06T06:34:47.583Z] ------------------- [2021-04-06T06:34:47.583Z] stable info: [2021-04-06T06:34:47.583Z] ------------------- [2021-04-06T06:34:47.583Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-06T06:34:47.583Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-06T06:34:47.583Z] Message: update stable to v1.0.186 [2021-04-06T06:34:48.533Z] ------------------- [2021-04-06T06:34:48.533Z] experimental info: [2021-04-06T06:34:48.533Z] ------------------- [2021-04-06T06:34:48.533Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-06T06:34:48.533Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-06T06:34:48.533Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-06T06:34:48.852Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-06T06:34:48.955Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-06T06:34:49.078Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-06T06:34:49.169Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-06T06:34:49.256Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-06T06:34:49.345Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-06T06:34:49.429Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-06T06:34:49.512Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-06T06:34:49.612Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-06T06:34:49.712Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-06T06:34:49.806Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-06T06:34:49.927Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-06T06:34:50.068Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-06T06:34:50.225Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-06T06:34:50.350Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-06T06:34:50.459Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-06T06:34:50.565Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-06T06:34:50.704Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-06T06:34:50.852Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-06T06:34:50.989Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-06T06:34:51.089Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-06T06:34:51.192Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-06T06:34:51.286Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-04-06T06:34:51.403Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-04-06T06:34:51.525Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-04-06T06:34:51.632Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3dcad5acca2c733e2f0f869496fb3be139a3983a [Pipeline] echo [2021-04-06T06:34:51.766Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3dcad5a [Pipeline] echo [2021-04-06T06:34:51.867Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T06:34:52.064Z] provisioning config files... [2021-04-06T06:34:52.107Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/55@tmp/config1981038667730755371tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:34:52.481Z] ---> docker-login.sh [2021-04-06T06:34:52.481Z] nexus3.edgexfoundry.org:10001 [2021-04-06T06:34:52.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:34:53.008Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:34:53.008Z] Configure a credential helper to remove this warning. See [2021-04-06T06:34:53.008Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:34:53.008Z] [2021-04-06T06:34:53.008Z] Login Succeeded [2021-04-06T06:34:53.008Z] nexus3.edgexfoundry.org:10002 [2021-04-06T06:34:53.008Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:34:53.008Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:34:53.008Z] Configure a credential helper to remove this warning. See [2021-04-06T06:34:53.008Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:34:53.008Z] [2021-04-06T06:34:53.008Z] Login Succeeded [2021-04-06T06:34:53.008Z] nexus3.edgexfoundry.org:10003 [2021-04-06T06:34:53.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:34:53.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:34:53.272Z] Configure a credential helper to remove this warning. See [2021-04-06T06:34:53.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:34:53.272Z] [2021-04-06T06:34:53.272Z] Login Succeeded [2021-04-06T06:34:53.272Z] nexus3.edgexfoundry.org:10004 [2021-04-06T06:34:53.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:34:53.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:34:53.535Z] Configure a credential helper to remove this warning. See [2021-04-06T06:34:53.535Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:34:53.535Z] [2021-04-06T06:34:53.535Z] Login Succeeded [2021-04-06T06:34:53.535Z] docker.io [2021-04-06T06:34:53.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:34:53.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:34:53.798Z] Configure a credential helper to remove this warning. See [2021-04-06T06:34:53.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:34:53.798Z] [2021-04-06T06:34:53.798Z] Login Succeeded [2021-04-06T06:34:53.798Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T06:34:53.810Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T06:34:54.311Z] ++ 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-06T06:34:54.311Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T06:34:54.311Z] ++ dirname cmd/core-command/Dockerfile [2021-04-06T06:34:54.311Z] ++ cut -d/ -f2 [2021-04-06T06:34:54.311Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-06T06:34:54.311Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T06:34:54.311Z] ++ dirname cmd/core-data/Dockerfile [2021-04-06T06:34:54.311Z] ++ cut -d/ -f2 [2021-04-06T06:34:54.311Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-06T06:34:54.311Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T06:34:54.311Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-06T06:34:54.311Z] ++ cut -d/ -f2 [2021-04-06T06:34:54.311Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-06T06:34:54.311Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T06:34:54.311Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-06T06:34:54.311Z] ++ cut -d/ -f2 [2021-04-06T06:34:54.311Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-06T06:34:54.311Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T06:34:54.311Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-06T06:34:54.311Z] ++ cut -d/ -f2 [2021-04-06T06:34:54.311Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-06T06:34:54.311Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T06:34:54.311Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-06T06:34:54.311Z] ++ cut -d/ -f2 [2021-04-06T06:34:54.311Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-06T06:34:54.311Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T06:34:54.311Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-06T06:34:54.311Z] ++ cut -d/ -f2 [2021-04-06T06:34:54.311Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-06T06:34:54.311Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T06:34:54.311Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-06T06:34:54.311Z] ++ cut -d/ -f2 [2021-04-06T06:34:54.311Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-06T06:34:54.311Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T06:34:54.311Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-06T06:34:54.311Z] ++ cut -d/ -f2 [2021-04-06T06:34:54.311Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-06T06:34:54.390Z] 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-06T06:34:55.347Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T06:34:55.347Z] [2021-04-06T06:34:55.347Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:34:55.718Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T06:34:55.718Z] latest: Pulling from edgex-devops/git-semver [2021-04-06T06:34:55.718Z] 31603596830f: Pulling fs layer [2021-04-06T06:34:55.718Z] 2a8b12db71e7: Pulling fs layer [2021-04-06T06:34:55.718Z] 6ca5941a6612: Pulling fs layer [2021-04-06T06:34:55.718Z] ecc8261a40a4: Pulling fs layer [2021-04-06T06:34:55.718Z] ecc8261a40a4: Waiting [2021-04-06T06:34:55.718Z] 2a8b12db71e7: Download complete [2021-04-06T06:34:55.718Z] 31603596830f: Verifying Checksum [2021-04-06T06:34:55.718Z] 31603596830f: Download complete [2021-04-06T06:34:55.992Z] ecc8261a40a4: Verifying Checksum [2021-04-06T06:34:55.992Z] ecc8261a40a4: Download complete [2021-04-06T06:34:55.992Z] 6ca5941a6612: Verifying Checksum [2021-04-06T06:34:55.992Z] 6ca5941a6612: Download complete [2021-04-06T06:34:56.255Z] 31603596830f: Pull complete [2021-04-06T06:34:56.519Z] 2a8b12db71e7: Pull complete [2021-04-06T06:34:57.472Z] 6ca5941a6612: Pull complete [2021-04-06T06:34:57.472Z] ecc8261a40a4: Pull complete [2021-04-06T06:34:57.472Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-06T06:34:57.472Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T06:34:57.472Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-06T06:34:57.584Z] prd-centos7-docker-4c-2g-32911 does not seem to be running inside a container [2021-04-06T06:34:57.646Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-06T06:35:00.330Z] $ docker top 7b5dca1f319805668fca89cb979d9c27073560f6fe45c7a4b0bbbb1284b9a078 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T06:35:00.707Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T06:35:00.708Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T06:35:00.949Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T06:35:00.953Z] $ docker exec 7b5dca1f319805668fca89cb979d9c27073560f6fe45c7a4b0bbbb1284b9a078 ssh-agent [2021-04-06T06:35:01.134Z] SSH_AUTH_SOCK=/tmp/ssh-ZBnIZbNyxFmJ/agent.12 [2021-04-06T06:35:01.134Z] SSH_AGENT_PID=17 [2021-04-06T06:35:01.148Z] Running ssh-add (command line suppressed) [2021-04-06T06:35:01.279Z] Identity added: /w/workspace/edgex-go/55@tmp/private_key_6622233963776928896.key (/w/workspace/edgex-go/55@tmp/private_key_6622233963776928896.key) [2021-04-06T06:35:01.355Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T06:35:01.703Z] + git tag --points-at HEAD [Pipeline] } [2021-04-06T06:35:01.727Z] $ docker exec --env ******** --env ******** 7b5dca1f319805668fca89cb979d9c27073560f6fe45c7a4b0bbbb1284b9a078 ssh-agent -k [2021-04-06T06:35:01.851Z] unset SSH_AUTH_SOCK; [2021-04-06T06:35:01.851Z] unset SSH_AGENT_PID; [2021-04-06T06:35:01.851Z] echo Agent pid 17 killed; [2021-04-06T06:35:01.907Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-06T06:35:02.055Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T06:35:02.055Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T06:35:02.239Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T06:35:02.242Z] $ docker exec 7b5dca1f319805668fca89cb979d9c27073560f6fe45c7a4b0bbbb1284b9a078 ssh-agent [2021-04-06T06:35:02.416Z] SSH_AUTH_SOCK=/tmp/ssh-Cq0FDCmhNCt9/agent.45 [2021-04-06T06:35:02.417Z] SSH_AGENT_PID=50 [2021-04-06T06:35:02.424Z] Running ssh-add (command line suppressed) [2021-04-06T06:35:02.555Z] Identity added: /w/workspace/edgex-go/55@tmp/private_key_7633181113314745123.key (/w/workspace/edgex-go/55@tmp/private_key_7633181113314745123.key) [2021-04-06T06:35:02.610Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T06:35:02.945Z] + git semver init [2021-04-06T06:35:02.945Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T06:35:02.945Z] # $GIT_DIR = /w/workspace/edgex-go/55/.git [2021-04-06T06:35:02.945Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/55 [2021-04-06T06:35:02.945Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T06:35:02.945Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T06:35:02.945Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T06:35:02.945Z] # $SEMVER_BRANCH = PR-3234 [2021-04-06T06:35:02.945Z] # $SEMVER_TEMP = /tmp/semver-699140293 [2021-04-06T06:35:02.945Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-06T06:35:35.124Z] # '/tmp/semver-699140293' -> '/w/workspace/edgex-go/55/.semver' [2021-04-06T06:35:35.124Z] # -> Force: false [2021-04-06T06:35:35.124Z] # $SEMVER_DIR = /w/workspace/edgex-go/55/.semver [Pipeline] } [2021-04-06T06:35:35.138Z] $ docker exec --env ******** --env ******** 7b5dca1f319805668fca89cb979d9c27073560f6fe45c7a4b0bbbb1284b9a078 ssh-agent -k [2021-04-06T06:35:35.414Z] unset SSH_AUTH_SOCK; [2021-04-06T06:35:35.414Z] unset SSH_AGENT_PID; [2021-04-06T06:35:35.414Z] echo Agent pid 50 killed; [2021-04-06T06:35:35.528Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T06:35:36.029Z] + git semver [Pipeline] } [2021-04-06T06:35:36.046Z] $ docker stop --time=1 7b5dca1f319805668fca89cb979d9c27073560f6fe45c7a4b0bbbb1284b9a078 [2021-04-06T06:35:37.951Z] $ docker rm -f 7b5dca1f319805668fca89cb979d9c27073560f6fe45c7a4b0bbbb1284b9a078 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T06:35:38.498Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-06T06:35:39.059Z] Stashed 1 file(s) [Pipeline] echo [2021-04-06T06:35:39.062Z] [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-06T06:35:40.052Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-06T06:35:40.356Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-06T06:35:40.659Z] + true [2021-04-06T06:35:40.659Z] + sudo service docker restart [2021-04-06T06:35:40.659Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-06T06:35:41.253Z] ========================================================= [2021-04-06T06:35:41.253Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-06T06:35:41.253Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:35:41.626Z] + 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-06T06:35:45.862Z] Sending build context to Docker daemon 329.2MB [2021-04-06T06:35:45.862Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T06:35:45.862Z] Step 2/6 : FROM ${BASE} [2021-04-06T06:35:45.862Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-06T06:35:45.862Z] 188c0c94c7c5: Pulling fs layer [2021-04-06T06:35:45.862Z] 0ef7d3d256c8: Pulling fs layer [2021-04-06T06:35:45.862Z] de9db76c5a1d: Pulling fs layer [2021-04-06T06:35:45.862Z] bca2f99d35d6: Pulling fs layer [2021-04-06T06:35:45.862Z] 93359f2a8cfa: Pulling fs layer [2021-04-06T06:35:45.862Z] 7c6f9722023f: Pulling fs layer [2021-04-06T06:35:45.862Z] a35cf1a2eb13: Pulling fs layer [2021-04-06T06:35:45.862Z] 93359f2a8cfa: Waiting [2021-04-06T06:35:45.862Z] 7c6f9722023f: Waiting [2021-04-06T06:35:45.862Z] a35cf1a2eb13: Waiting [2021-04-06T06:35:45.862Z] bca2f99d35d6: Waiting [2021-04-06T06:35:45.862Z] de9db76c5a1d: Verifying Checksum [2021-04-06T06:35:45.862Z] de9db76c5a1d: Download complete [2021-04-06T06:35:45.862Z] 0ef7d3d256c8: Verifying Checksum [2021-04-06T06:35:45.862Z] 0ef7d3d256c8: Download complete [2021-04-06T06:35:45.862Z] 93359f2a8cfa: Download complete [2021-04-06T06:35:45.862Z] 188c0c94c7c5: Verifying Checksum [2021-04-06T06:35:45.862Z] 188c0c94c7c5: Download complete [2021-04-06T06:35:45.862Z] 7c6f9722023f: Verifying Checksum [2021-04-06T06:35:45.862Z] 7c6f9722023f: Download complete [2021-04-06T06:35:46.130Z] 188c0c94c7c5: Pull complete [2021-04-06T06:35:46.401Z] 0ef7d3d256c8: Pull complete [2021-04-06T06:35:46.665Z] de9db76c5a1d: Pull complete [2021-04-06T06:35:47.622Z] a35cf1a2eb13: Verifying Checksum [2021-04-06T06:35:47.622Z] a35cf1a2eb13: Download complete [2021-04-06T06:35:48.210Z] bca2f99d35d6: Verifying Checksum [2021-04-06T06:35:48.210Z] bca2f99d35d6: Download complete [2021-04-06T06:35:54.527Z] Still waiting to schedule task [2021-04-06T06:35:54.527Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-32912’ is offline [2021-04-06T06:35:54.876Z] bca2f99d35d6: Pull complete [2021-04-06T06:35:54.876Z] 93359f2a8cfa: Pull complete [2021-04-06T06:35:54.876Z] 7c6f9722023f: Pull complete [2021-04-06T06:35:59.132Z] a35cf1a2eb13: Pull complete [2021-04-06T06:35:59.132Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-06T06:35:59.132Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-06T06:35:59.132Z] ---> a62c8e92a672 [2021-04-06T06:35:59.132Z] 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-06T06:35:59.132Z] ---> Running in f46a635821e9 [2021-04-06T06:36:00.091Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:36:00.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:36:01.245Z] (1/12) Installing libmagic (5.38-r0) [2021-04-06T06:36:01.245Z] (2/12) Installing file (5.38-r0) [2021-04-06T06:36:01.511Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-06T06:36:01.511Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-06T06:36:04.840Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-06T06:36:04.840Z] (6/12) Installing patch (2.7.6-r6) [2021-04-06T06:36:04.840Z] (7/12) Installing build-base (0.5-r2) [2021-04-06T06:36:04.840Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-06T06:36:05.104Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-06T06:36:05.104Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-06T06:36:05.367Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-06T06:36:05.367Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-06T06:36:05.367Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T06:36:05.367Z] OK: 233 MiB in 51 packages [2021-04-06T06:36:09.613Z] Removing intermediate container f46a635821e9 [2021-04-06T06:36:09.613Z] ---> 70845375441a [2021-04-06T06:36:09.613Z] Step 4/6 : WORKDIR /edgex-go [2021-04-06T06:36:09.613Z] ---> Running in af5706aea886 [2021-04-06T06:36:09.613Z] Removing intermediate container af5706aea886 [2021-04-06T06:36:09.613Z] ---> 0945bcdc6d36 [2021-04-06T06:36:09.613Z] Step 5/6 : COPY go.mod . [2021-04-06T06:36:09.613Z] ---> efd86ec77686 [2021-04-06T06:36:09.613Z] Step 6/6 : RUN go mod download [2021-04-06T06:36:09.878Z] ---> Running in 891ce0539899 [2021-04-06T06:36:31.906Z] Removing intermediate container 891ce0539899 [2021-04-06T06:36:31.906Z] ---> 8e285cf9724d [2021-04-06T06:36:31.906Z] Successfully built 8e285cf9724d [2021-04-06T06:36:31.906Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:36:32.230Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-06T06:36:32.230Z] . [Pipeline] withDockerContainer [2021-04-06T06:36:32.347Z] prd-centos7-docker-4c-2g-32911 does not seem to be running inside a container [2021-04-06T06:36:32.399Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-06T06:36:33.656Z] $ docker top ce53d5ba54898399920ce9441b29edb8a92668d02990c0470d17c78489059435 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T06:36:34.177Z] + go version [2021-04-06T06:36:34.177Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-06T06:36:34.193Z] $ docker stop --time=1 ce53d5ba54898399920ce9441b29edb8a92668d02990c0470d17c78489059435 [2021-04-06T06:36:35.560Z] $ docker rm -f ce53d5ba54898399920ce9441b29edb8a92668d02990c0470d17c78489059435 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:36:36.460Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-06T06:36:36.460Z] . [Pipeline] withDockerContainer [2021-04-06T06:36:36.561Z] prd-centos7-docker-4c-2g-32911 does not seem to be running inside a container [2021-04-06T06:36:36.612Z] $ 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/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-06T06:36:37.318Z] $ docker top cc28f3386437756b07dd97503d41308f445e16da7e8d8b342877d8422ac96ede -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-06T06:36:37.549Z] ========================================================= [2021-04-06T06:36:37.550Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-06T06:36:37.550Z] ========================================================= [Pipeline] sh [2021-04-06T06:36:37.849Z] + make test [2021-04-06T06:36:37.849Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-06T06:36:47.947Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-06T06:37:03.020Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-06T06:37:09.700Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-06T06:37:09.700Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-06T06:37:09.700Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-06T06:37:12.306Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-06T06:37:12.306Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-06T06:37:12.306Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-06T06:37:12.306Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-06T06:37:13.286Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-06T06:37:13.893Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-06T06:37:16.489Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-06T06:37:16.489Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-06T06:37:16.489Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-06T06:37:19.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.135s coverage: 45.9% of statements [2021-04-06T06:37:19.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-06T06:37:19.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-06T06:37:19.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-06T06:37:19.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-06T06:37:19.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-06T06:37:19.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-06T06:37:19.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.064s coverage: 19.8% of statements [2021-04-06T06:37:19.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.079s coverage: 100.0% of statements [2021-04-06T06:37:22.478Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.183s coverage: 27.1% of statements [2021-04-06T06:37:22.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-06T06:37:22.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-06T06:37:22.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-06T06:37:22.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-06T06:37:22.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-06T06:37:22.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-06T06:37:22.478Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.091s coverage: 100.0% of statements [2021-04-06T06:37:22.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-06T06:37:22.478Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.064s coverage: 100.0% of statements [2021-04-06T06:37:22.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-06T06:37:22.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-06T06:37:22.478Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.105s coverage: 71.3% of statements [2021-04-06T06:37:22.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-06T06:37:22.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-06T06:37:23.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.200s coverage: 82.9% of statements [2021-04-06T06:37:23.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-06T06:37:23.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-06T06:37:23.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.069s coverage: 78.9% of statements [2021-04-06T06:37:23.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-06T06:37:26.479Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.364s coverage: 28.6% of statements [2021-04-06T06:37:26.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-06T06:37:26.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-06T06:37:26.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-06T06:37:26.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-06T06:37:26.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-06T06:37:26.479Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.084s coverage: 100.0% of statements [2021-04-06T06:37:26.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-06T06:37:26.479Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.051s coverage: 100.0% of statements [2021-04-06T06:37:26.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-06T06:37:26.479Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.119s coverage: 86.7% of statements [2021-04-06T06:37:26.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-06T06:37:26.479Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.141s coverage: 97.5% of statements [2021-04-06T06:37:26.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-06T06:37:26.479Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.092s coverage: 78.3% of statements [2021-04-06T06:37:26.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-06T06:37:26.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-06T06:37:26.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-06T06:37:26.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-06T06:37:28.428Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.375s coverage: 92.8% of statements [2021-04-06T06:37:28.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-06T06:37:28.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-06T06:37:28.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-06T06:37:28.428Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-06T06:37:28.428Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-06T06:37:28.428Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-06T06:37:28.428Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-06T06:37:28.428Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-06T06:37:28.428Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-06T06:37:28.428Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-06T06:37:28.428Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-06T06:37:28.428Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-06T06:37:28.428Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-06T06:37:28.428Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-06T06:37:28.429Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-06T06:37:28.429Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-06T06:37:28.429Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-06T06:37:28.429Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-06T06:37:28.429Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-04-06T06:37:28.429Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-06T06:37:28.429Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-06T06:37:28.429Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.077s coverage: 1.0% of statements [2021-04-06T06:37:28.429Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-06T06:37:28.429Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-06T06:37:28.429Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-06T06:37:28.429Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 47.1% of statements [2021-04-06T06:37:28.429Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.081s coverage: 79.5% of statements [2021-04-06T06:37:28.429Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements [2021-04-06T06:37:29.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.070s coverage: 96.3% of statements [2021-04-06T06:37:29.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements [2021-04-06T06:37:41.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.079s coverage: 94.4% of statements [2021-04-06T06:37:41.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements [2021-04-06T06:37:45.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.485s coverage: 81.5% of statements [2021-04-06T06:37:45.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-06T06:37:45.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.047s coverage: 87.1% of statements [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.103s coverage: 92.9% of statements [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 75.5% of statements [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.088s coverage: 87.2% of statements [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.089s coverage: 84.6% of statements [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.124s coverage: 91.6% of statements [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.228s coverage: 64.4% of statements [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.365s coverage: 69.0% of statements [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.122s coverage: 38.4% of statements [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.037s coverage: 89.5% of statements [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.034s coverage: 84.8% of statements [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.0% of statements [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.041s coverage: 100.0% of statements [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.055s coverage: 11.0% of statements [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.154s coverage: 87.1% of statements [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.748s coverage: 29.1% of statements [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.102s coverage: 99.0% of statements [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.079s coverage: 100.0% of statements [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.124s coverage: 95.6% of statements [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-06T06:37:55.192Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2021-04-06T06:37:55.192Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-06T06:37:55.193Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-06T06:37:55.193Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-06T06:37:55.193Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-06T06:37:55.193Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements [2021-04-06T06:37:55.193Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-06T06:37:55.193Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-06T06:37:55.193Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements [2021-04-06T06:37:55.193Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements [2021-04-06T06:37:55.456Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-04-06T06:37:55.720Z] GO111MODULE=on go vet ./... [2021-04-06T06:38:28.000Z] gofmt -l . [2021-04-06T06:38:28.000Z] [ "`gofmt -l .`" = "" ] [2021-04-06T06:38:28.000Z] ./bin/test-go-mod-tidy.sh [2021-04-06T06:38:28.000Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-06T06:38:28.311Z] + ls -al . [2021-04-06T06:38:28.311Z] total 808 [2021-04-06T06:38:28.311Z] drwxrwxr-x 10 1001 1001 4096 Apr 6 06:38 . [2021-04-06T06:38:28.311Z] drwxr-xr-x 4 root root 30 Apr 6 06:36 .. [2021-04-06T06:38:28.311Z] -rw-rw-r-- 1 1001 1001 11 Apr 6 06:34 .dockerignore [2021-04-06T06:38:28.311Z] drwxrwxr-x 8 1001 1001 179 Apr 6 06:34 .git [2021-04-06T06:38:28.311Z] drwxrwxr-x 3 1001 1001 125 Apr 6 06:34 .github [2021-04-06T06:38:28.311Z] -rw-rw-r-- 1 1001 1001 818 Apr 6 06:34 .gitignore [2021-04-06T06:38:28.311Z] drwx------ 3 1001 1001 60 Apr 6 06:35 .semver [2021-04-06T06:38:28.311Z] -rw-rw-r-- 1 1001 1001 166 Apr 6 06:34 .sonarcloud.properties [2021-04-06T06:38:28.311Z] -rw-rw-r-- 1 1001 1001 8607 Apr 6 06:34 Attribution.txt [2021-04-06T06:38:28.311Z] -rw-rw-r-- 1 1001 1001 3804 Apr 6 06:34 CONTRIBUTING.md [2021-04-06T06:38:28.311Z] -rw-rw-r-- 1 1001 1001 931 Apr 6 06:34 Dockerfile.build [2021-04-06T06:38:28.311Z] -rw-rw-r-- 1 1001 1001 863 Apr 6 06:34 Jenkinsfile [2021-04-06T06:38:28.311Z] -rw-rw-r-- 1 1001 1001 10775 Apr 6 06:34 LICENSE [2021-04-06T06:38:28.311Z] -rw-rw-r-- 1 1001 1001 5774 Apr 6 06:34 Makefile [2021-04-06T06:38:28.311Z] -rw-rw-r-- 1 1001 1001 6548 Apr 6 06:34 README.md [2021-04-06T06:38:28.311Z] -rw-rw-r-- 1 1001 1001 6755 Apr 6 06:34 SECURITY.md [2021-04-06T06:38:28.311Z] -rw-rw-r-- 1 1001 1001 5 Apr 6 06:35 VERSION [2021-04-06T06:38:28.311Z] -rw-rw-r-- 1 1001 1001 4131 Apr 6 06:34 ZMQWindows.md [2021-04-06T06:38:28.311Z] drwxrwxr-x 2 1001 1001 117 Apr 6 06:34 bin [2021-04-06T06:38:28.311Z] drwxrwxr-x 14 1001 1001 4096 Apr 6 06:34 cmd [2021-04-06T06:38:28.311Z] -rw-r--r-- 1 root root 697383 Apr 6 06:37 coverage.out [2021-04-06T06:38:28.311Z] -rw-r--r-- 1 root root 1057 Apr 6 06:38 go.mod [2021-04-06T06:38:28.311Z] -rw-r--r-- 1 root root 22362 Apr 6 06:38 go.sum [2021-04-06T06:38:28.311Z] drwxrwxr-x 8 1001 1001 127 Apr 6 06:34 internal [2021-04-06T06:38:28.311Z] drwxrwxr-x 4 1001 1001 26 Apr 6 06:34 openapi [2021-04-06T06:38:28.311Z] drwxrwxr-x 4 1001 1001 71 Apr 6 06:34 snap [2021-04-06T06:38:28.311Z] -rw-rw-r-- 1 1001 1001 168 Apr 6 06:34 version.go [Pipeline] sh [2021-04-06T06:38:28.618Z] + '[' -e coverage.out ] [2021-04-06T06:38:28.618Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-06T06:38:28.775Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32913 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-04-06T06:38:28.834Z] Running in /w/workspace/edgex-go/55 [Pipeline] { [2021-04-06T06:38:28.887Z] Stashed 1 file(s) [Pipeline] sh [Pipeline] checkout [2021-04-06T06:38:29.196Z] + make build [2021-04-06T06:38:29.196Z] 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-06T06:38:33.438Z] 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-06T06:38:33.852Z] using credential edgex-jenkins-ssh [2021-04-06T06:38:33.910Z] Cloning the remote Git repository [2021-04-06T06:38:33.960Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-06T06:38:34.076Z] > git init /w/workspace/edgex-go/55 # timeout=10 [2021-04-06T06:38:34.149Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-06T06:38:34.150Z] > git --version # timeout=10 [2021-04-06T06:38:34.171Z] > git --version # 'git version 2.17.1' [2021-04-06T06:38:34.172Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T06:38:34.250Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T06:38:41.720Z] 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-06T06:38:43.132Z] 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-06T06:38:45.084Z] 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-06T06:38:45.359Z] 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-06T06:38:47.311Z] 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-06T06:38:49.249Z] 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-06T06:38:50.209Z] 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-06T06:38:51.608Z] 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-06T06:38:52.564Z] 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-06T06:38:52.784Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-06T06:38:52.809Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T06:38:52.836Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-06T06:38:52.865Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-06T06:38:52.866Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T06:38:52.877Z] > 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-06T06:38:53.513Z] Merging remotes/origin/master commit 6cadec5fc374fbebd95401286db985839ef5e674 into PR head commit 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 [2021-04-06T06:38:53.968Z] 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-06T06:38:54.228Z] Merge succeeded, producing 4cf80b404fcf83b07d71b7f78c64f64ef5b8c7ce [2021-04-06T06:38:54.230Z] Checking out Revision 4cf80b404fcf83b07d71b7f78c64f64ef5b8c7ce (PR-3234) [2021-04-06T06:38:53.526Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T06:38:53.542Z] > git checkout -f 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 # timeout=10 [2021-04-06T06:38:53.869Z] > git remote # timeout=10 [2021-04-06T06:38:53.885Z] > git config --get remote.origin.url # timeout=10 [2021-04-06T06:38:53.905Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T06:38:53.915Z] > git merge 6cadec5fc374fbebd95401286db985839ef5e674 # timeout=10 [2021-04-06T06:38:54.211Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-06T06:38:54.231Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T06:38:54.243Z] > git checkout -f 4cf80b404fcf83b07d71b7f78c64f64ef5b8c7ce # timeout=10 [Pipeline] } [2021-04-06T06:38:55.921Z] $ docker stop --time=1 cc28f3386437756b07dd97503d41308f445e16da7e8d8b342877d8422ac96ede [2021-04-06T06:38:57.687Z] $ docker rm -f cc28f3386437756b07dd97503d41308f445e16da7e8d8b342877d8422ac96ede [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-04-06T06:38:58.425Z] Commit message: "Merge commit '6cadec5fc374fbebd95401286db985839ef5e674' into HEAD" [2021-04-06T06:38:58.450Z] First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T06:38:59.698Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-06T06:38:59.698Z] [2021-04-06T06:38:59.698Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-06T06:38:58.431Z] > git rev-list --no-walk fe48fc699d94d98d8387134007c180407b71449b # timeout=10 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:39:00.631Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-04-06T06:39:00.662Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-06T06:39:00.662Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-06T06:39:00.662Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-06T06:39:00.662Z] ca9280d653b3: Pulling fs layer [2021-04-06T06:39:00.662Z] 7e9c9ca2126c: Pulling fs layer [Pipeline] sh [2021-04-06T06:39:00.928Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-06T06:39:00.928Z] cbdbe7a5bc2a: Download complete [2021-04-06T06:39:01.121Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-06T06:39:01.195Z] cbdbe7a5bc2a: Pull complete [2021-04-06T06:39:01.459Z] ca9280d653b3: Verifying Checksum [2021-04-06T06:39:01.459Z] ca9280d653b3: Download complete [2021-04-06T06:39:01.460Z] + + truesudo [2021-04-06T06:39:01.460Z] service docker restart [2021-04-06T06:39:02.421Z] 7e9c9ca2126c: Download complete [2021-04-06T06:39:02.684Z] ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T06:39:03.521Z] provisioning config files... [2021-04-06T06:39:03.565Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/55@tmp/config3722289150898528206tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:39:03.963Z] ---> docker-login.sh [2021-04-06T06:39:03.963Z] nexus3.edgexfoundry.org:10001 [2021-04-06T06:39:04.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:39:05.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:39:05.204Z] Configure a credential helper to remove this warning. See [2021-04-06T06:39:05.204Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:39:05.204Z] [2021-04-06T06:39:05.204Z] Login Succeeded [2021-04-06T06:39:05.204Z] nexus3.edgexfoundry.org:10002 [2021-04-06T06:39:05.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:39:05.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:39:05.479Z] Configure a credential helper to remove this warning. See [2021-04-06T06:39:05.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:39:05.479Z] [2021-04-06T06:39:05.479Z] Login Succeeded [2021-04-06T06:39:05.479Z] nexus3.edgexfoundry.org:10003 [2021-04-06T06:39:05.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:39:06.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:39:06.025Z] Configure a credential helper to remove this warning. See [2021-04-06T06:39:06.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:39:06.025Z] [2021-04-06T06:39:06.025Z] Login Succeeded [2021-04-06T06:39:06.025Z] nexus3.edgexfoundry.org:10004 [2021-04-06T06:39:06.301Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:39:06.577Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:39:06.577Z] Configure a credential helper to remove this warning. See [2021-04-06T06:39:06.577Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:39:06.577Z] [2021-04-06T06:39:06.577Z] Login Succeeded [2021-04-06T06:39:06.577Z] docker.io [2021-04-06T06:39:06.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:39:07.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:39:07.124Z] Configure a credential helper to remove this warning. See [2021-04-06T06:39:07.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:39:07.124Z] [2021-04-06T06:39:07.124Z] Login Succeeded [2021-04-06T06:39:07.124Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T06:39:07.143Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-06T06:39:07.617Z] ========================================================= [2021-04-06T06:39:07.617Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-06T06:39:07.617Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:39:08.003Z] + 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-06T06:39:09.312Z] 7e9c9ca2126c: Pull complete [2021-04-06T06:39:09.312Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-06T06:39:09.312Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-06T06:39:09.312Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-06T06:39:09.517Z] prd-centos7-docker-4c-2g-32911 does not seem to be running inside a container [2021-04-06T06:39:09.569Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@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-06T06:39:10.646Z] Sending build context to Docker daemon 167.1MB [2021-04-06T06:39:10.646Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T06:39:10.646Z] Step 2/6 : FROM ${BASE} [2021-04-06T06:39:10.646Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-06T06:39:10.646Z] 5f621e34cdf4: Pulling fs layer [2021-04-06T06:39:10.646Z] a4357932f1b6: Pulling fs layer [2021-04-06T06:39:10.646Z] 18c013af1878: Pulling fs layer [2021-04-06T06:39:10.646Z] 00ac8860ef70: Pulling fs layer [2021-04-06T06:39:10.646Z] 63d7cb157983: Pulling fs layer [2021-04-06T06:39:10.646Z] b116817d02f9: Pulling fs layer [2021-04-06T06:39:10.646Z] 745a02a5169b: Pulling fs layer [2021-04-06T06:39:10.646Z] 00ac8860ef70: Waiting [2021-04-06T06:39:10.646Z] b116817d02f9: Waiting [2021-04-06T06:39:10.646Z] 63d7cb157983: Waiting [2021-04-06T06:39:10.646Z] 745a02a5169b: Waiting [2021-04-06T06:39:10.646Z] 18c013af1878: Download complete [2021-04-06T06:39:10.646Z] a4357932f1b6: Download complete [2021-04-06T06:39:10.646Z] 63d7cb157983: Verifying Checksum [2021-04-06T06:39:10.646Z] 63d7cb157983: Download complete [2021-04-06T06:39:11.243Z] b116817d02f9: Verifying Checksum [2021-04-06T06:39:11.243Z] b116817d02f9: Download complete [2021-04-06T06:39:11.243Z] 5f621e34cdf4: Download complete [2021-04-06T06:39:11.672Z] $ docker top 5765fc61fd3b68c7fda3a04f492eb1c407d77072fafb08260d6032cee0f4872b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T06:39:12.228Z] + docker-compose build --help [2021-04-06T06:39:12.228Z] + grep parallel [2021-04-06T06:39:12.231Z] 5f621e34cdf4: Pull complete [2021-04-06T06:39:12.511Z] a4357932f1b6: Pull complete [2021-04-06T06:39:13.114Z] 18c013af1878: Pull complete [2021-04-06T06:39:13.114Z] 745a02a5169b: Verifying Checksum [2021-04-06T06:39:13.114Z] 745a02a5169b: Download complete [2021-04-06T06:39:13.179Z] --parallel Build images in parallel. [Pipeline] } [2021-04-06T06:39:13.456Z] $ docker stop --time=1 5765fc61fd3b68c7fda3a04f492eb1c407d77072fafb08260d6032cee0f4872b [2021-04-06T06:39:14.808Z] $ docker rm -f 5765fc61fd3b68c7fda3a04f492eb1c407d77072fafb08260d6032cee0f4872b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2021-04-06T06:39:15.095Z] 00ac8860ef70: Verifying Checksum [2021-04-06T06:39:15.095Z] 00ac8860ef70: Download complete [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:39:15.434Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-06T06:39:15.434Z] . [Pipeline] withDockerContainer [2021-04-06T06:39:15.541Z] prd-centos7-docker-4c-2g-32911 does not seem to be running inside a container [2021-04-06T06:39:15.724Z] $ 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/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-06T06:39:16.386Z] $ docker top 0702811afb5b7eb1c6264a9ad798343cfb640ec01c9d3eb6b3d56dc59c5119f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T06:39:16.937Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-06T06:39:17.884Z] Building docker-core-command-go ... [2021-04-06T06:39:17.884Z] Building docker-core-data-go ... [2021-04-06T06:39:17.884Z] Building docker-core-metadata-go ... [2021-04-06T06:39:17.884Z] Building docker-security-bootstrapper-go ... [2021-04-06T06:39:17.884Z] Building docker-security-proxy-setup-go ... [2021-04-06T06:39:17.884Z] Building docker-security-secretstore-setup-go ... [2021-04-06T06:39:17.884Z] Building docker-support-notifications-go ... [2021-04-06T06:39:17.884Z] Building docker-support-scheduler-go ... [2021-04-06T06:39:17.884Z] Building docker-sys-mgmt-agent-go ... [2021-04-06T06:39:17.884Z] Building docker-security-proxy-setup-go [2021-04-06T06:39:17.884Z] Building docker-security-secretstore-setup-go [2021-04-06T06:39:17.884Z] Building docker-support-scheduler-go [2021-04-06T06:39:17.884Z] Building docker-core-metadata-go [2021-04-06T06:39:17.884Z] Building docker-core-command-go [2021-04-06T06:39:25.272Z] 00ac8860ef70: Pull complete [2021-04-06T06:39:25.273Z] 63d7cb157983: Pull complete [2021-04-06T06:39:25.550Z] b116817d02f9: Pull complete [2021-04-06T06:39:29.872Z] 745a02a5169b: Pull complete [2021-04-06T06:39:29.872Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-06T06:39:29.872Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-06T06:39:29.872Z] ---> b7e6874047d6 [2021-04-06T06:39:29.872Z] 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-06T06:39:33.275Z] ---> Running in 1d5efa6d01f6 [2021-04-06T06:39:33.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:39:34.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:39:35.431Z] (1/12) Installing libmagic (5.38-r0) [2021-04-06T06:39:35.431Z] (2/12) Installing file (5.38-r0) [2021-04-06T06:39:35.431Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-06T06:39:35.702Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-06T06:39:39.082Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-06T06:39:39.082Z] (6/12) Installing patch (2.7.6-r6) [2021-04-06T06:39:39.082Z] (7/12) Installing build-base (0.5-r2) [2021-04-06T06:39:39.082Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-06T06:39:39.082Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-06T06:39:39.352Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-06T06:39:39.352Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-06T06:39:39.352Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-06T06:39:39.622Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T06:39:39.622Z] OK: 217 MiB in 51 packages [2021-04-06T06:39:43.949Z] Removing intermediate container 1d5efa6d01f6 [2021-04-06T06:39:43.949Z] ---> 08982834a062 [2021-04-06T06:39:43.949Z] Step 4/6 : WORKDIR /edgex-go [2021-04-06T06:39:43.949Z] ---> Running in 212fa889aadc [2021-04-06T06:39:43.949Z] Removing intermediate container 212fa889aadc [2021-04-06T06:39:43.949Z] ---> 86c132641bca [2021-04-06T06:39:43.949Z] Step 5/6 : COPY go.mod . [2021-04-06T06:39:44.544Z] ---> 88121c2105a7 [2021-04-06T06:39:44.544Z] Step 6/6 : RUN go mod download [2021-04-06T06:39:44.815Z] ---> Running in b1e67a566683 [2021-04-06T06:39:56.837Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:39:56.837Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:39:56.837Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:39:56.837Z] ---> 8e285cf9724d [2021-04-06T06:39:56.837Z] [2021-04-06T06:39:56.837Z] Step 3/22 : WORKDIR /edgex-go [2021-04-06T06:39:56.837Z] ---> 8e285cf9724d [2021-04-06T06:39:56.837Z] Step 3/21 : WORKDIR /edgex-go [2021-04-06T06:39:56.837Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:39:56.837Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:39:56.837Z] ---> 8e285cf9724d [2021-04-06T06:39:56.837Z] Step 3/23 : WORKDIR /edgex-go [2021-04-06T06:39:56.837Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:39:56.837Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:39:56.837Z] ---> 8e285cf9724d [2021-04-06T06:39:56.837Z] Step 3/24 : WORKDIR /edgex-go [2021-04-06T06:39:56.837Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:39:56.837Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:39:56.837Z] ---> 8e285cf9724d [2021-04-06T06:39:56.837Z] Step 3/23 : WORKDIR /edgex-go [2021-04-06T06:39:56.837Z] ---> Running in da8a78a6475f [2021-04-06T06:39:56.837Z] ---> Running in 7ec587b49c88 [2021-04-06T06:39:56.837Z] ---> Running in 0de86d28a0cf [2021-04-06T06:39:56.837Z] ---> Running in 4ac79798f780 [2021-04-06T06:39:56.837Z] ---> Running in 7e3bf0f0d981 [2021-04-06T06:39:56.837Z] Removing intermediate container 7e3bf0f0d981 [2021-04-06T06:39:56.837Z] ---> 30b3e393f9c3 [2021-04-06T06:39:56.837Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:39:56.837Z] Removing intermediate container da8a78a6475f [2021-04-06T06:39:56.837Z] ---> b95d622f1748 [2021-04-06T06:39:56.837Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:39:56.837Z] Removing intermediate container 4ac79798f780 [2021-04-06T06:39:56.837Z] ---> 5376a6e0b6d5 [2021-04-06T06:39:56.837Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:39:56.837Z] Removing intermediate container 7ec587b49c88 [2021-04-06T06:39:56.837Z] ---> 988b0b5cd35f [2021-04-06T06:39:56.837Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:39:56.837Z] Removing intermediate container 0de86d28a0cf [2021-04-06T06:39:56.837Z] ---> 3db5412c7838 [2021-04-06T06:39:56.837Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:39:56.837Z] ---> Running in ed66f37d0153 [2021-04-06T06:39:56.837Z] ---> Running in 6acb53651367 [2021-04-06T06:39:56.837Z] ---> Running in 400cfaaf2ef9 [2021-04-06T06:39:56.837Z] ---> Running in f6af1db36a0c [2021-04-06T06:39:56.837Z] ---> Running in e45567b68ffb [2021-04-06T06:39:56.837Z] Removing intermediate container 6acb53651367 [2021-04-06T06:39:56.837Z] ---> 933353fc2e60 [2021-04-06T06:39:56.838Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-06T06:39:56.838Z] Removing intermediate container e45567b68ffb [2021-04-06T06:39:56.838Z] ---> f7d72a57cfc7 [2021-04-06T06:39:56.838Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-06T06:39:56.838Z] Removing intermediate container f6af1db36a0c [2021-04-06T06:39:56.838Z] ---> 2271411743e0 [2021-04-06T06:39:56.838Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-06T06:39:56.838Z] ---> Running in c36777dfd921 [2021-04-06T06:39:56.838Z] Removing intermediate container 400cfaaf2ef9 [2021-04-06T06:39:56.838Z] ---> 2424a95feeb3 [2021-04-06T06:39:56.838Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-06T06:39:56.838Z] Removing intermediate container ed66f37d0153 [2021-04-06T06:39:56.838Z] ---> 31428d8e87d3 [2021-04-06T06:39:56.838Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-06T06:39:56.838Z] ---> Running in cd30ba26618e [2021-04-06T06:39:56.838Z] ---> Running in 13d70cefe851 [2021-04-06T06:39:56.838Z] ---> Running in d61fb053aa20 [2021-04-06T06:39:57.123Z] ---> Running in c939babf7d80 [2021-04-06T06:39:57.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:39:57.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:39:58.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:39:58.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:39:58.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:39:58.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:39:58.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:39:58.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:39:58.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:39:59.177Z] OK: 233 MiB in 51 packages [2021-04-06T06:39:59.177Z] OK: 233 MiB in 51 packages [2021-04-06T06:39:59.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:39:59.446Z] OK: 233 MiB in 51 packages [2021-04-06T06:39:59.446Z] OK: 233 MiB in 51 packages [2021-04-06T06:39:59.712Z] OK: 233 MiB in 51 packages [2021-04-06T06:39:59.982Z] Removing intermediate container c939babf7d80 [2021-04-06T06:39:59.982Z] ---> 3b14736ff3d4 [2021-04-06T06:39:59.982Z] Step 6/23 : COPY go.mod . [2021-04-06T06:39:59.982Z] Removing intermediate container 13d70cefe851 [2021-04-06T06:39:59.982Z] ---> 39388dd18e5a [2021-04-06T06:39:59.982Z] Step 6/23 : COPY go.mod . [2021-04-06T06:40:00.559Z] Removing intermediate container c36777dfd921 [2021-04-06T06:40:00.559Z] ---> 04ee3ac433de [2021-04-06T06:40:00.559Z] Step 6/21 : COPY go.mod . [2021-04-06T06:40:00.559Z] ---> 2a6b1ddb6d8e [2021-04-06T06:40:00.559Z] Step 7/23 : RUN go mod download [2021-04-06T06:40:00.559Z] ---> 730fea48c547 [2021-04-06T06:40:00.559Z] Step 7/23 : RUN go mod download [2021-04-06T06:40:00.559Z] ---> Running in 30c4fcf31fd2 [2021-04-06T06:40:00.559Z] Removing intermediate container cd30ba26618e [2021-04-06T06:40:00.559Z] ---> 6f047b5b5716 [2021-04-06T06:40:00.559Z] Step 6/24 : COPY go.mod . [2021-04-06T06:40:00.828Z] ---> Running in 5e165c21f159 [2021-04-06T06:40:00.828Z] Removing intermediate container d61fb053aa20 [2021-04-06T06:40:00.828Z] ---> 04ba05e914d1 [2021-04-06T06:40:00.828Z] Step 6/22 : COPY go.mod . [2021-04-06T06:40:00.828Z] ---> 28f8cf1b3c68 [2021-04-06T06:40:00.828Z] Step 7/21 : RUN go mod download [2021-04-06T06:40:01.104Z] ---> Running in 9d3a4556eb89 [2021-04-06T06:40:01.378Z] ---> 269b392ec767 [2021-04-06T06:40:01.378Z] Step 7/24 : RUN go mod download [2021-04-06T06:40:01.378Z] ---> fe879bdd201e [2021-04-06T06:40:01.378Z] Step 7/22 : RUN go mod download [2021-04-06T06:40:01.648Z] ---> Running in 867882c36ae4 [2021-04-06T06:40:01.648Z] ---> Running in f56f90759585 [2021-04-06T06:40:04.262Z] Removing intermediate container 5e165c21f159 [2021-04-06T06:40:04.262Z] ---> ccbdc58e58da [2021-04-06T06:40:04.262Z] Step 8/23 : COPY . . [2021-04-06T06:40:04.262Z] Removing intermediate container 9d3a4556eb89 [2021-04-06T06:40:04.262Z] ---> fc413d60c1ea [2021-04-06T06:40:04.262Z] Step 8/21 : COPY . . [2021-04-06T06:40:04.262Z] Removing intermediate container 30c4fcf31fd2 [2021-04-06T06:40:04.262Z] ---> 5e3e373feac7 [2021-04-06T06:40:04.262Z] Step 8/23 : COPY . . [2021-04-06T06:40:04.262Z] Removing intermediate container 867882c36ae4 [2021-04-06T06:40:04.262Z] ---> 158c738c7386 [2021-04-06T06:40:04.262Z] Step 8/24 : COPY . . [2021-04-06T06:40:04.262Z] Removing intermediate container f56f90759585 [2021-04-06T06:40:04.262Z] ---> f109e3067f85 [2021-04-06T06:40:04.262Z] Step 8/22 : COPY . . [2021-04-06T06:40:11.654Z] Removing intermediate container b1e67a566683 [2021-04-06T06:40:11.654Z] ---> e3ddcf671f47 [2021-04-06T06:40:11.654Z] Successfully built e3ddcf671f47 [2021-04-06T06:40:11.654Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:40:12.002Z] + docker inspect -f . ci-base-image-arm64 [2021-04-06T06:40:12.002Z] . [Pipeline] withDockerContainer [2021-04-06T06:40:12.254Z] prd-ubuntu18.04-docker-arm64-4c-16g-32913 does not seem to be running inside a container [2021-04-06T06:40:12.341Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@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-arm64 cat [2021-04-06T06:40:13.826Z] $ docker top 1065ccb3b7f82f0b90ce42c966ead36ee476e1409bd0ffdd49410dff6e4f3bef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T06:40:14.865Z] + go version [2021-04-06T06:40:14.865Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-06T06:40:14.890Z] $ docker stop --time=1 1065ccb3b7f82f0b90ce42c966ead36ee476e1409bd0ffdd49410dff6e4f3bef [2021-04-06T06:40:16.824Z] $ docker rm -f 1065ccb3b7f82f0b90ce42c966ead36ee476e1409bd0ffdd49410dff6e4f3bef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:40:17.923Z] + docker inspect -f . ci-base-image-arm64 [2021-04-06T06:40:17.923Z] . [Pipeline] withDockerContainer [2021-04-06T06:40:18.228Z] prd-ubuntu18.04-docker-arm64-4c-16g-32913 does not seem to be running inside a container [2021-04-06T06:40:18.330Z] $ 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/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@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-arm64 cat [2021-04-06T06:40:19.737Z] $ docker top 0921a04bfc1411e6cced592ff1b6df11f91bdffe93780bb08e6d45d8e801566c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-06T06:40:20.197Z] ========================================================= [2021-04-06T06:40:20.197Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-06T06:40:20.197Z] ========================================================= [Pipeline] sh [2021-04-06T06:40:20.850Z] + make test [2021-04-06T06:40:20.850Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-06T06:40:43.057Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-06T06:40:43.293Z] ---> a5f6f415f873 [2021-04-06T06:40:43.293Z] ---> a8a2988be9ba [2021-04-06T06:40:43.293Z] Step 9/22 : RUN make cmd/support-scheduler/support-schedulerStep 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-06T06:40:43.293Z] [2021-04-06T06:40:43.293Z] ---> d881681b29b7 [2021-04-06T06:40:43.293Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-06T06:40:43.293Z] ---> e8451140f88f [2021-04-06T06:40:43.293Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-06T06:40:43.293Z] ---> 6f4d39bbde4d [2021-04-06T06:40:43.293Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-06T06:40:43.294Z] ---> Running in d56cc76bd76b [2021-04-06T06:40:43.294Z] ---> Running in 9630ea76660a [2021-04-06T06:40:43.294Z] ---> Running in 948b8bcaf6f4 [2021-04-06T06:40:43.587Z] ---> Running in 5b4d46f31e7c [2021-04-06T06:40:43.587Z] ---> Running in 0360293e4c44 [2021-04-06T06:40:45.011Z] 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-06T06:40:45.011Z] 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-06T06:40:45.011Z] 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-06T06:40:45.011Z] 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-06T06:40:45.011Z] 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-06T06:41:17.335Z] 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-06T06:41:17.335Z] 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-06T06:41:29.647Z] Removing intermediate container 9630ea76660a [2021-04-06T06:41:29.647Z] ---> c7f07837ccdb [2021-04-06T06:41:29.647Z] [2021-04-06T06:41:29.647Z] Step 10/22 : FROM alpine:3.12 [2021-04-06T06:41:29.647Z] Removing intermediate container 948b8bcaf6f4 [2021-04-06T06:41:29.647Z] ---> 18ddde67ab30 [2021-04-06T06:41:29.647Z] [2021-04-06T06:41:29.647Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T06:41:29.647Z] 3.12: Pulling from library/alpine [2021-04-06T06:41:29.647Z] 3.12: Pulling from library/alpine [2021-04-06T06:41:29.647Z] Removing intermediate container 5b4d46f31e7c [2021-04-06T06:41:29.647Z] ---> de06ce709525 [2021-04-06T06:41:29.647Z] [2021-04-06T06:41:29.647Z] Step 10/24 : FROM alpine:3.12 [2021-04-06T06:41:29.647Z] Removing intermediate container d56cc76bd76b [2021-04-06T06:41:29.647Z] ---> f81879b3a065 [2021-04-06T06:41:29.647Z] [2021-04-06T06:41:29.647Z] Step 10/21 : FROM alpine:3.12 [2021-04-06T06:41:29.647Z] 3.12: Pulling from library/alpine [2021-04-06T06:41:29.647Z] 3.12: Pulling from library/alpine [2021-04-06T06:41:29.915Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T06:41:29.915Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T06:41:29.915Z] Status: Downloaded newer image for alpine:3.12 [2021-04-06T06:41:29.915Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T06:41:29.915Z] Status: Image is up to date for alpine:3.12 [2021-04-06T06:41:29.915Z] Status: Image is up to date for alpine:3.12 [2021-04-06T06:41:29.915Z] ---> 7230e588e954 [2021-04-06T06:41:29.915Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-06T06:41:29.915Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T06:41:29.915Z] Status: Image is up to date for alpine:3.12 [2021-04-06T06:41:29.915Z] ---> 7230e588e954 [2021-04-06T06:41:29.915Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-06T06:41:29.915Z] ---> 7230e588e954 [2021-04-06T06:41:29.915Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-06T06:41:29.915Z] ---> 7230e588e954 [2021-04-06T06:41:29.915Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-06T06:41:30.032Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-06T06:41:31.845Z] ---> Running in ae5e34bdf341 [2021-04-06T06:41:31.845Z] ---> Running in f1c0a381e21d [2021-04-06T06:41:31.845Z] ---> Running in 3015b7eaa936 [2021-04-06T06:41:31.845Z] ---> Running in b488fa338468 [2021-04-06T06:41:31.845Z] Removing intermediate container 0360293e4c44 [2021-04-06T06:41:31.845Z] ---> 53a95e4326bf [2021-04-06T06:41:31.845Z] [2021-04-06T06:41:31.845Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T06:41:31.845Z] ---> 7230e588e954 [2021-04-06T06:41:31.845Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-06T06:41:32.109Z] ---> Running in abd0fa159e9b [2021-04-06T06:41:33.083Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:41:33.083Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:41:33.083Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:41:33.083Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:41:33.083Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:41:33.083Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:41:33.369Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-06T06:41:33.369Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:41:33.369Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-06T06:41:33.369Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:41:33.369Z] OK: 6 MiB in 15 packages [2021-04-06T06:41:33.369Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:41:33.369Z] OK: 6 MiB in 15 packages [2021-04-06T06:41:33.369Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:41:33.369Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-06T06:41:33.369Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:41:33.369Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:41:33.634Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-06T06:41:33.634Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:41:33.634Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-06T06:41:33.634Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-06T06:41:33.634Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-06T06:41:33.634Z] OK: 6 MiB in 15 packages [2021-04-06T06:41:33.634Z] (4/6) Installing curl (7.69.1-r3) [2021-04-06T06:41:33.634Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-06T06:41:33.634Z] (6/6) Installing su-exec (0.2-r1) [2021-04-06T06:41:33.634Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:41:33.634Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-06T06:41:33.634Z] Executing ca-certificates-20191127-r4.trigger [2021-04-06T06:41:33.634Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-06T06:41:33.634Z] (4/4) Installing curl (7.69.1-r3) [2021-04-06T06:41:33.634Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:41:33.898Z] OK: 7 MiB in 20 packages [2021-04-06T06:41:33.898Z] Executing ca-certificates-20191127-r4.trigger [2021-04-06T06:41:33.898Z] OK: 7 MiB in 18 packages [2021-04-06T06:41:35.837Z] Removing intermediate container f1c0a381e21d [2021-04-06T06:41:35.837Z] ---> 3f6496185c12 [2021-04-06T06:41:35.837Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T06:41:36.412Z] Removing intermediate container ae5e34bdf341 [2021-04-06T06:41:36.412Z] ---> 903ea69a0bd9 [2021-04-06T06:41:36.412Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T06:41:36.412Z] ---> Running in 3fbf43d91ac3 [2021-04-06T06:41:36.412Z] ---> Running in 8a8c4d24038d [2021-04-06T06:41:36.412Z] Removing intermediate container abd0fa159e9b [2021-04-06T06:41:36.412Z] ---> 56e419390e61 [2021-04-06T06:41:36.412Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T06:41:36.675Z] Removing intermediate container b488fa338468 [2021-04-06T06:41:36.675Z] ---> 20e61610b8b4 [2021-04-06T06:41:36.675Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-06T06:41:36.675Z] Removing intermediate container 3015b7eaa936 [2021-04-06T06:41:36.675Z] ---> 5e66bbbf69cf [2021-04-06T06:41:36.675Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-06T06:41:36.939Z] ---> Running in f93787a7dd9c [2021-04-06T06:41:37.202Z] ---> Running in 07437baf18f0 [2021-04-06T06:41:37.202Z] ---> Running in 6e7ed45e883f [2021-04-06T06:41:37.202Z] Removing intermediate container 3fbf43d91ac3 [2021-04-06T06:41:37.202Z] ---> acc176cd149f [2021-04-06T06:41:37.202Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-06T06:41:37.202Z] Removing intermediate container 8a8c4d24038d [2021-04-06T06:41:37.202Z] ---> fd78d4b796d5 [2021-04-06T06:41:37.202Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-06T06:41:37.465Z] ---> Running in 2d1649672939 [2021-04-06T06:41:37.466Z] ---> Running in 142af274aa9e [2021-04-06T06:41:37.466Z] Removing intermediate container f93787a7dd9c [2021-04-06T06:41:37.466Z] ---> 454b04b8a684 [2021-04-06T06:41:37.466Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-06T06:41:37.466Z] Removing intermediate container 07437baf18f0 [2021-04-06T06:41:37.466Z] ---> 0ffae9d0318d [2021-04-06T06:41:37.466Z] Step 13/21 : WORKDIR /edgex [2021-04-06T06:41:37.466Z] Removing intermediate container 6e7ed45e883f [2021-04-06T06:41:37.466Z] ---> bfe26c1c83eb [2021-04-06T06:41:37.466Z] Step 13/24 : WORKDIR / [2021-04-06T06:41:37.729Z] ---> Running in 798b30829c07 [2021-04-06T06:41:37.729Z] ---> Running in 0cffa0bf16d1 [2021-04-06T06:41:37.729Z] ---> Running in 1b910fedf106 [2021-04-06T06:41:37.729Z] Removing intermediate container 2d1649672939 [2021-04-06T06:41:37.729Z] ---> d015f6f34c55 [2021-04-06T06:41:37.729Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-06T06:41:37.729Z] Removing intermediate container 142af274aa9e [2021-04-06T06:41:37.729Z] ---> 9e807b79abcc [2021-04-06T06:41:37.729Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-06T06:41:37.994Z] ---> Running in 4ac385889ccb [2021-04-06T06:41:37.994Z] ---> Running in a9cd66d06129 [2021-04-06T06:41:37.994Z] Removing intermediate container 798b30829c07 [2021-04-06T06:41:37.994Z] ---> 9f8a927e7630 [2021-04-06T06:41:37.994Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-06T06:41:38.259Z] Removing intermediate container 0cffa0bf16d1 [2021-04-06T06:41:38.259Z] ---> 61f55bb938c3 [2021-04-06T06:41:38.259Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-06T06:41:38.259Z] Removing intermediate container 1b910fedf106 [2021-04-06T06:41:38.259Z] ---> 2952b94402e5 [2021-04-06T06:41:38.259Z] 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-06T06:41:38.259Z] ---> Running in a1926b7a125a [2021-04-06T06:41:38.259Z] Removing intermediate container 4ac385889ccb [2021-04-06T06:41:38.259Z] ---> 4f352bee6530 [2021-04-06T06:41:38.259Z] Step 15/23 : WORKDIR / [2021-04-06T06:41:38.352Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-06T06:41:38.526Z] Removing intermediate container a9cd66d06129 [2021-04-06T06:41:38.526Z] ---> 65fbc4f7c337 [2021-04-06T06:41:38.526Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:41:38.526Z] ---> Running in e43eac6f46d0 [2021-04-06T06:41:38.526Z] ---> 0fde5b6bd52a [2021-04-06T06:41:38.526Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-06T06:41:39.105Z] ---> b025333d661c [2021-04-06T06:41:39.105Z] 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-06T06:41:39.105Z] Removing intermediate container a1926b7a125a [2021-04-06T06:41:39.105Z] ---> c38884e832de [2021-04-06T06:41:39.105Z] Step 15/23 : WORKDIR / [2021-04-06T06:41:39.372Z] ---> Running in bc8ba56fd794 [2021-04-06T06:41:39.372Z] ---> aa1e26825724 [2021-04-06T06:41:39.372Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-06T06:41:39.372Z] Removing intermediate container e43eac6f46d0 [2021-04-06T06:41:39.372Z] ---> de4e741c22db [2021-04-06T06:41:39.372Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:41:39.372Z] ---> bfecbbbba93f [2021-04-06T06:41:39.372Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-06T06:41:39.372Z] ---> 9ddf72f9e022 [2021-04-06T06:41:39.372Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-06T06:41:39.639Z] Removing intermediate container bc8ba56fd794 [2021-04-06T06:41:39.639Z] ---> a46bf462b03c [2021-04-06T06:41:39.639Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:41:39.903Z] ---> 39021633ced6 [2021-04-06T06:41:39.903Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-06T06:41:39.903Z] ---> 4df2556a1a58 [2021-04-06T06:41:39.903Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-06T06:41:40.174Z] ---> 82e5e4385ad5 [2021-04-06T06:41:40.174Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-06T06:41:40.174Z] ---> c6291313d89d [2021-04-06T06:41:40.174Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-06T06:41:40.174Z] ---> f954a109fdfa [2021-04-06T06:41:40.174Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-06T06:41:40.174Z] ---> Running in c64320574fc3 [2021-04-06T06:41:40.756Z] Removing intermediate container c64320574fc3 [2021-04-06T06:41:40.756Z] ---> 8bc2f9b1bc16 [2021-04-06T06:41:40.756Z] Step 18/21 : CMD ["--init=true"] [2021-04-06T06:41:40.756Z] ---> d44a98bd905e [2021-04-06T06:41:40.756Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-06T06:41:40.756Z] ---> ccabacfe38c6 [2021-04-06T06:41:40.756Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-06T06:41:41.023Z] ---> Running in d79784fac9b6 [2021-04-06T06:41:41.023Z] ---> 7a9fabfa59e5 [2021-04-06T06:41:41.023Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-06T06:41:41.023Z] ---> 7fb9d2bda5c3 [2021-04-06T06:41:41.023Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-06T06:41:41.288Z] ---> Running in d85c7ed02991 [2021-04-06T06:41:41.550Z] ---> b30539df88ec [2021-04-06T06:41:41.550Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-06T06:41:41.550Z] Removing intermediate container d79784fac9b6 [2021-04-06T06:41:41.550Z] ---> 0fc294399d63 [2021-04-06T06:41:41.550Z] Step 19/21 : LABEL arch=x86_64 [2021-04-06T06:41:41.550Z] ---> 57362742deaa [2021-04-06T06:41:41.550Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-06T06:41:41.813Z] ---> Running in 7ff9040c270e [2021-04-06T06:41:41.813Z] ---> Running in b9d316f00d17 [2021-04-06T06:41:41.813Z] ---> 74713254a114 [2021-04-06T06:41:41.813Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-06T06:41:41.813Z] Removing intermediate container d85c7ed02991 [2021-04-06T06:41:41.813Z] ---> 70949e510867 [2021-04-06T06:41:41.813Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:41:41.813Z] ---> Running in d0f5046b6b5a [2021-04-06T06:41:42.078Z] ---> Running in 197937474c4d [2021-04-06T06:41:42.078Z] Removing intermediate container b9d316f00d17 [2021-04-06T06:41:42.078Z] ---> 42dec75795ca [2021-04-06T06:41:42.078Z] Step 20/21 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a [2021-04-06T06:41:42.078Z] Removing intermediate container 7ff9040c270e [2021-04-06T06:41:42.078Z] ---> 08736b762cd4 [2021-04-06T06:41:42.078Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:41:42.078Z] ---> 699894db6445 [2021-04-06T06:41:42.078Z] 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-06T06:41:42.357Z] Removing intermediate container d0f5046b6b5a [2021-04-06T06:41:42.357Z] ---> 4e8b336f323d [2021-04-06T06:41:42.357Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:41:42.357Z] ---> Running in e1b8bb8cb76d [2021-04-06T06:41:42.357Z] Removing intermediate container 197937474c4d [2021-04-06T06:41:42.357Z] ---> 5930391b1694 [2021-04-06T06:41:42.357Z] Step 20/22 : LABEL arch=x86_64 [2021-04-06T06:41:42.357Z] ---> Running in 11b371197046 [2021-04-06T06:41:42.357Z] ---> Running in 2d01be05bab0 [2021-04-06T06:41:42.357Z] ---> Running in 58bd9c5e7e02 [2021-04-06T06:41:42.357Z] ---> Running in 78b681b52e21 [2021-04-06T06:41:42.946Z] Removing intermediate container e1b8bb8cb76d [2021-04-06T06:41:42.946Z] ---> 17f472bcf0b2 [2021-04-06T06:41:42.946Z] Step 21/23 : LABEL arch=x86_64 [2021-04-06T06:41:42.946Z] Removing intermediate container 11b371197046 [2021-04-06T06:41:42.946Z] ---> 97d2b7ad9003 [2021-04-06T06:41:42.946Z] Step 21/21 : LABEL version=0.0.0 [2021-04-06T06:41:42.946Z] Removing intermediate container 78b681b52e21 [2021-04-06T06:41:42.946Z] ---> d06788c31328 [2021-04-06T06:41:42.946Z] Step 21/22 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a [2021-04-06T06:41:42.946Z] Removing intermediate container 58bd9c5e7e02 [2021-04-06T06:41:42.946Z] ---> 9f8a020b8f0b [2021-04-06T06:41:42.946Z] Step 21/23 : LABEL arch=x86_64 [2021-04-06T06:41:43.220Z] ---> Running in fff931e0a787 [2021-04-06T06:41:43.221Z] ---> Running in ffe62ad551c1 [2021-04-06T06:41:43.221Z] ---> Running in bd2f217c2b02 [2021-04-06T06:41:43.221Z] ---> Running in 1b75722034bb [2021-04-06T06:41:43.487Z] Removing intermediate container fff931e0a787 [2021-04-06T06:41:43.487Z] ---> 96237058b0f7 [2021-04-06T06:41:43.487Z] Step 22/23 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a [2021-04-06T06:41:43.487Z] Removing intermediate container ffe62ad551c1 [2021-04-06T06:41:43.487Z] ---> 310839338d7c [2021-04-06T06:41:43.487Z] [2021-04-06T06:41:43.751Z] ---> Running in 8f8d39de558c [2021-04-06T06:41:43.751Z] Removing intermediate container bd2f217c2b02 [2021-04-06T06:41:43.751Z] ---> 4a4b03af1017 [2021-04-06T06:41:43.751Z] Step 22/23 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a [2021-04-06T06:41:43.751Z] Removing intermediate container 1b75722034bb [2021-04-06T06:41:43.751Z] ---> e330e648aa7c [2021-04-06T06:41:43.751Z] Step 22/22 : LABEL version=0.0.0 [2021-04-06T06:41:44.013Z] Successfully built 310839338d7c [2021-04-06T06:41:44.013Z] ---> Running in 0006474c016f [2021-04-06T06:41:44.013Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-06T06:41:44.013Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-04-06T06:41:44.013Z] ---> Running in b282c002084d [2021-04-06T06:41:44.013Z] Removing intermediate container 8f8d39de558c [2021-04-06T06:41:44.013Z] ---> c1aad657869d [2021-04-06T06:41:44.013Z] Step 23/23 : LABEL version=0.0.0 [2021-04-06T06:41:44.276Z] Removing intermediate container 2d01be05bab0 [2021-04-06T06:41:44.276Z] ---> dac137d7e4d0 [2021-04-06T06:41:44.276Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-06T06:41:44.276Z] Removing intermediate container 0006474c016f [2021-04-06T06:41:44.276Z] ---> 3913de963a55 [2021-04-06T06:41:44.276Z] Step 23/23 : LABEL version=0.0.0 [2021-04-06T06:41:44.276Z] ---> Running in c1fc7693fc26 [2021-04-06T06:41:44.276Z] Removing intermediate container b282c002084d [2021-04-06T06:41:44.276Z] ---> 8edb74ff2504 [2021-04-06T06:41:44.276Z] [2021-04-06T06:41:44.276Z] ---> Running in 65bd1d8c9ebb [2021-04-06T06:41:44.546Z] Successfully built 8edb74ff2504 [2021-04-06T06:41:44.546Z] ---> Running in 72e7cf691afa [2021-04-06T06:41:44.546Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-06T06:41:44.546Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go [2021-04-06T06:41:44.819Z] Removing intermediate container 65bd1d8c9ebb [2021-04-06T06:41:44.819Z] ---> 7618a6fbc542 [2021-04-06T06:41:44.819Z] Step 22/24 : LABEL arch=x86_64 [2021-04-06T06:41:44.819Z] Removing intermediate container c1fc7693fc26 [2021-04-06T06:41:44.819Z] ---> 0038cf2a7f30 [2021-04-06T06:41:44.819Z] [2021-04-06T06:41:45.083Z] ---> Running in 705fe94a1c46 [2021-04-06T06:41:45.083Z] Removing intermediate container 72e7cf691afa [2021-04-06T06:41:45.083Z] ---> b312b18cdf76 [2021-04-06T06:41:45.083Z] [2021-04-06T06:41:45.083Z] Successfully built 0038cf2a7f30 [2021-04-06T06:41:45.255Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-06T06:41:45.255Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-06T06:41:45.347Z] Successfully tagged docker-core-command-go:latest [2021-04-06T06:41:45.347Z] Building docker-support-notifications-go [2021-04-06T06:41:45.347Z]  Building docker-core-command-go ... done Successfully built b312b18cdf76 [2021-04-06T06:41:45.347Z] Successfully tagged docker-core-metadata-go:latest [2021-04-06T06:41:45.347Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-04-06T06:41:45.613Z] Removing intermediate container 705fe94a1c46 [2021-04-06T06:41:45.613Z] ---> 3d16afbb4f83 [2021-04-06T06:41:45.613Z] Step 23/24 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a [2021-04-06T06:41:45.613Z] ---> Running in 67a634f5b8ce [2021-04-06T06:41:45.881Z] Removing intermediate container 67a634f5b8ce [2021-04-06T06:41:45.881Z] ---> bf8795ae291c [2021-04-06T06:41:45.881Z] Step 24/24 : LABEL version=0.0.0 [2021-04-06T06:41:46.147Z] ---> Running in c69e51c4045d [2021-04-06T06:41:48.715Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-06T06:41:48.715Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-06T06:41:48.715Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-06T06:41:49.315Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-06T06:41:49.476Z] Removing intermediate container c69e51c4045d [2021-04-06T06:41:49.476Z] ---> 8a2bed23e18f [2021-04-06T06:41:49.476Z] [2021-04-06T06:41:49.476Z] Successfully built 8a2bed23e18f [2021-04-06T06:41:49.476Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-06T06:41:52.715Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-06T06:41:53.319Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-06T06:42:01.624Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-06T06:42:01.624Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-06T06:42:01.624Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-06T06:42:07.043Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.420s coverage: 45.9% of statements [2021-04-06T06:42:07.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-06T06:42:07.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-06T06:42:07.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-06T06:42:07.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-06T06:42:07.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-06T06:42:07.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-06T06:42:07.043Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.115s coverage: 19.8% of statements [2021-04-06T06:42:07.043Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.272s coverage: 100.0% of statements [2021-04-06T06:42:13.778Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.566s coverage: 27.1% of statements [2021-04-06T06:42:13.778Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-06T06:42:13.778Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-06T06:42:13.778Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-06T06:42:13.778Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-06T06:42:13.778Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-06T06:42:13.778Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-06T06:42:13.778Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.152s coverage: 100.0% of statements [2021-04-06T06:42:13.778Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-06T06:42:13.778Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.170s coverage: 100.0% of statements [2021-04-06T06:42:13.778Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-06T06:42:13.778Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-06T06:42:14.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.283s coverage: 71.3% of statements [2021-04-06T06:42:14.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-06T06:42:14.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-06T06:42:16.207Z]  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:42:16.207Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:42:16.207Z] ---> 8e285cf9724d [2021-04-06T06:42:16.207Z] Step 3/22 : WORKDIR /edgex-go [2021-04-06T06:42:16.207Z] ---> Using cache [2021-04-06T06:42:16.207Z] ---> 3db5412c7838 [2021-04-06T06:42:16.207Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:42:16.207Z] ---> Using cache [2021-04-06T06:42:16.207Z] ---> f7d72a57cfc7 [2021-04-06T06:42:16.207Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-06T06:42:16.207Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:42:16.207Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:42:16.207Z] ---> 8e285cf9724d [2021-04-06T06:42:16.207Z] Step 3/31 : WORKDIR /edgex-go [2021-04-06T06:42:16.207Z] ---> Using cache [2021-04-06T06:42:16.207Z] ---> 3db5412c7838 [2021-04-06T06:42:16.207Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:42:16.207Z] ---> Using cache [2021-04-06T06:42:16.207Z] ---> f7d72a57cfc7 [2021-04-06T06:42:16.207Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-06T06:42:16.207Z] ---> Using cache [2021-04-06T06:42:16.207Z] ---> 6f047b5b5716 [2021-04-06T06:42:16.207Z] Step 6/31 : COPY go.mod . [2021-04-06T06:42:16.207Z] ---> Using cache [2021-04-06T06:42:16.207Z] ---> 269b392ec767 [2021-04-06T06:42:16.207Z] Step 7/31 : RUN go mod download [2021-04-06T06:42:16.207Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:42:16.207Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:42:16.207Z] ---> 8e285cf9724d [2021-04-06T06:42:16.207Z] Step 3/23 : WORKDIR /edgex-go [2021-04-06T06:42:16.207Z] ---> Using cache [2021-04-06T06:42:16.207Z] ---> 3db5412c7838 [2021-04-06T06:42:16.207Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:42:16.207Z] ---> Using cache [2021-04-06T06:42:16.207Z] ---> f7d72a57cfc7 [2021-04-06T06:42:16.207Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-06T06:42:16.207Z] ---> Using cache [2021-04-06T06:42:16.207Z] ---> 158c738c7386 [2021-04-06T06:42:16.207Z] Step 8/31 : COPY . . [2021-04-06T06:42:16.207Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:42:16.207Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:42:16.207Z] ---> 8e285cf9724d [2021-04-06T06:42:16.207Z] Step 3/26 : WORKDIR /edgex-go [2021-04-06T06:42:16.207Z] ---> Using cache [2021-04-06T06:42:16.207Z] ---> 3db5412c7838 [2021-04-06T06:42:16.207Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:42:16.207Z] ---> Using cache [2021-04-06T06:42:16.207Z] ---> f7d72a57cfc7 [2021-04-06T06:42:16.207Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-06T06:42:16.207Z] ---> Using cache [2021-04-06T06:42:16.207Z] ---> 6f4d39bbde4d [2021-04-06T06:42:16.207Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-06T06:42:16.207Z] ---> Running in 9ff765411a90 [2021-04-06T06:42:16.207Z] ---> Running in 5f4b85a494bf [2021-04-06T06:42:16.207Z] ---> Running in 36205cc004c8 [2021-04-06T06:42:16.207Z] ---> Running in af08502abc6d [2021-04-06T06:42:16.207Z] 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-06T06:42:16.207Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:42:16.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:42:16.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:42:16.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:42:16.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:42:16.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:42:16.810Z] OK: 233 MiB in 51 packages [2021-04-06T06:42:16.810Z] OK: 233 MiB in 51 packages [2021-04-06T06:42:16.810Z] OK: 233 MiB in 51 packages [2021-04-06T06:42:17.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.554s coverage: 82.9% of statements [2021-04-06T06:42:17.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-06T06:42:17.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-06T06:42:17.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.135s coverage: 78.9% of statements [2021-04-06T06:42:17.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-06T06:42:18.253Z] Removing intermediate container af08502abc6d [2021-04-06T06:42:18.253Z] ---> b9938678fbf2 [2021-04-06T06:42:18.254Z] Step 6/26 : COPY go.mod . [2021-04-06T06:42:18.254Z] Removing intermediate container 5f4b85a494bf [2021-04-06T06:42:18.254Z] ---> 9b2ae3ffcb5e [2021-04-06T06:42:18.254Z] Step 6/23 : COPY go.mod . [2021-04-06T06:42:18.530Z] Removing intermediate container 9ff765411a90 [2021-04-06T06:42:18.530Z] ---> b9566bf480ed [2021-04-06T06:42:18.530Z] Step 6/22 : COPY go.mod . [2021-04-06T06:42:18.805Z] ---> d4678cdcf135 [2021-04-06T06:42:18.805Z] Step 7/26 : RUN go mod download [2021-04-06T06:42:18.805Z] ---> 6798604b7fe4 [2021-04-06T06:42:18.805Z] Step 7/23 : RUN go mod download [2021-04-06T06:42:18.805Z] ---> Running in c1a54e2e884a [2021-04-06T06:42:19.085Z] ---> Running in ddef7031ff7f [2021-04-06T06:42:19.085Z] ---> 85d5c070bd4f [2021-04-06T06:42:19.085Z] Step 7/22 : RUN go mod download [2021-04-06T06:42:19.370Z] ---> Running in 5926f945f250 [2021-04-06T06:42:22.049Z] Removing intermediate container 5926f945f250 [2021-04-06T06:42:22.049Z] ---> e1ebfcfc6bd6 [2021-04-06T06:42:22.049Z] Step 8/22 : COPY . . [2021-04-06T06:42:22.049Z] Removing intermediate container ddef7031ff7f [2021-04-06T06:42:22.049Z] ---> 02801c2c5aa8 [2021-04-06T06:42:22.049Z] Step 8/23 : COPY . . [2021-04-06T06:42:22.049Z] Removing intermediate container c1a54e2e884a [2021-04-06T06:42:22.049Z] ---> 6f7b9a8c37d7 [2021-04-06T06:42:22.049Z] Step 8/26 : COPY . . [2021-04-06T06:42:27.651Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.119s coverage: 28.6% of statements [2021-04-06T06:42:27.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-06T06:42:27.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-06T06:42:27.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-06T06:42:27.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-06T06:42:27.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-06T06:42:27.651Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.242s coverage: 100.0% of statements [2021-04-06T06:42:27.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-06T06:42:27.651Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.148s coverage: 100.0% of statements [2021-04-06T06:42:27.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-06T06:42:27.651Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.376s coverage: 86.7% of statements [2021-04-06T06:42:27.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-06T06:42:27.651Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.393s coverage: 97.5% of statements [2021-04-06T06:42:27.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-06T06:42:27.651Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.211s coverage: 78.3% of statements [2021-04-06T06:42:27.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-06T06:42:27.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-06T06:42:27.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-06T06:42:27.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-06T06:42:35.966Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.179s coverage: 92.8% of statements [2021-04-06T06:42:35.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-06T06:42:35.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-06T06:42:35.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-06T06:42:35.966Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-06T06:42:35.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-06T06:42:35.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-06T06:42:35.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-06T06:42:35.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-06T06:42:35.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-06T06:42:35.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-06T06:42:35.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-06T06:42:35.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-06T06:42:35.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-06T06:42:35.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-06T06:42:35.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-06T06:42:35.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-06T06:42:35.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-06T06:42:35.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-06T06:42:35.966Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.108s coverage: 58.8% of statements [2021-04-06T06:42:35.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-06T06:42:35.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-06T06:42:35.966Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.186s coverage: 1.0% of statements [2021-04-06T06:42:35.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-06T06:42:35.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-06T06:42:35.966Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-06T06:42:35.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.233s coverage: 47.1% of statements [2021-04-06T06:42:35.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.185s coverage: 79.5% of statements [2021-04-06T06:42:35.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.114s coverage: 94.1% of statements [2021-04-06T06:42:35.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.186s coverage: 96.3% of statements [2021-04-06T06:42:35.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.163s coverage: 87.5% of statements [2021-04-06T06:42:48.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.153s coverage: 94.4% of statements [2021-04-06T06:42:48.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.121s coverage: 44.8% of statements [2021-04-06T06:42:49.113Z] Removing intermediate container 36205cc004c8 [2021-04-06T06:42:49.113Z] ---> 2af26bd74bb3 [2021-04-06T06:42:49.113Z] [2021-04-06T06:42:49.113Z] Step 10/31 : FROM alpine:3.12 [2021-04-06T06:42:49.113Z] ---> 7230e588e954 [2021-04-06T06:42:49.113Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-06T06:42:52.286Z] ---> Running in b4195d2ea7b7 [2021-04-06T06:42:52.919Z] Removing intermediate container b4195d2ea7b7 [2021-04-06T06:42:52.919Z] ---> b094ba9b2697 [2021-04-06T06:42:52.919Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-06T06:42:53.769Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.601s coverage: 81.5% of statements [2021-04-06T06:42:53.769Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-06T06:42:53.769Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.101s coverage: 87.1% of statements [2021-04-06T06:42:54.927Z] ---> Running in 2810756060c4 [2021-04-06T06:42:56.322Z] ---> 309dabae5824 [2021-04-06T06:42:56.322Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-06T06:42:56.322Z] ---> 4c3b74c2c628 [2021-04-06T06:42:56.322Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-06T06:42:56.322Z] ---> e4a20562d87d [2021-04-06T06:42:56.322Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-06T06:42:56.586Z] ---> Running in 98471cde5000 [2021-04-06T06:42:56.586Z] ---> Running in b6ca9beca0d6 [2021-04-06T06:42:56.586Z] ---> Running in be00cd058bd0 [2021-04-06T06:42:57.172Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:42:57.172Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:42:57.440Z] 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-06T06:42:57.440Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-06T06:42:57.440Z] (2/2) Installing su-exec (0.2-r1) [2021-04-06T06:42:57.440Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:42:57.440Z] OK: 6 MiB in 16 packages [2021-04-06T06:42:57.440Z] 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-06T06:42:57.440Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-06T06:42:58.407Z] Removing intermediate container 2810756060c4 [2021-04-06T06:42:58.407Z] ---> 9708b8104692 [2021-04-06T06:42:58.407Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-06T06:42:58.407Z] ---> Running in 772e4d413a0c [2021-04-06T06:42:58.407Z] Removing intermediate container 772e4d413a0c [2021-04-06T06:42:58.407Z] ---> a279b1cb0975 [2021-04-06T06:42:58.407Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-06T06:42:58.680Z] ---> Running in 28c27c30f0bf [2021-04-06T06:42:58.948Z] Removing intermediate container 28c27c30f0bf [2021-04-06T06:42:58.948Z] ---> 3bdc77b45526 [2021-04-06T06:42:58.948Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-06T06:42:59.222Z] ---> Running in 29cb6477e4db [2021-04-06T06:43:01.837Z] Removing intermediate container 29cb6477e4db [2021-04-06T06:43:01.837Z] ---> 5fd9bf2962d4 [2021-04-06T06:43:01.837Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-06T06:43:01.837Z] ---> Running in 8dc1cca5dae5 [2021-04-06T06:43:02.108Z] Removing intermediate container 8dc1cca5dae5 [2021-04-06T06:43:02.108Z] ---> 8dd35c02428d [2021-04-06T06:43:02.108Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-06T06:43:02.738Z] ---> 04ef5d3367af [2021-04-06T06:43:02.738Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-06T06:43:03.011Z] ---> Running in 938aed90ee2a [2021-04-06T06:43:05.615Z] Removing intermediate container 938aed90ee2a [2021-04-06T06:43:05.615Z] ---> 2eadf92d733f [2021-04-06T06:43:05.615Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:43:05.890Z] ---> e862bbcf037e [2021-04-06T06:43:05.890Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-06T06:43:06.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.178s coverage: 92.9% of statements [2021-04-06T06:43:06.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-06T06:43:06.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-06T06:43:06.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-06T06:43:06.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-04-06T06:43:06.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-06T06:43:06.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-06T06:43:06.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-06T06:43:06.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-06T06:43:06.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-06T06:43:06.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements [2021-04-06T06:43:06.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-06T06:43:06.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-06T06:43:06.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.110s coverage: 100.0% of statements [2021-04-06T06:43:06.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-06T06:43:06.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.149s coverage: 75.5% of statements [2021-04-06T06:43:06.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-06T06:43:06.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.134s coverage: 80.8% of statements [2021-04-06T06:43:06.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.199s coverage: 87.2% of statements [2021-04-06T06:43:06.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.212s coverage: 84.6% of statements [2021-04-06T06:43:06.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.225s coverage: 91.6% of statements [2021-04-06T06:43:06.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-06T06:43:06.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.596s coverage: 64.4% of statements [2021-04-06T06:43:06.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-06T06:43:06.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-06T06:43:06.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.143s coverage: 100.0% of statements [2021-04-06T06:43:06.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements [2021-04-06T06:43:06.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements [2021-04-06T06:43:06.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements [2021-04-06T06:43:06.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-04-06T06:43:07.327Z] ---> 1d93f41c3ef6 [2021-04-06T06:43:07.327Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-06T06:43:07.929Z] ---> b51c5e05382e [2021-04-06T06:43:07.929Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-06T06:43:08.524Z] ---> 93e63827c1a8 [2021-04-06T06:43:08.525Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-06T06:43:08.800Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.850s coverage: 69.0% of statements [2021-04-06T06:43:08.800Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-06T06:43:08.800Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-06T06:43:08.800Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-06T06:43:09.113Z] ---> 72f05e0b4d25 [2021-04-06T06:43:09.113Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-06T06:43:09.383Z] ---> Running in 05d885d3226f [2021-04-06T06:43:09.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.437s coverage: 38.4% of statements [2021-04-06T06:43:09.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-06T06:43:09.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-06T06:43:09.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.093s coverage: 89.5% of statements [2021-04-06T06:43:09.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-06T06:43:09.646Z] Removing intermediate container 05d885d3226f [2021-04-06T06:43:09.646Z] ---> 04051a30d8f1 [2021-04-06T06:43:09.646Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-06T06:43:09.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.117s coverage: 84.8% of statements [2021-04-06T06:43:10.251Z] ---> fa01278723ea [2021-04-06T06:43:10.251Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-06T06:43:10.251Z] ---> Running in c85ecf3c5eaf [2021-04-06T06:43:13.645Z] Removing intermediate container c85ecf3c5eaf [2021-04-06T06:43:13.645Z] ---> f833bd824b63 [2021-04-06T06:43:13.645Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-06T06:43:13.645Z] ---> Running in 1dbe302b597b [2021-04-06T06:43:14.231Z] Removing intermediate container 1dbe302b597b [2021-04-06T06:43:14.231Z] ---> 15e7f3fa5243 [2021-04-06T06:43:14.231Z] Step 28/31 : CMD ["gate"] [2021-04-06T06:43:14.231Z] ---> Running in 1aa5df98c6cb [2021-04-06T06:43:15.207Z] Removing intermediate container 1aa5df98c6cb [2021-04-06T06:43:15.207Z] ---> 47e23289e4a7 [2021-04-06T06:43:15.207Z] Step 29/31 : LABEL arch=x86_64 [2021-04-06T06:43:15.207Z] ---> Running in 7d146c617951 [2021-04-06T06:43:15.497Z] Removing intermediate container 7d146c617951 [2021-04-06T06:43:15.498Z] ---> e67b796716b0 [2021-04-06T06:43:15.498Z] Step 30/31 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a [2021-04-06T06:43:15.766Z] ---> Running in b9dd2f60f967 [2021-04-06T06:43:16.035Z] Removing intermediate container b9dd2f60f967 [2021-04-06T06:43:16.035Z] ---> a627ee5ee09b [2021-04-06T06:43:16.035Z] Step 31/31 : LABEL version=0.0.0 [2021-04-06T06:43:16.304Z] ---> Running in 1bb86c8f70a5 [2021-04-06T06:43:16.413Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.429s coverage: 47.0% of statements [2021-04-06T06:43:16.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-06T06:43:16.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-06T06:43:16.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-06T06:43:16.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-06T06:43:16.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-06T06:43:16.413Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements [2021-04-06T06:43:16.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-06T06:43:16.413Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.096s coverage: 100.0% of statements [2021-04-06T06:43:16.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-06T06:43:16.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-06T06:43:16.413Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.129s coverage: 11.0% of statements [2021-04-06T06:43:16.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-06T06:43:16.886Z] Removing intermediate container 1bb86c8f70a5 [2021-04-06T06:43:16.886Z] ---> 0295a58078bc [2021-04-06T06:43:16.886Z] [2021-04-06T06:43:17.158Z] Successfully built 0295a58078bc [2021-04-06T06:43:17.159Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-06T06:43:18.393Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.472s coverage: 87.1% of statements [2021-04-06T06:43:18.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-06T06:43:18.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-06T06:43:18.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-06T06:43:26.159Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.318s coverage: 29.1% of statements [2021-04-06T06:43:26.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-06T06:43:26.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-06T06:43:26.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-06T06:43:26.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-06T06:43:26.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-06T06:43:26.159Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.200s coverage: 99.0% of statements [2021-04-06T06:43:26.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-06T06:43:26.159Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.142s coverage: 100.0% of statements [2021-04-06T06:43:26.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-06T06:43:26.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-06T06:43:26.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-06T06:43:26.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-06T06:43:26.159Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.299s coverage: 95.6% of statements [2021-04-06T06:43:26.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-06T06:43:26.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-06T06:43:26.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-06T06:43:26.159Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-04-06T06:43:26.159Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-06T06:43:26.159Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2021-04-06T06:43:26.159Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-06T06:43:26.159Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-06T06:43:26.159Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-06T06:43:26.159Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-06T06:43:26.159Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.097s coverage: 87.9% of statements [2021-04-06T06:43:26.159Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-06T06:43:26.159Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-06T06:43:26.159Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-04-06T06:43:26.159Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.108s coverage: 32.1% of statements [2021-04-06T06:43:26.753Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-04-06T06:43:27.731Z] GO111MODULE=on go vet ./... [2021-04-06T06:43:30.514Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container b6ca9beca0d6 [2021-04-06T06:43:30.514Z] ---> a34d9c010f92 [2021-04-06T06:43:30.514Z] [2021-04-06T06:43:30.514Z] Step 10/22 : FROM alpine:3.12 [2021-04-06T06:43:30.514Z] ---> 7230e588e954 [2021-04-06T06:43:30.514Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-06T06:43:30.514Z] Removing intermediate container be00cd058bd0 [2021-04-06T06:43:30.514Z] ---> bb3d181c1e7f [2021-04-06T06:43:30.514Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-06T06:43:31.462Z] ---> Running in 79c519189ac6 [2021-04-06T06:43:31.462Z] ---> Running in a181e5427edf [2021-04-06T06:43:31.729Z] Removing intermediate container 98471cde5000 [2021-04-06T06:43:31.729Z] ---> bdaf29bd49d6 [2021-04-06T06:43:31.729Z] [2021-04-06T06:43:31.729Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T06:43:31.729Z] ---> 7230e588e954 [2021-04-06T06:43:31.729Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-06T06:43:31.729Z] ---> Running in ba11212f7102 [2021-04-06T06:43:31.992Z] Removing intermediate container ba11212f7102 [2021-04-06T06:43:31.992Z] ---> ed980020c792 [2021-04-06T06:43:31.992Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-06T06:43:32.263Z] ---> Running in c73277586298 [2021-04-06T06:43:32.263Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:43:32.263Z] 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-06T06:43:32.263Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:43:32.263Z] Removing intermediate container c73277586298 [2021-04-06T06:43:32.263Z] ---> 60833e6ecbb7 [2021-04-06T06:43:32.263Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-06T06:43:32.533Z] ---> Running in a6444cce59c5 [2021-04-06T06:43:32.533Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-06T06:43:32.533Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-06T06:43:32.533Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:43:32.533Z] Executing ca-certificates-20191127-r4.trigger [2021-04-06T06:43:32.533Z] OK: 6 MiB in 16 packages [2021-04-06T06:43:33.108Z] Removing intermediate container a6444cce59c5 [2021-04-06T06:43:33.108Z] ---> 6ee5041d3743 [2021-04-06T06:43:33.108Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:43:33.108Z] ---> Running in e84834e1d74e [2021-04-06T06:43:34.064Z] Removing intermediate container 79c519189ac6 [2021-04-06T06:43:34.064Z] ---> 06b82905cf33 [2021-04-06T06:43:34.064Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T06:43:34.064Z] Removing intermediate container a181e5427edf [2021-04-06T06:43:34.064Z] ---> afa78c550442 [2021-04-06T06:43:34.064Z] [2021-04-06T06:43:34.064Z] Step 11/26 : FROM docker:20.10.0 [2021-04-06T06:43:34.329Z] 20.10.0: Pulling from library/docker [2021-04-06T06:43:34.329Z] ---> Running in df2b31a37a26 [2021-04-06T06:43:34.597Z] Removing intermediate container df2b31a37a26 [2021-04-06T06:43:34.597Z] ---> bf5b6f10576e [2021-04-06T06:43:34.597Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-06T06:43:34.597Z] ---> Running in eb40ca055aa0 [2021-04-06T06:43:36.533Z] Removing intermediate container e84834e1d74e [2021-04-06T06:43:36.533Z] ---> 80e78fa485f5 [2021-04-06T06:43:36.533Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-06T06:43:36.533Z] Removing intermediate container eb40ca055aa0 [2021-04-06T06:43:36.533Z] ---> b108b08a3216 [2021-04-06T06:43:36.533Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-06T06:43:36.533Z] ---> Running in 25dfa60d1112 [2021-04-06T06:43:36.533Z] ---> Running in d2b5a594a4d9 [2021-04-06T06:43:37.486Z] Removing intermediate container 25dfa60d1112 [2021-04-06T06:43:37.486Z] ---> a0722f5dc9dd [2021-04-06T06:43:37.486Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:43:37.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:43:37.486Z] ---> 2e99f5226534 [2021-04-06T06:43:37.486Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-06T06:43:38.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:43:38.330Z] ---> 1e3a62d442b1 [2021-04-06T06:43:38.330Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-06T06:43:38.598Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-06T06:43:38.598Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-06T06:43:38.862Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-06T06:43:38.862Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-06T06:43:38.862Z] ---> fe745213a5bf [2021-04-06T06:43:38.862Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-06T06:43:39.133Z] ---> Running in cf28994ad633 [2021-04-06T06:43:39.133Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-06T06:43:39.133Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-06T06:43:39.133Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:43:39.133Z] OK: 8 MiB in 20 packages [2021-04-06T06:43:39.396Z] Removing intermediate container cf28994ad633 [2021-04-06T06:43:39.396Z] ---> 5f7b1bc0d290 [2021-04-06T06:43:39.396Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:43:39.396Z] ---> Running in 8bd99612e09d [2021-04-06T06:43:39.658Z] Removing intermediate container 8bd99612e09d [2021-04-06T06:43:39.658Z] ---> 1362de88feb8 [2021-04-06T06:43:39.658Z] Step 20/22 : LABEL arch=x86_64 [2021-04-06T06:43:39.927Z] ---> Running in a5942618d769 [2021-04-06T06:43:39.927Z] Removing intermediate container d2b5a594a4d9 [2021-04-06T06:43:39.927Z] ---> e7d5ac915299 [2021-04-06T06:43:39.927Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:43:40.506Z] Removing intermediate container a5942618d769 [2021-04-06T06:43:40.506Z] ---> 174ed5173663 [2021-04-06T06:43:40.506Z] Step 21/22 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a [2021-04-06T06:43:40.777Z] ---> Running in 21ea7f62402f [2021-04-06T06:43:40.777Z] ---> ccd7f13f0d7b [2021-04-06T06:43:40.777Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-06T06:43:41.047Z] Removing intermediate container 21ea7f62402f [2021-04-06T06:43:41.047Z] ---> 4a2a16e7e631 [2021-04-06T06:43:41.047Z] Step 22/22 : LABEL version=0.0.0 [2021-04-06T06:43:41.047Z] ---> Running in bdfd99ce26e7 [2021-04-06T06:43:41.312Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-06T06:43:41.312Z] Removing intermediate container bdfd99ce26e7 [2021-04-06T06:43:41.312Z] ---> 0d73aaa0f331 [2021-04-06T06:43:41.312Z] [2021-04-06T06:43:41.576Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-06T06:43:41.576Z] ---> aefe523efa57 [2021-04-06T06:43:41.576Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-06T06:43:41.576Z] ---> 90424c558f37 [2021-04-06T06:43:41.576Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-06T06:43:41.576Z] ---> Running in bac9c2398c7c [2021-04-06T06:43:41.576Z] Successfully built 0d73aaa0f331 [2021-04-06T06:43:41.576Z] Successfully tagged docker-support-notifications-go:latest [2021-04-06T06:43:41.840Z]  Building docker-support-notifications-go ... done  ---> 17a7ef133c8c [2021-04-06T06:43:41.840Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-06T06:43:42.102Z] ---> Running in ecb7169b5f81 [2021-04-06T06:43:42.102Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:43:42.102Z] Removing intermediate container ecb7169b5f81 [2021-04-06T06:43:42.102Z] ---> 9662f1627cfe [2021-04-06T06:43:42.102Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:43:42.102Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:43:42.365Z] ---> Running in 442139c75d3c [2021-04-06T06:43:42.365Z] (1/2) Installing readline (8.0.4-r0) [2021-04-06T06:43:42.365Z] (2/2) Installing bash (5.0.17-r0) [2021-04-06T06:43:42.365Z] Removing intermediate container 442139c75d3c [2021-04-06T06:43:42.365Z] ---> 50a9ce1acb10 [2021-04-06T06:43:42.365Z] Step 21/23 : LABEL arch=x86_64 [2021-04-06T06:43:42.365Z] Executing bash-5.0.17-r0.post-install [2021-04-06T06:43:42.365Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T06:43:42.365Z] OK: 12 MiB in 22 packages [2021-04-06T06:43:42.641Z] ---> Running in 5bc491b99b3e [2021-04-06T06:43:42.641Z] Removing intermediate container 5bc491b99b3e [2021-04-06T06:43:42.641Z] ---> 3bfbdb512b3b [2021-04-06T06:43:42.641Z] Step 22/23 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a [2021-04-06T06:43:42.903Z] ---> Running in d9c91ae99c61 [2021-04-06T06:43:43.481Z] Removing intermediate container d9c91ae99c61 [2021-04-06T06:43:43.481Z] ---> b27464ab83be [2021-04-06T06:43:43.481Z] Step 23/23 : LABEL version=0.0.0 [2021-04-06T06:43:43.481Z] Removing intermediate container bac9c2398c7c [2021-04-06T06:43:43.481Z] ---> bd84a389f683 [2021-04-06T06:43:43.481Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-06T06:43:43.481Z] ---> Running in f66799f8f45a [2021-04-06T06:43:43.481Z] ---> Running in be5ac31cf86d [2021-04-06T06:43:43.743Z] Removing intermediate container f66799f8f45a [2021-04-06T06:43:43.743Z] ---> 5caa3e753684 [2021-04-06T06:43:43.743Z] [2021-04-06T06:43:43.743Z] Removing intermediate container be5ac31cf86d [2021-04-06T06:43:43.743Z] ---> d2e5ec0e898a [2021-04-06T06:43:43.743Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-06T06:43:43.743Z] ---> Running in 3f9db4f83827 [2021-04-06T06:43:44.006Z] Successfully built 5caa3e753684 [2021-04-06T06:43:44.006Z] Successfully tagged docker-core-data-go:latest [2021-04-06T06:43:44.006Z]  Building docker-core-data-go ... done Removing intermediate container 3f9db4f83827 [2021-04-06T06:43:44.006Z] ---> 5aaa525afb09 [2021-04-06T06:43:44.006Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-06T06:43:44.006Z] ---> Running in f350378609e5 [2021-04-06T06:43:44.271Z] Removing intermediate container f350378609e5 [2021-04-06T06:43:44.271Z] ---> 7237b638c3f4 [2021-04-06T06:43:44.271Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-06T06:43:44.848Z] ---> ef69714fc09d [2021-04-06T06:43:44.848Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-06T06:43:45.111Z] ---> d8066c4950c5 [2021-04-06T06:43:45.111Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-06T06:43:45.374Z] ---> a0e11fd39cc8 [2021-04-06T06:43:45.374Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-06T06:43:45.641Z] ---> Running in 49047049b8dd [2021-04-06T06:43:46.222Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:43:46.222Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:43:46.484Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-06T06:43:46.484Z] (2/33) Installing expat (2.2.9-r1) [2021-04-06T06:43:46.484Z] (3/33) Installing libffi (3.3-r2) [2021-04-06T06:43:46.484Z] (4/33) Installing gdbm (1.13-r1) [2021-04-06T06:43:46.484Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-06T06:43:46.484Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-06T06:43:46.484Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-06T06:43:47.430Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-06T06:43:47.430Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-06T06:43:47.430Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-06T06:43:47.430Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-06T06:43:47.430Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-06T06:43:47.430Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-06T06:43:47.430Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-06T06:43:47.430Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-06T06:43:47.430Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-06T06:43:47.430Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-06T06:43:47.693Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-06T06:43:47.693Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-06T06:43:47.693Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-06T06:43:47.693Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-06T06:43:47.693Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-06T06:43:47.693Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-06T06:43:47.693Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-06T06:43:47.693Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-06T06:43:47.693Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-06T06:43:47.693Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-06T06:43:47.693Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-06T06:43:47.693Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-06T06:43:47.693Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-06T06:43:47.693Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-06T06:43:47.693Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-06T06:43:47.693Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-06T06:43:47.955Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T06:43:47.955Z] OK: 71 MiB in 55 packages [2021-04-06T06:43:57.988Z] Removing intermediate container 49047049b8dd [2021-04-06T06:43:57.988Z] ---> 3d4329a76fc7 [2021-04-06T06:43:57.988Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-06T06:43:57.988Z] ---> Running in fc23054a4f0a [2021-04-06T06:43:57.988Z] Collecting docker-compose==1.23.2 [2021-04-06T06:43:57.988Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-06T06:43:58.252Z] Collecting docker<4.0,>=3.6.0 [2021-04-06T06:43:58.252Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-06T06:43:58.514Z] 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-06T06:43:58.777Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-06T06:43:58.777Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-06T06:43:58.777Z] Collecting PyYAML<4,>=3.10 [2021-04-06T06:43:58.777Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-06T06:43:59.725Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-06T06:43:59.725Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-06T06:44:00.299Z] Collecting texttable<0.10,>=0.9.0 [2021-04-06T06:44:00.299Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-06T06:44:00.874Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-06T06:44:00.874Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-06T06:44:00.874Z] Collecting docopt<0.7,>=0.6.1 [2021-04-06T06:44:00.874Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-06T06:44:01.462Z] Collecting jsonschema<3,>=2.5.1 [2021-04-06T06:44:01.462Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-06T06:44:01.462Z] Collecting cached-property<2,>=1.2.0 [2021-04-06T06:44:01.462Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-06T06:44:01.728Z] Collecting docker-pycreds>=0.4.0 [2021-04-06T06:44:01.729Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-06T06:44:01.729Z] Collecting idna<2.8,>=2.5 [2021-04-06T06:44:01.729Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-06T06:44:01.729Z] 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-06T06:44:01.993Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-06T06:44:01.993Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-06T06:44:01.993Z] 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-06T06:44:01.993Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-06T06:44:01.993Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-06T06:44:01.993Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-06T06:44:01.993Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-06T06:44:02.256Z] Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, PyYAML, dockerpty, texttable, docopt, jsonschema, cached-property, docker-compose [2021-04-06T06:44:02.256Z] Attempting uninstall: idna [2021-04-06T06:44:02.256Z] Found existing installation: idna 2.9 [2021-04-06T06:44:02.256Z] Uninstalling idna-2.9: [2021-04-06T06:44:02.256Z] Successfully uninstalled idna-2.9 [2021-04-06T06:44:02.256Z] Attempting uninstall: urllib3 [2021-04-06T06:44:02.256Z] Found existing installation: urllib3 1.25.9 [2021-04-06T06:44:02.256Z] Uninstalling urllib3-1.25.9: [2021-04-06T06:44:02.519Z] Successfully uninstalled urllib3-1.25.9 [2021-04-06T06:44:02.519Z] Attempting uninstall: requests [2021-04-06T06:44:02.519Z] Found existing installation: requests 2.23.0 [2021-04-06T06:44:02.519Z] Uninstalling requests-2.23.0: [2021-04-06T06:44:02.783Z] Successfully uninstalled requests-2.23.0 [2021-04-06T06:44:03.046Z] Running setup.py install for PyYAML: started [2021-04-06T06:44:03.624Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-06T06:44:03.624Z] Running setup.py install for dockerpty: started [2021-04-06T06:44:04.200Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-06T06:44:04.200Z] Running setup.py install for texttable: started [2021-04-06T06:44:04.777Z] Running setup.py install for texttable: finished with status 'done' [2021-04-06T06:44:04.777Z] Running setup.py install for docopt: started [2021-04-06T06:44:05.041Z] Running setup.py install for docopt: finished with status 'done' [2021-04-06T06:44:05.615Z] 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-06T06:44:08.936Z] Removing intermediate container fc23054a4f0a [2021-04-06T06:44:08.936Z] ---> 58ff3072563d [2021-04-06T06:44:08.936Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-06T06:44:08.936Z] ---> Running in 03c34a0feb04 [2021-04-06T06:44:09.896Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:44:09.896Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:44:09.896Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-06T06:44:09.896Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-06T06:44:09.896Z] (3/3) Installing curl (7.69.1-r3) [2021-04-06T06:44:09.896Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T06:44:09.896Z] OK: 72 MiB in 58 packages [2021-04-06T06:44:10.472Z] Removing intermediate container 03c34a0feb04 [2021-04-06T06:44:10.472Z] ---> 75295aa3027b [2021-04-06T06:44:10.472Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-06T06:44:10.736Z] ---> Running in 16d038dfe5e0 [2021-04-06T06:44:10.736Z] Removing intermediate container 16d038dfe5e0 [2021-04-06T06:44:10.736Z] ---> 3460ad22c34c [2021-04-06T06:44:10.736Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:44:11.000Z] ---> Running in 1110071faaf4 [2021-04-06T06:44:11.000Z] Removing intermediate container 1110071faaf4 [2021-04-06T06:44:11.000Z] ---> 8abcbc1db84c [2021-04-06T06:44:11.000Z] Step 24/26 : LABEL arch=x86_64 [2021-04-06T06:44:11.000Z] ---> Running in dc249dbd9efa [2021-04-06T06:44:11.321Z] Removing intermediate container dc249dbd9efa [2021-04-06T06:44:11.322Z] ---> 83fe531a2bc3 [2021-04-06T06:44:11.322Z] Step 25/26 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a [2021-04-06T06:44:11.322Z] ---> Running in bd8fd74be558 [2021-04-06T06:44:11.600Z] Removing intermediate container bd8fd74be558 [2021-04-06T06:44:11.600Z] ---> e59b426b4599 [2021-04-06T06:44:11.600Z] Step 26/26 : LABEL version=0.0.0 [2021-04-06T06:44:11.600Z] ---> Running in a7f52ba91193 [2021-04-06T06:44:11.879Z] Removing intermediate container a7f52ba91193 [2021-04-06T06:44:11.879Z] ---> dc4759280c0b [2021-04-06T06:44:11.879Z] [2021-04-06T06:44:11.879Z] Successfully built dc4759280c0b [2021-04-06T06:44:12.166Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-06T06:44:12.482Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-06T06:44:12.543Z] $ docker stop --time=1 0702811afb5b7eb1c6264a9ad798343cfb640ec01c9d3eb6b3d56dc59c5119f7 [2021-04-06T06:44:14.277Z] $ docker rm -f 0702811afb5b7eb1c6264a9ad798343cfb640ec01c9d3eb6b3d56dc59c5119f7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T06:44:14.837Z] + docker images [2021-04-06T06:44:14.837Z] + grep docker [2021-04-06T06:44:15.100Z] docker-sys-mgmt-agent-go latest dc4759280c0b 4 seconds ago 314MB [2021-04-06T06:44:15.100Z] docker-core-data-go latest 5caa3e753684 32 seconds ago 22.7MB [2021-04-06T06:44:15.100Z] docker-support-notifications-go latest 0d73aaa0f331 34 seconds ago 17.9MB [2021-04-06T06:44:15.100Z] docker-security-bootstrapper-go latest 0295a58078bc 59 seconds ago 19MB [2021-04-06T06:44:15.100Z] docker-security-secretstore-setup-go latest 8a2bed23e18f 2 minutes ago 25.7MB [2021-04-06T06:44:15.100Z] docker-core-command-go latest 0038cf2a7f30 2 minutes ago 17.3MB [2021-04-06T06:44:15.100Z] docker-core-metadata-go latest b312b18cdf76 2 minutes ago 19MB [2021-04-06T06:44:15.100Z] docker-support-scheduler-go latest 8edb74ff2504 2 minutes ago 17.4MB [2021-04-06T06:44:15.100Z] docker-security-proxy-setup-go latest 310839338d7c 2 minutes ago 25.4MB [2021-04-06T06:44:15.100Z] 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-06T06:44:30.985Z] Still waiting to schedule task [2021-04-06T06:44:30.985Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-06T06:44:49.516Z] gofmt -l . [2021-04-06T06:44:49.517Z] [ "`gofmt -l .`" = "" ] [2021-04-06T06:44:49.517Z] ./bin/test-go-mod-tidy.sh [2021-04-06T06:44:49.517Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-06T06:44:51.172Z] + ls -al . [2021-04-06T06:44:51.172Z] total 836 [2021-04-06T06:44:51.172Z] drwxrwxr-x 9 1001 1001 4096 Apr 6 06:44 . [2021-04-06T06:44:51.172Z] drwxr-xr-x 4 root root 4096 Apr 6 06:40 .. [2021-04-06T06:44:51.172Z] -rw-rw-r-- 1 1001 1001 11 Apr 6 06:38 .dockerignore [2021-04-06T06:44:51.172Z] drwxrwxr-x 8 1001 1001 4096 Apr 6 06:38 .git [2021-04-06T06:44:51.172Z] drwxrwxr-x 3 1001 1001 4096 Apr 6 06:38 .github [2021-04-06T06:44:51.172Z] -rw-rw-r-- 1 1001 1001 818 Apr 6 06:38 .gitignore [2021-04-06T06:44:51.172Z] -rw-rw-r-- 1 1001 1001 166 Apr 6 06:38 .sonarcloud.properties [2021-04-06T06:44:51.172Z] -rw-rw-r-- 1 1001 1001 8607 Apr 6 06:38 Attribution.txt [2021-04-06T06:44:51.172Z] -rw-rw-r-- 1 1001 1001 3804 Apr 6 06:38 CONTRIBUTING.md [2021-04-06T06:44:51.172Z] -rw-rw-r-- 1 1001 1001 931 Apr 6 06:38 Dockerfile.build [2021-04-06T06:44:51.172Z] -rw-rw-r-- 1 1001 1001 863 Apr 6 06:38 Jenkinsfile [2021-04-06T06:44:51.172Z] -rw-rw-r-- 1 1001 1001 10775 Apr 6 06:38 LICENSE [2021-04-06T06:44:51.172Z] -rw-rw-r-- 1 1001 1001 5774 Apr 6 06:38 Makefile [2021-04-06T06:44:51.172Z] -rw-rw-r-- 1 1001 1001 6548 Apr 6 06:38 README.md [2021-04-06T06:44:51.172Z] -rw-rw-r-- 1 1001 1001 6755 Apr 6 06:38 SECURITY.md [2021-04-06T06:44:51.172Z] -rw-rw-r-- 1 1001 1001 5 Apr 6 06:35 VERSION [2021-04-06T06:44:51.172Z] -rw-rw-r-- 1 1001 1001 4131 Apr 6 06:38 ZMQWindows.md [2021-04-06T06:44:51.172Z] drwxrwxr-x 2 1001 1001 4096 Apr 6 06:38 bin [2021-04-06T06:44:51.172Z] drwxrwxr-x 14 1001 1001 4096 Apr 6 06:38 cmd [2021-04-06T06:44:51.172Z] -rw-r--r-- 1 root root 697383 Apr 6 06:43 coverage.out [2021-04-06T06:44:51.172Z] -rw-r--r-- 1 root root 1057 Apr 6 06:44 go.mod [2021-04-06T06:44:51.172Z] -rw-r--r-- 1 root root 22362 Apr 6 06:44 go.sum [2021-04-06T06:44:51.172Z] drwxrwxr-x 8 1001 1001 4096 Apr 6 06:38 internal [2021-04-06T06:44:51.172Z] drwxrwxr-x 4 1001 1001 4096 Apr 6 06:38 openapi [2021-04-06T06:44:51.172Z] drwxrwxr-x 4 1001 1001 4096 Apr 6 06:38 snap [2021-04-06T06:44:51.172Z] -rw-rw-r-- 1 1001 1001 168 Apr 6 06:38 version.go [Pipeline] sh [2021-04-06T06:44:51.877Z] + '[' -e coverage.out ] [2021-04-06T06:44:51.877Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-06T06:44:51.903Z] Warning: overwriting stash ‘coverage-report’ [2021-04-06T06:44:53.144Z] Stashed 1 file(s) [Pipeline] sh [2021-04-06T06:44:53.829Z] + make build [2021-04-06T06:44:53.830Z] 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-06T06:45:04.000Z] 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-06T06:45:22.181Z] Running on prd-ubuntu18.04-docker-8c-8g-32914 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-04-06T06:45:22.241Z] Running in /w/workspace/edgex-go/55 [Pipeline] { [Pipeline] checkout [2021-04-06T06:45:24.316Z] using credential edgex-jenkins-ssh [2021-04-06T06:45:24.369Z] Cloning the remote Git repository [2021-04-06T06:45:24.335Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-06T06:45:24.399Z] > git init /w/workspace/edgex-go/55 # timeout=10 [2021-04-06T06:45:24.424Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-06T06:45:24.424Z] > git --version # timeout=10 [2021-04-06T06:45:24.431Z] > git --version # 'git version 2.17.1' [2021-04-06T06:45:24.431Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T06:45:24.459Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T06:45:30.814Z] 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-06T06:45:31.413Z] 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-06T06:45:31.761Z] Merging remotes/origin/master commit 6cadec5fc374fbebd95401286db985839ef5e674 into PR head commit 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 [2021-04-06T06:45:31.962Z] Merge succeeded, producing bc354aaaef316c036e7468a1cefec6b2c78dd180 [2021-04-06T06:45:31.963Z] Checking out Revision bc354aaaef316c036e7468a1cefec6b2c78dd180 (PR-3234) [2021-04-06T06:45:31.205Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-06T06:45:31.212Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T06:45:31.222Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-06T06:45:31.235Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-06T06:45:31.235Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T06:45:31.240Z] > 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-06T06:45:31.745Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T06:45:31.750Z] > git checkout -f 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 # timeout=10 [2021-04-06T06:45:31.834Z] > git remote # timeout=10 [2021-04-06T06:45:31.840Z] > git config --get remote.origin.url # timeout=10 [2021-04-06T06:45:31.848Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T06:45:31.851Z] > git merge 6cadec5fc374fbebd95401286db985839ef5e674 # timeout=10 [2021-04-06T06:45:31.933Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-06T06:45:31.944Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T06:45:31.949Z] > git checkout -f bc354aaaef316c036e7468a1cefec6b2c78dd180 # timeout=10 [2021-04-06T06:45:35.661Z] Commit message: "Merge commit '6cadec5fc374fbebd95401286db985839ef5e674' into HEAD" [2021-04-06T06:45:35.670Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:45:35.648Z] > git rev-list --no-walk fe48fc699d94d98d8387134007c180407b71449b # timeout=10 [2021-04-06T06:45:36.830Z] 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-06T06:45:36.902Z] + echo snap-build.sh [2021-04-06T06:45:36.903Z] snap-build.sh [2021-04-06T06:45:36.903Z] + SNAP_BASE_DIR=. [2021-04-06T06:45:36.903Z] + '[' '!' -z /w/workspace/edgex-go/55 ']' [2021-04-06T06:45:36.903Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/55 [2021-04-06T06:45:36.903Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/55]' [2021-04-06T06:45:36.903Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/55] [2021-04-06T06:45:36.903Z] + cd /w/workspace/edgex-go/55 [2021-04-06T06:45:36.903Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-06T06:45:36.903Z] Reading package lists... [2021-04-06T06:45:36.903Z] Building dependency tree... [2021-04-06T06:45:36.903Z] Reading state information... [2021-04-06T06:45:37.165Z] The following packages were automatically installed and are no longer required: [2021-04-06T06:45:37.165Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-06T06:45:37.165Z] uidmap xdelta3 [2021-04-06T06:45:37.165Z] Use 'sudo apt autoremove' to remove them. [2021-04-06T06:45:37.165Z] The following packages will be REMOVED: [2021-04-06T06:45:37.165Z] lxd* lxd-client* [2021-04-06T06:45:37.425Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-06T06:45:37.426Z] After this operation, 31.7 MB disk space will be freed. [2021-04-06T06:45:38.262Z] 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-06T06:45:38.484Z] (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-06T06:45:38.484Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-06T06:45:39.426Z] Removing lxd dnsmasq configuration [2021-04-06T06:45:39.426Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-06T06:45:39.687Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-06T06:45:40.631Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-06T06:45:40.895Z] (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-06T06:45:40.895Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-06T06:45:42.285Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-06T06:45:42.285Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-06T06:45:43.238Z] + sudo snap remove --purge lxd [2021-04-06T06:45:43.500Z] snap "lxd" is not installed [2021-04-06T06:45:43.500Z] + sudo groupadd --force --system lxd [2021-04-06T06:45:43.500Z] ++ whoami [2021-04-06T06:45:43.500Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-06T06:45:43.500Z] + newgrp - lxd [2021-04-06T06:45:43.500Z] + sudo snap install lxd [2021-04-06T06:45:43.676Z] 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-06T06:45:49.079Z] 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-06T06:45:53.373Z] 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-06T06:45:53.549Z] 2021-04-06T06:45:51Z INFO Waiting for automatic snapd restart... [2021-04-06T06:45:57.672Z] 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-06T06:46:00.282Z] 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-06T06:46:04.595Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-06T06:46:12.908Z] $ docker stop --time=1 0921a04bfc1411e6cced592ff1b6df11f91bdffe93780bb08e6d45d8e801566c [2021-04-06T06:46:15.439Z] $ docker rm -f 0921a04bfc1411e6cced592ff1b6df11f91bdffe93780bb08e6d45d8e801566c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:17.384Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-06T06:46:17.384Z] [2021-04-06T06:46:17.384Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:17.779Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-06T06:46:17.779Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-06T06:46:17.780Z] 29e5d40040c1: Pulling fs layer [2021-04-06T06:46:17.780Z] 1ce36da41761: Pulling fs layer [2021-04-06T06:46:17.780Z] 25b303627fd3: Pulling fs layer [2021-04-06T06:46:18.373Z] 29e5d40040c1: Verifying Checksum [2021-04-06T06:46:18.373Z] 29e5d40040c1: Download complete [2021-04-06T06:46:18.972Z] 1ce36da41761: Verifying Checksum [2021-04-06T06:46:18.972Z] 1ce36da41761: Download complete [2021-04-06T06:46:19.246Z] 29e5d40040c1: Pull complete [2021-04-06T06:46:20.696Z] 1ce36da41761: Pull complete [2021-04-06T06:46:20.696Z] 25b303627fd3: Verifying Checksum [2021-04-06T06:46:20.696Z] 25b303627fd3: Download complete [2021-04-06T06:46:30.839Z] 25b303627fd3: Pull complete [2021-04-06T06:46:30.839Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-06T06:46:30.839Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-06T06:46:30.839Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-06T06:46:31.109Z] prd-ubuntu18.04-docker-arm64-4c-16g-32913 does not seem to be running inside a container [2021-04-06T06:46:31.189Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@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-arm64:latest cat [2021-04-06T06:46:34.359Z] $ docker top 3be9bf2da6aee653805125e243f09b1299712906101459b590e57b6e824bbc4b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T06:46:35.329Z] + docker-compose build --help [2021-04-06T06:46:35.329Z] + grep parallel [2021-04-06T06:46:38.696Z] --parallel Build images in parallel. [Pipeline] } [2021-04-06T06:46:38.714Z] $ docker stop --time=1 3be9bf2da6aee653805125e243f09b1299712906101459b590e57b6e824bbc4b [2021-04-06T06:46:40.643Z] $ docker rm -f 3be9bf2da6aee653805125e243f09b1299712906101459b590e57b6e824bbc4b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:41.510Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-06T06:46:41.510Z] . [Pipeline] withDockerContainer [2021-04-06T06:46:41.771Z] prd-ubuntu18.04-docker-arm64-4c-16g-32913 does not seem to be running inside a container [2021-04-06T06:46:41.846Z] $ 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/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@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-06T06:46:43.264Z] $ docker top 4d36853b4111f6c4e04131d62abec6b46715d67c43b443bc1aa4f0b87b52b64d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T06:46:44.252Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-06T06:46:48.546Z] Building docker-core-command-go ... [2021-04-06T06:46:48.546Z] Building docker-core-data-go ... [2021-04-06T06:46:48.546Z] Building docker-core-metadata-go ... [2021-04-06T06:46:48.546Z] Building docker-security-bootstrapper-go ... [2021-04-06T06:46:48.546Z] Building docker-security-proxy-setup-go ... [2021-04-06T06:46:48.546Z] Building docker-security-secretstore-setup-go ... [2021-04-06T06:46:48.546Z] Building docker-support-notifications-go ... [2021-04-06T06:46:48.546Z] Building docker-support-scheduler-go ... [2021-04-06T06:46:48.546Z] Building docker-sys-mgmt-agent-go ... [2021-04-06T06:46:48.546Z] Building docker-sys-mgmt-agent-go [2021-04-06T06:46:48.546Z] Building docker-support-notifications-go [2021-04-06T06:46:48.546Z] Building docker-security-bootstrapper-go [2021-04-06T06:46:48.546Z] Building docker-security-proxy-setup-go [2021-04-06T06:46:48.546Z] Building docker-core-data-go [2021-04-06T06:47:45.085Z] lxd 4.12 from Canonical* installed [2021-04-06T06:47:45.085Z] + sudo lxd init --auto [2021-04-06T06:47:45.085Z] + sudo snap install --classic snapcraft [2021-04-06T06:48:10.348Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:48:10.348Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:48:10.348Z] ---> e3ddcf671f47 [2021-04-06T06:48:10.348Z] Step 3/26 : WORKDIR /edgex-go [2021-04-06T06:48:10.348Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:48:10.348Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:48:10.348Z] ---> e3ddcf671f47 [2021-04-06T06:48:10.348Z] Step 3/31 : WORKDIR /edgex-go [2021-04-06T06:48:10.348Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:48:10.348Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:48:10.348Z] ---> e3ddcf671f47 [2021-04-06T06:48:10.348Z] Step 3/21 : WORKDIR /edgex-go [2021-04-06T06:48:10.348Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:48:10.348Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:48:10.348Z] ---> e3ddcf671f47 [2021-04-06T06:48:10.348Z] Step 3/22 : WORKDIR /edgex-go [2021-04-06T06:48:10.348Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:48:10.348Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:48:10.348Z] ---> e3ddcf671f47 [2021-04-06T06:48:10.348Z] Step 3/23 : WORKDIR /edgex-go [2021-04-06T06:48:10.348Z] ---> Running in e96e9f250360 [2021-04-06T06:48:10.348Z] ---> Running in 5882b4afb017 [2021-04-06T06:48:10.348Z] ---> Running in 35fe9651d6a2 [2021-04-06T06:48:10.348Z] ---> Running in 91169d56bf1a [2021-04-06T06:48:10.348Z] ---> Running in 59290df363cd [2021-04-06T06:48:10.348Z] Removing intermediate container 5882b4afb017 [2021-04-06T06:48:10.348Z] Removing intermediate container 35fe9651d6a2 [2021-04-06T06:48:10.348Z] ---> 57397fc85121 [2021-04-06T06:48:10.348Z] ---> ec909bb3af90 [2021-04-06T06:48:10.348Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:48:10.348Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:48:10.348Z] Removing intermediate container 91169d56bf1a [2021-04-06T06:48:10.348Z] ---> 4a2a353c65ab [2021-04-06T06:48:10.348Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:48:10.348Z] Removing intermediate container e96e9f250360 [2021-04-06T06:48:10.348Z] ---> 151a18abfa1b [2021-04-06T06:48:10.348Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:48:10.348Z] Removing intermediate container 59290df363cd [2021-04-06T06:48:10.348Z] ---> e148f8df4e5c [2021-04-06T06:48:10.348Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:48:10.348Z] ---> Running in e12c5a85a98d [2021-04-06T06:48:10.348Z] ---> Running in b63033947c8d [2021-04-06T06:48:10.348Z] ---> Running in 63d6327b10d6 [2021-04-06T06:48:10.348Z] ---> Running in 8c387ecad248 [2021-04-06T06:48:10.348Z] ---> Running in 398d35909201 [2021-04-06T06:48:10.348Z] Removing intermediate container e12c5a85a98d [2021-04-06T06:48:10.348Z] ---> ff7b2ee3cf71 [2021-04-06T06:48:10.348Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-06T06:48:10.348Z] Removing intermediate container b63033947c8d [2021-04-06T06:48:10.348Z] ---> 6ea0ce08d933 [2021-04-06T06:48:10.348Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-06T06:48:10.348Z] ---> Running in 7d7d62fc4a4c [2021-04-06T06:48:10.348Z] ---> Running in e143d45940ab [2021-04-06T06:48:10.348Z] Removing intermediate container 63d6327b10d6 [2021-04-06T06:48:10.348Z] ---> 0d842396164c [2021-04-06T06:48:10.348Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-06T06:48:10.620Z] ---> Running in 8a50e5c54e4b [2021-04-06T06:48:10.620Z] Removing intermediate container 398d35909201 [2021-04-06T06:48:10.620Z] ---> cb852a882a59 [2021-04-06T06:48:10.620Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-06T06:48:10.620Z] Removing intermediate container 8c387ecad248 [2021-04-06T06:48:10.620Z] ---> 3ea23917954f [2021-04-06T06:48:10.620Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-06T06:48:10.894Z] ---> Running in d84bd4c024bd [2021-04-06T06:48:10.894Z] ---> Running in 1eb04abec4a9 [2021-04-06T06:48:12.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:48:12.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:48:12.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:48:12.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:48:12.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:48:12.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:48:13.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:48:13.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:48:13.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:48:13.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:48:13.716Z] OK: 217 MiB in 51 packages [2021-04-06T06:48:13.716Z] OK: 217 MiB in 51 packages [2021-04-06T06:48:14.320Z] OK: 217 MiB in 51 packages [2021-04-06T06:48:14.597Z] OK: 217 MiB in 51 packages [2021-04-06T06:48:14.597Z] OK: 217 MiB in 51 packages [2021-04-06T06:48:15.600Z] Removing intermediate container 7d7d62fc4a4c [2021-04-06T06:48:15.600Z] ---> cf8f28007237 [2021-04-06T06:48:15.600Z] Step 6/31 : COPY go.mod . [2021-04-06T06:48:15.884Z] Removing intermediate container e143d45940ab [2021-04-06T06:48:15.884Z] ---> ee12a4a1442e [2021-04-06T06:48:15.884Z] Step 6/21 : COPY go.mod . [2021-04-06T06:48:15.884Z] Removing intermediate container 8a50e5c54e4b [2021-04-06T06:48:15.884Z] ---> dc535d39bd49 [2021-04-06T06:48:15.884Z] Step 6/23 : COPY go.mod . [2021-04-06T06:48:16.480Z] Removing intermediate container 1eb04abec4a9 [2021-04-06T06:48:16.481Z] ---> 1cdf6e63c1ff [2021-04-06T06:48:16.481Z] Step 6/26 : COPY go.mod . [2021-04-06T06:48:16.763Z] Removing intermediate container d84bd4c024bd [2021-04-06T06:48:16.763Z] ---> 8cd04730125e [2021-04-06T06:48:16.763Z] Step 6/22 : COPY go.mod . [2021-04-06T06:48:16.763Z] ---> d265d75f507d [2021-04-06T06:48:16.763Z] Step 7/31 : RUN go mod download [2021-04-06T06:48:17.035Z] ---> Running in 90f452f8e7f1 [2021-04-06T06:48:17.035Z] ---> c0aecb9834d4 [2021-04-06T06:48:17.035Z] Step 7/23 : RUN go mod download [2021-04-06T06:48:17.035Z] ---> b4a0a5733fd5 [2021-04-06T06:48:17.035Z] Step 7/21 : RUN go mod download [2021-04-06T06:48:17.314Z] ---> Running in b430792eb98c [2021-04-06T06:48:17.314Z] ---> Running in bbd301d166af [2021-04-06T06:48:17.314Z] ---> 5084ce6ebfb6 [2021-04-06T06:48:17.314Z] Step 7/26 : RUN go mod download [2021-04-06T06:48:17.910Z] ---> Running in 748215a892aa [2021-04-06T06:48:17.910Z] ---> 05f28daf948f [2021-04-06T06:48:17.910Z] Step 7/22 : RUN go mod download [2021-04-06T06:48:18.185Z] ---> Running in e817c193d904 [2021-04-06T06:48:21.617Z] Removing intermediate container 90f452f8e7f1 [2021-04-06T06:48:21.617Z] ---> c29dec44a69f [2021-04-06T06:48:21.617Z] Step 8/31 : COPY . . [2021-04-06T06:48:21.617Z] Removing intermediate container b430792eb98c [2021-04-06T06:48:21.617Z] ---> cb929369be31 [2021-04-06T06:48:21.617Z] Step 8/23 : COPY . . [2021-04-06T06:48:22.219Z] Removing intermediate container bbd301d166af [2021-04-06T06:48:22.219Z] ---> 0f54298ee09f [2021-04-06T06:48:22.219Z] Step 8/21 : COPY . . [2021-04-06T06:48:22.845Z] Removing intermediate container e817c193d904 [2021-04-06T06:48:22.845Z] ---> 6e750f08c513 [2021-04-06T06:48:22.845Z] Step 8/22 : COPY . . [2021-04-06T06:48:23.453Z] Removing intermediate container 748215a892aa [2021-04-06T06:48:23.453Z] ---> c5d0d5f18685 [2021-04-06T06:48:23.453Z] Step 8/26 : COPY . . [2021-04-06T06:48:50.284Z] ---> 3176227c8ffd [2021-04-06T06:48:50.284Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-06T06:48:50.284Z] ---> cfc88e1f09b6 [2021-04-06T06:48:50.284Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-06T06:48:50.284Z] ---> c2699ca82add [2021-04-06T06:48:50.284Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-06T06:48:50.284Z] ---> 19af24fa62c8 [2021-04-06T06:48:50.284Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-06T06:48:50.284Z] ---> Running in 7c9099fca2ba [2021-04-06T06:48:50.284Z] ---> cbd9cca06945 [2021-04-06T06:48:50.284Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-06T06:48:50.284Z] ---> Running in 0aa937c46daf [2021-04-06T06:48:50.284Z] ---> Running in c2760edcb82d [2021-04-06T06:48:50.284Z] ---> Running in 33eae73d86b9 [2021-04-06T06:48:50.284Z] ---> Running in 2047df7cd66d [2021-04-06T06:48:50.284Z] 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-06T06:48:50.284Z] 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-06T06:48:50.284Z] 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-06T06:48:50.284Z] 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-06T06:48:50.284Z] 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-06T06:49:36.625Z] snapcraft 4.6 from Canonical* installed [2021-04-06T06:49:36.625Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-06T06:49:36.625Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-06T06:49:36.625Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T06:49:36.625Z] Dload Upload Total Spent Left Speed [2021-04-06T06:49:36.625Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4045 0 --:--:-- --:--:-- --:--:-- 4019 [2021-04-06T06:49:36.625Z] 100 3325k 100 3325k 0 0 6089k 0 --:--:-- --:--:-- --:--:-- 6089k [2021-04-06T06:49:36.625Z] ./yq_linux_amd64 [2021-04-06T06:49:36.625Z] + sudo snapcraft prime --use-lxd [2021-04-06T06:49:36.625Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-06T06:49:36.625Z] 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-06T06:49:36.625Z] - README.md [2021-04-06T06:49:36.625Z] [2021-04-06T06:49:36.625Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-06T06:49:36.625Z] Launching a container. [2021-04-06T06:49:41.922Z] Waiting for container to be ready [2021-04-06T06:49:42.182Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-06T06:49:42.182Z] [2021-04-06T06:49:46.397Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-06T06:49:46.397Z] Waiting for network to be ready... [2021-04-06T06:49:51.705Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-06T06:49:51.705Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-06T06:49:52.647Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-06T06:49:52.647Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-06T06:49:52.907Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-06T06:49:52.907Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-06T06:49:52.907Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-06T06:49:53.167Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-06T06:49:53.167Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-06T06:49:53.167Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-06T06:49:53.167Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-06T06:49:53.167Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-06T06:49:53.167Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-06T06:49:53.167Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-06T06:49:53.167Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-06T06:49:53.167Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-06T06:49:53.167Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-06T06:49:53.167Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-06T06:49:53.430Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-06T06:49:53.430Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-06T06:49:53.691Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-06T06:49:53.691Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-06T06:49:53.691Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-06T06:49:53.691Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-06T06:49:53.691Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-06T06:49:53.691Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1726 kB] [2021-04-06T06:49:53.691Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-06T06:49:56.236Z] Fetched 24.2 MB in 10s (2507 kB/s) [2021-04-06T06:49:57.180Z] Reading package lists... [2021-04-06T06:49:57.440Z] Reading package lists... [2021-04-06T06:49:57.440Z] Building dependency tree... [2021-04-06T06:49:57.440Z] Reading state information... [2021-04-06T06:49:57.700Z] The following additional packages will be installed: [2021-04-06T06:49:57.701Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-06T06:49:57.701Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-06T06:49:57.701Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-06T06:49:57.701Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-06T06:49:57.701Z] Suggested packages: [2021-04-06T06:49:57.701Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-06T06:49:57.701Z] Recommended packages: [2021-04-06T06:49:57.701Z] gnupg libsasl2-modules [2021-04-06T06:49:57.701Z] The following NEW packages will be installed: [2021-04-06T06:49:57.701Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-06T06:49:57.701Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-06T06:49:57.701Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-06T06:49:57.701Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-06T06:49:57.701Z] The following packages will be upgraded: [2021-04-06T06:49:57.701Z] gpg gpg-agent gpgconf libudev1 [2021-04-06T06:49:57.962Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-04-06T06:49:57.962Z] Need to get 3530 kB of archives. [2021-04-06T06:49:57.962Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-06T06:49:57.962Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-06T06:49:57.962Z] Get:2 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-06T06:49:58.222Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-06T06:49:58.222Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-06T06:49:58.222Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-06T06:49:58.222Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-06T06:49:58.482Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-06T06:49:58.482Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-06T06:49:58.482Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-06T06:49:58.743Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-06T06:49:58.743Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-06T06:49:58.743Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-06T06:49:58.743Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-06T06:49:58.743Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-06T06:49:58.743Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-06T06:49:58.743Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-06T06:49:58.743Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-06T06:49:58.743Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-06T06:49:58.743Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-06T06:49:58.743Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-06T06:49:58.743Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-06T06:49:58.743Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-06T06:49:59.005Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-06T06:49:59.005Z] Fetched 3530 kB in 1s (3179 kB/s) [2021-04-06T06:49:59.005Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-06T06:49:59.005Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-06T06:49:59.005Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-06T06:49:59.005Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-06T06:49:59.266Z] Selecting previously unselected package udev. [2021-04-06T06:49:59.266Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-06T06:49:59.266Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-06T06:49:59.266Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-06T06:49:59.526Z] Selecting previously unselected package libfuse2:amd64. [2021-04-06T06:49:59.526Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-06T06:49:59.526Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-06T06:49:59.787Z] Selecting previously unselected package fuse. [2021-04-06T06:49:59.787Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-06T06:49:59.787Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-06T06:49:59.787Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-06T06:49:59.787Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-06T06:50:00.048Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-06T06:50:00.048Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-06T06:50:00.048Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-06T06:50:00.048Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-06T06:50:00.309Z] Selecting previously unselected package libksba8:amd64. [2021-04-06T06:50:00.309Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-06T06:50:00.309Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-06T06:50:00.309Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-06T06:50:00.309Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-06T06:50:00.309Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:50:00.309Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-06T06:50:00.309Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-06T06:50:00.309Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:50:00.570Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-06T06:50:00.570Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-06T06:50:00.570Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:50:00.570Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-06T06:50:00.570Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-06T06:50:00.570Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:50:00.831Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-06T06:50:00.831Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-06T06:50:00.831Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:50:00.831Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-06T06:50:00.831Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-06T06:50:00.831Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:50:00.831Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-06T06:50:00.831Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-06T06:50:00.831Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:50:01.091Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-06T06:50:01.091Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-06T06:50:01.091Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:50:01.091Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-06T06:50:01.091Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-06T06:50:01.091Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:50:01.352Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-06T06:50:01.352Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-06T06:50:01.352Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-06T06:50:01.352Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-06T06:50:01.352Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-06T06:50:01.352Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-06T06:50:01.352Z] Selecting previously unselected package libldap-common. [2021-04-06T06:50:01.352Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-06T06:50:01.352Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-06T06:50:01.352Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-06T06:50:01.352Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-06T06:50:01.352Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-06T06:50:01.615Z] Selecting previously unselected package dirmngr. [2021-04-06T06:50:01.615Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-06T06:50:01.615Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-06T06:50:01.615Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-06T06:50:01.615Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-06T06:50:01.878Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-06T06:50:01.878Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-06T06:50:01.878Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-06T06:50:01.878Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-06T06:50:01.878Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:50:01.878Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-06T06:50:01.878Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-06T06:50:02.139Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-06T06:50:02.401Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-06T06:50:02.401Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:50:02.663Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-06T06:50:02.663Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-06T06:50:02.663Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-06T06:50:02.663Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:50:02.663Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:50:02.663Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:50:02.663Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:50:02.663Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:50:02.924Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:50:02.924Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T06:50:02.924Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-06T06:50:02.924Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-06T06:50:02.924Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-06T06:50:03.495Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-06T06:50:03.495Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-06T06:50:03.495Z] This means they are not meant to be enabled using systemctl. [2021-04-06T06:50:03.495Z] Possible reasons for having this kind of units are: [2021-04-06T06:50:03.495Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-06T06:50:03.495Z] .wants/ or .requires/ directory. [2021-04-06T06:50:03.495Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-06T06:50:03.495Z] a requirement dependency on it. [2021-04-06T06:50:03.495Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-06T06:50:03.495Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-06T06:50:03.495Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-06T06:50:03.495Z] instance name specified. [2021-04-06T06:50:03.755Z] Reading package lists... [2021-04-06T06:50:03.755Z] Building dependency tree... [2021-04-06T06:50:03.755Z] Reading state information... [2021-04-06T06:50:04.028Z] The following additional packages will be installed: [2021-04-06T06:50:04.028Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-06T06:50:04.028Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-06T06:50:04.028Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-06T06:50:04.028Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-06T06:50:04.028Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-06T06:50:04.028Z] Suggested packages: [2021-04-06T06:50:04.028Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-06T06:50:04.028Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-06T06:50:04.028Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-06T06:50:04.028Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-06T06:50:04.028Z] systemd-container policykit-1 [2021-04-06T06:50:04.028Z] Recommended packages: [2021-04-06T06:50:04.028Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-06T06:50:04.028Z] The following NEW packages will be installed: [2021-04-06T06:50:04.028Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-06T06:50:04.028Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-06T06:50:04.028Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-06T06:50:04.028Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-06T06:50:04.028Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-06T06:50:04.028Z] The following packages will be upgraded: [2021-04-06T06:50:04.028Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-06T06:50:04.290Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-04-06T06:50:04.290Z] Need to get 35.2 MB of archives. [2021-04-06T06:50:04.290Z] After this operation, 141 MB of additional disk space will be used. [2021-04-06T06:50:04.290Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-06T06:50:04.290Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-04-06T06:50:04.862Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-04-06T06:50:04.862Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-06T06:50:04.862Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-06T06:50:04.862Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-06T06:50:04.862Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-06T06:50:04.862Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-06T06:50:04.862Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-06T06:50:04.862Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-06T06:50:04.862Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-06T06:50:04.862Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-06T06:50:04.862Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-06T06:50:05.122Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-06T06:50:05.122Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-06T06:50:05.122Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-06T06:50:05.122Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-06T06:50:05.122Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-06T06:50:05.122Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-06T06:50:05.122Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-06T06:50:05.384Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-06T06:50:05.384Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-06T06:50:05.384Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-06T06:50:05.384Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-06T06:50:05.384Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-06T06:50:05.384Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-06T06:50:05.384Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-06T06:50:05.384Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-06T06:50:05.384Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-06T06:50:05.384Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-06T06:50:06.770Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-06T06:50:06.770Z] Fetched 35.2 MB in 3s (14.1 MB/s) [2021-04-06T06:50:06.770Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-06T06:50:06.770Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-06T06:50:06.770Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-06T06:50:07.343Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-06T06:50:07.604Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-06T06:50:07.604Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-06T06:50:07.604Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-06T06:50:07.604Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-04-06T06:50:07.604Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-04-06T06:50:07.865Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-04-06T06:50:08.126Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-06T06:50:08.126Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-04-06T06:50:08.126Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-04-06T06:50:08.386Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-04-06T06:50:08.387Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-06T06:50:08.959Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-06T06:50:08.959Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-06T06:50:08.959Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-06T06:50:08.959Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-06T06:50:09.219Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-06T06:50:09.219Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-06T06:50:09.219Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-06T06:50:09.484Z] Selecting previously unselected package libexpat1:amd64. [2021-04-06T06:50:09.484Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-06T06:50:09.484Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-06T06:50:09.746Z] Selecting previously unselected package python3.6-minimal. [2021-04-06T06:50:09.746Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-06T06:50:09.746Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-06T06:50:10.028Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-06T06:50:10.028Z] Checking for services that may need to be restarted...done. [2021-04-06T06:50:10.028Z] Checking for services that may need to be restarted...done. [2021-04-06T06:50:10.028Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-06T06:50:10.287Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-06T06:50:10.287Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-06T06:50:10.860Z] Selecting previously unselected package python3-minimal. [2021-04-06T06:50:10.860Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-06T06:50:10.860Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-06T06:50:10.860Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-06T06:50:10.860Z] Selecting previously unselected package mime-support. [2021-04-06T06:50:10.860Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-06T06:50:10.860Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-06T06:50:10.860Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-06T06:50:10.860Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-06T06:50:10.860Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-06T06:50:11.122Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-06T06:50:11.122Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-06T06:50:11.122Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-06T06:50:12.076Z] Selecting previously unselected package python3.6. [2021-04-06T06:50:12.076Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-06T06:50:12.337Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-06T06:50:12.337Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-06T06:50:12.337Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-06T06:50:12.337Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-06T06:50:12.337Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-06T06:50:12.598Z] Selecting previously unselected package python3. [2021-04-06T06:50:12.598Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-06T06:50:12.598Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-06T06:50:12.598Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-06T06:50:12.858Z] Selecting previously unselected package multiarch-support. [2021-04-06T06:50:12.858Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-06T06:50:12.858Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-06T06:50:12.858Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-06T06:50:12.858Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-06T06:50:12.858Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-06T06:50:12.858Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-06T06:50:13.119Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-06T06:50:13.119Z] Selecting previously unselected package libbsd0:amd64. [2021-04-06T06:50:13.120Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-06T06:50:13.120Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-06T06:50:13.120Z] Selecting previously unselected package sudo. [2021-04-06T06:50:13.120Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-06T06:50:13.120Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-06T06:50:13.381Z] Selecting previously unselected package apparmor. [2021-04-06T06:50:13.381Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-06T06:50:13.381Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-06T06:50:13.642Z] Selecting previously unselected package libedit2:amd64. [2021-04-06T06:50:13.642Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-06T06:50:13.642Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-06T06:50:13.642Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-06T06:50:13.642Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-06T06:50:13.642Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-06T06:50:13.904Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-06T06:50:13.904Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-06T06:50:13.904Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-06T06:50:13.904Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-06T06:50:13.904Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-06T06:50:13.904Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-06T06:50:13.904Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-06T06:50:13.904Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-06T06:50:13.904Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-06T06:50:14.164Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-06T06:50:14.164Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-06T06:50:14.164Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-06T06:50:14.164Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-06T06:50:14.164Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-06T06:50:14.164Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-06T06:50:14.426Z] Selecting previously unselected package openssh-client. [2021-04-06T06:50:14.426Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-06T06:50:14.426Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-06T06:50:14.688Z] Selecting previously unselected package squashfs-tools. [2021-04-06T06:50:14.689Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-06T06:50:14.689Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-06T06:50:14.689Z] Selecting previously unselected package snapd. [2021-04-06T06:50:14.689Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-06T06:50:14.689Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-06T06:50:16.607Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-06T06:50:16.868Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-06T06:50:17.130Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-06T06:50:17.390Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-06T06:50:17.650Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-06T06:50:17.650Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-06T06:50:17.650Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-06T06:50:17.650Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-06T06:50:17.912Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-06T06:50:18.854Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-06T06:50:18.854Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-06T06:50:19.115Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-06T06:50:19.115Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-06T06:50:19.115Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-06T06:50:19.115Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-06T06:50:19.686Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-06T06:50:19.686Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-06T06:50:19.686Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-06T06:50:19.948Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-06T06:50:19.948Z] running python rtupdate hooks for python3.6... [2021-04-06T06:50:19.948Z] running python post-rtupdate hooks for python3.6... [2021-04-06T06:50:19.948Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-06T06:50:21.336Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-06T06:50:21.336Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-06T06:50:21.597Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-06T06:50:21.597Z] Setting up snapd (2.48.3+18.04) ... [2021-04-06T06:50:22.170Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-06T06:50:22.170Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-06T06:50:22.432Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-06T06:50:22.432Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-06T06:50:22.694Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-06T06:50:22.694Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-06T06:50:22.955Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-06T06:50:22.955Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-06T06:50:23.216Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-06T06:50:23.478Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-06T06:50:23.478Z] /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-06T06:50:23.478Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-06T06:50:23.740Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-06T06:50:24.684Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-06T06:50:24.684Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-06T06:50:24.684Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-06T06:50:25.908Z] Reading package lists... [2021-04-06T06:50:25.908Z] Reading package lists... [2021-04-06T06:50:26.180Z] Building dependency tree... [2021-04-06T06:50:26.180Z] Reading state information... [2021-04-06T06:50:26.180Z] Calculating upgrade... [2021-04-06T06:50:26.180Z] The following packages will be upgraded: [2021-04-06T06:50:26.180Z] advancecomp base-files bash binutils binutils-common [2021-04-06T06:50:26.180Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-06T06:50:26.180Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-06T06:50:26.180Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-06T06:50:26.180Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-06T06:50:26.180Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-06T06:50:26.180Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-06T06:50:26.180Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-04-06T06:50:26.180Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-04-06T06:50:26.180Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-04-06T06:50:26.180Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-04-06T06:50:26.180Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-04-06T06:50:26.180Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-04-06T06:50:26.180Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-04-06T06:50:26.180Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-06T06:50:26.441Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-06T06:50:26.441Z] Need to get 63.8 MB of archives. [2021-04-06T06:50:26.441Z] After this operation, 5208 kB of additional disk space will be used. [2021-04-06T06:50:26.441Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-04-06T06:50:26.441Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-06T06:50:26.441Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-06T06:50:26.441Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-06T06:50:26.441Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-06T06:50:26.441Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-06T06:50:26.441Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-06T06:50:26.441Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-06T06:50:26.441Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-06T06:50:26.441Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-06T06:50:26.442Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-06T06:50:26.442Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-06T06:50:26.442Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-06T06:50:26.442Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-06T06:50:26.707Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-06T06:50:26.707Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-06T06:50:26.707Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-06T06:50:26.707Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-06T06:50:26.707Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-06T06:50:26.707Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-06T06:50:26.707Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-06T06:50:26.708Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-06T06:50:26.708Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-06T06:50:26.708Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-06T06:50:26.708Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-06T06:50:26.708Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-06T06:50:26.708Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-06T06:50:26.708Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-06T06:50:26.708Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-06T06:50:26.708Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-06T06:50:26.708Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-06T06:50:26.708Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-06T06:50:26.708Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-06T06:50:26.708Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-06T06:50:26.708Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-06T06:50:26.708Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-06T06:50:26.708Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-06T06:50:26.708Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-04-06T06:50:26.708Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-06T06:50:26.708Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-06T06:50:26.969Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-06T06:50:26.969Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-06T06:50:26.969Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-06T06:50:26.969Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-06T06:50:26.969Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-06T06:50:26.969Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-06T06:50:26.969Z] Get:47 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-06T06:50:26.969Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-06T06:50:26.969Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-06T06:50:26.969Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-06T06:50:26.969Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-06T06:50:26.969Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-06T06:50:26.969Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-06T06:50:26.969Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-06T06:50:26.969Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-06T06:50:27.138Z] 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-06T06:50:27.234Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-06T06:50:27.234Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-06T06:50:27.234Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-06T06:50:27.234Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-06T06:50:27.498Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-06T06:50:27.498Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-06T06:50:27.498Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-06T06:50:27.498Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-06T06:50:27.498Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-06T06:50:28.075Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-06T06:50:28.075Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-06T06:50:28.657Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-06T06:50:28.657Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-06T06:50:28.657Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-06T06:50:28.657Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-06T06:50:28.657Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-06T06:50:28.657Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-06T06:50:28.657Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-06T06:50:28.657Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-06T06:50:28.921Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-06T06:50:28.921Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-06T06:50:28.921Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-06T06:50:28.921Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-06T06:50:28.921Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-06T06:50:28.921Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-06T06:50:28.921Z] 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-06T06:50:28.921Z] 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-06T06:50:28.921Z] 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-06T06:50:28.921Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-06T06:50:28.921Z] 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-06T06:50:28.921Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-06T06:50:29.186Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-06T06:50:29.186Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-06T06:50:29.186Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-06T06:50:29.186Z] 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-06T06:50:29.186Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-06T06:50:29.186Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-06T06:50:29.186Z] 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-06T06:50:29.186Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-06T06:50:29.186Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-06T06:50:29.186Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-06T06:50:29.186Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-06T06:50:29.186Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-06T06:50:29.186Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-06T06:50:29.448Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-06T06:50:29.448Z] Fetched 63.8 MB in 3s (21.6 MB/s) [2021-04-06T06:50:29.448Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:50:29.448Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-06T06:50:29.448Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-06T06:50:30.048Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-06T06:50:30.048Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-06T06:50:30.310Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-04-06T06:50:30.310Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-04-06T06:50:30.883Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T06:50:30.883Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T06:50:31.143Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T06:50:31.143Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T06:50:31.143Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T06:50:31.143Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T06:50:31.408Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T06:50:31.408Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T06:50:31.408Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T06:50:31.408Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T06:50:31.670Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T06:50:31.670Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T06:50:31.670Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T06:50:31.670Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T06:50:31.931Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T06:50:31.931Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-06T06:50:31.931Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T06:50:31.931Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-06T06:50:31.931Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-06T06:50:32.192Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-06T06:50:32.192Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T06:50:32.192Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T06:50:32.192Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T06:50:32.192Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T06:50:32.453Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T06:50:32.453Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T06:50:32.453Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T06:50:32.714Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-06T06:50:32.714Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-06T06:50:32.977Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-06T06:50:33.238Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-06T06:50:33.499Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-06T06:50:33.499Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-06T06:50:33.499Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-06T06:50:33.499Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-06T06:50:33.499Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-06T06:50:33.759Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-06T06:50:33.759Z] Installing new version of config file /etc/issue ... [2021-04-06T06:50:33.759Z] Installing new version of config file /etc/issue.net ... [2021-04-06T06:50:33.759Z] Installing new version of config file /etc/lsb-release ... [2021-04-06T06:50:34.020Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-06T06:50:34.020Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-06T06:50:34.280Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-06T06:50:34.280Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-06T06:50:34.280Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:50:34.280Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-06T06:50:34.280Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-06T06:50:34.541Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-06T06:50:34.541Z] 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-06T06:50:34.802Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:50:34.802Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-06T06:50:34.802Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-06T06:50:34.802Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-06T06:50:34.802Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:50:34.802Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-06T06:50:35.062Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-06T06:50:35.062Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-06T06:50:35.321Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:50:35.321Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-06T06:50:35.321Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-06T06:50:35.582Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-06T06:50:35.582Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:50:35.582Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-06T06:50:35.844Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-06T06:50:35.844Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-06T06:50:35.844Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:50:35.844Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-06T06:50:36.112Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-06T06:50:36.112Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-06T06:50:36.373Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:50:36.373Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-06T06:50:36.373Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-06T06:50:36.373Z] Setting up grep (3.1-2build1) ... [2021-04-06T06:50:36.636Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:50:36.636Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-06T06:50:36.636Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-06T06:50:36.909Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-06T06:50:36.909Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:50:36.909Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-06T06:50:36.909Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-06T06:50:37.172Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-06T06:50:37.172Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:50:37.172Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-06T06:50:37.172Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-06T06:50:37.765Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-06T06:50:37.765Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-06T06:50:37.765Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-06T06:50:38.026Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-06T06:50:38.618Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-06T06:50:38.618Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:50:38.618Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-06T06:50:38.618Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-06T06:50:40.001Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-06T06:50:40.001Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-06T06:50:40.262Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-06T06:50:40.262Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-06T06:50:40.526Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-06T06:50:40.787Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:50:40.787Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-06T06:50:40.787Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-06T06:50:41.048Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-06T06:50:41.308Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:50:41.308Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-06T06:50:41.308Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-06T06:50:41.308Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-06T06:50:41.569Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:50:41.569Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-06T06:50:41.569Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-06T06:50:41.569Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-06T06:50:41.831Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:50:41.831Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-06T06:50:41.831Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-06T06:50:41.831Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-06T06:50:42.092Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:50:42.092Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-06T06:50:42.092Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-06T06:50:42.092Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-06T06:50:42.306Z] Removing intermediate container 7c9099fca2ba [2021-04-06T06:50:42.306Z] ---> e935bdab1e93 [2021-04-06T06:50:42.306Z] [2021-04-06T06:50:42.306Z] Step 10/31 : FROM alpine:3.12 [2021-04-06T06:50:42.306Z] 3.12: Pulling from library/alpine [2021-04-06T06:50:42.353Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:50:42.353Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-06T06:50:42.353Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-06T06:50:42.353Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-06T06:50:42.353Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-06T06:50:42.616Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-06T06:50:42.616Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:50:42.616Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-06T06:50:42.616Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-06T06:50:42.878Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-06T06:50:42.878Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:50:42.878Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-06T06:50:42.878Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-06T06:50:42.906Z] Removing intermediate container c2760edcb82d [2021-04-06T06:50:42.906Z] ---> 57b44fb1f6b4 [2021-04-06T06:50:42.906Z] [2021-04-06T06:50:42.906Z] Step 10/21 : FROM alpine:3.12 [2021-04-06T06:50:42.906Z] 3.12: Pulling from library/alpine [2021-04-06T06:50:42.906Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T06:50:42.906Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T06:50:42.906Z] Status: Image is up to date for alpine:3.12 [2021-04-06T06:50:42.906Z] ---> d75e27dfc0a0 [2021-04-06T06:50:42.906Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-06T06:50:42.906Z] Status: Downloaded newer image for alpine:3.12 [2021-04-06T06:50:42.906Z] ---> d75e27dfc0a0 [2021-04-06T06:50:43.139Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-06T06:50:43.139Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:50:43.139Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-06T06:50:43.139Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-06T06:50:43.182Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-06T06:50:43.182Z] Removing intermediate container 2047df7cd66d [2021-04-06T06:50:43.182Z] ---> ea1c174b7ab8 [2021-04-06T06:50:43.182Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-06T06:50:43.402Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-06T06:50:43.402Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:50:43.402Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-06T06:50:43.402Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-06T06:50:43.787Z] ---> Running in 927c97f28822 [2021-04-06T06:50:43.787Z] ---> Running in ba48120ce1ef [2021-04-06T06:50:43.787Z] ---> Running in fcbad0d16bde [2021-04-06T06:50:43.972Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-06T06:50:44.233Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-06T06:50:44.492Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-06T06:50:44.492Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:50:44.493Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-06T06:50:44.493Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-06T06:50:44.782Z] Removing intermediate container ba48120ce1ef [2021-04-06T06:50:44.782Z] ---> 31145b8c97bb [2021-04-06T06:50:44.782Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-06T06:50:44.782Z] ---> Running in 16e5d1875478 [2021-04-06T06:50:45.063Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-06T06:50:45.064Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T06:50:45.064Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-06T06:50:45.064Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-06T06:50:45.324Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-06T06:50:45.324Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:50:45.324Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-06T06:50:45.324Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-06T06:50:45.602Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-06T06:50:45.779Z] 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-06T06:50:45.862Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:50:45.862Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-06T06:50:45.862Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-06T06:50:45.862Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-06T06:50:46.055Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:50:46.123Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:50:46.123Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-06T06:50:46.123Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-06T06:50:46.123Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-06T06:50:46.123Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:50:46.123Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-06T06:50:46.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:50:46.525Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-06T06:50:46.525Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-06T06:50:46.525Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:50:46.525Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-06T06:50:46.837Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-06T06:50:46.837Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-06T06:50:46.837Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:50:46.837Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-06T06:50:46.970Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-06T06:50:46.970Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-06T06:50:46.970Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-06T06:50:47.117Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-06T06:50:47.117Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-06T06:50:47.251Z] (4/4) Installing curl (7.69.1-r3) [2021-04-06T06:50:47.251Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:50:47.251Z] Executing ca-certificates-20191127-r4.trigger [2021-04-06T06:50:47.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:50:47.427Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:50:47.427Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-06T06:50:47.427Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-06T06:50:47.427Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-06T06:50:47.427Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-06T06:50:47.530Z] OK: 7 MiB in 18 packages [2021-04-06T06:50:47.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:50:47.694Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-06T06:50:47.694Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-06T06:50:47.695Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-06T06:50:47.695Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:50:47.695Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-06T06:50:47.695Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-06T06:50:47.994Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-06T06:50:48.156Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-06T06:50:48.156Z] (2/2) Installing su-exec (0.2-r1) [2021-04-06T06:50:48.156Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:50:48.156Z] OK: 5 MiB in 16 packages [2021-04-06T06:50:48.284Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:50:48.285Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-06T06:50:48.285Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-06T06:50:48.285Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-06T06:50:48.856Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:50:48.856Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-06T06:50:48.856Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-06T06:50:48.856Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-06T06:50:48.856Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:50:48.856Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-06T06:50:48.856Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-06T06:50:49.117Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-06T06:50:49.117Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:50:49.117Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-06T06:50:49.117Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-06T06:50:49.379Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-06T06:50:49.640Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:50:49.640Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-06T06:50:49.640Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-06T06:50:49.900Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-06T06:50:49.900Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:50:49.900Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-06T06:50:49.900Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-06T06:50:50.151Z] Removing intermediate container 33eae73d86b9 [2021-04-06T06:50:50.151Z] ---> 4b955e0e49fe [2021-04-06T06:50:50.151Z] [2021-04-06T06:50:50.151Z] Step 10/22 : FROM alpine:3.12 [2021-04-06T06:50:50.151Z] ---> d75e27dfc0a0 [2021-04-06T06:50:50.151Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-06T06:50:50.159Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-06T06:50:50.159Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:50:50.159Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-06T06:50:50.159Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-06T06:50:50.418Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-06T06:50:50.418Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:50:50.418Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-06T06:50:50.418Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-06T06:50:50.444Z] ---> Running in d1348a41d012 [2021-04-06T06:50:50.679Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-06T06:50:50.679Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:50:50.679Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-06T06:50:50.679Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-06T06:50:50.721Z] Removing intermediate container 16e5d1875478 [2021-04-06T06:50:50.722Z] ---> a5aaa914a591 [2021-04-06T06:50:50.722Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-06T06:50:50.722Z] Removing intermediate container 927c97f28822 [2021-04-06T06:50:50.722Z] ---> f46ead03018b [2021-04-06T06:50:50.722Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-06T06:50:50.940Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-06T06:50:50.940Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:50:50.940Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-04-06T06:50:50.940Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-04-06T06:50:50.999Z] ---> Running in fbf71a0ab2a2 [2021-04-06T06:50:50.999Z] ---> Running in f05804dac3a2 [2021-04-06T06:50:51.201Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-04-06T06:50:51.201Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T06:50:51.201Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-06T06:50:51.201Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-06T06:50:51.201Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-06T06:50:51.272Z] Removing intermediate container fcbad0d16bde [2021-04-06T06:50:51.272Z] ---> 812bd83caedd [2021-04-06T06:50:51.272Z] [2021-04-06T06:50:51.272Z] Step 11/26 : FROM docker:20.10.0 [2021-04-06T06:50:51.272Z] 20.10.0: Pulling from library/docker [2021-04-06T06:50:51.463Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-06T06:50:51.463Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-06T06:50:51.463Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-06T06:50:51.463Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-06T06:50:51.463Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-06T06:50:51.724Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-06T06:50:51.724Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-06T06:50:51.867Z] Removing intermediate container fbf71a0ab2a2 [2021-04-06T06:50:51.867Z] ---> dfedafc80ddf [2021-04-06T06:50:51.867Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-06T06:50:51.986Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-06T06:50:51.986Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-06T06:50:51.986Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-06T06:50:52.140Z] Removing intermediate container f05804dac3a2 [2021-04-06T06:50:52.140Z] ---> 0470f4051bb3 [2021-04-06T06:50:52.140Z] Step 13/21 : WORKDIR /edgex [2021-04-06T06:50:52.248Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-06T06:50:52.248Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-06T06:50:52.248Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-06T06:50:52.248Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-06T06:50:52.415Z] ---> Running in 9326b91ab820 [2021-04-06T06:50:52.415Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:50:52.509Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-06T06:50:52.509Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-06T06:50:52.509Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-06T06:50:52.509Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-06T06:50:52.693Z] ---> Running in a94c100e1358 [2021-04-06T06:50:52.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:50:52.770Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-06T06:50:52.771Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-06T06:50:52.771Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-06T06:50:52.771Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-06T06:50:53.031Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-06T06:50:53.031Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-06T06:50:53.031Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-06T06:50:53.295Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-06T06:50:53.295Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-06T06:50:53.295Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:50:53.295Z] Executing ca-certificates-20191127-r4.trigger [2021-04-06T06:50:53.567Z] OK: 6 MiB in 16 packages [2021-04-06T06:50:53.842Z] Removing intermediate container 9326b91ab820 [2021-04-06T06:50:53.842Z] ---> f152eb1fd600 [2021-04-06T06:50:53.842Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-06T06:50:54.119Z] Removing intermediate container a94c100e1358 [2021-04-06T06:50:54.119Z] ---> e131947139e5 [2021-04-06T06:50:54.119Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-06T06:50:54.396Z] ---> Running in a5d945ad1fca [2021-04-06T06:50:54.418Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-06T06:50:54.419Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-06T06:50:54.419Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-06T06:50:54.419Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-06T06:50:54.419Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-06T06:50:54.679Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-06T06:50:54.939Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-06T06:50:54.939Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-06T06:50:55.199Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-06T06:50:55.199Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-06T06:50:55.199Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-06T06:50:55.199Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-06T06:50:55.459Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-06T06:50:55.459Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-06T06:50:55.459Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-06T06:50:55.459Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-06T06:50:55.719Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-06T06:50:55.719Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-06T06:50:55.719Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-06T06:50:55.979Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-06T06:50:56.413Z] ---> 34db76d4e64b [2021-04-06T06:50:56.413Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-06T06:50:56.413Z] Removing intermediate container d1348a41d012 [2021-04-06T06:50:56.413Z] ---> 571016683db5 [2021-04-06T06:50:56.413Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T06:50:56.918Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-06T06:50:56.918Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-06T06:50:57.010Z] ---> Running in c5f5f011cbee [2021-04-06T06:50:57.487Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-06T06:50:57.487Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-06T06:50:57.614Z] Removing intermediate container c5f5f011cbee [2021-04-06T06:50:57.614Z] ---> 5ed597dd204e [2021-04-06T06:50:57.614Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-06T06:50:57.892Z] ---> Running in 8c0c2bd5e13c [2021-04-06T06:50:58.175Z] Removing intermediate container a5d945ad1fca [2021-04-06T06:50:58.175Z] ---> 8fbd59f7abbd [2021-04-06T06:50:58.175Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-06T06:50:58.175Z] ---> f31ed0106787 [2021-04-06T06:50:58.175Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-06T06:50:58.428Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-06T06:50:58.428Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-06T06:50:58.451Z] ---> Running in ac02d8ad0856 [2021-04-06T06:50:58.688Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-06T06:50:58.688Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-06T06:50:58.728Z] Removing intermediate container 8c0c2bd5e13c [2021-04-06T06:50:58.728Z] ---> 7a270b8e3f91 [2021-04-06T06:50:58.728Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-06T06:50:59.003Z] ---> Running in 02cf319bc63d [2021-04-06T06:50:59.610Z] Removing intermediate container ac02d8ad0856 [2021-04-06T06:50:59.610Z] ---> 6e1ee6e17ec5 [2021-04-06T06:50:59.610Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-06T06:50:59.631Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-06T06:50:59.632Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-06T06:50:59.632Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-06T06:50:59.632Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-06T06:50:59.632Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-06T06:50:59.632Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-06T06:50:59.891Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-06T06:50:59.891Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-06T06:50:59.891Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-06T06:50:59.891Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-06T06:51:00.152Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-06T06:51:00.152Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-06T06:51:00.152Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-06T06:51:00.152Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-06T06:51:00.204Z] Removing intermediate container 02cf319bc63d [2021-04-06T06:51:00.204Z] ---> e9c622058b61 [2021-04-06T06:51:00.204Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:51:00.413Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-06T06:51:00.413Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-06T06:51:00.477Z] ---> 10b241686ea1 [2021-04-06T06:51:00.477Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-06T06:51:00.674Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T06:51:00.674Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-06T06:51:00.674Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T06:51:00.674Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T06:51:00.674Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T06:51:00.674Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-06T06:51:00.674Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-06T06:51:00.674Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-06T06:51:00.780Z] ---> 65af0629b5b1 [2021-04-06T06:51:00.780Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-06T06:51:00.780Z] ---> Running in 5d0b5be390bc [2021-04-06T06:51:00.935Z] [2021-04-06T06:51:00.935Z] Current default time zone: 'Etc/UTC' [2021-04-06T06:51:00.935Z] Local time is now: Tue Apr 6 06:51:00 UTC 2021. [2021-04-06T06:51:00.935Z] Universal Time is now: Tue Apr 6 06:51:00 UTC 2021. [2021-04-06T06:51:00.935Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-06T06:51:00.935Z] [2021-04-06T06:51:00.935Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-06T06:51:00.935Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T06:51:00.935Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-04-06T06:51:00.935Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-06T06:51:00.935Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-06T06:51:00.935Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-06T06:51:00.935Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-06T06:51:00.935Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-06T06:51:01.060Z] ---> Running in f3ad47c28a97 [2021-04-06T06:51:01.197Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-06T06:51:01.197Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-06T06:51:01.197Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T06:51:01.197Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-06T06:51:01.383Z] ---> dc814d02fc65 [2021-04-06T06:51:01.384Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-06T06:51:01.462Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-06T06:51:01.462Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-06T06:51:01.462Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T06:51:01.462Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-06T06:51:01.462Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-06T06:51:01.462Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-06T06:51:01.462Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-06T06:51:01.462Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-06T06:51:01.462Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-06T06:51:01.462Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-06T06:51:01.462Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-06T06:51:02.037Z] Removing intermediate container 5d0b5be390bc [2021-04-06T06:51:02.037Z] ---> f3bb31b8f795 [2021-04-06T06:51:02.037Z] Step 18/21 : CMD ["--init=true"] [2021-04-06T06:51:02.689Z] ---> Running in 09e0e4b32852 [2021-04-06T06:51:03.380Z] Updating certificates in /etc/ssl/certs... [2021-04-06T06:51:03.727Z] Removing intermediate container 09e0e4b32852 [2021-04-06T06:51:03.727Z] ---> f8a08e793895 [2021-04-06T06:51:03.727Z] Step 19/21 : LABEL arch=arm64 [2021-04-06T06:51:04.321Z] 23 added, 27 removed; done. [2021-04-06T06:51:04.321Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-06T06:51:04.321Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T06:51:04.321Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-06T06:51:04.321Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-06T06:51:04.321Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-06T06:51:04.335Z] ---> Running in f22139cec180 [2021-04-06T06:51:04.582Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-06T06:51:04.582Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-06T06:51:04.582Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-06T06:51:04.582Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-06T06:51:04.582Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-06T06:51:04.582Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-06T06:51:04.582Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-06T06:51:04.582Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-06T06:51:04.610Z] ---> d0b04eb4405b [2021-04-06T06:51:04.610Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-06T06:51:04.843Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-06T06:51:04.843Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-06T06:51:04.843Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-06T06:51:04.843Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-06T06:51:04.843Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-06T06:51:04.843Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-06T06:51:04.843Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-06T06:51:04.843Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-06T06:51:04.843Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-06T06:51:05.105Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-06T06:51:05.105Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-06T06:51:05.105Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-06T06:51:05.105Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-06T06:51:05.105Z] Updating certificates in /etc/ssl/certs... [2021-04-06T06:51:05.216Z] Removing intermediate container f3ad47c28a97 [2021-04-06T06:51:05.216Z] ---> 442e56e295a9 [2021-04-06T06:51:05.216Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:51:05.216Z] Removing intermediate container f22139cec180 [2021-04-06T06:51:05.216Z] ---> 446c8027f86d [2021-04-06T06:51:05.216Z] Step 20/21 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a [2021-04-06T06:51:05.814Z] Removing intermediate container 0aa937c46daf [2021-04-06T06:51:05.814Z] ---> 52447ba7d9b5 [2021-04-06T06:51:05.814Z] [2021-04-06T06:51:05.814Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T06:51:05.814Z] ---> d75e27dfc0a0 [2021-04-06T06:51:05.814Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-06T06:51:05.814Z] ---> Running in bde42be0e16c [2021-04-06T06:51:06.050Z] 0 added, 0 removed; done. [2021-04-06T06:51:06.050Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-06T06:51:06.050Z] done. [2021-04-06T06:51:06.089Z] ---> Running in fe5f9b464c0c [2021-04-06T06:51:06.089Z] ---> 70097b5e7885 [2021-04-06T06:51:06.089Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-06T06:51:06.310Z] Reading package lists... [2021-04-06T06:51:06.311Z] Building dependency tree... [2021-04-06T06:51:06.311Z] Reading state information... [2021-04-06T06:51:06.363Z] ---> cb61f8811aba [2021-04-06T06:51:06.363Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-06T06:51:06.364Z] ---> Running in 6d70b2d46236 [2021-04-06T06:51:06.571Z] The following NEW packages will be installed: [2021-04-06T06:51:06.571Z] apt-transport-https [2021-04-06T06:51:06.637Z] Removing intermediate container bde42be0e16c [2021-04-06T06:51:06.637Z] ---> 844c3c56014e [2021-04-06T06:51:06.637Z] Step 21/21 : LABEL version=0.0.0 [2021-04-06T06:51:06.832Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-06T06:51:06.832Z] Need to get 1696 B of archives. [2021-04-06T06:51:06.832Z] After this operation, 153 kB of additional disk space will be used. [2021-04-06T06:51:06.832Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-04-06T06:51:06.832Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-06T06:51:06.832Z] Fetched 1696 B in 0s (8542 B/s) [2021-04-06T06:51:06.832Z] Selecting previously unselected package apt-transport-https. [2021-04-06T06:51:06.832Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-06T06:51:06.832Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-04-06T06:51:06.832Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-04-06T06:51:06.939Z] Removing intermediate container fe5f9b464c0c [2021-04-06T06:51:06.939Z] ---> 965806cd32c6 [2021-04-06T06:51:06.939Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-06T06:51:06.939Z] ---> Running in 18751973df8d [2021-04-06T06:51:07.093Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-04-06T06:51:07.221Z] ---> Running in 022ab9481bac [2021-04-06T06:51:07.221Z] Removing intermediate container 6d70b2d46236 [2021-04-06T06:51:07.221Z] ---> 6b996bbb70c1 [2021-04-06T06:51:07.221Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:51:07.354Z] Waiting for network to be ready... [2021-04-06T06:51:07.501Z] ---> Running in fea628f722fd [2021-04-06T06:51:07.782Z] Removing intermediate container 18751973df8d [2021-04-06T06:51:07.782Z] ---> fbf151510ce6 [2021-04-06T06:51:07.782Z] [2021-04-06T06:51:07.782Z] Removing intermediate container 022ab9481bac [2021-04-06T06:51:07.782Z] ---> aafb8a850005 [2021-04-06T06:51:07.782Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-06T06:51:08.065Z] ---> Running in 78f3e920e19e [2021-04-06T06:51:08.352Z] Removing intermediate container fea628f722fd [2021-04-06T06:51:08.352Z] ---> 666bda443569 [2021-04-06T06:51:08.352Z] Step 20/22 : LABEL arch=arm64 [2021-04-06T06:51:08.353Z] ---> 734ca2cc2657 [2021-04-06T06:51:08.353Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-06T06:51:08.353Z] Successfully built fbf151510ce6 [2021-04-06T06:51:08.353Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-06T06:51:08.353Z] Building docker-support-scheduler-go [2021-04-06T06:51:08.629Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 34397f195aef [2021-04-06T06:51:08.908Z] Removing intermediate container 78f3e920e19e [2021-04-06T06:51:08.908Z] ---> ca636a7f8964 [2021-04-06T06:51:08.908Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:51:09.181Z] ---> Running in cf27e2b32039 [2021-04-06T06:51:09.181Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-06T06:51:09.181Z] Removing intermediate container 34397f195aef [2021-04-06T06:51:09.181Z] ---> 72f5ed7f8673 [2021-04-06T06:51:09.181Z] Step 21/22 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a [2021-04-06T06:51:09.456Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-06T06:51:09.456Z] ---> eeaf43b92773 [2021-04-06T06:51:09.456Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-06T06:51:09.456Z] ---> Running in 3d027e3f67ed [2021-04-06T06:51:09.456Z] ---> Running in 3df1c6819b0c [2021-04-06T06:51:09.729Z] ---> 029babe48bcc [2021-04-06T06:51:09.729Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-06T06:51:11.216Z] Removing intermediate container 3df1c6819b0c [2021-04-06T06:51:11.216Z] ---> ce3b08d89242 [2021-04-06T06:51:11.216Z] Step 22/22 : LABEL version=0.0.0 [2021-04-06T06:51:11.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:51:11.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:51:11.762Z] ---> 2c5399d1ab68 [2021-04-06T06:51:11.762Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-06T06:51:11.762Z] ---> Running in 073282ca441d [2021-04-06T06:51:12.363Z] (1/2) Installing readline (8.0.4-r0) [2021-04-06T06:51:12.363Z] (2/2) Installing bash (5.0.17-r0) [2021-04-06T06:51:12.363Z] Executing bash-5.0.17-r0.post-install [2021-04-06T06:51:12.363Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T06:51:12.363Z] OK: 12 MiB in 22 packages [2021-04-06T06:51:12.642Z] Removing intermediate container 073282ca441d [2021-04-06T06:51:12.642Z] ---> fc3fe2d6345a [2021-04-06T06:51:12.642Z] [2021-04-06T06:51:12.652Z] 2021-04-06T06:51:10Z INFO Waiting for automatic snapd restart... [2021-04-06T06:51:12.912Z] snapd 2.49.1 from Canonical* installed [2021-04-06T06:51:12.921Z] ---> 11c09ac54cea [2021-04-06T06:51:12.921Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-06T06:51:13.536Z] Successfully built fc3fe2d6345a [2021-04-06T06:51:13.536Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-06T06:51:13.536Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-04-06T06:51:13.536Z] Removing intermediate container cf27e2b32039 [2021-04-06T06:51:13.536Z] ---> Running in 6362fb6c23ff [2021-04-06T06:51:13.536Z] ---> f180edc74548 [2021-04-06T06:51:13.536Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-06T06:51:13.812Z] ---> Running in b77580f9b96f [2021-04-06T06:51:13.854Z] "snapd" switched to the "latest/stable" channel [2021-04-06T06:51:13.854Z] [2021-04-06T06:51:14.422Z] Removing intermediate container 6362fb6c23ff [2021-04-06T06:51:14.422Z] ---> f38b330703dc [2021-04-06T06:51:14.422Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-06T06:51:14.422Z] Removing intermediate container 3d027e3f67ed [2021-04-06T06:51:14.422Z] ---> 8d858e137ec4 [2021-04-06T06:51:14.422Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-06T06:51:14.694Z] ---> Running in f2787aabf4e2 [2021-04-06T06:51:15.289Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:51:15.562Z] ---> d6d27e7bdc62 [2021-04-06T06:51:15.562Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-06T06:51:15.562Z] Removing intermediate container f2787aabf4e2 [2021-04-06T06:51:15.562Z] ---> 64038b82d02d [2021-04-06T06:51:15.562Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-06T06:51:16.172Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:51:16.172Z] ---> Running in 3dfc42c23e69 [2021-04-06T06:51:16.172Z] ---> Running in 2057b2a77882 [2021-04-06T06:51:17.161Z] core18 20210309 from Canonical* installed [2021-04-06T06:51:17.161Z] "core18" switched to the "latest/stable" channel [2021-04-06T06:51:17.161Z] [2021-04-06T06:51:17.188Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-06T06:51:17.188Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-06T06:51:17.188Z] Removing intermediate container 3dfc42c23e69 [2021-04-06T06:51:17.188Z] ---> 7fda89af132f [2021-04-06T06:51:17.188Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-06T06:51:17.188Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-06T06:51:17.188Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-06T06:51:17.463Z] ---> Running in c45ffcb0dae9 [2021-04-06T06:51:17.463Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-06T06:51:17.735Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-06T06:51:17.735Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:51:17.735Z] OK: 8 MiB in 20 packages [2021-04-06T06:51:18.019Z] Removing intermediate container c45ffcb0dae9 [2021-04-06T06:51:18.019Z] ---> cde9b03ff4af [2021-04-06T06:51:18.019Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-06T06:51:19.455Z] Removing intermediate container 2057b2a77882 [2021-04-06T06:51:19.455Z] ---> 640661ce962f [2021-04-06T06:51:19.455Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-06T06:51:19.759Z] ---> Running in 99d3ff0691ad [2021-04-06T06:51:20.037Z] Removing intermediate container b77580f9b96f [2021-04-06T06:51:20.037Z] ---> 6e6054e38b4b [2021-04-06T06:51:20.037Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:51:20.037Z] ---> a61db21782c3 [2021-04-06T06:51:20.037Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-06T06:51:20.464Z] snapcraft 4.6 from Canonical* installed [2021-04-06T06:51:20.464Z] "snapcraft" switched to the "latest/stable" channel [2021-04-06T06:51:20.464Z] [2021-04-06T06:51:21.026Z] Removing intermediate container 99d3ff0691ad [2021-04-06T06:51:21.026Z] ---> 2caa66aa508c [2021-04-06T06:51:21.026Z] Step 28/31 : CMD ["gate"] [2021-04-06T06:51:21.026Z] ---> 07de90d40887 [2021-04-06T06:51:21.026Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-06T06:51:21.299Z] ---> Running in 4481f8403279 [2021-04-06T06:51:21.299Z] ---> dc9c19f424be [2021-04-06T06:51:21.299Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-06T06:51:22.282Z] Removing intermediate container 4481f8403279 [2021-04-06T06:51:22.283Z] ---> 6c73a13f3a69 [2021-04-06T06:51:22.283Z] Step 29/31 : LABEL arch=arm64 [2021-04-06T06:51:22.886Z] ---> 531a295d735a [2021-04-06T06:51:22.886Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-06T06:51:22.886Z] ---> Running in 700e3ba74aee [2021-04-06T06:51:23.159Z] ---> 09af64ce10ea [2021-04-06T06:51:23.159Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-06T06:51:23.433Z] ---> Running in cf496cbad571 [2021-04-06T06:51:23.709Z] Removing intermediate container 700e3ba74aee [2021-04-06T06:51:23.709Z] ---> 2b3bea67e729 [2021-04-06T06:51:23.709Z] Step 30/31 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a [2021-04-06T06:51:24.303Z] ---> Running in 78cb1f2c5ee6 [2021-04-06T06:51:24.582Z] ---> 39d701c162a5 [2021-04-06T06:51:24.582Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-06T06:51:24.668Z] 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-06T06:51:24.668Z] - README.md [2021-04-06T06:51:24.668Z] [2021-04-06T06:51:24.668Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-06T06:51:24.856Z] ---> Running in 765499316fa4 [2021-04-06T06:51:24.856Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:51:25.131Z] Removing intermediate container 78cb1f2c5ee6 [2021-04-06T06:51:25.131Z] ---> b7e8604ccb4b [2021-04-06T06:51:25.131Z] Step 31/31 : LABEL version=0.0.0 [2021-04-06T06:51:25.131Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:51:25.738Z] ---> Running in fc67acf364cf [2021-04-06T06:51:25.738Z] Removing intermediate container 765499316fa4 [2021-04-06T06:51:25.738Z] ---> 990f0963deac [2021-04-06T06:51:25.738Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:51:25.738Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-06T06:51:25.738Z] (2/33) Installing expat (2.2.9-r1) [2021-04-06T06:51:25.738Z] (3/33) Installing libffi (3.3-r2) [2021-04-06T06:51:25.738Z] (4/33) Installing gdbm (1.13-r1) [2021-04-06T06:51:25.738Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-06T06:51:25.738Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-06T06:51:26.011Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-06T06:51:26.011Z] ---> Running in 8f9ee283ade6 [2021-04-06T06:51:26.607Z] Removing intermediate container fc67acf364cf [2021-04-06T06:51:26.607Z] ---> ab5a05c462e6 [2021-04-06T06:51:26.607Z] [2021-04-06T06:51:27.204Z] Removing intermediate container 8f9ee283ade6 [2021-04-06T06:51:27.204Z] ---> 5c2746c0d9e2 [2021-04-06T06:51:27.204Z] Step 21/23 : LABEL arch=arm64 [2021-04-06T06:51:27.204Z] Successfully built ab5a05c462e6 [2021-04-06T06:51:27.503Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-06T06:51:27.503Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-04-06T06:51:27.778Z] ---> Running in a14fe30b1535 [2021-04-06T06:51:27.778Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-06T06:51:28.055Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-06T06:51:28.055Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-06T06:51:28.055Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-06T06:51:28.055Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-06T06:51:28.055Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-06T06:51:28.055Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-06T06:51:28.055Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-06T06:51:28.055Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-06T06:51:28.055Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-06T06:51:28.329Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-06T06:51:28.329Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-06T06:51:28.329Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-06T06:51:28.329Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-06T06:51:28.329Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-06T06:51:28.329Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-06T06:51:28.329Z] Removing intermediate container a14fe30b1535 [2021-04-06T06:51:28.329Z] ---> 8c36f99a2ad6 [2021-04-06T06:51:28.329Z] Step 22/23 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a [2021-04-06T06:51:28.329Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-06T06:51:28.329Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-06T06:51:28.329Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-06T06:51:28.604Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-06T06:51:28.604Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-06T06:51:28.604Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-06T06:51:28.604Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-06T06:51:28.604Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-06T06:51:28.604Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-06T06:51:28.604Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-06T06:51:28.604Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T06:51:28.882Z] OK: 71 MiB in 55 packages [2021-04-06T06:51:28.882Z] ---> Running in 9b994a55a2d1 [2021-04-06T06:51:29.526Z] Removing intermediate container 9b994a55a2d1 [2021-04-06T06:51:29.526Z] ---> bbe3ead16e06 [2021-04-06T06:51:29.526Z] Step 23/23 : LABEL version=0.0.0 [2021-04-06T06:51:29.801Z] ---> Running in 4cd813cd957e [2021-04-06T06:51:30.798Z] Removing intermediate container 4cd813cd957e [2021-04-06T06:51:30.798Z] ---> 9c421cba88a5 [2021-04-06T06:51:30.798Z] [2021-04-06T06:51:31.277Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-06T06:51:31.277Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-06T06:51:31.277Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-06T06:51:31.277Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-06T06:51:31.398Z] Successfully built 9c421cba88a5 [2021-04-06T06:51:31.669Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-06T06:51:31.669Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-04-06T06:51:31.859Z] Reading package lists... [2021-04-06T06:51:32.125Z] 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-06T06:51:37.097Z] Removing intermediate container cf496cbad571 [2021-04-06T06:51:37.097Z] ---> cb7522c0c545 [2021-04-06T06:51:37.097Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-06T06:51:37.374Z] ---> Running in dda12d618b80 [2021-04-06T06:51:38.731Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-06T06:51:38.732Z] Reading package lists... [2021-04-06T06:51:38.732Z] Building dependency tree... [2021-04-06T06:51:38.732Z] Reading state information... [2021-04-06T06:51:38.732Z] Suggested packages: [2021-04-06T06:51:38.732Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-06T06:51:38.732Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-06T06:51:38.732Z] Recommended packages: [2021-04-06T06:51:38.732Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-06T06:51:38.732Z] The following NEW packages will be installed: [2021-04-06T06:51:38.732Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-06T06:51:38.732Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-06T06:51:38.732Z] pkg-config zip [2021-04-06T06:51:38.732Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-06T06:51:38.732Z] Need to get 7663 kB of archives. [2021-04-06T06:51:38.732Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-06T06:51:38.732Z] 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-06T06:51:38.732Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-06T06:51:38.732Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-06T06:51:38.991Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-06T06:51:38.991Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-06T06:51:38.991Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-06T06:51:38.991Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-06T06:51:38.991Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-06T06:51:38.991Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-06T06:51:38.991Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-06T06:51:39.252Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-06T06:51:39.252Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-06T06:51:39.252Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-06T06:51:39.516Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-06T06:51:39.516Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-06T06:51:39.516Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-06T06:51:39.516Z] Fetched 7663 kB in 1s (7317 kB/s) [2021-04-06T06:51:39.779Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-06T06:51:39.779Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-06T06:51:39.779Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-06T06:51:39.779Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-06T06:51:39.779Z] Selecting previously unselected package libpsl5:amd64. [2021-04-06T06:51:39.779Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-06T06:51:39.779Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-06T06:51:40.040Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-06T06:51:40.040Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-06T06:51:40.040Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-06T06:51:40.040Z] Selecting previously unselected package librtmp1:amd64. [2021-04-06T06:51:40.040Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-06T06:51:40.041Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-06T06:51:40.300Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-06T06:51:40.301Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-06T06:51:40.301Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-06T06:51:40.301Z] Selecting previously unselected package liberror-perl. [2021-04-06T06:51:40.301Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-06T06:51:40.301Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-06T06:51:40.301Z] Selecting previously unselected package git-man. [2021-04-06T06:51:40.301Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-06T06:51:40.301Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-06T06:51:40.562Z] Selecting previously unselected package git. [2021-04-06T06:51:40.562Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-06T06:51:40.562Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-06T06:51:40.763Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:51:40.763Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:51:40.763Z] ---> e3ddcf671f47 [2021-04-06T06:51:40.763Z] Step 3/22 : WORKDIR /edgex-go [2021-04-06T06:51:40.763Z] ---> Using cache [2021-04-06T06:51:40.763Z] ---> e148f8df4e5c [2021-04-06T06:51:40.763Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:51:40.763Z] ---> Using cache [2021-04-06T06:51:40.763Z] ---> 3ea23917954f [2021-04-06T06:51:40.763Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-06T06:51:40.763Z] ---> Running in 748e3dafcd07 [2021-04-06T06:51:41.502Z] Selecting previously unselected package libnorm1:amd64. [2021-04-06T06:51:41.502Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-06T06:51:41.502Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-06T06:51:41.502Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-06T06:51:41.502Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-06T06:51:41.502Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-06T06:51:41.502Z] Selecting previously unselected package libsodium23:amd64. [2021-04-06T06:51:41.502Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-06T06:51:41.502Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-06T06:51:41.763Z] Selecting previously unselected package libzmq5:amd64. [2021-04-06T06:51:41.763Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-06T06:51:41.763Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-06T06:51:41.763Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-06T06:51:41.763Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-06T06:51:41.763Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-06T06:51:42.024Z] Selecting previously unselected package pkg-config. [2021-04-06T06:51:42.024Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-06T06:51:42.024Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-06T06:51:42.024Z] Selecting previously unselected package zip. [2021-04-06T06:51:42.024Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-06T06:51:42.024Z] Unpacking zip (3.0-11build1) ... [2021-04-06T06:51:42.024Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-06T06:51:42.209Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:51:42.285Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-06T06:51:42.285Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-06T06:51:42.285Z] Setting up liberror-perl (0.17025-1) ... [2021-04-06T06:51:42.285Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-06T06:51:42.285Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-06T06:51:42.285Z] No schema files found: doing nothing. [2021-04-06T06:51:42.285Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-06T06:51:42.285Z] Setting up zip (3.0-11build1) ... [2021-04-06T06:51:42.285Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-06T06:51:42.285Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-06T06:51:42.285Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-06T06:51:42.546Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-06T06:51:42.546Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-06T06:51:42.546Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-06T06:51:42.546Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-06T06:51:42.546Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-06T06:51:42.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:51:43.412Z] Collecting docker-compose==1.23.2 [2021-04-06T06:51:43.412Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-06T06:51:43.689Z] OK: 217 MiB in 51 packages [2021-04-06T06:51:44.682Z] Collecting PyYAML<4,>=3.10 [2021-04-06T06:51:44.959Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-06T06:51:46.423Z] Removing intermediate container 748e3dafcd07 [2021-04-06T06:51:46.423Z] ---> ac7b5fd36c6b [2021-04-06T06:51:46.423Z] Step 6/22 : COPY go.mod . [2021-04-06T06:51:47.423Z] ---> d982df2dd118 [2021-04-06T06:51:47.423Z] Step 7/22 : RUN go mod download [2021-04-06T06:51:47.705Z] ---> Running in a2b4c81ae5ca [2021-04-06T06:51:49.133Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-06T06:51:49.133Z] git set to automatically installed. [2021-04-06T06:51:49.133Z] git-man set to automatically installed. [2021-04-06T06:51:49.133Z] libcurl3-gnutls set to automatically installed. [2021-04-06T06:51:49.133Z] liberror-perl set to automatically installed. [2021-04-06T06:51:49.133Z] libglib2.0-0 set to automatically installed. [2021-04-06T06:51:49.133Z] libnghttp2-14 set to automatically installed. [2021-04-06T06:51:49.133Z] libnorm1 set to automatically installed. [2021-04-06T06:51:49.133Z] libpgm-5.2-0 set to automatically installed. [2021-04-06T06:51:49.133Z] libpsl5 set to automatically installed. [2021-04-06T06:51:49.133Z] librtmp1 set to automatically installed. [2021-04-06T06:51:49.133Z] libsodium23 set to automatically installed. [2021-04-06T06:51:49.133Z] libzmq3-dev set to automatically installed. [2021-04-06T06:51:49.133Z] libzmq5 set to automatically installed. [2021-04-06T06:51:49.133Z] pkg-config set to automatically installed. [2021-04-06T06:51:49.133Z] zip set to automatically installed. [2021-04-06T06:51:49.148Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-06T06:51:49.148Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-06T06:51:49.753Z] Collecting docker<4.0,>=3.6.0 [2021-04-06T06:51:50.029Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-06T06:51:51.023Z] Removing intermediate container a2b4c81ae5ca [2021-04-06T06:51:51.023Z] ---> 682e04419ddb [2021-04-06T06:51:51.023Z] Step 8/22 : COPY . . [2021-04-06T06:51:51.023Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-06T06:51:51.023Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-06T06:51:52.464Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:51:52.464Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:51:52.464Z] ---> e3ddcf671f47 [2021-04-06T06:51:52.464Z] Step 3/24 : WORKDIR /edgex-go [2021-04-06T06:51:52.464Z] ---> Using cache [2021-04-06T06:51:52.464Z] ---> e148f8df4e5c [2021-04-06T06:51:52.464Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:51:52.464Z] ---> Using cache [2021-04-06T06:51:52.464Z] ---> 3ea23917954f [2021-04-06T06:51:52.464Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-06T06:51:52.464Z] ---> Using cache [2021-04-06T06:51:52.464Z] ---> ac7b5fd36c6b [2021-04-06T06:51:52.464Z] Step 6/24 : COPY go.mod . [2021-04-06T06:51:52.464Z] ---> Using cache [2021-04-06T06:51:52.464Z] ---> d982df2dd118 [2021-04-06T06:51:52.464Z] Step 7/24 : RUN go mod download [2021-04-06T06:51:52.464Z] ---> Using cache [2021-04-06T06:51:52.464Z] ---> 682e04419ddb [2021-04-06T06:51:52.464Z] Step 8/24 : COPY . . [2021-04-06T06:51:53.075Z] 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-06T06:51:53.672Z] Collecting jsonschema<3,>=2.5.1 [2021-04-06T06:51:53.672Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-06T06:51:53.947Z] Collecting docopt<0.7,>=0.6.1 [2021-04-06T06:51:53.947Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-06T06:51:56.576Z] Collecting texttable<0.10,>=0.9.0 [2021-04-06T06:51:56.576Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-06T06:51:57.451Z] snapd is not logged in, snap install commands will use sudo [2021-04-06T06:51:58.568Z] Collecting cached-property<2,>=1.2.0 [2021-04-06T06:51:58.568Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-06T06:52:00.012Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-06T06:52:00.012Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-06T06:52:00.289Z] Collecting docker-pycreds>=0.4.0 [2021-04-06T06:52:00.563Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-06T06:52:00.563Z] 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-06T06:52:00.563Z] 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-06T06:52:00.866Z] Collecting idna<2.8,>=2.5 [2021-04-06T06:52:00.866Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-06T06:52:01.997Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-06T06:52:01.997Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-06T06:52:01.997Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-06T06:52:01.997Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-06T06:52:01.997Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-06T06:52:01.997Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-06T06:52:02.782Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-06T06:52:03.120Z] Installing collected packages: PyYAML, websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, jsonschema, docopt, texttable, cached-property, docker-compose [2021-04-06T06:52:03.120Z] Running setup.py install for PyYAML: started [2021-04-06T06:52:03.352Z] snap "core18" has no updates available [2021-04-06T06:52:04.294Z] snapd is not logged in, snap install commands will use sudo [2021-04-06T06:52:05.755Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-06T06:52:06.033Z] Attempting uninstall: idna [2021-04-06T06:52:06.033Z] Found existing installation: idna 2.9 [2021-04-06T06:52:06.033Z] Uninstalling idna-2.9: [2021-04-06T06:52:06.308Z] Successfully uninstalled idna-2.9 [2021-04-06T06:52:06.912Z] Attempting uninstall: urllib3 [2021-04-06T06:52:06.912Z] Found existing installation: urllib3 1.25.9 [2021-04-06T06:52:06.912Z] Uninstalling urllib3-1.25.9: [2021-04-06T06:52:06.912Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:52:06.912Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:52:06.912Z] ---> e3ddcf671f47 [2021-04-06T06:52:06.912Z] Step 3/23 : WORKDIR /edgex-go [2021-04-06T06:52:06.912Z] ---> Using cache [2021-04-06T06:52:06.912Z] ---> e148f8df4e5c [2021-04-06T06:52:06.912Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:52:06.912Z] ---> Using cache [2021-04-06T06:52:06.912Z] ---> 3ea23917954f [2021-04-06T06:52:06.912Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-06T06:52:06.912Z] ---> Using cache [2021-04-06T06:52:06.912Z] ---> ac7b5fd36c6b [2021-04-06T06:52:07.189Z] Step 6/23 : COPY go.mod . [2021-04-06T06:52:07.189Z] ---> Using cache [2021-04-06T06:52:07.189Z] ---> d982df2dd118 [2021-04-06T06:52:07.189Z] Step 7/23 : RUN go mod download [2021-04-06T06:52:07.189Z] ---> Using cache [2021-04-06T06:52:07.189Z] ---> 682e04419ddb [2021-04-06T06:52:07.189Z] Step 8/23 : COPY . . [2021-04-06T06:52:07.189Z] Successfully uninstalled urllib3-1.25.9 [2021-04-06T06:52:07.789Z] Attempting uninstall: requests [2021-04-06T06:52:07.789Z] Found existing installation: requests 2.23.0 [2021-04-06T06:52:07.789Z] Uninstalling requests-2.23.0: [2021-04-06T06:52:08.063Z] Successfully uninstalled requests-2.23.0 [2021-04-06T06:52:09.513Z] Running setup.py install for dockerpty: started [2021-04-06T06:52:10.111Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:52:10.111Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:52:10.111Z] ---> e3ddcf671f47 [2021-04-06T06:52:10.111Z] Step 3/23 : WORKDIR /edgex-go [2021-04-06T06:52:10.111Z] ---> Using cache [2021-04-06T06:52:10.111Z] ---> e148f8df4e5c [2021-04-06T06:52:10.111Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:52:10.111Z] ---> Using cache [2021-04-06T06:52:10.111Z] ---> 3ea23917954f [2021-04-06T06:52:10.111Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-06T06:52:10.111Z] ---> Using cache [2021-04-06T06:52:10.111Z] ---> ac7b5fd36c6b [2021-04-06T06:52:10.111Z] Step 6/23 : COPY go.mod . [2021-04-06T06:52:10.111Z] ---> Using cache [2021-04-06T06:52:10.111Z] ---> d982df2dd118 [2021-04-06T06:52:10.111Z] Step 7/23 : RUN go mod download [2021-04-06T06:52:10.111Z] ---> Using cache [2021-04-06T06:52:10.111Z] ---> 682e04419ddb [2021-04-06T06:52:10.111Z] Step 8/23 : COPY . . [2021-04-06T06:52:10.874Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-06T06:52:11.566Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-06T06:52:11.843Z] Running setup.py install for docopt: started [2021-04-06T06:52:14.498Z] Running setup.py install for docopt: finished with status 'done' [2021-04-06T06:52:14.498Z] Running setup.py install for texttable: started [2021-04-06T06:52:16.547Z] Running setup.py install for texttable: finished with status 'done' [2021-04-06T06:52:19.252Z] 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-06T06:52:27.552Z] ---> 3ff760a86902 [2021-04-06T06:52:27.552Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-06T06:52:27.552Z] ---> 6a287428802a [2021-04-06T06:52:27.552Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-06T06:52:27.861Z] ---> 3a33614f412c [2021-04-06T06:52:27.861Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-06T06:52:27.861Z] ---> 66a5de758184 [2021-04-06T06:52:27.861Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-06T06:52:27.861Z] ---> Running in 15ac2d134038 [2021-04-06T06:52:27.861Z] ---> Running in 016ea2c375df [2021-04-06T06:52:28.140Z] ---> Running in 6be364be817b [2021-04-06T06:52:28.140Z] ---> Running in 37a08c2437de [2021-04-06T06:52:29.137Z] Removing intermediate container dda12d618b80 [2021-04-06T06:52:29.137Z] ---> f83e7846596b [2021-04-06T06:52:29.137Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-06T06:52:29.415Z] ---> Running in 02645a47a82b [2021-04-06T06:52:30.016Z] 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-06T06:52:30.016Z] 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-06T06:52:30.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-06T06:52:30.291Z] 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-06T06:52:31.281Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:52:31.281Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:52:32.272Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-06T06:52:32.272Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-06T06:52:32.272Z] (3/3) Installing curl (7.69.1-r3) [2021-04-06T06:52:32.272Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T06:52:32.272Z] OK: 72 MiB in 58 packages [2021-04-06T06:52:34.271Z] Removing intermediate container 02645a47a82b [2021-04-06T06:52:34.271Z] ---> 645a1e7bd490 [2021-04-06T06:52:34.271Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-06T06:52:34.271Z] ---> Running in 43b1c3653877 [2021-04-06T06:52:34.877Z] Removing intermediate container 43b1c3653877 [2021-04-06T06:52:34.877Z] ---> e60f48e63f80 [2021-04-06T06:52:34.877Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:52:35.156Z] ---> Running in 59365bb757fc [2021-04-06T06:52:35.778Z] Removing intermediate container 59365bb757fc [2021-04-06T06:52:35.778Z] ---> f568f700bfa8 [2021-04-06T06:52:35.778Z] Step 24/26 : LABEL arch=arm64 [2021-04-06T06:52:36.057Z] ---> Running in fa796e96eb93 [2021-04-06T06:52:36.664Z] Removing intermediate container fa796e96eb93 [2021-04-06T06:52:36.664Z] ---> 87e67489e4a8 [2021-04-06T06:52:36.664Z] Step 25/26 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a [2021-04-06T06:52:36.664Z] ---> Running in 796300ae6064 [2021-04-06T06:52:37.279Z] Removing intermediate container 796300ae6064 [2021-04-06T06:52:37.279Z] ---> a2ae4a59b313 [2021-04-06T06:52:37.279Z] Step 26/26 : LABEL version=0.0.0 [2021-04-06T06:52:37.567Z] ---> Running in c6085195a7da [2021-04-06T06:52:38.175Z] Removing intermediate container c6085195a7da [2021-04-06T06:52:38.175Z] ---> 40aa576f9a23 [2021-04-06T06:52:38.175Z] [2021-04-06T06:52:38.781Z] Successfully built 40aa576f9a23 [2021-04-06T06:52:39.058Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-06T06:53:47.199Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-06T06:54:01.201Z] Removing intermediate container 15ac2d134038 [2021-04-06T06:54:01.202Z] ---> a73a9bd3ac2d [2021-04-06T06:54:01.202Z] [2021-04-06T06:54:01.202Z] Step 10/24 : FROM alpine:3.12 [2021-04-06T06:54:01.202Z] ---> d75e27dfc0a0 [2021-04-06T06:54:01.202Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-06T06:54:01.202Z] ---> Running in 2e87164860bd [2021-04-06T06:54:02.655Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:54:02.944Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:54:03.547Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-06T06:54:03.821Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-06T06:54:03.821Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-06T06:54:03.821Z] (4/6) Installing curl (7.69.1-r3) [2021-04-06T06:54:03.821Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-06T06:54:03.821Z] (6/6) Installing su-exec (0.2-r1) [2021-04-06T06:54:03.821Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:54:03.821Z] Executing ca-certificates-20191127-r4.trigger [2021-04-06T06:54:04.095Z] OK: 7 MiB in 20 packages [2021-04-06T06:54:07.506Z] Removing intermediate container 2e87164860bd [2021-04-06T06:54:07.506Z] ---> 8d6f6bab5a77 [2021-04-06T06:54:07.506Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-06T06:54:07.780Z] Removing intermediate container 6be364be817b [2021-04-06T06:54:07.780Z] ---> 43d7abb57181 [2021-04-06T06:54:07.780Z] [2021-04-06T06:54:07.780Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T06:54:07.780Z] ---> d75e27dfc0a0 [2021-04-06T06:54:07.780Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-06T06:54:08.398Z] ---> Running in 4fa648f8ccac [2021-04-06T06:54:08.398Z] ---> Running in 06b4e7c0d107 [2021-04-06T06:54:08.999Z] Removing intermediate container 016ea2c375df [2021-04-06T06:54:08.999Z] ---> b0e81c6ab2b1 [2021-04-06T06:54:08.999Z] [2021-04-06T06:54:08.999Z] Step 10/22 : FROM alpine:3.12 [2021-04-06T06:54:08.999Z] ---> d75e27dfc0a0 [2021-04-06T06:54:08.999Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-06T06:54:08.999Z] Removing intermediate container 4fa648f8ccac [2021-04-06T06:54:08.999Z] ---> e8def3678eff [2021-04-06T06:54:08.999Z] Step 13/24 : WORKDIR / [2021-04-06T06:54:09.270Z] ---> Running in 527a3d4740eb [2021-04-06T06:54:09.270Z] ---> Running in fbd0d4844242 [2021-04-06T06:54:10.262Z] Removing intermediate container fbd0d4844242 [2021-04-06T06:54:10.262Z] ---> 2f7a1401f88a [2021-04-06T06:54:10.262Z] 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-06T06:54:10.262Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:54:10.540Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:54:10.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:54:10.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:54:11.091Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-06T06:54:11.091Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:54:11.091Z] OK: 5 MiB in 15 packages [2021-04-06T06:54:11.370Z] ---> ac26a61cfec4 [2021-04-06T06:54:11.370Z] 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-06T06:54:11.370Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-06T06:54:11.370Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:54:11.645Z] OK: 5 MiB in 15 packages [2021-04-06T06:54:12.632Z] ---> 2514e16a6dac [2021-04-06T06:54:12.632Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-06T06:54:12.632Z] Removing intermediate container 06b4e7c0d107 [2021-04-06T06:54:12.632Z] ---> d0a8d3390b30 [2021-04-06T06:54:12.632Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T06:54:12.946Z] ---> Running in 9ea32e37fff8 [2021-04-06T06:54:13.574Z] Removing intermediate container 527a3d4740eb [2021-04-06T06:54:13.574Z] ---> 101600702ae2 [2021-04-06T06:54:13.574Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T06:54:13.574Z] Removing intermediate container 9ea32e37fff8 [2021-04-06T06:54:13.574Z] ---> 659a3f967910 [2021-04-06T06:54:13.574Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-06T06:54:13.901Z] ---> Running in 07971d1737eb [2021-04-06T06:54:13.901Z] ---> Running in 76f3f30ae02f [2021-04-06T06:54:13.901Z] ---> 01ac6f0abdd6 [2021-04-06T06:54:13.901Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-06T06:54:14.304Z] Removing intermediate container 07971d1737eb [2021-04-06T06:54:14.304Z] ---> 40e98a97c4b7 [2021-04-06T06:54:14.607Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-06T06:54:14.607Z] Removing intermediate container 76f3f30ae02f [2021-04-06T06:54:14.607Z] ---> 90b86491f15a [2021-04-06T06:54:14.607Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-06T06:54:14.889Z] ---> Running in b54891d601c2 [2021-04-06T06:54:14.889Z] ---> Running in dad7e1889ddd [2021-04-06T06:54:15.888Z] Removing intermediate container b54891d601c2 [2021-04-06T06:54:15.888Z] ---> a9c22295054b [2021-04-06T06:54:15.888Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-06T06:54:15.888Z] Removing intermediate container dad7e1889ddd [2021-04-06T06:54:15.888Z] ---> c741d63b8704 [2021-04-06T06:54:15.888Z] Step 15/23 : WORKDIR / [2021-04-06T06:54:16.162Z] ---> Running in 330f838a488b [2021-04-06T06:54:16.162Z] ---> 325f1194eb55 [2021-04-06T06:54:16.162Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-06T06:54:16.162Z] ---> Running in b39275a70ba3 [2021-04-06T06:54:16.437Z] Removing intermediate container 37a08c2437de [2021-04-06T06:54:16.437Z] ---> 34345549d2cb [2021-04-06T06:54:16.437Z] [2021-04-06T06:54:16.437Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T06:54:16.437Z] ---> d75e27dfc0a0 [2021-04-06T06:54:16.437Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-06T06:54:16.437Z] ---> Using cache [2021-04-06T06:54:16.437Z] ---> 101600702ae2 [2021-04-06T06:54:16.437Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T06:54:16.437Z] ---> Using cache [2021-04-06T06:54:16.437Z] ---> 40e98a97c4b7 [2021-04-06T06:54:16.437Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-06T06:54:17.034Z] ---> Running in 1ba87a251c01 [2021-04-06T06:54:17.034Z] Removing intermediate container 330f838a488b [2021-04-06T06:54:17.034Z] ---> c9988a0118ed [2021-04-06T06:54:17.034Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:54:17.034Z] Removing intermediate container b39275a70ba3 [2021-04-06T06:54:17.034Z] ---> 4f4e00ae0f55 [2021-04-06T06:54:17.034Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:54:17.637Z] ---> 056667c4c2e3 [2021-04-06T06:54:17.637Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-06T06:54:17.637Z] Removing intermediate container 1ba87a251c01 [2021-04-06T06:54:17.637Z] ---> 818324789012 [2021-04-06T06:54:17.637Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-06T06:54:17.910Z] ---> Running in 66a064f2918d [2021-04-06T06:54:17.910Z] ---> eba29123a085 [2021-04-06T06:54:17.910Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-06T06:54:17.910Z] ---> 80829d60b162 [2021-04-06T06:54:17.910Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-06T06:54:18.504Z] Removing intermediate container 66a064f2918d [2021-04-06T06:54:18.504Z] ---> df8be057eb07 [2021-04-06T06:54:18.504Z] Step 15/23 : WORKDIR / [2021-04-06T06:54:18.774Z] ---> 154d86e84e1b [2021-04-06T06:54:18.774Z] 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-06T06:54:19.046Z] ---> Running in 40183bcb568d [2021-04-06T06:54:19.321Z] ---> Running in 633ee0e0bd51 [2021-04-06T06:54:19.321Z] ---> 626c573901e3 [2021-04-06T06:54:19.321Z] ---> b5a6a7f603fb [2021-04-06T06:54:19.321Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.tomlStep 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-06T06:54:19.321Z] [2021-04-06T06:54:19.922Z] Removing intermediate container 40183bcb568d [2021-04-06T06:54:19.922Z] ---> 4d6483c167d9 [2021-04-06T06:54:19.922Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:54:20.523Z] ---> c79e4443526c [2021-04-06T06:54:20.523Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-06T06:54:20.523Z] ---> 2fe86fc18726 [2021-04-06T06:54:20.523Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-06T06:54:20.803Z] ---> Running in 890302d16d03 [2021-04-06T06:54:20.803Z] ---> Running in 0e519e3b8630 [2021-04-06T06:54:20.803Z] ---> c67be08e6e4f [2021-04-06T06:54:20.803Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-06T06:54:21.408Z] Removing intermediate container 890302d16d03 [2021-04-06T06:54:21.408Z] ---> d0f23635f350 [2021-04-06T06:54:21.408Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:54:21.683Z] ---> Running in ec654968c12b [2021-04-06T06:54:21.683Z] Removing intermediate container 0e519e3b8630 [2021-04-06T06:54:21.683Z] ---> a89799372e81 [2021-04-06T06:54:21.683Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:54:21.958Z] ---> Running in 12c069aecc0c [2021-04-06T06:54:22.231Z] Removing intermediate container 633ee0e0bd51 [2021-04-06T06:54:22.231Z] ---> e536591a11c6 [2021-04-06T06:54:22.231Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-06T06:54:22.502Z] Removing intermediate container ec654968c12b [2021-04-06T06:54:22.502Z] ---> 17d2727b438a [2021-04-06T06:54:22.502Z] Step 21/23 : LABEL arch=arm64 [2021-04-06T06:54:22.502Z] ---> 2602aab69e2e [2021-04-06T06:54:22.502Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-06T06:54:22.502Z] ---> Running in d2c444371e7e [2021-04-06T06:54:22.502Z] Removing intermediate container 12c069aecc0c [2021-04-06T06:54:22.502Z] ---> 043cb140952f [2021-04-06T06:54:22.502Z] Step 20/22 : LABEL arch=arm64 [2021-04-06T06:54:22.502Z] ---> Running in 288499a4cc70 [2021-04-06T06:54:22.780Z] ---> Running in 150f04d7213c [2021-04-06T06:54:23.051Z] Removing intermediate container d2c444371e7e [2021-04-06T06:54:23.051Z] ---> d87fde0fe4d5 [2021-04-06T06:54:23.051Z] Step 22/24 : LABEL arch=arm64 [2021-04-06T06:54:23.329Z] ---> Running in 294877cb5b84 [2021-04-06T06:54:23.329Z] Removing intermediate container 288499a4cc70 [2021-04-06T06:54:23.329Z] ---> e28b42937a43 [2021-04-06T06:54:23.329Z] Step 22/23 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a [2021-04-06T06:54:23.329Z] Removing intermediate container 150f04d7213c [2021-04-06T06:54:23.329Z] ---> 77545727c297 [2021-04-06T06:54:23.329Z] Step 21/22 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a [2021-04-06T06:54:23.329Z] ---> bdadaf40d3e0 [2021-04-06T06:54:23.329Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-06T06:54:23.329Z] ---> Running in 61aea1bbbbdb [2021-04-06T06:54:23.329Z] ---> Running in 0beb6b747967 [2021-04-06T06:54:23.608Z] ---> Running in dd85f61e830e [2021-04-06T06:54:23.608Z] Removing intermediate container 294877cb5b84 [2021-04-06T06:54:23.608Z] ---> 9df640085184 [2021-04-06T06:54:23.608Z] Step 23/24 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a [2021-04-06T06:54:23.889Z] ---> Running in ceb2bb99acfb [2021-04-06T06:54:24.160Z] Removing intermediate container 0beb6b747967 [2021-04-06T06:54:24.160Z] ---> 491fda1723be [2021-04-06T06:54:24.160Z] Step 22/22 : LABEL version=0.0.0 [2021-04-06T06:54:24.160Z] Removing intermediate container 61aea1bbbbdb [2021-04-06T06:54:24.160Z] ---> 0b24d192a57e [2021-04-06T06:54:24.160Z] Step 23/23 : LABEL version=0.0.0 [2021-04-06T06:54:24.160Z] Removing intermediate container dd85f61e830e [2021-04-06T06:54:24.160Z] ---> 662c3133ff33 [2021-04-06T06:54:24.160Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:54:24.160Z] ---> Running in 0f325ba336b4 [2021-04-06T06:54:24.160Z] ---> Running in 3b2314562228 [2021-04-06T06:54:24.433Z] ---> Running in 7a51bf182080 [2021-04-06T06:54:24.433Z] Removing intermediate container ceb2bb99acfb [2021-04-06T06:54:24.433Z] ---> 7b0a1c502f2f [2021-04-06T06:54:24.433Z] Step 24/24 : LABEL version=0.0.0 [2021-04-06T06:54:24.708Z] ---> Running in 00a73852e317 [2021-04-06T06:54:24.708Z] Removing intermediate container 3b2314562228 [2021-04-06T06:54:24.708Z] ---> 2a7650065f23 [2021-04-06T06:54:24.708Z] [2021-04-06T06:54:24.980Z] Removing intermediate container 0f325ba336b4 [2021-04-06T06:54:24.980Z] ---> 63756861f2b9 [2021-04-06T06:54:24.980Z] [2021-04-06T06:54:24.980Z] Removing intermediate container 7a51bf182080 [2021-04-06T06:54:24.980Z] ---> a20bff0c1d98 [2021-04-06T06:54:24.980Z] Step 21/23 : LABEL arch=arm64 [2021-04-06T06:54:25.256Z] Successfully built 2a7650065f23 [2021-04-06T06:54:25.256Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-06T06:54:25.256Z]  Building docker-support-scheduler-go ... done Successfully built 63756861f2b9 [2021-04-06T06:54:25.256Z] ---> Running in 7917f007908c [2021-04-06T06:54:25.256Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-06T06:54:25.528Z]  Building docker-core-command-go ... done Removing intermediate container 00a73852e317 [2021-04-06T06:54:25.528Z] ---> f8a59dac1e40 [2021-04-06T06:54:25.528Z] [2021-04-06T06:54:25.799Z] Successfully built f8a59dac1e40 [2021-04-06T06:54:25.800Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-06T06:54:26.071Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 7917f007908c [2021-04-06T06:54:26.071Z] ---> c86493162820 [2021-04-06T06:54:26.071Z] Step 22/23 : LABEL git_sha=3dcad5acca2c733e2f0f869496fb3be139a3983a [2021-04-06T06:54:26.341Z] ---> Running in 622de1495cb2 [2021-04-06T06:54:26.614Z] Removing intermediate container 622de1495cb2 [2021-04-06T06:54:26.614Z] ---> c5e99844a1f0 [2021-04-06T06:54:26.614Z] Step 23/23 : LABEL version=0.0.0 [2021-04-06T06:54:26.891Z] ---> Running in 615bd636eae3 [2021-04-06T06:54:27.167Z] Removing intermediate container 615bd636eae3 [2021-04-06T06:54:27.167Z] ---> 91c426a586c1 [2021-04-06T06:54:27.167Z] [2021-04-06T06:54:27.759Z] Successfully built 91c426a586c1 [2021-04-06T06:54:27.759Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-06T06:54:28.046Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-04-06T06:54:28.050Z] $ docker stop --time=1 4d36853b4111f6c4e04131d62abec6b46715d67c43b443bc1aa4f0b87b52b64d [2021-04-06T06:54:30.018Z] $ docker rm -f 4d36853b4111f6c4e04131d62abec6b46715d67c43b443bc1aa4f0b87b52b64d [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T06:54:30.722Z] + + grepdocker docker images [2021-04-06T06:54:30.722Z] [2021-04-06T06:54:30.992Z] docker-core-metadata-go-arm64 latest 91c426a586c1 4 seconds ago 17.9MB [2021-04-06T06:54:30.992Z] docker-security-secretstore-setup-go-arm64 latest f8a59dac1e40 5 seconds ago 24.4MB [2021-04-06T06:54:30.992Z] docker-core-command-go-arm64 latest 63756861f2b9 6 seconds ago 16.3MB [2021-04-06T06:54:30.992Z] docker-support-scheduler-go-arm64 latest 2a7650065f23 6 seconds ago 16.4MB [2021-04-06T06:54:30.992Z] docker-sys-mgmt-agent-go-arm64 latest 40aa576f9a23 About a minute ago 301MB [2021-04-06T06:54:30.992Z] docker-core-data-go-arm64 latest 9c421cba88a5 3 minutes ago 21.4MB [2021-04-06T06:54:30.992Z] docker-security-bootstrapper-go-arm64 latest ab5a05c462e6 3 minutes ago 17.9MB [2021-04-06T06:54:30.992Z] docker-support-notifications-go-arm64 latest fc3fe2d6345a 3 minutes ago 16.9MB [2021-04-06T06:54:30.992Z] docker-security-proxy-setup-go-arm64 latest fbf151510ce6 3 minutes ago 24.1MB [2021-04-06T06:54:30.992Z] 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-06T06:54:32.017Z] ---> job-cost.sh [2021-04-06T06:54:32.018Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-vGSr [2021-04-06T06:54:47.418Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-06T06:54:47.418Z] Pulling go-build-helper [2021-04-06T06:54:47.418Z] + snapcraftctl pull [2021-04-06T06:54:47.418Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-06T06:54:47.418Z] Skipping pull go-build-helper (already ran) [2021-04-06T06:54:47.418Z] Building go-build-helper [2021-04-06T06:54:47.418Z] + snapcraftctl build [2021-04-06T06:54:47.418Z] Staging go-build-helper [2021-04-06T06:54:47.418Z] + snapcraftctl stage [2021-04-06T06:54:52.697Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-06T06:54:52.697Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-06T06:54:52.697Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-06T06:54:52.697Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-06T06:54:52.697Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-06T06:54:52.697Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-06T06:54:52.697Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-06T06:54:52.697Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-06T06:54:52.697Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-06T06:54:52.697Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-06T06:54:52.697Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-06T06:54:52.697Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-06T06:54:52.697Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-06T06:54:52.697Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-06T06:54:52.697Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-06T06:54:52.697Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-06T06:54:52.697Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-06T06:54:52.697Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-06T06:54:52.697Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-06T06:54:52.697Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-06T06:54:52.697Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-06T06:54:52.697Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-06T06:54:52.697Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-06T06:54:52.697Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-06T06:54:52.697Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-06T06:54:52.697Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1726 kB] [2021-04-06T06:54:52.697Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-06T06:54:52.697Z] Fetched 24.2 MB in 0s (0 B/s) [2021-04-06T06:54:52.697Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-06T06:54:52.697Z] Fetched 224 kB in 0s (0 B/s) [2021-04-06T06:54:52.697Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-06T06:54:52.697Z] Fetched 157 kB in 0s (0 B/s) [2021-04-06T06:54:52.697Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-06T06:54:52.697Z] Fetched 221 kB in 0s (0 B/s) [2021-04-06T06:54:52.697Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-06T06:54:52.697Z] Fetched 143 kB in 0s (0 B/s) [2021-04-06T06:54:52.697Z] Pulling app-service-config [2021-04-06T06:54:52.697Z] + snapcraftctl pull [2021-04-06T06:54:52.697Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-06T06:54:53.268Z] Pulling config-common [2021-04-06T06:54:53.268Z] + snapcraftctl pull [2021-04-06T06:54:57.471Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-06T06:54:57.471Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-06T06:54:57.471Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-06T06:54:57.471Z] Fetched 0 B in 0s (0 B/s) [2021-04-06T06:54:57.471Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-06T06:54:57.471Z] Fetched 0 B in 0s (0 B/s) [2021-04-06T06:54:57.471Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-06T06:54:57.471Z] Fetched 0 B in 0s (0 B/s) [2021-04-06T06:54:57.471Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-06T06:54:57.471Z] Fetched 0 B in 0s (0 B/s) [2021-04-06T06:54:57.471Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-06T06:54:57.471Z] Fetched 0 B in 0s (0 B/s) [2021-04-06T06:54:57.471Z] Pulling edgex-go [2021-04-06T06:54:57.471Z] + snapcraftctl pull [2021-04-06T06:55:10.947Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-06T06:55:19.484Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-06T06:55:19.484Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-06T06:55:19.484Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-06T06:55:19.484Z] Fetched 0 B in 0s (0 B/s) [2021-04-06T06:55:19.484Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-06T06:55:19.484Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-06T06:55:19.485Z] Fetched 279 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-06T06:55:19.485Z] Fetched 122 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-06T06:55:19.485Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-06T06:55:19.485Z] Fetched 8848 B in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-06T06:55:19.485Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-06T06:55:19.485Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-06T06:55:19.485Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-06T06:55:19.485Z] Fetched 219 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-06T06:55:19.485Z] Fetched 154 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-06T06:55:19.485Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-06T06:55:19.485Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-06T06:55:19.485Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-06T06:55:19.485Z] Fetched 499 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-06T06:55:19.485Z] Fetched 111 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-06T06:55:19.485Z] Fetched 240 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-06T06:55:19.485Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-06T06:55:19.485Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-06T06:55:19.485Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-06T06:55:19.485Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-06T06:55:19.485Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-06T06:55:19.485Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-06T06:55:19.485Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-06T06:55:19.485Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-06T06:55:19.485Z] Fetched 8720 B in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-04-06T06:55:19.485Z] Fetched 137 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-06T06:55:19.485Z] Fetched 119 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-04-06T06:55:19.485Z] Fetched 109 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-06T06:55:19.485Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-06T06:55:19.485Z] Fetched 645 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-06T06:55:19.485Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-06T06:55:19.485Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-06T06:55:19.485Z] Fetched 368 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-06T06:55:19.485Z] Fetched 187 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-06T06:55:19.485Z] Fetched 175 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-06T06:55:19.485Z] Fetched 206 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-06T06:55:19.485Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-06T06:55:19.485Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-06T06:55:19.485Z] Fetched 159 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-06T06:55:19.485Z] Fetched 107 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-06T06:55:19.485Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-06T06:55:19.485Z] Pulling static-packages [2021-04-06T06:55:19.485Z] + snapcraftctl pull [2021-04-06T06:55:20.055Z] Pulling version [2021-04-06T06:55:20.055Z] + cd /root/project [2021-04-06T06:55:20.055Z] + [ -f VERSION ] [2021-04-06T06:55:20.055Z] + PROJECT_VERSION=local-dev [2021-04-06T06:55:20.055Z] + git rev-parse --short HEAD [2021-04-06T06:55:20.055Z] + GIT_REVISION=bc354aaa [2021-04-06T06:55:20.055Z] + snapcraftctl set-version local-dev [2021-04-06T06:55:21.458Z] Skipping build go-build-helper (already ran) [2021-04-06T06:55:21.458Z] Building app-service-config [2021-04-06T06:55:21.458Z] + make build [2021-04-06T06:55:21.458Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.40 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-06T06:55:24.003Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.40 [2021-04-06T06:55:24.003Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-04-06T06:55:24.003Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.28 [2021-04-06T06:55:24.003Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-06T06:55:24.003Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-06T06:55:24.003Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-04-06T06:55:24.003Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-04-06T06:55:24.003Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-06T06:55:24.003Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-06T06:55:24.003Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-06T06:55:24.003Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-06T06:55:24.003Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-06T06:55:24.263Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-06T06:55:24.263Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 [2021-04-06T06:55:24.263Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-06T06:55:24.530Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-06T06:55:24.530Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-06T06:55:24.530Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-06T06:55:24.530Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-06T06:55:24.530Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-06T06:55:24.792Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-06T06:55:24.792Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-06T06:55:24.792Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-06T06:55:25.051Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-06T06:55:25.051Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-06T06:55:25.051Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-06T06:55:25.051Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-06T06:55:25.051Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-06T06:55:25.051Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-06T06:55:25.051Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-06T06:55:25.051Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-06T06:55:25.051Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-06T06:55:25.051Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-06T06:55:25.051Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-06T06:55:25.051Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-06T06:55:25.051Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-06T06:55:25.311Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-06T06:55:25.311Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-06T06:55:25.311Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-06T06:55:25.311Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-06T06:55:25.311Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-06T06:55:25.311Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-06T06:55:25.311Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-06T06:55:25.311Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-06T06:55:25.311Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-06T06:55:35.323Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-06T06:55:35.323Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-06T06:55:35.323Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-06T06:55:35.323Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-06T06:55:35.583Z] Building config-common [2021-04-06T06:55:35.583Z] + snapcraftctl build [2021-04-06T06:55:38.130Z] Building edgex-go [2021-04-06T06:55:38.130Z] + cd /root/parts/edgex-go/src [2021-04-06T06:55:38.130Z] + make build [2021-04-06T06:55:38.130Z] 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-06T06:55:38.130Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-06T06:55:38.130Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 [2021-04-06T06:55:38.391Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-06T06:55:38.391Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-06T06:55:38.391Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-06T06:55:38.391Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-06T06:55:41.686Z] 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-06T06:55:41.686Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-06T06:55:46.966Z] 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-06T06:55:47.907Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-06T06:55:49.822Z] 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-06T06:55:50.082Z] 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-06T06:55:50.082Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-06T06:55:50.341Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-06T06:55:50.341Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-06T06:55:50.341Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-06T06:55:52.248Z] 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-06T06:55:52.248Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-06T06:55:52.248Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-06T06:55:53.629Z] 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-06T06:55:55.013Z] 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-06T06:55:55.951Z] 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-06T06:55:57.347Z] 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-06T06:55:57.347Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-06T06:55:58.730Z] 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-06T06:55:58.730Z] go: downloading github.com/lib/pq v1.10.0 [2021-04-06T06:56:00.640Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-06T06:56:00.640Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-06T06:56:00.640Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-06T06:56:00.640Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-06T06:56:00.640Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-06T06:56:00.901Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-06T06:56:00.901Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-06T06:56:00.901Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-06T06:56:00.901Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-06T06:56:00.901Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-06T06:56:00.901Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-06T06:56:00.901Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-06T06:56:00.901Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-06T06:56:00.901Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-06T06:56:00.901Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-06T06:56:00.901Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-06T06:56:00.901Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-06T06:56:00.901Z] + 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-06T06:56:00.901Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-06T06:56:00.901Z] + 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-06T06:56:00.901Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-06T06:56:00.901Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-06T06:56:00.901Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-06T06:56:00.901Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-06T06:56:00.901Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-06T06:56:00.901Z] + 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-06T06:56:04.204Z] Building static-packages [2021-04-06T06:56:04.204Z] + snapcraftctl build [2021-04-06T06:56:05.587Z] Building version [2021-04-06T06:56:05.587Z] + snapcraftctl build [2021-04-06T06:56:07.501Z] Skipping stage go-build-helper (already ran) [2021-04-06T06:56:07.501Z] Staging app-service-config [2021-04-06T06:56:07.501Z] + snapcraftctl stage [2021-04-06T06:56:08.443Z] Staging config-common [2021-04-06T06:56:08.443Z] + snapcraftctl stage [2021-04-06T06:56:09.471Z] Staging edgex-go [2021-04-06T06:56:09.471Z] + snapcraftctl stage [2021-04-06T06:56:10.566Z] Staging static-packages [2021-04-06T06:56:10.566Z] + snapcraftctl stage [2021-04-06T06:56:11.505Z] Staging version [2021-04-06T06:56:11.505Z] + snapcraftctl stage [2021-04-06T06:56:12.447Z] Priming go-build-helper [2021-04-06T06:56:12.447Z] + snapcraftctl prime [2021-04-06T06:56:13.395Z] Priming app-service-config [2021-04-06T06:56:13.395Z] + snapcraftctl prime [2021-04-06T06:56:14.777Z] Priming config-common [2021-04-06T06:56:14.777Z] + snapcraftctl prime [2021-04-06T06:56:15.718Z] Priming edgex-go [2021-04-06T06:56:15.718Z] + snapcraftctl prime [2021-04-06T06:56:17.101Z] Priming static-packages [2021-04-06T06:56:17.101Z] + snapcraftctl prime [2021-04-06T06:56:19.014Z] Priming version [2021-04-06T06:56:19.014Z] + snapcraftctl prime [2021-04-06T06:56:19.953Z] 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-06T06:56:47.701Z] lf-activate-venv(): INFO: Adding /tmp/venv-vGSr/bin to PATH [2021-04-06T06:56:47.701Z] INFO: No Stack... [2021-04-06T06:56:47.701Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-06T06:56:47.701Z] INFO: Archiving Costs [Pipeline] sh [2021-04-06T06:56:48.036Z] + cut -d, -f6 [2021-04-06T06:56:48.036Z] + cat /w/workspace/edgex-go/55/archives/cost.csv [Pipeline] lock [2021-04-06T06:56:48.144Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-55-stack-cost] [2021-04-06T06:56:48.153Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-55-stack-cost] did not exist. Created. [2021-04-06T06:56:48.153Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-55-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-06T06:56:48.568Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-06T06:56:48.907Z] Stashed 1 file(s) [Pipeline] } [2021-04-06T06:56:48.922Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-55-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-06T06:56:50.285Z] provisioning config files... [2021-04-06T06:56:50.305Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/55@tmp/config5343545055419067134tmp [Pipeline] { [Pipeline] sh [2021-04-06T06:56:50.687Z] + set +x [2021-04-06T06:56:50.687Z] + curl -s https://codecov.io/bash [2021-04-06T06:56:50.687Z] + bash -s -- [2021-04-06T06:56:51.267Z] [2021-04-06T06:56:51.267Z] _____ _ [2021-04-06T06:56:51.267Z] / ____| | | [2021-04-06T06:56:51.267Z] | | ___ __| | ___ ___ _____ __ [2021-04-06T06:56:51.267Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-06T06:56:51.267Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-06T06:56:51.267Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-06T06:56:51.267Z] Bash-20210309-2b87ace [2021-04-06T06:56:51.267Z] [2021-04-06T06:56:51.267Z] [2021-04-06T06:56:51.267Z] ==> git version 2.24.3 found [2021-04-06T06:56:51.267Z] ==> 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-06T06:56:51.267Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-06T06:56:51.267Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-06T06:56:51.267Z] ==> Jenkins CI detected. [2021-04-06T06:56:51.267Z] project root: . [2021-04-06T06:56:51.267Z] --> token set from env [2021-04-06T06:56:51.267Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-06T06:56:51.267Z] ==> Running gcov in . (disable via -X gcov) [2021-04-06T06:56:51.267Z] ==> Python coveragepy not found [2021-04-06T06:56:51.267Z] ==> Searching for coverage reports in: [2021-04-06T06:56:51.267Z] + . [2021-04-06T06:56:51.267Z] -> Found 1 reports [2021-04-06T06:56:51.267Z] ==> Detecting git/mercurial file structure [2021-04-06T06:56:51.267Z] ==> Reading reports [2021-04-06T06:56:51.267Z] + ./coverage.out bytes=697383 [2021-04-06T06:56:51.531Z] ==> Appending adjustments [2021-04-06T06:56:51.531Z] https://docs.codecov.io/docs/fixing-reports [2021-04-06T06:56:54.852Z] + Found adjustments [2021-04-06T06:56:54.852Z] ==> Gzipping contents [2021-04-06T06:56:55.115Z] 100K /tmp/codecov.ViphVw.gz [2021-04-06T06:56:55.115Z] ==> Uploading reports [2021-04-06T06:56:55.115Z] url: https://codecov.io [2021-04-06T06:56:55.115Z] query: branch=PR-3234&commit=3dcad5acca2c733e2f0f869496fb3be139a3983a&build=55&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F55%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-04-06T06:56:55.115Z] -> Pinging Codecov [2021-04-06T06:56:55.115Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=3dcad5acca2c733e2f0f869496fb3be139a3983a&build=55&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F55%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-04-06T06:56:55.378Z] -> Uploading to [2021-04-06T06:56:55.378Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-06/00271124DB129430A58F1EEE437C3FCB/3dcad5acca2c733e2f0f869496fb3be139a3983a/d638f697-6550-4f5c-9f46-c9639306d1f8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210406%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210406T065655Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=032ecb9a4dedac84732be10ee7c60a85674d38f2b86edab49769ad0761f3b793 [2021-04-06T06:56:55.378Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T06:56:55.378Z] Dload Upload Total Spent Left Speed [2021-04-06T06:56:55.903Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99592 0 0 100 99592 0 222k --:--:-- --:--:-- --:--:-- 222k [2021-04-06T06:56:55.903Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/3dcad5acca2c733e2f0f869496fb3be139a3983a [Pipeline] } [2021-04-06T06:56:55.913Z] 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-06T06:56:57.543Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:56:58.428Z] ---> package-listing.sh [2021-04-06T06:56:58.428Z] ++ facter osfamily [2021-04-06T06:56:58.428Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-06T06:56:58.692Z] + OS_FAMILY=redhat [2021-04-06T06:56:58.692Z] + workspace=/w/workspace/edgex-go/55 [2021-04-06T06:56:58.692Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-06T06:56:58.692Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-06T06:56:58.692Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-06T06:56:58.692Z] + PACKAGES=/tmp/packages_start.txt [2021-04-06T06:56:58.692Z] + '[' /w/workspace/edgex-go/55 ']' [2021-04-06T06:56:58.692Z] + PACKAGES=/tmp/packages_end.txt [2021-04-06T06:56:58.692Z] + case "${OS_FAMILY}" in [2021-04-06T06:56:58.692Z] + rpm -qa [2021-04-06T06:56:58.692Z] + sort [2021-04-06T06:57:04.006Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-06T06:57:04.006Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-06T06:57:04.006Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-06T06:57:04.006Z] + '[' /w/workspace/edgex-go/55 ']' [2021-04-06T06:57:04.006Z] + mkdir -p /w/workspace/edgex-go/55/archives/ [2021-04-06T06:57:04.006Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/55/archives/ [Pipeline] echo [2021-04-06T06:57:04.020Z] 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/55/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-06T06:57:04.353Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:57:04.677Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T06:57:04.940Z] [2021-04-06T06:57:04.940Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:57:05.307Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T06:57:05.307Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-06T06:57:05.307Z] df20fa9351a1: Pulling fs layer [2021-04-06T06:57:05.307Z] 36b3adc4ff6f: Pulling fs layer [2021-04-06T06:57:05.307Z] 8ad3a11d3b57: Pulling fs layer [2021-04-06T06:57:05.307Z] 46f8f816bc3b: Pulling fs layer [2021-04-06T06:57:05.307Z] 93b61091891f: Pulling fs layer [2021-04-06T06:57:05.307Z] 93b9cdb0e59b: Pulling fs layer [2021-04-06T06:57:05.307Z] 5e14af77c1be: Pulling fs layer [2021-04-06T06:57:05.307Z] 01666e4c0597: Pulling fs layer [2021-04-06T06:57:05.307Z] aa168da1d23b: Pulling fs layer [2021-04-06T06:57:05.307Z] 46f8f816bc3b: Waiting [2021-04-06T06:57:05.307Z] 93b61091891f: Waiting [2021-04-06T06:57:05.307Z] 93b9cdb0e59b: Waiting [2021-04-06T06:57:05.307Z] 01666e4c0597: Waiting [2021-04-06T06:57:05.307Z] 5e14af77c1be: Waiting [2021-04-06T06:57:05.307Z] aa168da1d23b: Waiting [2021-04-06T06:57:05.307Z] 36b3adc4ff6f: Download complete [2021-04-06T06:57:05.307Z] 46f8f816bc3b: Verifying Checksum [2021-04-06T06:57:05.307Z] 46f8f816bc3b: Download complete [2021-04-06T06:57:05.570Z] df20fa9351a1: Verifying Checksum [2021-04-06T06:57:05.570Z] df20fa9351a1: Download complete [2021-04-06T06:57:05.570Z] 93b9cdb0e59b: Download complete [2021-04-06T06:57:05.570Z] 5e14af77c1be: Verifying Checksum [2021-04-06T06:57:05.570Z] 5e14af77c1be: Download complete [2021-04-06T06:57:05.570Z] 93b61091891f: Verifying Checksum [2021-04-06T06:57:05.570Z] 93b61091891f: Download complete [2021-04-06T06:57:05.570Z] 01666e4c0597: Verifying Checksum [2021-04-06T06:57:05.570Z] 01666e4c0597: Download complete [2021-04-06T06:57:05.834Z] 8ad3a11d3b57: Verifying Checksum [2021-04-06T06:57:05.834Z] 8ad3a11d3b57: Download complete [2021-04-06T06:57:06.106Z] df20fa9351a1: Pull complete [2021-04-06T06:57:06.373Z] 36b3adc4ff6f: Pull complete [2021-04-06T06:57:07.331Z] 8ad3a11d3b57: Pull complete [2021-04-06T06:57:07.593Z] aa168da1d23b: Verifying Checksum [2021-04-06T06:57:07.594Z] aa168da1d23b: Download complete [2021-04-06T06:57:08.169Z] 46f8f816bc3b: Pull complete [2021-04-06T06:57:09.569Z] 93b61091891f: Pull complete [2021-04-06T06:57:09.840Z] 93b9cdb0e59b: Pull complete [2021-04-06T06:57:09.840Z] 5e14af77c1be: Pull complete [2021-04-06T06:57:10.111Z] 01666e4c0597: Pull complete [2021-04-06T06:57:18.306Z] aa168da1d23b: Pull complete [2021-04-06T06:57:18.306Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-06T06:57:18.306Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T06:57:18.306Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-06T06:57:18.512Z] prd-centos7-docker-4c-2g-32911 does not seem to be running inside a container [2021-04-06T06:57:18.562Z] $ 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/55/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/55 -v /w/workspace/edgex-go/55:/w/workspace/edgex-go/55:rw,z -v /w/workspace/edgex-go/55@tmp:/w/workspace/edgex-go/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-06T06:57:22.783Z] $ docker top 272c6616f5151ec7f3299a667a587f82be3089b79d06376a3d3333c3208ad19d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T06:57:23.432Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-06T06:57:23.740Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-06T06:57:24.042Z] + ls /var/log/sa-host [2021-04-06T06:57:24.042Z] + sadf -c /var/log/sa-host/sa06 [2021-04-06T06:57:24.042Z] file_magic: OK [2021-04-06T06:57:24.042Z] HZ: Using current value: 100 [2021-04-06T06:57:24.042Z] file_header: OK [2021-04-06T06:57:24.042Z] 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-06T06:57:24.042Z] Statistics: [2021-04-06T06:57:24.042Z] 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... [2021-04-06T06:57:24.042Z] File successfully converted to sysstat format version 12.2.1 [2021-04-06T06:57:24.042Z] + sadf -c /var/log/sa-host/sa23 [2021-04-06T06:57:24.042Z] file_magic: OK [2021-04-06T06:57:24.042Z] HZ: Using current value: 100 [2021-04-06T06:57:24.042Z] file_header: OK [2021-04-06T06:57:24.042Z] 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-06T06:57:24.042Z] Statistics: [2021-04-06T06:57:24.042Z] Hnuu...uuuununununu... [2021-04-06T06:57:24.042Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-06T06:57:24.266Z] provisioning config files... [2021-04-06T06:57:24.282Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/55@tmp/config4662146041299166846tmp [Pipeline] { [Pipeline] echo [2021-04-06T06:57:24.365Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:57:24.665Z] ---> create-netrc.sh [Pipeline] } [2021-04-06T06:57:24.675Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-06T06:57:24.761Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:57:25.062Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-06T06:57:25.074Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:57:25.379Z] ---> sudo-logs.sh [2021-04-06T06:57:25.379Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-06T06:57:25.472Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:57:25.774Z] ---> job-cost.sh [2021-04-06T06:57:25.774Z] lf-activate-venv: SKIPPING [2021-04-06T06:57:25.774Z] DEBUG: total: 0.20999999344348907 [2021-04-06T06:57:25.774Z] INFO: Retrieving Stack Cost... [2021-04-06T06:57:27.225Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-06T06:57:28.191Z] INFO: Archiving Costs [Pipeline] echo [2021-04-06T06:57:28.206Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:57:28.505Z] ---> logs-deploy.sh [2021-04-06T06:57:28.505Z] lf-activate-venv: SKIPPING [2021-04-06T06:57:28.505Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/55 [2021-04-06T06:57:28.505Z] INFO: archiving workspace using pattern(s): [2021-04-06T06:57:30.428Z] Archives upload complete. [2021-04-06T06:57:30.428Z] INFO: archiving logs to Nexus