Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f1d7c75cd9bc9fc114bc9d290989d3e93ee97497+dd3c5304426daa1a06e165d92e5378a7e6535b25 (58223d530ff051db802c9c5b16c28ce6cc114068) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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-29155 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 Merge succeeded, producing f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 Checking out Revision f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 (PR-3234) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-09T16:42:03.995Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-09T16:42:04.237Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-09T16:42:04.332Z] ========================================================= [2021-03-09T16:42:04.332Z] EdgeX Global Pipelines Version Info [2021-03-09T16:42:04.332Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 61ae32e767b02baf27a87429e9b1598910e6d914 # timeout=10 [2021-03-09T16:42:05.942Z] ------------------- [2021-03-09T16:42:05.943Z] stable info: [2021-03-09T16:42:05.943Z] ------------------- [2021-03-09T16:42:05.943Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-09T16:42:05.943Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-09T16:42:05.943Z] Message: update stable to v1.0.184 [2021-03-09T16:42:06.907Z] ------------------- [2021-03-09T16:42:06.907Z] experimental info: [2021-03-09T16:42:06.907Z] ------------------- [2021-03-09T16:42:06.907Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-09T16:42:06.907Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-09T16:42:06.907Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-09T16:42:07.163Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-09T16:42:07.252Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-09T16:42:07.343Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-09T16:42:07.423Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-09T16:42:07.502Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-09T16:42:07.595Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-09T16:42:07.787Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-09T16:42:07.879Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-09T16:42:07.967Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-09T16:42:08.090Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-09T16:42:08.193Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-09T16:42:08.282Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-09T16:42:08.378Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-09T16:42:08.461Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-09T16:42:08.546Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-09T16:42:08.637Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-09T16:42:08.765Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-09T16:42:08.852Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-09T16:42:08.942Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-09T16:42:09.031Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-09T16:42:09.117Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-09T16:42:09.203Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-09T16:42:09.309Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-03-09T16:42:09.415Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-03-09T16:42:09.503Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-03-09T16:42:09.603Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 [Pipeline] echo [2021-03-09T16:42:09.698Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f1d7c75 [Pipeline] echo [2021-03-09T16:42:09.808Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-09T16:42:10.091Z] provisioning config files... [2021-03-09T16:42:10.121Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config6757614610134467719tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-09T16:42:10.511Z] ---> docker-login.sh [2021-03-09T16:42:10.511Z] nexus3.edgexfoundry.org:10001 [2021-03-09T16:42:10.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:42:11.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:42:11.044Z] Configure a credential helper to remove this warning. See [2021-03-09T16:42:11.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:42:11.044Z] [2021-03-09T16:42:11.044Z] Login Succeeded [2021-03-09T16:42:11.044Z] nexus3.edgexfoundry.org:10002 [2021-03-09T16:42:11.311Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:42:11.311Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:42:11.311Z] Configure a credential helper to remove this warning. See [2021-03-09T16:42:11.311Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:42:11.311Z] [2021-03-09T16:42:11.311Z] Login Succeeded [2021-03-09T16:42:11.311Z] nexus3.edgexfoundry.org:10003 [2021-03-09T16:42:11.311Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:42:11.574Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:42:11.574Z] Configure a credential helper to remove this warning. See [2021-03-09T16:42:11.574Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:42:11.574Z] [2021-03-09T16:42:11.574Z] Login Succeeded [2021-03-09T16:42:11.574Z] nexus3.edgexfoundry.org:10004 [2021-03-09T16:42:11.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:42:11.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:42:11.837Z] Configure a credential helper to remove this warning. See [2021-03-09T16:42:11.837Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:42:11.837Z] [2021-03-09T16:42:11.837Z] Login Succeeded [2021-03-09T16:42:11.837Z] docker.io [2021-03-09T16:42:11.837Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:42:12.100Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:42:12.100Z] Configure a credential helper to remove this warning. See [2021-03-09T16:42:12.100Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:42:12.100Z] [2021-03-09T16:42:12.100Z] Login Succeeded [2021-03-09T16:42:12.100Z] ---> docker-login.sh ends [Pipeline] } [2021-03-09T16:42:12.109Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-09T16:42:12.603Z] ++ 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-09T16:42:12.603Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:42:12.603Z] ++ dirname cmd/core-command/Dockerfile [2021-03-09T16:42:12.603Z] ++ cut -d/ -f2 [2021-03-09T16:42:12.603Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-09T16:42:12.603Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:42:12.603Z] ++ dirname cmd/core-data/Dockerfile [2021-03-09T16:42:12.603Z] ++ cut -d/ -f2 [2021-03-09T16:42:12.603Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-09T16:42:12.603Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:42:12.603Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-09T16:42:12.603Z] ++ cut -d/ -f2 [2021-03-09T16:42:12.603Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-09T16:42:12.603Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:42:12.603Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-09T16:42:12.603Z] ++ cut -d/ -f2 [2021-03-09T16:42:12.603Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-09T16:42:12.603Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:42:12.603Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-09T16:42:12.603Z] ++ cut -d/ -f2 [2021-03-09T16:42:12.603Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-09T16:42:12.603Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:42:12.603Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-09T16:42:12.603Z] ++ cut -d/ -f2 [2021-03-09T16:42:12.603Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-09T16:42:12.603Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:42:12.603Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-09T16:42:12.603Z] ++ cut -d/ -f2 [2021-03-09T16:42:12.603Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-09T16:42:12.603Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:42:12.603Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-09T16:42:12.603Z] ++ cut -d/ -f2 [2021-03-09T16:42:12.603Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-09T16:42:12.603Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:42:12.603Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-09T16:42:12.603Z] ++ cut -d/ -f2 [2021-03-09T16:42:12.603Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-09T16:42:12.694Z] 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-09T16:42:13.549Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T16:42:13.549Z] [2021-03-09T16:42:13.549Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:42:13.939Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T16:42:13.939Z] latest: Pulling from edgex-devops/git-semver [2021-03-09T16:42:13.939Z] 31603596830f: Pulling fs layer [2021-03-09T16:42:13.939Z] 2a8b12db71e7: Pulling fs layer [2021-03-09T16:42:13.939Z] 6ca5941a6612: Pulling fs layer [2021-03-09T16:42:13.939Z] ecc8261a40a4: Pulling fs layer [2021-03-09T16:42:13.939Z] ecc8261a40a4: Waiting [2021-03-09T16:42:13.939Z] 2a8b12db71e7: Download complete [2021-03-09T16:42:13.939Z] 31603596830f: Verifying Checksum [2021-03-09T16:42:13.939Z] 31603596830f: Download complete [2021-03-09T16:42:14.207Z] ecc8261a40a4: Verifying Checksum [2021-03-09T16:42:14.207Z] ecc8261a40a4: Download complete [2021-03-09T16:42:14.207Z] 6ca5941a6612: Verifying Checksum [2021-03-09T16:42:14.207Z] 6ca5941a6612: Download complete [2021-03-09T16:42:14.468Z] 31603596830f: Pull complete [2021-03-09T16:42:14.731Z] 2a8b12db71e7: Pull complete [2021-03-09T16:42:15.688Z] 6ca5941a6612: Pull complete [2021-03-09T16:42:15.964Z] ecc8261a40a4: Pull complete [2021-03-09T16:42:15.964Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-09T16:42:15.964Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T16:42:15.964Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-09T16:42:16.125Z] prd-centos7-docker-4c-2g-29155 does not seem to be running inside a container [2021-03-09T16:42:16.176Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-09T16:42:18.936Z] $ docker top 332ee550d41373d165481ab15daa6ce8b96d6fd9370bc7db8579e14ddc4cbc37 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-09T16:42:19.287Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-09T16:42:19.288Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-09T16:42:19.540Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-09T16:42:19.543Z] $ docker exec 332ee550d41373d165481ab15daa6ce8b96d6fd9370bc7db8579e14ddc4cbc37 ssh-agent [2021-03-09T16:42:19.743Z] SSH_AUTH_SOCK=/tmp/ssh-iZTbIZ7gU9EE/agent.11 [2021-03-09T16:42:19.743Z] SSH_AGENT_PID=17 [2021-03-09T16:42:19.760Z] Running ssh-add (command line suppressed) [2021-03-09T16:42:19.896Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_3163524354328306392.key (/w/workspace/edgex-go/4@tmp/private_key_3163524354328306392.key) [2021-03-09T16:42:19.957Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-09T16:42:20.307Z] + git tag --points-at HEAD [Pipeline] } [2021-03-09T16:42:20.335Z] $ docker exec --env ******** --env ******** 332ee550d41373d165481ab15daa6ce8b96d6fd9370bc7db8579e14ddc4cbc37 ssh-agent -k [2021-03-09T16:42:20.478Z] unset SSH_AUTH_SOCK; [2021-03-09T16:42:20.478Z] unset SSH_AGENT_PID; [2021-03-09T16:42:20.479Z] echo Agent pid 17 killed; [2021-03-09T16:42:20.548Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-09T16:42:20.840Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-09T16:42:20.840Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-09T16:42:21.037Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-09T16:42:21.040Z] $ docker exec 332ee550d41373d165481ab15daa6ce8b96d6fd9370bc7db8579e14ddc4cbc37 ssh-agent [2021-03-09T16:42:21.220Z] SSH_AUTH_SOCK=/tmp/ssh-VqASX3NJkIMl/agent.48 [2021-03-09T16:42:21.220Z] SSH_AGENT_PID=53 [2021-03-09T16:42:21.227Z] Running ssh-add (command line suppressed) [2021-03-09T16:42:21.365Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_5140677464795890346.key (/w/workspace/edgex-go/4@tmp/private_key_5140677464795890346.key) [2021-03-09T16:42:21.431Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-09T16:42:21.772Z] + git semver init [2021-03-09T16:42:21.772Z] # -> Open(): unable to determine branch for HEAD [2021-03-09T16:42:21.772Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-03-09T16:42:21.772Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-03-09T16:42:21.772Z] # $SEMVER_REMOTE_NAME = origin [2021-03-09T16:42:21.772Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-09T16:42:21.772Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-09T16:42:21.772Z] # $SEMVER_BRANCH = PR-3234 [2021-03-09T16:42:21.772Z] # $SEMVER_TEMP = /tmp/semver-393679825 [2021-03-09T16:42:21.772Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-09T16:42:54.024Z] # '/tmp/semver-393679825' -> '/w/workspace/edgex-go/4/.semver' [2021-03-09T16:42:54.024Z] # -> Force: false [2021-03-09T16:42:54.024Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-03-09T16:42:54.040Z] $ docker exec --env ******** --env ******** 332ee550d41373d165481ab15daa6ce8b96d6fd9370bc7db8579e14ddc4cbc37 ssh-agent -k [2021-03-09T16:42:54.329Z] unset SSH_AUTH_SOCK; [2021-03-09T16:42:54.329Z] unset SSH_AGENT_PID; [2021-03-09T16:42:54.330Z] echo Agent pid 53 killed; [2021-03-09T16:42:54.425Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-09T16:42:55.871Z] + git semver [Pipeline] } [2021-03-09T16:42:55.908Z] $ docker stop --time=1 332ee550d41373d165481ab15daa6ce8b96d6fd9370bc7db8579e14ddc4cbc37 [2021-03-09T16:42:57.835Z] $ docker rm -f 332ee550d41373d165481ab15daa6ce8b96d6fd9370bc7db8579e14ddc4cbc37 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-09T16:42:58.393Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-09T16:42:58.988Z] Stashed 1 file(s) [Pipeline] echo [2021-03-09T16:42:58.990Z] [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-09T16:42:59.885Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-09T16:43:00.190Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-09T16:43:00.525Z] + sudo service docker restart [2021-03-09T16:43:00.525Z] + true [2021-03-09T16:43:00.525Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-09T16:43:01.131Z] ========================================================= [2021-03-09T16:43:01.131Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-09T16:43:01.131Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:43:01.482Z] + 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-09T16:43:05.746Z] Sending build context to Docker daemon 328.3MB [2021-03-09T16:43:05.746Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-09T16:43:05.746Z] Step 2/6 : FROM ${BASE} [2021-03-09T16:43:05.746Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-09T16:43:05.746Z] 188c0c94c7c5: Pulling fs layer [2021-03-09T16:43:05.746Z] 0ef7d3d256c8: Pulling fs layer [2021-03-09T16:43:05.746Z] de9db76c5a1d: Pulling fs layer [2021-03-09T16:43:05.746Z] bca2f99d35d6: Pulling fs layer [2021-03-09T16:43:05.746Z] 93359f2a8cfa: Pulling fs layer [2021-03-09T16:43:05.746Z] 7c6f9722023f: Pulling fs layer [2021-03-09T16:43:05.746Z] a35cf1a2eb13: Pulling fs layer [2021-03-09T16:43:05.746Z] bca2f99d35d6: Waiting [2021-03-09T16:43:05.746Z] 93359f2a8cfa: Waiting [2021-03-09T16:43:05.746Z] a35cf1a2eb13: Waiting [2021-03-09T16:43:05.746Z] 7c6f9722023f: Waiting [2021-03-09T16:43:05.746Z] de9db76c5a1d: Verifying Checksum [2021-03-09T16:43:05.746Z] de9db76c5a1d: Download complete [2021-03-09T16:43:05.746Z] 0ef7d3d256c8: Verifying Checksum [2021-03-09T16:43:05.746Z] 0ef7d3d256c8: Download complete [2021-03-09T16:43:05.746Z] 93359f2a8cfa: Verifying Checksum [2021-03-09T16:43:05.746Z] 93359f2a8cfa: Download complete [2021-03-09T16:43:05.746Z] 7c6f9722023f: Verifying Checksum [2021-03-09T16:43:05.746Z] 7c6f9722023f: Download complete [2021-03-09T16:43:05.746Z] 188c0c94c7c5: Verifying Checksum [2021-03-09T16:43:05.746Z] 188c0c94c7c5: Download complete [2021-03-09T16:43:06.356Z] 188c0c94c7c5: Pull complete [2021-03-09T16:43:06.947Z] 0ef7d3d256c8: Pull complete [2021-03-09T16:43:06.947Z] de9db76c5a1d: Pull complete [2021-03-09T16:43:09.524Z] a35cf1a2eb13: Verifying Checksum [2021-03-09T16:43:09.524Z] a35cf1a2eb13: Download complete [2021-03-09T16:43:10.103Z] bca2f99d35d6: Verifying Checksum [2021-03-09T16:43:10.103Z] bca2f99d35d6: Download complete [2021-03-09T16:43:14.373Z] Still waiting to schedule task [2021-03-09T16:43:14.373Z] ‘prd-centos7-docker-4c-2g-29146’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-29148’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-29153’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-29157’ is offline [2021-03-09T16:43:16.862Z] bca2f99d35d6: Pull complete [2021-03-09T16:43:16.863Z] 93359f2a8cfa: Pull complete [2021-03-09T16:43:16.863Z] 7c6f9722023f: Pull complete [2021-03-09T16:43:22.217Z] a35cf1a2eb13: Pull complete [2021-03-09T16:43:22.217Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-09T16:43:22.217Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-09T16:43:22.217Z] ---> a62c8e92a672 [2021-03-09T16:43:22.218Z] 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-09T16:43:22.218Z] ---> Running in e02aec1d3a18 [2021-03-09T16:43:22.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:43:23.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:43:24.329Z] (1/12) Installing libmagic (5.38-r0) [2021-03-09T16:43:24.329Z] (2/12) Installing file (5.38-r0) [2021-03-09T16:43:24.593Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-09T16:43:24.593Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-09T16:43:28.839Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-09T16:43:28.839Z] (6/12) Installing patch (2.7.6-r6) [2021-03-09T16:43:28.839Z] (7/12) Installing build-base (0.5-r2) [2021-03-09T16:43:28.839Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-09T16:43:29.110Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-09T16:43:29.110Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-09T16:43:29.110Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-09T16:43:29.374Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-09T16:43:29.374Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:43:29.374Z] OK: 233 MiB in 51 packages [2021-03-09T16:43:33.630Z] Removing intermediate container e02aec1d3a18 [2021-03-09T16:43:33.630Z] ---> 69841183c919 [2021-03-09T16:43:33.630Z] Step 4/6 : WORKDIR /edgex-go [2021-03-09T16:43:33.630Z] ---> Running in 36b0dd5add7b [2021-03-09T16:43:33.630Z] Removing intermediate container 36b0dd5add7b [2021-03-09T16:43:33.630Z] ---> f5c5032121bc [2021-03-09T16:43:33.631Z] Step 5/6 : COPY go.mod . [2021-03-09T16:43:33.631Z] ---> 34307451e185 [2021-03-09T16:43:33.631Z] Step 6/6 : RUN go mod download [2021-03-09T16:43:33.631Z] ---> Running in a654762d469e [2021-03-09T16:44:00.317Z] Removing intermediate container a654762d469e [2021-03-09T16:44:00.317Z] ---> 65fab116fe35 [2021-03-09T16:44:00.317Z] Successfully built 65fab116fe35 [2021-03-09T16:44:00.317Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:44:00.643Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-09T16:44:00.643Z] . [Pipeline] withDockerContainer [2021-03-09T16:44:00.749Z] prd-centos7-docker-4c-2g-29155 does not seem to be running inside a container [2021-03-09T16:44:00.801Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-09T16:44:01.766Z] $ docker top 78fe533a3a56be777861686c5e6b56cb721b1163fcb15dda4c595679b953e742 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T16:44:02.303Z] + go version [2021-03-09T16:44:02.303Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-09T16:44:02.316Z] $ docker stop --time=1 78fe533a3a56be777861686c5e6b56cb721b1163fcb15dda4c595679b953e742 [2021-03-09T16:44:03.698Z] $ docker rm -f 78fe533a3a56be777861686c5e6b56cb721b1163fcb15dda4c595679b953e742 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:44:04.543Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-09T16:44:04.543Z] . [Pipeline] withDockerContainer [2021-03-09T16:44:04.650Z] prd-centos7-docker-4c-2g-29155 does not seem to be running inside a container [2021-03-09T16:44:04.697Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-09T16:44:05.895Z] $ docker top c5896efe36aef5d95eabc558167dc44b921c35a87b898f24f1f6b4feeddedb2c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-09T16:44:06.152Z] ========================================================= [2021-03-09T16:44:06.152Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-09T16:44:06.152Z] ========================================================= [Pipeline] sh [2021-03-09T16:44:06.449Z] + make test [2021-03-09T16:44:06.449Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-09T16:44:16.560Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-09T16:44:38.822Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-09T16:44:44.263Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-09T16:44:44.263Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-09T16:44:44.263Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-09T16:44:47.834Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-09T16:44:47.834Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-09T16:44:47.834Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-09T16:44:47.834Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-09T16:44:48.642Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-09T16:44:49.323Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-09T16:44:52.451Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-09T16:44:52.451Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-09T16:44:52.451Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-09T16:44:55.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.175s coverage: 45.9% of statements [2021-03-09T16:44:55.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-09T16:44:55.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-09T16:44:55.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-09T16:44:55.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-09T16:44:55.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-09T16:44:55.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-09T16:44:55.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-09T16:44:55.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.085s coverage: 100.0% of statements [2021-03-09T16:44:59.305Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.386s coverage: 27.1% of statements [2021-03-09T16:44:59.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-09T16:44:59.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-09T16:44:59.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-09T16:44:59.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-09T16:44:59.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-09T16:44:59.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-09T16:44:59.305Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.124s coverage: 100.0% of statements [2021-03-09T16:44:59.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-09T16:44:59.305Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.103s coverage: 100.0% of statements [2021-03-09T16:44:59.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-09T16:44:59.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-09T16:45:00.278Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.097s coverage: 71.3% of statements [2021-03-09T16:45:00.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-09T16:45:00.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-09T16:45:00.278Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.190s coverage: 82.9% of statements [2021-03-09T16:45:00.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-09T16:45:00.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:45:00.278Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.127s coverage: 78.9% of statements [2021-03-09T16:45:00.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-09T16:45:04.662Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.484s coverage: 28.6% of statements [2021-03-09T16:45:04.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-09T16:45:04.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-09T16:45:04.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-09T16:45:04.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-09T16:45:04.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-09T16:45:04.662Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.101s coverage: 100.0% of statements [2021-03-09T16:45:04.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-09T16:45:04.662Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements [2021-03-09T16:45:04.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-09T16:45:04.662Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.177s coverage: 86.7% of statements [2021-03-09T16:45:04.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-09T16:45:04.662Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.171s coverage: 97.5% of statements [2021-03-09T16:45:04.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-09T16:45:04.662Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.099s coverage: 78.3% of statements [2021-03-09T16:45:04.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-09T16:45:04.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-09T16:45:04.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-09T16:45:04.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-09T16:45:09.055Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.719s coverage: 92.8% of statements [2021-03-09T16:45:09.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-09T16:45:09.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:45:09.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-09T16:45:09.055Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-09T16:45:09.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-09T16:45:09.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-09T16:45:09.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-09T16:45:09.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-09T16:45:09.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-09T16:45:09.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-09T16:45:09.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-09T16:45:09.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-09T16:45:09.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-09T16:45:09.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-09T16:45:09.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-09T16:45:09.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-09T16:45:09.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-09T16:45:09.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-09T16:45:09.055Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2021-03-09T16:45:09.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-09T16:45:09.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-09T16:45:09.055Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.107s coverage: 0.1% of statements [2021-03-09T16:45:09.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-09T16:45:09.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-09T16:45:09.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-09T16:45:09.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 47.1% of statements [2021-03-09T16:45:09.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.086s coverage: 79.5% of statements [2021-03-09T16:45:09.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.037s coverage: 94.1% of statements [2021-03-09T16:45:09.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.073s coverage: 96.3% of statements [2021-03-09T16:45:09.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.045s coverage: 87.5% of statements [2021-03-09T16:45:21.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.059s coverage: 94.4% of statements [2021-03-09T16:45:21.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.041s coverage: 44.8% of statements [2021-03-09T16:45:21.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.142s coverage: 81.4% of statements [2021-03-09T16:45:33.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.122s coverage: 92.9% of statements [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-09T16:45:33.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.051s coverage: 77.8% of statements [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-09T16:45:33.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.062s coverage: 87.2% of statements [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-09T16:45:33.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-09T16:45:33.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.055s coverage: 75.5% of statements [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-09T16:45:33.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-09T16:45:33.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-03-09T16:45:33.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.060s coverage: 84.6% of statements [2021-03-09T16:45:33.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.095s coverage: 91.6% of statements [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-09T16:45:33.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.220s coverage: 62.4% of statements [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-09T16:45:33.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.037s coverage: 100.0% of statements [2021-03-09T16:45:33.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements [2021-03-09T16:45:33.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.042s coverage: 100.0% of statements [2021-03-09T16:45:33.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.048s coverage: 73.7% of statements [2021-03-09T16:45:33.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements [2021-03-09T16:45:33.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.472s coverage: 69.0% of statements [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-09T16:45:33.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.119s coverage: 38.4% of statements [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-09T16:45:33.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.048s coverage: 89.5% of statements [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-09T16:45:33.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.053s coverage: 84.8% of statements [2021-03-09T16:45:33.776Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.153s coverage: 47.0% of statements [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-09T16:45:33.776Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.084s coverage: 100.0% of statements [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-09T16:45:33.776Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-09T16:45:33.776Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.247s coverage: 87.8% of statements [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-09T16:45:33.776Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:45:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-09T16:45:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.979s coverage: 29.1% of statements [2021-03-09T16:45:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-09T16:45:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-09T16:45:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-09T16:45:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-09T16:45:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-09T16:45:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.099s coverage: 99.0% of statements [2021-03-09T16:45:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-09T16:45:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.060s coverage: 100.0% of statements [2021-03-09T16:45:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-09T16:45:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-09T16:45:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-09T16:45:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-09T16:45:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.109s coverage: 95.6% of statements [2021-03-09T16:45:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-09T16:45:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:45:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-09T16:45:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-03-09T16:45:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-09T16:45:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements [2021-03-09T16:45:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-09T16:45:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-09T16:45:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-09T16:45:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-09T16:45:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.053s coverage: 87.9% of statements [2021-03-09T16:45:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-09T16:45:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-09T16:45:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements [2021-03-09T16:45:34.390Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.053s coverage: 32.1% of statements [2021-03-09T16:45:34.675Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.061s coverage: 100.0% of statements [2021-03-09T16:45:35.254Z] GO111MODULE=on go vet ./... [2021-03-09T16:45:38.669Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29160 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-09T16:45:38.721Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-03-09T16:45:44.575Z] using credential edgex-jenkins-ssh [2021-03-09T16:45:44.637Z] Cloning the remote Git repository [2021-03-09T16:45:44.700Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-09T16:45:44.821Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-09T16:45:44.909Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T16:45:44.910Z] > git --version # timeout=10 [2021-03-09T16:45:44.939Z] > git --version # 'git version 2.17.1' [2021-03-09T16:45:44.941Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T16:45:45.002Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T16:46:07.145Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T16:46:07.166Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T16:46:07.207Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T16:46:07.250Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T16:46:07.251Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T16:46:07.268Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T16:46:07.967Z] Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 [2021-03-09T16:46:08.534Z] Merge succeeded, producing f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 [2021-03-09T16:46:08.534Z] Checking out Revision f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 (PR-3234) [2021-03-09T16:46:08.000Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T16:46:08.023Z] > git checkout -f f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 # timeout=10 [2021-03-09T16:46:08.425Z] > git remote # timeout=10 [2021-03-09T16:46:08.448Z] > git config --get remote.origin.url # timeout=10 [2021-03-09T16:46:08.469Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T16:46:08.485Z] > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 [2021-03-09T16:46:08.515Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-09T16:46:08.544Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T16:46:08.607Z] > git checkout -f f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 # timeout=10 [2021-03-09T16:46:13.497Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-09T16:46:14.332Z] gofmt -l . [2021-03-09T16:46:14.332Z] [ "`gofmt -l .`" = "" ] [2021-03-09T16:46:14.332Z] ./bin/test-go-mod-tidy.sh [2021-03-09T16:46:14.332Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-09T16:46:15.166Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-09T16:46:15.498Z] + ls -al . [2021-03-09T16:46:15.498Z] total 736 [2021-03-09T16:46:15.498Z] drwxrwxr-x 10 1001 1001 4096 Mar 9 16:46 . [2021-03-09T16:46:15.498Z] drwxr-xr-x 4 root root 28 Mar 9 16:44 .. [2021-03-09T16:46:15.498Z] -rw-rw-r-- 1 1001 1001 11 Mar 9 16:41 .dockerignore [2021-03-09T16:46:15.498Z] drwxrwxr-x 8 1001 1001 179 Mar 9 16:42 .git [2021-03-09T16:46:15.498Z] drwxrwxr-x 3 1001 1001 125 Mar 9 16:41 .github [2021-03-09T16:46:15.498Z] -rw-rw-r-- 1 1001 1001 818 Mar 9 16:41 .gitignore [2021-03-09T16:46:15.498Z] drwx------ 3 1001 1001 60 Mar 9 16:42 .semver [2021-03-09T16:46:15.498Z] -rw-rw-r-- 1 1001 1001 166 Mar 9 16:41 .sonarcloud.properties [2021-03-09T16:46:15.498Z] -rw-rw-r-- 1 1001 1001 8607 Mar 9 16:41 Attribution.txt [2021-03-09T16:46:15.498Z] -rw-rw-r-- 1 1001 1001 3804 Mar 9 16:41 CONTRIBUTING.md [2021-03-09T16:46:15.498Z] -rw-rw-r-- 1 1001 1001 931 Mar 9 16:41 Dockerfile.build [2021-03-09T16:46:15.498Z] -rw-rw-r-- 1 1001 1001 863 Mar 9 16:41 Jenkinsfile [2021-03-09T16:46:15.498Z] -rw-rw-r-- 1 1001 1001 10775 Mar 9 16:41 LICENSE [2021-03-09T16:46:15.498Z] -rw-rw-r-- 1 1001 1001 5774 Mar 9 16:41 Makefile [2021-03-09T16:46:15.498Z] -rw-rw-r-- 1 1001 1001 6548 Mar 9 16:41 README.md [2021-03-09T16:46:15.498Z] -rw-rw-r-- 1 1001 1001 6755 Mar 9 16:41 SECURITY.md [2021-03-09T16:46:15.498Z] -rw-rw-r-- 1 1001 1001 5 Mar 9 16:42 VERSION [2021-03-09T16:46:15.498Z] -rw-rw-r-- 1 1001 1001 4131 Mar 9 16:41 ZMQWindows.md [2021-03-09T16:46:15.498Z] drwxrwxr-x 2 1001 1001 117 Mar 9 16:41 bin [2021-03-09T16:46:15.498Z] drwxrwxr-x 14 1001 1001 4096 Mar 9 16:41 cmd [2021-03-09T16:46:15.498Z] -rw-r--r-- 1 root root 624012 Mar 9 16:45 coverage.out [2021-03-09T16:46:15.498Z] -rw-r--r-- 1 root root 1056 Mar 9 16:46 go.mod [2021-03-09T16:46:15.498Z] -rw-r--r-- 1 root root 21983 Mar 9 16:46 go.sum [2021-03-09T16:46:15.498Z] drwxrwxr-x 8 1001 1001 127 Mar 9 16:41 internal [2021-03-09T16:46:15.498Z] drwxrwxr-x 4 1001 1001 26 Mar 9 16:41 openapi [2021-03-09T16:46:15.498Z] drwxrwxr-x 4 1001 1001 71 Mar 9 16:41 snap [2021-03-09T16:46:15.498Z] -rw-rw-r-- 1 1001 1001 168 Mar 9 16:41 version.go [Pipeline] sh [2021-03-09T16:46:15.617Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-09T16:46:15.818Z] + '[' -e coverage.out ] [2021-03-09T16:46:15.818Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-09T16:46:16.020Z] + sudo service docker restart [2021-03-09T16:46:16.021Z] + true [2021-03-09T16:46:16.160Z] Stashed 1 file(s) [Pipeline] sh [2021-03-09T16:46:16.465Z] + make build [2021-03-09T16:46:16.465Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-09T16:46:18.098Z] provisioning config files... [2021-03-09T16:46:18.147Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config8659172649128609792tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-09T16:46:18.591Z] ---> docker-login.sh [2021-03-09T16:46:18.591Z] nexus3.edgexfoundry.org:10001 [2021-03-09T16:46:19.587Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:46:20.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:46:20.198Z] Configure a credential helper to remove this warning. See [2021-03-09T16:46:20.198Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:46:20.198Z] [2021-03-09T16:46:20.198Z] Login Succeeded [2021-03-09T16:46:20.198Z] nexus3.edgexfoundry.org:10002 [2021-03-09T16:46:20.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:46:20.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:46:20.759Z] Configure a credential helper to remove this warning. See [2021-03-09T16:46:20.759Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:46:20.759Z] [2021-03-09T16:46:20.759Z] Login Succeeded [2021-03-09T16:46:20.759Z] nexus3.edgexfoundry.org:10003 [2021-03-09T16:46:21.362Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:46:21.362Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:46:21.362Z] Configure a credential helper to remove this warning. See [2021-03-09T16:46:21.362Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:46:21.362Z] [2021-03-09T16:46:21.362Z] Login Succeeded [2021-03-09T16:46:21.362Z] nexus3.edgexfoundry.org:10004 [2021-03-09T16:46:21.826Z] 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-09T16:46:21.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:46:21.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:46:21.969Z] Configure a credential helper to remove this warning. See [2021-03-09T16:46:21.969Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:46:21.969Z] [2021-03-09T16:46:21.969Z] Login Succeeded [2021-03-09T16:46:21.969Z] docker.io [2021-03-09T16:46:22.583Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:46:22.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:46:22.861Z] Configure a credential helper to remove this warning. See [2021-03-09T16:46:22.861Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:46:22.861Z] [2021-03-09T16:46:22.861Z] Login Succeeded [2021-03-09T16:46:22.861Z] ---> docker-login.sh ends [Pipeline] } [2021-03-09T16:46:22.883Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-09T16:46:23.473Z] ========================================================= [2021-03-09T16:46:23.473Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-09T16:46:23.473Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:46:23.948Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-09T16:46:26.635Z] Sending build context to Docker daemon 166.6MB [2021-03-09T16:46:26.635Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-09T16:46:26.635Z] Step 2/6 : FROM ${BASE} [2021-03-09T16:46:26.635Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-09T16:46:26.635Z] 5f621e34cdf4: Pulling fs layer [2021-03-09T16:46:26.635Z] a4357932f1b6: Pulling fs layer [2021-03-09T16:46:26.635Z] 18c013af1878: Pulling fs layer [2021-03-09T16:46:26.635Z] 00ac8860ef70: Pulling fs layer [2021-03-09T16:46:26.635Z] 63d7cb157983: Pulling fs layer [2021-03-09T16:46:26.635Z] b116817d02f9: Pulling fs layer [2021-03-09T16:46:26.635Z] 745a02a5169b: Pulling fs layer [2021-03-09T16:46:26.635Z] 00ac8860ef70: Waiting [2021-03-09T16:46:26.635Z] 63d7cb157983: Waiting [2021-03-09T16:46:26.635Z] b116817d02f9: Waiting [2021-03-09T16:46:26.635Z] 745a02a5169b: Waiting [2021-03-09T16:46:26.636Z] 18c013af1878: Verifying Checksum [2021-03-09T16:46:26.636Z] 18c013af1878: Download complete [2021-03-09T16:46:26.636Z] a4357932f1b6: Download complete [2021-03-09T16:46:26.636Z] 63d7cb157983: Verifying Checksum [2021-03-09T16:46:26.636Z] 63d7cb157983: Download complete [2021-03-09T16:46:26.636Z] b116817d02f9: Verifying Checksum [2021-03-09T16:46:26.910Z] 5f621e34cdf4: Download complete [2021-03-09T16:46:27.515Z] 5f621e34cdf4: Pull complete [2021-03-09T16:46:28.144Z] a4357932f1b6: Pull complete [2021-03-09T16:46:28.418Z] 18c013af1878: Pull complete [2021-03-09T16:46:29.408Z] 745a02a5169b: Verifying Checksum [2021-03-09T16:46:29.408Z] 745a02a5169b: Download complete [2021-03-09T16:46:30.874Z] 00ac8860ef70: Verifying Checksum [2021-03-09T16:46:30.874Z] 00ac8860ef70: Download complete [2021-03-09T16:46:32.075Z] 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-09T16:46:34.047Z] 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-09T16:46:35.980Z] 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-09T16:46:36.560Z] 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-09T16:46:39.160Z] 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-09T16:46:41.025Z] 00ac8860ef70: Pull complete [2021-03-09T16:46:41.025Z] 63d7cb157983: Pull complete [2021-03-09T16:46:41.025Z] b116817d02f9: Pull complete [2021-03-09T16:46:41.141Z] 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-09T16:46:42.575Z] 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-09T16:46:44.435Z] 745a02a5169b: Pull complete [2021-03-09T16:46:44.435Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-09T16:46:44.435Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-09T16:46:44.435Z] ---> b7e6874047d6 [2021-03-09T16:46:44.435Z] 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-09T16:46:44.554Z] 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-09T16:46:46.001Z] 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-09T16:46:47.418Z] 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-09T16:46:47.826Z] ---> Running in b6a729a2dbc1 [2021-03-09T16:46:49.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:46:49.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [2021-03-09T16:46:50.007Z] $ docker stop --time=1 c5896efe36aef5d95eabc558167dc44b921c35a87b898f24f1f6b4feeddedb2c [2021-03-09T16:46:51.310Z] (1/12) Installing libmagic (5.38-r0) [2021-03-09T16:46:51.310Z] (2/12) Installing file (5.38-r0) [2021-03-09T16:46:51.585Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-09T16:46:51.585Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-09T16:46:51.842Z] $ docker rm -f c5896efe36aef5d95eabc558167dc44b921c35a87b898f24f1f6b4feeddedb2c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:46:53.886Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T16:46:53.886Z] [2021-03-09T16:46:53.886Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:46:54.248Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T16:46:54.248Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-09T16:46:54.248Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-09T16:46:54.248Z] ca9280d653b3: Pulling fs layer [2021-03-09T16:46:54.248Z] 7e9c9ca2126c: Pulling fs layer [2021-03-09T16:46:54.513Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-09T16:46:54.513Z] cbdbe7a5bc2a: Download complete [2021-03-09T16:46:55.090Z] cbdbe7a5bc2a: Pull complete [2021-03-09T16:46:55.090Z] ca9280d653b3: Verifying Checksum [2021-03-09T16:46:55.090Z] ca9280d653b3: Download complete [2021-03-09T16:46:56.258Z] 7e9c9ca2126c: Verifying Checksum [2021-03-09T16:46:56.258Z] 7e9c9ca2126c: Download complete [2021-03-09T16:46:56.258Z] ca9280d653b3: Pull complete [2021-03-09T16:46:58.319Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-09T16:46:58.319Z] (6/12) Installing patch (2.7.6-r6) [2021-03-09T16:46:58.319Z] (7/12) Installing build-base (0.5-r2) [2021-03-09T16:46:58.319Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-09T16:46:58.319Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-09T16:46:58.319Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-09T16:46:58.319Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-09T16:46:58.319Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-09T16:46:58.319Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:46:58.319Z] OK: 217 MiB in 51 packages [2021-03-09T16:47:02.645Z] Removing intermediate container b6a729a2dbc1 [2021-03-09T16:47:02.645Z] ---> 80db48e773f6 [2021-03-09T16:47:02.645Z] Step 4/6 : WORKDIR /edgex-go [2021-03-09T16:47:02.645Z] ---> Running in 38bf816c100a [2021-03-09T16:47:02.918Z] Removing intermediate container 38bf816c100a [2021-03-09T16:47:02.918Z] ---> 1c1864e8d59d [2021-03-09T16:47:02.918Z] Step 5/6 : COPY go.mod . [2021-03-09T16:47:03.526Z] ---> b88b812d4f9b [2021-03-09T16:47:03.526Z] Step 6/6 : RUN go mod download [2021-03-09T16:47:03.800Z] ---> Running in 35478ea8fb05 [2021-03-09T16:47:04.581Z] 7e9c9ca2126c: Pull complete [2021-03-09T16:47:04.581Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-09T16:47:04.581Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T16:47:04.581Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-09T16:47:04.710Z] prd-centos7-docker-4c-2g-29155 does not seem to be running inside a container [2021-03-09T16:47:04.765Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-09T16:47:06.855Z] $ docker top 33605eef4ae3ebcb2ab8d26bde8106511d46a1045b2db2a0d98447aa67c87734 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T16:47:07.422Z] + docker-compose build --help [2021-03-09T16:47:07.422Z] + grep parallel [2021-03-09T16:47:08.816Z] --parallel Build images in parallel. [Pipeline] } [2021-03-09T16:47:08.831Z] $ docker stop --time=1 33605eef4ae3ebcb2ab8d26bde8106511d46a1045b2db2a0d98447aa67c87734 [2021-03-09T16:47:10.230Z] $ docker rm -f 33605eef4ae3ebcb2ab8d26bde8106511d46a1045b2db2a0d98447aa67c87734 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:47:10.997Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T16:47:10.997Z] . [Pipeline] withDockerContainer [2021-03-09T16:47:11.122Z] prd-centos7-docker-4c-2g-29155 does not seem to be running inside a container [2021-03-09T16:47:11.176Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-09T16:47:13.098Z] $ docker top 5524d4bb1f8a80b82bc6a0306d8f80fd8fd0bca0028a2b3eb0788336b87dd59a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T16:47:13.616Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-09T16:47:15.009Z] Building docker-core-command-go ... [2021-03-09T16:47:15.009Z] Building docker-core-data-go ... [2021-03-09T16:47:15.009Z] Building docker-core-metadata-go ... [2021-03-09T16:47:15.009Z] Building docker-security-bootstrapper-go ... [2021-03-09T16:47:15.009Z] Building docker-security-proxy-setup-go ... [2021-03-09T16:47:15.009Z] Building docker-security-secretstore-setup-go ... [2021-03-09T16:47:15.009Z] Building docker-support-notifications-go ... [2021-03-09T16:47:15.009Z] Building docker-support-scheduler-go ... [2021-03-09T16:47:15.009Z] Building docker-sys-mgmt-agent-go ... [2021-03-09T16:47:15.009Z] Building docker-support-notifications-go [2021-03-09T16:47:15.009Z] Building docker-security-bootstrapper-go [2021-03-09T16:47:15.009Z] Building docker-security-proxy-setup-go [2021-03-09T16:47:15.009Z] Building docker-support-scheduler-go [2021-03-09T16:47:15.009Z] Building docker-core-command-go [2021-03-09T16:47:36.208Z] Removing intermediate container 35478ea8fb05 [2021-03-09T16:47:36.209Z] ---> ff432edc6b09 [2021-03-09T16:47:36.209Z] Successfully built ff432edc6b09 [2021-03-09T16:47:36.209Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:47:36.564Z] + docker inspect -f . ci-base-image-arm64 [2021-03-09T16:47:36.564Z] . [Pipeline] withDockerContainer [2021-03-09T16:47:36.870Z] prd-ubuntu18.04-docker-arm64-4c-16g-29160 does not seem to be running inside a container [2021-03-09T16:47:36.965Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-09T16:47:38.743Z] $ docker top f736653928f3b1883717b259df459c44a204d8a669d9b164025d70ea92fa2ec2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T16:47:39.815Z] + go version [2021-03-09T16:47:39.815Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-09T16:47:39.844Z] $ docker stop --time=1 f736653928f3b1883717b259df459c44a204d8a669d9b164025d70ea92fa2ec2 [2021-03-09T16:47:41.791Z] $ docker rm -f f736653928f3b1883717b259df459c44a204d8a669d9b164025d70ea92fa2ec2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:47:42.813Z] + docker inspect -f . ci-base-image-arm64 [2021-03-09T16:47:42.813Z] . [Pipeline] withDockerContainer [2021-03-09T16:47:43.072Z] prd-ubuntu18.04-docker-arm64-4c-16g-29160 does not seem to be running inside a container [2021-03-09T16:47:43.171Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-09T16:47:44.722Z] $ docker top aacb1665a8b7319a1b79cbafcc6c522b9feff69ba6eff1374a83881b777b6b2f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-09T16:47:45.144Z] ========================================================= [2021-03-09T16:47:45.144Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-09T16:47:45.144Z] ========================================================= [Pipeline] sh [2021-03-09T16:47:45.829Z] + make test [2021-03-09T16:47:45.829Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-09T16:47:54.464Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:47:54.464Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:47:54.464Z] ---> 65fab116fe35 [2021-03-09T16:47:54.464Z] Step 3/21 : WORKDIR /edgex-go [2021-03-09T16:47:54.464Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:47:54.464Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:47:54.464Z] ---> 65fab116fe35 [2021-03-09T16:47:54.464Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T16:47:54.464Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:47:54.465Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:47:54.465Z] ---> 65fab116fe35 [2021-03-09T16:47:54.465Z] Step 3/31 : WORKDIR /edgex-go [2021-03-09T16:47:54.465Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:47:54.465Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:47:54.465Z] ---> 65fab116fe35 [2021-03-09T16:47:54.465Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T16:47:54.465Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:47:54.465Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:47:54.465Z] ---> 65fab116fe35 [2021-03-09T16:47:54.465Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T16:47:54.465Z] ---> Running in d0446b358e98 [2021-03-09T16:47:54.465Z] ---> Running in 71e47a05933e [2021-03-09T16:47:54.465Z] ---> Running in cc42dbf5282c [2021-03-09T16:47:54.465Z] ---> Running in 6447768135ba [2021-03-09T16:47:54.465Z] ---> Running in 60ee4c73de2c [2021-03-09T16:47:55.070Z] Removing intermediate container 6447768135ba [2021-03-09T16:47:55.070Z] ---> 0c1c590f4adb [2021-03-09T16:47:55.070Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:47:55.070Z] Removing intermediate container 71e47a05933e [2021-03-09T16:47:55.070Z] ---> 836b869fdbf5 [2021-03-09T16:47:55.070Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:47:55.070Z] Removing intermediate container cc42dbf5282c [2021-03-09T16:47:55.070Z] ---> 7bc150a1f58c [2021-03-09T16:47:55.070Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:47:55.070Z] Removing intermediate container d0446b358e98 [2021-03-09T16:47:55.070Z] ---> 1f6b86d4ba8e [2021-03-09T16:47:55.070Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:47:55.070Z] Removing intermediate container 60ee4c73de2c [2021-03-09T16:47:55.070Z] ---> 12a65b1da3c2 [2021-03-09T16:47:55.070Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:47:55.070Z] ---> Running in 05a4cb3995e9 [2021-03-09T16:47:55.070Z] ---> Running in 5e2a0a86cc75 [2021-03-09T16:47:55.334Z] ---> Running in 762f5e676ce4 [2021-03-09T16:47:55.334Z] ---> Running in bac7ec7233fc [2021-03-09T16:47:55.334Z] ---> Running in d98b9dfad832 [2021-03-09T16:47:57.921Z] Removing intermediate container 762f5e676ce4 [2021-03-09T16:47:57.921Z] ---> 8a35c01da067 [2021-03-09T16:47:57.921Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-09T16:47:57.921Z] Removing intermediate container 5e2a0a86cc75 [2021-03-09T16:47:57.921Z] ---> 150fe3518e86 [2021-03-09T16:47:57.921Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T16:47:57.921Z] ---> Running in b771a1941d0b [2021-03-09T16:47:58.183Z] ---> Running in 625d22d472e6 [2021-03-09T16:47:58.183Z] Removing intermediate container bac7ec7233fc [2021-03-09T16:47:58.183Z] ---> 40d2f6dcaa06 [2021-03-09T16:47:58.183Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-09T16:47:58.184Z] Removing intermediate container 05a4cb3995e9 [2021-03-09T16:47:58.184Z] ---> c19f01e0fac8 [2021-03-09T16:47:58.184Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-09T16:47:58.184Z] Removing intermediate container d98b9dfad832 [2021-03-09T16:47:58.184Z] ---> 9cf0ba8a110b [2021-03-09T16:47:58.184Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-09T16:47:58.445Z] ---> Running in ff9dca7a3a0e [2021-03-09T16:47:58.445Z] ---> Running in ccfb794a177c [2021-03-09T16:47:58.445Z] ---> Running in cca61e18db9b [2021-03-09T16:47:59.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:47:59.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:47:59.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:47:59.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:47:59.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:48:00.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:48:00.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:48:00.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:48:00.658Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:48:00.659Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:48:00.935Z] OK: 233 MiB in 51 packages [2021-03-09T16:48:01.207Z] OK: 233 MiB in 51 packages [2021-03-09T16:48:01.207Z] OK: 233 MiB in 51 packages [2021-03-09T16:48:01.482Z] OK: 233 MiB in 51 packages [2021-03-09T16:48:01.482Z] OK: 233 MiB in 51 packages [2021-03-09T16:48:01.764Z] Removing intermediate container b771a1941d0b [2021-03-09T16:48:01.764Z] ---> a83bdf10581a [2021-03-09T16:48:01.764Z] Step 6/21 : COPY go.mod . [2021-03-09T16:48:02.033Z] Removing intermediate container 625d22d472e6 [2021-03-09T16:48:02.033Z] ---> 90890021a2ce [2021-03-09T16:48:02.033Z] Step 6/23 : COPY go.mod . [2021-03-09T16:48:02.296Z] Removing intermediate container ff9dca7a3a0e [2021-03-09T16:48:02.296Z] ---> a2c27f5a651a [2021-03-09T16:48:02.296Z] Step 6/31 : COPY go.mod . [2021-03-09T16:48:02.296Z] ---> ce1516b5c2c4 [2021-03-09T16:48:02.297Z] Step 7/21 : RUN go mod download [2021-03-09T16:48:02.560Z] ---> Running in 0e565aa298c6 [2021-03-09T16:48:02.833Z] ---> 039404086ecc [2021-03-09T16:48:02.833Z] Step 7/23 : RUN go mod download [2021-03-09T16:48:02.833Z] Removing intermediate container ccfb794a177c [2021-03-09T16:48:02.833Z] ---> bb1577f65ec4 [2021-03-09T16:48:02.833Z] Step 6/22 : COPY go.mod . [2021-03-09T16:48:02.833Z] Removing intermediate container cca61e18db9b [2021-03-09T16:48:02.833Z] ---> fb8a064c5da1 [2021-03-09T16:48:02.833Z] Step 6/22 : COPY go.mod . [2021-03-09T16:48:02.833Z] ---> fa875bf3c052 [2021-03-09T16:48:02.833Z] Step 7/31 : RUN go mod download [2021-03-09T16:48:02.833Z] ---> Running in a55712a0b8f4 [2021-03-09T16:48:03.121Z] ---> Running in dc9dec9665f8 [2021-03-09T16:48:03.122Z] ---> dfd3f8d12862 [2021-03-09T16:48:03.122Z] Step 7/22 : RUN go mod download [2021-03-09T16:48:03.393Z] ---> 31537a84e7b0 [2021-03-09T16:48:03.393Z] Step 7/22 : RUN go mod download [2021-03-09T16:48:03.663Z] ---> Running in b60fdd0acb9e [2021-03-09T16:48:03.663Z] ---> Running in 221272aa1c73 [2021-03-09T16:48:05.664Z] Removing intermediate container 0e565aa298c6 [2021-03-09T16:48:05.664Z] ---> 4aec635d261a [2021-03-09T16:48:05.664Z] Step 8/21 : COPY . . [2021-03-09T16:48:05.664Z] Removing intermediate container a55712a0b8f4 [2021-03-09T16:48:05.664Z] ---> e27f5166bcc1 [2021-03-09T16:48:05.664Z] Step 8/23 : COPY . . [2021-03-09T16:48:05.664Z] Removing intermediate container dc9dec9665f8 [2021-03-09T16:48:05.664Z] ---> 502bc02aba3f [2021-03-09T16:48:05.664Z] Step 8/31 : COPY . . [2021-03-09T16:48:06.267Z] Removing intermediate container 221272aa1c73 [2021-03-09T16:48:06.267Z] ---> 0ff4f4dc1b85 [2021-03-09T16:48:06.267Z] Step 8/22 : COPY . . [2021-03-09T16:48:06.851Z] Removing intermediate container b60fdd0acb9e [2021-03-09T16:48:06.851Z] ---> 118c39f411d4 [2021-03-09T16:48:06.851Z] Step 8/22 : COPY . . [2021-03-09T16:48:12.638Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-09T16:48:53.942Z] ---> ffe89467b2c3 [2021-03-09T16:48:53.942Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-09T16:48:53.942Z] ---> d12e10ff7a84 [2021-03-09T16:48:53.942Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-09T16:48:53.942Z] ---> 7fbc66aad689 [2021-03-09T16:48:53.942Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-09T16:48:53.942Z] ---> 03f1a476121e [2021-03-09T16:48:53.942Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-09T16:48:53.942Z] ---> Running in 37066eaee236 [2021-03-09T16:48:53.942Z] ---> Running in 136ca67cfca9 [2021-03-09T16:48:53.942Z] ---> Running in 788a8500f5ac [2021-03-09T16:48:53.942Z] ---> Running in aa62692e8ca3 [2021-03-09T16:48:53.942Z] ---> c0dce17e68f3 [2021-03-09T16:48:53.942Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-09T16:48:53.942Z] ---> Running in 730cf53d6510 [2021-03-09T16:48:53.942Z] 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-09T16:48:53.942Z] 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-09T16:48:53.942Z] 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-09T16:48:53.942Z] 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-09T16:48:53.942Z] 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-09T16:49:09.285Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-09T16:49:19.872Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-09T16:49:28.242Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-09T16:49:28.242Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-09T16:49:32.650Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-09T16:49:32.650Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-09T16:49:32.650Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-09T16:49:32.650Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-09T16:49:35.295Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-09T16:49:36.783Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-09T16:49:41.045Z] 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-09T16:49:45.458Z] Removing intermediate container 37066eaee236 [2021-03-09T16:49:45.458Z] ---> 0d1ad989ba17 [2021-03-09T16:49:45.458Z] [2021-03-09T16:49:45.458Z] Step 10/31 : FROM alpine:3.12 [2021-03-09T16:49:45.458Z] 3.12: Pulling from library/alpine [2021-03-09T16:49:45.730Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-09T16:49:45.730Z] Status: Downloaded newer image for alpine:3.12 [2021-03-09T16:49:45.730Z] ---> 88dd2752d2ea [2021-03-09T16:49:45.730Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-09T16:49:46.743Z] ---> Running in 0bc7dc80fec0 [2021-03-09T16:49:47.030Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-09T16:49:47.031Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-09T16:49:47.031Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-09T16:49:50.098Z] Removing intermediate container 788a8500f5ac [2021-03-09T16:49:50.098Z] ---> 9fdc175f39b2 [2021-03-09T16:49:50.098Z] [2021-03-09T16:49:50.098Z] Step 10/21 : FROM alpine:3.12 [2021-03-09T16:49:50.098Z] ---> 88dd2752d2ea [2021-03-09T16:49:50.098Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-09T16:49:50.098Z] Removing intermediate container 0bc7dc80fec0 [2021-03-09T16:49:50.098Z] ---> 1cbfd30bed13 [2021-03-09T16:49:50.098Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-09T16:49:50.098Z] Removing intermediate container 136ca67cfca9 [2021-03-09T16:49:50.098Z] ---> d2bc83fc0836 [2021-03-09T16:49:50.098Z] [2021-03-09T16:49:50.098Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T16:49:50.098Z] ---> 88dd2752d2ea [2021-03-09T16:49:50.098Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T16:49:50.681Z] ---> Running in 0111fa7ce4c8 [2021-03-09T16:49:50.681Z] ---> Running in 72a7252a85da [2021-03-09T16:49:50.957Z] Removing intermediate container 730cf53d6510 [2021-03-09T16:49:50.957Z] ---> 865262b90e1b [2021-03-09T16:49:50.957Z] [2021-03-09T16:49:50.957Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T16:49:50.957Z] ---> 88dd2752d2ea [2021-03-09T16:49:50.957Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-09T16:49:50.957Z] Removing intermediate container aa62692e8ca3 [2021-03-09T16:49:50.957Z] ---> dfd0cdaa1b04 [2021-03-09T16:49:50.957Z] [2021-03-09T16:49:50.957Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T16:49:50.957Z] ---> 88dd2752d2ea [2021-03-09T16:49:50.957Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-09T16:49:51.311Z] ---> Running in 60fc8ce05a8c [2021-03-09T16:49:51.311Z] ---> Running in 0587f1d4e291 [2021-03-09T16:49:51.311Z] ---> Running in 7e1fe38d5698 [2021-03-09T16:49:52.671Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:49:52.671Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:49:52.671Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:49:52.671Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:49:52.671Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:49:52.671Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-09T16:49:52.940Z] (2/2) Installing su-exec (0.2-r1) [2021-03-09T16:49:52.940Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:49:52.940Z] OK: 6 MiB in 16 packages [2021-03-09T16:49:52.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:49:52.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:49:52.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:49:52.940Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-09T16:49:52.940Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T16:49:52.940Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-09T16:49:52.940Z] (4/4) Installing curl (7.69.1-r3) [2021-03-09T16:49:52.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:49:52.940Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:49:52.940Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T16:49:52.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:49:52.940Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-09T16:49:53.216Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:49:53.216Z] OK: 6 MiB in 15 packages [2021-03-09T16:49:53.216Z] OK: 7 MiB in 18 packages [2021-03-09T16:49:53.216Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-09T16:49:53.216Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-09T16:49:53.216Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:49:53.216Z] OK: 6 MiB in 15 packages [2021-03-09T16:49:53.216Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-09T16:49:53.216Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:49:53.216Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T16:49:53.810Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.370s coverage: 45.9% of statements [2021-03-09T16:49:53.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-09T16:49:53.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-09T16:49:53.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-09T16:49:53.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-09T16:49:53.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-09T16:49:53.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-09T16:49:53.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-09T16:49:54.176Z] OK: 6 MiB in 16 packages [2021-03-09T16:49:54.416Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.274s coverage: 100.0% of statements [2021-03-09T16:49:54.442Z] Removing intermediate container 72a7252a85da [2021-03-09T16:49:54.442Z] ---> 3788a1c37f5b [2021-03-09T16:49:54.442Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-09T16:49:54.708Z] ---> Running in 9aff5e01ffa0 [2021-03-09T16:49:54.708Z] Removing intermediate container 60fc8ce05a8c [2021-03-09T16:49:54.708Z] ---> 4bcd0a3b6ce5 [2021-03-09T16:49:54.708Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T16:49:54.977Z] ---> Running in ca6aa18d92d7 [2021-03-09T16:49:55.932Z] Removing intermediate container 0587f1d4e291 [2021-03-09T16:49:56.198Z] ---> b30e223297f0 [2021-03-09T16:49:56.198Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T16:49:56.198Z] Removing intermediate container 9aff5e01ffa0 [2021-03-09T16:49:56.198Z] ---> 21eda05a461a [2021-03-09T16:49:56.198Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-09T16:49:56.198Z] Removing intermediate container 0111fa7ce4c8 [2021-03-09T16:49:56.198Z] ---> d9b6b5f6a03f [2021-03-09T16:49:56.198Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T16:49:56.198Z] Removing intermediate container ca6aa18d92d7 [2021-03-09T16:49:56.198Z] ---> 72408e478213 [2021-03-09T16:49:56.198Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-09T16:49:56.198Z] ---> Running in 4fc9f76deab6 [2021-03-09T16:49:56.198Z] ---> Running in 08cd48bb8a7e [2021-03-09T16:49:56.463Z] Removing intermediate container 7e1fe38d5698 [2021-03-09T16:49:56.463Z] ---> 466b1a4136e6 [2021-03-09T16:49:56.463Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T16:49:56.463Z] ---> Running in 23b504f0219f [2021-03-09T16:49:56.463Z] ---> Running in 7577bc5b04e7 [2021-03-09T16:49:56.463Z] ---> Running in 8f8c5ae34a84 [2021-03-09T16:49:56.726Z] Removing intermediate container 08cd48bb8a7e [2021-03-09T16:49:56.726Z] ---> 7e59bf128890 [2021-03-09T16:49:56.726Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-09T16:49:56.726Z] Removing intermediate container 4fc9f76deab6 [2021-03-09T16:49:56.726Z] ---> 4905e140f17b [2021-03-09T16:49:56.726Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-09T16:49:56.726Z] Removing intermediate container 23b504f0219f [2021-03-09T16:49:56.726Z] ---> 6e10d013201c [2021-03-09T16:49:56.726Z] Step 13/21 : WORKDIR /edgex [2021-03-09T16:49:56.990Z] ---> Running in 6ea3da330c95 [2021-03-09T16:49:56.990Z] ---> Running in d6cfcc55793a [2021-03-09T16:49:56.990Z] Removing intermediate container 7577bc5b04e7 [2021-03-09T16:49:56.990Z] ---> b648266ff98d [2021-03-09T16:49:56.990Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T16:49:56.990Z] Removing intermediate container 8f8c5ae34a84 [2021-03-09T16:49:56.990Z] ---> 8a22b12f020b [2021-03-09T16:49:56.990Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-09T16:49:57.258Z] ---> Running in 6a07b909725a [2021-03-09T16:49:57.258Z] ---> Running in ec9c2ee8242c [2021-03-09T16:49:57.526Z] ---> Running in bd7e61e2ac22 [2021-03-09T16:49:57.793Z] Removing intermediate container 6ea3da330c95 [2021-03-09T16:49:57.793Z] ---> 38b0b69d6998 [2021-03-09T16:49:57.793Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T16:49:57.793Z] Removing intermediate container ec9c2ee8242c [2021-03-09T16:49:57.793Z] ---> 1d9d0034f6be [2021-03-09T16:49:57.793Z] Step 15/23 : WORKDIR / [2021-03-09T16:49:57.793Z] Removing intermediate container 6a07b909725a [2021-03-09T16:49:57.793Z] ---> 07a9bf82d40a [2021-03-09T16:49:57.793Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-09T16:49:58.070Z] ---> Running in a72c1384409f [2021-03-09T16:49:58.070Z] ---> Running in f83ca79703f1 [2021-03-09T16:49:58.070Z] Removing intermediate container bd7e61e2ac22 [2021-03-09T16:49:58.070Z] ---> e6f061552aac [2021-03-09T16:49:58.070Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T16:49:58.070Z] ---> Running in 03208931c9d4 [2021-03-09T16:49:58.346Z] Removing intermediate container a72c1384409f [2021-03-09T16:49:58.346Z] ---> e7565bc5ab50 [2021-03-09T16:49:58.346Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:49:58.346Z] ---> 69389777d869 [2021-03-09T16:49:58.346Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-09T16:49:58.616Z] Removing intermediate container f83ca79703f1 [2021-03-09T16:49:58.616Z] ---> 886b234dec56 [2021-03-09T16:49:58.616Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:49:58.616Z] Removing intermediate container 03208931c9d4 [2021-03-09T16:49:58.616Z] ---> 039e347cc5ca [2021-03-09T16:49:58.616Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:49:58.891Z] ---> 958f63685b8d [2021-03-09T16:49:58.891Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-09T16:49:58.891Z] Removing intermediate container d6cfcc55793a [2021-03-09T16:49:58.891Z] ---> 742a3a9e60aa [2021-03-09T16:49:58.891Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-09T16:49:58.891Z] ---> 0b34815571ae [2021-03-09T16:49:58.891Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-09T16:49:59.159Z] ---> Running in 1787222ef0dd [2021-03-09T16:49:59.159Z] ---> 59654105816e [2021-03-09T16:49:59.159Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-09T16:49:59.159Z] ---> bd457021425d [2021-03-09T16:49:59.159Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-09T16:49:59.434Z] ---> 66d465975af0 [2021-03-09T16:49:59.434Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-09T16:49:59.434Z] Removing intermediate container 1787222ef0dd [2021-03-09T16:49:59.434Z] ---> f0c41c562260 [2021-03-09T16:49:59.434Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-09T16:50:00.035Z] ---> 4aa1d7e7dccd [2021-03-09T16:50:00.035Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-09T16:50:00.303Z] ---> a4dcce8f3a93 [2021-03-09T16:50:00.303Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-09T16:50:00.303Z] ---> 740dde7f6414 [2021-03-09T16:50:00.303Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-09T16:50:00.303Z] ---> 614be5a1d04b [2021-03-09T16:50:00.303Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-09T16:50:00.303Z] ---> d31ce4380867 [2021-03-09T16:50:00.303Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-09T16:50:00.570Z] ---> ab9d3009e77b [2021-03-09T16:50:00.570Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-09T16:50:00.570Z] ---> Running in 6233b88657aa [2021-03-09T16:50:00.570Z] ---> Running in 4a72f2cb83d4 [2021-03-09T16:50:00.570Z] ---> Running in ff515edf607a [2021-03-09T16:50:00.839Z] ---> Running in 2184fcdf0e25 [2021-03-09T16:50:01.110Z] ---> 3de501acacdd [2021-03-09T16:50:01.110Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-09T16:50:01.110Z] Removing intermediate container 4a72f2cb83d4 [2021-03-09T16:50:01.110Z] ---> 299f2582af0c [2021-03-09T16:50:01.110Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:50:01.110Z] Removing intermediate container ff515edf607a [2021-03-09T16:50:01.110Z] ---> 7ac334e12d82 [2021-03-09T16:50:01.110Z] Step 18/21 : CMD ["--init=true"] [2021-03-09T16:50:01.110Z] Removing intermediate container 2184fcdf0e25 [2021-03-09T16:50:01.110Z] ---> c1778942465a [2021-03-09T16:50:01.110Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:50:01.110Z] ---> Running in e5f97fbe7dfe [2021-03-09T16:50:01.110Z] ---> Running in 08079b1a2962 [2021-03-09T16:50:01.381Z] ---> Running in 3aeb63e7e4d3 [2021-03-09T16:50:01.381Z] ---> Running in 304fe36d3862 [2021-03-09T16:50:01.647Z] Removing intermediate container e5f97fbe7dfe [2021-03-09T16:50:01.647Z] ---> ea5d1c357a78 [2021-03-09T16:50:01.647Z] Step 19/21 : LABEL arch=x86_64 [2021-03-09T16:50:01.647Z] Removing intermediate container 08079b1a2962 [2021-03-09T16:50:01.647Z] ---> 3b33d018f3f7 [2021-03-09T16:50:01.647Z] Step 20/22 : LABEL arch=x86_64 [2021-03-09T16:50:01.647Z] Removing intermediate container 3aeb63e7e4d3 [2021-03-09T16:50:01.647Z] ---> 786b4276fbe7 [2021-03-09T16:50:01.647Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:50:01.647Z] Removing intermediate container 304fe36d3862 [2021-03-09T16:50:01.647Z] ---> 88790323e19d [2021-03-09T16:50:01.647Z] Step 21/23 : LABEL arch=x86_64 [2021-03-09T16:50:01.914Z] ---> Running in 3e8a878e15ae [2021-03-09T16:50:01.914Z] ---> Running in 469bafca5b04 [2021-03-09T16:50:01.914Z] ---> Running in 8741f1ff2853 [2021-03-09T16:50:01.914Z] ---> Running in 963445a54abb [2021-03-09T16:50:02.505Z] Removing intermediate container 469bafca5b04 [2021-03-09T16:50:02.505Z] ---> 3b7ce60da7f8 [2021-03-09T16:50:02.505Z] Step 20/21 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 [2021-03-09T16:50:02.505Z] Removing intermediate container 3e8a878e15ae [2021-03-09T16:50:02.505Z] ---> 4cb64ff2bf7d [2021-03-09T16:50:02.505Z] Step 21/22 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 [2021-03-09T16:50:02.505Z] Removing intermediate container 8741f1ff2853 [2021-03-09T16:50:02.505Z] ---> 1c86a1b32bdb [2021-03-09T16:50:02.505Z] Step 20/22 : LABEL arch=x86_64 [2021-03-09T16:50:02.505Z] Removing intermediate container 963445a54abb [2021-03-09T16:50:02.505Z] ---> 481b788b0cb5 [2021-03-09T16:50:02.505Z] Step 22/23 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 [2021-03-09T16:50:02.505Z] ---> Running in ae4b7964f854 [2021-03-09T16:50:02.505Z] ---> Running in d78d4f22335f [2021-03-09T16:50:02.505Z] Removing intermediate container 6233b88657aa [2021-03-09T16:50:02.505Z] ---> 348bf8be27ad [2021-03-09T16:50:02.505Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:50:02.789Z] ---> Running in 615334cc2bbd [2021-03-09T16:50:02.789Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.627s coverage: 27.1% of statements [2021-03-09T16:50:02.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-09T16:50:02.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-09T16:50:02.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-09T16:50:02.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-09T16:50:02.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-09T16:50:02.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-09T16:50:02.789Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements [2021-03-09T16:50:02.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-09T16:50:02.789Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements [2021-03-09T16:50:02.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-09T16:50:02.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-09T16:50:02.789Z] ---> Running in e4aec3d33dfc [2021-03-09T16:50:02.789Z] Removing intermediate container ae4b7964f854 [2021-03-09T16:50:02.789Z] ---> a0b0c1eb4cb6 [2021-03-09T16:50:02.789Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T16:50:02.789Z] Removing intermediate container d78d4f22335f [2021-03-09T16:50:02.789Z] ---> 43514504dbb6 [2021-03-09T16:50:02.789Z] Step 21/21 : LABEL version=0.0.0 [2021-03-09T16:50:03.060Z] ---> Running in 4ecbe254a928 [2021-03-09T16:50:03.060Z] ---> Running in 419407c3829d [2021-03-09T16:50:03.060Z] Removing intermediate container 615334cc2bbd [2021-03-09T16:50:03.060Z] ---> 034e3903e6cb [2021-03-09T16:50:03.060Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T16:50:03.060Z] Removing intermediate container e4aec3d33dfc [2021-03-09T16:50:03.060Z] ---> ed8fc1e318ff [2021-03-09T16:50:03.060Z] Step 21/22 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 [2021-03-09T16:50:03.326Z] ---> 30043a78d068 [2021-03-09T16:50:03.326Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-09T16:50:03.326Z] ---> Running in adb99456f7e1 [2021-03-09T16:50:03.326Z] ---> Running in ff3b766c2378 [2021-03-09T16:50:03.326Z] Removing intermediate container 419407c3829d [2021-03-09T16:50:03.326Z] ---> bc7ec07618ed [2021-03-09T16:50:03.326Z] [2021-03-09T16:50:03.598Z] Removing intermediate container 4ecbe254a928 [2021-03-09T16:50:03.598Z] ---> 2d9d0d21c263 [2021-03-09T16:50:03.598Z] [2021-03-09T16:50:03.872Z] Successfully built 2d9d0d21c263 [2021-03-09T16:50:03.872Z] Successfully built bc7ec07618ed [2021-03-09T16:50:03.872Z] Removing intermediate container adb99456f7e1 [2021-03-09T16:50:03.872Z] ---> d689529314e7 [2021-03-09T16:50:03.872Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T16:50:03.872Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-09T16:50:03.872Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-03-09T16:50:03.872Z] Removing intermediate container ff3b766c2378 [2021-03-09T16:50:03.872Z] ---> d3633f939b93 [2021-03-09T16:50:03.872Z] [2021-03-09T16:50:03.872Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-09T16:50:03.872Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-03-09T16:50:03.872Z] ---> Running in 13159cc6995d [2021-03-09T16:50:04.166Z] ---> e593e6430119 [2021-03-09T16:50:04.166Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-09T16:50:04.166Z] Successfully built d3633f939b93 [2021-03-09T16:50:04.166Z] Successfully tagged docker-core-command-go:latest [2021-03-09T16:50:04.166Z] Building docker-core-data-go [2021-03-09T16:50:04.166Z]  Building docker-core-command-go ... done Removing intermediate container 13159cc6995d [2021-03-09T16:50:04.166Z] ---> 07c24e5fc5c7 [2021-03-09T16:50:04.166Z] [2021-03-09T16:50:04.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.303s coverage: 71.3% of statements [2021-03-09T16:50:04.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-09T16:50:04.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-09T16:50:04.441Z] Successfully built 07c24e5fc5c7 [2021-03-09T16:50:04.441Z] Successfully tagged docker-support-notifications-go:latest [2021-03-09T16:50:04.441Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-03-09T16:50:04.441Z] ---> 7a419d693cbe [2021-03-09T16:50:04.441Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-09T16:50:05.026Z] ---> f8dbc8db0a67 [2021-03-09T16:50:05.026Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-09T16:50:05.293Z] ---> 92616f994df1 [2021-03-09T16:50:05.293Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-09T16:50:05.293Z] ---> Running in 54e73dffe4f4 [2021-03-09T16:50:05.893Z] Removing intermediate container 54e73dffe4f4 [2021-03-09T16:50:05.893Z] ---> 8b8e9ebc6a5d [2021-03-09T16:50:05.893Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-09T16:50:06.905Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.544s coverage: 82.9% of statements [2021-03-09T16:50:06.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-09T16:50:06.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:50:06.905Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.161s coverage: 78.9% of statements [2021-03-09T16:50:06.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-09T16:50:09.293Z] ---> e2325e928eec [2021-03-09T16:50:09.293Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-09T16:50:09.293Z] ---> Running in 7662d66e0d83 [2021-03-09T16:50:11.930Z] Removing intermediate container 7662d66e0d83 [2021-03-09T16:50:11.930Z] ---> 012104e3e071 [2021-03-09T16:50:11.930Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-09T16:50:12.916Z] ---> Running in 0ee8cc913e47 [2021-03-09T16:50:13.195Z] Removing intermediate container 0ee8cc913e47 [2021-03-09T16:50:13.195Z] ---> b812bdca6e61 [2021-03-09T16:50:13.195Z] Step 28/31 : CMD ["gate"] [2021-03-09T16:50:13.460Z] ---> Running in ba0443d74e14 [2021-03-09T16:50:14.053Z] Removing intermediate container ba0443d74e14 [2021-03-09T16:50:14.053Z] ---> 16f61f0e1f68 [2021-03-09T16:50:14.053Z] Step 29/31 : LABEL arch=x86_64 [2021-03-09T16:50:15.015Z] ---> Running in 05ea36e20d1e [2021-03-09T16:50:15.611Z] Removing intermediate container 05ea36e20d1e [2021-03-09T16:50:15.611Z] ---> 1af84eb1a6d9 [2021-03-09T16:50:15.611Z] Step 30/31 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 [2021-03-09T16:50:16.211Z] ---> Running in e60a5b0b8f00 [2021-03-09T16:50:16.802Z] Removing intermediate container e60a5b0b8f00 [2021-03-09T16:50:16.802Z] ---> 54f0e2882eab [2021-03-09T16:50:16.802Z] Step 31/31 : LABEL version=0.0.0 [2021-03-09T16:50:16.802Z] ---> Running in b713f9afb0d0 [2021-03-09T16:50:17.076Z] Removing intermediate container b713f9afb0d0 [2021-03-09T16:50:17.076Z] ---> c93e3a4085e0 [2021-03-09T16:50:17.076Z] [2021-03-09T16:50:17.110Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.299s coverage: 28.6% of statements [2021-03-09T16:50:17.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-09T16:50:17.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-09T16:50:17.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-09T16:50:17.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-09T16:50:17.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-09T16:50:17.110Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.166s coverage: 100.0% of statements [2021-03-09T16:50:17.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-09T16:50:17.110Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.086s coverage: 100.0% of statements [2021-03-09T16:50:17.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-09T16:50:17.110Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.415s coverage: 86.7% of statements [2021-03-09T16:50:17.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-09T16:50:17.347Z] Successfully built c93e3a4085e0 [2021-03-09T16:50:17.347Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-09T16:50:17.713Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.420s coverage: 97.5% of statements [2021-03-09T16:50:17.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-09T16:50:17.714Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.147s coverage: 78.3% of statements [2021-03-09T16:50:17.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-09T16:50:17.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-09T16:50:17.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-09T16:50:17.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-09T16:50:27.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.503s coverage: 92.8% of statements [2021-03-09T16:50:27.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-09T16:50:27.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:50:27.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-09T16:50:27.937Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-09T16:50:27.937Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-09T16:50:27.937Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-09T16:50:27.937Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-09T16:50:27.937Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-09T16:50:27.937Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-09T16:50:27.937Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-09T16:50:27.937Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-09T16:50:27.937Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-09T16:50:27.937Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-09T16:50:27.937Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-09T16:50:27.937Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-09T16:50:27.937Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-09T16:50:27.937Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-09T16:50:27.937Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-09T16:50:27.937Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-03-09T16:50:27.937Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-09T16:50:27.937Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-09T16:50:27.937Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.259s coverage: 0.1% of statements [2021-03-09T16:50:27.938Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-09T16:50:27.938Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-09T16:50:27.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-09T16:50:27.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.105s coverage: 47.1% of statements [2021-03-09T16:50:27.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.080s coverage: 79.5% of statements [2021-03-09T16:50:27.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.065s coverage: 94.1% of statements [2021-03-09T16:50:27.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.119s coverage: 96.3% of statements [2021-03-09T16:50:28.553Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.094s coverage: 87.5% of statements [2021-03-09T16:50:35.640Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:50:35.640Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:50:35.640Z] ---> 65fab116fe35 [2021-03-09T16:50:35.640Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T16:50:35.640Z] ---> Using cache [2021-03-09T16:50:35.640Z] ---> 836b869fdbf5 [2021-03-09T16:50:35.640Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:50:35.640Z] ---> Using cache [2021-03-09T16:50:35.640Z] ---> c19f01e0fac8 [2021-03-09T16:50:35.640Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T16:50:35.640Z] ---> Using cache [2021-03-09T16:50:35.640Z] ---> bb1577f65ec4 [2021-03-09T16:50:35.640Z] Step 6/23 : COPY go.mod . [2021-03-09T16:50:35.640Z] ---> Using cache [2021-03-09T16:50:35.640Z] ---> dfd3f8d12862 [2021-03-09T16:50:35.640Z] Step 7/23 : RUN go mod download [2021-03-09T16:50:35.640Z] ---> Using cache [2021-03-09T16:50:35.640Z] ---> 118c39f411d4 [2021-03-09T16:50:35.640Z] Step 8/23 : COPY . . [2021-03-09T16:50:35.909Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:50:35.909Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:50:35.909Z] ---> 65fab116fe35 [2021-03-09T16:50:35.909Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T16:50:35.909Z] ---> Using cache [2021-03-09T16:50:35.909Z] ---> 836b869fdbf5 [2021-03-09T16:50:35.909Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:50:35.909Z] ---> Using cache [2021-03-09T16:50:35.909Z] ---> c19f01e0fac8 [2021-03-09T16:50:35.909Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-09T16:50:35.909Z] ---> Using cache [2021-03-09T16:50:35.909Z] ---> c0dce17e68f3 [2021-03-09T16:50:35.909Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-09T16:50:36.176Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:50:36.176Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:50:36.176Z] ---> 65fab116fe35 [2021-03-09T16:50:36.176Z] Step 3/24 : WORKDIR /edgex-go [2021-03-09T16:50:36.176Z] ---> Using cache [2021-03-09T16:50:36.176Z] ---> 836b869fdbf5 [2021-03-09T16:50:36.176Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:50:36.176Z] ---> Using cache [2021-03-09T16:50:36.176Z] ---> c19f01e0fac8 [2021-03-09T16:50:36.176Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-09T16:50:36.176Z] ---> Using cache [2021-03-09T16:50:36.176Z] ---> bb1577f65ec4 [2021-03-09T16:50:36.176Z] Step 6/24 : COPY go.mod . [2021-03-09T16:50:36.176Z] ---> Using cache [2021-03-09T16:50:36.176Z] ---> dfd3f8d12862 [2021-03-09T16:50:36.176Z] Step 7/24 : RUN go mod download [2021-03-09T16:50:36.176Z] ---> Using cache [2021-03-09T16:50:36.176Z] ---> 118c39f411d4 [2021-03-09T16:50:36.176Z] Step 8/24 : COPY . . [2021-03-09T16:50:36.811Z] ---> Using cache [2021-03-09T16:50:36.811Z] ---> c0dce17e68f3 [2021-03-09T16:50:36.811Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-09T16:50:37.075Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:50:37.075Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:50:37.075Z] ---> 65fab116fe35 [2021-03-09T16:50:37.075Z] Step 3/26 : WORKDIR /edgex-go [2021-03-09T16:50:37.075Z] ---> Using cache [2021-03-09T16:50:37.075Z] ---> 836b869fdbf5 [2021-03-09T16:50:37.075Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:50:37.075Z] ---> Using cache [2021-03-09T16:50:37.075Z] ---> c19f01e0fac8 [2021-03-09T16:50:37.075Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-09T16:50:37.692Z] ---> Running in 446b89d12988 [2021-03-09T16:50:37.692Z] ---> Running in 738a49c4c49e [2021-03-09T16:50:37.692Z] ---> Running in e1f66059a018 [2021-03-09T16:50:37.692Z] ---> Running in fb2bb32535a5 [2021-03-09T16:50:39.112Z] 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-09T16:50:39.112Z] 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-09T16:50:39.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:50:39.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:50:39.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:50:39.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:50:40.699Z] OK: 233 MiB in 51 packages [2021-03-09T16:50:40.699Z] OK: 233 MiB in 51 packages [2021-03-09T16:50:40.978Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.094s coverage: 94.4% of statements [2021-03-09T16:50:40.978Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements [2021-03-09T16:50:40.978Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.135s coverage: 81.4% of statements [2021-03-09T16:50:42.145Z] Removing intermediate container fb2bb32535a5 [2021-03-09T16:50:42.145Z] ---> 1d00350b6996 [2021-03-09T16:50:42.145Z] Step 6/26 : COPY go.mod . [2021-03-09T16:50:42.145Z] Removing intermediate container 446b89d12988 [2021-03-09T16:50:42.145Z] ---> 0c7a06442063 [2021-03-09T16:50:42.145Z] Step 6/23 : COPY go.mod . [2021-03-09T16:50:44.115Z] ---> 98ffef900374 [2021-03-09T16:50:44.115Z] Step 7/26 : RUN go mod download [2021-03-09T16:50:44.115Z] ---> 0fbc2dc15632 [2021-03-09T16:50:44.115Z] Step 7/23 : RUN go mod download [2021-03-09T16:50:44.115Z] ---> Running in e4fc19025737 [2021-03-09T16:50:44.115Z] ---> Running in 494c88f9be80 [2021-03-09T16:50:47.488Z] Removing intermediate container e4fc19025737 [2021-03-09T16:50:47.488Z] ---> 62b4b9e430dc [2021-03-09T16:50:47.488Z] Step 8/26 : COPY . . [2021-03-09T16:50:47.759Z] Removing intermediate container 494c88f9be80 [2021-03-09T16:50:47.759Z] ---> da2380448fc7 [2021-03-09T16:50:47.759Z] Step 8/23 : COPY . . [2021-03-09T16:50:59.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.139s coverage: 92.9% of statements [2021-03-09T16:50:59.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-09T16:50:59.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-09T16:50:59.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-09T16:50:59.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.067s coverage: 77.8% of statements [2021-03-09T16:50:59.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-09T16:50:59.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-09T16:50:59.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-09T16:50:59.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-09T16:50:59.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-09T16:50:59.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.080s coverage: 87.2% of statements [2021-03-09T16:50:59.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-09T16:50:59.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-09T16:50:59.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements [2021-03-09T16:50:59.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-09T16:50:59.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements [2021-03-09T16:50:59.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-09T16:50:59.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.073s coverage: 80.8% of statements [2021-03-09T16:50:59.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.133s coverage: 87.2% of statements [2021-03-09T16:50:59.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.152s coverage: 84.6% of statements [2021-03-09T16:50:59.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.194s coverage: 91.6% of statements [2021-03-09T16:50:59.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-09T16:50:59.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.714s coverage: 62.4% of statements [2021-03-09T16:50:59.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-09T16:50:59.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-09T16:50:59.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.074s coverage: 100.0% of statements [2021-03-09T16:50:59.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.105s coverage: 91.3% of statements [2021-03-09T16:50:59.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements [2021-03-09T16:50:59.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.093s coverage: 73.7% of statements [2021-03-09T16:50:59.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.080s coverage: 100.0% of statements [2021-03-09T16:51:04.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.012s coverage: 69.0% of statements [2021-03-09T16:51:04.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-09T16:51:04.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-09T16:51:04.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-09T16:51:06.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.443s coverage: 38.4% of statements [2021-03-09T16:51:06.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-09T16:51:06.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-09T16:51:06.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.145s coverage: 89.5% of statements [2021-03-09T16:51:06.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-09T16:51:06.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.118s coverage: 84.8% of statements [2021-03-09T16:51:10.203Z] 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-09T16:51:14.705Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.475s coverage: 47.0% of statements [2021-03-09T16:51:14.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-09T16:51:14.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-09T16:51:14.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-09T16:51:14.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-09T16:51:14.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-09T16:51:14.705Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.203s coverage: 100.0% of statements [2021-03-09T16:51:14.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-09T16:51:14.705Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.136s coverage: 100.0% of statements [2021-03-09T16:51:14.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-09T16:51:14.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-09T16:51:14.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-09T16:51:14.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-09T16:51:14.705Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.437s coverage: 87.8% of statements [2021-03-09T16:51:14.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-09T16:51:14.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:51:14.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-09T16:51:22.801Z] Removing intermediate container 738a49c4c49e [2021-03-09T16:51:22.801Z] ---> d6b10b6dc34a [2021-03-09T16:51:22.801Z] [2021-03-09T16:51:22.801Z] Step 10/24 : FROM alpine:3.12 [2021-03-09T16:51:22.801Z] ---> 88dd2752d2ea [2021-03-09T16:51:22.801Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-09T16:51:23.062Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.136s coverage: 29.1% of statements [2021-03-09T16:51:23.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-09T16:51:23.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-09T16:51:23.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-09T16:51:23.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-09T16:51:23.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-09T16:51:23.062Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.214s coverage: 99.0% of statements [2021-03-09T16:51:23.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-09T16:51:23.062Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.120s coverage: 100.0% of statements [2021-03-09T16:51:23.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-09T16:51:23.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-09T16:51:23.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-09T16:51:23.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-09T16:51:23.062Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.273s coverage: 95.6% of statements [2021-03-09T16:51:23.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-09T16:51:23.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:51:23.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-09T16:51:23.062Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.084s coverage: 0.0% of statements [2021-03-09T16:51:23.062Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-09T16:51:23.062Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.088s coverage: 100.0% of statements [2021-03-09T16:51:23.062Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-09T16:51:23.062Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-09T16:51:23.062Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-09T16:51:23.062Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-09T16:51:23.062Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.084s coverage: 87.9% of statements [2021-03-09T16:51:23.062Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-09T16:51:23.062Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-09T16:51:23.344Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.090s coverage: 100.0% of statements [2021-03-09T16:51:23.382Z] Removing intermediate container e1f66059a018 [2021-03-09T16:51:23.382Z] ---> 48a0df46b099 [2021-03-09T16:51:23.382Z] [2021-03-09T16:51:23.382Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T16:51:23.382Z] ---> 88dd2752d2ea [2021-03-09T16:51:23.382Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T16:51:23.382Z] ---> Using cache [2021-03-09T16:51:23.382Z] ---> b30e223297f0 [2021-03-09T16:51:23.382Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T16:51:23.382Z] ---> Using cache [2021-03-09T16:51:23.382Z] ---> 4905e140f17b [2021-03-09T16:51:23.382Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-09T16:51:23.646Z] ---> Running in 5223ab3918fb [2021-03-09T16:51:23.913Z] ---> Running in 2649c5d95680 [2021-03-09T16:51:23.913Z] ---> 10658f23cb31 [2021-03-09T16:51:23.913Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-09T16:51:23.913Z] ---> ec7b3aff6b0b [2021-03-09T16:51:23.913Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-09T16:51:23.944Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-03-09T16:51:24.183Z] ---> Running in f7bfcb1d558d [2021-03-09T16:51:24.183Z] ---> Running in f7d7da86636c [2021-03-09T16:51:24.183Z] Removing intermediate container 2649c5d95680 [2021-03-09T16:51:24.183Z] ---> 57a6f917c84b [2021-03-09T16:51:24.183Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T16:51:24.449Z] ---> Running in 8dae9a95e9b0 [2021-03-09T16:51:24.728Z] Removing intermediate container 8dae9a95e9b0 [2021-03-09T16:51:24.728Z] ---> 46fc94beffbc [2021-03-09T16:51:24.728Z] Step 15/23 : WORKDIR / [2021-03-09T16:51:24.728Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:51:24.728Z] ---> Running in 7b43512361b2 [2021-03-09T16:51:24.728Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:51:25.013Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-09T16:51:25.013Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T16:51:25.013Z] 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-09T16:51:25.013Z] 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-09T16:51:25.013Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-09T16:51:25.013Z] Removing intermediate container 7b43512361b2 [2021-03-09T16:51:25.013Z] ---> 488c0288e5b0 [2021-03-09T16:51:25.013Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:51:25.013Z] (4/5) Installing curl (7.69.1-r3) [2021-03-09T16:51:25.013Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-09T16:51:25.013Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:51:25.284Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T16:51:25.284Z] OK: 7 MiB in 19 packages [2021-03-09T16:51:25.381Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.091s coverage: 100.0% of statements [2021-03-09T16:51:25.567Z] ---> b45cf1823b1b [2021-03-09T16:51:25.567Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-09T16:51:26.362Z] GO111MODULE=on go vet ./... [2021-03-09T16:51:26.573Z] Removing intermediate container 5223ab3918fb [2021-03-09T16:51:26.573Z] ---> fab8d8ef4ec3 [2021-03-09T16:51:26.573Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T16:51:26.849Z] ---> 6dae30a45e89 [2021-03-09T16:51:26.849Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-09T16:51:26.849Z] ---> Running in 2a6c8bf78131 [2021-03-09T16:51:27.475Z] ---> 1e23793875bb [2021-03-09T16:51:27.475Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-09T16:51:27.755Z] Removing intermediate container 2a6c8bf78131 [2021-03-09T16:51:27.755Z] ---> 12cec6564ddc [2021-03-09T16:51:27.755Z] Step 13/24 : WORKDIR / [2021-03-09T16:51:28.360Z] ---> Running in e3f76f38b417 [2021-03-09T16:51:28.360Z] ---> Running in ee3dd1f05443 [2021-03-09T16:51:28.967Z] Removing intermediate container e3f76f38b417 [2021-03-09T16:51:28.967Z] ---> 87a610e730d3 [2021-03-09T16:51:28.967Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:51:28.967Z] Removing intermediate container ee3dd1f05443 [2021-03-09T16:51:28.967Z] ---> f7954b450dea [2021-03-09T16:51:28.967Z] 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-09T16:51:28.967Z] ---> Running in 27948e7d534f [2021-03-09T16:51:29.581Z] Removing intermediate container 27948e7d534f [2021-03-09T16:51:29.581Z] ---> 295d0e248b16 [2021-03-09T16:51:29.581Z] Step 21/23 : LABEL arch=x86_64 [2021-03-09T16:51:29.581Z] ---> Running in 92645017f5aa [2021-03-09T16:51:29.865Z] ---> 2597ab45fc08 [2021-03-09T16:51:29.865Z] 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-09T16:51:30.172Z] Removing intermediate container 92645017f5aa [2021-03-09T16:51:30.172Z] ---> b02bce322045 [2021-03-09T16:51:30.172Z] Step 22/23 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 [2021-03-09T16:51:30.474Z] ---> Running in 48ca2af2e02f [2021-03-09T16:51:30.474Z] ---> 836ee0328c75 [2021-03-09T16:51:30.474Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-09T16:51:31.083Z] Removing intermediate container 48ca2af2e02f [2021-03-09T16:51:31.083Z] ---> 27f65875310d [2021-03-09T16:51:31.083Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T16:51:31.083Z] ---> 41a01e03de0d [2021-03-09T16:51:31.083Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-09T16:51:31.356Z] ---> Running in 3cf9d6bab013 [2021-03-09T16:51:31.631Z] Removing intermediate container 3cf9d6bab013 [2021-03-09T16:51:31.631Z] ---> c43965610c93 [2021-03-09T16:51:31.631Z] [2021-03-09T16:51:32.283Z] Successfully built c43965610c93 [2021-03-09T16:51:32.580Z] ---> bdf43bf524d1 [2021-03-09T16:51:32.580Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-09T16:51:32.580Z] Successfully tagged docker-core-metadata-go:latest [2021-03-09T16:51:33.598Z]  Building docker-core-metadata-go ... done  ---> 5e0b57530770 [2021-03-09T16:51:33.598Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-09T16:51:35.041Z] ---> 84a3d0f7212c [2021-03-09T16:51:35.041Z] 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-09T16:51:35.041Z] ---> Running in f3329f4e201a [2021-03-09T16:51:37.704Z] Removing intermediate container f3329f4e201a [2021-03-09T16:51:37.704Z] ---> 2d0b45008431 [2021-03-09T16:51:37.704Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-09T16:51:38.305Z] ---> Running in 57605b462849 [2021-03-09T16:51:38.963Z] Removing intermediate container 57605b462849 [2021-03-09T16:51:38.963Z] ---> 6a6c820797e2 [2021-03-09T16:51:38.963Z] Step 22/24 : LABEL arch=x86_64 [2021-03-09T16:51:38.963Z] ---> Running in ff13b155a058 [2021-03-09T16:51:38.963Z] Removing intermediate container ff13b155a058 [2021-03-09T16:51:38.963Z] ---> 491f62eedee2 [2021-03-09T16:51:38.963Z] Step 23/24 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 [2021-03-09T16:51:39.567Z] ---> Running in c5d3e9f3f3d5 [2021-03-09T16:51:39.567Z] Removing intermediate container c5d3e9f3f3d5 [2021-03-09T16:51:39.567Z] ---> 0aa7aa7e0576 [2021-03-09T16:51:39.567Z] Step 24/24 : LABEL version=0.0.0 [2021-03-09T16:51:39.890Z] ---> Running in 98f3c3b3480e [2021-03-09T16:51:39.890Z] Removing intermediate container 98f3c3b3480e [2021-03-09T16:51:39.890Z] ---> 8adf9830d238 [2021-03-09T16:51:39.890Z] [2021-03-09T16:51:40.917Z] Successfully built 8adf9830d238 [2021-03-09T16:51:40.917Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-09T16:51:53.397Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container f7d7da86636c [2021-03-09T16:51:53.397Z] ---> ef68c8caa9d7 [2021-03-09T16:51:53.397Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-09T16:51:53.670Z] ---> Running in 625089fa6377 [2021-03-09T16:51:54.660Z] 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-09T16:51:57.255Z] Removing intermediate container f7bfcb1d558d [2021-03-09T16:51:57.255Z] ---> f553f41dfafc [2021-03-09T16:51:57.255Z] [2021-03-09T16:51:57.255Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T16:51:57.255Z] ---> 88dd2752d2ea [2021-03-09T16:51:57.255Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-09T16:51:57.255Z] ---> Running in a27f029dcb49 [2021-03-09T16:51:57.840Z] Removing intermediate container 625089fa6377 [2021-03-09T16:51:57.840Z] ---> 7fd3535ed2bc [2021-03-09T16:51:57.840Z] [2021-03-09T16:51:57.840Z] Step 11/26 : FROM docker:20.10.0 [2021-03-09T16:51:57.840Z] Removing intermediate container a27f029dcb49 [2021-03-09T16:51:57.840Z] ---> f01a42859443 [2021-03-09T16:51:57.840Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-09T16:51:57.840Z] 20.10.0: Pulling from library/docker [2021-03-09T16:51:57.840Z] ---> Running in 7e038606f7d9 [2021-03-09T16:51:58.107Z] Removing intermediate container 7e038606f7d9 [2021-03-09T16:51:58.107Z] ---> 37e0631a3183 [2021-03-09T16:51:58.107Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-09T16:51:58.386Z] ---> Running in a7b12ab2746a [2021-03-09T16:51:58.651Z] Removing intermediate container a7b12ab2746a [2021-03-09T16:51:58.651Z] ---> cf5f553fbd69 [2021-03-09T16:51:58.651Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:51:59.236Z] ---> Running in a9f96a27ff3e [2021-03-09T16:52:00.651Z] Removing intermediate container a9f96a27ff3e [2021-03-09T16:52:00.651Z] ---> 6f77ede6fb6d [2021-03-09T16:52:00.651Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-09T16:52:00.942Z] ---> Running in 90a33653c46e [2021-03-09T16:52:01.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:52:02.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:52:03.101Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-09T16:52:03.681Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-09T16:52:03.948Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-09T16:52:04.217Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-09T16:52:04.483Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-09T16:52:04.483Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-09T16:52:04.483Z] ---> aefe523efa57 [2021-03-09T16:52:04.483Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-09T16:52:04.751Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-09T16:52:04.751Z] ---> Running in baf5d9143470 [2021-03-09T16:52:05.017Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-09T16:52:05.017Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:52:05.017Z] OK: 8 MiB in 20 packages [2021-03-09T16:52:05.604Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:52:05.604Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:52:05.869Z] (1/2) Installing readline (8.0.4-r0) [2021-03-09T16:52:05.869Z] (2/2) Installing bash (5.0.17-r0) [2021-03-09T16:52:05.869Z] Executing bash-5.0.17-r0.post-install [2021-03-09T16:52:05.869Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:52:05.869Z] Removing intermediate container 90a33653c46e [2021-03-09T16:52:05.869Z] ---> f857ed0bc982 [2021-03-09T16:52:05.869Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:52:05.869Z] OK: 12 MiB in 22 packages [2021-03-09T16:52:06.140Z] ---> d86d197f49ef [2021-03-09T16:52:06.140Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-09T16:52:06.408Z] Removing intermediate container baf5d9143470 [2021-03-09T16:52:06.408Z] ---> 5c14b8e7a0ff [2021-03-09T16:52:06.408Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-09T16:52:06.408Z] ---> Running in 9a5f42728f1b [2021-03-09T16:52:06.673Z] Removing intermediate container 9a5f42728f1b [2021-03-09T16:52:06.673Z] ---> 3693faccbbc6 [2021-03-09T16:52:06.673Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-09T16:52:06.937Z] ---> 2e51ac73e4b0 [2021-03-09T16:52:06.938Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-09T16:52:06.938Z] ---> Running in 24359cc3c734 [2021-03-09T16:52:07.201Z] Removing intermediate container 24359cc3c734 [2021-03-09T16:52:07.202Z] ---> 792a7da04046 [2021-03-09T16:52:07.202Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-09T16:52:07.202Z] ---> e9f7ef45b1ab [2021-03-09T16:52:07.202Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-09T16:52:07.202Z] ---> Running in 58b4112ee6af [2021-03-09T16:52:07.202Z] ---> Running in dbbd9439dc65 [2021-03-09T16:52:07.471Z] Removing intermediate container 58b4112ee6af [2021-03-09T16:52:07.471Z] ---> f2d3d94f18b0 [2021-03-09T16:52:07.471Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-09T16:52:07.471Z] Removing intermediate container dbbd9439dc65 [2021-03-09T16:52:07.471Z] ---> fa87199ca136 [2021-03-09T16:52:07.471Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:52:07.471Z] ---> Running in 5e4cb70712df [2021-03-09T16:52:07.740Z] Removing intermediate container 5e4cb70712df [2021-03-09T16:52:07.741Z] ---> d9eb56fb160f [2021-03-09T16:52:07.741Z] Step 21/23 : LABEL arch=x86_64 [2021-03-09T16:52:07.741Z] ---> Running in 8ac2d6958ed6 [2021-03-09T16:52:08.011Z] ---> 3759dca4b5db [2021-03-09T16:52:08.011Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-09T16:52:08.011Z] Removing intermediate container 8ac2d6958ed6 [2021-03-09T16:52:08.011Z] ---> 7f0623ea238f [2021-03-09T16:52:08.011Z] Step 22/23 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 [2021-03-09T16:52:08.276Z] ---> Running in 1c1c2c30d4a4 [2021-03-09T16:52:08.276Z] ---> b415c220295c [2021-03-09T16:52:08.276Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-09T16:52:08.276Z] Removing intermediate container 1c1c2c30d4a4 [2021-03-09T16:52:08.276Z] ---> ccb8ff190bb0 [2021-03-09T16:52:08.276Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T16:52:08.543Z] ---> Running in 8e5c225b067b [2021-03-09T16:52:08.543Z] Removing intermediate container 8e5c225b067b [2021-03-09T16:52:08.543Z] ---> 66f3ab770749 [2021-03-09T16:52:08.543Z] [2021-03-09T16:52:08.816Z] ---> b73b1fdcd9c5 [2021-03-09T16:52:08.816Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-09T16:52:08.816Z] ---> Running in 6247185ce1bd [2021-03-09T16:52:08.816Z] Successfully built 66f3ab770749 [2021-03-09T16:52:08.816Z] Successfully tagged docker-core-data-go:latest [2021-03-09T16:52:09.398Z]  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:52:09.398Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:52:09.667Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-09T16:52:09.667Z] (2/33) Installing expat (2.2.9-r1) [2021-03-09T16:52:09.667Z] (3/33) Installing libffi (3.3-r2) [2021-03-09T16:52:09.667Z] (4/33) Installing gdbm (1.13-r1) [2021-03-09T16:52:09.667Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-09T16:52:09.667Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-09T16:52:09.667Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-09T16:52:11.069Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-09T16:52:11.069Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-09T16:52:11.069Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-09T16:52:11.069Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-09T16:52:11.069Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-09T16:52:11.069Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-09T16:52:11.069Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-09T16:52:11.069Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-09T16:52:11.069Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-09T16:52:11.069Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-09T16:52:11.069Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-09T16:52:11.069Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-09T16:52:11.069Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-09T16:52:11.069Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-09T16:52:11.069Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-09T16:52:11.069Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-09T16:52:11.069Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-09T16:52:11.069Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-09T16:52:11.069Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-09T16:52:11.069Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-09T16:52:11.069Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-09T16:52:11.069Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-09T16:52:11.069Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-09T16:52:11.366Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-09T16:52:11.366Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-09T16:52:11.366Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-09T16:52:11.366Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:52:11.366Z] OK: 71 MiB in 55 packages [2021-03-09T16:52:21.729Z] Removing intermediate container 6247185ce1bd [2021-03-09T16:52:21.729Z] ---> d6e54ad6f373 [2021-03-09T16:52:21.729Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-09T16:52:21.729Z] ---> Running in 445e23a6ae0c [2021-03-09T16:52:21.994Z] Collecting docker-compose==1.23.2 [2021-03-09T16:52:21.994Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-09T16:52:22.259Z] Collecting docker<4.0,>=3.6.0 [2021-03-09T16:52:22.259Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-09T16:52:22.523Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-09T16:52:22.523Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-09T16:52:22.794Z] Collecting texttable<0.10,>=0.9.0 [2021-03-09T16:52:22.794Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-09T16:52:23.375Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-09T16:52:23.375Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-09T16:52:23.375Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-09T16:52:23.375Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-09T16:52:23.952Z] 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-09T16:52:23.952Z] Collecting docopt<0.7,>=0.6.1 [2021-03-09T16:52:23.952Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-09T16:52:24.563Z] Collecting cached-property<2,>=1.2.0 [2021-03-09T16:52:24.563Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-09T16:52:24.563Z] Collecting jsonschema<3,>=2.5.1 [2021-03-09T16:52:24.563Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-09T16:52:24.829Z] Collecting PyYAML<4,>=3.10 [2021-03-09T16:52:24.829Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-09T16:52:25.788Z] Collecting docker-pycreds>=0.4.0 [2021-03-09T16:52:25.788Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-09T16:52:25.788Z] 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-09T16:52:26.051Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-09T16:52:26.051Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-09T16:52:26.051Z] Collecting idna<2.8,>=2.5 [2021-03-09T16:52:26.051Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-09T16:52:26.051Z] 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-09T16:52:26.051Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-09T16:52:26.051Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-09T16:52:26.051Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-09T16:52:26.051Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-09T16:52:26.315Z] Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, dockerpty, docopt, cached-property, jsonschema, PyYAML, docker-compose [2021-03-09T16:52:26.315Z] Attempting uninstall: urllib3 [2021-03-09T16:52:26.315Z] Found existing installation: urllib3 1.25.9 [2021-03-09T16:52:26.315Z] Uninstalling urllib3-1.25.9: [2021-03-09T16:52:26.589Z] Successfully uninstalled urllib3-1.25.9 [2021-03-09T16:52:26.589Z] Attempting uninstall: idna [2021-03-09T16:52:26.589Z] Found existing installation: idna 2.9 [2021-03-09T16:52:26.589Z] Uninstalling idna-2.9: [2021-03-09T16:52:26.589Z] Successfully uninstalled idna-2.9 [2021-03-09T16:52:26.854Z] Attempting uninstall: requests [2021-03-09T16:52:26.854Z] Found existing installation: requests 2.23.0 [2021-03-09T16:52:26.854Z] Uninstalling requests-2.23.0: [2021-03-09T16:52:26.854Z] Successfully uninstalled requests-2.23.0 [2021-03-09T16:52:27.433Z] Running setup.py install for texttable: started [2021-03-09T16:52:27.699Z] Running setup.py install for texttable: finished with status 'done' [2021-03-09T16:52:27.699Z] Running setup.py install for dockerpty: started [2021-03-09T16:52:28.276Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-09T16:52:28.276Z] Running setup.py install for docopt: started [2021-03-09T16:52:28.854Z] Running setup.py install for docopt: finished with status 'done' [2021-03-09T16:52:28.854Z] Running setup.py install for PyYAML: started [2021-03-09T16:52:29.435Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-09T16:52:29.699Z] 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-09T16:52:33.949Z] Removing intermediate container 445e23a6ae0c [2021-03-09T16:52:33.949Z] ---> 71974fcef261 [2021-03-09T16:52:33.949Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-09T16:52:33.949Z] ---> Running in e8dbad92dbdb [2021-03-09T16:52:34.214Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:52:34.214Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:52:34.483Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T16:52:34.483Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-09T16:52:34.483Z] (3/3) Installing curl (7.69.1-r3) [2021-03-09T16:52:34.483Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:52:34.483Z] OK: 72 MiB in 58 packages [2021-03-09T16:52:35.070Z] Removing intermediate container e8dbad92dbdb [2021-03-09T16:52:35.070Z] ---> 31f7eaa54dc1 [2021-03-09T16:52:35.070Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-09T16:52:35.070Z] ---> Running in d8bdc6bd8111 [2021-03-09T16:52:35.070Z] Removing intermediate container d8bdc6bd8111 [2021-03-09T16:52:35.070Z] ---> eaab3f50280f [2021-03-09T16:52:35.070Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:52:35.334Z] ---> Running in 46e72fd5056c [2021-03-09T16:52:35.334Z] Removing intermediate container 46e72fd5056c [2021-03-09T16:52:35.334Z] ---> 89e7297b4060 [2021-03-09T16:52:35.334Z] Step 24/26 : LABEL arch=x86_64 [2021-03-09T16:52:35.602Z] ---> Running in aafb47108f2f [2021-03-09T16:52:35.602Z] Removing intermediate container aafb47108f2f [2021-03-09T16:52:35.602Z] ---> c78345220616 [2021-03-09T16:52:35.602Z] Step 25/26 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 [2021-03-09T16:52:35.602Z] ---> Running in 47efacc571a9 [2021-03-09T16:52:35.867Z] Removing intermediate container 47efacc571a9 [2021-03-09T16:52:35.867Z] ---> b8277b4ccfca [2021-03-09T16:52:35.867Z] Step 26/26 : LABEL version=0.0.0 [2021-03-09T16:52:35.867Z] ---> Running in 22d7cd3720b4 [2021-03-09T16:52:36.132Z] Removing intermediate container 22d7cd3720b4 [2021-03-09T16:52:36.132Z] ---> 59d71c673182 [2021-03-09T16:52:36.132Z] [2021-03-09T16:52:36.397Z] Successfully built 59d71c673182 [2021-03-09T16:52:36.397Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-09T16:52:36.676Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-09T16:52:36.701Z] $ docker stop --time=1 5524d4bb1f8a80b82bc6a0306d8f80fd8fd0bca0028a2b3eb0788336b87dd59a [2021-03-09T16:52:38.424Z] $ docker rm -f 5524d4bb1f8a80b82bc6a0306d8f80fd8fd0bca0028a2b3eb0788336b87dd59a [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-09T16:52:38.959Z] + docker images [2021-03-09T16:52:38.959Z] + grep docker [2021-03-09T16:52:39.222Z] docker-sys-mgmt-agent-go latest 59d71c673182 4 seconds ago 313MB [2021-03-09T16:52:39.222Z] docker-core-data-go latest 66f3ab770749 31 seconds ago 22.6MB [2021-03-09T16:52:39.222Z] docker-security-secretstore-setup-go latest 8adf9830d238 About a minute ago 24.9MB [2021-03-09T16:52:39.222Z] docker-core-metadata-go latest c43965610c93 About a minute ago 19MB [2021-03-09T16:52:39.222Z] docker-security-bootstrapper-go latest c93e3a4085e0 2 minutes ago 18.7MB [2021-03-09T16:52:39.222Z] docker-support-notifications-go latest 07c24e5fc5c7 2 minutes ago 17.8MB [2021-03-09T16:52:39.222Z] docker-core-command-go latest d3633f939b93 2 minutes ago 17.2MB [2021-03-09T16:52:39.222Z] docker-security-proxy-setup-go latest bc7ec07618ed 2 minutes ago 24.7MB [2021-03-09T16:52:39.222Z] docker-support-scheduler-go latest 2d9d0d21c263 2 minutes ago 17.2MB [2021-03-09T16:52:39.222Z] docker 20.10.0 aefe523efa57 2 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-09T16:52:54.864Z] Still waiting to schedule task [2021-03-09T16:52:54.864Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-09T16:53:03.526Z] gofmt -l . [2021-03-09T16:53:03.526Z] [ "`gofmt -l .`" = "" ] [2021-03-09T16:53:03.526Z] ./bin/test-go-mod-tidy.sh [2021-03-09T16:53:03.526Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-09T16:53:04.188Z] + ls -al . [2021-03-09T16:53:04.188Z] total 764 [2021-03-09T16:53:04.188Z] drwxrwxr-x 9 1001 1001 4096 Mar 9 16:53 . [2021-03-09T16:53:04.188Z] drwxr-xr-x 4 root root 4096 Mar 9 16:47 .. [2021-03-09T16:53:04.188Z] -rw-rw-r-- 1 1001 1001 11 Mar 9 16:46 .dockerignore [2021-03-09T16:53:04.188Z] drwxrwxr-x 8 1001 1001 4096 Mar 9 16:46 .git [2021-03-09T16:53:04.188Z] drwxrwxr-x 3 1001 1001 4096 Mar 9 16:46 .github [2021-03-09T16:53:04.188Z] -rw-rw-r-- 1 1001 1001 818 Mar 9 16:46 .gitignore [2021-03-09T16:53:04.188Z] -rw-rw-r-- 1 1001 1001 166 Mar 9 16:46 .sonarcloud.properties [2021-03-09T16:53:04.188Z] -rw-rw-r-- 1 1001 1001 8607 Mar 9 16:46 Attribution.txt [2021-03-09T16:53:04.188Z] -rw-rw-r-- 1 1001 1001 3804 Mar 9 16:46 CONTRIBUTING.md [2021-03-09T16:53:04.188Z] -rw-rw-r-- 1 1001 1001 931 Mar 9 16:46 Dockerfile.build [2021-03-09T16:53:04.188Z] -rw-rw-r-- 1 1001 1001 863 Mar 9 16:46 Jenkinsfile [2021-03-09T16:53:04.188Z] -rw-rw-r-- 1 1001 1001 10775 Mar 9 16:46 LICENSE [2021-03-09T16:53:04.188Z] -rw-rw-r-- 1 1001 1001 5774 Mar 9 16:46 Makefile [2021-03-09T16:53:04.188Z] -rw-rw-r-- 1 1001 1001 6548 Mar 9 16:46 README.md [2021-03-09T16:53:04.188Z] -rw-rw-r-- 1 1001 1001 6755 Mar 9 16:46 SECURITY.md [2021-03-09T16:53:04.188Z] -rw-rw-r-- 1 1001 1001 5 Mar 9 16:42 VERSION [2021-03-09T16:53:04.188Z] -rw-rw-r-- 1 1001 1001 4131 Mar 9 16:46 ZMQWindows.md [2021-03-09T16:53:04.188Z] drwxrwxr-x 2 1001 1001 4096 Mar 9 16:46 bin [2021-03-09T16:53:04.188Z] drwxrwxr-x 14 1001 1001 4096 Mar 9 16:46 cmd [2021-03-09T16:53:04.188Z] -rw-r--r-- 1 root root 624012 Mar 9 16:51 coverage.out [2021-03-09T16:53:04.188Z] -rw-r--r-- 1 root root 1056 Mar 9 16:52 go.mod [2021-03-09T16:53:04.188Z] -rw-r--r-- 1 root root 21983 Mar 9 16:52 go.sum [2021-03-09T16:53:04.188Z] drwxrwxr-x 8 1001 1001 4096 Mar 9 16:46 internal [2021-03-09T16:53:04.188Z] drwxrwxr-x 4 1001 1001 4096 Mar 9 16:46 openapi [2021-03-09T16:53:04.188Z] drwxrwxr-x 4 1001 1001 4096 Mar 9 16:46 snap [2021-03-09T16:53:04.188Z] -rw-rw-r-- 1 1001 1001 168 Mar 9 16:46 version.go [Pipeline] sh [2021-03-09T16:53:04.904Z] + '[' -e coverage.out ] [2021-03-09T16:53:04.904Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-09T16:53:05.002Z] Warning: overwriting stash ‘coverage-report’ [2021-03-09T16:53:06.071Z] Stashed 1 file(s) [Pipeline] sh [2021-03-09T16:53:06.724Z] + make build [2021-03-09T16:53:06.724Z] 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-09T16:53:19.122Z] 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-09T16:53:45.977Z] 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-09T16:53:51.400Z] 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-09T16:53:59.726Z] 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-09T16:54:00.319Z] 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-09T16:54:07.019Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-09T16:54:13.717Z] 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-09T16:54:16.338Z] 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-09T16:54:21.741Z] 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-09T16:54:25.120Z] 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-09T16:54:31.830Z] 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-09T16:54:40.145Z] $ docker stop --time=1 aacb1665a8b7319a1b79cbafcc6c522b9feff69ba6eff1374a83881b777b6b2f [2021-03-09T16:54:42.670Z] $ docker rm -f aacb1665a8b7319a1b79cbafcc6c522b9feff69ba6eff1374a83881b777b6b2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:54:44.782Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-09T16:54:45.055Z] [2021-03-09T16:54:45.055Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:54:45.447Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-09T16:54:45.721Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-09T16:54:45.721Z] 29e5d40040c1: Pulling fs layer [2021-03-09T16:54:45.721Z] 1ce36da41761: Pulling fs layer [2021-03-09T16:54:45.721Z] 25b303627fd3: Pulling fs layer [2021-03-09T16:54:45.994Z] 29e5d40040c1: Verifying Checksum [2021-03-09T16:54:45.994Z] 29e5d40040c1: Download complete [2021-03-09T16:54:46.598Z] 1ce36da41761: Verifying Checksum [2021-03-09T16:54:46.598Z] 1ce36da41761: Download complete [2021-03-09T16:54:46.872Z] 29e5d40040c1: Pull complete [2021-03-09T16:54:48.306Z] 1ce36da41761: Pull complete [2021-03-09T16:54:48.306Z] 25b303627fd3: Verifying Checksum [2021-03-09T16:54:48.306Z] 25b303627fd3: Download complete [2021-03-09T16:54:55.259Z] Running on prd-ubuntu18.04-docker-8c-8g-29166 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-09T16:54:55.317Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-03-09T16:54:58.511Z] 25b303627fd3: Pull complete [2021-03-09T16:54:58.511Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-09T16:54:58.512Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-09T16:54:58.512Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-09T16:54:58.815Z] prd-ubuntu18.04-docker-arm64-4c-16g-29160 does not seem to be running inside a container [2021-03-09T16:54:58.917Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-09T16:54:59.144Z] using credential edgex-jenkins-ssh [2021-03-09T16:54:59.196Z] Cloning the remote Git repository [2021-03-09T16:54:59.235Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-09T16:54:59.328Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-09T16:54:59.412Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T16:54:59.413Z] > git --version # timeout=10 [2021-03-09T16:54:59.432Z] > git --version # 'git version 2.17.1' [2021-03-09T16:54:59.433Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T16:54:59.492Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T16:55:02.169Z] $ docker top 4c4cea6bf196311c60c30cad01279a08e301c5cb8d0a656d74286221339782b6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T16:55:03.264Z] + docker-compose build --help+ [2021-03-09T16:55:03.264Z] grep parallel [2021-03-09T16:55:10.000Z] --parallel Build images in parallel. [Pipeline] } [2021-03-09T16:55:10.040Z] $ docker stop --time=1 4c4cea6bf196311c60c30cad01279a08e301c5cb8d0a656d74286221339782b6 [2021-03-09T16:55:12.093Z] $ docker rm -f 4c4cea6bf196311c60c30cad01279a08e301c5cb8d0a656d74286221339782b6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:55:12.921Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-09T16:55:12.921Z] . [Pipeline] withDockerContainer [2021-03-09T16:55:13.176Z] prd-ubuntu18.04-docker-arm64-4c-16g-29160 does not seem to be running inside a container [2021-03-09T16:55:13.276Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-09T16:55:14.779Z] $ docker top 7f2416778c03bb4a58186c03b55a0f4069de9cb66fd50f9582a780699018571d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T16:55:15.825Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-09T16:55:21.062Z] Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 [2021-03-09T16:55:21.293Z] Merge succeeded, producing f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 [2021-03-09T16:55:21.294Z] Checking out Revision f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 (PR-3234) [2021-03-09T16:55:20.480Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T16:55:20.488Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T16:55:20.507Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T16:55:20.523Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T16:55:20.524Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T16:55:20.532Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T16:55:21.071Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T16:55:21.077Z] > git checkout -f f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 # timeout=10 [2021-03-09T16:55:21.244Z] > git remote # timeout=10 [2021-03-09T16:55:21.254Z] > git config --get remote.origin.url # timeout=10 [2021-03-09T16:55:21.263Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T16:55:21.268Z] > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 [2021-03-09T16:55:21.281Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-09T16:55:21.295Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T16:55:21.305Z] > git checkout -f f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 # timeout=10 [2021-03-09T16:55:22.606Z] Building docker-core-command-go ... [2021-03-09T16:55:22.606Z] Building docker-core-data-go ... [2021-03-09T16:55:22.606Z] Building docker-core-metadata-go ... [2021-03-09T16:55:22.606Z] Building docker-security-bootstrapper-go ... [2021-03-09T16:55:22.606Z] Building docker-security-proxy-setup-go ... [2021-03-09T16:55:22.606Z] Building docker-security-secretstore-setup-go ... [2021-03-09T16:55:22.606Z] Building docker-support-notifications-go ... [2021-03-09T16:55:22.606Z] Building docker-support-scheduler-go ... [2021-03-09T16:55:22.606Z] Building docker-sys-mgmt-agent-go ... [2021-03-09T16:55:22.606Z] Building docker-sys-mgmt-agent-go [2021-03-09T16:55:22.606Z] Building docker-core-data-go [2021-03-09T16:55:22.606Z] Building docker-security-proxy-setup-go [2021-03-09T16:55:22.606Z] Building docker-support-scheduler-go [2021-03-09T16:55:22.606Z] Building docker-core-command-go [2021-03-09T16:55:25.505Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-09T16:55:26.856Z] + echo snap-build.sh [2021-03-09T16:55:26.856Z] snap-build.sh [2021-03-09T16:55:26.856Z] + SNAP_BASE_DIR=. [2021-03-09T16:55:26.856Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-03-09T16:55:26.856Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-03-09T16:55:26.856Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-03-09T16:55:26.856Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-03-09T16:55:26.856Z] + cd /w/workspace/edgex-go/4 [2021-03-09T16:55:26.856Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-09T16:55:26.856Z] Reading package lists... [2021-03-09T16:55:27.127Z] Building dependency tree... [2021-03-09T16:55:27.127Z] Reading state information... [2021-03-09T16:55:27.746Z] The following packages were automatically installed and are no longer required: [2021-03-09T16:55:28.027Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-09T16:55:28.027Z] uidmap xdelta3 [2021-03-09T16:55:28.027Z] Use 'sudo apt autoremove' to remove them. [2021-03-09T16:55:28.027Z] The following packages will be REMOVED: [2021-03-09T16:55:28.027Z] lxd* lxd-client* [2021-03-09T16:55:29.000Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-09T16:55:29.000Z] After this operation, 31.7 MB disk space will be freed. [2021-03-09T16:55:30.994Z] (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-09T16:55:30.994Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-09T16:55:33.645Z] Removing lxd dnsmasq configuration [2021-03-09T16:55:33.645Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-09T16:55:33.645Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-09T16:55:36.370Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-09T16:55:36.640Z] (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-09T16:55:36.640Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-09T16:55:39.361Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-09T16:55:39.627Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-09T16:55:42.223Z] + sudo snap remove --purge lxd [2021-03-09T16:55:42.489Z] snap "lxd" is not installed [2021-03-09T16:55:42.489Z] + sudo groupadd --force --system lxd [2021-03-09T16:55:42.489Z] ++ whoami [2021-03-09T16:55:42.489Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-09T16:55:42.489Z] + newgrp - lxd [2021-03-09T16:55:42.489Z] + sudo snap install lxd [2021-03-09T16:55:54.842Z] 2021-03-09T16:55:50Z INFO Waiting for automatic snapd restart... [2021-03-09T16:56:13.125Z] lxd 4.11 from Canonical* installed [2021-03-09T16:56:13.125Z] + sudo lxd init --auto [2021-03-09T16:56:23.192Z] + sudo snap install --classic snapcraft [2021-03-09T16:56:38.223Z] snapcraft 4.5.4 from Canonical* installed [2021-03-09T16:56:38.223Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-09T16:56:38.223Z] + patch --verbose -p1 [2021-03-09T16:56:38.223Z] Hmm... Looks like a unified diff to me... [2021-03-09T16:56:38.223Z] The text leading up to this was: [2021-03-09T16:56:38.223Z] -------------------------- [2021-03-09T16:56:38.223Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-09T16:56:38.223Z] |From: Tony Espy [2021-03-09T16:56:38.223Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-09T16:56:38.223Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-09T16:56:38.223Z] | [2021-03-09T16:56:38.223Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-09T16:56:38.223Z] |optimize the snap CI check run for pull requests. When [2021-03-09T16:56:38.223Z] |applied, it essentially strips out everything (apps and [2021-03-09T16:56:38.223Z] |parts) from the snapcraft.yaml file except those required [2021-03-09T16:56:38.223Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-09T16:56:38.223Z] |catch changes to edgex-go that break the snap build. [2021-03-09T16:56:38.223Z] | [2021-03-09T16:56:38.223Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-09T16:56:38.223Z] |to update this patch file, otherwise it may fail to apply, [2021-03-09T16:56:38.223Z] |resulting in a failed snap build CI check in the associated [2021-03-09T16:56:38.223Z] |pull request. [2021-03-09T16:56:38.223Z] | [2021-03-09T16:56:38.223Z] |Note - in addition to applying this patch, the pipeline also [2021-03-09T16:56:38.223Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-09T16:56:38.223Z] |need to build the finally binary .snap file (and it won't [2021-03-09T16:56:38.223Z] |work with the patch applied). This further reduces the build [2021-03-09T16:56:38.223Z] |time. [2021-03-09T16:56:38.223Z] |--- [2021-03-09T16:56:38.223Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-09T16:56:38.223Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-09T16:56:38.223Z] | [2021-03-09T16:56:38.223Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-09T16:56:38.223Z] |index 1e537489..faf42425 100644 [2021-03-09T16:56:38.223Z] |--- a/snap/snapcraft.yaml [2021-03-09T16:56:38.223Z] |+++ b/snap/snapcraft.yaml [2021-03-09T16:56:38.223Z] -------------------------- [2021-03-09T16:56:38.223Z] patching file snap/snapcraft.yaml [2021-03-09T16:56:38.223Z] Using Plan A... [2021-03-09T16:56:38.223Z] Hunk #1 succeeded at 73. [2021-03-09T16:56:38.223Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-09T16:56:38.223Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-09T16:56:38.223Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-09T16:56:38.223Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-09T16:56:38.223Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-09T16:56:38.223Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-09T16:56:38.223Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-09T16:56:38.223Z] Hmm... Ignoring the trailing garbage. [2021-03-09T16:56:38.223Z] done [2021-03-09T16:56:38.223Z] + sudo snapcraft prime --use-lxd [2021-03-09T16:56:40.826Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-09T16:56:40.826Z] 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-09T16:56:40.826Z] - README.md [2021-03-09T16:56:40.826Z] - snapcraft.yaml.orig [2021-03-09T16:56:40.826Z] [2021-03-09T16:56:40.826Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-09T16:56:42.239Z] Launching a container. [2021-03-09T16:56:44.374Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:56:44.374Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:56:44.374Z] ---> ff432edc6b09 [2021-03-09T16:56:44.374Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T16:56:44.374Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:56:44.374Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:56:44.374Z] ---> ff432edc6b09 [2021-03-09T16:56:44.374Z] Step 3/21 : WORKDIR /edgex-go [2021-03-09T16:56:44.374Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:56:44.374Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:56:44.374Z] ---> ff432edc6b09 [2021-03-09T16:56:44.374Z] Step 3/26 : WORKDIR /edgex-go [2021-03-09T16:56:44.374Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:56:44.374Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:56:44.374Z] ---> ff432edc6b09 [2021-03-09T16:56:44.374Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T16:56:44.374Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:56:44.374Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:56:44.374Z] ---> ff432edc6b09 [2021-03-09T16:56:44.374Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T16:56:44.374Z] ---> Running in bd34c5963565 [2021-03-09T16:56:44.374Z] ---> Running in e388da947e5b [2021-03-09T16:56:44.374Z] ---> Running in 508cc345e9e5 [2021-03-09T16:56:44.374Z] ---> Running in e27a0e495fdc [2021-03-09T16:56:44.374Z] ---> Running in 5e18b2af115e [2021-03-09T16:56:44.374Z] Removing intermediate container 5e18b2af115e [2021-03-09T16:56:44.374Z] ---> d9886399d1ee [2021-03-09T16:56:44.374Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:56:44.374Z] Removing intermediate container bd34c5963565 [2021-03-09T16:56:44.374Z] ---> c324c8091d1e [2021-03-09T16:56:44.374Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:56:44.374Z] ---> Running in 8f759aae737d [2021-03-09T16:56:44.374Z] Removing intermediate container e27a0e495fdc [2021-03-09T16:56:44.374Z] ---> 98f57a8c18a0 [2021-03-09T16:56:44.374Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:56:44.374Z] Removing intermediate container 508cc345e9e5 [2021-03-09T16:56:44.374Z] ---> 3ddfe5f209a8 [2021-03-09T16:56:44.374Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:56:44.374Z] Removing intermediate container e388da947e5b [2021-03-09T16:56:44.374Z] ---> b7125310c203 [2021-03-09T16:56:44.374Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:56:44.374Z] ---> Running in c9d135c66abb [2021-03-09T16:56:44.374Z] ---> Running in 8f090456f918 [2021-03-09T16:56:44.374Z] ---> Running in 42558cf1caad [2021-03-09T16:56:44.374Z] ---> Running in 9b814e5c2228 [2021-03-09T16:56:44.374Z] Removing intermediate container 8f759aae737d [2021-03-09T16:56:44.374Z] ---> 938cd6c7002e [2021-03-09T16:56:44.374Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-09T16:56:44.374Z] Removing intermediate container c9d135c66abb [2021-03-09T16:56:44.374Z] ---> 1bf6acc8649b [2021-03-09T16:56:44.374Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-09T16:56:44.374Z] ---> Running in 4e1ee1923258 [2021-03-09T16:56:44.374Z] ---> Running in 280f9bcf9c97 [2021-03-09T16:56:44.374Z] Removing intermediate container 9b814e5c2228 [2021-03-09T16:56:44.374Z] ---> 89a7d8da136e [2021-03-09T16:56:44.374Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T16:56:44.374Z] Removing intermediate container 8f090456f918 [2021-03-09T16:56:44.374Z] ---> 79efda45cef9 [2021-03-09T16:56:44.374Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-09T16:56:44.374Z] ---> Running in c4199c085c1b [2021-03-09T16:56:44.374Z] ---> Running in 588348a8bcb2 [2021-03-09T16:56:44.374Z] Removing intermediate container 42558cf1caad [2021-03-09T16:56:44.374Z] ---> ba47dd4410eb [2021-03-09T16:56:44.374Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-09T16:56:44.374Z] ---> Running in 078a1ee68045 [2021-03-09T16:56:44.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:56:44.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:56:44.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:56:44.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:56:44.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:56:44.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:56:44.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:56:44.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:56:45.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:56:45.352Z] OK: 217 MiB in 51 packages [2021-03-09T16:56:45.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:56:45.628Z] OK: 217 MiB in 51 packages [2021-03-09T16:56:45.629Z] OK: 217 MiB in 51 packages [2021-03-09T16:56:46.628Z] Removing intermediate container 588348a8bcb2 [2021-03-09T16:56:46.628Z] ---> 88fbe1e3e987 [2021-03-09T16:56:46.628Z] Step 6/23 : COPY go.mod . [2021-03-09T16:56:47.236Z] Removing intermediate container 078a1ee68045 [2021-03-09T16:56:47.237Z] ---> e841ba75a4d3 [2021-03-09T16:56:47.237Z] Step 6/26 : COPY go.mod . [2021-03-09T16:56:47.518Z] Removing intermediate container c4199c085c1b [2021-03-09T16:56:47.518Z] ---> b2ca7cfc4122 [2021-03-09T16:56:47.518Z] Step 6/22 : COPY go.mod . [2021-03-09T16:56:47.796Z] ---> 8ebb60e66af7 [2021-03-09T16:56:47.796Z] Step 7/23 : RUN go mod download [2021-03-09T16:56:48.076Z] ---> Running in 6c1d4b36d449 [2021-03-09T16:56:48.076Z] OK: 217 MiB in 51 packages [2021-03-09T16:56:48.349Z] OK: 217 MiB in 51 packages [2021-03-09T16:56:48.349Z] ---> 92fa76defc90 [2021-03-09T16:56:48.349Z] Step 7/26 : RUN go mod download [2021-03-09T16:56:48.624Z] ---> dc651b74e0d4 [2021-03-09T16:56:48.624Z] Step 7/22 : RUN go mod download [2021-03-09T16:56:48.904Z] ---> Running in 305ee6937add [2021-03-09T16:56:48.904Z] ---> Running in 33f4fa638fe2 [2021-03-09T16:56:49.893Z] Removing intermediate container 280f9bcf9c97 [2021-03-09T16:56:49.893Z] ---> b5c043ebd4a3 [2021-03-09T16:56:49.893Z] Step 6/23 : COPY go.mod . [2021-03-09T16:56:50.170Z] Removing intermediate container 4e1ee1923258 [2021-03-09T16:56:50.170Z] ---> 835d07406c29 [2021-03-09T16:56:50.170Z] Step 6/21 : COPY go.mod . [2021-03-09T16:56:51.164Z] ---> 7cf341bdc554 [2021-03-09T16:56:51.164Z] Step 7/23 : RUN go mod download [2021-03-09T16:56:51.439Z] ---> Running in b096ab8993c8 [2021-03-09T16:56:51.713Z] ---> 9cb47c0c3e19 [2021-03-09T16:56:51.713Z] Step 7/21 : RUN go mod download [2021-03-09T16:56:51.985Z] ---> Running in 60486b7124a9 [2021-03-09T16:56:52.581Z] Removing intermediate container 6c1d4b36d449 [2021-03-09T16:56:52.581Z] ---> d23c0018b10f [2021-03-09T16:56:52.581Z] Step 8/23 : COPY . . [2021-03-09T16:56:54.046Z] Removing intermediate container 33f4fa638fe2 [2021-03-09T16:56:54.046Z] ---> 8d3535e9d188 [2021-03-09T16:56:54.046Z] Step 8/22 : COPY . . [2021-03-09T16:56:54.328Z] Removing intermediate container 305ee6937add [2021-03-09T16:56:54.328Z] ---> 4947047a9432 [2021-03-09T16:56:54.328Z] Step 8/26 : COPY . . [2021-03-09T16:56:57.258Z] Waiting for container to be ready [2021-03-09T16:56:57.258Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-09T16:56:57.258Z] [2021-03-09T16:56:57.728Z] Removing intermediate container b096ab8993c8 [2021-03-09T16:56:57.728Z] ---> aab42abeb636 [2021-03-09T16:56:57.728Z] Step 8/23 : COPY . . [2021-03-09T16:56:59.164Z] Removing intermediate container 60486b7124a9 [2021-03-09T16:56:59.164Z] ---> 342c627641cb [2021-03-09T16:56:59.164Z] Step 8/21 : COPY . . [2021-03-09T16:57:03.957Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-09T16:57:04.545Z] Waiting for network to be ready... [2021-03-09T16:57:05.507Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-09T16:57:05.507Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-09T16:57:05.778Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-09T16:57:05.778Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-09T16:57:06.049Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-09T16:57:06.332Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-09T16:57:06.332Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-09T16:57:06.332Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-09T16:57:06.332Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-09T16:57:06.332Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-09T16:57:06.332Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-09T16:57:06.332Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-09T16:57:06.332Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-09T16:57:06.332Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-09T16:57:06.332Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-09T16:57:06.332Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-09T16:57:06.332Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-09T16:57:06.332Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-09T16:57:06.927Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-09T16:57:07.197Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-09T16:57:07.471Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-09T16:57:07.471Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-09T16:57:07.471Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-09T16:57:07.471Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-09T16:57:07.471Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-09T16:57:07.471Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-09T16:57:07.471Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-09T16:57:12.824Z] Fetched 24.0 MB in 7s (3361 kB/s) [2021-03-09T16:57:14.240Z] Reading package lists... [2021-03-09T16:57:14.506Z] Reading package lists... [2021-03-09T16:57:14.776Z] Building dependency tree... [2021-03-09T16:57:14.776Z] Reading state information... [2021-03-09T16:57:15.043Z] The following additional packages will be installed: [2021-03-09T16:57:15.043Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-09T16:57:15.043Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-09T16:57:15.043Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-09T16:57:15.043Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-09T16:57:15.043Z] Suggested packages: [2021-03-09T16:57:15.043Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-09T16:57:15.043Z] Recommended packages: [2021-03-09T16:57:15.043Z] gnupg libsasl2-modules [2021-03-09T16:57:15.309Z] The following NEW packages will be installed: [2021-03-09T16:57:15.309Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-09T16:57:15.309Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-09T16:57:15.310Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-09T16:57:15.310Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-09T16:57:15.310Z] The following packages will be upgraded: [2021-03-09T16:57:15.310Z] gpg gpg-agent gpgconf libudev1 [2021-03-09T16:57:15.310Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-09T16:57:15.310Z] Need to get 3530 kB of archives. [2021-03-09T16:57:15.310Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-09T16:57:15.310Z] 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-09T16:57:15.310Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-09T16:57:15.579Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-09T16:57:15.580Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-09T16:57:15.580Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-09T16:57:15.580Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-09T16:57:16.546Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-09T16:57:16.546Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-09T16:57:16.546Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-09T16:57:16.546Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-09T16:57:16.546Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-09T16:57:16.546Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-09T16:57:16.547Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-09T16:57:16.547Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-09T16:57:16.547Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-09T16:57:16.547Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-09T16:57:16.547Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-09T16:57:16.547Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-09T16:57:16.547Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-09T16:57:16.547Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-09T16:57:16.547Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-09T16:57:16.547Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-09T16:57:16.812Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T16:57:16.812Z] Fetched 3530 kB in 1s (2505 kB/s) [2021-03-09T16:57:16.812Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-09T16:57:16.812Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-09T16:57:17.079Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-09T16:57:17.079Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-09T16:57:17.350Z] Selecting previously unselected package udev. [2021-03-09T16:57:17.350Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-09T16:57:17.350Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-09T16:57:17.350Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-09T16:57:17.938Z] Selecting previously unselected package libfuse2:amd64. [2021-03-09T16:57:17.938Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-09T16:57:17.938Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-09T16:57:17.938Z] Selecting previously unselected package fuse. [2021-03-09T16:57:17.938Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-09T16:57:17.938Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-09T16:57:17.938Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T16:57:17.938Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-09T16:57:18.206Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T16:57:18.206Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-09T16:57:18.472Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T16:57:18.472Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-09T16:57:18.739Z] Selecting previously unselected package libksba8:amd64. [2021-03-09T16:57:18.739Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-09T16:57:18.739Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-09T16:57:18.739Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-09T16:57:18.739Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T16:57:18.739Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:19.003Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-09T16:57:19.003Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T16:57:19.003Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:19.003Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-09T16:57:19.003Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T16:57:19.003Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:19.267Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-09T16:57:19.267Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T16:57:19.267Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:19.267Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-09T16:57:19.267Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T16:57:19.267Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:19.267Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-09T16:57:19.267Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T16:57:19.532Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:19.532Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-09T16:57:19.532Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T16:57:19.532Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:19.797Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-09T16:57:19.798Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T16:57:19.798Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:19.798Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-09T16:57:19.798Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T16:57:19.798Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:19.798Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-09T16:57:19.798Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-09T16:57:20.065Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-09T16:57:20.065Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-09T16:57:20.065Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-09T16:57:20.065Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-09T16:57:21.020Z] Selecting previously unselected package libldap-common. [2021-03-09T16:57:21.020Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-09T16:57:21.020Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-09T16:57:21.020Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-09T16:57:21.020Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-09T16:57:21.020Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-09T16:57:21.020Z] Selecting previously unselected package dirmngr. [2021-03-09T16:57:21.020Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T16:57:21.020Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-09T16:57:21.285Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-09T16:57:21.285Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-09T16:57:21.285Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-09T16:57:21.285Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-09T16:57:21.285Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-09T16:57:21.550Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-09T16:57:21.550Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:21.550Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-09T16:57:21.550Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-09T16:57:21.550Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-09T16:57:22.132Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-09T16:57:22.398Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:22.398Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-09T16:57:22.398Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-09T16:57:22.664Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-09T16:57:22.664Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:22.664Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:22.664Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:22.664Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:22.929Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:22.929Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:22.929Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T16:57:22.929Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-09T16:57:22.930Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-09T16:57:22.930Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-09T16:57:23.888Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-09T16:57:23.888Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-09T16:57:23.888Z] This means they are not meant to be enabled using systemctl. [2021-03-09T16:57:23.888Z] Possible reasons for having this kind of units are: [2021-03-09T16:57:23.888Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-09T16:57:23.888Z] .wants/ or .requires/ directory. [2021-03-09T16:57:23.888Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-09T16:57:23.888Z] a requirement dependency on it. [2021-03-09T16:57:23.888Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-09T16:57:23.888Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-09T16:57:23.888Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-09T16:57:23.888Z] instance name specified. [2021-03-09T16:57:24.475Z] Reading package lists... [2021-03-09T16:57:24.742Z] Building dependency tree... [2021-03-09T16:57:24.742Z] Reading state information... [2021-03-09T16:57:25.008Z] The following additional packages will be installed: [2021-03-09T16:57:25.008Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-09T16:57:25.008Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-09T16:57:25.008Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-09T16:57:25.008Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-09T16:57:25.008Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-09T16:57:25.008Z] Suggested packages: [2021-03-09T16:57:25.008Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-09T16:57:25.008Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-09T16:57:25.008Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-09T16:57:25.008Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-09T16:57:25.008Z] systemd-container policykit-1 [2021-03-09T16:57:25.008Z] Recommended packages: [2021-03-09T16:57:25.008Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-09T16:57:25.274Z] The following NEW packages will be installed: [2021-03-09T16:57:25.275Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-09T16:57:25.275Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-09T16:57:25.275Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-09T16:57:25.275Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-09T16:57:25.275Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-09T16:57:25.275Z] The following packages will be upgraded: [2021-03-09T16:57:25.275Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-09T16:57:25.540Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-09T16:57:25.540Z] Need to get 35.2 MB of archives. [2021-03-09T16:57:25.540Z] After this operation, 141 MB of additional disk space will be used. [2021-03-09T16:57:25.540Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-09T16:57:25.541Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-09T16:57:25.998Z] ---> bd55f55012b7 [2021-03-09T16:57:25.998Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-09T16:57:25.998Z] ---> 0968cb484bbf [2021-03-09T16:57:25.998Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-09T16:57:25.998Z] ---> 4e26b698d186 [2021-03-09T16:57:25.998Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-09T16:57:25.998Z] ---> d87308f25d5f [2021-03-09T16:57:25.998Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-09T16:57:25.998Z] ---> 80b1a69a3707 [2021-03-09T16:57:25.998Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-09T16:57:25.998Z] ---> Running in 65e75242457c [2021-03-09T16:57:25.998Z] ---> Running in a8d57c4e8c51 [2021-03-09T16:57:25.998Z] ---> Running in 12ed6b7d198d [2021-03-09T16:57:25.998Z] ---> Running in 6797604f96ee [2021-03-09T16:57:25.998Z] ---> Running in 930ef9169dd7 [2021-03-09T16:57:25.998Z] 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-09T16:57:25.998Z] 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-09T16:57:26.145Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-09T16:57:26.145Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-09T16:57:26.145Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-09T16:57:26.145Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-09T16:57:26.145Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-09T16:57:26.145Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-09T16:57:26.145Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-09T16:57:26.145Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-09T16:57:26.145Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-09T16:57:26.145Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-09T16:57:26.145Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-09T16:57:26.145Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-09T16:57:26.267Z] 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-09T16:57:26.267Z] 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-09T16:57:26.267Z] 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-09T16:57:26.423Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-09T16:57:26.424Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-09T16:57:26.424Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-09T16:57:26.424Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-09T16:57:26.424Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-09T16:57:26.424Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-09T16:57:26.424Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-09T16:57:26.424Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-09T16:57:26.424Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-09T16:57:26.424Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-09T16:57:26.424Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-09T16:57:26.424Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-09T16:57:26.424Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-09T16:57:26.424Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-09T16:57:26.424Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-09T16:57:26.691Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-09T16:57:27.647Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T16:57:27.647Z] Fetched 35.2 MB in 2s (17.1 MB/s) [2021-03-09T16:57:27.647Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-09T16:57:27.647Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-09T16:57:27.912Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-09T16:57:28.870Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-09T16:57:28.870Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-09T16:57:28.870Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-09T16:57:29.146Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-09T16:57:29.146Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-09T16:57:29.146Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-09T16:57:29.413Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-09T16:57:29.413Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-09T16:57:29.413Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-09T16:57:29.681Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-09T16:57:29.951Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-09T16:57:29.951Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-09T16:57:30.903Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-09T16:57:30.903Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-09T16:57:30.903Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-09T16:57:30.903Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-09T16:57:31.170Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-09T16:57:31.170Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-09T16:57:31.170Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T16:57:31.438Z] Selecting previously unselected package libexpat1:amd64. [2021-03-09T16:57:31.438Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-09T16:57:31.438Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-09T16:57:31.702Z] Selecting previously unselected package python3.6-minimal. [2021-03-09T16:57:31.702Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-09T16:57:31.702Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T16:57:31.967Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-09T16:57:32.231Z] Checking for services that may need to be restarted...done. [2021-03-09T16:57:32.231Z] Checking for services that may need to be restarted...done. [2021-03-09T16:57:32.231Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T16:57:32.231Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-09T16:57:32.231Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T16:57:33.183Z] Selecting previously unselected package python3-minimal. [2021-03-09T16:57:33.183Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-09T16:57:33.183Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-09T16:57:33.183Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-09T16:57:33.183Z] Selecting previously unselected package mime-support. [2021-03-09T16:57:33.183Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-09T16:57:33.183Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-09T16:57:33.183Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-09T16:57:33.183Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-09T16:57:33.183Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-09T16:57:33.449Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-09T16:57:33.449Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-09T16:57:33.449Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T16:57:34.039Z] Selecting previously unselected package python3.6. [2021-03-09T16:57:34.040Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-09T16:57:34.040Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T16:57:34.040Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-09T16:57:34.040Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-09T16:57:34.040Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-09T16:57:34.040Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-09T16:57:34.620Z] Selecting previously unselected package python3. [2021-03-09T16:57:34.620Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-09T16:57:34.620Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-09T16:57:34.620Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-09T16:57:34.620Z] Selecting previously unselected package multiarch-support. [2021-03-09T16:57:34.620Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T16:57:34.620Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-09T16:57:34.620Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-09T16:57:34.885Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-09T16:57:34.885Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-09T16:57:34.885Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-09T16:57:34.885Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-09T16:57:34.885Z] Selecting previously unselected package libbsd0:amd64. [2021-03-09T16:57:34.885Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-09T16:57:35.150Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-09T16:57:35.150Z] Selecting previously unselected package sudo. [2021-03-09T16:57:35.150Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-09T16:57:35.150Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-09T16:57:35.415Z] Selecting previously unselected package apparmor. [2021-03-09T16:57:35.415Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-09T16:57:35.415Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-09T16:57:35.684Z] Selecting previously unselected package libedit2:amd64. [2021-03-09T16:57:35.684Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-09T16:57:35.684Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-09T16:57:35.684Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-09T16:57:35.684Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-09T16:57:35.952Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T16:57:35.952Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-09T16:57:35.952Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-09T16:57:35.952Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T16:57:35.952Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-09T16:57:35.952Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-09T16:57:35.952Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-09T16:57:36.218Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-09T16:57:36.218Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-09T16:57:36.218Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T16:57:36.218Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-09T16:57:36.218Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-09T16:57:36.218Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T16:57:36.486Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-09T16:57:36.486Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-09T16:57:36.486Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-09T16:57:36.760Z] Selecting previously unselected package openssh-client. [2021-03-09T16:57:36.760Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-09T16:57:36.760Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-09T16:57:37.030Z] Selecting previously unselected package squashfs-tools. [2021-03-09T16:57:37.030Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-09T16:57:37.030Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-09T16:57:37.295Z] Selecting previously unselected package snapd. [2021-03-09T16:57:37.295Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-09T16:57:37.295Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-09T16:57:40.651Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-09T16:57:40.651Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-09T16:57:40.651Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-09T16:57:40.651Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-09T16:57:40.651Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-09T16:57:40.651Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T16:57:40.651Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-09T16:57:40.651Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-09T16:57:40.651Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-09T16:57:42.066Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-09T16:57:42.066Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-09T16:57:42.066Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-09T16:57:42.333Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T16:57:42.333Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T16:57:42.333Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T16:57:43.290Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-09T16:57:43.290Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T16:57:43.290Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-09T16:57:43.290Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-09T16:57:43.555Z] running python rtupdate hooks for python3.6... [2021-03-09T16:57:43.555Z] running python post-rtupdate hooks for python3.6... [2021-03-09T16:57:43.555Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-09T16:57:45.501Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-09T16:57:45.766Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T16:57:45.766Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-09T16:57:46.032Z] Setting up snapd (2.48.3+18.04) ... [2021-03-09T16:57:46.610Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-09T16:57:47.189Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-09T16:57:47.454Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-09T16:57:47.721Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-09T16:57:48.302Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-09T16:57:48.302Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-09T16:57:48.571Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-09T16:57:48.842Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-09T16:57:49.124Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-09T16:57:49.711Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-09T16:57:49.975Z] /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-09T16:57:49.975Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-09T16:57:49.975Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-09T16:57:51.917Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-09T16:57:51.917Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-09T16:57:51.917Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-09T16:57:54.747Z] Reading package lists... [2021-03-09T16:57:54.747Z] Reading package lists... [2021-03-09T16:57:55.013Z] Building dependency tree... [2021-03-09T16:57:55.013Z] Reading state information... [2021-03-09T16:57:55.013Z] Calculating upgrade... [2021-03-09T16:57:55.595Z] The following packages will be upgraded: [2021-03-09T16:57:55.595Z] advancecomp base-files bash binutils binutils-common [2021-03-09T16:57:55.595Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-09T16:57:55.595Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-09T16:57:55.595Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-09T16:57:55.595Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-09T16:57:55.595Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-09T16:57:55.595Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-09T16:57:55.595Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-09T16:57:55.595Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-09T16:57:55.595Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-09T16:57:55.595Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-09T16:57:55.595Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-09T16:57:55.595Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-09T16:57:55.595Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-09T16:57:55.595Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-09T16:57:55.595Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-09T16:57:55.595Z] Need to get 63.8 MB of archives. [2021-03-09T16:57:55.595Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-09T16:57:55.595Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-09T16:57:55.595Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-09T16:57:56.175Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-09T16:57:56.175Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-09T16:57:56.175Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-09T16:57:56.175Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-09T16:57:56.175Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-09T16:57:56.175Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-09T16:57:56.175Z] 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-09T16:57:56.175Z] 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-09T16:57:56.175Z] 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-09T16:57:56.447Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-09T16:57:56.447Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-09T16:57:56.447Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-09T16:57:56.447Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-09T16:57:56.447Z] 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-09T16:57:56.447Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-09T16:57:56.447Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-09T16:57:56.447Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-09T16:57:56.447Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-09T16:57:56.447Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-09T16:57:56.447Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-09T16:57:56.447Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-09T16:57:56.447Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-09T16:57:56.447Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-09T16:57:56.447Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-09T16:57:56.447Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-09T16:57:56.447Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-09T16:57:56.714Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-09T16:57:56.714Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-09T16:57:56.714Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-09T16:57:56.714Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-09T16:57:56.714Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-09T16:57:56.714Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-09T16:57:56.714Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-09T16:57:56.714Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-09T16:57:56.714Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-09T16:57:56.714Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-09T16:57:56.714Z] Get:39 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-09T16:57:56.714Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-09T16:57:56.714Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-09T16:57:56.714Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-09T16:57:56.714Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-09T16:57:56.714Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-09T16:57:56.714Z] Get:45 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-09T16:57:56.714Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-09T16:57:56.714Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-09T16:57:56.714Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-09T16:57:56.714Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-09T16:57:56.714Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-09T16:57:56.714Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-09T16:57:56.714Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-09T16:57:56.714Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-09T16:57:56.982Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-09T16:57:56.983Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-09T16:57:56.983Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-09T16:57:56.983Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-09T16:57:56.983Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-09T16:57:56.983Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-09T16:57:56.983Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-09T16:57:56.983Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-09T16:57:56.983Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-09T16:57:56.983Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-09T16:57:56.983Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-09T16:57:56.983Z] Get:65 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-09T16:57:56.983Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-09T16:57:56.983Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-09T16:57:56.983Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-09T16:57:56.983Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-09T16:57:56.983Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-09T16:57:56.983Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-09T16:57:56.983Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-09T16:57:56.983Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-09T16:57:56.983Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-09T16:57:56.983Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-09T16:57:56.983Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-09T16:57:56.983Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-09T16:57:56.983Z] 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-09T16:57:56.983Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-09T16:57:57.279Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-09T16:57:57.279Z] 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-09T16:57:57.279Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-09T16:57:57.279Z] 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-09T16:57:57.279Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-09T16:57:57.279Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-09T16:57:57.279Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-09T16:57:57.279Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-09T16:57:57.279Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-09T16:57:57.279Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-09T16:57:57.279Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-09T16:57:57.869Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-09T16:57:58.135Z] 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-09T16:57:58.135Z] 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-09T16:57:58.408Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-09T16:57:58.686Z] 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-09T16:57:58.686Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-09T16:57:58.686Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-09T16:57:58.686Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-09T16:57:58.686Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-09T16:57:58.952Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T16:57:58.952Z] Fetched 63.8 MB in 3s (20.4 MB/s) [2021-03-09T16:57:58.952Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:57:58.952Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T16:57:58.952Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-09T16:57:59.916Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T16:57:59.916Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-09T16:57:59.916Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-09T16:57:59.916Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-09T16:58:00.872Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T16:58:00.872Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T16:58:01.144Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T16:58:01.144Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T16:58:01.144Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T16:58:01.144Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T16:58:01.417Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T16:58:01.417Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T16:58:01.698Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T16:58:01.698Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T16:58:01.698Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T16:58:01.698Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T16:58:01.967Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T16:58:01.967Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T16:58:02.233Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T16:58:02.233Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-09T16:58:02.233Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T16:58:02.233Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-09T16:58:02.501Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-09T16:58:02.501Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-09T16:58:02.501Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T16:58:03.079Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T16:58:03.079Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T16:58:03.079Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T16:58:03.344Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T16:58:03.344Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T16:58:03.610Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T16:58:03.610Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-09T16:58:03.610Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T16:58:04.191Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-09T16:58:04.799Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-09T16:58:05.086Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-09T16:58:05.086Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-09T16:58:05.086Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-09T16:58:05.086Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-09T16:58:05.086Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-09T16:58:05.669Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-09T16:58:05.669Z] Installing new version of config file /etc/issue ... [2021-03-09T16:58:05.669Z] Installing new version of config file /etc/issue.net ... [2021-03-09T16:58:05.669Z] Installing new version of config file /etc/lsb-release ... [2021-03-09T16:58:05.669Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-09T16:58:06.254Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-09T16:58:06.254Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-09T16:58:06.254Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-09T16:58:06.517Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:58:06.517Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-09T16:58:06.517Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-09T16:58:06.781Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-09T16:58:06.781Z] 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-09T16:58:06.781Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:58:06.781Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T16:58:07.049Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-09T16:58:07.049Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-09T16:58:07.049Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:58:07.049Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-09T16:58:07.317Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-09T16:58:07.317Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-09T16:58:07.589Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:58:07.589Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-09T16:58:07.589Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-09T16:58:07.854Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-09T16:58:08.116Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:58:08.117Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-09T16:58:08.117Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-09T16:58:08.117Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-09T16:58:08.387Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:58:08.387Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-09T16:58:08.387Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-09T16:58:08.387Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-09T16:58:08.656Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:58:08.656Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-09T16:58:08.656Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-09T16:58:08.656Z] Setting up grep (3.1-2build1) ... [2021-03-09T16:58:08.925Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:58:08.925Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-09T16:58:08.925Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-09T16:58:08.925Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-09T16:58:09.189Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:58:09.189Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-09T16:58:09.189Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T16:58:09.487Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-09T16:58:09.487Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:58:09.487Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-09T16:58:09.487Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-09T16:58:10.457Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-09T16:58:10.457Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-09T16:58:10.457Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-09T16:58:10.457Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-09T16:58:11.451Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-09T16:58:11.451Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:58:11.451Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-09T16:58:11.451Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-09T16:58:12.447Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-09T16:58:12.447Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-09T16:58:12.447Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-09T16:58:12.447Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-09T16:58:12.742Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-09T16:58:12.742Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:58:12.742Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-09T16:58:12.742Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-09T16:58:13.011Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-09T16:58:13.011Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:58:13.011Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T16:58:13.273Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T16:58:13.273Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T16:58:13.273Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:58:13.273Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T16:58:13.537Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T16:58:13.537Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T16:58:13.804Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:58:13.804Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T16:58:13.804Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T16:58:13.804Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T16:58:14.074Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:58:14.074Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T16:58:14.074Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T16:58:14.074Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T16:58:14.337Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:58:14.337Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-09T16:58:14.337Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T16:58:14.337Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-09T16:58:14.601Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T16:58:14.601Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-09T16:58:14.601Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:58:14.601Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-09T16:58:14.867Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T16:58:14.867Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-09T16:58:14.867Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:58:14.867Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T16:58:15.136Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T16:58:15.136Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T16:58:15.136Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:58:15.136Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T16:58:15.136Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T16:58:15.399Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-09T16:58:15.400Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:58:15.400Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T16:58:15.676Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T16:58:16.253Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-09T16:58:16.516Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-09T16:58:17.092Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-09T16:58:17.092Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:58:17.092Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T16:58:17.092Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-09T16:58:17.356Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-09T16:58:17.618Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T16:58:17.618Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-09T16:58:17.618Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T16:58:17.892Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-09T16:58:18.155Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:58:18.155Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-09T16:58:18.155Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-09T16:58:18.421Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-09T16:58:18.685Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:58:18.685Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-09T16:58:18.685Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-09T16:58:18.685Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-09T16:58:18.954Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:58:18.954Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-09T16:58:18.954Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-09T16:58:18.954Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-09T16:58:19.217Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:58:19.217Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-09T16:58:19.217Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-09T16:58:19.497Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-09T16:58:19.759Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:58:19.759Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-09T16:58:19.759Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-09T16:58:19.759Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-09T16:58:20.075Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:58:20.075Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-09T16:58:20.075Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-09T16:58:20.336Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-09T16:58:20.602Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:58:20.602Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T16:58:20.602Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T16:58:20.869Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-09T16:58:20.870Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-09T16:58:20.870Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-09T16:58:20.870Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-09T16:58:21.133Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-09T16:58:21.133Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:58:21.133Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-09T16:58:21.133Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-09T16:58:21.402Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-09T16:58:21.733Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:58:21.733Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-09T16:58:21.733Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-09T16:58:21.733Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-09T16:58:22.311Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:58:22.311Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-09T16:58:22.311Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-09T16:58:22.311Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-09T16:58:22.591Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:58:22.591Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-09T16:58:22.592Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-09T16:58:22.592Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-09T16:58:22.855Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:58:22.855Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-09T16:58:22.855Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-09T16:58:23.119Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-09T16:58:23.695Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:58:23.695Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T16:58:23.695Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-09T16:58:23.957Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-09T16:58:24.221Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:58:24.221Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-09T16:58:24.221Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-09T16:58:24.484Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-09T16:58:24.746Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:58:24.746Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-09T16:58:25.013Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-09T16:58:25.013Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-09T16:58:25.293Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:58:25.293Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-09T16:58:25.293Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-09T16:58:25.293Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-09T16:58:25.562Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:58:25.562Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-09T16:58:25.562Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-09T16:58:25.562Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-09T16:58:25.825Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:58:25.825Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-09T16:58:25.825Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-09T16:58:25.825Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-09T16:58:26.091Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T16:58:26.091Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-09T16:58:26.091Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-09T16:58:26.091Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-09T16:58:26.091Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-09T16:58:26.091Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-09T16:58:26.364Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-09T16:58:26.364Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-09T16:58:26.364Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-09T16:58:26.630Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-09T16:58:26.630Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-09T16:58:26.894Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-09T16:58:26.894Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-09T16:58:27.159Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-09T16:58:27.426Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-09T16:58:27.426Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-09T16:58:27.426Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-09T16:58:27.691Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-09T16:58:27.691Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-09T16:58:27.691Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-09T16:58:27.962Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-09T16:58:27.962Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-09T16:58:27.962Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-09T16:58:28.226Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-09T16:58:28.226Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-09T16:58:28.226Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-09T16:58:28.226Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-09T16:58:28.807Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-09T16:58:28.807Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-09T16:58:29.773Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-09T16:58:29.773Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-09T16:58:30.048Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-09T16:58:30.048Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-09T16:58:30.048Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-09T16:58:30.048Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-09T16:58:30.640Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-09T16:58:30.640Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-09T16:58:30.911Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-09T16:58:30.911Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-09T16:58:30.911Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-09T16:58:31.184Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-09T16:58:31.184Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T16:58:31.452Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T16:58:31.452Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T16:58:31.727Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T16:58:31.727Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T16:58:31.727Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T16:58:31.997Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T16:58:31.997Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T16:58:33.414Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T16:58:33.414Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T16:58:34.394Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T16:58:34.657Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T16:58:35.238Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T16:58:35.238Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T16:58:35.817Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T16:58:35.817Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T16:58:37.215Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T16:58:37.215Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T16:58:37.216Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-09T16:58:37.216Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-09T16:58:37.216Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-09T16:58:37.216Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-09T16:58:37.489Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-09T16:58:37.489Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-09T16:58:37.761Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-09T16:58:37.761Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-09T16:58:37.761Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-09T16:58:37.761Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-09T16:58:38.030Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-09T16:58:38.030Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-09T16:58:38.030Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-09T16:58:38.299Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-09T16:58:38.299Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T16:58:38.299Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-09T16:58:38.572Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T16:58:38.572Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T16:58:38.572Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T16:58:38.572Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-09T16:58:38.572Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-09T16:58:38.572Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-09T16:58:38.837Z] [2021-03-09T16:58:38.837Z] Current default time zone: 'Etc/UTC' [2021-03-09T16:58:38.837Z] Local time is now: Tue Mar 9 16:58:38 UTC 2021. [2021-03-09T16:58:38.837Z] Universal Time is now: Tue Mar 9 16:58:38 UTC 2021. [2021-03-09T16:58:38.837Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-09T16:58:38.837Z] [2021-03-09T16:58:39.104Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-09T16:58:39.104Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T16:58:39.104Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-09T16:58:39.104Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-09T16:58:39.376Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-09T16:58:39.376Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-09T16:58:39.376Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-09T16:58:39.376Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-09T16:58:39.376Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-09T16:58:39.376Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-09T16:58:39.376Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T16:58:39.376Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-09T16:58:39.962Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T16:58:39.962Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-09T16:58:39.962Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T16:58:39.962Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-09T16:58:39.962Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-09T16:58:39.962Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-09T16:58:39.962Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-09T16:58:40.237Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-09T16:58:40.237Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-09T16:58:40.237Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-09T16:58:40.237Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-09T16:58:42.880Z] Updating certificates in /etc/ssl/certs... [2021-03-09T16:58:44.281Z] 23 added, 27 removed; done. [2021-03-09T16:58:44.281Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-09T16:58:44.281Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T16:58:44.281Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-09T16:58:44.281Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-09T16:58:44.281Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-09T16:58:44.547Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T16:58:44.547Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-09T16:58:44.547Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T16:58:44.547Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T16:58:44.547Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T16:58:44.547Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T16:58:44.547Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T16:58:44.547Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-09T16:58:44.810Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-09T16:58:44.810Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-09T16:58:44.810Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-09T16:58:44.810Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-09T16:58:44.810Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T16:58:44.810Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T16:58:45.072Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-09T16:58:45.072Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-09T16:58:45.072Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-09T16:58:45.072Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-09T16:58:45.335Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-09T16:58:45.335Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-09T16:58:45.335Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-09T16:58:45.335Z] Updating certificates in /etc/ssl/certs... [2021-03-09T16:58:46.286Z] 0 added, 0 removed; done. [2021-03-09T16:58:46.286Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-09T16:58:46.286Z] done. [2021-03-09T16:58:47.696Z] Reading package lists... [2021-03-09T16:58:47.961Z] Building dependency tree... [2021-03-09T16:58:47.961Z] Reading state information... [2021-03-09T16:58:48.539Z] The following NEW packages will be installed: [2021-03-09T16:58:48.539Z] apt-transport-https [2021-03-09T16:58:48.539Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-09T16:58:48.539Z] Need to get 1696 B of archives. [2021-03-09T16:58:48.539Z] After this operation, 153 kB of additional disk space will be used. [2021-03-09T16:58:48.539Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-09T16:58:48.807Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T16:58:48.807Z] Fetched 1696 B in 0s (9153 B/s) [2021-03-09T16:58:48.807Z] Selecting previously unselected package apt-transport-https. [2021-03-09T16:58:48.807Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-09T16:58:48.807Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-09T16:58:48.807Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-09T16:58:49.072Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-09T16:58:49.657Z] Waiting for network to be ready... [2021-03-09T16:58:59.779Z] 2021-03-09T16:58:55Z INFO Waiting for automatic snapd restart... [2021-03-09T16:58:59.779Z] snapd 2.49 from Canonical* installed [2021-03-09T16:59:01.186Z] "snapd" switched to the "latest/stable" channel [2021-03-09T16:59:01.186Z] [2021-03-09T16:59:03.163Z] 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-09T16:59:07.852Z] core18 20210128 from Canonical* installed [2021-03-09T16:59:07.852Z] "core18" switched to the "latest/stable" channel [2021-03-09T16:59:07.852Z] [2021-03-09T16:59:16.119Z] snapcraft 4.5.4 from Canonical* installed [2021-03-09T16:59:16.119Z] "snapcraft" switched to the "latest/stable" channel [2021-03-09T16:59:16.119Z] [2021-03-09T16:59:21.441Z] 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-09T16:59:21.441Z] - README.md [2021-03-09T16:59:21.441Z] - snapcraft.yaml.orig [2021-03-09T16:59:21.441Z] [2021-03-09T16:59:21.441Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-09T16:59:25.408Z] Removing intermediate container 65e75242457c [2021-03-09T16:59:25.408Z] ---> 9ffaba1d4b9f [2021-03-09T16:59:25.408Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-09T16:59:25.408Z] Removing intermediate container 12ed6b7d198d [2021-03-09T16:59:25.408Z] ---> 682706f70ea7 [2021-03-09T16:59:25.408Z] [2021-03-09T16:59:25.408Z] Step 10/21 : FROM alpine:3.12 [2021-03-09T16:59:25.681Z] 3.12: Pulling from library/alpine [2021-03-09T16:59:25.681Z] ---> Running in 784c8f7fe7d2 [2021-03-09T16:59:27.669Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-09T16:59:27.669Z] Status: Downloaded newer image for alpine:3.12 [2021-03-09T16:59:27.669Z] ---> d10569e2745f [2021-03-09T16:59:27.669Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-09T16:59:27.669Z] 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-09T16:59:27.943Z] ---> Running in a85d5e919f8e [2021-03-09T16:59:28.052Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-09T16:59:28.052Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-09T16:59:28.052Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-09T16:59:28.052Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-09T16:59:29.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:59:29.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:59:30.536Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-09T16:59:30.614Z] Reading package lists... [2021-03-09T16:59:30.811Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T16:59:30.811Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-09T16:59:30.811Z] (4/4) Installing curl (7.69.1-r3) [2021-03-09T16:59:30.811Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:59:30.811Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T16:59:30.879Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 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-09T16:59:31.086Z] OK: 7 MiB in 18 packages [2021-03-09T16:59:35.366Z] Removing intermediate container 784c8f7fe7d2 [2021-03-09T16:59:35.366Z] ---> d3e1d5d49a1a [2021-03-09T16:59:35.366Z] [2021-03-09T16:59:35.366Z] Step 11/26 : FROM docker:20.10.0 [2021-03-09T16:59:35.366Z] Removing intermediate container a85d5e919f8e [2021-03-09T16:59:35.366Z] ---> e58705d662a0 [2021-03-09T16:59:35.366Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T16:59:35.366Z] 20.10.0: Pulling from library/docker [2021-03-09T16:59:35.366Z] ---> Running in bb4a2bc1878e [2021-03-09T16:59:36.374Z] Removing intermediate container bb4a2bc1878e [2021-03-09T16:59:36.374Z] ---> 03010e60e2da [2021-03-09T16:59:36.374Z] Step 13/21 : WORKDIR /edgex [2021-03-09T16:59:36.982Z] ---> Running in 14eb0b8ff84e [2021-03-09T16:59:37.364Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-09T16:59:37.364Z] Reading package lists... [2021-03-09T16:59:37.364Z] Building dependency tree... [2021-03-09T16:59:37.364Z] Reading state information... [2021-03-09T16:59:37.364Z] Suggested packages: [2021-03-09T16:59:37.364Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-09T16:59:37.365Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-09T16:59:37.365Z] Recommended packages: [2021-03-09T16:59:37.365Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-09T16:59:37.365Z] The following NEW packages will be installed: [2021-03-09T16:59:37.365Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-09T16:59:37.365Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-09T16:59:37.365Z] pkg-config zip [2021-03-09T16:59:37.628Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-09T16:59:37.628Z] Need to get 7656 kB of archives. [2021-03-09T16:59:37.628Z] After this operation, 43.7 MB of additional disk space will be used. [2021-03-09T16:59:37.628Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] [2021-03-09T16:59:37.628Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-09T16:59:37.891Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-09T16:59:37.891Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-09T16:59:37.891Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-09T16:59:37.891Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-09T16:59:38.158Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-09T16:59:38.158Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-09T16:59:38.158Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-09T16:59:38.158Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-09T16:59:38.426Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-09T16:59:38.426Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-03-09T16:59:38.426Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-03-09T16:59:38.439Z] Removing intermediate container 14eb0b8ff84e [2021-03-09T16:59:38.440Z] ---> d7d7c9be82d0 [2021-03-09T16:59:38.440Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-09T16:59:38.688Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-09T16:59:38.688Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-09T16:59:38.951Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T16:59:38.951Z] Fetched 7656 kB in 1s (6613 kB/s) [2021-03-09T16:59:38.951Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-09T16:59:38.951Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-09T16:59:38.951Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... [2021-03-09T16:59:38.951Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-09T16:59:39.215Z] Selecting previously unselected package libpsl5:amd64. [2021-03-09T16:59:39.215Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-09T16:59:39.215Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-09T16:59:39.478Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-09T16:59:39.478Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-09T16:59:39.478Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-09T16:59:39.478Z] Selecting previously unselected package librtmp1:amd64. [2021-03-09T16:59:39.478Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-09T16:59:39.478Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-09T16:59:39.478Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-09T16:59:39.478Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-09T16:59:39.478Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-09T16:59:39.741Z] Selecting previously unselected package liberror-perl. [2021-03-09T16:59:39.741Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-09T16:59:39.741Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-09T16:59:39.741Z] Selecting previously unselected package git-man. [2021-03-09T16:59:39.741Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-03-09T16:59:39.741Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-09T16:59:40.004Z] Selecting previously unselected package git. [2021-03-09T16:59:40.004Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-03-09T16:59:40.004Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-03-09T16:59:40.497Z] ---> 8cf5e871f0ce [2021-03-09T16:59:40.497Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-09T16:59:40.967Z] Selecting previously unselected package libnorm1:amd64. [2021-03-09T16:59:40.967Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-09T16:59:40.967Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-09T16:59:41.231Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-09T16:59:41.231Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-09T16:59:41.231Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-09T16:59:41.231Z] Selecting previously unselected package libsodium23:amd64. [2021-03-09T16:59:41.231Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-09T16:59:41.231Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-09T16:59:41.494Z] Selecting previously unselected package libzmq5:amd64. [2021-03-09T16:59:41.494Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-09T16:59:41.494Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-09T16:59:41.494Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-09T16:59:41.494Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-09T16:59:41.494Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-09T16:59:41.586Z] Removing intermediate container 930ef9169dd7 [2021-03-09T16:59:41.586Z] ---> 7aad9d029b97 [2021-03-09T16:59:41.586Z] [2021-03-09T16:59:41.586Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T16:59:41.586Z] ---> d10569e2745f [2021-03-09T16:59:41.586Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-09T16:59:41.758Z] Selecting previously unselected package pkg-config. [2021-03-09T16:59:41.758Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-09T16:59:41.758Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-09T16:59:42.026Z] Selecting previously unselected package zip. [2021-03-09T16:59:42.026Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-09T16:59:42.026Z] Unpacking zip (3.0-11build1) ... [2021-03-09T16:59:42.026Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-09T16:59:42.026Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-09T16:59:42.026Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-09T16:59:42.026Z] Setting up liberror-perl (0.17025-1) ... [2021-03-09T16:59:42.026Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-09T16:59:42.229Z] ---> Running in fc6d54ccde0c [2021-03-09T16:59:42.289Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-09T16:59:42.289Z] No schema files found: doing nothing. [2021-03-09T16:59:42.289Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-09T16:59:42.289Z] Setting up zip (3.0-11build1) ... [2021-03-09T16:59:42.289Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-09T16:59:42.289Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-09T16:59:42.289Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-09T16:59:42.553Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-09T16:59:42.553Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-09T16:59:42.553Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-09T16:59:42.553Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-03-09T16:59:42.553Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-09T16:59:42.909Z] Removing intermediate container 6797604f96ee [2021-03-09T16:59:42.909Z] ---> 5e0570aaa8d6 [2021-03-09T16:59:42.909Z] [2021-03-09T16:59:42.909Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T16:59:42.909Z] ---> d10569e2745f [2021-03-09T16:59:42.909Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T16:59:43.893Z] ---> Running in 6879c00e8ac8 [2021-03-09T16:59:43.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:59:44.174Z] ---> 27b8a7a449ec [2021-03-09T16:59:44.174Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-09T16:59:44.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:59:45.200Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-09T16:59:45.200Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:59:45.200Z] OK: 5 MiB in 15 packages [2021-03-09T16:59:45.817Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:59:46.102Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:59:46.697Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-09T16:59:46.697Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:59:46.697Z] OK: 5 MiB in 15 packages [2021-03-09T16:59:46.972Z] ---> 6aecab849813 [2021-03-09T16:59:46.972Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-09T16:59:47.580Z] ---> Running in f68c5e1ea052 [2021-03-09T16:59:47.580Z] Removing intermediate container fc6d54ccde0c [2021-03-09T16:59:47.580Z] ---> b050162428d7 [2021-03-09T16:59:47.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-09T16:59:47.858Z] ---> Running in 0eabea0752ae [2021-03-09T16:59:48.132Z] Removing intermediate container f68c5e1ea052 [2021-03-09T16:59:48.132Z] ---> 667bd8ddfae1 [2021-03-09T16:59:48.132Z] Step 18/21 : CMD ["--init=true"] [2021-03-09T16:59:48.402Z] ---> Running in 0e22febd46b7 [2021-03-09T16:59:48.673Z] Removing intermediate container 6879c00e8ac8 [2021-03-09T16:59:48.673Z] ---> 2df732fb0a27 [2021-03-09T16:59:48.673Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T16:59:48.673Z] Removing intermediate container 0eabea0752ae [2021-03-09T16:59:48.673Z] ---> 698651698091 [2021-03-09T16:59:48.673Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-09T16:59:48.945Z] ---> Running in 99522d784777 [2021-03-09T16:59:48.945Z] ---> Running in 1a77b0622931 [2021-03-09T16:59:49.220Z] Removing intermediate container 0e22febd46b7 [2021-03-09T16:59:49.220Z] ---> 07549657f8f9 [2021-03-09T16:59:49.220Z] Step 19/21 : LABEL arch=arm64 [2021-03-09T16:59:49.249Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-09T16:59:49.494Z] ---> Running in d830a3e77ee1 [2021-03-09T16:59:49.769Z] Removing intermediate container 99522d784777 [2021-03-09T16:59:49.769Z] ---> fa51924b35c8 [2021-03-09T16:59:49.769Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-09T16:59:49.828Z] git set to automatically installed. [2021-03-09T16:59:49.828Z] git-man set to automatically installed. [2021-03-09T16:59:49.828Z] libcurl3-gnutls set to automatically installed. [2021-03-09T16:59:49.828Z] liberror-perl set to automatically installed. [2021-03-09T16:59:49.828Z] libglib2.0-0 set to automatically installed. [2021-03-09T16:59:49.828Z] libnghttp2-14 set to automatically installed. [2021-03-09T16:59:49.828Z] libnorm1 set to automatically installed. [2021-03-09T16:59:49.828Z] libpgm-5.2-0 set to automatically installed. [2021-03-09T16:59:49.828Z] libpsl5 set to automatically installed. [2021-03-09T16:59:49.828Z] librtmp1 set to automatically installed. [2021-03-09T16:59:49.828Z] libsodium23 set to automatically installed. [2021-03-09T16:59:49.828Z] libzmq3-dev set to automatically installed. [2021-03-09T16:59:49.828Z] libzmq5 set to automatically installed. [2021-03-09T16:59:49.828Z] pkg-config set to automatically installed. [2021-03-09T16:59:49.828Z] zip set to automatically installed. [2021-03-09T16:59:50.038Z] Removing intermediate container 1a77b0622931 [2021-03-09T16:59:50.039Z] ---> 44ee29010f44 [2021-03-09T16:59:50.039Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T16:59:50.312Z] ---> Running in 948729d92e6c [2021-03-09T16:59:50.585Z] ---> Running in a6c97f5754d9 [2021-03-09T16:59:50.585Z] Removing intermediate container d830a3e77ee1 [2021-03-09T16:59:50.585Z] ---> 45f264fbf104 [2021-03-09T16:59:50.585Z] Step 20/21 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 [2021-03-09T16:59:50.888Z] ---> Running in 91f98b320101 [2021-03-09T16:59:51.171Z] Removing intermediate container 948729d92e6c [2021-03-09T16:59:51.171Z] ---> dffc16b057ec [2021-03-09T16:59:51.171Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T16:59:51.219Z] snapd is not logged in, snap install commands will use sudo [2021-03-09T16:59:51.445Z] Removing intermediate container a6c97f5754d9 [2021-03-09T16:59:51.445Z] ---> 07202a797ab3 [2021-03-09T16:59:51.445Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:59:51.445Z] ---> Running in 3662098bbb1c [2021-03-09T16:59:51.726Z] Removing intermediate container 91f98b320101 [2021-03-09T16:59:51.726Z] ---> fc239f1000e5 [2021-03-09T16:59:51.726Z] Step 21/21 : LABEL version=0.0.0 [2021-03-09T16:59:52.335Z] ---> Running in 9b221f656ea0 [2021-03-09T16:59:52.335Z] Removing intermediate container 3662098bbb1c [2021-03-09T16:59:52.335Z] ---> bb4ed7dc8e9b [2021-03-09T16:59:52.335Z] Step 15/23 : WORKDIR / [2021-03-09T16:59:52.611Z] ---> 397c6021f4a9 [2021-03-09T16:59:52.611Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-09T16:59:52.882Z] ---> Running in d74d826cbade [2021-03-09T16:59:53.486Z] Removing intermediate container 9b221f656ea0 [2021-03-09T16:59:53.486Z] ---> dff23665f2f2 [2021-03-09T16:59:53.486Z] [2021-03-09T16:59:53.486Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-09T16:59:53.763Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-09T16:59:53.763Z] ---> eeaf43b92773 [2021-03-09T16:59:53.763Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-09T16:59:54.041Z] ---> Running in f914be133f13 [2021-03-09T16:59:54.041Z] Successfully built dff23665f2f2 [2021-03-09T16:59:54.041Z] Removing intermediate container d74d826cbade [2021-03-09T16:59:54.041Z] ---> 3cb5f37f0d96 [2021-03-09T16:59:54.041Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:59:54.316Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-09T16:59:54.316Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-03-09T16:59:54.584Z] ---> c996493cf3e8 [2021-03-09T16:59:54.584Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-09T16:59:54.584Z] Removing intermediate container a8d57c4e8c51 [2021-03-09T16:59:54.584Z] ---> cb5a903288b4 [2021-03-09T16:59:54.584Z] [2021-03-09T16:59:54.584Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T16:59:54.584Z] ---> d10569e2745f [2021-03-09T16:59:54.584Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-09T16:59:54.855Z] ---> Running in 842d56395159 [2021-03-09T16:59:55.126Z] ---> 44cd9d9c011a [2021-03-09T16:59:55.127Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-09T16:59:55.723Z] Removing intermediate container 842d56395159 [2021-03-09T16:59:55.723Z] ---> a627bc481dd0 [2021-03-09T16:59:55.723Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-09T16:59:55.723Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:59:55.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:59:56.285Z] ---> ea617bb46598 [2021-03-09T16:59:56.285Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-09T16:59:56.285Z] ---> Running in 2701b527aa25 [2021-03-09T16:59:56.882Z] (1/2) Installing readline (8.0.4-r0) [2021-03-09T16:59:56.882Z] (2/2) Installing bash (5.0.17-r0) [2021-03-09T16:59:56.882Z] Executing bash-5.0.17-r0.post-install [2021-03-09T16:59:56.882Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:59:56.882Z] OK: 12 MiB in 22 packages [2021-03-09T16:59:57.164Z] ---> Running in 732a29a7c569 [2021-03-09T16:59:57.439Z] ---> 6f54b0e2901c [2021-03-09T16:59:57.440Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-09T16:59:57.756Z] Removing intermediate container 2701b527aa25 [2021-03-09T16:59:57.756Z] ---> 2ddee4f92426 [2021-03-09T16:59:57.756Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-09T16:59:57.834Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-09T16:59:57.834Z] snap "core18" has no updates available [2021-03-09T16:59:58.031Z] Removing intermediate container 732a29a7c569 [2021-03-09T16:59:58.031Z] ---> 4f654bb285c7 [2021-03-09T16:59:58.031Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:59:58.302Z] ---> Running in 5bb610bdfb4d [2021-03-09T16:59:58.302Z] ---> 7682347e9d75 [2021-03-09T16:59:58.408Z] Pulling config-common [2021-03-09T16:59:58.408Z] + snapcraftctl pull [2021-03-09T16:59:58.576Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-09T16:59:58.577Z] ---> Running in 8145791986bc [2021-03-09T16:59:58.577Z] ---> Running in def5ce38f355 [2021-03-09T16:59:58.858Z] Removing intermediate container 5bb610bdfb4d [2021-03-09T16:59:59.127Z] ---> 3010d994eb35 [2021-03-09T16:59:59.127Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:59:59.127Z] Removing intermediate container f914be133f13 [2021-03-09T16:59:59.127Z] ---> 9d141d7bdb53 [2021-03-09T16:59:59.127Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-09T16:59:59.398Z] Removing intermediate container 8145791986bc [2021-03-09T16:59:59.398Z] ---> 3479263ee76e [2021-03-09T16:59:59.398Z] Step 20/22 : LABEL arch=arm64 [2021-03-09T16:59:59.668Z] ---> Running in 3b8dbf13d2af [2021-03-09T16:59:59.668Z] ---> Running in 171ec823e206 [2021-03-09T16:59:59.668Z] Removing intermediate container def5ce38f355 [2021-03-09T16:59:59.668Z] ---> abb3fc42a9be [2021-03-09T16:59:59.668Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:59:59.938Z] ---> Running in d4358ba0de4b [2021-03-09T17:00:00.223Z] ---> Running in 40de291779ac [2021-03-09T17:00:00.329Z] Pulling go-build-helper [2021-03-09T17:00:00.329Z] + snapcraftctl pull [2021-03-09T17:00:00.825Z] Removing intermediate container 3b8dbf13d2af [2021-03-09T17:00:00.825Z] ---> 50692dfe777b [2021-03-09T17:00:00.825Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-09T17:00:00.825Z] Removing intermediate container d4358ba0de4b [2021-03-09T17:00:00.825Z] ---> 21556bde805d [2021-03-09T17:00:00.825Z] Step 21/22 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 [2021-03-09T17:00:01.107Z] Removing intermediate container 40de291779ac [2021-03-09T17:00:01.107Z] ---> 9fbdc6fbc20a [2021-03-09T17:00:01.107Z] Step 21/23 : LABEL arch=arm64 [2021-03-09T17:00:01.107Z] ---> Running in 1f05c213eae5 [2021-03-09T17:00:01.107Z] ---> Running in 86fe9df730ed [2021-03-09T17:00:01.390Z] ---> Running in 264baab269e6 [2021-03-09T17:00:02.383Z] Removing intermediate container 1f05c213eae5 [2021-03-09T17:00:02.383Z] ---> 2e3b276d9b0b [2021-03-09T17:00:02.383Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-09T17:00:02.383Z] Removing intermediate container 86fe9df730ed [2021-03-09T17:00:02.383Z] ---> 0dc5d6d6f280 [2021-03-09T17:00:02.383Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T17:00:02.383Z] Removing intermediate container 264baab269e6 [2021-03-09T17:00:02.383Z] ---> f0f753ec04fc [2021-03-09T17:00:02.383Z] Step 22/23 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 [2021-03-09T17:00:02.383Z] ---> Running in bb7b2d34a058 [2021-03-09T17:00:02.664Z] ---> Running in 78c4f9ef0017 [2021-03-09T17:00:02.664Z] ---> Running in 3e403b039420 [2021-03-09T17:00:02.948Z] Removing intermediate container 171ec823e206 [2021-03-09T17:00:02.948Z] ---> 9dedac2a1b9f [2021-03-09T17:00:02.948Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-09T17:00:02.948Z] ---> Running in fc8181ba6afc [2021-03-09T17:00:03.234Z] Removing intermediate container bb7b2d34a058 [2021-03-09T17:00:03.234Z] ---> 6a8e41f124ca [2021-03-09T17:00:03.234Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-09T17:00:03.234Z] Removing intermediate container 78c4f9ef0017 [2021-03-09T17:00:03.234Z] ---> e68f3d2ca153 [2021-03-09T17:00:03.234Z] [2021-03-09T17:00:03.516Z] Removing intermediate container 3e403b039420 [2021-03-09T17:00:03.516Z] ---> 690f89376384 [2021-03-09T17:00:03.516Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T17:00:03.794Z] ---> Running in b84bf61e46bb [2021-03-09T17:00:04.400Z] Successfully built e68f3d2ca153 [2021-03-09T17:00:04.400Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-09T17:00:04.400Z] Building docker-support-notifications-go [2021-03-09T17:00:04.675Z]  Building docker-support-scheduler-go ... done Removing intermediate container b84bf61e46bb [2021-03-09T17:00:04.675Z] ---> 8a0cb3d439e2 [2021-03-09T17:00:04.675Z] [2021-03-09T17:00:04.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T17:00:05.226Z] ---> 4de6ded7a0dc [2021-03-09T17:00:05.226Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-09T17:00:05.226Z] Successfully built 8a0cb3d439e2 [2021-03-09T17:00:05.507Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-09T17:00:05.507Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-03-09T17:00:05.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T17:00:06.071Z] ---> 42e75085996d [2021-03-09T17:00:06.071Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-09T17:00:06.679Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-09T17:00:06.679Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-09T17:00:06.679Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-09T17:00:06.679Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-09T17:00:06.955Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-09T17:00:06.955Z] ---> 6728d80cdea3 [2021-03-09T17:00:06.955Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-09T17:00:07.234Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-09T17:00:07.234Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T17:00:07.234Z] OK: 8 MiB in 20 packages [2021-03-09T17:00:07.234Z] ---> Running in 1a5b0f11d3f5 [2021-03-09T17:00:08.697Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T17:00:08.697Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T17:00:09.298Z] Removing intermediate container fc8181ba6afc [2021-03-09T17:00:09.298Z] ---> 99ad8e3d47c8 [2021-03-09T17:00:09.298Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T17:00:09.579Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-09T17:00:09.579Z] (2/33) Installing expat (2.2.9-r1) [2021-03-09T17:00:09.579Z] (3/33) Installing libffi (3.3-r2) [2021-03-09T17:00:09.579Z] (4/33) Installing gdbm (1.13-r1) [2021-03-09T17:00:09.579Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-09T17:00:09.579Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-09T17:00:09.579Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-09T17:00:11.563Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-09T17:00:11.563Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-09T17:00:11.563Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-09T17:00:11.563Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-09T17:00:11.845Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-09T17:00:11.845Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-09T17:00:11.845Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-09T17:00:11.845Z] ---> a93021922924 [2021-03-09T17:00:11.845Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-09T17:00:11.845Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-09T17:00:11.845Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-09T17:00:11.845Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-09T17:00:12.135Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-09T17:00:12.135Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-09T17:00:12.135Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-09T17:00:12.135Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-09T17:00:12.135Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-09T17:00:12.135Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-09T17:00:12.135Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-09T17:00:12.135Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-09T17:00:12.135Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-09T17:00:12.135Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-09T17:00:12.135Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-09T17:00:12.135Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-09T17:00:12.135Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-09T17:00:12.135Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-09T17:00:12.135Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-09T17:00:12.414Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-09T17:00:12.414Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T17:00:12.414Z] OK: 71 MiB in 55 packages [2021-03-09T17:00:14.400Z] ---> 7e14ce183757 [2021-03-09T17:00:14.400Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-09T17:00:15.864Z] ---> 4e8d832c4e28 [2021-03-09T17:00:15.864Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-09T17:00:16.469Z] ---> Running in 9db6ce34b554 [2021-03-09T17:00:17.462Z] Removing intermediate container 9db6ce34b554 [2021-03-09T17:00:17.462Z] ---> fa8ab360ef19 [2021-03-09T17:00:17.462Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T17:00:18.461Z] ---> Running in 08c253026fcf [2021-03-09T17:00:19.451Z] Removing intermediate container 08c253026fcf [2021-03-09T17:00:19.451Z] ---> 709323ca1b02 [2021-03-09T17:00:19.451Z] Step 21/23 : LABEL arch=arm64 [2021-03-09T17:00:20.444Z] ---> Running in d425dae428dc [2021-03-09T17:00:21.428Z] Removing intermediate container 1a5b0f11d3f5 [2021-03-09T17:00:21.428Z] ---> 4858d93da5d9 [2021-03-09T17:00:21.428Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-09T17:00:21.428Z] Removing intermediate container d425dae428dc [2021-03-09T17:00:21.428Z] ---> 17be0c67897d [2021-03-09T17:00:21.428Z] Step 22/23 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 [2021-03-09T17:00:21.428Z] ---> Running in 6fa0189466b2 [2021-03-09T17:00:21.704Z] ---> Running in 51dd93564464 [2021-03-09T17:00:22.313Z] Removing intermediate container 51dd93564464 [2021-03-09T17:00:22.313Z] ---> 485bc423e08e [2021-03-09T17:00:22.313Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T17:00:22.588Z] ---> Running in df05fa2823e9 [2021-03-09T17:00:23.197Z] Removing intermediate container df05fa2823e9 [2021-03-09T17:00:23.197Z] ---> 2697dbf2fba0 [2021-03-09T17:00:23.197Z] [2021-03-09T17:00:23.798Z] Successfully built 2697dbf2fba0 [2021-03-09T17:00:23.798Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-09T17:00:23.798Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-03-09T17:00:29.207Z] Collecting docker-compose==1.23.2 [2021-03-09T17:00:29.207Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-09T17:00:29.812Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-09T17:00:29.812Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-09T17:00:30.084Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T17:00:30.084Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-09T17:00:30.084Z] ---> ff432edc6b09 [2021-03-09T17:00:30.084Z] Step 3/31 : WORKDIR /edgex-go [2021-03-09T17:00:30.084Z] ---> Using cache [2021-03-09T17:00:30.084Z] ---> b7125310c203 [2021-03-09T17:00:30.084Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T17:00:30.084Z] ---> Using cache [2021-03-09T17:00:30.084Z] ---> ba47dd4410eb [2021-03-09T17:00:30.084Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-09T17:00:32.601Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-09T17:00:32.601Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-09T17:00:32.601Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-09T17:00:32.601Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-09T17:00:32.601Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-09T17:00:32.601Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-09T17:00:32.601Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-09T17:00:32.601Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-09T17:00:32.601Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-09T17:00:32.601Z] Get:10 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-09T17:00:32.601Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-09T17:00:32.601Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-09T17:00:32.601Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-09T17:00:32.601Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-09T17:00:32.601Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-09T17:00:32.601Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-09T17:00:32.601Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-09T17:00:32.601Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-09T17:00:32.601Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-09T17:00:32.601Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-09T17:00:32.601Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-09T17:00:32.601Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-09T17:00:32.601Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-09T17:00:32.601Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-09T17:00:32.601Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-09T17:00:32.601Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-09T17:00:32.601Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-09T17:00:32.601Z] Fetched 24.0 MB in 6s (621 kB/s) [2021-03-09T17:00:32.601Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-09T17:00:32.601Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-09T17:00:32.601Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-09T17:00:32.601Z] Fetched 279 kB in 0s (0 B/s) [2021-03-09T17:00:32.601Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-09T17:00:32.601Z] Fetched 122 kB in 0s (0 B/s) [2021-03-09T17:00:32.601Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-09T17:00:32.601Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-09T17:00:32.601Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-09T17:00:32.601Z] Fetched 8848 B in 0s (0 B/s) [2021-03-09T17:00:32.601Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-09T17:00:32.601Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-09T17:00:32.601Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-09T17:00:32.601Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-09T17:00:32.601Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-09T17:00:32.601Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-09T17:00:32.601Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-09T17:00:32.601Z] Fetched 214 kB in 0s (0 B/s) [2021-03-09T17:00:32.601Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-09T17:00:32.601Z] Fetched 154 kB in 0s (0 B/s) [2021-03-09T17:00:32.601Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-09T17:00:32.601Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-09T17:00:32.601Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-09T17:00:32.601Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-09T17:00:32.601Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-09T17:00:32.601Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-09T17:00:32.601Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-09T17:00:32.601Z] Fetched 499 kB in 0s (0 B/s) [2021-03-09T17:00:32.601Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-09T17:00:32.601Z] Fetched 111 kB in 0s (0 B/s) [2021-03-09T17:00:32.601Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-09T17:00:32.601Z] Fetched 240 kB in 0s (0 B/s) [2021-03-09T17:00:32.601Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-09T17:00:32.601Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-09T17:00:32.601Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-09T17:00:32.601Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-09T17:00:32.601Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-09T17:00:32.601Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-09T17:00:32.601Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-09T17:00:32.601Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-09T17:00:32.601Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-09T17:00:32.601Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-09T17:00:32.601Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-09T17:00:32.601Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-09T17:00:32.601Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-09T17:00:32.601Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-09T17:00:32.601Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-09T17:00:32.601Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-09T17:00:32.601Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-09T17:00:32.602Z] Fetched 8720 B in 0s (0 B/s) [2021-03-09T17:00:32.602Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-09T17:00:32.602Z] Fetched 137 kB in 0s (0 B/s) [2021-03-09T17:00:32.602Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-09T17:00:32.602Z] Fetched 119 kB in 0s (0 B/s) [2021-03-09T17:00:32.602Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-09T17:00:32.602Z] Fetched 109 kB in 0s (0 B/s) [2021-03-09T17:00:32.602Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-09T17:00:32.602Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-09T17:00:32.602Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-09T17:00:32.602Z] Fetched 645 kB in 0s (0 B/s) [2021-03-09T17:00:32.602Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-09T17:00:32.602Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-09T17:00:32.602Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-09T17:00:32.602Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-09T17:00:32.602Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-09T17:00:32.602Z] Fetched 368 kB in 0s (0 B/s) [2021-03-09T17:00:32.602Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-09T17:00:32.602Z] Fetched 187 kB in 0s (0 B/s) [2021-03-09T17:00:32.602Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-09T17:00:32.602Z] Fetched 175 kB in 0s (0 B/s) [2021-03-09T17:00:32.602Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-09T17:00:32.706Z] ---> Running in efd7881e6490 [2021-03-09T17:00:34.142Z] Collecting PyYAML<4,>=3.10 [2021-03-09T17:00:34.142Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-09T17:00:34.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T17:00:35.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T17:00:35.734Z] OK: 217 MiB in 51 packages [2021-03-09T17:00:37.948Z] Fetched 206 kB in 0s (0 B/s) [2021-03-09T17:00:37.948Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-09T17:00:37.948Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-09T17:00:37.948Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-09T17:00:37.948Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-09T17:00:37.948Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-09T17:00:37.948Z] Fetched 159 kB in 0s (0 B/s) [2021-03-09T17:00:37.948Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-09T17:00:37.948Z] Fetched 107 kB in 0s (0 B/s) [2021-03-09T17:00:37.948Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-09T17:00:37.948Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-09T17:00:37.948Z] Pulling static-packages [2021-03-09T17:00:37.948Z] + snapcraftctl pull [2021-03-09T17:00:38.377Z] 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-09T17:00:38.758Z] Collecting texttable<0.10,>=0.9.0 [2021-03-09T17:00:39.050Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-09T17:00:39.326Z] Removing intermediate container efd7881e6490 [2021-03-09T17:00:39.326Z] ---> ed73d884e158 [2021-03-09T17:00:39.326Z] Step 6/31 : COPY go.mod . [2021-03-09T17:00:39.354Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-03-09T17:00:39.354Z] Skipping pull go-build-helper (already ran) [2021-03-09T17:00:39.354Z] Skipping pull static-packages (already ran) [2021-03-09T17:00:39.354Z] Building go-build-helper [2021-03-09T17:00:39.354Z] + snapcraftctl build [2021-03-09T17:00:41.970Z] ---> d3a421e385f6 [2021-03-09T17:00:41.970Z] Step 7/31 : RUN go mod download [2021-03-09T17:00:42.249Z] ---> Running in 417b75a01c8c [2021-03-09T17:00:42.860Z] Collecting cached-property<2,>=1.2.0 [2021-03-09T17:00:42.860Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-09T17:00:43.875Z] Collecting docker<4.0,>=3.6.0 [2021-03-09T17:00:43.875Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-09T17:00:46.059Z] Building static-packages [2021-03-09T17:00:46.060Z] + snapcraftctl build [2021-03-09T17:00:46.511Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-09T17:00:46.511Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-09T17:00:46.788Z] Removing intermediate container 417b75a01c8c [2021-03-09T17:00:46.788Z] ---> 19d385cfee20 [2021-03-09T17:00:46.788Z] Step 8/31 : COPY . . [2021-03-09T17:00:46.788Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T17:00:46.788Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T17:00:46.788Z] ---> ff432edc6b09 [2021-03-09T17:00:46.788Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T17:00:46.788Z] ---> Using cache [2021-03-09T17:00:46.788Z] ---> b7125310c203 [2021-03-09T17:00:46.788Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T17:00:46.788Z] ---> Using cache [2021-03-09T17:00:46.788Z] ---> ba47dd4410eb [2021-03-09T17:00:46.788Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-09T17:00:46.788Z] ---> Running in 7e57e16cebec [2021-03-09T17:00:47.064Z] Collecting jsonschema<3,>=2.5.1 [2021-03-09T17:00:47.065Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-09T17:00:47.669Z] Collecting docopt<0.7,>=0.6.1 [2021-03-09T17:00:47.669Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-09T17:00:48.269Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T17:00:48.269Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-09T17:00:48.269Z] ---> ff432edc6b09 [2021-03-09T17:00:48.269Z] Step 3/24 : WORKDIR /edgex-go [2021-03-09T17:00:48.269Z] ---> Using cache [2021-03-09T17:00:48.269Z] ---> b7125310c203 [2021-03-09T17:00:48.269Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T17:00:48.269Z] ---> Using cache [2021-03-09T17:00:48.269Z] ---> ba47dd4410eb [2021-03-09T17:00:48.269Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-09T17:00:48.269Z] ---> Using cache [2021-03-09T17:00:48.269Z] ---> ed73d884e158 [2021-03-09T17:00:48.269Z] Step 6/24 : COPY go.mod . [2021-03-09T17:00:48.269Z] ---> Using cache [2021-03-09T17:00:48.544Z] ---> d3a421e385f6 [2021-03-09T17:00:48.544Z] Step 7/24 : RUN go mod download [2021-03-09T17:00:48.544Z] ---> Using cache [2021-03-09T17:00:48.544Z] ---> 19d385cfee20 [2021-03-09T17:00:48.544Z] Step 8/24 : COPY . . [2021-03-09T17:00:48.704Z] Staging go-build-helper [2021-03-09T17:00:48.704Z] + snapcraftctl stage [2021-03-09T17:00:48.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T17:00:49.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T17:00:50.278Z] Staging static-packages [2021-03-09T17:00:50.279Z] + snapcraftctl stage [2021-03-09T17:00:50.403Z] OK: 217 MiB in 51 packages [2021-03-09T17:00:51.384Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-09T17:00:51.384Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-09T17:00:52.354Z] Pulling go115 [2021-03-09T17:00:52.354Z] + snapcraftctl pull [2021-03-09T17:00:53.382Z] Collecting docker-pycreds>=0.4.0 [2021-03-09T17:00:53.382Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-09T17:00:54.585Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-09T17:00:54.585Z] Skipping pull go115 (already ran) [2021-03-09T17:00:54.585Z] Building go115 [2021-03-09T17:00:54.585Z] + dpkg --print-architecture [2021-03-09T17:00:54.585Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-09T17:00:54.585Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-09T17:00:54.585Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-09T17:00:54.585Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-09T17:00:54.585Z] Dload Upload Total Spent Left Speed [2021-03-09T17:00:55.407Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-09T17:00:55.407Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-09T17:00:56.854Z] Removing intermediate container 7e57e16cebec [2021-03-09T17:00:56.854Z] ---> d197531884ae [2021-03-09T17:00:56.854Z] Step 6/22 : COPY go.mod . [2021-03-09T17:00:56.854Z] Collecting idna<2.8,>=2.5 [2021-03-09T17:00:56.854Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-09T17:00:56.854Z] 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-09T17:00:56.854Z] 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-09T17:00:56.854Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-09T17:00:56.854Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-09T17:00:56.854Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-09T17:00:56.854Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-09T17:00:58.302Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T17:00:58.302Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T17:00:58.302Z] ---> ff432edc6b09 [2021-03-09T17:00:58.302Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T17:00:58.302Z] ---> Using cache [2021-03-09T17:00:58.302Z] ---> b7125310c203 [2021-03-09T17:00:58.302Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T17:00:58.302Z] ---> Using cache [2021-03-09T17:00:58.302Z] ---> ba47dd4410eb [2021-03-09T17:00:58.302Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T17:00:58.302Z] ---> Using cache [2021-03-09T17:00:58.302Z] ---> ed73d884e158 [2021-03-09T17:00:58.302Z] Step 6/23 : COPY go.mod . [2021-03-09T17:00:58.302Z] ---> Using cache [2021-03-09T17:00:58.302Z] ---> d3a421e385f6 [2021-03-09T17:00:58.302Z] Step 7/23 : RUN go mod download [2021-03-09T17:00:58.302Z] ---> Using cache [2021-03-09T17:00:58.302Z] ---> 19d385cfee20 [2021-03-09T17:00:58.302Z] Step 8/23 : COPY . . [2021-03-09T17:00:58.302Z] Installing collected packages: dockerpty, PyYAML, texttable, cached-property, websocket-client, docker-pycreds, urllib3, idna, requests, docker, jsonschema, docopt, docker-compose [2021-03-09T17:00:58.302Z] Running setup.py install for dockerpty: started [2021-03-09T17:00:58.735Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 43249 0 0 283k 0 0:06:57 --:--:-- 0:06:57 281k 20 115M 20 24.1M 0 0 21.0M 0 0:00:05 0:00:01 0:00:04 21.0M 46 115M 46 53.9M 0 0 25.0M 0 0:00:04 0:00:02 0:00:02 25.0M 61 115M 61 71.3M 0 0 22.6M 0 0:00:05 0:00:03 0:00:02 22.6M 88 115M 88 102M 0 0 24.6M 0 0:00:04 0:00:04 --:--:-- 24.6M 100 115M 100 115M 0 0 25.6M 0 0:00:04 0:00:04 --:--:-- 26.5M [2021-03-09T17:00:58.735Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-09T17:00:58.735Z] + sha256sum -c sha256 [2021-03-09T17:00:58.735Z] + grep OK [2021-03-09T17:00:58.904Z] ---> 7717cea0bd58 [2021-03-09T17:00:58.904Z] Step 7/22 : RUN go mod download [2021-03-09T17:00:59.704Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-09T17:00:59.704Z] + mkdir -p /root/stage/go1.15 [2021-03-09T17:00:59.704Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-09T17:01:00.338Z] ---> Running in b0c3728c699b [2021-03-09T17:01:01.329Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-09T17:01:01.329Z] Running setup.py install for PyYAML: started [2021-03-09T17:01:05.642Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-09T17:01:05.642Z] Running setup.py install for texttable: started [2021-03-09T17:01:07.078Z] Removing intermediate container b0c3728c699b [2021-03-09T17:01:07.078Z] ---> ad3f20fbffdc [2021-03-09T17:01:07.078Z] Step 8/22 : COPY . . [2021-03-09T17:01:07.894Z] Staging go115 [2021-03-09T17:01:07.894Z] + snapcraftctl stage [2021-03-09T17:01:08.525Z] Running setup.py install for texttable: finished with status 'done' [2021-03-09T17:01:09.508Z] Attempting uninstall: urllib3 [2021-03-09T17:01:09.508Z] Found existing installation: urllib3 1.25.9 [2021-03-09T17:01:09.508Z] Uninstalling urllib3-1.25.9: [2021-03-09T17:01:09.780Z] Successfully uninstalled urllib3-1.25.9 [2021-03-09T17:01:11.291Z] Attempting uninstall: idna [2021-03-09T17:01:11.291Z] Found existing installation: idna 2.9 [2021-03-09T17:01:11.291Z] Uninstalling idna-2.9: [2021-03-09T17:01:11.291Z] Successfully uninstalled idna-2.9 [2021-03-09T17:01:11.569Z] ---> 690e62c76bbb [2021-03-09T17:01:11.569Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-09T17:01:12.167Z] Attempting uninstall: requests [2021-03-09T17:01:12.167Z] Found existing installation: requests 2.23.0 [2021-03-09T17:01:12.167Z] Uninstalling requests-2.23.0: [2021-03-09T17:01:12.441Z] Successfully uninstalled requests-2.23.0 [2021-03-09T17:01:12.727Z] ---> 77b2f8f68691 [2021-03-09T17:01:12.727Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-09T17:01:13.317Z] ---> Running in 2047d0d8d311 [2021-03-09T17:01:13.915Z] ---> Running in cfa62335be69 [2021-03-09T17:01:14.901Z] Running setup.py install for docopt: started [2021-03-09T17:01:15.499Z] 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-09T17:01:16.073Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-09T17:01:16.073Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-09T17:01:16.073Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-09T17:01:16.073Z] Fetched 0 B in 0s (0 B/s) [2021-03-09T17:01:16.073Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-09T17:01:16.073Z] Fetched 224 kB in 0s (0 B/s) [2021-03-09T17:01:16.073Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-09T17:01:16.073Z] Fetched 157 kB in 0s (0 B/s) [2021-03-09T17:01:16.073Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-09T17:01:16.073Z] Fetched 221 kB in 0s (0 B/s) [2021-03-09T17:01:16.073Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-09T17:01:16.073Z] Fetched 143 kB in 0s (0 B/s) [2021-03-09T17:01:16.073Z] Pulling edgex-go [2021-03-09T17:01:16.073Z] + snapcraftctl pull [2021-03-09T17:01:16.096Z] 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-09T17:01:18.010Z] Pulling version [2021-03-09T17:01:18.011Z] + cd /root/project [2021-03-09T17:01:18.011Z] + [ -f VERSION ] [2021-03-09T17:01:18.011Z] + PROJECT_VERSION=local-dev [2021-03-09T17:01:18.011Z] + git rev-parse --short HEAD [2021-03-09T17:01:18.011Z] + GIT_REVISION=f1d7c75c [2021-03-09T17:01:18.011Z] + snapcraftctl set-version local-dev [2021-03-09T17:01:18.084Z] Running setup.py install for docopt: finished with status 'done' [2021-03-09T17:01:19.695Z] 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-09T17:01:19.962Z] Building config-common [2021-03-09T17:01:19.963Z] + snapcraftctl build [2021-03-09T17:01:21.141Z] ---> 00fee95074e8 [2021-03-09T17:01:21.141Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-09T17:01:22.142Z] ---> Running in 473d0df46d18 [2021-03-09T17:01:24.211Z] Skipping build go-build-helper (already ran) [2021-03-09T17:01:24.211Z] Skipping build static-packages (already ran) [2021-03-09T17:01:24.211Z] Skipping build go115 (already ran) [2021-03-09T17:01:24.211Z] Building edgex-go [2021-03-09T17:01:25.167Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6120/bin/scriptlet-bin [2021-03-09T17:01:25.167Z] + cd /root/parts/edgex-go/src [2021-03-09T17:01:25.167Z] + make build [2021-03-09T17:01:25.167Z] 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-09T17:01:25.568Z] 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-09T17:01:27.143Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-09T17:01:27.143Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.43 [2021-03-09T17:01:27.143Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-09T17:01:27.143Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-09T17:01:27.143Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-09T17:01:27.143Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-09T17:01:27.143Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-09T17:01:27.143Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-09T17:01:27.143Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-09T17:01:27.143Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-09T17:01:27.143Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-09T17:01:27.143Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-09T17:01:27.143Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-09T17:01:27.143Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-09T17:01:27.143Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-09T17:01:27.143Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-09T17:01:27.143Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-03-09T17:01:27.469Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-09T17:01:27.469Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-09T17:01:27.469Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-09T17:01:27.469Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-09T17:01:27.469Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-09T17:01:27.469Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-09T17:01:27.469Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-09T17:01:27.469Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-09T17:01:27.469Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-09T17:01:27.469Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-09T17:01:27.469Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-09T17:01:27.469Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-09T17:01:27.469Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-09T17:01:27.469Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-09T17:01:27.469Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-09T17:01:27.469Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-09T17:01:27.469Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-09T17:01:27.469Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-09T17:01:27.469Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-09T17:01:27.469Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-09T17:01:27.779Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-09T17:01:27.779Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-09T17:01:27.779Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-09T17:01:27.779Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-09T17:01:27.779Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-09T17:01:27.779Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-09T17:01:28.075Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-09T17:01:28.075Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-09T17:01:28.989Z] Removing intermediate container 6fa0189466b2 [2021-03-09T17:01:28.989Z] ---> ff3321501e65 [2021-03-09T17:01:28.989Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-09T17:01:29.258Z] ---> Running in da856cc9c786 [2021-03-09T17:01:31.297Z] ---> 14653fe3d32f [2021-03-09T17:01:31.297Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-09T17:01:31.297Z] ---> Running in 37edfb3c0cdd [2021-03-09T17:01:31.297Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T17:01:31.903Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T17:01:32.506Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T17:01:32.506Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-09T17:01:32.779Z] (3/3) Installing curl (7.69.1-r3) [2021-03-09T17:01:32.779Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T17:01:32.779Z] OK: 71 MiB in 58 packages [2021-03-09T17:01:33.383Z] 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-09T17:01:34.832Z] Removing intermediate container da856cc9c786 [2021-03-09T17:01:34.832Z] ---> b086debab77e [2021-03-09T17:01:34.832Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-09T17:01:34.832Z] ---> Running in da600bacd2f2 [2021-03-09T17:01:35.436Z] Removing intermediate container da600bacd2f2 [2021-03-09T17:01:35.436Z] ---> 6f80100827cf [2021-03-09T17:01:35.436Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T17:01:35.711Z] ---> Running in a1da51c25e61 [2021-03-09T17:01:36.321Z] Removing intermediate container a1da51c25e61 [2021-03-09T17:01:36.321Z] ---> 73508537d4c8 [2021-03-09T17:01:36.321Z] Step 24/26 : LABEL arch=arm64 [2021-03-09T17:01:36.598Z] ---> Running in ab8e3c6a75d1 [2021-03-09T17:01:37.201Z] Removing intermediate container ab8e3c6a75d1 [2021-03-09T17:01:37.202Z] ---> 3fe7b7fde8a9 [2021-03-09T17:01:37.202Z] Step 25/26 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 [2021-03-09T17:01:37.480Z] ---> Running in d4168d7607ea [2021-03-09T17:01:38.083Z] Removing intermediate container d4168d7607ea [2021-03-09T17:01:38.083Z] ---> fdb8a822e22c [2021-03-09T17:01:38.083Z] Step 26/26 : LABEL version=0.0.0 [2021-03-09T17:01:38.083Z] ---> Running in 25ee37bf7036 [2021-03-09T17:01:39.079Z] Removing intermediate container 25ee37bf7036 [2021-03-09T17:01:39.079Z] ---> 66cdd1d42592 [2021-03-09T17:01:39.079Z] [2021-03-09T17:01:39.398Z] Successfully built 66cdd1d42592 [2021-03-09T17:01:39.398Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-09T17:01:40.515Z] 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-09T17:01:41.926Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-09T17:01:50.289Z] 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-09T17:01:52.264Z] 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-09T17:01:54.870Z] 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-09T17:01:55.825Z] 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-09T17:01:55.825Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-09T17:01:56.092Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-09T17:01:56.092Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-09T17:01:56.092Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-09T17:01:58.677Z] 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-09T17:01:58.677Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-09T17:01:58.677Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-09T17:02:01.271Z] 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-09T17:02:02.679Z] 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-09T17:02:02.679Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-09T17:02:05.282Z] 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-09T17:02:06.714Z] 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-09T17:02:06.714Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-09T17:02:08.709Z] 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-09T17:02:08.709Z] go: downloading github.com/lib/pq v1.10.0 [2021-03-09T17:02:11.345Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-09T17:02:11.345Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-09T17:02:11.345Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-09T17:02:11.617Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-09T17:02:11.617Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-09T17:02:11.617Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-09T17:02:11.617Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-09T17:02:11.617Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-09T17:02:11.617Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-09T17:02:11.617Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-09T17:02:11.617Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-09T17:02:11.617Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-09T17:02:11.617Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-09T17:02:11.617Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-09T17:02:11.617Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-09T17:02:11.617Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-09T17:02:11.617Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-09T17:02:11.617Z] + 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-09T17:02:11.617Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-09T17:02:11.617Z] + 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-09T17:02:11.897Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-09T17:02:11.897Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-09T17:02:11.897Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-09T17:02:11.897Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-09T17:02:11.897Z] + 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-09T17:02:14.502Z] Building version [2021-03-09T17:02:14.502Z] + snapcraftctl build [2021-03-09T17:02:18.764Z] Staging config-common [2021-03-09T17:02:18.764Z] + snapcraftctl stage [2021-03-09T17:02:20.178Z] Skipping stage go-build-helper (already ran) [2021-03-09T17:02:20.178Z] Skipping stage static-packages (already ran) [2021-03-09T17:02:20.178Z] Skipping stage go115 (already ran) [2021-03-09T17:02:20.447Z] Staging edgex-go [2021-03-09T17:02:20.447Z] + snapcraftctl stage [2021-03-09T17:02:22.401Z] Staging version [2021-03-09T17:02:22.401Z] + snapcraftctl stage [2021-03-09T17:02:24.361Z] Priming config-common [2021-03-09T17:02:24.361Z] + snapcraftctl prime [2021-03-09T17:02:25.773Z] Priming go-build-helper [2021-03-09T17:02:25.773Z] + snapcraftctl prime [2021-03-09T17:02:27.718Z] Priming static-packages [2021-03-09T17:02:27.718Z] + snapcraftctl prime [2021-03-09T17:02:31.984Z] Priming go115 [2021-03-09T17:02:31.984Z] + snapcraftctl prime [2021-03-09T17:02:33.388Z] Priming edgex-go [2021-03-09T17:02:33.388Z] + snapcraftctl prime [2021-03-09T17:02:35.326Z] Priming version [2021-03-09T17:02:35.326Z] + snapcraftctl prime [2021-03-09T17:02:37.271Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-09T17:02:37.721Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-09T17:02:56.202Z] Removing intermediate container cfa62335be69 [2021-03-09T17:02:56.202Z] ---> 68912f2160ab [2021-03-09T17:02:56.202Z] [2021-03-09T17:02:56.202Z] Step 10/24 : FROM alpine:3.12 [2021-03-09T17:02:56.202Z] ---> d10569e2745f [2021-03-09T17:02:56.202Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-09T17:02:56.202Z] ---> Running in e5f248147faf [2021-03-09T17:02:56.202Z] Removing intermediate container 2047d0d8d311 [2021-03-09T17:02:56.202Z] ---> ac4d883e7cdf [2021-03-09T17:02:56.202Z] [2021-03-09T17:02:56.202Z] Step 10/31 : FROM alpine:3.12 [2021-03-09T17:02:56.202Z] ---> d10569e2745f [2021-03-09T17:02:56.202Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-09T17:02:56.479Z] ---> Running in 5a3fda4c611c [2021-03-09T17:02:57.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T17:02:57.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T17:02:57.367Z] Removing intermediate container 5a3fda4c611c [2021-03-09T17:02:57.367Z] ---> dd2e279ea1ca [2021-03-09T17:02:57.367Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-09T17:02:57.367Z] ---> Running in 2b3c99a3be5d [2021-03-09T17:02:57.970Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-09T17:02:57.970Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T17:02:58.248Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-09T17:02:58.248Z] (4/5) Installing curl (7.69.1-r3) [2021-03-09T17:02:58.248Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-09T17:02:58.248Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T17:02:58.248Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T17:02:58.854Z] OK: 7 MiB in 19 packages [2021-03-09T17:02:59.462Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T17:02:59.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T17:03:00.355Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-09T17:03:00.355Z] (2/2) Installing su-exec (0.2-r1) [2021-03-09T17:03:00.355Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T17:03:00.355Z] OK: 5 MiB in 16 packages [2021-03-09T17:03:01.360Z] Removing intermediate container e5f248147faf [2021-03-09T17:03:01.360Z] ---> ee9142565bdd [2021-03-09T17:03:01.360Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T17:03:01.980Z] ---> Running in 2115301780cf [2021-03-09T17:03:02.589Z] Removing intermediate container 2b3c99a3be5d [2021-03-09T17:03:02.589Z] ---> 7cf803ffa157 [2021-03-09T17:03:02.589Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-09T17:03:02.589Z] Removing intermediate container 2115301780cf [2021-03-09T17:03:02.589Z] ---> c9d9899ab5cb [2021-03-09T17:03:02.589Z] Step 13/24 : WORKDIR / [2021-03-09T17:03:02.868Z] ---> Running in 60a87267bbb6 [2021-03-09T17:03:02.868Z] ---> Running in e08f6c99fd3a [2021-03-09T17:03:03.912Z] Removing intermediate container 60a87267bbb6 [2021-03-09T17:03:03.912Z] ---> eaf1831ba9af [2021-03-09T17:03:03.913Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-09T17:03:03.913Z] Removing intermediate container e08f6c99fd3a [2021-03-09T17:03:03.913Z] ---> cbcb5bfd1544 [2021-03-09T17:03:03.913Z] 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-09T17:03:04.196Z] ---> Running in 16c56c122f3d [2021-03-09T17:03:05.209Z] Removing intermediate container 16c56c122f3d [2021-03-09T17:03:05.210Z] ---> deb8f16d3578 [2021-03-09T17:03:05.210Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-09T17:03:05.210Z] ---> Running in e3a699509951 [2021-03-09T17:03:05.491Z] ---> 5a6dcc611db6 [2021-03-09T17:03:05.491Z] 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-09T17:03:06.964Z] ---> c79299fae3c7 [2021-03-09T17:03:06.964Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-09T17:03:07.970Z] ---> 39492e5281a0 [2021-03-09T17:03:07.970Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-09T17:03:08.971Z] Removing intermediate container e3a699509951 [2021-03-09T17:03:08.971Z] ---> 951f928c8a0b [2021-03-09T17:03:08.971Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-09T17:03:09.252Z] ---> Running in 6e31419aaf60 [2021-03-09T17:03:09.528Z] ---> f5692095a2d6 [2021-03-09T17:03:09.528Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-09T17:03:10.132Z] Removing intermediate container 6e31419aaf60 [2021-03-09T17:03:10.132Z] ---> fa88519a6f92 [2021-03-09T17:03:10.132Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-09T17:03:11.625Z] ---> d9317ed1513c [2021-03-09T17:03:11.625Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-09T17:03:11.919Z] ---> 073cd9d6a0d0 [2021-03-09T17:03:11.919Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-09T17:03:12.211Z] ---> Running in 2f73136b6419 [2021-03-09T17:03:13.207Z] ---> 354ae48d199e [2021-03-09T17:03:13.207Z] 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-09T17:03:13.498Z] ---> Running in e338c459c995 [2021-03-09T17:03:16.162Z] Removing intermediate container 2f73136b6419 [2021-03-09T17:03:16.162Z] ---> f43b6079443c [2021-03-09T17:03:16.162Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T17:03:17.165Z] ---> cc7e4058ed4a [2021-03-09T17:03:17.165Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-09T17:03:17.446Z] Removing intermediate container 37edfb3c0cdd [2021-03-09T17:03:17.446Z] ---> 77a89c2d90d2 [2021-03-09T17:03:17.446Z] [2021-03-09T17:03:17.446Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T17:03:17.446Z] ---> d10569e2745f [2021-03-09T17:03:17.446Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-09T17:03:17.446Z] Removing intermediate container e338c459c995 [2021-03-09T17:03:17.446Z] ---> df4b86e539b2 [2021-03-09T17:03:17.446Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-09T17:03:17.723Z] ---> Running in 2f2bb4c379da [2021-03-09T17:03:17.723Z] ---> Running in 651f68cf9f68 [2021-03-09T17:03:19.162Z] Removing intermediate container 651f68cf9f68 [2021-03-09T17:03:19.162Z] ---> 3c3a0d7ffb26 [2021-03-09T17:03:19.162Z] Step 22/24 : LABEL arch=arm64 [2021-03-09T17:03:19.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T17:03:19.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T17:03:19.437Z] ---> 4d25b583a24c [2021-03-09T17:03:19.437Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-09T17:03:19.437Z] ---> Running in 404df30e9f1f [2021-03-09T17:03:20.041Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-09T17:03:20.041Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-09T17:03:20.041Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T17:03:20.041Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T17:03:20.319Z] OK: 6 MiB in 16 packages [2021-03-09T17:03:20.319Z] Removing intermediate container 404df30e9f1f [2021-03-09T17:03:20.319Z] ---> 516ee7bbae83 [2021-03-09T17:03:20.319Z] Step 23/24 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 [2021-03-09T17:03:20.599Z] ---> 165d47e5ac77 [2021-03-09T17:03:20.599Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-09T17:03:20.599Z] ---> Running in a9e0f302ec82 [2021-03-09T17:03:20.874Z] Removing intermediate container 473d0df46d18 [2021-03-09T17:03:20.875Z] ---> b5e4f314301e [2021-03-09T17:03:20.875Z] [2021-03-09T17:03:20.875Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T17:03:20.875Z] ---> d10569e2745f [2021-03-09T17:03:20.875Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T17:03:20.875Z] ---> Using cache [2021-03-09T17:03:20.875Z] ---> 2df732fb0a27 [2021-03-09T17:03:20.875Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T17:03:20.875Z] ---> Using cache [2021-03-09T17:03:20.875Z] ---> fa51924b35c8 [2021-03-09T17:03:20.875Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-09T17:03:21.148Z] ---> Running in 637245683d58 [2021-03-09T17:03:21.421Z] Removing intermediate container a9e0f302ec82 [2021-03-09T17:03:21.421Z] ---> 42a62f5ef640 [2021-03-09T17:03:21.421Z] Step 24/24 : LABEL version=0.0.0 [2021-03-09T17:03:21.421Z] ---> Running in 89fefb54b9a2 [2021-03-09T17:03:21.699Z] ---> ac3dcdddd833 [2021-03-09T17:03:21.699Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-09T17:03:21.699Z] Removing intermediate container 637245683d58 [2021-03-09T17:03:21.699Z] ---> 6e26b7872103 [2021-03-09T17:03:21.699Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T17:03:21.989Z] ---> Running in 33e8298127d1 [2021-03-09T17:03:22.272Z] Removing intermediate container 89fefb54b9a2 [2021-03-09T17:03:22.272Z] ---> d4f9b7c40764 [2021-03-09T17:03:22.272Z] [2021-03-09T17:03:22.272Z] Removing intermediate container 2f2bb4c379da [2021-03-09T17:03:22.272Z] ---> ecae85a4ac94 [2021-03-09T17:03:22.272Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T17:03:22.546Z] ---> Running in a8a7a999f755 [2021-03-09T17:03:22.546Z] Successfully built d4f9b7c40764 [2021-03-09T17:03:22.546Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-09T17:03:22.826Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 33e8298127d1 [2021-03-09T17:03:22.826Z] ---> 56f972b5062b [2021-03-09T17:03:22.826Z] Step 15/23 : WORKDIR / [2021-03-09T17:03:22.826Z] ---> 337eeb7210bd [2021-03-09T17:03:22.826Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-09T17:03:23.429Z] ---> Running in 7d4717377929 [2021-03-09T17:03:23.429Z] ---> Running in a3f62b9e007a [2021-03-09T17:03:23.429Z] Removing intermediate container a8a7a999f755 [2021-03-09T17:03:23.429Z] ---> 60c26fb32904 [2021-03-09T17:03:23.429Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-09T17:03:23.708Z] ---> Running in c4356fe0f113 [2021-03-09T17:03:23.986Z] Removing intermediate container a3f62b9e007a [2021-03-09T17:03:23.986Z] ---> 3e83a604059f [2021-03-09T17:03:23.986Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-09T17:03:23.986Z] Removing intermediate container 7d4717377929 [2021-03-09T17:03:23.986Z] ---> 3f24b7fae9d3 [2021-03-09T17:03:23.986Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T17:03:24.264Z] Removing intermediate container c4356fe0f113 [2021-03-09T17:03:24.264Z] ---> a1e538194f70 [2021-03-09T17:03:24.264Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T17:03:24.540Z] ---> Running in 33c6a16ce7e2 [2021-03-09T17:03:24.823Z] ---> 14c6e5b38740 [2021-03-09T17:03:24.823Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-09T17:03:24.823Z] ---> 43139d54eb59 [2021-03-09T17:03:24.823Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-09T17:03:25.430Z] ---> Running in 3638f32f0f01 [2021-03-09T17:03:25.430Z] Removing intermediate container 33c6a16ce7e2 [2021-03-09T17:03:25.430Z] ---> 5d0d80d49cc3 [2021-03-09T17:03:25.430Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T17:03:26.883Z] ---> ada9fb3b9a87 [2021-03-09T17:03:26.883Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-09T17:03:26.883Z] ---> 9d035b534fb0 [2021-03-09T17:03:26.883Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-09T17:03:27.886Z] ---> ed2212bb5ab4 [2021-03-09T17:03:27.886Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-09T17:03:28.160Z] ---> Running in c2d3231ee9ac [2021-03-09T17:03:28.435Z] ---> 5a1f8c4d0323 [2021-03-09T17:03:28.435Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-09T17:03:28.435Z] Removing intermediate container 3638f32f0f01 [2021-03-09T17:03:28.435Z] ---> 07aaffc16119 [2021-03-09T17:03:28.435Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-09T17:03:28.712Z] ---> Running in 999cd54e8a44 [2021-03-09T17:03:28.988Z] Removing intermediate container c2d3231ee9ac [2021-03-09T17:03:28.988Z] ---> 8a46e52b9338 [2021-03-09T17:03:28.988Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T17:03:28.988Z] ---> Running in c76a038889ac [2021-03-09T17:03:29.263Z] ---> d84cd7db42f5 [2021-03-09T17:03:29.263Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-09T17:03:29.540Z] Removing intermediate container 999cd54e8a44 [2021-03-09T17:03:29.540Z] ---> 0ee357d7e951 [2021-03-09T17:03:29.540Z] Step 28/31 : CMD ["gate"] [2021-03-09T17:03:29.540Z] ---> Running in 396b8cf27179 [2021-03-09T17:03:29.540Z] Removing intermediate container c76a038889ac [2021-03-09T17:03:29.540Z] ---> e1f71481e4b2 [2021-03-09T17:03:29.540Z] Step 21/23 : LABEL arch=arm64 [2021-03-09T17:03:30.145Z] ---> Running in 5d27f9386f53 [2021-03-09T17:03:30.145Z] ---> Running in 3fe6aeda67e0 [2021-03-09T17:03:30.145Z] Removing intermediate container 396b8cf27179 [2021-03-09T17:03:30.145Z] ---> a3d2d202c20a [2021-03-09T17:03:30.145Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T17:03:30.420Z] ---> Running in 3e1cb1597652 [2021-03-09T17:03:30.696Z] Removing intermediate container 3fe6aeda67e0 [2021-03-09T17:03:30.697Z] ---> d590231b2bb3 [2021-03-09T17:03:30.697Z] Step 22/23 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 [2021-03-09T17:03:30.697Z] Removing intermediate container 5d27f9386f53 [2021-03-09T17:03:30.697Z] ---> dfd765723cc4 [2021-03-09T17:03:30.697Z] Step 29/31 : LABEL arch=arm64 [2021-03-09T17:03:30.971Z] ---> Running in cc9540448d3e [2021-03-09T17:03:31.247Z] ---> Running in e8451736c20a [2021-03-09T17:03:31.247Z] Removing intermediate container 3e1cb1597652 [2021-03-09T17:03:31.247Z] ---> 65fe23effcb3 [2021-03-09T17:03:31.247Z] Step 20/22 : LABEL arch=arm64 [2021-03-09T17:03:31.521Z] Removing intermediate container cc9540448d3e [2021-03-09T17:03:31.521Z] ---> 4e45142bd20c [2021-03-09T17:03:31.521Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T17:03:31.521Z] ---> Running in 536e9e508e22 [2021-03-09T17:03:31.521Z] ---> Running in 0884d0c8fbb3 [2021-03-09T17:03:31.799Z] Removing intermediate container e8451736c20a [2021-03-09T17:03:31.800Z] ---> 1f7d052ab148 [2021-03-09T17:03:31.800Z] Step 30/31 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 [2021-03-09T17:03:32.077Z] Removing intermediate container 536e9e508e22 [2021-03-09T17:03:32.077Z] ---> 8e094f5e4293 [2021-03-09T17:03:32.077Z] Step 21/22 : LABEL git_sha=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 [2021-03-09T17:03:32.353Z] ---> Running in 3215902891a8 [2021-03-09T17:03:32.353Z] ---> Running in 459e61e96ed3 [2021-03-09T17:03:32.353Z] Removing intermediate container 0884d0c8fbb3 [2021-03-09T17:03:32.353Z] ---> 6b80f0992bde [2021-03-09T17:03:32.353Z] [2021-03-09T17:03:32.956Z] Successfully built 6b80f0992bde [2021-03-09T17:03:32.956Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-09T17:03:32.956Z]  Building docker-core-metadata-go ... done Removing intermediate container 3215902891a8 [2021-03-09T17:03:32.956Z] ---> 830a51f11595 [2021-03-09T17:03:32.956Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T17:03:32.956Z] Removing intermediate container 459e61e96ed3 [2021-03-09T17:03:32.956Z] ---> 530b3095d565 [2021-03-09T17:03:32.956Z] Step 31/31 : LABEL version=0.0.0 [2021-03-09T17:03:33.230Z] ---> Running in 31b037893344 [2021-03-09T17:03:33.509Z] ---> Running in 5a05731cecc9 [2021-03-09T17:03:33.509Z] Removing intermediate container 31b037893344 [2021-03-09T17:03:33.509Z] ---> 1eb64edeb750 [2021-03-09T17:03:33.509Z] [2021-03-09T17:03:34.108Z] Removing intermediate container 5a05731cecc9 [2021-03-09T17:03:34.108Z] ---> bff9d44a589e [2021-03-09T17:03:34.108Z] [2021-03-09T17:03:34.108Z] Successfully built 1eb64edeb750 [2021-03-09T17:03:34.108Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-09T17:03:34.709Z]  Building docker-support-notifications-go ... done Successfully built bff9d44a589e [2021-03-09T17:03:34.709Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-09T17:03:35.022Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-03-09T17:03:35.052Z] $ docker stop --time=1 7f2416778c03bb4a58186c03b55a0f4069de9cb66fd50f9582a780699018571d [2021-03-09T17:03:37.000Z] $ docker rm -f 7f2416778c03bb4a58186c03b55a0f4069de9cb66fd50f9582a780699018571d [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-09T17:03:37.666Z] + + dockergrep images docker [2021-03-09T17:03:37.666Z] [2021-03-09T17:03:37.942Z] docker-security-bootstrapper-go-arm64 latest bff9d44a589e 4 seconds ago 17.8MB [2021-03-09T17:03:37.942Z] docker-support-notifications-go-arm64 latest 1eb64edeb750 4 seconds ago 16.9MB [2021-03-09T17:03:37.942Z] docker-core-metadata-go-arm64 latest 6b80f0992bde 6 seconds ago 17.9MB [2021-03-09T17:03:37.942Z] docker-security-secretstore-setup-go-arm64 latest d4f9b7c40764 16 seconds ago 23.7MB [2021-03-09T17:03:37.942Z] docker-sys-mgmt-agent-go-arm64 latest 66cdd1d42592 About a minute ago 300MB [2021-03-09T17:03:37.942Z] docker-core-data-go-arm64 latest 2697dbf2fba0 3 minutes ago 21.3MB [2021-03-09T17:03:37.942Z] docker-core-command-go-arm64 latest 8a0cb3d439e2 3 minutes ago 16.2MB [2021-03-09T17:03:37.942Z] docker-support-scheduler-go-arm64 latest e68f3d2ca153 3 minutes ago 16.3MB [2021-03-09T17:03:37.942Z] docker-security-proxy-setup-go-arm64 latest dff23665f2f2 3 minutes ago 23.4MB [2021-03-09T17:03:37.942Z] docker 20.10.0 eeaf43b92773 2 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-09T17:03:38.855Z] ---> job-cost.sh [2021-03-09T17:03:38.855Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-rqZ9 [2021-03-09T17:04:35.383Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-09T17:06:12.156Z] lf-activate-venv(): INFO: Adding /tmp/venv-rqZ9/bin to PATH [2021-03-09T17:06:12.156Z] INFO: No Stack... [2021-03-09T17:06:12.429Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-09T17:06:13.021Z] INFO: Archiving Costs [Pipeline] sh [2021-03-09T17:06:13.359Z] + cut -d, -f6 [2021-03-09T17:06:13.359Z] + cat /w/workspace/edgex-go/4/archives/cost.csv [Pipeline] lock [2021-03-09T17:06:13.472Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-4-stack-cost] [2021-03-09T17:06:13.482Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-4-stack-cost] did not exist. Created. [2021-03-09T17:06:13.482Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-09T17:06:13.902Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-09T17:06:14.215Z] Stashed 1 file(s) [Pipeline] } [2021-03-09T17:06:14.228Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-4-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-09T17:06:15.475Z] provisioning config files... [2021-03-09T17:06:15.513Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config8784403821144209390tmp [Pipeline] { [Pipeline] sh [2021-03-09T17:06:15.916Z] + set +x [2021-03-09T17:06:15.917Z] + curl -s https://codecov.io/bash [2021-03-09T17:06:15.917Z] + bash -s -- [2021-03-09T17:06:16.179Z] [2021-03-09T17:06:16.179Z] _____ _ [2021-03-09T17:06:16.179Z] / ____| | | [2021-03-09T17:06:16.179Z] | | ___ __| | ___ ___ _____ __ [2021-03-09T17:06:16.179Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-09T17:06:16.179Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-09T17:06:16.179Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-09T17:06:16.179Z] Bash-20210309-2b87ace [2021-03-09T17:06:16.179Z] [2021-03-09T17:06:16.179Z] [2021-03-09T17:06:16.179Z] ==> git version 2.24.3 found [2021-03-09T17:06:16.180Z] ==> 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-09T17:06:16.180Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-09T17:06:16.180Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-09T17:06:16.180Z] ==> Jenkins CI detected. [2021-03-09T17:06:16.180Z] project root: . [2021-03-09T17:06:16.180Z] --> token set from env [2021-03-09T17:06:16.443Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-09T17:06:16.443Z] ==> Running gcov in . (disable via -X gcov) [2021-03-09T17:06:16.443Z] ==> Python coveragepy not found [2021-03-09T17:06:16.443Z] ==> Searching for coverage reports in: [2021-03-09T17:06:16.443Z] + . [2021-03-09T17:06:16.443Z] -> Found 1 reports [2021-03-09T17:06:16.443Z] ==> Detecting git/mercurial file structure [2021-03-09T17:06:16.443Z] ==> Reading reports [2021-03-09T17:06:16.443Z] + ./coverage.out bytes=624012 [2021-03-09T17:06:16.443Z] ==> Appending adjustments [2021-03-09T17:06:16.443Z] https://docs.codecov.io/docs/fixing-reports [2021-03-09T17:06:20.683Z] + Found adjustments [2021-03-09T17:06:20.683Z] ==> Gzipping contents [2021-03-09T17:06:20.683Z] 92K /tmp/codecov.ufn1ap.gz [2021-03-09T17:06:20.683Z] ==> Uploading reports [2021-03-09T17:06:20.683Z] url: https://codecov.io [2021-03-09T17:06:20.683Z] query: branch=PR-3234&commit=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-09T17:06:20.683Z] -> Pinging Codecov [2021-03-09T17:06:20.683Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=f1d7c75cd9bc9fc114bc9d290989d3e93ee97497&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-09T17:06:20.683Z] -> Uploading to [2021-03-09T17:06:20.683Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-09/00271124DB129430A58F1EEE437C3FCB/f1d7c75cd9bc9fc114bc9d290989d3e93ee97497/c4c734f1-4428-4f68-9a1d-1979d175c761.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210309%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210309T170620Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c30e29eef3b7e3c31baf69f1d984ceb30aa8c11bae9c1d2d183ac3549a2abaf6 [2021-03-09T17:06:20.683Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-09T17:06:20.683Z] Dload Upload Total Spent Left Speed [2021-03-09T17:06:21.259Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92362 0 0 100 92362 0 167k --:--:-- --:--:-- --:--:-- 168k [2021-03-09T17:06:21.259Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 [Pipeline] } [2021-03-09T17:06:21.270Z] 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-09T17:06:23.052Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T17:06:23.933Z] ---> package-listing.sh [2021-03-09T17:06:23.933Z] ++ facter osfamily [2021-03-09T17:06:23.933Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-09T17:06:23.933Z] + OS_FAMILY=redhat [2021-03-09T17:06:23.933Z] + workspace=/w/workspace/edgex-go/4 [2021-03-09T17:06:23.933Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-09T17:06:23.933Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-09T17:06:23.933Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-09T17:06:23.933Z] + PACKAGES=/tmp/packages_start.txt [2021-03-09T17:06:23.933Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-09T17:06:23.933Z] + PACKAGES=/tmp/packages_end.txt [2021-03-09T17:06:23.933Z] + case "${OS_FAMILY}" in [2021-03-09T17:06:23.933Z] + rpm -qa [2021-03-09T17:06:23.933Z] + sort [2021-03-09T17:06:29.253Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-09T17:06:29.253Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-09T17:06:29.253Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-09T17:06:29.253Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-09T17:06:29.253Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-03-09T17:06:29.253Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-03-09T17:06:29.268Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-09T17:06:29.564Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:06:29.890Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T17:06:29.890Z] [2021-03-09T17:06:29.890Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:06:30.242Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T17:06:30.242Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-09T17:06:30.242Z] df20fa9351a1: Pulling fs layer [2021-03-09T17:06:30.242Z] 36b3adc4ff6f: Pulling fs layer [2021-03-09T17:06:30.242Z] 8ad3a11d3b57: Pulling fs layer [2021-03-09T17:06:30.242Z] 46f8f816bc3b: Pulling fs layer [2021-03-09T17:06:30.242Z] 93b61091891f: Pulling fs layer [2021-03-09T17:06:30.242Z] 93b9cdb0e59b: Pulling fs layer [2021-03-09T17:06:30.242Z] 5e14af77c1be: Pulling fs layer [2021-03-09T17:06:30.242Z] 01666e4c0597: Pulling fs layer [2021-03-09T17:06:30.242Z] aa168da1d23b: Pulling fs layer [2021-03-09T17:06:30.242Z] 46f8f816bc3b: Waiting [2021-03-09T17:06:30.242Z] 93b9cdb0e59b: Waiting [2021-03-09T17:06:30.242Z] 93b61091891f: Waiting [2021-03-09T17:06:30.242Z] 5e14af77c1be: Waiting [2021-03-09T17:06:30.242Z] aa168da1d23b: Waiting [2021-03-09T17:06:30.242Z] 01666e4c0597: Waiting [2021-03-09T17:06:30.242Z] 36b3adc4ff6f: Verifying Checksum [2021-03-09T17:06:30.242Z] 36b3adc4ff6f: Download complete [2021-03-09T17:06:30.242Z] 46f8f816bc3b: Verifying Checksum [2021-03-09T17:06:30.242Z] 46f8f816bc3b: Download complete [2021-03-09T17:06:30.242Z] df20fa9351a1: Download complete [2021-03-09T17:06:30.512Z] 93b9cdb0e59b: Verifying Checksum [2021-03-09T17:06:30.513Z] 93b9cdb0e59b: Download complete [2021-03-09T17:06:30.513Z] 5e14af77c1be: Verifying Checksum [2021-03-09T17:06:30.513Z] 5e14af77c1be: Download complete [2021-03-09T17:06:30.513Z] 93b61091891f: Verifying Checksum [2021-03-09T17:06:30.513Z] 93b61091891f: Download complete [2021-03-09T17:06:30.513Z] 01666e4c0597: Verifying Checksum [2021-03-09T17:06:30.513Z] 01666e4c0597: Download complete [2021-03-09T17:06:30.513Z] 8ad3a11d3b57: Verifying Checksum [2021-03-09T17:06:30.513Z] 8ad3a11d3b57: Download complete [2021-03-09T17:06:30.778Z] df20fa9351a1: Pull complete [2021-03-09T17:06:31.047Z] 36b3adc4ff6f: Pull complete [2021-03-09T17:06:32.443Z] aa168da1d23b: Verifying Checksum [2021-03-09T17:06:32.443Z] aa168da1d23b: Download complete [2021-03-09T17:06:34.370Z] 8ad3a11d3b57: Pull complete [2021-03-09T17:06:34.633Z] 46f8f816bc3b: Pull complete [2021-03-09T17:06:35.209Z] 93b61091891f: Pull complete [2021-03-09T17:06:35.472Z] 93b9cdb0e59b: Pull complete [2021-03-09T17:06:35.736Z] 5e14af77c1be: Pull complete [2021-03-09T17:06:36.000Z] 01666e4c0597: Pull complete [2021-03-09T17:06:46.064Z] aa168da1d23b: Pull complete [2021-03-09T17:06:46.064Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-09T17:06:46.064Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T17:06:46.064Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-09T17:06:46.291Z] prd-centos7-docker-4c-2g-29155 does not seem to be running inside a container [2021-03-09T17:06:46.341Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-09T17:06:50.543Z] $ docker top 8a88a1d8146d54794c4593efeae2e3dc3248607d254df598885321418126165b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T17:06:51.259Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-09T17:06:51.572Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-09T17:06:51.878Z] + ls /var/log/sa-host [2021-03-09T17:06:51.878Z] + sadf -c /var/log/sa-host/sa09 [2021-03-09T17:06:51.878Z] file_magic: OK [2021-03-09T17:06:51.878Z] HZ: Using current value: 100 [2021-03-09T17:06:51.878Z] file_header: OK [2021-03-09T17:06:51.878Z] 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-09T17:06:51.878Z] Statistics: [2021-03-09T17:06:51.878Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-09T17:06:51.878Z] File successfully converted to sysstat format version 12.2.1 [2021-03-09T17:06:51.878Z] + sadf -c /var/log/sa-host/sa23 [2021-03-09T17:06:51.878Z] file_magic: OK [2021-03-09T17:06:51.878Z] HZ: Using current value: 100 [2021-03-09T17:06:51.878Z] file_header: OK [2021-03-09T17:06:51.878Z] 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-09T17:06:51.878Z] Statistics: [2021-03-09T17:06:51.878Z] Hnuu...uuuununununu... [2021-03-09T17:06:51.878Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-09T17:06:52.088Z] provisioning config files... [2021-03-09T17:06:52.102Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config7430650174093809187tmp [Pipeline] { [Pipeline] echo [2021-03-09T17:06:52.170Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T17:06:52.472Z] ---> create-netrc.sh [Pipeline] } [2021-03-09T17:06:52.483Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-09T17:06:52.569Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T17:06:52.872Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-09T17:06:52.883Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T17:06:53.187Z] ---> sudo-logs.sh [2021-03-09T17:06:53.187Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-09T17:06:53.257Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T17:06:53.558Z] ---> job-cost.sh [2021-03-09T17:06:53.559Z] lf-activate-venv: SKIPPING [2021-03-09T17:06:53.559Z] DEBUG: total: 0.20999999344348907 [2021-03-09T17:06:53.559Z] INFO: Retrieving Stack Cost... [2021-03-09T17:06:54.506Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-09T17:06:55.081Z] INFO: Archiving Costs [Pipeline] echo [2021-03-09T17:06:55.096Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T17:06:55.398Z] ---> logs-deploy.sh [2021-03-09T17:06:55.398Z] lf-activate-venv: SKIPPING [2021-03-09T17:06:55.398Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/4 [2021-03-09T17:06:55.398Z] INFO: archiving workspace using pattern(s): [2021-03-09T17:06:57.337Z] Archives upload complete. [2021-03-09T17:06:57.337Z] INFO: archiving logs to Nexus