Pull request #3319 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7ea006d2bf427d986e3cae48a451342be7009350+455f88eb7f104c981a27c2f244562def9f736fdb (7fbbe25702a4395f47e419a561035e027ae47795) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32182 in /w/workspace/edgexfoundry_edgex-go_PR-3319 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 7ea006d2bf427d986e3cae48a451342be7009350 > 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/3319/head:refs/remotes/origin/PR-3319 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7ea006d2bf427d986e3cae48a451342be7009350 # timeout=10 Merge succeeded, producing 7ea006d2bf427d986e3cae48a451342be7009350 Checking out Revision 7ea006d2bf427d986e3cae48a451342be7009350 (PR-3319) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7ea006d2bf427d986e3cae48a451342be7009350 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. > git rev-list --no-walk e61f4d73aa0e92b7184a60efdc09909860740fcb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-31T03:10:06.723Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-31T03:10:06.979Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-31T03:10:07.068Z] ========================================================= [2021-03-31T03:10:07.068Z] EdgeX Global Pipelines Version Info [2021-03-31T03:10:07.068Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:10:08.579Z] ------------------- [2021-03-31T03:10:08.579Z] stable info: [2021-03-31T03:10:08.579Z] ------------------- [2021-03-31T03:10:08.579Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-31T03:10:08.579Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-31T03:10:08.579Z] Message: update stable to v1.0.186 [2021-03-31T03:10:09.532Z] ------------------- [2021-03-31T03:10:09.532Z] experimental info: [2021-03-31T03:10:09.532Z] ------------------- [2021-03-31T03:10:09.532Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-31T03:10:09.532Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-31T03:10:09.532Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-31T03:10:09.810Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-31T03:10:09.939Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-31T03:10:10.023Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-31T03:10:10.117Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-31T03:10:10.231Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-31T03:10:10.348Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-31T03:10:10.447Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-31T03:10:10.578Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-31T03:10:10.666Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-31T03:10:10.810Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-31T03:10:10.916Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-31T03:10:11.007Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-31T03:10:11.098Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-31T03:10:11.229Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-31T03:10:11.314Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T03:10:11.401Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T03:10:11.489Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-31T03:10:11.572Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-31T03:10:11.655Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-31T03:10:11.743Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-31T03:10:11.859Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-31T03:10:11.990Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-31T03:10:12.076Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3319 [Pipeline] echo [2021-03-31T03:10:13.542Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3319 [Pipeline] echo [2021-03-31T03:10:13.660Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3319 [Pipeline] echo [2021-03-31T03:10:13.764Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7ea006d2bf427d986e3cae48a451342be7009350 [Pipeline] echo [2021-03-31T03:10:13.862Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7ea006d [Pipeline] echo [2021-03-31T03:10:13.986Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T03:10:14.182Z] provisioning config files... [2021-03-31T03:10:14.216Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1186612993451388726tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:10:14.626Z] ---> docker-login.sh [2021-03-31T03:10:14.626Z] nexus3.edgexfoundry.org:10001 [2021-03-31T03:10:14.900Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:10:15.167Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:10:15.167Z] Configure a credential helper to remove this warning. See [2021-03-31T03:10:15.167Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:10:15.167Z] [2021-03-31T03:10:15.167Z] Login Succeeded [2021-03-31T03:10:15.167Z] nexus3.edgexfoundry.org:10002 [2021-03-31T03:10:15.167Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:10:15.430Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:10:15.430Z] Configure a credential helper to remove this warning. See [2021-03-31T03:10:15.430Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:10:15.430Z] [2021-03-31T03:10:15.430Z] Login Succeeded [2021-03-31T03:10:15.430Z] nexus3.edgexfoundry.org:10003 [2021-03-31T03:10:15.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:10:15.430Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:10:15.430Z] Configure a credential helper to remove this warning. See [2021-03-31T03:10:15.430Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:10:15.430Z] [2021-03-31T03:10:15.430Z] Login Succeeded [2021-03-31T03:10:15.430Z] nexus3.edgexfoundry.org:10004 [2021-03-31T03:10:15.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:10:15.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:10:15.693Z] Configure a credential helper to remove this warning. See [2021-03-31T03:10:15.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:10:15.693Z] [2021-03-31T03:10:15.693Z] Login Succeeded [2021-03-31T03:10:15.693Z] docker.io [2021-03-31T03:10:15.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:10:15.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:10:15.955Z] Configure a credential helper to remove this warning. See [2021-03-31T03:10:15.955Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:10:15.955Z] [2021-03-31T03:10:15.955Z] Login Succeeded [2021-03-31T03:10:15.955Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T03:10:15.967Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T03:10:16.425Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-31T03:10:16.425Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:10:16.425Z] ++ cut -d/ -f2 [2021-03-31T03:10:16.425Z] ++ dirname cmd/core-command/Dockerfile [2021-03-31T03:10:16.425Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-31T03:10:16.425Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:10:16.425Z] ++ dirname cmd/core-data/Dockerfile [2021-03-31T03:10:16.425Z] ++ cut -d/ -f2 [2021-03-31T03:10:16.425Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-31T03:10:16.425Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:10:16.425Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-31T03:10:16.425Z] ++ cut -d/ -f2 [2021-03-31T03:10:16.425Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-31T03:10:16.425Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:10:16.425Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-31T03:10:16.425Z] ++ cut -d/ -f2 [2021-03-31T03:10:16.425Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-31T03:10:16.425Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:10:16.425Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-31T03:10:16.425Z] ++ cut -d/ -f2 [2021-03-31T03:10:16.425Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-31T03:10:16.425Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:10:16.425Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-31T03:10:16.425Z] ++ cut -d/ -f2 [2021-03-31T03:10:16.425Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-31T03:10:16.425Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:10:16.425Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-31T03:10:16.425Z] ++ cut -d/ -f2 [2021-03-31T03:10:16.425Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-31T03:10:16.425Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:10:16.425Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-31T03:10:16.425Z] ++ cut -d/ -f2 [2021-03-31T03:10:16.425Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-31T03:10:16.425Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:10:16.425Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-31T03:10:16.425Z] ++ cut -d/ -f2 [2021-03-31T03:10:16.425Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-31T03:10:16.502Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:10:17.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T03:10:17.357Z] [2021-03-31T03:10:17.357Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:10:17.703Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T03:10:17.704Z] latest: Pulling from edgex-devops/git-semver [2021-03-31T03:10:17.704Z] 31603596830f: Pulling fs layer [2021-03-31T03:10:17.704Z] 2a8b12db71e7: Pulling fs layer [2021-03-31T03:10:17.704Z] 6ca5941a6612: Pulling fs layer [2021-03-31T03:10:17.704Z] ecc8261a40a4: Pulling fs layer [2021-03-31T03:10:17.704Z] ecc8261a40a4: Waiting [2021-03-31T03:10:17.704Z] 2a8b12db71e7: Verifying Checksum [2021-03-31T03:10:17.704Z] 2a8b12db71e7: Download complete [2021-03-31T03:10:17.966Z] 31603596830f: Verifying Checksum [2021-03-31T03:10:17.967Z] 31603596830f: Download complete [2021-03-31T03:10:17.967Z] ecc8261a40a4: Verifying Checksum [2021-03-31T03:10:17.967Z] ecc8261a40a4: Download complete [2021-03-31T03:10:18.248Z] 6ca5941a6612: Download complete [2021-03-31T03:10:18.248Z] 31603596830f: Pull complete [2021-03-31T03:10:18.530Z] 2a8b12db71e7: Pull complete [2021-03-31T03:10:19.517Z] 6ca5941a6612: Pull complete [2021-03-31T03:10:20.098Z] ecc8261a40a4: Pull complete [2021-03-31T03:10:20.098Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-31T03:10:20.098Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T03:10:20.098Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-31T03:10:20.230Z] prd-centos7-docker-4c-2g-32182 does not seem to be running inside a container [2021-03-31T03:10:20.294Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-31T03:10:23.143Z] $ docker top a29d1f60ab27b971f1bbe87cf3e10199d7c6e99a2e736054a7c365306f78fde5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T03:10:23.550Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T03:10:23.550Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T03:10:23.801Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T03:10:23.805Z] $ docker exec a29d1f60ab27b971f1bbe87cf3e10199d7c6e99a2e736054a7c365306f78fde5 ssh-agent [2021-03-31T03:10:23.987Z] SSH_AUTH_SOCK=/tmp/ssh-cSqd69TxykNg/agent.12 [2021-03-31T03:10:23.987Z] SSH_AGENT_PID=17 [2021-03-31T03:10:24.003Z] Running ssh-add (command line suppressed) [2021-03-31T03:10:24.138Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_8879378850561999381.key (/w/workspace/edgex-go/3@tmp/private_key_8879378850561999381.key) [2021-03-31T03:10:24.201Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T03:10:24.581Z] + git tag --points-at HEAD [Pipeline] } [2021-03-31T03:10:24.608Z] $ docker exec --env ******** --env ******** a29d1f60ab27b971f1bbe87cf3e10199d7c6e99a2e736054a7c365306f78fde5 ssh-agent -k [2021-03-31T03:10:24.731Z] unset SSH_AUTH_SOCK; [2021-03-31T03:10:24.733Z] unset SSH_AGENT_PID; [2021-03-31T03:10:24.733Z] echo Agent pid 17 killed; [2021-03-31T03:10:24.783Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-31T03:10:24.955Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T03:10:24.955Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T03:10:25.130Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T03:10:25.133Z] $ docker exec a29d1f60ab27b971f1bbe87cf3e10199d7c6e99a2e736054a7c365306f78fde5 ssh-agent [2021-03-31T03:10:25.297Z] SSH_AUTH_SOCK=/tmp/ssh-LBsqnv6yEHxN/agent.45 [2021-03-31T03:10:25.297Z] SSH_AGENT_PID=51 [2021-03-31T03:10:25.304Z] Running ssh-add (command line suppressed) [2021-03-31T03:10:25.477Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_7910649821941410801.key (/w/workspace/edgex-go/3@tmp/private_key_7910649821941410801.key) [2021-03-31T03:10:25.532Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T03:10:25.871Z] + git semver init [2021-03-31T03:10:25.871Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T03:10:25.871Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-03-31T03:10:25.871Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-03-31T03:10:25.871Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T03:10:25.871Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T03:10:25.871Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T03:10:25.871Z] # $SEMVER_BRANCH = PR-3319 [2021-03-31T03:10:25.871Z] # $SEMVER_TEMP = /tmp/semver-265957319 [2021-03-31T03:10:25.871Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-31T03:10:58.054Z] # '/tmp/semver-265957319' -> '/w/workspace/edgex-go/3/.semver' [2021-03-31T03:10:58.054Z] # -> Force: false [2021-03-31T03:10:58.054Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-03-31T03:10:58.066Z] $ docker exec --env ******** --env ******** a29d1f60ab27b971f1bbe87cf3e10199d7c6e99a2e736054a7c365306f78fde5 ssh-agent -k [2021-03-31T03:10:58.337Z] unset SSH_AUTH_SOCK; [2021-03-31T03:10:58.337Z] unset SSH_AGENT_PID; [2021-03-31T03:10:58.337Z] echo Agent pid 51 killed; [2021-03-31T03:10:58.454Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T03:10:58.960Z] + git semver [Pipeline] } [2021-03-31T03:10:58.982Z] $ docker stop --time=1 a29d1f60ab27b971f1bbe87cf3e10199d7c6e99a2e736054a7c365306f78fde5 [2021-03-31T03:11:01.265Z] $ docker rm -f a29d1f60ab27b971f1bbe87cf3e10199d7c6e99a2e736054a7c365306f78fde5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T03:11:01.920Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-31T03:11:02.605Z] Stashed 1 file(s) [Pipeline] echo [2021-03-31T03:11:02.608Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-31T03:11:03.499Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-31T03:11:03.813Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T03:11:04.122Z] + sudo service docker restart [2021-03-31T03:11:04.122Z] + true [2021-03-31T03:11:04.122Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-31T03:11:04.719Z] ========================================================= [2021-03-31T03:11:04.719Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-31T03:11:04.719Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:11:05.066Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-31T03:11:09.358Z] Sending build context to Docker daemon 328.9MB [2021-03-31T03:11:09.358Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T03:11:09.358Z] Step 2/6 : FROM ${BASE} [2021-03-31T03:11:09.358Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-31T03:11:09.358Z] 188c0c94c7c5: Pulling fs layer [2021-03-31T03:11:09.358Z] 0ef7d3d256c8: Pulling fs layer [2021-03-31T03:11:09.358Z] de9db76c5a1d: Pulling fs layer [2021-03-31T03:11:09.358Z] bca2f99d35d6: Pulling fs layer [2021-03-31T03:11:09.358Z] 93359f2a8cfa: Pulling fs layer [2021-03-31T03:11:09.358Z] 7c6f9722023f: Pulling fs layer [2021-03-31T03:11:09.358Z] a35cf1a2eb13: Pulling fs layer [2021-03-31T03:11:09.358Z] 93359f2a8cfa: Waiting [2021-03-31T03:11:09.358Z] 7c6f9722023f: Waiting [2021-03-31T03:11:09.358Z] a35cf1a2eb13: Waiting [2021-03-31T03:11:09.358Z] bca2f99d35d6: Waiting [2021-03-31T03:11:09.358Z] de9db76c5a1d: Download complete [2021-03-31T03:11:09.358Z] 0ef7d3d256c8: Verifying Checksum [2021-03-31T03:11:09.358Z] 0ef7d3d256c8: Download complete [2021-03-31T03:11:09.358Z] 93359f2a8cfa: Verifying Checksum [2021-03-31T03:11:09.358Z] 93359f2a8cfa: Download complete [2021-03-31T03:11:09.358Z] 7c6f9722023f: Verifying Checksum [2021-03-31T03:11:09.358Z] 7c6f9722023f: Download complete [2021-03-31T03:11:09.358Z] 188c0c94c7c5: Verifying Checksum [2021-03-31T03:11:09.358Z] 188c0c94c7c5: Download complete [2021-03-31T03:11:09.622Z] 188c0c94c7c5: Pull complete [2021-03-31T03:11:09.891Z] 0ef7d3d256c8: Pull complete [2021-03-31T03:11:10.163Z] de9db76c5a1d: Pull complete [2021-03-31T03:11:11.590Z] a35cf1a2eb13: Verifying Checksum [2021-03-31T03:11:11.590Z] a35cf1a2eb13: Download complete [2021-03-31T03:11:12.179Z] bca2f99d35d6: Verifying Checksum [2021-03-31T03:11:12.179Z] bca2f99d35d6: Download complete [2021-03-31T03:11:17.997Z] Still waiting to schedule task [2021-03-31T03:11:17.997Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-31T03:11:18.846Z] bca2f99d35d6: Pull complete [2021-03-31T03:11:18.846Z] 93359f2a8cfa: Pull complete [2021-03-31T03:11:18.846Z] 7c6f9722023f: Pull complete [2021-03-31T03:11:23.072Z] a35cf1a2eb13: Pull complete [2021-03-31T03:11:23.072Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-31T03:11:23.072Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-31T03:11:23.072Z] ---> a62c8e92a672 [2021-03-31T03:11:23.072Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-31T03:11:23.072Z] ---> Running in a22eb0beeeec [2021-03-31T03:11:23.649Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:11:24.228Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:11:25.175Z] (1/12) Installing libmagic (5.38-r0) [2021-03-31T03:11:25.439Z] (2/12) Installing file (5.38-r0) [2021-03-31T03:11:25.439Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-31T03:11:25.439Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-31T03:11:43.608Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-31T03:11:43.608Z] (6/12) Installing patch (2.7.6-r6) [2021-03-31T03:11:43.608Z] (7/12) Installing build-base (0.5-r2) [2021-03-31T03:11:43.608Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-31T03:11:43.608Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-31T03:11:43.608Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-31T03:11:43.608Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-31T03:11:43.608Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-31T03:11:43.608Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:11:43.608Z] OK: 233 MiB in 51 packages [2021-03-31T03:11:46.173Z] Removing intermediate container a22eb0beeeec [2021-03-31T03:11:46.173Z] ---> 506f2ad57e5e [2021-03-31T03:11:46.173Z] Step 4/6 : WORKDIR /edgex-go [2021-03-31T03:11:46.173Z] ---> Running in dc1278559fc3 [2021-03-31T03:11:46.437Z] Removing intermediate container dc1278559fc3 [2021-03-31T03:11:46.437Z] ---> 817d9101fbd9 [2021-03-31T03:11:46.437Z] Step 5/6 : COPY go.mod . [2021-03-31T03:11:46.699Z] ---> 543db353de61 [2021-03-31T03:11:46.699Z] Step 6/6 : RUN go mod download [2021-03-31T03:11:46.699Z] ---> Running in f515ae3c0e8f [2021-03-31T03:12:08.726Z] Removing intermediate container f515ae3c0e8f [2021-03-31T03:12:08.726Z] ---> 21d734386a3d [2021-03-31T03:12:08.726Z] Successfully built 21d734386a3d [2021-03-31T03:12:08.726Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:12:09.045Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T03:12:09.045Z] . [Pipeline] withDockerContainer [2021-03-31T03:12:09.151Z] prd-centos7-docker-4c-2g-32182 does not seem to be running inside a container [2021-03-31T03:12:09.205Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-31T03:12:10.035Z] $ docker top a5ed8f4c9babcbd05a96f43eaba2f0fd415a68633d86be40ca198321f7c1dc59 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T03:12:10.577Z] + go version [2021-03-31T03:12:10.577Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-31T03:12:10.591Z] $ docker stop --time=1 a5ed8f4c9babcbd05a96f43eaba2f0fd415a68633d86be40ca198321f7c1dc59 [2021-03-31T03:12:11.973Z] $ docker rm -f a5ed8f4c9babcbd05a96f43eaba2f0fd415a68633d86be40ca198321f7c1dc59 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:12:12.820Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T03:12:12.821Z] . [Pipeline] withDockerContainer [2021-03-31T03:12:12.938Z] prd-centos7-docker-4c-2g-32182 does not seem to be running inside a container [2021-03-31T03:12:12.996Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-31T03:12:13.773Z] $ docker top a688e8b26874ce0fca97b55d26a70fb95cfb62866d3e8fd08e6ef5aa51487783 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T03:12:14.002Z] ========================================================= [2021-03-31T03:12:14.002Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-31T03:12:14.002Z] ========================================================= [Pipeline] sh [2021-03-31T03:12:14.307Z] + make test [2021-03-31T03:12:14.307Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-31T03:12:24.406Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-31T03:12:42.726Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-31T03:12:51.033Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-31T03:12:51.033Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-31T03:12:51.033Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-31T03:12:53.002Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-31T03:12:53.003Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-31T03:12:53.003Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-31T03:12:53.003Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-31T03:12:54.280Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-31T03:12:54.967Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-31T03:12:57.615Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-31T03:12:57.615Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-31T03:12:57.615Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-31T03:12:59.609Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.165s coverage: 45.9% of statements [2021-03-31T03:12:59.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-31T03:12:59.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-31T03:12:59.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-31T03:12:59.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-31T03:12:59.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-31T03:12:59.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-31T03:12:59.609Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.082s coverage: 19.8% of statements [2021-03-31T03:12:59.609Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.086s coverage: 100.0% of statements [2021-03-31T03:13:03.894Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.249s coverage: 27.1% of statements [2021-03-31T03:13:03.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-31T03:13:03.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-31T03:13:03.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-31T03:13:03.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-31T03:13:03.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-31T03:13:03.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-31T03:13:03.894Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.072s coverage: 100.0% of statements [2021-03-31T03:13:03.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-31T03:13:03.894Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2021-03-31T03:13:03.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-31T03:13:03.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-31T03:13:03.894Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.165s coverage: 71.3% of statements [2021-03-31T03:13:03.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-31T03:13:03.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-31T03:13:04.168Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.184s coverage: 82.9% of statements [2021-03-31T03:13:04.168Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-31T03:13:04.168Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:13:04.168Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.085s coverage: 78.9% of statements [2021-03-31T03:13:04.168Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-31T03:13:07.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.488s coverage: 28.6% of statements [2021-03-31T03:13:07.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-31T03:13:07.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-31T03:13:07.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-31T03:13:07.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-31T03:13:07.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-31T03:13:07.563Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.124s coverage: 100.0% of statements [2021-03-31T03:13:07.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-31T03:13:07.563Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.057s coverage: 100.0% of statements [2021-03-31T03:13:07.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-31T03:13:07.563Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.187s coverage: 86.7% of statements [2021-03-31T03:13:07.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-31T03:13:07.563Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.172s coverage: 97.5% of statements [2021-03-31T03:13:07.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-31T03:13:07.563Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.089s coverage: 78.3% of statements [2021-03-31T03:13:07.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-31T03:13:07.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-31T03:13:07.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-31T03:13:07.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-31T03:13:10.212Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.580s coverage: 92.8% of statements [2021-03-31T03:13:10.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-31T03:13:10.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:13:10.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-31T03:13:10.212Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-31T03:13:10.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-31T03:13:10.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-31T03:13:10.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-31T03:13:10.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-31T03:13:10.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-31T03:13:10.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-31T03:13:10.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-31T03:13:10.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-31T03:13:10.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-31T03:13:10.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-31T03:13:10.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-31T03:13:10.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-31T03:13:10.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-31T03:13:10.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-31T03:13:10.212Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-03-31T03:13:10.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-31T03:13:10.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-31T03:13:10.213Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.110s coverage: 1.0% of statements [2021-03-31T03:13:10.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-31T03:13:10.213Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-31T03:13:10.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-31T03:13:10.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.068s coverage: 47.1% of statements [2021-03-31T03:13:10.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.099s coverage: 79.5% of statements [2021-03-31T03:13:10.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.075s coverage: 94.1% of statements [2021-03-31T03:13:10.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.089s coverage: 96.3% of statements [2021-03-31T03:13:10.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.091s coverage: 87.5% of statements [2021-03-31T03:13:23.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.090s coverage: 94.4% of statements [2021-03-31T03:13:23.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements [2021-03-31T03:13:26.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.263s coverage: 82.6% of statements [2021-03-31T03:13:27.862Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32185 in /w/workspace/edgexfoundry_edgex-go_PR-3319 [Pipeline] { [Pipeline] ws [2021-03-31T03:13:27.918Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-03-31T03:13:33.355Z] using credential edgex-jenkins-ssh [2021-03-31T03:13:33.422Z] Cloning the remote Git repository [2021-03-31T03:13:33.486Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T03:13:33.626Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-31T03:13:33.709Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T03:13:33.710Z] > git --version # timeout=10 [2021-03-31T03:13:33.732Z] > git --version # 'git version 2.17.1' [2021-03-31T03:13:33.735Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T03:13:33.805Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T03:13:36.615Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.131s coverage: 92.9% of statements [2021-03-31T03:13:36.615Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-31T03:13:36.615Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-31T03:13:36.615Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-31T03:13:36.615Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-31T03:13:36.615Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-31T03:13:36.615Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-31T03:13:36.615Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-31T03:13:36.615Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-31T03:13:36.615Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-31T03:13:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.049s coverage: 87.2% of statements [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-31T03:13:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-31T03:13:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-31T03:13:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements [2021-03-31T03:13:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.102s coverage: 87.2% of statements [2021-03-31T03:13:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.080s coverage: 84.6% of statements [2021-03-31T03:13:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.122s coverage: 91.6% of statements [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-31T03:13:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.206s coverage: 64.4% of statements [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-31T03:13:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-03-31T03:13:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.055s coverage: 91.3% of statements [2021-03-31T03:13:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements [2021-03-31T03:13:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2021-03-31T03:13:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-03-31T03:13:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.485s coverage: 69.0% of statements [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-31T03:13:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.138s coverage: 38.4% of statements [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-31T03:13:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.055s coverage: 89.5% of statements [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-31T03:13:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements [2021-03-31T03:13:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.166s coverage: 47.0% of statements [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-31T03:13:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.077s coverage: 100.0% of statements [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-31T03:13:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-31T03:13:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.154s coverage: 87.1% of statements [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-31T03:13:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.847s coverage: 29.1% of statements [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-31T03:13:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-31T03:13:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-31T03:13:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.120s coverage: 95.0% of statements [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-31T03:13:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-31T03:13:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-31T03:13:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-31T03:13:37.211Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements [2021-03-31T03:13:37.211Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-31T03:13:37.211Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-31T03:13:37.211Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2021-03-31T03:13:37.478Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-03-31T03:13:37.743Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2021-03-31T03:13:38.010Z] GO111MODULE=on go vet ./... [2021-03-31T03:13:56.177Z] Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 7ea006d2bf427d986e3cae48a451342be7009350 [2021-03-31T03:13:56.722Z] Merge succeeded, producing 7ea006d2bf427d986e3cae48a451342be7009350 [2021-03-31T03:13:56.722Z] Checking out Revision 7ea006d2bf427d986e3cae48a451342be7009350 (PR-3319) [2021-03-31T03:13:55.339Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T03:13:55.361Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T03:13:55.394Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T03:13:55.432Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T03:13:55.432Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T03:13:55.444Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3319/head:refs/remotes/origin/PR-3319 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T03:13:56.198Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T03:13:56.221Z] > git checkout -f 7ea006d2bf427d986e3cae48a451342be7009350 # timeout=10 [2021-03-31T03:13:56.571Z] > git remote # timeout=10 [2021-03-31T03:13:56.594Z] > git config --get remote.origin.url # timeout=10 [2021-03-31T03:13:56.615Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T03:13:56.626Z] > git merge 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 [2021-03-31T03:13:56.695Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-31T03:13:56.726Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T03:13:56.764Z] > git checkout -f 7ea006d2bf427d986e3cae48a451342be7009350 # timeout=10 [2021-03-31T03:14:01.517Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-31T03:14:03.066Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-31T03:14:03.566Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T03:14:03.917Z] + sudo service docker restart [2021-03-31T03:14:03.917Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T03:14:05.995Z] provisioning config files... [2021-03-31T03:14:06.047Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config8958432879038807251tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:14:06.463Z] ---> docker-login.sh [2021-03-31T03:14:06.463Z] nexus3.edgexfoundry.org:10001 [2021-03-31T03:14:07.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:14:07.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:14:07.725Z] Configure a credential helper to remove this warning. See [2021-03-31T03:14:07.725Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:14:07.725Z] [2021-03-31T03:14:07.725Z] Login Succeeded [2021-03-31T03:14:07.725Z] nexus3.edgexfoundry.org:10002 [2021-03-31T03:14:08.337Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:14:08.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:14:08.337Z] Configure a credential helper to remove this warning. See [2021-03-31T03:14:08.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:14:08.337Z] [2021-03-31T03:14:08.337Z] Login Succeeded [2021-03-31T03:14:08.337Z] nexus3.edgexfoundry.org:10003 [2021-03-31T03:14:08.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:14:08.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:14:08.940Z] Configure a credential helper to remove this warning. See [2021-03-31T03:14:08.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:14:08.940Z] [2021-03-31T03:14:08.940Z] Login Succeeded [2021-03-31T03:14:09.216Z] nexus3.edgexfoundry.org:10004 [2021-03-31T03:14:09.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:14:09.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:14:09.766Z] Configure a credential helper to remove this warning. See [2021-03-31T03:14:09.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:14:09.766Z] [2021-03-31T03:14:09.766Z] Login Succeeded [2021-03-31T03:14:09.766Z] docker.io [2021-03-31T03:14:10.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:14:10.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:14:10.645Z] Configure a credential helper to remove this warning. See [2021-03-31T03:14:10.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:14:10.645Z] [2021-03-31T03:14:10.645Z] Login Succeeded [2021-03-31T03:14:10.645Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T03:14:10.668Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-03-31T03:14:10.803Z] gofmt -l . [2021-03-31T03:14:10.803Z] [ "`gofmt -l .`" = "" ] [Pipeline] // withEnv [Pipeline] unstash [2021-03-31T03:14:11.076Z] ./bin/test-go-mod-tidy.sh [Pipeline] echo [2021-03-31T03:14:11.301Z] ========================================================= [2021-03-31T03:14:11.301Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-31T03:14:11.301Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:14:11.670Z] ./bin/test-attribution-txt.sh [2021-03-31T03:14:11.719Z] + 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 . [Pipeline] sh [2021-03-31T03:14:13.267Z] + ls -al . [2021-03-31T03:14:13.267Z] total 780 [2021-03-31T03:14:13.267Z] drwxrwxr-x 10 1001 1001 4096 Mar 31 03:14 . [2021-03-31T03:14:13.267Z] drwxr-xr-x 4 root root 28 Mar 31 03:12 .. [2021-03-31T03:14:13.267Z] -rw-rw-r-- 1 1001 1001 11 Mar 31 03:10 .dockerignore [2021-03-31T03:14:13.267Z] drwxrwxr-x 8 1001 1001 179 Mar 31 03:10 .git [2021-03-31T03:14:13.267Z] drwxrwxr-x 3 1001 1001 125 Mar 31 03:10 .github [2021-03-31T03:14:13.267Z] -rw-rw-r-- 1 1001 1001 818 Mar 31 03:10 .gitignore [2021-03-31T03:14:13.267Z] drwx------ 3 1001 1001 60 Mar 31 03:10 .semver [2021-03-31T03:14:13.267Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 03:10 .sonarcloud.properties [2021-03-31T03:14:13.267Z] -rw-rw-r-- 1 1001 1001 8607 Mar 31 03:10 Attribution.txt [2021-03-31T03:14:13.267Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 03:10 CONTRIBUTING.md [2021-03-31T03:14:13.267Z] -rw-rw-r-- 1 1001 1001 931 Mar 31 03:10 Dockerfile.build [2021-03-31T03:14:13.267Z] -rw-rw-r-- 1 1001 1001 863 Mar 31 03:10 Jenkinsfile [2021-03-31T03:14:13.267Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 03:10 LICENSE [2021-03-31T03:14:13.267Z] -rw-rw-r-- 1 1001 1001 5774 Mar 31 03:10 Makefile [2021-03-31T03:14:13.267Z] -rw-rw-r-- 1 1001 1001 6548 Mar 31 03:10 README.md [2021-03-31T03:14:13.267Z] -rw-rw-r-- 1 1001 1001 6755 Mar 31 03:10 SECURITY.md [2021-03-31T03:14:13.267Z] -rw-rw-r-- 1 1001 1001 5 Mar 31 03:11 VERSION [2021-03-31T03:14:13.267Z] -rw-rw-r-- 1 1001 1001 4131 Mar 31 03:10 ZMQWindows.md [2021-03-31T03:14:13.267Z] drwxrwxr-x 2 1001 1001 117 Mar 31 03:10 bin [2021-03-31T03:14:13.267Z] drwxrwxr-x 14 1001 1001 4096 Mar 31 03:10 cmd [2021-03-31T03:14:13.267Z] -rw-r--r-- 1 root root 669470 Mar 31 03:13 coverage.out [2021-03-31T03:14:13.267Z] -rw-r--r-- 1 root root 1056 Mar 31 03:14 go.mod [2021-03-31T03:14:13.267Z] -rw-r--r-- 1 root root 22131 Mar 31 03:14 go.sum [2021-03-31T03:14:13.267Z] drwxrwxr-x 8 1001 1001 127 Mar 31 03:10 internal [2021-03-31T03:14:13.267Z] drwxrwxr-x 4 1001 1001 26 Mar 31 03:10 openapi [2021-03-31T03:14:13.267Z] drwxrwxr-x 4 1001 1001 71 Mar 31 03:10 snap [2021-03-31T03:14:13.267Z] -rw-rw-r-- 1 1001 1001 168 Mar 31 03:10 version.go [Pipeline] sh [2021-03-31T03:14:13.578Z] + '[' -e coverage.out ] [2021-03-31T03:14:13.578Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-31T03:14:13.827Z] Stashed 1 file(s) [Pipeline] sh [2021-03-31T03:14:14.142Z] + make build [2021-03-31T03:14:14.142Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T03:14:14.409Z] Sending build context to Docker daemon 167MB [2021-03-31T03:14:14.409Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T03:14:14.409Z] Step 2/6 : FROM ${BASE} [2021-03-31T03:14:14.409Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-31T03:14:14.409Z] 5f621e34cdf4: Pulling fs layer [2021-03-31T03:14:14.409Z] a4357932f1b6: Pulling fs layer [2021-03-31T03:14:14.409Z] 18c013af1878: Pulling fs layer [2021-03-31T03:14:14.409Z] 00ac8860ef70: Pulling fs layer [2021-03-31T03:14:14.409Z] 63d7cb157983: Pulling fs layer [2021-03-31T03:14:14.409Z] b116817d02f9: Pulling fs layer [2021-03-31T03:14:14.409Z] 745a02a5169b: Pulling fs layer [2021-03-31T03:14:14.409Z] 00ac8860ef70: Waiting [2021-03-31T03:14:14.409Z] 63d7cb157983: Waiting [2021-03-31T03:14:14.409Z] 745a02a5169b: Waiting [2021-03-31T03:14:14.409Z] b116817d02f9: Waiting [2021-03-31T03:14:14.409Z] 18c013af1878: Verifying Checksum [2021-03-31T03:14:14.409Z] 18c013af1878: Download complete [2021-03-31T03:14:14.409Z] a4357932f1b6: Verifying Checksum [2021-03-31T03:14:14.409Z] a4357932f1b6: Download complete [2021-03-31T03:14:14.409Z] 63d7cb157983: Download complete [2021-03-31T03:14:14.691Z] b116817d02f9: Download complete [2021-03-31T03:14:14.990Z] 5f621e34cdf4: Verifying Checksum [2021-03-31T03:14:14.990Z] 5f621e34cdf4: Download complete [2021-03-31T03:14:15.987Z] 5f621e34cdf4: Pull complete [2021-03-31T03:14:16.273Z] a4357932f1b6: Pull complete [2021-03-31T03:14:16.892Z] 18c013af1878: Pull complete [2021-03-31T03:14:17.490Z] 745a02a5169b: Verifying Checksum [2021-03-31T03:14:17.491Z] 745a02a5169b: Download complete [2021-03-31T03:14:18.919Z] 00ac8860ef70: Verifying Checksum [2021-03-31T03:14:18.919Z] 00ac8860ef70: Download complete [2021-03-31T03:14:19.491Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T03:14:29.062Z] 00ac8860ef70: Pull complete [2021-03-31T03:14:29.062Z] 63d7cb157983: Pull complete [2021-03-31T03:14:29.062Z] b116817d02f9: Pull complete [2021-03-31T03:14:29.752Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T03:14:30.725Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T03:14:31.680Z] 745a02a5169b: Pull complete [2021-03-31T03:14:31.680Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-31T03:14:31.680Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-31T03:14:31.680Z] ---> b7e6874047d6 [2021-03-31T03:14:31.680Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-31T03:14:32.664Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T03:14:32.929Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T03:14:34.861Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T03:14:35.976Z] ---> Running in b824afb72fb1 [2021-03-31T03:14:36.276Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T03:14:36.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:14:37.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:14:37.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T03:14:38.145Z] (1/12) Installing libmagic (5.38-r0) [2021-03-31T03:14:38.418Z] (2/12) Installing file (5.38-r0) [2021-03-31T03:14:38.418Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-31T03:14:38.690Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-31T03:14:39.071Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T03:14:40.020Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T03:14:41.567Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T03:14:42.073Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-31T03:14:42.073Z] (6/12) Installing patch (2.7.6-r6) [2021-03-31T03:14:42.073Z] (7/12) Installing build-base (0.5-r2) [2021-03-31T03:14:42.073Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-31T03:14:42.346Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-31T03:14:42.346Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-31T03:14:42.346Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-31T03:14:42.618Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-31T03:14:42.618Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:14:42.618Z] OK: 217 MiB in 51 packages [Pipeline] } [2021-03-31T03:14:43.644Z] $ docker stop --time=1 a688e8b26874ce0fca97b55d26a70fb95cfb62866d3e8fd08e6ef5aa51487783 [2021-03-31T03:14:45.328Z] $ docker rm -f a688e8b26874ce0fca97b55d26a70fb95cfb62866d3e8fd08e6ef5aa51487783 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-31T03:14:46.921Z] Removing intermediate container b824afb72fb1 [2021-03-31T03:14:46.921Z] ---> 59e4facea78a [2021-03-31T03:14:46.921Z] Step 4/6 : WORKDIR /edgex-go [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:14:47.196Z] ---> Running in d0c51b3ecfff [2021-03-31T03:14:47.334Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T03:14:47.334Z] [2021-03-31T03:14:47.334Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:14:47.695Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T03:14:47.695Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-31T03:14:47.695Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-31T03:14:47.695Z] ca9280d653b3: Pulling fs layer [2021-03-31T03:14:47.695Z] 7e9c9ca2126c: Pulling fs layer [2021-03-31T03:14:47.792Z] Removing intermediate container d0c51b3ecfff [2021-03-31T03:14:47.792Z] ---> 56d517bea982 [2021-03-31T03:14:47.792Z] Step 5/6 : COPY go.mod . [2021-03-31T03:14:48.292Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-31T03:14:48.292Z] cbdbe7a5bc2a: Download complete [2021-03-31T03:14:48.401Z] ---> 8c5a1f4ea0ea [2021-03-31T03:14:48.401Z] Step 6/6 : RUN go mod download [2021-03-31T03:14:48.401Z] ---> Running in d7f362ab5f27 [2021-03-31T03:14:48.873Z] cbdbe7a5bc2a: Pull complete [2021-03-31T03:14:48.873Z] ca9280d653b3: Verifying Checksum [2021-03-31T03:14:48.873Z] ca9280d653b3: Download complete [2021-03-31T03:14:49.837Z] 7e9c9ca2126c: Verifying Checksum [2021-03-31T03:14:49.837Z] 7e9c9ca2126c: Download complete [2021-03-31T03:14:49.837Z] ca9280d653b3: Pull complete [2021-03-31T03:14:58.022Z] 7e9c9ca2126c: Pull complete [2021-03-31T03:14:58.022Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-31T03:14:58.022Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T03:14:58.022Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-31T03:14:58.193Z] prd-centos7-docker-4c-2g-32182 does not seem to be running inside a container [2021-03-31T03:14:58.245Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-31T03:14:59.245Z] $ docker top 4f81b2194291e514624408770c3fd98f9eeb7c75d583298d95b1b344790f2467 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T03:14:59.887Z] + docker-compose build --help [2021-03-31T03:14:59.887Z] + grep parallel [2021-03-31T03:15:00.852Z] --parallel Build images in parallel. [Pipeline] } [2021-03-31T03:15:01.131Z] $ docker stop --time=1 4f81b2194291e514624408770c3fd98f9eeb7c75d583298d95b1b344790f2467 [2021-03-31T03:15:02.572Z] $ docker rm -f 4f81b2194291e514624408770c3fd98f9eeb7c75d583298d95b1b344790f2467 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:03.303Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T03:15:03.303Z] . [Pipeline] withDockerContainer [2021-03-31T03:15:03.419Z] prd-centos7-docker-4c-2g-32182 does not seem to be running inside a container [2021-03-31T03:15:03.475Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-31T03:15:04.687Z] $ docker top c934bc697f1ece6ad976c5213038cbfbe022bb3e54c45733ac3ee5b9a53c5d73 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T03:15:05.182Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-31T03:15:06.131Z] Building docker-core-command-go ... [2021-03-31T03:15:06.131Z] Building docker-core-data-go ... [2021-03-31T03:15:06.131Z] Building docker-core-metadata-go ... [2021-03-31T03:15:06.131Z] Building docker-security-bootstrapper-go ... [2021-03-31T03:15:06.131Z] Building docker-security-proxy-setup-go ... [2021-03-31T03:15:06.131Z] Building docker-security-secretstore-setup-go ... [2021-03-31T03:15:06.131Z] Building docker-support-notifications-go ... [2021-03-31T03:15:06.131Z] Building docker-support-scheduler-go ... [2021-03-31T03:15:06.131Z] Building docker-sys-mgmt-agent-go ... [2021-03-31T03:15:06.131Z] Building docker-security-bootstrapper-go [2021-03-31T03:15:06.131Z] Building docker-support-scheduler-go [2021-03-31T03:15:06.131Z] Building docker-core-command-go [2021-03-31T03:15:06.131Z] Building docker-support-notifications-go [2021-03-31T03:15:06.131Z] Building docker-security-secretstore-setup-go [2021-03-31T03:15:15.231Z] Removing intermediate container d7f362ab5f27 [2021-03-31T03:15:15.231Z] ---> aca7036dc92a [2021-03-31T03:15:15.231Z] Successfully built aca7036dc92a [2021-03-31T03:15:15.231Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:15.574Z] + docker inspect -f . ci-base-image-arm64 [2021-03-31T03:15:15.574Z] . [Pipeline] withDockerContainer [2021-03-31T03:15:15.825Z] prd-ubuntu18.04-docker-arm64-4c-16g-32185 does not seem to be running inside a container [2021-03-31T03:15:15.907Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-31T03:15:17.435Z] $ docker top 77dc687eda263bee36b648d5f8371d55b8fbb8c5494b2b168a1cbc7c1ace168b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T03:15:18.434Z] + go version [2021-03-31T03:15:18.434Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-31T03:15:18.461Z] $ docker stop --time=1 77dc687eda263bee36b648d5f8371d55b8fbb8c5494b2b168a1cbc7c1ace168b [2021-03-31T03:15:20.451Z] $ docker rm -f 77dc687eda263bee36b648d5f8371d55b8fbb8c5494b2b168a1cbc7c1ace168b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:21.555Z] + docker inspect -f . ci-base-image-arm64 [2021-03-31T03:15:21.555Z] . [Pipeline] withDockerContainer [2021-03-31T03:15:21.830Z] prd-ubuntu18.04-docker-arm64-4c-16g-32185 does not seem to be running inside a container [2021-03-31T03:15:21.909Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-31T03:15:23.233Z] $ docker top 9a604910a0a98c260ac2cdd69cb5f23664ca8b184d5c0cae7c10284eaca77089 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T03:15:23.601Z] ========================================================= [2021-03-31T03:15:23.601Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-31T03:15:23.601Z] ========================================================= [Pipeline] sh [2021-03-31T03:15:24.255Z] + make test [2021-03-31T03:15:24.255Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-31T03:15:45.115Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:15:45.115Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:15:45.115Z] ---> 21d734386a3d [2021-03-31T03:15:45.115Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T03:15:45.115Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:15:45.115Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:15:45.115Z] ---> 21d734386a3d [2021-03-31T03:15:45.115Z] Step 3/31 : WORKDIR /edgex-go [2021-03-31T03:15:45.115Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:15:45.115Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:15:45.115Z] ---> 21d734386a3d [2021-03-31T03:15:45.115Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T03:15:45.115Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:15:45.115Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:15:45.115Z] ---> 21d734386a3d [2021-03-31T03:15:45.115Z] Step 3/24 : WORKDIR /edgex-go [2021-03-31T03:15:45.115Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:15:45.115Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:15:45.115Z] ---> 21d734386a3d [2021-03-31T03:15:45.115Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T03:15:45.115Z] ---> Running in 4a71cad8225b [2021-03-31T03:15:45.115Z] ---> Running in c8dc156a82c3 [2021-03-31T03:15:45.115Z] ---> Running in 39dd8220d40b [2021-03-31T03:15:45.115Z] ---> Running in c2e2989a593c [2021-03-31T03:15:45.115Z] ---> Running in 84918e856bc9 [2021-03-31T03:15:45.115Z] Removing intermediate container c8dc156a82c3 [2021-03-31T03:15:45.115Z] ---> d21975b4aa78 [2021-03-31T03:15:45.115Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:15:45.115Z] Removing intermediate container 4a71cad8225b [2021-03-31T03:15:45.115Z] ---> 5e062c3d354f [2021-03-31T03:15:45.115Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:15:45.115Z] Removing intermediate container 39dd8220d40b [2021-03-31T03:15:45.115Z] ---> e91d5fdfcf33 [2021-03-31T03:15:45.115Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:15:45.115Z] Removing intermediate container c2e2989a593c [2021-03-31T03:15:45.115Z] ---> 7e4bb9dd6d65 [2021-03-31T03:15:45.115Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:15:45.115Z] Removing intermediate container 84918e856bc9 [2021-03-31T03:15:45.115Z] ---> adfdd86e1443 [2021-03-31T03:15:45.115Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:15:45.115Z] ---> Running in 6b4e9db0d12e [2021-03-31T03:15:45.115Z] ---> Running in 33fb0fd55ca4 [2021-03-31T03:15:45.115Z] ---> Running in f9cbd563dbc6 [2021-03-31T03:15:45.115Z] ---> Running in 6e706801a3e8 [2021-03-31T03:15:45.115Z] ---> Running in b44296b6ca0c [2021-03-31T03:15:45.394Z] Removing intermediate container 6b4e9db0d12e [2021-03-31T03:15:45.394Z] ---> c9037f0c2703 [2021-03-31T03:15:45.394Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-31T03:15:45.394Z] ---> Running in fe4a54e82cd8 [2021-03-31T03:15:45.394Z] Removing intermediate container 33fb0fd55ca4 [2021-03-31T03:15:45.394Z] ---> cd8929af5dba [2021-03-31T03:15:45.394Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-31T03:15:45.673Z] ---> Running in 35cb1184e241 [2021-03-31T03:15:45.938Z] Removing intermediate container f9cbd563dbc6 [2021-03-31T03:15:45.938Z] ---> 918f7adc509f [2021-03-31T03:15:45.938Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-31T03:15:45.938Z] Removing intermediate container 6e706801a3e8 [2021-03-31T03:15:45.938Z] ---> c03f7669305d [2021-03-31T03:15:45.938Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-31T03:15:46.204Z] Removing intermediate container b44296b6ca0c [2021-03-31T03:15:46.204Z] ---> 5ee67314c092 [2021-03-31T03:15:46.204Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T03:15:46.204Z] ---> Running in e41816d308ef [2021-03-31T03:15:46.204Z] ---> Running in 054caaea361c [2021-03-31T03:15:46.204Z] ---> Running in 3075b4930581 [2021-03-31T03:15:46.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:15:46.732Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:15:47.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:15:47.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:15:47.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:15:47.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:15:47.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:15:47.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:15:48.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:15:48.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:15:48.333Z] OK: 233 MiB in 51 packages [2021-03-31T03:15:48.595Z] OK: 233 MiB in 51 packages [2021-03-31T03:15:48.862Z] Removing intermediate container 35cb1184e241 [2021-03-31T03:15:48.862Z] ---> fc2b5fcf7fd4 [2021-03-31T03:15:48.862Z] Step 6/24 : COPY go.mod . [2021-03-31T03:15:48.862Z] OK: 233 MiB in 51 packages [2021-03-31T03:15:48.862Z] OK: 233 MiB in 51 packages [2021-03-31T03:15:48.862Z] OK: 233 MiB in 51 packages [2021-03-31T03:15:49.125Z] ---> 2e690351238e [2021-03-31T03:15:49.125Z] Step 7/24 : RUN go mod download [2021-03-31T03:15:49.397Z] ---> Running in 18f5533668e8 [2021-03-31T03:15:49.662Z] Removing intermediate container e41816d308ef [2021-03-31T03:15:49.662Z] ---> a7688d1f196e [2021-03-31T03:15:49.662Z] Step 6/22 : COPY go.mod . [2021-03-31T03:15:49.942Z] Removing intermediate container fe4a54e82cd8 [2021-03-31T03:15:49.942Z] ---> 938721b5fa7a [2021-03-31T03:15:49.942Z] Step 6/22 : COPY go.mod . [2021-03-31T03:15:49.942Z] Removing intermediate container 054caaea361c [2021-03-31T03:15:49.942Z] ---> f4d12a42952f [2021-03-31T03:15:49.942Z] Step 6/31 : COPY go.mod . [2021-03-31T03:15:49.942Z] ---> 4fd01c62d98a [2021-03-31T03:15:49.942Z] Step 7/22 : RUN go mod download [2021-03-31T03:15:49.942Z] Removing intermediate container 3075b4930581 [2021-03-31T03:15:49.942Z] ---> 001259e3a9e0 [2021-03-31T03:15:49.942Z] Step 6/23 : COPY go.mod . [2021-03-31T03:15:50.216Z] ---> Running in 859ed083a1bf [2021-03-31T03:15:50.216Z] ---> a03bd414f83d [2021-03-31T03:15:50.216Z] Step 7/22 : RUN go mod download [2021-03-31T03:15:50.493Z] ---> Running in c9e68a69b49c [2021-03-31T03:15:50.493Z] ---> a82d079f5da5 [2021-03-31T03:15:50.493Z] Step 7/23 : RUN go mod download [2021-03-31T03:15:50.756Z] ---> b61b60879cd8 [2021-03-31T03:15:50.756Z] Step 7/31 : RUN go mod download [2021-03-31T03:15:50.756Z] ---> Running in c80d28329f21 [2021-03-31T03:15:50.756Z] ---> Running in 46bafe00adb0 [2021-03-31T03:15:51.079Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-31T03:15:52.747Z] Removing intermediate container 18f5533668e8 [2021-03-31T03:15:52.747Z] ---> bd59230dc80c [2021-03-31T03:15:52.747Z] Step 8/24 : COPY . . [2021-03-31T03:15:52.747Z] Removing intermediate container 859ed083a1bf [2021-03-31T03:15:52.747Z] ---> 9e15391bbd32 [2021-03-31T03:15:52.747Z] Step 8/22 : COPY . . [2021-03-31T03:15:54.171Z] Removing intermediate container c9e68a69b49c [2021-03-31T03:15:54.171Z] ---> e1b17251cb20 [2021-03-31T03:15:54.171Z] Step 8/22 : COPY . . [2021-03-31T03:15:54.440Z] Removing intermediate container 46bafe00adb0 [2021-03-31T03:15:54.440Z] ---> c0851ec07519 [2021-03-31T03:15:54.440Z] Step 8/31 : COPY . . [2021-03-31T03:15:55.856Z] Removing intermediate container c80d28329f21 [2021-03-31T03:15:55.856Z] ---> 573adde47ca8 [2021-03-31T03:15:55.856Z] Step 8/23 : COPY . . [2021-03-31T03:16:35.244Z] ---> 7cb0bbabbd13 [2021-03-31T03:16:35.244Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-31T03:16:35.244Z] ---> a9e8ee48eec2 [2021-03-31T03:16:35.244Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-31T03:16:35.244Z] ---> f143115b4bef [2021-03-31T03:16:35.244Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-31T03:16:35.244Z] ---> f15aab0b118d [2021-03-31T03:16:35.244Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-31T03:16:35.244Z] ---> Running in b248690d42bd [2021-03-31T03:16:35.244Z] ---> Running in 020d5b03d5c9 [2021-03-31T03:16:35.244Z] ---> Running in 5532f0fea0ed [2021-03-31T03:16:35.244Z] ---> Running in f62f0868d189 [2021-03-31T03:16:35.244Z] ---> 805d4e9581ca [2021-03-31T03:16:35.244Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-31T03:16:35.244Z] ---> Running in 6710e7c7273f [2021-03-31T03:16:36.755Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T03:16:36.755Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T03:16:36.755Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T03:16:36.755Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T03:16:36.755Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T03:16:38.117Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-31T03:16:46.739Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-31T03:16:53.486Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-31T03:16:53.486Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-31T03:16:56.924Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-31T03:16:56.924Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-31T03:16:56.924Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-31T03:16:56.924Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-31T03:17:00.354Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-31T03:17:00.953Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-31T03:17:09.253Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-31T03:17:09.253Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-31T03:17:09.253Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-31T03:17:15.725Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T03:17:16.007Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.390s coverage: 45.9% of statements [2021-03-31T03:17:16.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-31T03:17:16.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-31T03:17:16.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-31T03:17:16.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-31T03:17:16.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-31T03:17:16.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-31T03:17:16.007Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.204s coverage: 19.8% of statements [2021-03-31T03:17:16.007Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.236s coverage: 100.0% of statements [2021-03-31T03:17:22.372Z] Removing intermediate container 020d5b03d5c9 [2021-03-31T03:17:22.373Z] ---> 93b11ab1668f [2021-03-31T03:17:22.373Z] [2021-03-31T03:17:22.373Z] Step 10/24 : FROM alpine:3.12 [2021-03-31T03:17:22.373Z] Removing intermediate container 6710e7c7273f [2021-03-31T03:17:22.373Z] ---> 0d70cb082616 [2021-03-31T03:17:22.373Z] [2021-03-31T03:17:22.373Z] Step 10/31 : FROM alpine:3.12 [2021-03-31T03:17:22.373Z] 3.12: Pulling from library/alpine [2021-03-31T03:17:22.373Z] 3.12: Pulling from library/alpine [2021-03-31T03:17:22.373Z] Removing intermediate container f62f0868d189 [2021-03-31T03:17:22.373Z] ---> 5d5f60d9b333 [2021-03-31T03:17:22.373Z] [2021-03-31T03:17:22.373Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T03:17:22.373Z] Removing intermediate container b248690d42bd [2021-03-31T03:17:22.373Z] ---> de7a799bebf2 [2021-03-31T03:17:22.373Z] [2021-03-31T03:17:22.373Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T03:17:22.373Z] 3.12: Pulling from library/alpine [2021-03-31T03:17:22.373Z] 3.12: Pulling from library/alpine [2021-03-31T03:17:22.373Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T03:17:22.373Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T03:17:22.373Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T03:17:22.373Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T03:17:22.373Z] Status: Image is up to date for alpine:3.12 [2021-03-31T03:17:22.373Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T03:17:22.373Z] ---> 42cb162f0360 [2021-03-31T03:17:22.373Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T03:17:22.373Z] ---> 42cb162f0360 [2021-03-31T03:17:22.373Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T03:17:22.373Z] Status: Image is up to date for alpine:3.12 [2021-03-31T03:17:22.373Z] ---> 42cb162f0360 [2021-03-31T03:17:22.373Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-31T03:17:22.373Z] ---> 42cb162f0360 [2021-03-31T03:17:22.373Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-31T03:17:22.373Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-31T03:17:23.771Z] ---> Running in 191f6903176f [2021-03-31T03:17:23.771Z] ---> Running in 3dbb228f458f [2021-03-31T03:17:23.771Z] ---> Running in 34249fa55df7 [2021-03-31T03:17:23.771Z] ---> Running in fa699df12f24 [2021-03-31T03:17:23.771Z] Removing intermediate container 5532f0fea0ed [2021-03-31T03:17:23.771Z] ---> f9e98b593b71 [2021-03-31T03:17:23.771Z] [2021-03-31T03:17:23.771Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T03:17:23.771Z] ---> 42cb162f0360 [2021-03-31T03:17:23.771Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-31T03:17:24.035Z] ---> Running in e1c12f992390 [2021-03-31T03:17:24.036Z] Removing intermediate container 191f6903176f [2021-03-31T03:17:24.036Z] ---> a0b2a36d7110 [2021-03-31T03:17:24.036Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-31T03:17:24.302Z] ---> Running in e63f5a7c66f5 [2021-03-31T03:17:24.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.663s coverage: 27.1% of statements [2021-03-31T03:17:24.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-31T03:17:24.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-31T03:17:24.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-31T03:17:24.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-31T03:17:24.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-31T03:17:24.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-31T03:17:24.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.142s coverage: 100.0% of statements [2021-03-31T03:17:24.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-31T03:17:24.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.137s coverage: 100.0% of statements [2021-03-31T03:17:24.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-31T03:17:24.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-31T03:17:24.582Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:17:24.853Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:17:24.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:17:24.854Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T03:17:24.854Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:17:24.918Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.239s coverage: 71.3% of statements [2021-03-31T03:17:24.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-31T03:17:24.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-31T03:17:25.128Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:17:25.128Z] OK: 6 MiB in 15 packages [2021-03-31T03:17:25.128Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:17:25.128Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:17:25.128Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T03:17:25.128Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:17:25.128Z] OK: 6 MiB in 15 packages [2021-03-31T03:17:25.396Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:17:25.396Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:17:25.396Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-31T03:17:25.396Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:17:25.396Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T03:17:25.396Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-31T03:17:25.396Z] (4/6) Installing curl (7.69.1-r3) [2021-03-31T03:17:25.396Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-31T03:17:25.396Z] (6/6) Installing su-exec (0.2-r1) [2021-03-31T03:17:25.396Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:17:25.396Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T03:17:25.396Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:17:25.396Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-31T03:17:25.396Z] (2/2) Installing su-exec (0.2-r1) [2021-03-31T03:17:25.396Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:17:25.396Z] OK: 6 MiB in 16 packages [2021-03-31T03:17:25.660Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-31T03:17:25.660Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-31T03:17:25.660Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:17:25.660Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T03:17:25.660Z] OK: 6 MiB in 16 packages [2021-03-31T03:17:26.626Z] OK: 7 MiB in 20 packages [2021-03-31T03:17:26.925Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.546s coverage: 82.9% of statements [2021-03-31T03:17:26.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-31T03:17:26.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:17:26.925Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.128s coverage: 78.9% of statements [2021-03-31T03:17:26.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-31T03:17:27.580Z] Removing intermediate container 3dbb228f458f [2021-03-31T03:17:27.580Z] ---> d5c5f7ac35ee [2021-03-31T03:17:27.580Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:17:27.850Z] ---> Running in f73f8b67c2f2 [2021-03-31T03:17:29.249Z] Removing intermediate container 34249fa55df7 [2021-03-31T03:17:29.249Z] ---> 58d1f3918b1e [2021-03-31T03:17:29.249Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:17:29.249Z] Removing intermediate container e1c12f992390 [2021-03-31T03:17:29.249Z] ---> 06ca818bf74c [2021-03-31T03:17:29.249Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:17:29.249Z] ---> Running in 6312416e9c86 [2021-03-31T03:17:29.249Z] ---> Running in 237db2769c52 [2021-03-31T03:17:29.249Z] Removing intermediate container f73f8b67c2f2 [2021-03-31T03:17:29.249Z] ---> 936a64025c3d [2021-03-31T03:17:29.249Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-31T03:17:29.249Z] Removing intermediate container fa699df12f24 [2021-03-31T03:17:29.249Z] ---> 6b89fbfd5a69 [2021-03-31T03:17:29.249Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T03:17:29.249Z] Removing intermediate container e63f5a7c66f5 [2021-03-31T03:17:29.249Z] ---> 0ec24c060eec [2021-03-31T03:17:29.249Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-31T03:17:29.834Z] ---> Running in 654b1fe4a024 [2021-03-31T03:17:29.834Z] ---> Running in a93f7f06b219 [2021-03-31T03:17:29.834Z] ---> Running in 55f965af1c19 [2021-03-31T03:17:30.101Z] Removing intermediate container 237db2769c52 [2021-03-31T03:17:30.101Z] ---> a01ef9ac2e28 [2021-03-31T03:17:30.101Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-31T03:17:30.101Z] Removing intermediate container 6312416e9c86 [2021-03-31T03:17:30.101Z] ---> ab1dae1a2bdf [2021-03-31T03:17:30.101Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-31T03:17:30.101Z] ---> Running in 94f20df0419d [2021-03-31T03:17:30.101Z] ---> Running in 71a8ef571ebe [2021-03-31T03:17:30.101Z] Removing intermediate container 654b1fe4a024 [2021-03-31T03:17:30.101Z] ---> 46fc46d26857 [2021-03-31T03:17:30.101Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T03:17:30.369Z] Removing intermediate container 55f965af1c19 [2021-03-31T03:17:30.369Z] ---> 96d12c2a576e [2021-03-31T03:17:30.369Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-31T03:17:30.369Z] Removing intermediate container a93f7f06b219 [2021-03-31T03:17:30.369Z] ---> 72406a83237a [2021-03-31T03:17:30.369Z] Step 13/24 : WORKDIR / [2021-03-31T03:17:30.369Z] ---> Running in 1b123b95bb57 [2021-03-31T03:17:30.632Z] ---> Running in a536c18f280b [2021-03-31T03:17:30.632Z] ---> Running in 99980f872268 [2021-03-31T03:17:30.632Z] Removing intermediate container 71a8ef571ebe [2021-03-31T03:17:30.632Z] ---> ff9058a7953b [2021-03-31T03:17:30.632Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T03:17:30.632Z] Removing intermediate container 94f20df0419d [2021-03-31T03:17:30.632Z] ---> 3324c7df3547 [2021-03-31T03:17:30.632Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T03:17:30.899Z] Removing intermediate container 1b123b95bb57 [2021-03-31T03:17:30.899Z] ---> 6e1d13326b66 [2021-03-31T03:17:30.899Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:17:30.899Z] ---> Running in 768aa9c187d6 [2021-03-31T03:17:30.899Z] ---> Running in 721ca5ea5acc [2021-03-31T03:17:30.899Z] Removing intermediate container a536c18f280b [2021-03-31T03:17:30.899Z] ---> 1474b2d39a8f [2021-03-31T03:17:30.899Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-31T03:17:30.899Z] Removing intermediate container 99980f872268 [2021-03-31T03:17:30.899Z] ---> df96df51e6bc [2021-03-31T03:17:30.899Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-31T03:17:31.163Z] ---> Running in 0a6f4e2122fe [2021-03-31T03:17:31.432Z] Removing intermediate container 768aa9c187d6 [2021-03-31T03:17:31.432Z] ---> b18353044c88 [2021-03-31T03:17:31.432Z] Step 15/23 : WORKDIR / [2021-03-31T03:17:31.432Z] ---> b1ce8a5cbfbb [2021-03-31T03:17:31.432Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-31T03:17:31.432Z] Removing intermediate container 721ca5ea5acc [2021-03-31T03:17:31.432Z] ---> ab7786c5eaf1 [2021-03-31T03:17:31.432Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:17:31.700Z] ---> Running in 7e180f488bf5 [2021-03-31T03:17:31.700Z] ---> 99db0d592982 [2021-03-31T03:17:31.700Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-31T03:17:31.970Z] ---> 562b743a5646 [2021-03-31T03:17:31.970Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-31T03:17:32.236Z] Removing intermediate container 7e180f488bf5 [2021-03-31T03:17:32.236Z] ---> cf16a0bb2cbd [2021-03-31T03:17:32.236Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:17:32.502Z] ---> 5d88c9a7618c [2021-03-31T03:17:32.502Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-31T03:17:32.768Z] ---> ebd6f53fd197 [2021-03-31T03:17:32.768Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-31T03:17:32.768Z] ---> 471470a7b5d6 [2021-03-31T03:17:32.768Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-31T03:17:32.768Z] ---> 521c31076f82 [2021-03-31T03:17:32.768Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-31T03:17:33.034Z] ---> f834fa09b4bf [2021-03-31T03:17:33.034Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-31T03:17:33.300Z] ---> 464573e21f14 [2021-03-31T03:17:33.300Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-31T03:17:33.300Z] Removing intermediate container 0a6f4e2122fe [2021-03-31T03:17:33.300Z] ---> 6631616a35ac [2021-03-31T03:17:33.300Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-31T03:17:33.578Z] ---> Running in 6bf8a807405e [2021-03-31T03:17:33.578Z] ---> Running in 1423fb7567e1 [2021-03-31T03:17:33.578Z] ---> eab8387cacfe [2021-03-31T03:17:33.578Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-31T03:17:33.578Z] ---> af9b6a6afac6 [2021-03-31T03:17:33.578Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-31T03:17:33.578Z] ---> 2949fb714231 [2021-03-31T03:17:33.578Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-31T03:17:33.578Z] ---> Running in 98bc4cbe744e [2021-03-31T03:17:33.848Z] Removing intermediate container 6bf8a807405e [2021-03-31T03:17:33.848Z] ---> b011e45f1839 [2021-03-31T03:17:33.848Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-31T03:17:33.848Z] Removing intermediate container 1423fb7567e1 [2021-03-31T03:17:33.848Z] ---> 381f9e5fd9ba [2021-03-31T03:17:33.848Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:17:34.802Z] ---> Running in 86747bb281f3 [2021-03-31T03:17:34.802Z] Removing intermediate container 98bc4cbe744e [2021-03-31T03:17:34.802Z] ---> deb24b1edfcc [2021-03-31T03:17:34.802Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:17:34.802Z] ---> 1fde37a4767e [2021-03-31T03:17:34.802Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-31T03:17:34.802Z] ---> b43a2970b5da [2021-03-31T03:17:34.802Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-31T03:17:34.802Z] ---> 775f96440fcf [2021-03-31T03:17:34.802Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-31T03:17:35.070Z] ---> Running in b6bf7d2c0936 [2021-03-31T03:17:35.070Z] ---> Running in 44af4728daa8 [2021-03-31T03:17:35.070Z] ---> Running in af7049ec2ad2 [2021-03-31T03:17:35.070Z] Removing intermediate container 86747bb281f3 [2021-03-31T03:17:35.070Z] ---> 6544b28484fa [2021-03-31T03:17:35.070Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T03:17:35.343Z] ---> Running in b643ebebc9cf [2021-03-31T03:17:35.343Z] ---> ab701fdcab5e [2021-03-31T03:17:35.343Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-31T03:17:35.343Z] Removing intermediate container 44af4728daa8 [2021-03-31T03:17:35.343Z] ---> adf0e3075fae [2021-03-31T03:17:35.343Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T03:17:35.617Z] Removing intermediate container b6bf7d2c0936 [2021-03-31T03:17:35.617Z] ---> e4aaac408f9f [2021-03-31T03:17:35.617Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:17:35.617Z] ---> Running in 73f77f6fd0e5 [2021-03-31T03:17:35.617Z] ---> Running in 25bb77332e28 [2021-03-31T03:17:35.617Z] ---> Running in c9f28c47bf9f [2021-03-31T03:17:35.887Z] Removing intermediate container b643ebebc9cf [2021-03-31T03:17:35.887Z] ---> 74ef047cdda7 [2021-03-31T03:17:35.887Z] Step 21/22 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 [2021-03-31T03:17:36.151Z] ---> Running in 95129d4a9b66 [2021-03-31T03:17:36.151Z] Removing intermediate container c9f28c47bf9f [2021-03-31T03:17:36.151Z] ---> 8f5ae9460d9a [2021-03-31T03:17:36.151Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T03:17:36.151Z] Removing intermediate container 25bb77332e28 [2021-03-31T03:17:36.151Z] ---> 4b6c5d1ea58b [2021-03-31T03:17:36.151Z] Step 21/22 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 [2021-03-31T03:17:36.417Z] ---> Running in 79a0c1130848 [2021-03-31T03:17:36.418Z] ---> Running in f0ab5f33292f [2021-03-31T03:17:36.418Z] Removing intermediate container 95129d4a9b66 [2021-03-31T03:17:36.418Z] ---> 0624359f782f [2021-03-31T03:17:36.418Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T03:17:36.682Z] ---> Running in cb74b8daec2a [2021-03-31T03:17:36.682Z] Removing intermediate container 79a0c1130848 [2021-03-31T03:17:36.682Z] ---> d535d2ef6687 [2021-03-31T03:17:36.682Z] Step 22/23 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 [2021-03-31T03:17:36.946Z] Removing intermediate container f0ab5f33292f [2021-03-31T03:17:36.946Z] ---> 488e6505339f [2021-03-31T03:17:36.946Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T03:17:36.946Z] ---> Running in e4686355efff [2021-03-31T03:17:37.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.218s coverage: 28.6% of statements [2021-03-31T03:17:37.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-31T03:17:37.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-31T03:17:37.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-31T03:17:37.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-31T03:17:37.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-31T03:17:37.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.347s coverage: 100.0% of statements [2021-03-31T03:17:37.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-31T03:17:37.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.146s coverage: 100.0% of statements [2021-03-31T03:17:37.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-31T03:17:37.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.476s coverage: 86.7% of statements [2021-03-31T03:17:37.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-31T03:17:37.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.428s coverage: 97.5% of statements [2021-03-31T03:17:37.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-31T03:17:37.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.222s coverage: 78.3% of statements [2021-03-31T03:17:37.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-31T03:17:37.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-31T03:17:37.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-31T03:17:37.127Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-31T03:17:37.209Z] ---> Running in 92b855b9a8c6 [2021-03-31T03:17:37.209Z] Removing intermediate container cb74b8daec2a [2021-03-31T03:17:37.209Z] ---> d1eaea43705e [2021-03-31T03:17:37.209Z] [2021-03-31T03:17:37.209Z] Removing intermediate container af7049ec2ad2 [2021-03-31T03:17:37.210Z] ---> e2fdd81a7d69 [2021-03-31T03:17:37.210Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:17:37.481Z] Removing intermediate container e4686355efff [2021-03-31T03:17:37.481Z] ---> ac74b3a046b5 [2021-03-31T03:17:37.481Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T03:17:37.481Z] Successfully built d1eaea43705e [2021-03-31T03:17:37.481Z] Removing intermediate container 73f77f6fd0e5 [2021-03-31T03:17:37.481Z] ---> d29f32dcce7e [2021-03-31T03:17:37.481Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-31T03:17:37.481Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-31T03:17:37.481Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-03-31T03:17:37.481Z] ---> Running in fb28f5560078 [2021-03-31T03:17:37.481Z] Removing intermediate container 92b855b9a8c6 [2021-03-31T03:17:37.481Z] ---> 0ad403fbe48d [2021-03-31T03:17:37.481Z] [2021-03-31T03:17:37.760Z] ---> 70218e45e189 [2021-03-31T03:17:37.760Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-31T03:17:37.760Z] ---> Running in ef5a4d98b023 [2021-03-31T03:17:37.760Z] Removing intermediate container fb28f5560078 [2021-03-31T03:17:37.760Z] ---> 51cefcc2c3b4 [2021-03-31T03:17:37.760Z] [2021-03-31T03:17:38.032Z] Successfully built 0ad403fbe48d [2021-03-31T03:17:38.032Z] Removing intermediate container ef5a4d98b023 [2021-03-31T03:17:38.032Z] ---> efe478cb2ae0 [2021-03-31T03:17:38.032Z] Step 22/24 : LABEL arch=x86_64 [2021-03-31T03:17:38.032Z] Successfully tagged docker-support-notifications-go:latest [2021-03-31T03:17:38.032Z] Building docker-security-proxy-setup-go [2021-03-31T03:17:38.032Z]  Building docker-support-notifications-go ... done Successfully built 51cefcc2c3b4 [2021-03-31T03:17:38.032Z] Successfully tagged docker-core-command-go:latest [2021-03-31T03:17:38.032Z] Building docker-core-data-go [2021-03-31T03:17:38.032Z]  Building docker-core-command-go ... done  ---> Running in bc947318de8f [2021-03-31T03:17:38.301Z] Removing intermediate container bc947318de8f [2021-03-31T03:17:38.301Z] ---> 5e08d73912a5 [2021-03-31T03:17:38.301Z] Step 23/24 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 [2021-03-31T03:17:38.301Z] ---> f5dd1ba12017 [2021-03-31T03:17:38.567Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-31T03:17:38.567Z] ---> Running in bb8df00b4203 [2021-03-31T03:17:38.835Z] ---> a4fb85d4dd05 [2021-03-31T03:17:38.835Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-31T03:17:39.103Z] Removing intermediate container bb8df00b4203 [2021-03-31T03:17:39.103Z] ---> cd82f1e5e3c9 [2021-03-31T03:17:39.103Z] Step 24/24 : LABEL version=0.0.0 [2021-03-31T03:17:41.688Z] ---> Running in 3a0ee7711796 [2021-03-31T03:17:41.688Z] ---> e1bdf9ec0989 [2021-03-31T03:17:41.688Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-31T03:17:43.629Z] Removing intermediate container 3a0ee7711796 [2021-03-31T03:17:43.629Z] ---> c2d45610bf25 [2021-03-31T03:17:43.629Z] [2021-03-31T03:17:43.893Z] Successfully built c2d45610bf25 [2021-03-31T03:17:44.158Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-31T03:17:44.158Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-31T03:17:44.424Z] ---> e1722af0977c [2021-03-31T03:17:44.424Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-31T03:17:47.302Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.256s coverage: 92.8% of statements [2021-03-31T03:17:47.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-31T03:17:47.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:17:47.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-31T03:17:47.302Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-31T03:17:47.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-31T03:17:47.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-31T03:17:47.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-31T03:17:47.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-31T03:17:47.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-31T03:17:47.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-31T03:17:47.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-31T03:17:47.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-31T03:17:47.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-31T03:17:47.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-31T03:17:47.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-31T03:17:47.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-31T03:17:47.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-31T03:17:47.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-31T03:17:47.302Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.121s coverage: 58.8% of statements [2021-03-31T03:17:47.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-31T03:17:47.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-31T03:17:47.302Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.205s coverage: 1.0% of statements [2021-03-31T03:17:47.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-31T03:17:47.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-31T03:17:47.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-31T03:17:47.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.150s coverage: 47.1% of statements [2021-03-31T03:17:47.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.160s coverage: 79.5% of statements [2021-03-31T03:17:47.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.160s coverage: 94.1% of statements [2021-03-31T03:17:47.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.209s coverage: 96.3% of statements [2021-03-31T03:17:47.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.142s coverage: 87.5% of statements [2021-03-31T03:17:48.673Z] ---> Running in 4aa42a93bf49 [2021-03-31T03:17:49.257Z] Removing intermediate container 4aa42a93bf49 [2021-03-31T03:17:49.257Z] ---> af5d50e3b1b7 [2021-03-31T03:17:49.257Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-31T03:17:49.531Z] ---> 33495c0daa4e [2021-03-31T03:17:49.531Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-31T03:17:49.798Z] ---> Running in 0bb4a7ee5d57 [2021-03-31T03:17:53.181Z] Removing intermediate container 0bb4a7ee5d57 [2021-03-31T03:17:53.181Z] ---> 63a5a8c1124c [2021-03-31T03:17:53.181Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-31T03:17:53.448Z] ---> Running in 314adde5402c [2021-03-31T03:17:54.036Z] Removing intermediate container 314adde5402c [2021-03-31T03:17:54.036Z] ---> 4676e7dc3449 [2021-03-31T03:17:54.036Z] Step 28/31 : CMD ["gate"] [2021-03-31T03:17:54.302Z] ---> Running in 81a6a2df0f3d [2021-03-31T03:17:54.891Z] Removing intermediate container 81a6a2df0f3d [2021-03-31T03:17:54.891Z] ---> 027f8c7bff93 [2021-03-31T03:17:54.891Z] Step 29/31 : LABEL arch=x86_64 [2021-03-31T03:17:55.482Z] ---> Running in 5c27b601b209 [2021-03-31T03:17:56.905Z] Removing intermediate container 5c27b601b209 [2021-03-31T03:17:56.905Z] ---> b8d04fd516a7 [2021-03-31T03:17:56.905Z] Step 30/31 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 [2021-03-31T03:17:57.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.156s coverage: 94.4% of statements [2021-03-31T03:17:57.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.118s coverage: 44.8% of statements [2021-03-31T03:17:59.524Z] ---> Running in cfd687943fd8 [2021-03-31T03:18:00.118Z] Removing intermediate container cfd687943fd8 [2021-03-31T03:18:00.118Z] ---> 11fd3e56ff08 [2021-03-31T03:18:00.118Z] Step 31/31 : LABEL version=0.0.0 [2021-03-31T03:18:01.114Z] ---> Running in 39de43bede81 [2021-03-31T03:18:02.104Z] Removing intermediate container 39de43bede81 [2021-03-31T03:18:02.104Z] ---> d2b804585850 [2021-03-31T03:18:02.104Z] [2021-03-31T03:18:02.707Z] Successfully built d2b804585850 [2021-03-31T03:18:02.707Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-31T03:18:04.152Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.543s coverage: 82.6% of statements [2021-03-31T03:18:04.719Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:18:04.719Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:18:04.720Z] ---> 21d734386a3d [2021-03-31T03:18:04.720Z] Step 3/21 : WORKDIR /edgex-go [2021-03-31T03:18:04.720Z] ---> Using cache [2021-03-31T03:18:04.720Z] ---> adfdd86e1443 [2021-03-31T03:18:04.720Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:18:04.720Z] ---> Using cache [2021-03-31T03:18:04.720Z] ---> c03f7669305d [2021-03-31T03:18:04.720Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-31T03:18:04.720Z] ---> Using cache [2021-03-31T03:18:04.720Z] ---> f4d12a42952f [2021-03-31T03:18:04.720Z] Step 6/21 : COPY go.mod . [2021-03-31T03:18:04.720Z] ---> Using cache [2021-03-31T03:18:04.720Z] ---> b61b60879cd8 [2021-03-31T03:18:04.720Z] Step 7/21 : RUN go mod download [2021-03-31T03:18:04.720Z] ---> Using cache [2021-03-31T03:18:04.720Z] ---> c0851ec07519 [2021-03-31T03:18:04.720Z] Step 8/21 : COPY . . [2021-03-31T03:18:04.720Z] ---> Using cache [2021-03-31T03:18:04.720Z] ---> 805d4e9581ca [2021-03-31T03:18:04.720Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-31T03:18:04.720Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:18:04.720Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:18:04.720Z] ---> 21d734386a3d [2021-03-31T03:18:04.720Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T03:18:04.720Z] ---> Using cache [2021-03-31T03:18:04.720Z] ---> adfdd86e1443 [2021-03-31T03:18:04.720Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:18:04.720Z] ---> Using cache [2021-03-31T03:18:04.720Z] ---> c03f7669305d [2021-03-31T03:18:04.720Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-31T03:18:04.985Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:18:04.985Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:18:04.985Z] ---> 21d734386a3d [2021-03-31T03:18:04.985Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T03:18:04.985Z] ---> Using cache [2021-03-31T03:18:04.985Z] ---> adfdd86e1443 [2021-03-31T03:18:04.985Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:18:04.985Z] ---> Using cache [2021-03-31T03:18:04.985Z] ---> c03f7669305d [2021-03-31T03:18:04.985Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T03:18:04.985Z] ---> Using cache [2021-03-31T03:18:04.985Z] ---> f4d12a42952f [2021-03-31T03:18:04.985Z] Step 6/23 : COPY go.mod . [2021-03-31T03:18:04.985Z] ---> Using cache [2021-03-31T03:18:04.985Z] ---> b61b60879cd8 [2021-03-31T03:18:04.985Z] Step 7/23 : RUN go mod download [2021-03-31T03:18:04.985Z] ---> Using cache [2021-03-31T03:18:04.985Z] ---> c0851ec07519 [2021-03-31T03:18:04.985Z] Step 8/23 : COPY . . [2021-03-31T03:18:04.985Z] ---> Using cache [2021-03-31T03:18:04.985Z] ---> 805d4e9581ca [2021-03-31T03:18:04.985Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-31T03:18:07.062Z] ---> Running in 9056b61afcda [2021-03-31T03:18:07.062Z] ---> Running in f296c9797537 [2021-03-31T03:18:07.062Z] ---> Running in 3901f6c6bed7 [2021-03-31T03:18:08.049Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:18:08.049Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:18:08.049Z] ---> 21d734386a3d [2021-03-31T03:18:08.049Z] Step 3/26 : WORKDIR /edgex-go [2021-03-31T03:18:08.049Z] ---> Using cache [2021-03-31T03:18:08.049Z] ---> adfdd86e1443 [2021-03-31T03:18:08.049Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:18:08.049Z] ---> Using cache [2021-03-31T03:18:08.049Z] ---> c03f7669305d [2021-03-31T03:18:08.049Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-31T03:18:08.643Z] ---> Running in 839d02b18cb2 [2021-03-31T03:18:09.620Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T03:18:09.620Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T03:18:09.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:18:09.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:18:11.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:18:11.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:18:13.322Z] OK: 233 MiB in 51 packages [2021-03-31T03:18:13.322Z] OK: 233 MiB in 51 packages [2021-03-31T03:18:14.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.206s coverage: 92.9% of statements [2021-03-31T03:18:14.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-31T03:18:14.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-31T03:18:14.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-31T03:18:14.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-31T03:18:14.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-31T03:18:14.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-31T03:18:14.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-31T03:18:14.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-31T03:18:14.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-31T03:18:14.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements [2021-03-31T03:18:14.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-31T03:18:14.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-31T03:18:14.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.106s coverage: 100.0% of statements [2021-03-31T03:18:14.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-31T03:18:14.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.153s coverage: 75.5% of statements [2021-03-31T03:18:14.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-31T03:18:14.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.161s coverage: 80.8% of statements [2021-03-31T03:18:14.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.202s coverage: 87.2% of statements [2021-03-31T03:18:14.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.234s coverage: 84.6% of statements [2021-03-31T03:18:14.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.303s coverage: 91.6% of statements [2021-03-31T03:18:14.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-31T03:18:14.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.876s coverage: 64.4% of statements [2021-03-31T03:18:14.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-31T03:18:14.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-31T03:18:15.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.162s coverage: 100.0% of statements [2021-03-31T03:18:15.302Z] Removing intermediate container 839d02b18cb2 [2021-03-31T03:18:15.302Z] ---> 4e68d277610d [2021-03-31T03:18:15.303Z] Step 6/26 : COPY go.mod . [2021-03-31T03:18:15.303Z] Removing intermediate container 3901f6c6bed7 [2021-03-31T03:18:15.303Z] ---> 23d4ffdfeef5 [2021-03-31T03:18:15.303Z] Step 6/23 : COPY go.mod . [2021-03-31T03:18:15.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.101s coverage: 91.3% of statements [2021-03-31T03:18:16.179Z] ---> ebbdcbba03d1 [2021-03-31T03:18:16.179Z] Step 7/23 : RUN go mod download [2021-03-31T03:18:16.179Z] ---> ad35d24dff44 [2021-03-31T03:18:16.179Z] Step 7/26 : RUN go mod download [2021-03-31T03:18:16.179Z] ---> Running in 58f91c0cea2b [2021-03-31T03:18:16.179Z] ---> Running in 1542784d6256 [2021-03-31T03:18:17.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements [2021-03-31T03:18:17.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.092s coverage: 73.7% of statements [2021-03-31T03:18:18.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.074s coverage: 100.0% of statements [2021-03-31T03:18:19.802Z] Removing intermediate container 1542784d6256 [2021-03-31T03:18:19.802Z] ---> 5e74b9cd0e87 [2021-03-31T03:18:19.802Z] Step 8/26 : COPY . . [2021-03-31T03:18:19.802Z] Removing intermediate container 58f91c0cea2b [2021-03-31T03:18:19.802Z] ---> 4867196665cb [2021-03-31T03:18:19.802Z] Step 8/23 : COPY . . [2021-03-31T03:18:22.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.055s coverage: 69.0% of statements [2021-03-31T03:18:22.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-31T03:18:22.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-31T03:18:22.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-31T03:18:25.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.484s coverage: 38.4% of statements [2021-03-31T03:18:25.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-31T03:18:25.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-31T03:18:25.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.111s coverage: 89.5% of statements [2021-03-31T03:18:25.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-31T03:18:25.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.110s coverage: 84.8% of statements [2021-03-31T03:18:30.495Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.446s coverage: 47.0% of statements [2021-03-31T03:18:30.496Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-31T03:18:30.496Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-31T03:18:30.496Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-31T03:18:30.496Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-31T03:18:30.496Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-31T03:18:30.496Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements [2021-03-31T03:18:30.496Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-31T03:18:30.496Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.137s coverage: 100.0% of statements [2021-03-31T03:18:30.496Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-31T03:18:30.496Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-31T03:18:30.496Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-31T03:18:30.496Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-31T03:18:31.937Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.456s coverage: 87.1% of statements [2021-03-31T03:18:31.937Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-31T03:18:31.937Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:18:31.937Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-31T03:18:38.106Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T03:18:40.279Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.767s coverage: 29.1% of statements [2021-03-31T03:18:40.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-31T03:18:40.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-31T03:18:40.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-31T03:18:40.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-31T03:18:40.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-31T03:18:40.280Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.211s coverage: 99.0% of statements [2021-03-31T03:18:40.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-31T03:18:40.280Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.220s coverage: 100.0% of statements [2021-03-31T03:18:40.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-31T03:18:40.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-31T03:18:40.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-31T03:18:40.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-31T03:18:40.280Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.271s coverage: 95.0% of statements [2021-03-31T03:18:40.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-31T03:18:40.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:18:40.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-31T03:18:40.280Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.054s coverage: 0.0% of statements [2021-03-31T03:18:40.280Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-31T03:18:40.280Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements [2021-03-31T03:18:40.280Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-31T03:18:40.280Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-31T03:18:40.280Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-31T03:18:40.280Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-31T03:18:40.280Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.084s coverage: 87.9% of statements [2021-03-31T03:18:40.280Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-31T03:18:40.280Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-31T03:18:40.280Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements [2021-03-31T03:18:41.260Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.120s coverage: 32.1% of statements [2021-03-31T03:18:42.244Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements [2021-03-31T03:18:43.225Z] GO111MODULE=on go vet ./... [2021-03-31T03:18:50.632Z] ---> 193349d21686 [2021-03-31T03:18:50.632Z] ---> ed12c4ae715a [2021-03-31T03:18:50.632Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agentStep 9/23 : RUN make cmd/core-data/core-data [2021-03-31T03:18:50.632Z] [2021-03-31T03:18:50.632Z] Removing intermediate container 9056b61afcda [2021-03-31T03:18:50.632Z] ---> 3961ce76b635 [2021-03-31T03:18:50.632Z] [2021-03-31T03:18:50.632Z] Step 10/21 : FROM alpine:3.12 [2021-03-31T03:18:50.632Z] ---> 42cb162f0360 [2021-03-31T03:18:50.632Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-31T03:18:50.632Z] Removing intermediate container f296c9797537 [2021-03-31T03:18:50.632Z] ---> 9bf46a263a2d [2021-03-31T03:18:50.632Z] [2021-03-31T03:18:50.632Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T03:18:50.632Z] ---> 42cb162f0360 [2021-03-31T03:18:50.632Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T03:18:50.632Z] ---> Using cache [2021-03-31T03:18:50.632Z] ---> 58d1f3918b1e [2021-03-31T03:18:50.632Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:18:50.632Z] ---> Using cache [2021-03-31T03:18:50.632Z] ---> a01ef9ac2e28 [2021-03-31T03:18:50.632Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-31T03:18:50.632Z] ---> Running in cf609f1180bc [2021-03-31T03:18:50.632Z] ---> Running in 139f936a3e13 [2021-03-31T03:18:50.632Z] ---> Running in 34be4343cb87 [2021-03-31T03:18:50.632Z] ---> Running in 13602c8ebbba [2021-03-31T03:18:50.632Z] Removing intermediate container 13602c8ebbba [2021-03-31T03:18:50.632Z] ---> 7659b598cbd4 [2021-03-31T03:18:50.632Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T03:18:50.632Z] ---> Running in 405db3833511 [2021-03-31T03:18:50.632Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T03:18:50.632Z] Removing intermediate container 405db3833511 [2021-03-31T03:18:50.632Z] ---> 69f60382aea8 [2021-03-31T03:18:50.632Z] Step 15/23 : WORKDIR / [2021-03-31T03:18:50.632Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T03:18:50.632Z] ---> Running in 5c00cf4ed91c [2021-03-31T03:18:50.632Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:18:50.632Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:18:50.632Z] Removing intermediate container 5c00cf4ed91c [2021-03-31T03:18:50.632Z] ---> 9306bae46821 [2021-03-31T03:18:50.632Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:18:50.632Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-31T03:18:50.632Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T03:18:50.632Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-31T03:18:50.632Z] (4/4) Installing curl (7.69.1-r3) [2021-03-31T03:18:50.632Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:18:50.632Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T03:18:50.632Z] OK: 7 MiB in 18 packages [2021-03-31T03:18:50.907Z] ---> d7f8523e3f71 [2021-03-31T03:18:50.907Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-31T03:18:52.320Z] ---> 81282f7e2db0 [2021-03-31T03:18:52.321Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-31T03:18:53.301Z] Removing intermediate container 34be4343cb87 [2021-03-31T03:18:53.301Z] ---> c9402af07cf4 [2021-03-31T03:18:53.301Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T03:18:53.571Z] ---> Running in 5b72d5eef2a1 [2021-03-31T03:18:53.571Z] ---> caf7393ba7b1 [2021-03-31T03:18:53.571Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-31T03:18:53.840Z] ---> Running in 8a1d7f7a1f30 [2021-03-31T03:18:53.840Z] Removing intermediate container 5b72d5eef2a1 [2021-03-31T03:18:53.840Z] ---> c82a81ade20c [2021-03-31T03:18:53.840Z] Step 13/21 : WORKDIR /edgex [2021-03-31T03:18:53.840Z] ---> Running in cfd58d25177a [2021-03-31T03:18:54.116Z] Removing intermediate container 8a1d7f7a1f30 [2021-03-31T03:18:54.116Z] ---> 950d7f9b5624 [2021-03-31T03:18:54.116Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:18:54.116Z] ---> Running in 59ec1a26f566 [2021-03-31T03:18:54.391Z] Removing intermediate container cfd58d25177a [2021-03-31T03:18:54.391Z] ---> e9614ca2ba75 [2021-03-31T03:18:54.391Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-31T03:18:54.391Z] Removing intermediate container 59ec1a26f566 [2021-03-31T03:18:54.391Z] ---> e12a49191557 [2021-03-31T03:18:54.391Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T03:18:54.663Z] ---> Running in 420657c99286 [2021-03-31T03:18:54.938Z] ---> 733df5592bc7 [2021-03-31T03:18:54.938Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-31T03:18:55.225Z] Removing intermediate container 420657c99286 [2021-03-31T03:18:55.225Z] ---> c289988204dd [2021-03-31T03:18:55.225Z] Step 22/23 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 [2021-03-31T03:18:55.502Z] ---> Running in 9127abaf5365 [2021-03-31T03:18:56.104Z] ---> ace64f09e7af [2021-03-31T03:18:56.104Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-31T03:18:56.104Z] Removing intermediate container 9127abaf5365 [2021-03-31T03:18:56.104Z] ---> 5692d60ae93d [2021-03-31T03:18:56.104Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T03:18:56.104Z] ---> Running in 7a86292bb5cb [2021-03-31T03:18:56.699Z] Removing intermediate container 7a86292bb5cb [2021-03-31T03:18:56.699Z] ---> 3d66ee316d32 [2021-03-31T03:18:56.699Z] [2021-03-31T03:18:56.699Z] ---> d380983cf1e1 [2021-03-31T03:18:56.699Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-31T03:18:56.978Z] Successfully built 3d66ee316d32 [2021-03-31T03:18:56.978Z] Successfully tagged docker-core-metadata-go:latest [2021-03-31T03:18:56.978Z]  Building docker-core-metadata-go ... done  ---> Running in ccd8442d82c4 [2021-03-31T03:18:57.248Z] Removing intermediate container ccd8442d82c4 [2021-03-31T03:18:57.248Z] ---> 481c7b71ddad [2021-03-31T03:18:57.248Z] Step 18/21 : CMD ["--init=true"] [2021-03-31T03:18:57.528Z] ---> Running in ae6d44f96322 [2021-03-31T03:18:57.807Z] Removing intermediate container ae6d44f96322 [2021-03-31T03:18:57.807Z] ---> 5c8f9b972b9c [2021-03-31T03:18:57.807Z] Step 19/21 : LABEL arch=x86_64 [2021-03-31T03:18:58.086Z] ---> Running in 1971f252ac0e [2021-03-31T03:18:58.369Z] Removing intermediate container 1971f252ac0e [2021-03-31T03:18:58.369Z] ---> ea490c8a59ad [2021-03-31T03:18:58.369Z] Step 20/21 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 [2021-03-31T03:18:58.369Z] ---> Running in 07b99486b141 [2021-03-31T03:18:59.815Z] Removing intermediate container 07b99486b141 [2021-03-31T03:18:59.815Z] ---> 64b37e0afbc3 [2021-03-31T03:18:59.815Z] Step 21/21 : LABEL version=0.0.0 [2021-03-31T03:18:59.815Z] ---> Running in fba3a99c5e52 [2021-03-31T03:19:00.418Z] Removing intermediate container fba3a99c5e52 [2021-03-31T03:19:00.418Z] ---> 4028cfdae650 [2021-03-31T03:19:00.418Z] [2021-03-31T03:19:00.701Z] Successfully built 4028cfdae650 [2021-03-31T03:19:00.701Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-31T03:19:13.090Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 139f936a3e13 [2021-03-31T03:19:13.090Z] ---> 10145dace56f [2021-03-31T03:19:13.090Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-31T03:19:13.090Z] ---> Running in b45d60a2b88f [2021-03-31T03:19:13.090Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T03:19:14.747Z] Removing intermediate container cf609f1180bc [2021-03-31T03:19:14.747Z] ---> 4029fd5f9884 [2021-03-31T03:19:14.747Z] [2021-03-31T03:19:14.747Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T03:19:14.747Z] ---> 42cb162f0360 [2021-03-31T03:19:14.747Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-31T03:19:14.747Z] ---> Running in f1b554c73a0c [2021-03-31T03:19:14.747Z] Removing intermediate container b45d60a2b88f [2021-03-31T03:19:14.747Z] ---> 1dba7d4cdf6e [2021-03-31T03:19:14.747Z] [2021-03-31T03:19:14.747Z] Step 11/26 : FROM docker:20.10.0 [2021-03-31T03:19:14.747Z] 20.10.0: Pulling from library/docker [2021-03-31T03:19:14.747Z] Removing intermediate container f1b554c73a0c [2021-03-31T03:19:14.747Z] ---> 7a4a39386c0e [2021-03-31T03:19:14.747Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-31T03:19:15.018Z] ---> Running in ebea4ec40d5a [2021-03-31T03:19:15.285Z] Removing intermediate container ebea4ec40d5a [2021-03-31T03:19:15.285Z] ---> e6339f975589 [2021-03-31T03:19:15.285Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-31T03:19:15.867Z] ---> Running in d7637a524225 [2021-03-31T03:19:16.137Z] Removing intermediate container d7637a524225 [2021-03-31T03:19:16.137Z] ---> 19e88a652ac1 [2021-03-31T03:19:16.137Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:19:16.413Z] ---> Running in 3db00c70f84b [2021-03-31T03:19:17.814Z] Removing intermediate container 3db00c70f84b [2021-03-31T03:19:17.814Z] ---> 21b530830414 [2021-03-31T03:19:17.814Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-31T03:19:17.814Z] ---> Running in 41a039f8b515 [2021-03-31T03:19:18.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:19:18.662Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:19:19.236Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-31T03:19:19.236Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-31T03:19:19.236Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-31T03:19:19.499Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-31T03:19:19.499Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-31T03:19:19.499Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-31T03:19:19.499Z] ---> aefe523efa57 [2021-03-31T03:19:19.499Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-31T03:19:19.763Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T03:19:19.763Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-31T03:19:19.763Z] ---> Running in 9889bddb5d6f [2021-03-31T03:19:19.763Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:19:19.763Z] OK: 8 MiB in 20 packages [2021-03-31T03:19:20.338Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:19:20.338Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:19:20.338Z] Removing intermediate container 41a039f8b515 [2021-03-31T03:19:20.338Z] ---> 280a6077ddba [2021-03-31T03:19:20.338Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:19:20.338Z] (1/2) Installing readline (8.0.4-r0) [2021-03-31T03:19:20.338Z] (2/2) Installing bash (5.0.17-r0) [2021-03-31T03:19:20.601Z] Executing bash-5.0.17-r0.post-install [2021-03-31T03:19:20.601Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:19:20.601Z] OK: 12 MiB in 22 packages [2021-03-31T03:19:20.601Z] ---> edc834ca014a [2021-03-31T03:19:20.601Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-31T03:19:21.185Z] Removing intermediate container 9889bddb5d6f [2021-03-31T03:19:21.185Z] ---> 6605cf8dfd4d [2021-03-31T03:19:21.185Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-31T03:19:21.185Z] ---> Running in 5346b3e6d520 [2021-03-31T03:19:21.185Z] ---> 396b224d4b1e [2021-03-31T03:19:21.185Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-31T03:19:21.447Z] Removing intermediate container 5346b3e6d520 [2021-03-31T03:19:21.447Z] ---> 799bd29a50bd [2021-03-31T03:19:21.447Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-31T03:19:21.447Z] ---> Running in d349ce4e6e6d [2021-03-31T03:19:21.447Z] ---> d9c92d44750d [2021-03-31T03:19:21.447Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-31T03:19:21.708Z] ---> Running in f95a77e05df6 [2021-03-31T03:19:21.708Z] Removing intermediate container d349ce4e6e6d [2021-03-31T03:19:21.708Z] ---> 4e59d711c714 [2021-03-31T03:19:21.708Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-31T03:19:21.708Z] ---> Running in 279a0517bfff [2021-03-31T03:19:21.708Z] Removing intermediate container f95a77e05df6 [2021-03-31T03:19:21.708Z] ---> 9b39b41404f2 [2021-03-31T03:19:21.708Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:19:21.970Z] ---> Running in 057cbe2e8b1a [2021-03-31T03:19:21.970Z] Removing intermediate container 279a0517bfff [2021-03-31T03:19:21.970Z] ---> 7e929eecfb6e [2021-03-31T03:19:21.970Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-31T03:19:22.237Z] Removing intermediate container 057cbe2e8b1a [2021-03-31T03:19:22.237Z] ---> 69199cc5f92e [2021-03-31T03:19:22.237Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T03:19:22.237Z] ---> Running in bd123f7828d1 [2021-03-31T03:19:22.505Z] Removing intermediate container bd123f7828d1 [2021-03-31T03:19:22.505Z] ---> 8362735e244a [2021-03-31T03:19:22.505Z] Step 22/23 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 [2021-03-31T03:19:22.505Z] ---> 697838b68c51 [2021-03-31T03:19:22.505Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-31T03:19:22.505Z] ---> Running in 8e92a04fe36a [2021-03-31T03:19:22.767Z] Removing intermediate container 8e92a04fe36a [2021-03-31T03:19:22.767Z] ---> abce72e47d4a [2021-03-31T03:19:22.767Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T03:19:22.767Z] ---> 49b4a0dbc5b5 [2021-03-31T03:19:22.767Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-31T03:19:22.767Z] ---> Running in 6ba0378cd413 [2021-03-31T03:19:23.029Z] Removing intermediate container 6ba0378cd413 [2021-03-31T03:19:23.029Z] ---> abdf0cc33eb2 [2021-03-31T03:19:23.029Z] [2021-03-31T03:19:23.603Z] ---> a388c1cf4d27 [2021-03-31T03:19:23.603Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-31T03:19:23.603Z] Successfully built abdf0cc33eb2 [2021-03-31T03:19:23.865Z] Successfully tagged docker-core-data-go:latest [2021-03-31T03:19:23.865Z]  Building docker-core-data-go ... done  ---> Running in 50f971539395 [2021-03-31T03:19:24.439Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:19:24.439Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:19:24.439Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-31T03:19:24.439Z] (2/33) Installing expat (2.2.9-r1) [2021-03-31T03:19:24.439Z] (3/33) Installing libffi (3.3-r2) [2021-03-31T03:19:24.439Z] (4/33) Installing gdbm (1.13-r1) [2021-03-31T03:19:24.439Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-31T03:19:24.439Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-31T03:19:24.439Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-31T03:19:25.826Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-31T03:19:25.826Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-31T03:19:25.826Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-31T03:19:25.826Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-31T03:19:25.826Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-31T03:19:25.826Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-31T03:19:25.826Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-31T03:19:25.826Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-31T03:19:25.826Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-31T03:19:25.826Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-31T03:19:25.826Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-31T03:19:25.826Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-31T03:19:25.826Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-31T03:19:25.826Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-31T03:19:25.826Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-31T03:19:25.826Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-31T03:19:25.826Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-31T03:19:25.826Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-31T03:19:25.826Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-31T03:19:25.826Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-31T03:19:25.826Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-31T03:19:25.826Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-31T03:19:25.826Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-31T03:19:25.826Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-31T03:19:25.826Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-31T03:19:25.826Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-31T03:19:26.093Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:19:26.093Z] OK: 71 MiB in 55 packages [2021-03-31T03:19:36.130Z] Removing intermediate container 50f971539395 [2021-03-31T03:19:36.130Z] ---> 797f817c511f [2021-03-31T03:19:36.130Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-31T03:19:36.130Z] ---> Running in f0281be3c90b [2021-03-31T03:19:36.707Z] Collecting docker-compose==1.23.2 [2021-03-31T03:19:36.969Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-31T03:19:36.969Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-31T03:19:36.969Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-31T03:19:37.543Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-31T03:19:37.543Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-31T03:19:37.806Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-31T03:19:37.806Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-31T03:19:37.806Z] Collecting docopt<0.7,>=0.6.1 [2021-03-31T03:19:37.806Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-31T03:19:38.381Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-31T03:19:38.648Z] Collecting PyYAML<4,>=3.10 [2021-03-31T03:19:38.648Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-31T03:19:39.592Z] Collecting cached-property<2,>=1.2.0 [2021-03-31T03:19:39.592Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-31T03:19:39.592Z] Collecting texttable<0.10,>=0.9.0 [2021-03-31T03:19:39.592Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-31T03:19:40.165Z] Collecting docker<4.0,>=3.6.0 [2021-03-31T03:19:40.165Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-31T03:19:40.165Z] Collecting jsonschema<3,>=2.5.1 [2021-03-31T03:19:40.165Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-31T03:19:40.426Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-31T03:19:40.426Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-31T03:19:40.426Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-31T03:19:40.426Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-31T03:19:40.687Z] Collecting idna<2.8,>=2.5 [2021-03-31T03:19:40.687Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-31T03:19:40.687Z] Collecting docker-pycreds>=0.4.0 [2021-03-31T03:19:40.687Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-31T03:19:40.687Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-31T03:19:40.687Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-31T03:19:40.687Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-31T03:19:40.688Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-31T03:19:40.950Z] Installing collected packages: dockerpty, websocket-client, urllib3, idna, requests, docopt, PyYAML, cached-property, texttable, docker-pycreds, docker, jsonschema, docker-compose [2021-03-31T03:19:40.950Z] Running setup.py install for dockerpty: started [2021-03-31T03:19:41.212Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-31T03:19:41.528Z] Attempting uninstall: urllib3 [2021-03-31T03:19:41.528Z] Found existing installation: urllib3 1.25.9 [2021-03-31T03:19:41.528Z] Uninstalling urllib3-1.25.9: [2021-03-31T03:19:41.528Z] Successfully uninstalled urllib3-1.25.9 [2021-03-31T03:19:41.806Z] Attempting uninstall: idna [2021-03-31T03:19:41.806Z] Found existing installation: idna 2.9 [2021-03-31T03:19:41.806Z] Uninstalling idna-2.9: [2021-03-31T03:19:41.806Z] Successfully uninstalled idna-2.9 [2021-03-31T03:19:41.806Z] Attempting uninstall: requests [2021-03-31T03:19:41.806Z] Found existing installation: requests 2.23.0 [2021-03-31T03:19:41.806Z] Uninstalling requests-2.23.0: [2021-03-31T03:19:42.086Z] Successfully uninstalled requests-2.23.0 [2021-03-31T03:19:42.086Z] Running setup.py install for docopt: started [2021-03-31T03:19:42.687Z] Running setup.py install for docopt: finished with status 'done' [2021-03-31T03:19:42.687Z] Running setup.py install for PyYAML: started [2021-03-31T03:19:43.260Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-31T03:19:43.260Z] Running setup.py install for texttable: started [2021-03-31T03:19:43.521Z] Running setup.py install for texttable: finished with status 'done' [2021-03-31T03:19:44.470Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-31T03:19:47.028Z] Removing intermediate container f0281be3c90b [2021-03-31T03:19:47.028Z] ---> e18f7b2702cd [2021-03-31T03:19:47.028Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-31T03:19:47.028Z] ---> Running in 925d46e9314a [2021-03-31T03:19:47.605Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:19:47.605Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:19:47.878Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T03:19:47.878Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-31T03:19:47.878Z] (3/3) Installing curl (7.69.1-r3) [2021-03-31T03:19:47.878Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:19:47.878Z] OK: 72 MiB in 58 packages [2021-03-31T03:19:48.452Z] Removing intermediate container 925d46e9314a [2021-03-31T03:19:48.452Z] ---> 0ae428e1c09a [2021-03-31T03:19:48.452Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-31T03:19:48.452Z] ---> Running in f7c5003da3e9 [2021-03-31T03:19:48.452Z] Removing intermediate container f7c5003da3e9 [2021-03-31T03:19:48.452Z] ---> 96996d48f527 [2021-03-31T03:19:48.452Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:19:48.714Z] ---> Running in 876558c5b907 [2021-03-31T03:19:48.714Z] Removing intermediate container 876558c5b907 [2021-03-31T03:19:48.714Z] ---> 1b46c58a98ab [2021-03-31T03:19:48.714Z] Step 24/26 : LABEL arch=x86_64 [2021-03-31T03:19:48.977Z] ---> Running in f9cbe4803f95 [2021-03-31T03:19:48.977Z] Removing intermediate container f9cbe4803f95 [2021-03-31T03:19:48.977Z] ---> be198a3e4dd3 [2021-03-31T03:19:48.977Z] Step 25/26 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 [2021-03-31T03:19:49.242Z] ---> Running in d4d3c676be4b [2021-03-31T03:19:49.242Z] Removing intermediate container d4d3c676be4b [2021-03-31T03:19:49.242Z] ---> f30313dd7253 [2021-03-31T03:19:49.242Z] Step 26/26 : LABEL version=0.0.0 [2021-03-31T03:19:49.504Z] ---> Running in fcc7ecbb41a6 [2021-03-31T03:19:49.505Z] Removing intermediate container fcc7ecbb41a6 [2021-03-31T03:19:49.505Z] ---> bc0c6480aedd [2021-03-31T03:19:49.505Z] [2021-03-31T03:19:49.768Z] Successfully built bc0c6480aedd [2021-03-31T03:19:49.768Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-31T03:19:50.041Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-31T03:19:50.046Z] $ docker stop --time=1 c934bc697f1ece6ad976c5213038cbfbe022bb3e54c45733ac3ee5b9a53c5d73 [2021-03-31T03:19:51.666Z] $ docker rm -f c934bc697f1ece6ad976c5213038cbfbe022bb3e54c45733ac3ee5b9a53c5d73 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T03:19:52.218Z] + docker images [2021-03-31T03:19:52.218Z] + grep docker [2021-03-31T03:19:52.481Z] docker-sys-mgmt-agent-go latest bc0c6480aedd 3 seconds ago 314MB [2021-03-31T03:19:52.481Z] docker-core-data-go latest abdf0cc33eb2 30 seconds ago 22.7MB [2021-03-31T03:19:52.481Z] docker-security-proxy-setup-go latest 4028cfdae650 52 seconds ago 25.4MB [2021-03-31T03:19:52.481Z] docker-core-metadata-go latest 3d66ee316d32 56 seconds ago 19MB [2021-03-31T03:19:52.481Z] docker-security-bootstrapper-go latest d2b804585850 About a minute ago 18.9MB [2021-03-31T03:19:52.481Z] docker-security-secretstore-setup-go latest c2d45610bf25 2 minutes ago 25.7MB [2021-03-31T03:19:52.481Z] docker-support-notifications-go latest 0ad403fbe48d 2 minutes ago 17.9MB [2021-03-31T03:19:52.481Z] docker-core-command-go latest 51cefcc2c3b4 2 minutes ago 17.3MB [2021-03-31T03:19:52.481Z] docker-support-scheduler-go latest d1eaea43705e 2 minutes ago 17.4MB [2021-03-31T03:19:52.481Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-31T03:20:08.148Z] Still waiting to schedule task [2021-03-31T03:20:08.148Z] ‘prd-ubuntu18.04-docker-8c-8g-32153’ is offline [2021-03-31T03:20:20.241Z] gofmt -l . [2021-03-31T03:20:20.241Z] [ "`gofmt -l .`" = "" ] [2021-03-31T03:20:20.241Z] ./bin/test-go-mod-tidy.sh [2021-03-31T03:20:20.241Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-31T03:20:20.903Z] + ls -al . [2021-03-31T03:20:20.903Z] total 808 [2021-03-31T03:20:20.903Z] drwxrwxr-x 9 1001 1001 4096 Mar 31 03:20 . [2021-03-31T03:20:20.903Z] drwxr-xr-x 4 root root 4096 Mar 31 03:15 .. [2021-03-31T03:20:20.903Z] -rw-rw-r-- 1 1001 1001 11 Mar 31 03:13 .dockerignore [2021-03-31T03:20:20.903Z] drwxrwxr-x 8 1001 1001 4096 Mar 31 03:14 .git [2021-03-31T03:20:20.903Z] drwxrwxr-x 3 1001 1001 4096 Mar 31 03:13 .github [2021-03-31T03:20:20.903Z] -rw-rw-r-- 1 1001 1001 818 Mar 31 03:13 .gitignore [2021-03-31T03:20:20.903Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 03:13 .sonarcloud.properties [2021-03-31T03:20:20.903Z] -rw-rw-r-- 1 1001 1001 8607 Mar 31 03:13 Attribution.txt [2021-03-31T03:20:20.903Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 03:13 CONTRIBUTING.md [2021-03-31T03:20:20.903Z] -rw-rw-r-- 1 1001 1001 931 Mar 31 03:13 Dockerfile.build [2021-03-31T03:20:20.903Z] -rw-rw-r-- 1 1001 1001 863 Mar 31 03:13 Jenkinsfile [2021-03-31T03:20:20.903Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 03:13 LICENSE [2021-03-31T03:20:20.903Z] -rw-rw-r-- 1 1001 1001 5774 Mar 31 03:13 Makefile [2021-03-31T03:20:20.903Z] -rw-rw-r-- 1 1001 1001 6548 Mar 31 03:13 README.md [2021-03-31T03:20:20.903Z] -rw-rw-r-- 1 1001 1001 6755 Mar 31 03:13 SECURITY.md [2021-03-31T03:20:20.903Z] -rw-rw-r-- 1 1001 1001 5 Mar 31 03:11 VERSION [2021-03-31T03:20:20.903Z] -rw-rw-r-- 1 1001 1001 4131 Mar 31 03:13 ZMQWindows.md [2021-03-31T03:20:20.903Z] drwxrwxr-x 2 1001 1001 4096 Mar 31 03:13 bin [2021-03-31T03:20:20.903Z] drwxrwxr-x 14 1001 1001 4096 Mar 31 03:13 cmd [2021-03-31T03:20:20.903Z] -rw-r--r-- 1 root root 669470 Mar 31 03:18 coverage.out [2021-03-31T03:20:20.903Z] -rw-r--r-- 1 root root 1056 Mar 31 03:20 go.mod [2021-03-31T03:20:20.903Z] -rw-r--r-- 1 root root 22131 Mar 31 03:20 go.sum [2021-03-31T03:20:20.903Z] drwxrwxr-x 8 1001 1001 4096 Mar 31 03:13 internal [2021-03-31T03:20:20.903Z] drwxrwxr-x 4 1001 1001 4096 Mar 31 03:13 openapi [2021-03-31T03:20:20.903Z] drwxrwxr-x 4 1001 1001 4096 Mar 31 03:13 snap [2021-03-31T03:20:20.903Z] -rw-rw-r-- 1 1001 1001 168 Mar 31 03:13 version.go [Pipeline] sh [2021-03-31T03:20:21.565Z] + '[' -e coverage.out ] [2021-03-31T03:20:21.565Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-31T03:20:21.634Z] Warning: overwriting stash ‘coverage-report’ [2021-03-31T03:20:22.874Z] Stashed 1 file(s) [Pipeline] sh [2021-03-31T03:20:23.527Z] + make build [2021-03-31T03:20:23.527Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T03:20:35.940Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T03:21:02.789Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T03:21:05.568Z] Running on prd-ubuntu18.04-docker-8c-8g-32188 in /w/workspace/edgexfoundry_edgex-go_PR-3319 [Pipeline] { [Pipeline] ws [2021-03-31T03:21:05.628Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-03-31T03:21:06.183Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T03:21:07.717Z] using credential edgex-jenkins-ssh [2021-03-31T03:21:07.768Z] Cloning the remote Git repository [2021-03-31T03:21:07.363Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T03:21:07.425Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-31T03:21:07.450Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T03:21:07.450Z] > git --version # timeout=10 [2021-03-31T03:21:07.461Z] > git --version # 'git version 2.17.1' [2021-03-31T03:21:07.461Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T03:21:07.491Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T03:21:14.472Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T03:21:15.065Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T03:21:14.732Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T03:21:14.740Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T03:21:14.756Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T03:21:14.770Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T03:21:14.770Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T03:21:14.775Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3319/head:refs/remotes/origin/PR-3319 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T03:21:15.688Z] Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 7ea006d2bf427d986e3cae48a451342be7009350 [2021-03-31T03:21:15.820Z] Merge succeeded, producing 7ea006d2bf427d986e3cae48a451342be7009350 [2021-03-31T03:21:15.821Z] Checking out Revision 7ea006d2bf427d986e3cae48a451342be7009350 (PR-3319) [2021-03-31T03:21:15.268Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T03:21:15.273Z] > git checkout -f 7ea006d2bf427d986e3cae48a451342be7009350 # timeout=10 [2021-03-31T03:21:15.358Z] > git remote # timeout=10 [2021-03-31T03:21:15.365Z] > git config --get remote.origin.url # timeout=10 [2021-03-31T03:21:15.371Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T03:21:15.375Z] > git merge 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 [2021-03-31T03:21:15.383Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-31T03:21:15.391Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T03:21:15.399Z] > git checkout -f 7ea006d2bf427d986e3cae48a451342be7009350 # timeout=10 [2021-03-31T03:21:19.535Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:21:20.488Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T03:21:20.821Z] + echo snap-build.sh [2021-03-31T03:21:20.821Z] snap-build.sh [2021-03-31T03:21:20.821Z] + SNAP_BASE_DIR=. [2021-03-31T03:21:20.821Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-03-31T03:21:20.821Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-03-31T03:21:20.821Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-03-31T03:21:20.821Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-03-31T03:21:20.821Z] + cd /w/workspace/edgex-go/3 [2021-03-31T03:21:20.821Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-31T03:21:20.821Z] Reading package lists... [2021-03-31T03:21:20.821Z] Building dependency tree... [2021-03-31T03:21:20.821Z] Reading state information... [2021-03-31T03:21:21.083Z] The following packages were automatically installed and are no longer required: [2021-03-31T03:21:21.083Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-31T03:21:21.083Z] uidmap xdelta3 [2021-03-31T03:21:21.083Z] Use 'sudo apt autoremove' to remove them. [2021-03-31T03:21:21.083Z] The following packages will be REMOVED: [2021-03-31T03:21:21.083Z] lxd* lxd-client* [2021-03-31T03:21:21.656Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-31T03:21:21.656Z] After this operation, 31.7 MB disk space will be freed. [2021-03-31T03:21:22.703Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-31T03:21:22.703Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-31T03:21:23.647Z] Removing lxd dnsmasq configuration [2021-03-31T03:21:23.647Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-31T03:21:23.908Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-31T03:21:24.854Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-31T03:21:25.116Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-31T03:21:25.116Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-31T03:21:26.506Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-31T03:21:26.506Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-31T03:21:27.209Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T03:21:27.896Z] + sudo snap remove --purge lxd [2021-03-31T03:21:27.897Z] snap "lxd" is not installed [2021-03-31T03:21:27.897Z] + sudo groupadd --force --system lxd [2021-03-31T03:21:27.897Z] ++ whoami [2021-03-31T03:21:27.897Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-31T03:21:28.159Z] + newgrp - lxd [2021-03-31T03:21:28.159Z] + sudo snap install lxd [2021-03-31T03:21:31.514Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T03:21:35.810Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T03:21:41.201Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T03:21:46.614Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-31T03:21:53.334Z] $ docker stop --time=1 9a604910a0a98c260ac2cdd69cb5f23664ca8b184d5c0cae7c10284eaca77089 [2021-03-31T03:21:55.814Z] $ docker rm -f 9a604910a0a98c260ac2cdd69cb5f23664ca8b184d5c0cae7c10284eaca77089 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:21:57.791Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T03:21:57.792Z] [2021-03-31T03:21:57.792Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:21:58.169Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T03:21:58.170Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-31T03:21:58.170Z] 29e5d40040c1: Pulling fs layer [2021-03-31T03:21:58.170Z] 1ce36da41761: Pulling fs layer [2021-03-31T03:21:58.170Z] 25b303627fd3: Pulling fs layer [2021-03-31T03:21:59.144Z] 29e5d40040c1: Verifying Checksum [2021-03-31T03:21:59.144Z] 29e5d40040c1: Download complete [2021-03-31T03:21:59.413Z] 1ce36da41761: Verifying Checksum [2021-03-31T03:21:59.413Z] 1ce36da41761: Download complete [2021-03-31T03:21:59.689Z] 29e5d40040c1: Pull complete [2021-03-31T03:22:01.156Z] 1ce36da41761: Pull complete [2021-03-31T03:22:01.427Z] 25b303627fd3: Verifying Checksum [2021-03-31T03:22:01.427Z] 25b303627fd3: Download complete [2021-03-31T03:22:11.611Z] 25b303627fd3: Pull complete [2021-03-31T03:22:11.612Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-31T03:22:11.612Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T03:22:11.612Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-31T03:22:11.846Z] prd-ubuntu18.04-docker-arm64-4c-16g-32185 does not seem to be running inside a container [2021-03-31T03:22:11.929Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-31T03:22:14.907Z] $ docker top 196dd8837fce8a97a77a59823e80382f8a041d4faed8d528b775cd1d07439e07 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T03:22:15.953Z] + grep parallel [2021-03-31T03:22:15.953Z] + docker-compose build --help [2021-03-31T03:22:20.247Z] --parallel Build images in parallel. [Pipeline] } [2021-03-31T03:22:20.260Z] $ docker stop --time=1 196dd8837fce8a97a77a59823e80382f8a041d4faed8d528b775cd1d07439e07 [2021-03-31T03:22:22.113Z] $ docker rm -f 196dd8837fce8a97a77a59823e80382f8a041d4faed8d528b775cd1d07439e07 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:22.880Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T03:22:22.880Z] . [Pipeline] withDockerContainer [2021-03-31T03:22:23.147Z] prd-ubuntu18.04-docker-arm64-4c-16g-32185 does not seem to be running inside a container [2021-03-31T03:22:23.218Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-31T03:22:24.520Z] 2021-03-31T03:22:18Z INFO Waiting for automatic snapd restart... [2021-03-31T03:22:24.649Z] $ docker top e7b49e680fe7d828cf7a538d52c2869ee9ffee66984b5e0f1eaf1387e79c5432 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T03:22:25.671Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-31T03:22:30.041Z] Building docker-core-command-go ... [2021-03-31T03:22:30.041Z] Building docker-core-data-go ... [2021-03-31T03:22:30.041Z] Building docker-core-metadata-go ... [2021-03-31T03:22:30.041Z] Building docker-security-bootstrapper-go ... [2021-03-31T03:22:30.041Z] Building docker-security-proxy-setup-go ... [2021-03-31T03:22:30.041Z] Building docker-security-secretstore-setup-go ... [2021-03-31T03:22:30.041Z] Building docker-support-notifications-go ... [2021-03-31T03:22:30.041Z] Building docker-support-scheduler-go ... [2021-03-31T03:22:30.041Z] Building docker-sys-mgmt-agent-go ... [2021-03-31T03:22:30.041Z] Building docker-security-secretstore-setup-go [2021-03-31T03:22:30.041Z] Building docker-core-command-go [2021-03-31T03:22:30.041Z] Building docker-core-metadata-go [2021-03-31T03:22:30.041Z] Building docker-support-notifications-go [2021-03-31T03:22:30.041Z] Building docker-support-scheduler-go [2021-03-31T03:22:36.773Z] lxd 4.12 from Canonical* installed [2021-03-31T03:22:36.773Z] + sudo lxd init --auto [2021-03-31T03:22:44.916Z] + sudo snap install --classic snapcraft [2021-03-31T03:22:51.496Z] snapcraft 4.6 from Canonical* installed [2021-03-31T03:22:51.496Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-31T03:22:51.496Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-31T03:22:51.496Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T03:22:51.496Z] Dload Upload Total Spent Left Speed [2021-03-31T03:22:51.496Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4679 0 --:--:-- --:--:-- --:--:-- 4644 [2021-03-31T03:22:51.758Z] 100 3325k 100 3325k 0 0 9473k 0 --:--:-- --:--:-- --:--:-- 9473k [2021-03-31T03:22:51.758Z] ./yq_linux_amd64 [2021-03-31T03:22:51.758Z] + sudo snapcraft prime --use-lxd [2021-03-31T03:22:53.674Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-31T03:22:53.674Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-31T03:22:53.674Z] - README.md [2021-03-31T03:22:53.674Z] [2021-03-31T03:22:53.674Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-31T03:22:53.934Z] Launching a container. [2021-03-31T03:23:06.174Z] Waiting for container to be ready [2021-03-31T03:23:06.174Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-31T03:23:06.174Z] [2021-03-31T03:23:08.729Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-31T03:23:08.990Z] Waiting for network to be ready... [2021-03-31T03:23:09.564Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-31T03:23:09.564Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] [2021-03-31T03:23:09.564Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-31T03:23:09.826Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-31T03:23:09.826Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-31T03:23:09.826Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-31T03:23:09.826Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-31T03:23:09.826Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-31T03:23:09.826Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-31T03:23:09.826Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-31T03:23:10.094Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-31T03:23:10.094Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-31T03:23:10.355Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-31T03:23:10.355Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-31T03:23:10.355Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-31T03:23:10.355Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-31T03:23:10.355Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-31T03:23:10.355Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-31T03:23:10.936Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-31T03:23:10.936Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-31T03:23:10.936Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-31T03:23:11.213Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-31T03:23:11.213Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-31T03:23:11.213Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-31T03:23:11.213Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-31T03:23:11.213Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-31T03:23:11.213Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-31T03:23:13.137Z] Fetched 24.2 MB in 4s (6227 kB/s) [2021-03-31T03:23:14.087Z] Reading package lists... [2021-03-31T03:23:14.354Z] Reading package lists... [2021-03-31T03:23:14.354Z] Building dependency tree... [2021-03-31T03:23:14.354Z] Reading state information... [2021-03-31T03:23:14.622Z] The following additional packages will be installed: [2021-03-31T03:23:14.622Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-31T03:23:14.622Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-31T03:23:14.622Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-31T03:23:14.622Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-31T03:23:14.622Z] Suggested packages: [2021-03-31T03:23:14.622Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-31T03:23:14.622Z] Recommended packages: [2021-03-31T03:23:14.622Z] gnupg libsasl2-modules [2021-03-31T03:23:14.622Z] The following NEW packages will be installed: [2021-03-31T03:23:14.622Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-31T03:23:14.622Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-31T03:23:14.622Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-31T03:23:14.622Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-31T03:23:14.622Z] The following packages will be upgraded: [2021-03-31T03:23:14.622Z] gpg gpg-agent gpgconf libudev1 [2021-03-31T03:23:14.622Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-31T03:23:14.622Z] Need to get 3530 kB of archives. [2021-03-31T03:23:14.622Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-31T03:23:14.622Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-31T03:23:14.622Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-31T03:23:14.622Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-31T03:23:14.622Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-31T03:23:14.902Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-31T03:23:15.186Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-31T03:23:15.447Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-31T03:23:15.447Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-31T03:23:15.447Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-31T03:23:15.447Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-31T03:23:15.447Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-31T03:23:15.447Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-31T03:23:15.447Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-31T03:23:15.447Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-31T03:23:15.447Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-31T03:23:15.447Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-31T03:23:15.708Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-31T03:23:15.708Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-31T03:23:15.708Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-31T03:23:15.708Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-31T03:23:15.708Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-31T03:23:15.708Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-31T03:23:15.708Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T03:23:15.708Z] Fetched 3530 kB in 1s (3146 kB/s) [2021-03-31T03:23:15.969Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-31T03:23:15.969Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-31T03:23:15.969Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T03:23:15.969Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-31T03:23:16.230Z] Selecting previously unselected package udev. [2021-03-31T03:23:16.230Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-31T03:23:16.230Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-31T03:23:16.230Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-31T03:23:16.491Z] Selecting previously unselected package libfuse2:amd64. [2021-03-31T03:23:16.491Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-31T03:23:16.491Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-31T03:23:16.491Z] Selecting previously unselected package fuse. [2021-03-31T03:23:16.491Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-31T03:23:16.491Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-31T03:23:16.491Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T03:23:16.491Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T03:23:16.751Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T03:23:16.751Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T03:23:16.751Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T03:23:16.751Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T03:23:17.012Z] Selecting previously unselected package libksba8:amd64. [2021-03-31T03:23:17.012Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-31T03:23:17.012Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-31T03:23:17.012Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-31T03:23:17.012Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T03:23:17.012Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:23:17.272Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-31T03:23:17.272Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T03:23:17.272Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:23:17.272Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-31T03:23:17.272Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T03:23:17.272Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:23:17.272Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-31T03:23:17.272Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T03:23:17.272Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:23:17.533Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-31T03:23:17.533Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T03:23:17.533Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:23:17.533Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-31T03:23:17.533Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T03:23:17.533Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:23:17.795Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-31T03:23:17.795Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T03:23:17.795Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:23:17.795Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-31T03:23:17.795Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T03:23:17.795Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:23:17.795Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-31T03:23:17.795Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T03:23:17.795Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:23:18.056Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-31T03:23:18.056Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-31T03:23:18.056Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T03:23:18.056Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-31T03:23:18.056Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-31T03:23:18.056Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T03:23:18.056Z] Selecting previously unselected package libldap-common. [2021-03-31T03:23:18.056Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-31T03:23:18.056Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T03:23:18.317Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-31T03:23:18.317Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-31T03:23:18.317Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T03:23:18.317Z] Selecting previously unselected package dirmngr. [2021-03-31T03:23:18.317Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T03:23:18.317Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-31T03:23:18.577Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T03:23:18.577Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-31T03:23:18.577Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-31T03:23:18.577Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T03:23:18.577Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T03:23:18.577Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-31T03:23:18.577Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:23:18.577Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-31T03:23:18.839Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T03:23:18.839Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-31T03:23:19.100Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-31T03:23:19.100Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:23:19.100Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-31T03:23:19.361Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-31T03:23:19.361Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-31T03:23:19.361Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:23:19.361Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:23:19.361Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:23:19.361Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:23:19.623Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:23:19.623Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:23:19.623Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T03:23:19.623Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T03:23:19.623Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-31T03:23:19.623Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T03:23:20.196Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-31T03:23:20.196Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-31T03:23:20.196Z] This means they are not meant to be enabled using systemctl. [2021-03-31T03:23:20.196Z] Possible reasons for having this kind of units are: [2021-03-31T03:23:20.196Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-31T03:23:20.196Z] .wants/ or .requires/ directory. [2021-03-31T03:23:20.196Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-31T03:23:20.196Z] a requirement dependency on it. [2021-03-31T03:23:20.196Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-31T03:23:20.196Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-31T03:23:20.196Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-31T03:23:20.196Z] instance name specified. [2021-03-31T03:23:20.456Z] Reading package lists... [2021-03-31T03:23:20.717Z] Building dependency tree... [2021-03-31T03:23:20.717Z] Reading state information... [2021-03-31T03:23:20.717Z] The following additional packages will be installed: [2021-03-31T03:23:20.717Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-31T03:23:20.717Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-31T03:23:20.717Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-31T03:23:20.717Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-31T03:23:20.717Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-31T03:23:20.717Z] Suggested packages: [2021-03-31T03:23:20.717Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-31T03:23:20.717Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-31T03:23:20.717Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-31T03:23:20.717Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-31T03:23:20.717Z] systemd-container policykit-1 [2021-03-31T03:23:20.717Z] Recommended packages: [2021-03-31T03:23:20.717Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-31T03:23:20.717Z] The following NEW packages will be installed: [2021-03-31T03:23:20.717Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-31T03:23:20.717Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-31T03:23:20.717Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-31T03:23:20.717Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-31T03:23:20.717Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-31T03:23:20.717Z] The following packages will be upgraded: [2021-03-31T03:23:20.717Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-31T03:23:20.717Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-31T03:23:20.717Z] Need to get 35.2 MB of archives. [2021-03-31T03:23:20.717Z] After this operation, 141 MB of additional disk space will be used. [2021-03-31T03:23:20.717Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-31T03:23:20.977Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-31T03:23:20.977Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-31T03:23:20.977Z] 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-03-31T03:23:20.977Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-31T03:23:20.977Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-31T03:23:20.977Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-31T03:23:20.977Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-31T03:23:21.240Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-31T03:23:21.241Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-31T03:23:21.241Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-31T03:23:21.241Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-31T03:23:21.241Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-31T03:23:21.241Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-31T03:23:21.241Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-31T03:23:21.241Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-31T03:23:21.241Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-31T03:23:21.241Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-31T03:23:21.241Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-31T03:23:21.811Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-31T03:23:21.811Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-31T03:23:21.811Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-31T03:23:21.811Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-31T03:23:21.811Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-31T03:23:21.811Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-31T03:23:21.811Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-31T03:23:21.811Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-31T03:23:21.811Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-31T03:23:22.072Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-31T03:23:22.072Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-31T03:23:22.072Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T03:23:22.333Z] Fetched 35.2 MB in 1s (26.9 MB/s) [2021-03-31T03:23:22.333Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-31T03:23:22.333Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-31T03:23:22.333Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T03:23:22.904Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-31T03:23:22.904Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T03:23:23.165Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-31T03:23:23.165Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-31T03:23:23.165Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-31T03:23:23.425Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-31T03:23:23.425Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-31T03:23:23.685Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-31T03:23:23.685Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-31T03:23:23.685Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-31T03:23:23.944Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-31T03:23:23.944Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-31T03:23:24.516Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-31T03:23:24.516Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-31T03:23:24.516Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-31T03:23:24.516Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-31T03:23:24.776Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-31T03:23:24.776Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T03:23:24.776Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T03:23:25.036Z] Selecting previously unselected package libexpat1:amd64. [2021-03-31T03:23:25.036Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-31T03:23:25.036Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-31T03:23:25.036Z] Selecting previously unselected package python3.6-minimal. [2021-03-31T03:23:25.036Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T03:23:25.036Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T03:23:25.297Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-31T03:23:25.559Z] Checking for services that may need to be restarted...done. [2021-03-31T03:23:25.559Z] Checking for services that may need to be restarted...done. [2021-03-31T03:23:25.559Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T03:23:25.559Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-31T03:23:25.559Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T03:23:26.133Z] Selecting previously unselected package python3-minimal. [2021-03-31T03:23:26.133Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-31T03:23:26.133Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-31T03:23:26.133Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-31T03:23:26.396Z] Selecting previously unselected package mime-support. [2021-03-31T03:23:26.396Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-31T03:23:26.396Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-31T03:23:26.396Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-31T03:23:26.396Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-31T03:23:26.396Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-31T03:23:26.396Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-31T03:23:26.396Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T03:23:26.396Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T03:23:26.656Z] Selecting previously unselected package python3.6. [2021-03-31T03:23:26.656Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T03:23:26.656Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T03:23:26.918Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-31T03:23:26.918Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-31T03:23:26.918Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-31T03:23:26.918Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-31T03:23:27.180Z] Selecting previously unselected package python3. [2021-03-31T03:23:27.180Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-31T03:23:27.180Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-31T03:23:27.180Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-31T03:23:27.180Z] Selecting previously unselected package multiarch-support. [2021-03-31T03:23:27.180Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T03:23:27.180Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-31T03:23:27.442Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-31T03:23:27.442Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-31T03:23:27.442Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-31T03:23:27.442Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-31T03:23:27.442Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-31T03:23:27.442Z] Selecting previously unselected package libbsd0:amd64. [2021-03-31T03:23:27.442Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-31T03:23:27.442Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-31T03:23:27.702Z] Selecting previously unselected package sudo. [2021-03-31T03:23:27.702Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-31T03:23:27.702Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-31T03:23:27.702Z] Selecting previously unselected package apparmor. [2021-03-31T03:23:27.702Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-31T03:23:27.963Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-31T03:23:27.963Z] Selecting previously unselected package libedit2:amd64. [2021-03-31T03:23:27.963Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-31T03:23:28.224Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-31T03:23:28.224Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-31T03:23:28.224Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T03:23:28.224Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T03:23:28.224Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-31T03:23:28.224Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T03:23:28.224Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T03:23:28.485Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-31T03:23:28.485Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-31T03:23:28.485Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-31T03:23:28.485Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-31T03:23:28.485Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T03:23:28.485Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T03:23:28.485Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-31T03:23:28.485Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T03:23:28.485Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T03:23:28.745Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-31T03:23:28.745Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-31T03:23:28.745Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-31T03:23:29.006Z] Selecting previously unselected package openssh-client. [2021-03-31T03:23:29.006Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-31T03:23:29.006Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-31T03:23:29.006Z] Selecting previously unselected package squashfs-tools. [2021-03-31T03:23:29.006Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-31T03:23:29.006Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-31T03:23:29.267Z] Selecting previously unselected package snapd. [2021-03-31T03:23:29.267Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-31T03:23:29.267Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-31T03:23:31.183Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-31T03:23:31.183Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-31T03:23:31.757Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-31T03:23:31.757Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-31T03:23:31.757Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-31T03:23:31.757Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T03:23:31.757Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T03:23:31.757Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-31T03:23:31.757Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-31T03:23:32.701Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-31T03:23:32.701Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-31T03:23:32.701Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-31T03:23:32.701Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T03:23:32.702Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T03:23:32.964Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T03:23:33.536Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-31T03:23:33.536Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T03:23:33.536Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-31T03:23:33.536Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-31T03:23:33.536Z] running python rtupdate hooks for python3.6... [2021-03-31T03:23:33.536Z] running python post-rtupdate hooks for python3.6... [2021-03-31T03:23:33.799Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-31T03:23:35.189Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-31T03:23:35.189Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T03:23:35.450Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-31T03:23:35.450Z] Setting up snapd (2.48.3+18.04) ... [2021-03-31T03:23:36.024Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-31T03:23:36.024Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-31T03:23:36.296Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-31T03:23:36.296Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-31T03:23:36.558Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-31T03:23:36.558Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-31T03:23:36.827Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-31T03:23:36.827Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-31T03:23:37.088Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-31T03:23:37.349Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-31T03:23:37.349Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-31T03:23:37.349Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T03:23:37.349Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-31T03:23:38.734Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T03:23:38.734Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T03:23:38.734Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T03:23:39.684Z] Reading package lists... [2021-03-31T03:23:39.947Z] Reading package lists... [2021-03-31T03:23:39.947Z] Building dependency tree... [2021-03-31T03:23:39.947Z] Reading state information... [2021-03-31T03:23:40.208Z] Calculating upgrade... [2021-03-31T03:23:40.208Z] The following packages will be upgraded: [2021-03-31T03:23:40.208Z] advancecomp base-files bash binutils binutils-common [2021-03-31T03:23:40.208Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-31T03:23:40.208Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-31T03:23:40.208Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-31T03:23:40.208Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-31T03:23:40.208Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-31T03:23:40.208Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-31T03:23:40.208Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-31T03:23:40.208Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-31T03:23:40.208Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-31T03:23:40.208Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-31T03:23:40.208Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-31T03:23:40.208Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-31T03:23:40.208Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-31T03:23:40.208Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-31T03:23:40.468Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-31T03:23:40.468Z] Need to get 63.8 MB of archives. [2021-03-31T03:23:40.468Z] After this operation, 5208 kB of additional disk space will be used. [2021-03-31T03:23:40.468Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-03-31T03:23:40.468Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-31T03:23:41.038Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-31T03:23:41.299Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-31T03:23:41.299Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-31T03:23:41.299Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-31T03:23:41.299Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-31T03:23:41.299Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-31T03:23:41.299Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-31T03:23:41.299Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-31T03:23:41.299Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-31T03:23:41.299Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-31T03:23:41.299Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-31T03:23:41.299Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-31T03:23:41.299Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-31T03:23:41.299Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-31T03:23:41.299Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-31T03:23:41.299Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-31T03:23:41.299Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-31T03:23:41.299Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-31T03:23:41.299Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-31T03:23:41.299Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-31T03:23:41.299Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-31T03:23:41.299Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-31T03:23:41.299Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-31T03:23:41.299Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-31T03:23:41.299Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-31T03:23:41.562Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-31T03:23:41.562Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-31T03:23:41.562Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-31T03:23:41.562Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-31T03:23:41.562Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-31T03:23:41.562Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-31T03:23:41.562Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-31T03:23:41.562Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-31T03:23:41.562Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-31T03:23:41.562Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-31T03:23:41.562Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-31T03:23:41.562Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-31T03:23:41.823Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-31T03:23:41.823Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-31T03:23:41.823Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-31T03:23:41.823Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-31T03:23:41.823Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-31T03:23:41.823Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-31T03:23:41.823Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-31T03:23:41.823Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-31T03:23:41.823Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-31T03:23:41.823Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-31T03:23:41.823Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-31T03:23:41.823Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-31T03:23:41.823Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-31T03:23:41.823Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-31T03:23:41.823Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-31T03:23:41.823Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-31T03:23:41.823Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-31T03:23:41.823Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-31T03:23:41.823Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-31T03:23:42.085Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-31T03:23:42.085Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-31T03:23:42.085Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-31T03:23:42.085Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-31T03:23:42.085Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-31T03:23:42.085Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-31T03:23:42.085Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-31T03:23:42.085Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-31T03:23:42.085Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-31T03:23:42.085Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-31T03:23:42.085Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-31T03:23:42.085Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-31T03:23:42.085Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-31T03:23:42.085Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-31T03:23:42.085Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-31T03:23:42.085Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-31T03:23:42.085Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-03-31T03:23:42.085Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-31T03:23:42.085Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-31T03:23:42.085Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-31T03:23:42.346Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-31T03:23:42.346Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-31T03:23:42.346Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-31T03:23:42.346Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-31T03:23:42.346Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-31T03:23:42.607Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-31T03:23:42.607Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-31T03:23:42.607Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-31T03:23:42.607Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-31T03:23:42.607Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-31T03:23:42.607Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-31T03:23:42.607Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-31T03:23:42.867Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-31T03:23:43.441Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-31T03:23:43.441Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-31T03:23:43.441Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-31T03:23:43.702Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-31T03:23:43.702Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-31T03:23:43.702Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-31T03:23:43.702Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-31T03:23:43.702Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-31T03:23:43.963Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T03:23:43.963Z] Fetched 63.8 MB in 3s (18.5 MB/s) [2021-03-31T03:23:43.963Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:23:43.963Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T03:23:43.963Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T03:23:44.541Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T03:23:44.541Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T03:23:44.802Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-03-31T03:23:44.802Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-03-31T03:23:45.750Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:23:45.750Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:23:45.750Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:23:45.750Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:23:45.750Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:23:46.010Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:23:46.011Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:23:46.011Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:23:46.011Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:23:46.011Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:23:46.277Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:23:46.277Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:23:46.277Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:23:46.539Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:23:46.539Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:23:46.539Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T03:23:46.539Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:23:46.539Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-31T03:23:46.801Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:23:46.801Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T03:23:46.801Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:23:46.801Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:23:46.801Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:23:47.096Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:23:47.096Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T03:23:47.096Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T03:23:47.357Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:23:47.357Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T03:23:47.357Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T03:23:47.619Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T03:23:48.191Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-31T03:23:48.453Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T03:23:48.453Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-31T03:23:48.453Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-31T03:23:48.453Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-31T03:23:48.453Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-31T03:23:48.715Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-31T03:23:48.715Z] Installing new version of config file /etc/issue ... [2021-03-31T03:23:48.715Z] Installing new version of config file /etc/issue.net ... [2021-03-31T03:23:48.715Z] Installing new version of config file /etc/lsb-release ... [2021-03-31T03:23:48.715Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-31T03:23:48.976Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-31T03:23:48.976Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-31T03:23:48.976Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-31T03:23:49.239Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:23:49.239Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-31T03:23:49.239Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-31T03:23:49.499Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-31T03:23:49.499Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-31T03:23:49.499Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:23:49.499Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T03:23:49.499Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-31T03:23:49.759Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-31T03:23:49.759Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:23:49.759Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-31T03:23:49.759Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-31T03:23:49.759Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-31T03:23:50.020Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:23:50.020Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-31T03:23:50.020Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-31T03:23:50.279Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-31T03:23:50.280Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:23:50.280Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T03:23:50.280Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T03:23:50.541Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-31T03:23:50.541Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:23:50.541Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T03:23:50.541Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T03:23:50.802Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-31T03:23:50.802Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:23:50.802Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-31T03:23:50.802Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-31T03:23:50.802Z] Setting up grep (3.1-2build1) ... [2021-03-31T03:23:51.063Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:23:51.063Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-31T03:23:51.325Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-31T03:23:51.325Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-31T03:23:51.325Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:23:51.325Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T03:23:51.585Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T03:23:51.585Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-31T03:23:51.585Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:23:51.585Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-31T03:23:51.585Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T03:23:51.810Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:23:51.810Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:23:51.810Z] ---> aca7036dc92a [2021-03-31T03:23:51.810Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T03:23:51.810Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:23:51.810Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:23:51.810Z] ---> aca7036dc92a [2021-03-31T03:23:51.810Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T03:23:51.810Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:23:51.810Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:23:51.810Z] ---> aca7036dc92a [2021-03-31T03:23:51.810Z] Step 3/24 : WORKDIR /edgex-go [2021-03-31T03:23:51.810Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:23:51.810Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:23:51.810Z] ---> aca7036dc92a [2021-03-31T03:23:51.810Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T03:23:51.810Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:23:51.810Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:23:51.810Z] ---> aca7036dc92a [2021-03-31T03:23:51.810Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T03:23:51.810Z] ---> Running in caf8dc762c98 [2021-03-31T03:23:51.810Z] ---> Running in 6b437a2ec158 [2021-03-31T03:23:51.810Z] ---> Running in 82659d08dd18 [2021-03-31T03:23:51.810Z] ---> Running in cad4ac955378 [2021-03-31T03:23:51.810Z] ---> Running in e403b5a88ea9 [2021-03-31T03:23:51.810Z] Removing intermediate container 82659d08dd18 [2021-03-31T03:23:51.810Z] ---> 123adbc2c827 [2021-03-31T03:23:51.810Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:23:51.810Z] Removing intermediate container cad4ac955378 [2021-03-31T03:23:51.810Z] ---> af352143ec5f [2021-03-31T03:23:51.810Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:23:51.810Z] Removing intermediate container 6b437a2ec158 [2021-03-31T03:23:51.810Z] ---> 2ac0fe7a1d45 [2021-03-31T03:23:51.810Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:23:51.810Z] Removing intermediate container caf8dc762c98 [2021-03-31T03:23:51.810Z] ---> a9a087f40593 [2021-03-31T03:23:51.810Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:23:51.810Z] Removing intermediate container e403b5a88ea9 [2021-03-31T03:23:51.810Z] ---> 9a9efba7e4ac [2021-03-31T03:23:51.810Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:23:51.810Z] ---> Running in 847f1700510a [2021-03-31T03:23:51.810Z] ---> Running in 9ef9b8223b89 [2021-03-31T03:23:51.810Z] ---> Running in b5e57b481e7e [2021-03-31T03:23:51.810Z] ---> Running in de3d11146637 [2021-03-31T03:23:51.810Z] ---> Running in 0a9be6d0a3c8 [2021-03-31T03:23:51.810Z] Removing intermediate container 847f1700510a [2021-03-31T03:23:51.810Z] ---> edb650c39f54 [2021-03-31T03:23:51.810Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-31T03:23:51.810Z] ---> Running in f7eef03fa93a [2021-03-31T03:23:51.810Z] Removing intermediate container b5e57b481e7e [2021-03-31T03:23:51.810Z] ---> 6d6f9c0f4498 [2021-03-31T03:23:51.810Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-31T03:23:51.810Z] ---> Running in f1ec4c79ceb8 [2021-03-31T03:23:51.810Z] Removing intermediate container 9ef9b8223b89 [2021-03-31T03:23:51.810Z] ---> 776bc2510cda [2021-03-31T03:23:51.810Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-31T03:23:51.810Z] Removing intermediate container de3d11146637 [2021-03-31T03:23:51.810Z] ---> 79f21daff483 [2021-03-31T03:23:51.810Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T03:23:51.810Z] ---> Running in 036a16594dac [2021-03-31T03:23:51.810Z] Removing intermediate container 0a9be6d0a3c8 [2021-03-31T03:23:51.810Z] ---> 73e8a8829435 [2021-03-31T03:23:51.810Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T03:23:51.810Z] ---> Running in 5efca46851e9 [2021-03-31T03:23:51.810Z] ---> Running in 8a9f2ddc6c16 [2021-03-31T03:23:51.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:23:51.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:23:51.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:23:51.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:23:51.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:23:51.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:23:51.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:23:51.810Z] OK: 217 MiB in 51 packages [2021-03-31T03:23:51.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:23:52.080Z] OK: 217 MiB in 51 packages [2021-03-31T03:23:52.154Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-31T03:23:52.154Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T03:23:52.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:23:52.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:23:52.414Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-31T03:23:52.414Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T03:23:52.948Z] OK: 217 MiB in 51 packages [2021-03-31T03:23:52.983Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-31T03:23:52.984Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:23:52.984Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-31T03:23:52.984Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T03:23:53.226Z] OK: 217 MiB in 51 packages [2021-03-31T03:23:53.226Z] OK: 217 MiB in 51 packages [2021-03-31T03:23:53.226Z] Removing intermediate container f7eef03fa93a [2021-03-31T03:23:53.226Z] ---> 0720be66b3ea [2021-03-31T03:23:53.226Z] Step 6/22 : COPY go.mod . [2021-03-31T03:23:53.501Z] Removing intermediate container f1ec4c79ceb8 [2021-03-31T03:23:53.501Z] ---> 7e143439e0c9 [2021-03-31T03:23:53.501Z] Step 6/24 : COPY go.mod . [2021-03-31T03:23:53.925Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-31T03:23:53.925Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-31T03:23:54.185Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-31T03:23:54.185Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-31T03:23:54.185Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-31T03:23:54.185Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:23:54.185Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-31T03:23:54.445Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-31T03:23:54.445Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-31T03:23:54.475Z] ---> 4ce027f905aa [2021-03-31T03:23:54.475Z] Step 7/22 : RUN go mod download [2021-03-31T03:23:54.475Z] Removing intermediate container 5efca46851e9 [2021-03-31T03:23:54.475Z] ---> 5178bbb8e08c [2021-03-31T03:23:54.475Z] Step 6/23 : COPY go.mod . [2021-03-31T03:23:54.475Z] ---> cdbecadb0606 [2021-03-31T03:23:54.475Z] Step 7/24 : RUN go mod download [2021-03-31T03:23:54.706Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:23:54.706Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T03:23:54.706Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T03:23:54.706Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T03:23:54.706Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:23:54.706Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T03:23:54.746Z] ---> Running in 322c80a092e1 [2021-03-31T03:23:54.747Z] ---> Running in 86dfa9122534 [2021-03-31T03:23:54.747Z] Removing intermediate container 036a16594dac [2021-03-31T03:23:54.747Z] ---> 3d680e166e79 [2021-03-31T03:23:54.747Z] Step 6/22 : COPY go.mod . [2021-03-31T03:23:54.968Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T03:23:54.968Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T03:23:54.968Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:23:54.968Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T03:23:54.968Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T03:23:55.018Z] Removing intermediate container 8a9f2ddc6c16 [2021-03-31T03:23:55.018Z] ---> 468302e53d2c [2021-03-31T03:23:55.018Z] Step 6/23 : COPY go.mod . [2021-03-31T03:23:55.229Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T03:23:55.229Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:23:55.229Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T03:23:55.229Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T03:23:55.298Z] ---> 1fab7f7351d8 [2021-03-31T03:23:55.298Z] Step 7/23 : RUN go mod download [2021-03-31T03:23:55.491Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T03:23:55.491Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:23:55.491Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T03:23:55.491Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T03:23:55.589Z] ---> Running in 0cd0f9336ca7 [2021-03-31T03:23:55.753Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T03:23:55.753Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T03:23:55.753Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-31T03:23:55.753Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:23:55.753Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T03:23:55.753Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T03:23:56.016Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-31T03:23:56.016Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:23:56.016Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T03:23:56.016Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T03:23:56.197Z] ---> b91ea81fe342 [2021-03-31T03:23:56.198Z] Step 7/22 : RUN go mod download [2021-03-31T03:23:56.198Z] ---> 43fffd9a7a58 [2021-03-31T03:23:56.198Z] Step 7/23 : RUN go mod download [2021-03-31T03:23:56.198Z] ---> Running in 057f6dc70c5b [2021-03-31T03:23:56.278Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T03:23:56.278Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:23:56.278Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T03:23:56.278Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T03:23:56.278Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-31T03:23:56.473Z] ---> Running in c3861eb3a234 [2021-03-31T03:23:56.538Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:23:56.538Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T03:23:56.538Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T03:23:57.109Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-31T03:23:57.110Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-31T03:23:57.371Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-31T03:23:57.632Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:23:57.632Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T03:23:57.632Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T03:23:57.893Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-31T03:23:58.160Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T03:23:58.160Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-31T03:23:58.160Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T03:23:58.160Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-31T03:23:58.421Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:23:58.421Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-31T03:23:58.421Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-31T03:23:58.421Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-31T03:23:58.682Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:23:58.682Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-31T03:23:58.682Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-31T03:23:58.942Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-31T03:23:58.942Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:23:58.942Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-31T03:23:58.942Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-31T03:23:59.117Z] Removing intermediate container 322c80a092e1 [2021-03-31T03:23:59.117Z] ---> 0176cf210a2d [2021-03-31T03:23:59.117Z] Step 8/22 : COPY . . [2021-03-31T03:23:59.117Z] Removing intermediate container 86dfa9122534 [2021-03-31T03:23:59.117Z] ---> 3a0f6efa38b4 [2021-03-31T03:23:59.117Z] Step 8/24 : COPY . . [2021-03-31T03:23:59.201Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-31T03:23:59.201Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:23:59.201Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-31T03:23:59.201Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T03:23:59.201Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T03:23:59.390Z] Removing intermediate container 0cd0f9336ca7 [2021-03-31T03:23:59.390Z] ---> f4bfebee9f79 [2021-03-31T03:23:59.390Z] Step 8/23 : COPY . . [2021-03-31T03:23:59.462Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:23:59.462Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-31T03:23:59.462Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T03:23:59.462Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T03:23:59.722Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:23:59.722Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-31T03:23:59.722Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T03:23:59.983Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T03:23:59.983Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:23:59.983Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T03:23:59.983Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T03:24:00.244Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-31T03:24:00.244Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T03:24:00.244Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T03:24:00.244Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T03:24:00.505Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-31T03:24:00.505Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:24:00.505Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-31T03:24:00.505Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-31T03:24:00.770Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-31T03:24:00.770Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:24:00.770Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-31T03:24:01.031Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T03:24:01.031Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T03:24:01.299Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:24:01.300Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T03:24:01.300Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T03:24:01.300Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-31T03:24:01.561Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:24:01.561Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-31T03:24:01.561Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-31T03:24:01.561Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-31T03:24:01.823Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:24:01.823Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-31T03:24:01.823Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-31T03:24:02.083Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-31T03:24:02.344Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:24:02.344Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T03:24:02.344Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T03:24:02.604Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-31T03:24:02.604Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:24:02.604Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-31T03:24:02.604Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-31T03:24:02.768Z] Removing intermediate container 057f6dc70c5b [2021-03-31T03:24:02.768Z] ---> c5f06503fc56 [2021-03-31T03:24:02.768Z] Step 8/22 : COPY . . [2021-03-31T03:24:02.768Z] Removing intermediate container c3861eb3a234 [2021-03-31T03:24:02.768Z] ---> ae7442b5b1d2 [2021-03-31T03:24:02.768Z] Step 8/23 : COPY . . [2021-03-31T03:24:02.864Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-31T03:24:02.864Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:24:02.864Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-31T03:24:02.864Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-31T03:24:03.124Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-31T03:24:03.124Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:24:03.124Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-31T03:24:03.124Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-31T03:24:03.385Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-31T03:24:03.385Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:24:03.385Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-31T03:24:03.385Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-31T03:24:03.646Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-31T03:24:03.646Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:24:03.646Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-31T03:24:03.646Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-31T03:24:03.646Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-31T03:24:03.906Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T03:24:03.906Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-31T03:24:03.906Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-31T03:24:03.906Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-31T03:24:04.167Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-31T03:24:04.167Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-31T03:24:04.167Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-31T03:24:04.167Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-31T03:24:04.427Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-31T03:24:04.427Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-31T03:24:04.427Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-31T03:24:04.687Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-31T03:24:04.687Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-31T03:24:04.949Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-31T03:24:04.949Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-31T03:24:04.949Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-31T03:24:04.949Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-31T03:24:04.949Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-31T03:24:05.211Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-31T03:24:05.211Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-31T03:24:05.211Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-31T03:24:05.472Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-31T03:24:05.472Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-31T03:24:05.472Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-31T03:24:05.472Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-31T03:24:05.734Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-31T03:24:05.734Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-31T03:24:05.996Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-31T03:24:05.996Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-31T03:24:06.574Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-31T03:24:06.574Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-31T03:24:06.837Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-31T03:24:06.837Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-31T03:24:06.837Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T03:24:07.098Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T03:24:07.359Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T03:24:07.359Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T03:24:07.619Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T03:24:07.619Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T03:24:07.619Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T03:24:07.619Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T03:24:07.880Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T03:24:07.880Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T03:24:07.880Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T03:24:08.451Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T03:24:08.451Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T03:24:08.451Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T03:24:08.711Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T03:24:08.711Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T03:24:09.653Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T03:24:09.653Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T03:24:10.597Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T03:24:10.597Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T03:24:11.167Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T03:24:11.168Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T03:24:11.429Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T03:24:11.689Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T03:24:12.259Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T03:24:12.519Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T03:24:12.519Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-31T03:24:12.519Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-31T03:24:12.519Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-31T03:24:12.519Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-31T03:24:12.782Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-31T03:24:12.782Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-31T03:24:13.050Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-31T03:24:13.050Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-31T03:24:13.050Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-31T03:24:13.050Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-31T03:24:13.348Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-31T03:24:13.348Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-31T03:24:13.348Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-31T03:24:13.609Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-31T03:24:13.609Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:24:13.609Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-31T03:24:13.869Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:24:13.869Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:24:13.869Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:24:13.869Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-31T03:24:13.869Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-31T03:24:13.869Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-31T03:24:13.869Z] [2021-03-31T03:24:13.869Z] Current default time zone: 'Etc/UTC' [2021-03-31T03:24:13.869Z] Local time is now: Wed Mar 31 03:24:13 UTC 2021. [2021-03-31T03:24:13.869Z] Universal Time is now: Wed Mar 31 03:24:13 UTC 2021. [2021-03-31T03:24:13.869Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-31T03:24:13.869Z] [2021-03-31T03:24:14.142Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-31T03:24:14.142Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:24:14.142Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-03-31T03:24:14.142Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-31T03:24:14.142Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-31T03:24:14.142Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-31T03:24:14.142Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-31T03:24:14.142Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-31T03:24:14.404Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-31T03:24:14.404Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-31T03:24:14.404Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:24:14.404Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-31T03:24:14.664Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T03:24:14.664Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-31T03:24:14.664Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:24:14.664Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-31T03:24:14.664Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-31T03:24:14.664Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-31T03:24:14.664Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-31T03:24:14.664Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-31T03:24:14.664Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-31T03:24:14.664Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-31T03:24:14.664Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-31T03:24:16.601Z] Updating certificates in /etc/ssl/certs... [2021-03-31T03:24:17.544Z] 23 added, 27 removed; done. [2021-03-31T03:24:17.544Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-31T03:24:17.544Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T03:24:17.544Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-31T03:24:17.544Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-31T03:24:17.544Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-31T03:24:17.544Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T03:24:17.544Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-31T03:24:17.544Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T03:24:17.544Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T03:24:17.544Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T03:24:17.544Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T03:24:17.806Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T03:24:17.806Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-31T03:24:17.806Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-31T03:24:17.806Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-31T03:24:17.806Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-31T03:24:17.806Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-31T03:24:17.806Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T03:24:17.806Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T03:24:17.806Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-31T03:24:18.067Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-31T03:24:18.068Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-31T03:24:18.068Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-31T03:24:18.068Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-31T03:24:18.068Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-31T03:24:18.328Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-31T03:24:18.328Z] Updating certificates in /etc/ssl/certs... [2021-03-31T03:24:18.902Z] 0 added, 0 removed; done. [2021-03-31T03:24:18.902Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-31T03:24:18.902Z] done. [2021-03-31T03:24:19.161Z] Reading package lists... [2021-03-31T03:24:19.422Z] Building dependency tree... [2021-03-31T03:24:19.422Z] Reading state information... [2021-03-31T03:24:19.422Z] The following NEW packages will be installed: [2021-03-31T03:24:19.422Z] apt-transport-https [2021-03-31T03:24:19.683Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-31T03:24:19.683Z] Need to get 1696 B of archives. [2021-03-31T03:24:19.683Z] After this operation, 153 kB of additional disk space will be used. [2021-03-31T03:24:19.683Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-31T03:24:19.683Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T03:24:19.683Z] Fetched 1696 B in 0s (27.3 kB/s) [2021-03-31T03:24:19.683Z] Selecting previously unselected package apt-transport-https. [2021-03-31T03:24:19.683Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-31T03:24:19.683Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-31T03:24:19.683Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-31T03:24:19.944Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-31T03:24:20.205Z] Waiting for network to be ready... [2021-03-31T03:24:24.934Z] ---> 0a8213668405 [2021-03-31T03:24:24.934Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-31T03:24:24.934Z] ---> 41268d78d8d3 [2021-03-31T03:24:24.934Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-31T03:24:24.934Z] ---> 9c6d8887839e [2021-03-31T03:24:24.934Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-31T03:24:24.934Z] ---> 85a34fa05bbc [2021-03-31T03:24:24.934Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-31T03:24:24.934Z] ---> 3787c0262cf3 [2021-03-31T03:24:24.934Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-31T03:24:24.934Z] ---> Running in 09c26beaa661 [2021-03-31T03:24:24.934Z] ---> Running in aced64f28682 [2021-03-31T03:24:24.934Z] ---> Running in e8ee003f55c6 [2021-03-31T03:24:24.934Z] ---> Running in 5ce56e236a5e [2021-03-31T03:24:24.934Z] ---> Running in 2439d1b0a476 [2021-03-31T03:24:24.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T03:24:24.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T03:24:24.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T03:24:24.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T03:24:24.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T03:24:25.517Z] 2021-03-31T03:24:23Z INFO Waiting for automatic snapd restart... [2021-03-31T03:24:26.089Z] snapd 2.49.1 from Canonical* installed [2021-03-31T03:24:27.040Z] "snapd" switched to the "latest/stable" channel [2021-03-31T03:24:27.040Z] [2021-03-31T03:24:29.585Z] core18 20210309 from Canonical* installed [2021-03-31T03:24:29.846Z] "core18" switched to the "latest/stable" channel [2021-03-31T03:24:29.846Z] [2021-03-31T03:24:33.153Z] snapcraft 4.6 from Canonical* installed [2021-03-31T03:24:33.153Z] "snapcraft" switched to the "latest/stable" channel [2021-03-31T03:24:33.153Z] [2021-03-31T03:24:37.365Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-31T03:24:37.365Z] - README.md [2021-03-31T03:24:37.365Z] [2021-03-31T03:24:37.365Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-31T03:24:43.964Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T03:24:43.964Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T03:24:43.964Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T03:24:43.964Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T03:24:44.907Z] Reading package lists... [2021-03-31T03:24:45.170Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-31T03:24:51.763Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T03:24:51.763Z] Reading package lists... [2021-03-31T03:24:51.763Z] Building dependency tree... [2021-03-31T03:24:51.763Z] Reading state information... [2021-03-31T03:24:51.763Z] Suggested packages: [2021-03-31T03:24:51.763Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-31T03:24:51.763Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-31T03:24:51.763Z] Recommended packages: [2021-03-31T03:24:51.763Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-31T03:24:51.763Z] The following NEW packages will be installed: [2021-03-31T03:24:51.763Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-31T03:24:51.763Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-31T03:24:51.763Z] pkg-config zip [2021-03-31T03:24:51.763Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-31T03:24:51.763Z] Need to get 7657 kB of archives. [2021-03-31T03:24:51.763Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-31T03:24:51.763Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-31T03:24:51.763Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-31T03:24:51.763Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-31T03:24:51.763Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-31T03:24:51.763Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-31T03:24:52.022Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-31T03:24:52.022Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-31T03:24:52.022Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-31T03:24:52.022Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-31T03:24:52.282Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-31T03:24:52.282Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-31T03:24:52.282Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-31T03:24:52.282Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-31T03:24:52.282Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-31T03:24:52.282Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-31T03:24:52.543Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T03:24:52.543Z] Fetched 7657 kB in 1s (10.3 MB/s) [2021-03-31T03:24:52.543Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-31T03:24:52.543Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-31T03:24:52.543Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-31T03:24:52.543Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-31T03:24:52.806Z] Selecting previously unselected package libpsl5:amd64. [2021-03-31T03:24:52.806Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-31T03:24:52.806Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-31T03:24:52.806Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-31T03:24:52.806Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-31T03:24:52.806Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-31T03:24:53.066Z] Selecting previously unselected package librtmp1:amd64. [2021-03-31T03:24:53.066Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-31T03:24:53.066Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-31T03:24:53.066Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-31T03:24:53.066Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-31T03:24:53.066Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-31T03:24:53.066Z] Selecting previously unselected package liberror-perl. [2021-03-31T03:24:53.066Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-31T03:24:53.066Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-31T03:24:53.329Z] Selecting previously unselected package git-man. [2021-03-31T03:24:53.329Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-31T03:24:53.329Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-31T03:24:53.329Z] Selecting previously unselected package git. [2021-03-31T03:24:53.329Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-31T03:24:53.329Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-31T03:24:54.269Z] Selecting previously unselected package libnorm1:amd64. [2021-03-31T03:24:54.269Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-31T03:24:54.269Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-31T03:24:54.269Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-31T03:24:54.269Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-31T03:24:54.269Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-31T03:24:54.269Z] Selecting previously unselected package libsodium23:amd64. [2021-03-31T03:24:54.269Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-31T03:24:54.529Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-31T03:24:54.529Z] Selecting previously unselected package libzmq5:amd64. [2021-03-31T03:24:54.529Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-31T03:24:54.529Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T03:24:54.529Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-31T03:24:54.529Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-31T03:24:54.529Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T03:24:54.789Z] Selecting previously unselected package pkg-config. [2021-03-31T03:24:54.789Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-31T03:24:54.789Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-31T03:24:54.789Z] Selecting previously unselected package zip. [2021-03-31T03:24:54.789Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-31T03:24:54.789Z] Unpacking zip (3.0-11build1) ... [2021-03-31T03:24:55.049Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-31T03:24:55.049Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-31T03:24:55.049Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-31T03:24:55.049Z] Setting up liberror-perl (0.17025-1) ... [2021-03-31T03:24:55.049Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-31T03:24:55.049Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-31T03:24:55.049Z] No schema files found: doing nothing. [2021-03-31T03:24:55.049Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-31T03:24:55.049Z] Setting up zip (3.0-11build1) ... [2021-03-31T03:24:55.049Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-31T03:24:55.309Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-31T03:24:55.309Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-31T03:24:55.309Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T03:24:55.309Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-31T03:24:55.309Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T03:24:55.309Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-31T03:24:55.309Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-31T03:25:01.895Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T03:25:01.895Z] git set to automatically installed. [2021-03-31T03:25:01.895Z] git-man set to automatically installed. [2021-03-31T03:25:01.895Z] libcurl3-gnutls set to automatically installed. [2021-03-31T03:25:01.895Z] liberror-perl set to automatically installed. [2021-03-31T03:25:01.895Z] libglib2.0-0 set to automatically installed. [2021-03-31T03:25:01.895Z] libnghttp2-14 set to automatically installed. [2021-03-31T03:25:01.895Z] libnorm1 set to automatically installed. [2021-03-31T03:25:01.895Z] libpgm-5.2-0 set to automatically installed. [2021-03-31T03:25:01.895Z] libpsl5 set to automatically installed. [2021-03-31T03:25:01.895Z] librtmp1 set to automatically installed. [2021-03-31T03:25:01.895Z] libsodium23 set to automatically installed. [2021-03-31T03:25:01.895Z] libzmq3-dev set to automatically installed. [2021-03-31T03:25:01.895Z] libzmq5 set to automatically installed. [2021-03-31T03:25:01.895Z] pkg-config set to automatically installed. [2021-03-31T03:25:01.895Z] zip set to automatically installed. [2021-03-31T03:25:04.443Z] snapd is not logged in, snap install commands will use sudo [2021-03-31T03:25:11.029Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T03:25:43.523Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-31T03:25:44.094Z] snapd is not logged in, snap install commands will use sudo [2021-03-31T03:25:50.679Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T03:25:50.679Z] snap "core18" has no updates available [2021-03-31T03:25:51.248Z] Pulling go-build-helper [2021-03-31T03:25:51.248Z] + snapcraftctl pull [2021-03-31T03:25:52.190Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-31T03:25:52.190Z] Skipping pull go-build-helper (already ran) [2021-03-31T03:25:52.190Z] Building go-build-helper [2021-03-31T03:25:52.190Z] + snapcraftctl build [2021-03-31T03:25:54.106Z] Staging go-build-helper [2021-03-31T03:25:54.106Z] + snapcraftctl stage [2021-03-31T03:26:01.797Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T03:26:04.108Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-31T03:26:04.109Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-31T03:26:04.109Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-31T03:26:04.109Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] [2021-03-31T03:26:04.109Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-31T03:26:04.109Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-31T03:26:04.109Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-31T03:26:04.109Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-31T03:26:04.109Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-31T03:26:04.109Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-31T03:26:04.109Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-31T03:26:04.109Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-31T03:26:04.109Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-31T03:26:04.109Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-31T03:26:04.109Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-31T03:26:04.109Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-31T03:26:04.109Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-31T03:26:04.109Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-31T03:26:04.109Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-31T03:26:04.109Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-31T03:26:04.109Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-31T03:26:04.109Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-31T03:26:04.109Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-31T03:26:04.109Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-31T03:26:04.109Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-31T03:26:04.109Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-31T03:26:04.109Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-31T03:26:04.109Z] Fetched 24.2 MB in 0s (0 B/s) [2021-03-31T03:26:04.109Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-31T03:26:04.109Z] Fetched 224 kB in 0s (0 B/s) [2021-03-31T03:26:04.109Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-31T03:26:04.109Z] Fetched 157 kB in 0s (0 B/s) [2021-03-31T03:26:04.109Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-31T03:26:04.109Z] Fetched 221 kB in 0s (0 B/s) [2021-03-31T03:26:04.109Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-31T03:26:04.109Z] Fetched 143 kB in 0s (0 B/s) [2021-03-31T03:26:04.109Z] Pulling app-service-config [2021-03-31T03:26:04.109Z] + snapcraftctl pull [2021-03-31T03:26:04.680Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-31T03:26:05.250Z] Pulling config-common [2021-03-31T03:26:05.250Z] + snapcraftctl pull [2021-03-31T03:26:09.453Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T03:26:09.453Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T03:26:09.453Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T03:26:09.453Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T03:26:09.453Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-31T03:26:09.453Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T03:26:09.453Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-31T03:26:09.453Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T03:26:09.453Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-31T03:26:09.453Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T03:26:09.453Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-31T03:26:09.453Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T03:26:09.453Z] Pulling edgex-go [2021-03-31T03:26:09.453Z] + snapcraftctl pull [2021-03-31T03:26:16.924Z] Removing intermediate container 09c26beaa661 [2021-03-31T03:26:16.924Z] ---> aee17f08bf43 [2021-03-31T03:26:16.924Z] [2021-03-31T03:26:16.925Z] Step 10/24 : FROM alpine:3.12 [2021-03-31T03:26:17.212Z] 3.12: Pulling from library/alpine [2021-03-31T03:26:18.211Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T03:26:18.211Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T03:26:18.211Z] ---> e47305ac9786 [2021-03-31T03:26:18.211Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-31T03:26:18.814Z] ---> Running in d10a7ed6c276 [2021-03-31T03:26:20.793Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:26:20.793Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:26:21.773Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-31T03:26:21.773Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T03:26:21.773Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-31T03:26:21.773Z] (4/6) Installing curl (7.69.1-r3) [2021-03-31T03:26:21.773Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-31T03:26:21.773Z] (6/6) Installing su-exec (0.2-r1) [2021-03-31T03:26:21.773Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:26:21.773Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T03:26:22.050Z] OK: 7 MiB in 20 packages [2021-03-31T03:26:26.371Z] Removing intermediate container d10a7ed6c276 [2021-03-31T03:26:26.371Z] ---> 778814012fc0 [2021-03-31T03:26:26.371Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T03:26:26.371Z] ---> Running in da60cf760edf [2021-03-31T03:26:26.970Z] Removing intermediate container 2439d1b0a476 [2021-03-31T03:26:26.970Z] ---> 5e01cc9d1062 [2021-03-31T03:26:26.970Z] [2021-03-31T03:26:26.970Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T03:26:26.970Z] ---> e47305ac9786 [2021-03-31T03:26:26.970Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T03:26:27.568Z] Removing intermediate container da60cf760edf [2021-03-31T03:26:27.568Z] ---> 5f38669bef63 [2021-03-31T03:26:27.568Z] Step 13/24 : WORKDIR / [2021-03-31T03:26:27.853Z] ---> Running in 4b680aa25cf4 [2021-03-31T03:26:28.459Z] ---> Running in e1122503eb5f [2021-03-31T03:26:29.441Z] Removing intermediate container 5ce56e236a5e [2021-03-31T03:26:29.442Z] ---> de3ced0b3689 [2021-03-31T03:26:29.442Z] [2021-03-31T03:26:29.442Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T03:26:29.442Z] ---> e47305ac9786 [2021-03-31T03:26:29.442Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-31T03:26:29.442Z] Removing intermediate container aced64f28682 [2021-03-31T03:26:29.442Z] ---> 4a45102aa665 [2021-03-31T03:26:29.442Z] [2021-03-31T03:26:29.442Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T03:26:29.442Z] ---> e47305ac9786 [2021-03-31T03:26:29.442Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-31T03:26:29.710Z] Removing intermediate container e1122503eb5f [2021-03-31T03:26:29.710Z] ---> 658713d585d7 [2021-03-31T03:26:29.710Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-31T03:26:29.710Z] ---> Running in b26a2ddace08 [2021-03-31T03:26:29.988Z] ---> Running in d4dce58c51e8 [2021-03-31T03:26:30.267Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:26:30.267Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:26:31.258Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T03:26:31.258Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:26:31.258Z] OK: 5 MiB in 15 packages [2021-03-31T03:26:31.258Z] ---> c9513d6848ad [2021-03-31T03:26:31.258Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-31T03:26:31.425Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T03:26:31.425Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T03:26:31.425Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T03:26:31.425Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T03:26:31.425Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-31T03:26:31.425Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-31T03:26:31.425Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-31T03:26:31.425Z] Fetched 279 kB in 0s (0 B/s) [2021-03-31T03:26:31.425Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-31T03:26:31.425Z] Fetched 122 kB in 0s (0 B/s) [2021-03-31T03:26:31.425Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-31T03:26:31.425Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-31T03:26:31.425Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-31T03:26:31.425Z] Fetched 8848 B in 0s (0 B/s) [2021-03-31T03:26:31.425Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-31T03:26:31.425Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-31T03:26:31.425Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-31T03:26:31.425Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-31T03:26:31.425Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-31T03:26:31.425Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-31T03:26:31.425Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-31T03:26:31.425Z] Fetched 214 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-31T03:26:31.426Z] Fetched 154 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-31T03:26:31.426Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-31T03:26:31.426Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-31T03:26:31.426Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-31T03:26:31.426Z] Fetched 499 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-31T03:26:31.426Z] Fetched 111 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-31T03:26:31.426Z] Fetched 240 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-31T03:26:31.426Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-31T03:26:31.426Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-31T03:26:31.426Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-31T03:26:31.426Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-31T03:26:31.426Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-31T03:26:31.426Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-31T03:26:31.426Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-31T03:26:31.426Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-31T03:26:31.426Z] Fetched 8720 B in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-31T03:26:31.426Z] Fetched 137 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-31T03:26:31.426Z] Fetched 119 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-31T03:26:31.426Z] Fetched 109 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-31T03:26:31.426Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-31T03:26:31.426Z] Fetched 645 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-31T03:26:31.426Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-31T03:26:31.426Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-31T03:26:31.426Z] Fetched 368 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-31T03:26:31.426Z] Fetched 187 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-31T03:26:31.426Z] Fetched 175 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-31T03:26:31.426Z] Fetched 206 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-03-31T03:26:31.426Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-31T03:26:31.426Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-31T03:26:31.426Z] Fetched 159 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-31T03:26:31.426Z] Fetched 107 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-31T03:26:31.426Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-31T03:26:31.426Z] Pulling static-packages [2021-03-31T03:26:31.426Z] + snapcraftctl pull [2021-03-31T03:26:31.426Z] Pulling version [2021-03-31T03:26:31.426Z] + cd /root/project [2021-03-31T03:26:31.426Z] + [ -f VERSION ] [2021-03-31T03:26:31.426Z] + PROJECT_VERSION=local-dev [2021-03-31T03:26:31.426Z] + git rev-parse --short HEAD [2021-03-31T03:26:31.426Z] + GIT_REVISION=7ea006d2 [2021-03-31T03:26:31.426Z] + snapcraftctl set-version local-dev [2021-03-31T03:26:31.856Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:26:31.856Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:26:31.998Z] Skipping build go-build-helper (already ran) [2021-03-31T03:26:31.998Z] Building app-service-config [2021-03-31T03:26:31.998Z] + make build [2021-03-31T03:26:31.998Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-31T03:26:32.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:26:32.404Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:26:32.404Z] ---> fb4267b53112 [2021-03-31T03:26:32.404Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-31T03:26:32.678Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-31T03:26:32.678Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-31T03:26:32.678Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:26:32.678Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T03:26:32.957Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T03:26:32.957Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:26:32.957Z] OK: 5 MiB in 15 packages [2021-03-31T03:26:32.957Z] Removing intermediate container 4b680aa25cf4 [2021-03-31T03:26:32.957Z] ---> 91634b50ee93 [2021-03-31T03:26:32.957Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:26:33.235Z] OK: 6 MiB in 16 packages [2021-03-31T03:26:33.511Z] ---> Running in 1f3441d74188 [2021-03-31T03:26:33.908Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 [2021-03-31T03:26:33.908Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-03-31T03:26:34.107Z] ---> 91494518f120 [2021-03-31T03:26:34.107Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-31T03:26:34.170Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 [2021-03-31T03:26:34.170Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-31T03:26:34.170Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-03-31T03:26:34.170Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-31T03:26:34.170Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-31T03:26:34.170Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-03-31T03:26:34.170Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-31T03:26:34.170Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-03-31T03:26:34.170Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-31T03:26:34.380Z] Removing intermediate container 1f3441d74188 [2021-03-31T03:26:34.381Z] ---> a2dcd3e43a49 [2021-03-31T03:26:34.381Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-31T03:26:34.430Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-31T03:26:34.430Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-31T03:26:34.430Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-31T03:26:34.689Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-31T03:26:34.689Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-31T03:26:34.689Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-31T03:26:34.689Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-31T03:26:34.948Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-31T03:26:34.948Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-31T03:26:34.948Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-31T03:26:34.948Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-03-31T03:26:34.975Z] ---> Running in cd809291b548 [2021-03-31T03:26:34.975Z] Removing intermediate container d4dce58c51e8 [2021-03-31T03:26:34.975Z] ---> 52cb6964f007 [2021-03-31T03:26:34.975Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:26:35.208Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-31T03:26:35.209Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-31T03:26:35.209Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-03-31T03:26:35.209Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-31T03:26:35.246Z] ---> Running in a2f1b5de42b3 [2021-03-31T03:26:35.470Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-31T03:26:35.470Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-31T03:26:35.470Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-31T03:26:35.470Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-31T03:26:35.470Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-31T03:26:35.470Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-31T03:26:35.470Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-31T03:26:35.470Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-31T03:26:35.730Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-31T03:26:35.730Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-31T03:26:35.730Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-31T03:26:35.730Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-31T03:26:35.730Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-31T03:26:35.730Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-31T03:26:35.730Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-31T03:26:35.841Z] Removing intermediate container cd809291b548 [2021-03-31T03:26:35.841Z] ---> 89e91660a6cb [2021-03-31T03:26:35.841Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T03:26:35.841Z] Removing intermediate container b26a2ddace08 [2021-03-31T03:26:35.841Z] ---> 21e608ba9b22 [2021-03-31T03:26:35.841Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:26:35.841Z] ---> a2cbd87d06b7 [2021-03-31T03:26:35.841Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-31T03:26:35.841Z] ---> Running in 688c5dc67fc1 [2021-03-31T03:26:35.841Z] ---> Running in d586ed63b633 [2021-03-31T03:26:35.841Z] Removing intermediate container a2f1b5de42b3 [2021-03-31T03:26:35.841Z] ---> 234f52245353 [2021-03-31T03:26:35.841Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-31T03:26:35.989Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-31T03:26:35.989Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-31T03:26:35.989Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-31T03:26:35.989Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-31T03:26:36.120Z] Removing intermediate container e8ee003f55c6 [2021-03-31T03:26:36.120Z] ---> ee3d4f9027ec [2021-03-31T03:26:36.120Z] [2021-03-31T03:26:36.120Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T03:26:36.120Z] ---> e47305ac9786 [2021-03-31T03:26:36.120Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T03:26:36.120Z] ---> Using cache [2021-03-31T03:26:36.120Z] ---> 52cb6964f007 [2021-03-31T03:26:36.120Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:26:36.120Z] ---> Using cache [2021-03-31T03:26:36.120Z] ---> 234f52245353 [2021-03-31T03:26:36.120Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-31T03:26:36.392Z] ---> Running in a789408be228 [2021-03-31T03:26:36.673Z] ---> Running in 84f4b5bc3055 [2021-03-31T03:26:36.673Z] Removing intermediate container 688c5dc67fc1 [2021-03-31T03:26:36.673Z] Removing intermediate container d586ed63b633 [2021-03-31T03:26:36.673Z] ---> e3be1c30bb19 [2021-03-31T03:26:36.673Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-31T03:26:36.673Z] ---> 638d20d1a90a [2021-03-31T03:26:36.673Z] Step 15/23 : WORKDIR / [2021-03-31T03:26:37.267Z] ---> Running in 7b6c732d1722 [2021-03-31T03:26:37.267Z] ---> Running in 1544679d6ae3 [2021-03-31T03:26:37.267Z] Removing intermediate container a789408be228 [2021-03-31T03:26:37.267Z] ---> 62198a2ddbe6 [2021-03-31T03:26:37.267Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T03:26:37.267Z] ---> b3d413fe3426 [2021-03-31T03:26:37.267Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-31T03:26:37.267Z] Removing intermediate container 84f4b5bc3055 [2021-03-31T03:26:37.267Z] ---> deafc2ef9b60 [2021-03-31T03:26:37.267Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T03:26:37.540Z] ---> Running in 8187090604aa [2021-03-31T03:26:37.540Z] ---> Running in b8c01e44e441 [2021-03-31T03:26:37.814Z] Removing intermediate container 7b6c732d1722 [2021-03-31T03:26:37.814Z] ---> c9211e261452 [2021-03-31T03:26:37.814Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T03:26:37.814Z] Removing intermediate container 1544679d6ae3 [2021-03-31T03:26:37.814Z] ---> 8655d2177883 [2021-03-31T03:26:37.814Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:26:38.091Z] ---> Running in e8a9acad2980 [2021-03-31T03:26:38.091Z] Removing intermediate container 8187090604aa [2021-03-31T03:26:38.091Z] ---> 985a2ebff7bb [2021-03-31T03:26:38.091Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:26:38.366Z] Removing intermediate container b8c01e44e441 [2021-03-31T03:26:38.366Z] ---> fcd10caf3f43 [2021-03-31T03:26:38.366Z] Step 15/23 : WORKDIR / [2021-03-31T03:26:38.366Z] ---> 201e6a346b36 [2021-03-31T03:26:38.366Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-31T03:26:38.366Z] ---> Running in 91c5069f4502 [2021-03-31T03:26:38.664Z] ---> Running in 186f37e83be6 [2021-03-31T03:26:38.664Z] Removing intermediate container e8a9acad2980 [2021-03-31T03:26:38.664Z] ---> 08a17fabdd1b [2021-03-31T03:26:38.664Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:26:38.981Z] ---> 717c14da5f51 [2021-03-31T03:26:38.981Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-31T03:26:39.263Z] ---> 2dde3f403118 [2021-03-31T03:26:39.263Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-31T03:26:39.263Z] Removing intermediate container 91c5069f4502 [2021-03-31T03:26:39.263Z] ---> e8ccabb1c135 [2021-03-31T03:26:39.263Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:26:40.757Z] ---> dcc3d830146e [2021-03-31T03:26:40.757Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-31T03:26:41.357Z] ---> d9457469caa9 [2021-03-31T03:26:41.357Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-31T03:26:41.357Z] ---> 6ce57e5a7687 [2021-03-31T03:26:41.357Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-31T03:26:41.632Z] ---> 7e94b4cd4e2a [2021-03-31T03:26:41.632Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-31T03:26:42.623Z] Removing intermediate container 186f37e83be6 [2021-03-31T03:26:42.623Z] ---> 177a4f1070a3 [2021-03-31T03:26:42.623Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-31T03:26:42.907Z] ---> 5ee461a91dde [2021-03-31T03:26:42.907Z] ---> 46fb412af5b3 [2021-03-31T03:26:42.907Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-31T03:26:42.907Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-31T03:26:42.907Z] ---> 29bb9314f3fd [2021-03-31T03:26:42.907Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-31T03:26:42.907Z] ---> Running in 68e5c745e0bb [2021-03-31T03:26:42.907Z] ---> Running in 5de9bd474aae [2021-03-31T03:26:42.907Z] ---> a6101e611182 [2021-03-31T03:26:42.907Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-31T03:26:43.185Z] ---> Running in 363af1ecfa42 [2021-03-31T03:26:43.787Z] Removing intermediate container 68e5c745e0bb [2021-03-31T03:26:43.787Z] ---> a05c77485e43 [2021-03-31T03:26:43.787Z] Step 22/24 : LABEL arch=arm64 [2021-03-31T03:26:43.787Z] Removing intermediate container 5de9bd474aae [2021-03-31T03:26:43.787Z] ---> 3c34df7e6f0b [2021-03-31T03:26:43.787Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:26:43.787Z] ---> Running in c66fbe369eb9 [2021-03-31T03:26:43.787Z] Removing intermediate container 363af1ecfa42 [2021-03-31T03:26:43.787Z] ---> 370f603d6a89 [2021-03-31T03:26:43.787Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:26:44.064Z] ---> Running in 7fa099228d02 [2021-03-31T03:26:44.064Z] ---> 669cc5309b97 [2021-03-31T03:26:44.064Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-31T03:26:44.064Z] ---> 6acc978956e6 [2021-03-31T03:26:44.064Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-31T03:26:44.064Z] ---> Running in ebc354540e64 [2021-03-31T03:26:44.346Z] ---> Running in 9ddbf2fb73ba [2021-03-31T03:26:44.346Z] ---> Running in c6a54f535bb8 [2021-03-31T03:26:44.619Z] Removing intermediate container c66fbe369eb9 [2021-03-31T03:26:44.619Z] ---> 72252acd17be [2021-03-31T03:26:44.619Z] Step 23/24 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 [2021-03-31T03:26:44.619Z] Removing intermediate container 7fa099228d02 [2021-03-31T03:26:44.619Z] ---> d608e10c0c83 [2021-03-31T03:26:44.619Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T03:26:44.891Z] ---> Running in b7e6ca55896e [2021-03-31T03:26:44.891Z] Removing intermediate container ebc354540e64 [2021-03-31T03:26:44.891Z] ---> 9d546db1b75a [2021-03-31T03:26:44.891Z] Step 20/22 : LABEL arch=arm64 [2021-03-31T03:26:44.891Z] ---> Running in 5c98b3495dc0 [2021-03-31T03:26:44.891Z] Removing intermediate container c6a54f535bb8 [2021-03-31T03:26:44.891Z] ---> 7f96e7edd55a [2021-03-31T03:26:44.891Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:26:45.163Z] ---> Running in e1199dba41f4 [2021-03-31T03:26:45.163Z] Removing intermediate container 9ddbf2fb73ba [2021-03-31T03:26:45.163Z] ---> 06aca328b82f [2021-03-31T03:26:45.163Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:26:45.163Z] ---> Running in 6c1e7b87b815 [2021-03-31T03:26:45.445Z] ---> Running in a02e276df57c [2021-03-31T03:26:45.445Z] Removing intermediate container b7e6ca55896e [2021-03-31T03:26:45.445Z] ---> 95471b6f286c [2021-03-31T03:26:45.445Z] Step 24/24 : LABEL version=0.0.0 [2021-03-31T03:26:45.445Z] Removing intermediate container 5c98b3495dc0 [2021-03-31T03:26:45.445Z] ---> 4641ad441277 [2021-03-31T03:26:45.445Z] Step 22/23 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 [2021-03-31T03:26:45.712Z] ---> Running in ca3cd3882584 [2021-03-31T03:26:45.712Z] ---> Running in 4cb9949e850e [2021-03-31T03:26:45.712Z] Removing intermediate container e1199dba41f4 [2021-03-31T03:26:45.712Z] ---> ceebd4322b00 [2021-03-31T03:26:45.712Z] Step 21/22 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 [2021-03-31T03:26:45.712Z] Removing intermediate container 6c1e7b87b815 [2021-03-31T03:26:45.712Z] ---> cc39f851c4db [2021-03-31T03:26:45.712Z] Step 20/22 : LABEL arch=arm64 [2021-03-31T03:26:45.985Z] ---> Running in dbe5e2336e6f [2021-03-31T03:26:45.985Z] Removing intermediate container a02e276df57c [2021-03-31T03:26:45.985Z] ---> d168a0ad6d1f [2021-03-31T03:26:45.985Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T03:26:45.985Z] ---> Running in 770cf2891453 [2021-03-31T03:26:45.987Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-31T03:26:45.987Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-31T03:26:45.987Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-31T03:26:45.987Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-31T03:26:45.987Z] Building config-common [2021-03-31T03:26:45.987Z] + snapcraftctl build [2021-03-31T03:26:46.263Z] Removing intermediate container ca3cd3882584 [2021-03-31T03:26:46.263Z] ---> c51bdb9b4254 [2021-03-31T03:26:46.263Z] [2021-03-31T03:26:46.263Z] ---> Running in e4bc8be05719 [2021-03-31T03:26:46.263Z] Removing intermediate container 4cb9949e850e [2021-03-31T03:26:46.263Z] ---> 79f372356afc [2021-03-31T03:26:46.263Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T03:26:46.536Z] Removing intermediate container dbe5e2336e6f [2021-03-31T03:26:46.536Z] ---> 0356131ca6be [2021-03-31T03:26:46.536Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T03:26:46.536Z] Successfully built c51bdb9b4254 [2021-03-31T03:26:46.536Z] Removing intermediate container 770cf2891453 [2021-03-31T03:26:46.536Z] ---> 9b70a0995630 [2021-03-31T03:26:46.536Z] Step 21/22 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 [2021-03-31T03:26:46.808Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-31T03:26:46.809Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-03-31T03:26:46.809Z] ---> Running in 44ededd8eaa9 [2021-03-31T03:26:46.809Z] ---> Running in 8e0b3064bc37 [2021-03-31T03:26:46.809Z] ---> Running in aadfa2f9e86d [2021-03-31T03:26:46.809Z] Removing intermediate container e4bc8be05719 [2021-03-31T03:26:46.809Z] ---> e113f8ab0ab0 [2021-03-31T03:26:46.809Z] Step 22/23 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 [2021-03-31T03:26:47.081Z] ---> Running in e3640c0b83ac [2021-03-31T03:26:47.356Z] Removing intermediate container 44ededd8eaa9 [2021-03-31T03:26:47.356Z] ---> 86b4f555e9bd [2021-03-31T03:26:47.356Z] [2021-03-31T03:26:47.627Z] Removing intermediate container aadfa2f9e86d [2021-03-31T03:26:47.627Z] ---> 0f178bbe5db7 [2021-03-31T03:26:47.627Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T03:26:47.627Z] Removing intermediate container 8e0b3064bc37 [2021-03-31T03:26:47.627Z] ---> 82eacea8e243 [2021-03-31T03:26:47.627Z] [2021-03-31T03:26:47.896Z] Building edgex-go [2021-03-31T03:26:47.896Z] + cd /root/parts/edgex-go/src [2021-03-31T03:26:47.896Z] + make build [2021-03-31T03:26:47.896Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T03:26:47.902Z] Successfully built 86b4f555e9bd [2021-03-31T03:26:47.902Z] Removing intermediate container e3640c0b83ac [2021-03-31T03:26:47.902Z] ---> 7e329bdba8e3 [2021-03-31T03:26:47.902Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T03:26:47.902Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-31T03:26:47.902Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-03-31T03:26:47.902Z] ---> Running in 7e54327949b9 [2021-03-31T03:26:48.174Z] Successfully built 82eacea8e243 [2021-03-31T03:26:48.174Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-31T03:26:48.174Z] Building docker-security-proxy-setup-go [2021-03-31T03:26:48.445Z]  Building docker-support-scheduler-go ... done  ---> Running in 717f88a76d42 [2021-03-31T03:26:48.445Z] Removing intermediate container 7e54327949b9 [2021-03-31T03:26:48.445Z] ---> eb3861107200 [2021-03-31T03:26:48.445Z] [2021-03-31T03:26:48.466Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 [2021-03-31T03:26:48.466Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-31T03:26:48.466Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-31T03:26:48.466Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-31T03:26:48.466Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-03-31T03:26:49.044Z] Successfully built eb3861107200 [2021-03-31T03:26:49.044Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-31T03:26:49.044Z] Removing intermediate container 717f88a76d42 [2021-03-31T03:26:49.044Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-03-31T03:26:49.044Z] ---> 6ccce195116e [2021-03-31T03:26:49.044Z] [2021-03-31T03:26:49.314Z] Successfully built 6ccce195116e [2021-03-31T03:26:49.314Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-31T03:26:52.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T03:26:52.672Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-31T03:26:57.952Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T03:26:59.334Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T03:27:00.716Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T03:27:01.288Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T03:27:01.288Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-31T03:27:01.549Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-31T03:27:01.549Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-31T03:27:01.549Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-31T03:27:03.464Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T03:27:03.464Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-31T03:27:03.464Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-31T03:27:05.382Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T03:27:06.321Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T03:27:07.702Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T03:27:08.641Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T03:27:08.641Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-31T03:27:10.025Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T03:27:10.025Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-31T03:27:11.938Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-31T03:27:11.938Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-31T03:27:11.938Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-31T03:27:11.938Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-31T03:27:11.938Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-31T03:27:11.938Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-31T03:27:11.938Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-31T03:27:11.938Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-31T03:27:11.938Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-31T03:27:11.938Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-31T03:27:11.938Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-31T03:27:11.938Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-31T03:27:11.938Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-31T03:27:11.938Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-31T03:27:11.938Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-31T03:27:11.938Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-31T03:27:11.938Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-31T03:27:11.938Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-31T03:27:11.938Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-31T03:27:11.938Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-31T03:27:11.938Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-31T03:27:11.938Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-31T03:27:11.938Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-31T03:27:11.938Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-31T03:27:11.939Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-31T03:27:11.939Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-31T03:27:15.393Z] Building static-packages [2021-03-31T03:27:15.393Z] + snapcraftctl build [2021-03-31T03:27:16.984Z] Building version [2021-03-31T03:27:16.984Z] + snapcraftctl build [2021-03-31T03:27:18.552Z] Skipping stage go-build-helper (already ran) [2021-03-31T03:27:18.552Z] Staging app-service-config [2021-03-31T03:27:18.552Z] + snapcraftctl stage [2021-03-31T03:27:19.666Z] Staging config-common [2021-03-31T03:27:19.666Z] + snapcraftctl stage [2021-03-31T03:27:20.771Z] Staging edgex-go [2021-03-31T03:27:20.771Z] + snapcraftctl stage [2021-03-31T03:27:21.743Z] Staging static-packages [2021-03-31T03:27:21.743Z] + snapcraftctl stage [2021-03-31T03:27:22.686Z] Staging version [2021-03-31T03:27:22.686Z] + snapcraftctl stage [2021-03-31T03:27:23.628Z] Priming go-build-helper [2021-03-31T03:27:23.628Z] + snapcraftctl prime [2021-03-31T03:27:24.568Z] Priming app-service-config [2021-03-31T03:27:24.569Z] + snapcraftctl prime [2021-03-31T03:27:25.509Z] Priming config-common [2021-03-31T03:27:25.509Z] + snapcraftctl prime [2021-03-31T03:27:26.473Z] Priming edgex-go [2021-03-31T03:27:26.473Z] + snapcraftctl prime [2021-03-31T03:27:27.855Z] Priming static-packages [2021-03-31T03:27:27.855Z] + snapcraftctl prime [2021-03-31T03:27:29.767Z] Priming version [2021-03-31T03:27:29.767Z] + snapcraftctl prime [2021-03-31T03:27:30.724Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-31T03:27:45.840Z]  Building docker-core-metadata-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:27:45.840Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:27:45.840Z] ---> aca7036dc92a [2021-03-31T03:27:45.840Z] Step 3/31 : WORKDIR /edgex-go [2021-03-31T03:27:45.840Z] ---> Using cache [2021-03-31T03:27:45.840Z] ---> 9a9efba7e4ac [2021-03-31T03:27:45.840Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:27:45.840Z] ---> Using cache [2021-03-31T03:27:45.840Z] ---> 73e8a8829435 [2021-03-31T03:27:45.840Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-31T03:27:45.840Z] ---> Using cache [2021-03-31T03:27:45.840Z] ---> 468302e53d2c [2021-03-31T03:27:45.840Z] Step 6/31 : COPY go.mod . [2021-03-31T03:27:45.840Z] ---> Using cache [2021-03-31T03:27:45.840Z] ---> 43fffd9a7a58 [2021-03-31T03:27:45.840Z] Step 7/31 : RUN go mod download [2021-03-31T03:27:45.840Z] ---> Using cache [2021-03-31T03:27:45.840Z] ---> ae7442b5b1d2 [2021-03-31T03:27:45.840Z] Step 8/31 : COPY . . [2021-03-31T03:27:45.840Z] ---> Using cache [2021-03-31T03:27:45.840Z] ---> 3787c0262cf3 [2021-03-31T03:27:45.840Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-31T03:27:45.840Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:27:45.840Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:27:45.840Z] ---> aca7036dc92a [2021-03-31T03:27:45.840Z] Step 3/26 : WORKDIR /edgex-go [2021-03-31T03:27:45.840Z] ---> Using cache [2021-03-31T03:27:45.840Z] ---> 9a9efba7e4ac [2021-03-31T03:27:45.840Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:27:45.840Z] ---> Using cache [2021-03-31T03:27:45.840Z] ---> 73e8a8829435 [2021-03-31T03:27:45.840Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-31T03:27:45.840Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:27:45.840Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:27:45.840Z] ---> aca7036dc92a [2021-03-31T03:27:45.840Z] Step 3/21 : WORKDIR /edgex-go [2021-03-31T03:27:45.840Z] ---> Using cache [2021-03-31T03:27:45.840Z] ---> 9a9efba7e4ac [2021-03-31T03:27:45.840Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:27:45.840Z] ---> Using cache [2021-03-31T03:27:45.840Z] ---> 73e8a8829435 [2021-03-31T03:27:45.840Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-31T03:27:45.840Z] ---> Using cache [2021-03-31T03:27:45.840Z] ---> 468302e53d2c [2021-03-31T03:27:45.840Z] Step 6/21 : COPY go.mod . [2021-03-31T03:27:45.840Z] ---> Using cache [2021-03-31T03:27:45.840Z] ---> 43fffd9a7a58 [2021-03-31T03:27:45.840Z] Step 7/21 : RUN go mod download [2021-03-31T03:27:45.840Z] ---> Using cache [2021-03-31T03:27:45.840Z] ---> ae7442b5b1d2 [2021-03-31T03:27:45.840Z] Step 8/21 : COPY . . [2021-03-31T03:27:45.840Z] ---> Using cache [2021-03-31T03:27:45.840Z] ---> 3787c0262cf3 [2021-03-31T03:27:45.840Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-31T03:27:45.840Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:27:45.840Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:27:45.840Z] ---> aca7036dc92a [2021-03-31T03:27:45.840Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T03:27:45.840Z] ---> Using cache [2021-03-31T03:27:45.840Z] ---> 9a9efba7e4ac [2021-03-31T03:27:45.840Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:27:45.840Z] ---> Using cache [2021-03-31T03:27:45.840Z] ---> 73e8a8829435 [2021-03-31T03:27:45.840Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-31T03:27:47.276Z] ---> Running in 13b71323c581 [2021-03-31T03:27:47.276Z] ---> Running in 42158b49caf2 [2021-03-31T03:27:47.276Z] ---> Running in 353b4ecc5818 [2021-03-31T03:27:47.276Z] ---> Running in 1f5801ad122d [2021-03-31T03:27:49.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:27:49.894Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T03:27:49.894Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T03:27:49.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:27:50.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:27:50.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:27:51.052Z] OK: 217 MiB in 51 packages [2021-03-31T03:27:51.328Z] OK: 217 MiB in 51 packages [2021-03-31T03:27:52.795Z] Removing intermediate container 353b4ecc5818 [2021-03-31T03:27:52.795Z] ---> e27d4df9340e [2021-03-31T03:27:52.795Z] Step 6/26 : COPY go.mod . [2021-03-31T03:27:53.073Z] Removing intermediate container 13b71323c581 [2021-03-31T03:27:53.073Z] ---> 9b6bbcd0ac60 [2021-03-31T03:27:53.073Z] Step 6/23 : COPY go.mod . [2021-03-31T03:27:54.064Z] ---> cc934ce835fb [2021-03-31T03:27:54.064Z] Step 7/26 : RUN go mod download [2021-03-31T03:27:54.342Z] ---> Running in 4e88f601db56 [2021-03-31T03:27:54.342Z] ---> 6bd0b42b95ff [2021-03-31T03:27:54.342Z] Step 7/23 : RUN go mod download [2021-03-31T03:27:54.619Z] ---> Running in 46b3dad317fb [2021-03-31T03:27:58.950Z] Removing intermediate container 46b3dad317fb [2021-03-31T03:27:58.950Z] ---> cd20360dc944 [2021-03-31T03:27:58.950Z] Step 8/23 : COPY . . [2021-03-31T03:27:59.556Z] Removing intermediate container 4e88f601db56 [2021-03-31T03:27:59.556Z] ---> 5c37bb1232b7 [2021-03-31T03:27:59.556Z] Step 8/26 : COPY . . [2021-03-31T03:28:31.949Z] ---> 8350f620fef5 [2021-03-31T03:28:31.949Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-31T03:28:31.949Z] ---> 07b53a7cdfaf [2021-03-31T03:28:31.949Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-31T03:28:31.949Z] ---> Running in 8d376413db95 [2021-03-31T03:28:31.949Z] ---> Running in 57f48f7e57e6 [2021-03-31T03:28:32.946Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T03:28:32.946Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T03:28:48.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T03:29:00.567Z] Removing intermediate container 1f5801ad122d [2021-03-31T03:29:00.567Z] ---> f8d8783f4530 [2021-03-31T03:29:00.567Z] [2021-03-31T03:29:00.567Z] Step 10/31 : FROM alpine:3.12 [2021-03-31T03:29:00.567Z] ---> e47305ac9786 [2021-03-31T03:29:00.567Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-31T03:29:00.567Z] ---> Running in 2268f1da1b56 [2021-03-31T03:29:00.875Z] Removing intermediate container 2268f1da1b56 [2021-03-31T03:29:00.875Z] ---> 4fec59dfc02b [2021-03-31T03:29:00.875Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-31T03:29:01.160Z] ---> Running in c653448c85b9 [2021-03-31T03:29:03.817Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:29:03.817Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:29:04.095Z] Removing intermediate container 42158b49caf2 [2021-03-31T03:29:04.095Z] ---> c0516fcb133b [2021-03-31T03:29:04.095Z] [2021-03-31T03:29:04.095Z] Step 10/21 : FROM alpine:3.12 [2021-03-31T03:29:04.095Z] ---> e47305ac9786 [2021-03-31T03:29:04.095Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-31T03:29:04.383Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-31T03:29:04.383Z] (2/2) Installing su-exec (0.2-r1) [2021-03-31T03:29:04.383Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:29:04.383Z] ---> Running in a53b9b26bb39 [2021-03-31T03:29:04.383Z] OK: 5 MiB in 16 packages [2021-03-31T03:29:06.390Z] Removing intermediate container c653448c85b9 [2021-03-31T03:29:06.390Z] ---> bac167e9f9ae [2021-03-31T03:29:06.390Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-31T03:29:06.669Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:29:06.669Z] ---> Running in d6b5d058af35 [2021-03-31T03:29:06.945Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:29:07.225Z] Removing intermediate container d6b5d058af35 [2021-03-31T03:29:07.225Z] ---> 5f94c33e85e1 [2021-03-31T03:29:07.225Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-31T03:29:07.503Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-31T03:29:07.503Z] ---> Running in 1d225b2045c3 [2021-03-31T03:29:07.503Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T03:29:07.503Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-31T03:29:07.503Z] (4/4) Installing curl (7.69.1-r3) [2021-03-31T03:29:07.503Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:29:07.503Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T03:29:08.113Z] OK: 7 MiB in 18 packages [2021-03-31T03:29:08.113Z] Removing intermediate container 1d225b2045c3 [2021-03-31T03:29:08.113Z] ---> 09495b6c8851 [2021-03-31T03:29:08.113Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-31T03:29:08.389Z] ---> Running in 05903b90e24a [2021-03-31T03:29:11.037Z] Removing intermediate container a53b9b26bb39 [2021-03-31T03:29:11.037Z] ---> adefb318b573 [2021-03-31T03:29:11.037Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T03:29:11.037Z] ---> Running in 9f355034d67f [2021-03-31T03:29:11.639Z] Removing intermediate container 9f355034d67f [2021-03-31T03:29:11.639Z] ---> 75f253fe5a02 [2021-03-31T03:29:11.639Z] Step 13/21 : WORKDIR /edgex [2021-03-31T03:29:11.920Z] ---> Running in 9e506b711f86 [2021-03-31T03:29:12.327Z] Removing intermediate container 05903b90e24a [2021-03-31T03:29:12.327Z] ---> 019be46407ae [2021-03-31T03:29:12.327Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-31T03:29:12.719Z] ---> Running in cfb1a166eb19 [2021-03-31T03:29:13.049Z] Removing intermediate container 9e506b711f86 [2021-03-31T03:29:13.049Z] ---> 687d22e6cc56 [2021-03-31T03:29:13.049Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-31T03:29:13.375Z] Removing intermediate container cfb1a166eb19 [2021-03-31T03:29:13.375Z] ---> 735b72ccb218 [2021-03-31T03:29:13.375Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-31T03:29:14.930Z] ---> d0fc12035692 [2021-03-31T03:29:14.930Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-31T03:29:14.930Z] ---> 332424e3277c [2021-03-31T03:29:14.930Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-31T03:29:15.232Z] ---> Running in 136241886bd7 [2021-03-31T03:29:16.720Z] ---> dfe27f8947ef [2021-03-31T03:29:16.720Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-31T03:29:18.696Z] ---> f2968652764f [2021-03-31T03:29:18.696Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-31T03:29:18.970Z] Removing intermediate container 136241886bd7 [2021-03-31T03:29:18.970Z] ---> 6a9b39cd722f [2021-03-31T03:29:18.970Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:29:18.970Z] ---> Running in cf7c1c699034 [2021-03-31T03:29:19.956Z] Removing intermediate container cf7c1c699034 [2021-03-31T03:29:19.956Z] ---> 5fdbf8d50ca6 [2021-03-31T03:29:19.956Z] Step 18/21 : CMD ["--init=true"] [2021-03-31T03:29:19.956Z] ---> Running in 8912fa017b5c [2021-03-31T03:29:20.232Z] ---> 325f89de75e6 [2021-03-31T03:29:20.232Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-31T03:29:20.504Z] Removing intermediate container 8912fa017b5c [2021-03-31T03:29:20.504Z] ---> 3878724e07d6 [2021-03-31T03:29:20.504Z] Step 19/21 : LABEL arch=arm64 [2021-03-31T03:29:20.789Z] ---> Running in 4760df7a2a92 [2021-03-31T03:29:21.771Z] Removing intermediate container 4760df7a2a92 [2021-03-31T03:29:21.771Z] ---> b54c7cab72c9 [2021-03-31T03:29:21.772Z] Step 20/21 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 [2021-03-31T03:29:22.049Z] ---> Running in 5581ea064902 [2021-03-31T03:29:22.049Z] ---> 63ae6f6528c8 [2021-03-31T03:29:22.049Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-31T03:29:23.039Z] Removing intermediate container 5581ea064902 [2021-03-31T03:29:23.039Z] ---> c4609b75aaec [2021-03-31T03:29:23.039Z] Step 21/21 : LABEL version=0.0.0 [2021-03-31T03:29:23.039Z] ---> Running in 03424be075cd [2021-03-31T03:29:23.314Z] ---> 73e343cf019b [2021-03-31T03:29:23.314Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-31T03:29:23.926Z] Removing intermediate container 03424be075cd [2021-03-31T03:29:23.926Z] ---> 31444cd16217 [2021-03-31T03:29:23.926Z] [2021-03-31T03:29:24.531Z] Successfully built 31444cd16217 [2021-03-31T03:29:24.531Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-31T03:29:24.531Z]  Building docker-security-proxy-setup-go ... done  ---> 1c3ddee78dff [2021-03-31T03:29:24.531Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-31T03:29:26.006Z] ---> 030bd63ae201 [2021-03-31T03:29:26.006Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-31T03:29:26.289Z] ---> Running in 9c6490cdb1f8 [2021-03-31T03:29:27.283Z] Removing intermediate container 9c6490cdb1f8 [2021-03-31T03:29:27.283Z] ---> e34ec51d354a [2021-03-31T03:29:27.283Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-31T03:29:28.270Z] ---> b02ac98b36ab [2021-03-31T03:29:28.270Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-31T03:29:28.545Z] ---> Running in 8634d06e6e68 [2021-03-31T03:29:31.985Z] Removing intermediate container 8634d06e6e68 [2021-03-31T03:29:31.985Z] ---> ed15bebe7f68 [2021-03-31T03:29:31.985Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-31T03:29:32.601Z] ---> Running in 041f77bd99fe [2021-03-31T03:29:33.208Z] Removing intermediate container 041f77bd99fe [2021-03-31T03:29:33.208Z] ---> f6eff20009f1 [2021-03-31T03:29:33.208Z] Step 28/31 : CMD ["gate"] [2021-03-31T03:29:33.483Z] ---> Running in 36a053ee509a [2021-03-31T03:29:34.083Z] Removing intermediate container 36a053ee509a [2021-03-31T03:29:34.083Z] ---> 5022513eb121 [2021-03-31T03:29:34.083Z] Step 29/31 : LABEL arch=arm64 [2021-03-31T03:29:35.067Z] ---> Running in 20835b9d9d79 [2021-03-31T03:29:35.663Z] Removing intermediate container 20835b9d9d79 [2021-03-31T03:29:35.663Z] ---> 8e1a917224cd [2021-03-31T03:29:35.663Z] Step 30/31 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 [2021-03-31T03:29:35.940Z] ---> Running in 9fa4615c324a [2021-03-31T03:29:36.540Z] Removing intermediate container 9fa4615c324a [2021-03-31T03:29:36.812Z] ---> df17ecf4957a [2021-03-31T03:29:36.812Z] Step 31/31 : LABEL version=0.0.0 [2021-03-31T03:29:37.091Z] ---> Running in 2d795dacc74e [2021-03-31T03:29:37.690Z] Removing intermediate container 2d795dacc74e [2021-03-31T03:29:37.690Z] ---> 1a91927a2bd3 [2021-03-31T03:29:37.690Z] [2021-03-31T03:29:38.289Z] Successfully built 1a91927a2bd3 [2021-03-31T03:29:38.289Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-31T03:29:46.592Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 57f48f7e57e6 [2021-03-31T03:29:46.592Z] ---> 7e008030766f [2021-03-31T03:29:46.592Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-31T03:29:46.592Z] ---> Running in 41c53b84fa4e [2021-03-31T03:29:46.868Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T03:29:50.251Z] Removing intermediate container 41c53b84fa4e [2021-03-31T03:29:50.251Z] ---> 7bafdef2fdfa [2021-03-31T03:29:50.251Z] [2021-03-31T03:29:50.251Z] Step 11/26 : FROM docker:20.10.0 [2021-03-31T03:29:50.251Z] 20.10.0: Pulling from library/docker [2021-03-31T03:30:00.392Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-31T03:30:00.392Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-31T03:30:00.392Z] ---> eeaf43b92773 [2021-03-31T03:30:00.392Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-31T03:30:00.392Z] Removing intermediate container 8d376413db95 [2021-03-31T03:30:00.392Z] ---> 09da9d2e2907 [2021-03-31T03:30:00.392Z] [2021-03-31T03:30:00.392Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T03:30:00.392Z] ---> e47305ac9786 [2021-03-31T03:30:00.392Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-31T03:30:00.392Z] ---> Running in a05a5e7c9553 [2021-03-31T03:30:00.392Z] ---> Running in 5e8cdd885153 [2021-03-31T03:30:00.392Z] Removing intermediate container 5e8cdd885153 [2021-03-31T03:30:00.392Z] ---> ac204b455140 [2021-03-31T03:30:00.392Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-31T03:30:00.392Z] ---> Running in 4098233a3d69 [2021-03-31T03:30:00.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:30:00.392Z] Removing intermediate container 4098233a3d69 [2021-03-31T03:30:00.392Z] ---> 46ff045f19fc [2021-03-31T03:30:00.392Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-31T03:30:00.663Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:30:00.663Z] ---> Running in 27be69f97563 [2021-03-31T03:30:00.937Z] Removing intermediate container 27be69f97563 [2021-03-31T03:30:00.937Z] ---> 14207a4d5faf [2021-03-31T03:30:00.937Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:30:01.214Z] ---> Running in 866d6dffdb0d [2021-03-31T03:30:01.214Z] (1/2) Installing readline (8.0.4-r0) [2021-03-31T03:30:01.214Z] (2/2) Installing bash (5.0.17-r0) [2021-03-31T03:30:01.214Z] Executing bash-5.0.17-r0.post-install [2021-03-31T03:30:01.214Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:30:01.214Z] OK: 12 MiB in 22 packages [2021-03-31T03:30:02.659Z] Removing intermediate container a05a5e7c9553 [2021-03-31T03:30:02.659Z] ---> 7879d1ddf3b9 [2021-03-31T03:30:02.659Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-31T03:30:02.934Z] ---> Running in 2d5c282eba18 [2021-03-31T03:30:03.204Z] Removing intermediate container 2d5c282eba18 [2021-03-31T03:30:03.204Z] ---> 6628d5d4d4c0 [2021-03-31T03:30:03.204Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-31T03:30:03.478Z] ---> Running in 0f1bce25adb2 [2021-03-31T03:30:03.478Z] Removing intermediate container 866d6dffdb0d [2021-03-31T03:30:03.478Z] ---> 2d8bd263926a [2021-03-31T03:30:03.478Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-31T03:30:03.757Z] ---> Running in 8e53198096d4 [2021-03-31T03:30:04.031Z] Removing intermediate container 0f1bce25adb2 [2021-03-31T03:30:04.031Z] ---> 780ac7132bfa [2021-03-31T03:30:04.031Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-31T03:30:04.031Z] ---> Running in 141b4117f1b8 [2021-03-31T03:30:04.627Z] Removing intermediate container 141b4117f1b8 [2021-03-31T03:30:04.627Z] ---> e2ddafd73c3a [2021-03-31T03:30:04.627Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-31T03:30:04.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:30:05.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:30:05.764Z] ---> 9336816ca23b [2021-03-31T03:30:05.764Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-31T03:30:06.358Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-31T03:30:06.358Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-31T03:30:06.358Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-31T03:30:06.629Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-31T03:30:06.629Z] ---> 2fef58d4a342 [2021-03-31T03:30:06.629Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-31T03:30:06.629Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T03:30:06.901Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-31T03:30:06.901Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:30:06.901Z] OK: 8 MiB in 20 packages [2021-03-31T03:30:07.505Z] ---> c53d2fbe956d [2021-03-31T03:30:07.505Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-31T03:30:07.781Z] ---> Running in 09089da0e829 [2021-03-31T03:30:08.377Z] Removing intermediate container 8e53198096d4 [2021-03-31T03:30:08.377Z] ---> 8516d95ce719 [2021-03-31T03:30:08.377Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:30:08.977Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:30:08.977Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:30:09.252Z] ---> a178fd7db763 [2021-03-31T03:30:09.252Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-31T03:30:09.527Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-31T03:30:09.527Z] (2/33) Installing expat (2.2.9-r1) [2021-03-31T03:30:09.527Z] (3/33) Installing libffi (3.3-r2) [2021-03-31T03:30:09.527Z] (4/33) Installing gdbm (1.13-r1) [2021-03-31T03:30:09.801Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-31T03:30:09.801Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-31T03:30:09.801Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-31T03:30:11.231Z] ---> 53a0dcce8d69 [2021-03-31T03:30:11.231Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-31T03:30:11.508Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-31T03:30:11.508Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-31T03:30:11.508Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-31T03:30:11.508Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-31T03:30:11.508Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-31T03:30:11.508Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-31T03:30:11.781Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-31T03:30:11.781Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-31T03:30:11.781Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-31T03:30:11.781Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-31T03:30:11.781Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-31T03:30:11.781Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-31T03:30:11.781Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-31T03:30:11.781Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-31T03:30:12.051Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-31T03:30:12.051Z] ---> 4697ce02a97c [2021-03-31T03:30:12.051Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-31T03:30:12.051Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-31T03:30:12.051Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-31T03:30:12.051Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-31T03:30:12.051Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-31T03:30:12.051Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-31T03:30:12.051Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-31T03:30:12.328Z] ---> Running in 9d86f3410260 [2021-03-31T03:30:12.328Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-31T03:30:12.328Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-31T03:30:12.328Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-31T03:30:12.328Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-31T03:30:12.328Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-31T03:30:12.328Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:30:12.328Z] OK: 71 MiB in 55 packages [2021-03-31T03:30:12.603Z] Removing intermediate container 9d86f3410260 [2021-03-31T03:30:12.603Z] ---> 034b4ddfea31 [2021-03-31T03:30:12.603Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:30:12.877Z] ---> Running in b14140995c82 [2021-03-31T03:30:13.473Z] Removing intermediate container b14140995c82 [2021-03-31T03:30:13.473Z] ---> 6d69e45146e5 [2021-03-31T03:30:13.473Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T03:30:13.473Z] ---> Running in 3710e05ed215 [2021-03-31T03:30:14.449Z] Removing intermediate container 3710e05ed215 [2021-03-31T03:30:14.449Z] ---> dd542a03caf6 [2021-03-31T03:30:14.449Z] Step 22/23 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 [2021-03-31T03:30:14.449Z] ---> Running in 26f9c7373cdb [2021-03-31T03:30:15.050Z] Removing intermediate container 26f9c7373cdb [2021-03-31T03:30:15.050Z] ---> dd9849b37829 [2021-03-31T03:30:15.050Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T03:30:15.050Z] ---> Running in 60cd42131ea6 [2021-03-31T03:30:15.652Z] Removing intermediate container 60cd42131ea6 [2021-03-31T03:30:15.652Z] ---> e754aed6e47f [2021-03-31T03:30:15.652Z] [2021-03-31T03:30:16.247Z] Successfully built e754aed6e47f [2021-03-31T03:30:16.248Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-31T03:30:18.216Z]  Building docker-core-data-go ... done Removing intermediate container 09089da0e829 [2021-03-31T03:30:18.216Z] ---> 0a7f2870ee63 [2021-03-31T03:30:18.216Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-31T03:30:18.216Z] ---> Running in 5c83bdb315dd [2021-03-31T03:30:23.658Z] Collecting docker-compose==1.23.2 [2021-03-31T03:30:23.658Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-31T03:30:23.658Z] Collecting docopt<0.7,>=0.6.1 [2021-03-31T03:30:23.658Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-31T03:30:25.629Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-31T03:30:25.629Z] Collecting jsonschema<3,>=2.5.1 [2021-03-31T03:30:25.629Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-31T03:30:26.221Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-31T03:30:26.222Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-31T03:30:27.193Z] Collecting docker<4.0,>=3.6.0 [2021-03-31T03:30:27.193Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-31T03:30:27.463Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-31T03:30:27.463Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-31T03:30:29.423Z] Collecting texttable<0.10,>=0.9.0 [2021-03-31T03:30:29.423Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-31T03:30:32.023Z] Collecting PyYAML<4,>=3.10 [2021-03-31T03:30:32.023Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-31T03:30:35.386Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-31T03:30:35.386Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-31T03:30:35.656Z] Collecting cached-property<2,>=1.2.0 [2021-03-31T03:30:35.656Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-31T03:30:35.927Z] Collecting docker-pycreds>=0.4.0 [2021-03-31T03:30:35.927Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-31T03:30:36.214Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-31T03:30:36.214Z] Collecting idna<2.8,>=2.5 [2021-03-31T03:30:36.214Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-31T03:30:36.483Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-31T03:30:36.753Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-31T03:30:37.022Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-31T03:30:37.022Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-31T03:30:37.022Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-31T03:30:37.022Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-31T03:30:37.022Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-31T03:30:37.990Z] Installing collected packages: docopt, jsonschema, websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, texttable, PyYAML, cached-property, docker-compose [2021-03-31T03:30:37.990Z] Running setup.py install for docopt: started [2021-03-31T03:30:39.408Z] Running setup.py install for docopt: finished with status 'done' [2021-03-31T03:30:40.378Z] Attempting uninstall: idna [2021-03-31T03:30:40.378Z] Found existing installation: idna 2.9 [2021-03-31T03:30:40.378Z] Uninstalling idna-2.9: [2021-03-31T03:30:40.378Z] Successfully uninstalled idna-2.9 [2021-03-31T03:30:40.967Z] Attempting uninstall: urllib3 [2021-03-31T03:30:40.967Z] Found existing installation: urllib3 1.25.9 [2021-03-31T03:30:40.967Z] Uninstalling urllib3-1.25.9: [2021-03-31T03:30:41.236Z] Successfully uninstalled urllib3-1.25.9 [2021-03-31T03:30:41.505Z] Attempting uninstall: requests [2021-03-31T03:30:41.505Z] Found existing installation: requests 2.23.0 [2021-03-31T03:30:41.505Z] Uninstalling requests-2.23.0: [2021-03-31T03:30:41.775Z] Successfully uninstalled requests-2.23.0 [2021-03-31T03:30:42.748Z] Running setup.py install for dockerpty: started [2021-03-31T03:30:44.711Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-31T03:30:44.711Z] Running setup.py install for texttable: started [2021-03-31T03:30:46.132Z] Running setup.py install for texttable: finished with status 'done' [2021-03-31T03:30:46.132Z] Running setup.py install for PyYAML: started [2021-03-31T03:30:48.098Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-31T03:30:49.067Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-31T03:30:52.436Z] Removing intermediate container 5c83bdb315dd [2021-03-31T03:30:52.436Z] ---> 2cab49229b55 [2021-03-31T03:30:52.436Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-31T03:30:52.710Z] ---> Running in 7ef8984dd0d0 [2021-03-31T03:30:53.687Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:30:53.958Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:30:54.545Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T03:30:54.545Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-31T03:30:54.545Z] (3/3) Installing curl (7.69.1-r3) [2021-03-31T03:30:54.545Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:30:54.545Z] OK: 72 MiB in 58 packages [2021-03-31T03:30:55.971Z] Removing intermediate container 7ef8984dd0d0 [2021-03-31T03:30:55.971Z] ---> 0cdca1d8a89c [2021-03-31T03:30:55.971Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-31T03:30:55.971Z] ---> Running in 66c35cb35e29 [2021-03-31T03:30:56.562Z] Removing intermediate container 66c35cb35e29 [2021-03-31T03:30:56.562Z] ---> 4787df9bf634 [2021-03-31T03:30:56.562Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:30:56.562Z] ---> Running in dd793d1c808f [2021-03-31T03:30:57.156Z] Removing intermediate container dd793d1c808f [2021-03-31T03:30:57.156Z] ---> 94a766025c66 [2021-03-31T03:30:57.156Z] Step 24/26 : LABEL arch=arm64 [2021-03-31T03:30:57.156Z] ---> Running in 567b735b7eca [2021-03-31T03:30:57.750Z] Removing intermediate container 567b735b7eca [2021-03-31T03:30:57.750Z] ---> 2b5ded3813af [2021-03-31T03:30:57.750Z] Step 25/26 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 [2021-03-31T03:30:57.750Z] ---> Running in f8770c8a9d62 [2021-03-31T03:30:58.341Z] Removing intermediate container f8770c8a9d62 [2021-03-31T03:30:58.341Z] ---> 2fa187e1fc12 [2021-03-31T03:30:58.341Z] Step 26/26 : LABEL version=0.0.0 [2021-03-31T03:30:58.341Z] ---> Running in 8f3374ec40e6 [2021-03-31T03:30:58.932Z] Removing intermediate container 8f3374ec40e6 [2021-03-31T03:30:58.932Z] ---> b77e4bae403c [2021-03-31T03:30:58.932Z] [2021-03-31T03:30:59.202Z] Successfully built b77e4bae403c [2021-03-31T03:30:59.202Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-31T03:30:59.486Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-31T03:30:59.481Z] $ docker stop --time=1 e7b49e680fe7d828cf7a538d52c2869ee9ffee66984b5e0f1eaf1387e79c5432 [2021-03-31T03:31:01.376Z] $ docker rm -f e7b49e680fe7d828cf7a538d52c2869ee9ffee66984b5e0f1eaf1387e79c5432 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T03:31:02.135Z] + + docker images [2021-03-31T03:31:02.135Z] grep docker [2021-03-31T03:31:02.405Z] docker-sys-mgmt-agent-go-arm64 latest b77e4bae403c 4 seconds ago 301MB [2021-03-31T03:31:02.405Z] docker-core-data-go-arm64 latest e754aed6e47f 47 seconds ago 21.4MB [2021-03-31T03:31:02.405Z] docker-security-bootstrapper-go-arm64 latest 1a91927a2bd3 About a minute ago 17.9MB [2021-03-31T03:31:02.405Z] docker-security-proxy-setup-go-arm64 latest 31444cd16217 About a minute ago 24.1MB [2021-03-31T03:31:02.405Z] docker-core-metadata-go-arm64 latest 6ccce195116e 4 minutes ago 17.9MB [2021-03-31T03:31:02.405Z] docker-support-notifications-go-arm64 latest eb3861107200 4 minutes ago 16.9MB [2021-03-31T03:31:02.405Z] docker-core-command-go-arm64 latest 86b4f555e9bd 4 minutes ago 16.3MB [2021-03-31T03:31:02.405Z] docker-support-scheduler-go-arm64 latest 82eacea8e243 4 minutes ago 16.4MB [2021-03-31T03:31:02.405Z] docker-security-secretstore-setup-go-arm64 latest c51bdb9b4254 4 minutes ago 24.4MB [2021-03-31T03:31:02.405Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:31:03.355Z] ---> job-cost.sh [2021-03-31T03:31:03.355Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0bFc [2021-03-31T03:31:42.409Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-31T03:33:19.157Z] lf-activate-venv(): INFO: Adding /tmp/venv-0bFc/bin to PATH [2021-03-31T03:33:19.157Z] INFO: No Stack... [2021-03-31T03:33:19.157Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-31T03:33:19.157Z] INFO: Archiving Costs [Pipeline] sh [2021-03-31T03:33:19.489Z] + cat /w/workspace/edgex-go/3/archives/cost.csv [2021-03-31T03:33:19.489Z] + cut -d, -f6 [Pipeline] lock [2021-03-31T03:33:19.621Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3319-3-stack-cost] [2021-03-31T03:33:19.630Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3319-3-stack-cost] did not exist. Created. [2021-03-31T03:33:19.630Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3319-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-31T03:33:20.052Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-31T03:33:20.310Z] Stashed 1 file(s) [Pipeline] } [2021-03-31T03:33:20.323Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3319-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-31T03:33:21.698Z] provisioning config files... [2021-03-31T03:33:21.710Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config3253203960555956305tmp [Pipeline] { [Pipeline] sh [2021-03-31T03:33:22.089Z] + set +x [2021-03-31T03:33:22.089Z] + curl -s https://codecov.io/bash [2021-03-31T03:33:22.089Z] + bash -s -- [2021-03-31T03:33:22.675Z] [2021-03-31T03:33:22.675Z] _____ _ [2021-03-31T03:33:22.675Z] / ____| | | [2021-03-31T03:33:22.675Z] | | ___ __| | ___ ___ _____ __ [2021-03-31T03:33:22.675Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-31T03:33:22.675Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-31T03:33:22.675Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-31T03:33:22.675Z] Bash-20210309-2b87ace [2021-03-31T03:33:22.675Z] [2021-03-31T03:33:22.675Z] [2021-03-31T03:33:22.675Z] ==> git version 2.24.3 found [2021-03-31T03:33:22.675Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-31T03:33:22.675Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-31T03:33:22.676Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-31T03:33:22.676Z] curl: option -sm: expected a proper numerical parameter [2021-03-31T03:33:22.676Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-03-31T03:33:22.676Z] ==> Jenkins CI detected. [2021-03-31T03:33:22.676Z] project root: . [2021-03-31T03:33:22.676Z] --> token set from env [2021-03-31T03:33:22.676Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-31T03:33:22.676Z] ==> Running gcov in . (disable via -X gcov) [2021-03-31T03:33:22.676Z] ==> Python coveragepy not found [2021-03-31T03:33:22.676Z] ==> Searching for coverage reports in: [2021-03-31T03:33:22.676Z] + . [2021-03-31T03:33:22.676Z] -> Found 1 reports [2021-03-31T03:33:22.676Z] ==> Detecting git/mercurial file structure [2021-03-31T03:33:22.676Z] ==> Reading reports [2021-03-31T03:33:22.676Z] + ./coverage.out bytes=669470 [2021-03-31T03:33:22.938Z] ==> Appending adjustments [2021-03-31T03:33:22.938Z] https://docs.codecov.io/docs/fixing-reports [2021-03-31T03:33:26.252Z] + Found adjustments [2021-03-31T03:33:26.252Z] ==> Gzipping contents [2021-03-31T03:33:26.252Z] 96K /tmp/codecov.RNBiUs.gz [2021-03-31T03:33:26.252Z] ==> Uploading reports [2021-03-31T03:33:26.252Z] url: https://codecov.io [2021-03-31T03:33:26.252Z] query: branch=PR-3319&commit=7ea006d2bf427d986e3cae48a451342be7009350&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3319%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3319&job=&cmd_args= [2021-03-31T03:33:26.252Z] -> Pinging Codecov [2021-03-31T03:33:26.252Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3319&commit=7ea006d2bf427d986e3cae48a451342be7009350&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3319%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3319&job=&cmd_args= [2021-03-31T03:33:26.862Z] -> Uploading to [2021-03-31T03:33:26.862Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-31/00271124DB129430A58F1EEE437C3FCB/7ea006d2bf427d986e3cae48a451342be7009350/f2ad3e4f-fdfd-4838-89ef-c74104bbf2cf.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210331%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210331T033326Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=26f06ef2dbdd77a92d808a59b6d11482aeaa79e9a73c7700ef3f4302f50512f8 [2021-03-31T03:33:26.862Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T03:33:26.863Z] Dload Upload Total Spent Left Speed [2021-03-31T03:33:27.139Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96994 0 0 100 96994 0 181k --:--:-- --:--:-- --:--:-- 182k [2021-03-31T03:33:27.139Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/7ea006d2bf427d986e3cae48a451342be7009350 [Pipeline] } [2021-03-31T03:33:27.154Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:33:28.800Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:33:29.685Z] ---> package-listing.sh [2021-03-31T03:33:29.685Z] ++ facter osfamily [2021-03-31T03:33:29.685Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-31T03:33:29.685Z] + OS_FAMILY=redhat [2021-03-31T03:33:29.685Z] + workspace=/w/workspace/edgex-go/3 [2021-03-31T03:33:29.685Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-31T03:33:29.685Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-31T03:33:29.685Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-31T03:33:29.685Z] + PACKAGES=/tmp/packages_start.txt [2021-03-31T03:33:29.685Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-31T03:33:29.685Z] + PACKAGES=/tmp/packages_end.txt [2021-03-31T03:33:29.685Z] + case "${OS_FAMILY}" in [2021-03-31T03:33:29.685Z] + rpm -qa [2021-03-31T03:33:29.685Z] + sort [2021-03-31T03:33:35.011Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-31T03:33:35.011Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-31T03:33:35.011Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-31T03:33:35.011Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-31T03:33:35.011Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-03-31T03:33:35.011Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-03-31T03:33:35.030Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-31T03:33:35.328Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:33:35.641Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T03:33:35.641Z] [2021-03-31T03:33:35.641Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:33:35.995Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T03:33:35.995Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-31T03:33:35.995Z] df20fa9351a1: Pulling fs layer [2021-03-31T03:33:35.995Z] 36b3adc4ff6f: Pulling fs layer [2021-03-31T03:33:35.995Z] 8ad3a11d3b57: Pulling fs layer [2021-03-31T03:33:35.995Z] 46f8f816bc3b: Pulling fs layer [2021-03-31T03:33:35.995Z] 93b61091891f: Pulling fs layer [2021-03-31T03:33:35.995Z] 93b9cdb0e59b: Pulling fs layer [2021-03-31T03:33:35.995Z] 5e14af77c1be: Pulling fs layer [2021-03-31T03:33:35.995Z] 01666e4c0597: Pulling fs layer [2021-03-31T03:33:35.995Z] aa168da1d23b: Pulling fs layer [2021-03-31T03:33:35.995Z] 5e14af77c1be: Waiting [2021-03-31T03:33:35.995Z] 01666e4c0597: Waiting [2021-03-31T03:33:35.995Z] 46f8f816bc3b: Waiting [2021-03-31T03:33:35.995Z] aa168da1d23b: Waiting [2021-03-31T03:33:35.995Z] 93b61091891f: Waiting [2021-03-31T03:33:35.995Z] 93b9cdb0e59b: Waiting [2021-03-31T03:33:35.995Z] 36b3adc4ff6f: Verifying Checksum [2021-03-31T03:33:35.995Z] 36b3adc4ff6f: Download complete [2021-03-31T03:33:35.995Z] 46f8f816bc3b: Verifying Checksum [2021-03-31T03:33:35.995Z] 46f8f816bc3b: Download complete [2021-03-31T03:33:36.257Z] df20fa9351a1: Download complete [2021-03-31T03:33:36.257Z] 93b9cdb0e59b: Verifying Checksum [2021-03-31T03:33:36.257Z] 93b9cdb0e59b: Download complete [2021-03-31T03:33:36.257Z] 93b61091891f: Verifying Checksum [2021-03-31T03:33:36.257Z] 93b61091891f: Download complete [2021-03-31T03:33:36.257Z] 5e14af77c1be: Verifying Checksum [2021-03-31T03:33:36.257Z] 5e14af77c1be: Download complete [2021-03-31T03:33:36.257Z] 01666e4c0597: Download complete [2021-03-31T03:33:36.832Z] df20fa9351a1: Pull complete [2021-03-31T03:33:36.832Z] 36b3adc4ff6f: Pull complete [2021-03-31T03:33:37.098Z] 8ad3a11d3b57: Verifying Checksum [2021-03-31T03:33:37.098Z] 8ad3a11d3b57: Download complete [2021-03-31T03:33:38.057Z] 8ad3a11d3b57: Pull complete [2021-03-31T03:33:38.323Z] 46f8f816bc3b: Pull complete [2021-03-31T03:33:38.898Z] aa168da1d23b: Verifying Checksum [2021-03-31T03:33:38.898Z] aa168da1d23b: Download complete [2021-03-31T03:33:39.850Z] 93b61091891f: Pull complete [2021-03-31T03:33:39.850Z] 93b9cdb0e59b: Pull complete [2021-03-31T03:33:39.850Z] 5e14af77c1be: Pull complete [2021-03-31T03:33:40.119Z] 01666e4c0597: Pull complete [2021-03-31T03:33:48.287Z] aa168da1d23b: Pull complete [2021-03-31T03:33:48.287Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-31T03:33:48.287Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T03:33:48.287Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-31T03:33:48.477Z] prd-centos7-docker-4c-2g-32182 does not seem to be running inside a container [2021-03-31T03:33:48.531Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-31T03:33:52.105Z] $ docker top 818e0c0e501afc95cdc43dc19b8bb34b7b15a56007d1cabb2c1c9bdd37a234c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T03:33:52.756Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-31T03:33:53.060Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-31T03:33:53.360Z] + ls /var/log/sa-host [2021-03-31T03:33:53.360Z] + sadf -c /var/log/sa-host/sa23 [2021-03-31T03:33:53.360Z] file_magic: OK [2021-03-31T03:33:53.360Z] HZ: Using current value: 100 [2021-03-31T03:33:53.360Z] file_header: OK [2021-03-31T03:33:53.360Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-31T03:33:53.360Z] Statistics: [2021-03-31T03:33:53.360Z] Hnuu...uuuununununu... [2021-03-31T03:33:53.360Z] File successfully converted to sysstat format version 12.2.1 [2021-03-31T03:33:53.360Z] + sadf -c /var/log/sa-host/sa31 [2021-03-31T03:33:53.360Z] file_magic: OK [2021-03-31T03:33:53.360Z] HZ: Using current value: 100 [2021-03-31T03:33:53.360Z] file_header: OK [2021-03-31T03:33:53.360Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-31T03:33:53.360Z] Statistics: [2021-03-31T03:33:53.360Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-31T03:33:53.360Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-31T03:33:53.588Z] provisioning config files... [2021-03-31T03:33:53.606Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config7991695147538316186tmp [Pipeline] { [Pipeline] echo [2021-03-31T03:33:53.676Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:33:53.975Z] ---> create-netrc.sh [Pipeline] } [2021-03-31T03:33:53.985Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-31T03:33:54.104Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:33:54.402Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-31T03:33:54.413Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:33:54.715Z] ---> sudo-logs.sh [2021-03-31T03:33:54.715Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-31T03:33:54.785Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:33:55.082Z] ---> job-cost.sh [2021-03-31T03:33:55.082Z] lf-activate-venv: SKIPPING [2021-03-31T03:33:55.082Z] DEBUG: total: 0.20999999344348907 [2021-03-31T03:33:55.082Z] INFO: Retrieving Stack Cost... [2021-03-31T03:33:56.028Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-31T03:33:56.603Z] INFO: Archiving Costs [Pipeline] echo [2021-03-31T03:33:56.616Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:33:56.914Z] ---> logs-deploy.sh [2021-03-31T03:33:56.914Z] lf-activate-venv: SKIPPING [2021-03-31T03:33:56.914Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3319/3 [2021-03-31T03:33:56.914Z] INFO: archiving workspace using pattern(s): [2021-03-31T03:33:58.836Z] Archives upload complete. [2021-03-31T03:33:58.836Z] INFO: archiving logs to Nexus [2021-03-31T03:33:59.782Z] ---> uname -a: [2021-03-31T03:33:59.782Z] Linux prd-centos7-docker-4c-2g-32182.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-31T03:33:59.782Z] [2021-03-31T03:33:59.782Z]