Pull request #3319 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e61f4d73aa0e92b7184a60efdc09909860740fcb+0e291f44bb73248a8c5ef7868096f1c33cce0f6a (980f753f38fd4f315e3ea5ae29034f95cdb7c2fd) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3319/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3319/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 ‘prd-centos7-docker-4c-2g-31989’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31993 in /w/workspace/edgexfoundry_edgex-go_PR-3319 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # 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 0e291f44bb73248a8c5ef7868096f1c33cce0f6a into PR head commit e61f4d73aa0e92b7184a60efdc09909860740fcb > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3319/head:refs/remotes/origin/PR-3319 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merge succeeded, producing e61f4d73aa0e92b7184a60efdc09909860740fcb Checking out Revision e61f4d73aa0e92b7184a60efdc09909860740fcb (PR-3319) > git config core.sparsecheckout # timeout=10 > git checkout -f e61f4d73aa0e92b7184a60efdc09909860740fcb # 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 0e291f44bb73248a8c5ef7868096f1c33cce0f6a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e61f4d73aa0e92b7184a60efdc09909860740fcb # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-30T05:58:27.195Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-30T05:58:27.525Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-30T05:58:27.715Z] ========================================================= [2021-03-30T05:58:27.715Z] EdgeX Global Pipelines Version Info [2021-03-30T05:58:27.715Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-30T05:58:29.297Z] ------------------- [2021-03-30T05:58:29.297Z] stable info: [2021-03-30T05:58:29.297Z] ------------------- [2021-03-30T05:58:29.297Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-30T05:58:29.297Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-30T05:58:29.297Z] Message: update stable to v1.0.186 [2021-03-30T05:58:30.247Z] ------------------- [2021-03-30T05:58:30.247Z] experimental info: [2021-03-30T05:58:30.247Z] ------------------- [2021-03-30T05:58:30.247Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-30T05:58:30.247Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-30T05:58:30.247Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-30T05:58:30.667Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-30T05:58:30.800Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-30T05:58:30.929Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-30T05:58:31.054Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-30T05:58:31.175Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-30T05:58:31.288Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-30T05:58:31.405Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-30T05:58:31.522Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-30T05:58:31.684Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-30T05:58:31.804Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-30T05:58:31.929Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-30T05:58:32.065Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-30T05:58:32.178Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-30T05:58:32.295Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-30T05:58:32.411Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-30T05:58:32.536Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-30T05:58:32.698Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-30T05:58:32.937Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-30T05:58:33.123Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-30T05:58:33.308Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-30T05:58:33.440Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-30T05:58:33.584Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-30T05:58:33.716Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3319 [Pipeline] echo [2021-03-30T05:58:33.837Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3319 [Pipeline] echo [2021-03-30T05:58:34.002Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3319 [Pipeline] echo [2021-03-30T05:58:34.156Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e61f4d73aa0e92b7184a60efdc09909860740fcb [Pipeline] echo [2021-03-30T05:58:34.323Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e61f4d7 [Pipeline] echo [2021-03-30T05:58:34.494Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-30T05:58:34.771Z] provisioning config files... [2021-03-30T05:58:34.806Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config5477624704097442309tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-30T05:58:35.230Z] ---> docker-login.sh [2021-03-30T05:58:35.230Z] nexus3.edgexfoundry.org:10001 [2021-03-30T05:58:35.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T05:58:35.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T05:58:35.765Z] Configure a credential helper to remove this warning. See [2021-03-30T05:58:35.765Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T05:58:35.765Z] [2021-03-30T05:58:35.765Z] Login Succeeded [2021-03-30T05:58:35.765Z] nexus3.edgexfoundry.org:10002 [2021-03-30T05:58:35.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T05:58:36.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T05:58:36.030Z] Configure a credential helper to remove this warning. See [2021-03-30T05:58:36.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T05:58:36.030Z] [2021-03-30T05:58:36.030Z] Login Succeeded [2021-03-30T05:58:36.030Z] nexus3.edgexfoundry.org:10003 [2021-03-30T05:58:36.030Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T05:58:36.306Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T05:58:36.306Z] Configure a credential helper to remove this warning. See [2021-03-30T05:58:36.306Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T05:58:36.306Z] [2021-03-30T05:58:36.306Z] Login Succeeded [2021-03-30T05:58:36.306Z] nexus3.edgexfoundry.org:10004 [2021-03-30T05:58:36.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T05:58:36.306Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T05:58:36.306Z] Configure a credential helper to remove this warning. See [2021-03-30T05:58:36.306Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T05:58:36.306Z] [2021-03-30T05:58:36.306Z] Login Succeeded [2021-03-30T05:58:36.306Z] docker.io [2021-03-30T05:58:36.577Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T05:58:36.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T05:58:36.851Z] Configure a credential helper to remove this warning. See [2021-03-30T05:58:36.851Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T05:58:36.851Z] [2021-03-30T05:58:36.851Z] Login Succeeded [2021-03-30T05:58:36.851Z] ---> docker-login.sh ends [Pipeline] } [2021-03-30T05:58:36.898Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-30T05:58:37.536Z] ++ 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-30T05:58:37.536Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T05:58:37.536Z] ++ dirname cmd/core-command/Dockerfile [2021-03-30T05:58:37.536Z] ++ cut -d/ -f2 [2021-03-30T05:58:37.536Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-30T05:58:37.536Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T05:58:37.536Z] ++ dirname cmd/core-data/Dockerfile [2021-03-30T05:58:37.536Z] ++ cut -d/ -f2 [2021-03-30T05:58:37.536Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-30T05:58:37.536Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T05:58:37.536Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-30T05:58:37.536Z] ++ cut -d/ -f2 [2021-03-30T05:58:37.536Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-30T05:58:37.536Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T05:58:37.536Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-30T05:58:37.536Z] ++ cut -d/ -f2 [2021-03-30T05:58:37.536Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-30T05:58:37.536Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T05:58:37.536Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-30T05:58:37.536Z] ++ cut -d/ -f2 [2021-03-30T05:58:37.536Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-30T05:58:37.536Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T05:58:37.536Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-30T05:58:37.536Z] ++ cut -d/ -f2 [2021-03-30T05:58:37.536Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-30T05:58:37.536Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T05:58:37.536Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-30T05:58:37.536Z] ++ cut -d/ -f2 [2021-03-30T05:58:37.536Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-30T05:58:37.536Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T05:58:37.536Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-30T05:58:37.536Z] ++ cut -d/ -f2 [2021-03-30T05:58:37.536Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-30T05:58:37.536Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-30T05:58:37.536Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-30T05:58:37.536Z] ++ cut -d/ -f2 [2021-03-30T05:58:37.536Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-30T05:58:37.648Z] 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-30T05:58:38.842Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T05:58:38.842Z] [2021-03-30T05:58:38.842Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T05:58:39.237Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T05:58:39.237Z] latest: Pulling from edgex-devops/git-semver [2021-03-30T05:58:39.237Z] 31603596830f: Pulling fs layer [2021-03-30T05:58:39.237Z] 2a8b12db71e7: Pulling fs layer [2021-03-30T05:58:39.237Z] 6ca5941a6612: Pulling fs layer [2021-03-30T05:58:39.237Z] ecc8261a40a4: Pulling fs layer [2021-03-30T05:58:39.237Z] ecc8261a40a4: Waiting [2021-03-30T05:58:39.237Z] 2a8b12db71e7: Verifying Checksum [2021-03-30T05:58:39.237Z] 2a8b12db71e7: Download complete [2021-03-30T05:58:39.504Z] 31603596830f: Verifying Checksum [2021-03-30T05:58:39.504Z] 31603596830f: Download complete [2021-03-30T05:58:39.504Z] 6ca5941a6612: Verifying Checksum [2021-03-30T05:58:39.504Z] 6ca5941a6612: Download complete [2021-03-30T05:58:39.504Z] ecc8261a40a4: Verifying Checksum [2021-03-30T05:58:39.504Z] ecc8261a40a4: Download complete [2021-03-30T05:58:39.769Z] 31603596830f: Pull complete [2021-03-30T05:58:40.047Z] 2a8b12db71e7: Pull complete [2021-03-30T05:58:41.025Z] 6ca5941a6612: Pull complete [2021-03-30T05:58:41.295Z] ecc8261a40a4: Pull complete [2021-03-30T05:58:41.295Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-30T05:58:41.295Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T05:58:41.295Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-30T05:58:41.445Z] prd-centos7-docker-4c-2g-31993 does not seem to be running inside a container [2021-03-30T05:58:41.529Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-30T05:58:44.155Z] $ docker top 707d072da3e6122dfb1e1a4bf831ff64aa4134810956c42174c8806250e04994 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-30T05:58:44.546Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-30T05:58:44.546Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-30T05:58:44.813Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-30T05:58:44.816Z] $ docker exec 707d072da3e6122dfb1e1a4bf831ff64aa4134810956c42174c8806250e04994 ssh-agent [2021-03-30T05:58:45.035Z] SSH_AUTH_SOCK=/tmp/ssh-V1HyxjyeytRq/agent.11 [2021-03-30T05:58:45.035Z] SSH_AGENT_PID=17 [2021-03-30T05:58:45.050Z] Running ssh-add (command line suppressed) [2021-03-30T05:58:45.197Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6953161079318059707.key (/w/workspace/edgex-go/1@tmp/private_key_6953161079318059707.key) [2021-03-30T05:58:45.257Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-30T05:58:45.684Z] + git tag --points-at HEAD [Pipeline] } [2021-03-30T05:58:45.724Z] $ docker exec --env ******** --env ******** 707d072da3e6122dfb1e1a4bf831ff64aa4134810956c42174c8806250e04994 ssh-agent -k [2021-03-30T05:58:45.854Z] unset SSH_AUTH_SOCK; [2021-03-30T05:58:45.855Z] unset SSH_AGENT_PID; [2021-03-30T05:58:45.855Z] echo Agent pid 17 killed; [2021-03-30T05:58:45.911Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-30T05:58:46.125Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-30T05:58:46.125Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-30T05:58:46.327Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-30T05:58:46.329Z] $ docker exec 707d072da3e6122dfb1e1a4bf831ff64aa4134810956c42174c8806250e04994 ssh-agent [2021-03-30T05:58:46.529Z] SSH_AUTH_SOCK=/tmp/ssh-c0F0tQUOrY8z/agent.46 [2021-03-30T05:58:46.529Z] SSH_AGENT_PID=51 [2021-03-30T05:58:46.536Z] Running ssh-add (command line suppressed) [2021-03-30T05:58:46.671Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_5710081754927474778.key (/w/workspace/edgex-go/1@tmp/private_key_5710081754927474778.key) [2021-03-30T05:58:46.730Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-30T05:58:47.126Z] + git semver init [2021-03-30T05:58:47.126Z] # -> Open(): unable to determine branch for HEAD [2021-03-30T05:58:47.126Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2021-03-30T05:58:47.126Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2021-03-30T05:58:47.126Z] # $SEMVER_REMOTE_NAME = origin [2021-03-30T05:58:47.126Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-30T05:58:47.126Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-30T05:58:47.126Z] # $SEMVER_BRANCH = PR-3319 [2021-03-30T05:58:47.126Z] # $SEMVER_TEMP = /tmp/semver-771662087 [2021-03-30T05:58:47.126Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-30T05:59:33.982Z] # '/tmp/semver-771662087' -> '/w/workspace/edgex-go/1/.semver' [2021-03-30T05:59:33.982Z] # -> Force: false [2021-03-30T05:59:33.982Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2021-03-30T05:59:34.006Z] $ docker exec --env ******** --env ******** 707d072da3e6122dfb1e1a4bf831ff64aa4134810956c42174c8806250e04994 ssh-agent -k [2021-03-30T05:59:34.304Z] unset SSH_AUTH_SOCK; [2021-03-30T05:59:34.304Z] unset SSH_AGENT_PID; [2021-03-30T05:59:34.304Z] echo Agent pid 51 killed; [2021-03-30T05:59:34.422Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-30T05:59:35.008Z] + git semver [Pipeline] } [2021-03-30T05:59:35.052Z] $ docker stop --time=1 707d072da3e6122dfb1e1a4bf831ff64aa4134810956c42174c8806250e04994 [2021-03-30T05:59:36.968Z] $ docker rm -f 707d072da3e6122dfb1e1a4bf831ff64aa4134810956c42174c8806250e04994 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-30T05:59:37.552Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-30T05:59:38.161Z] Stashed 1 file(s) [Pipeline] echo [2021-03-30T05:59:38.186Z] [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-30T05:59:39.568Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-30T05:59:39.894Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-30T05:59:40.220Z] + sudo service docker restart [2021-03-30T05:59:40.221Z] + true [2021-03-30T05:59:40.221Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-30T05:59:40.846Z] ========================================================= [2021-03-30T05:59:40.846Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-30T05:59:40.846Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-30T05:59:41.236Z] + 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-30T05:59:45.487Z] Sending build context to Docker daemon 328.9MB [2021-03-30T05:59:45.487Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-30T05:59:45.487Z] Step 2/6 : FROM ${BASE} [2021-03-30T05:59:45.487Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-30T05:59:45.487Z] 188c0c94c7c5: Pulling fs layer [2021-03-30T05:59:45.487Z] 0ef7d3d256c8: Pulling fs layer [2021-03-30T05:59:45.487Z] de9db76c5a1d: Pulling fs layer [2021-03-30T05:59:45.487Z] bca2f99d35d6: Pulling fs layer [2021-03-30T05:59:45.487Z] 93359f2a8cfa: Pulling fs layer [2021-03-30T05:59:45.487Z] 7c6f9722023f: Pulling fs layer [2021-03-30T05:59:45.487Z] a35cf1a2eb13: Pulling fs layer [2021-03-30T05:59:45.487Z] bca2f99d35d6: Waiting [2021-03-30T05:59:45.487Z] 93359f2a8cfa: Waiting [2021-03-30T05:59:45.487Z] 7c6f9722023f: Waiting [2021-03-30T05:59:45.487Z] a35cf1a2eb13: Waiting [2021-03-30T05:59:45.487Z] de9db76c5a1d: Verifying Checksum [2021-03-30T05:59:45.487Z] de9db76c5a1d: Download complete [2021-03-30T05:59:45.487Z] 0ef7d3d256c8: Download complete [2021-03-30T05:59:45.487Z] 93359f2a8cfa: Verifying Checksum [2021-03-30T05:59:45.487Z] 93359f2a8cfa: Download complete [2021-03-30T05:59:45.487Z] 188c0c94c7c5: Verifying Checksum [2021-03-30T05:59:45.487Z] 7c6f9722023f: Verifying Checksum [2021-03-30T05:59:45.487Z] 7c6f9722023f: Download complete [2021-03-30T05:59:45.752Z] 188c0c94c7c5: Pull complete [2021-03-30T05:59:45.752Z] 0ef7d3d256c8: Pull complete [2021-03-30T05:59:46.015Z] de9db76c5a1d: Pull complete [2021-03-30T05:59:46.977Z] a35cf1a2eb13: Verifying Checksum [2021-03-30T05:59:46.977Z] a35cf1a2eb13: Download complete [2021-03-30T05:59:47.949Z] bca2f99d35d6: Verifying Checksum [2021-03-30T05:59:47.949Z] bca2f99d35d6: Download complete [2021-03-30T05:59:53.285Z] bca2f99d35d6: Pull complete [2021-03-30T05:59:53.553Z] 93359f2a8cfa: Pull complete [2021-03-30T05:59:53.819Z] 7c6f9722023f: Pull complete [2021-03-30T05:59:53.866Z] Still waiting to schedule task [2021-03-30T05:59:53.866Z] ‘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-30485’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-31996’ is offline [2021-03-30T05:59:59.149Z] a35cf1a2eb13: Pull complete [2021-03-30T05:59:59.149Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-30T05:59:59.149Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-30T05:59:59.149Z] ---> a62c8e92a672 [2021-03-30T05:59:59.149Z] 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-30T05:59:59.149Z] ---> Running in 60010302357c [2021-03-30T05:59:59.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T05:59:59.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:00:00.306Z] (1/12) Installing libmagic (5.38-r0) [2021-03-30T06:00:00.572Z] (2/12) Installing file (5.38-r0) [2021-03-30T06:00:00.572Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-30T06:00:00.839Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-30T06:00:06.183Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-30T06:00:06.183Z] (6/12) Installing patch (2.7.6-r6) [2021-03-30T06:00:06.183Z] (7/12) Installing build-base (0.5-r2) [2021-03-30T06:00:06.183Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-30T06:00:06.183Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-30T06:00:06.183Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-30T06:00:06.183Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-30T06:00:06.183Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-30T06:00:06.183Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:00:06.183Z] OK: 233 MiB in 51 packages [2021-03-30T06:00:10.453Z] Removing intermediate container 60010302357c [2021-03-30T06:00:10.453Z] ---> 74eae2fab1a6 [2021-03-30T06:00:10.453Z] Step 4/6 : WORKDIR /edgex-go [2021-03-30T06:00:10.453Z] ---> Running in d0ef348823bd [2021-03-30T06:00:10.453Z] Removing intermediate container d0ef348823bd [2021-03-30T06:00:10.453Z] ---> b44abf5435e2 [2021-03-30T06:00:10.453Z] Step 5/6 : COPY go.mod . [2021-03-30T06:00:10.453Z] ---> 19ecb839e152 [2021-03-30T06:00:10.453Z] Step 6/6 : RUN go mod download [2021-03-30T06:00:10.453Z] ---> Running in 7b9a44ab0ff0 [2021-03-30T06:00:32.524Z] Removing intermediate container 7b9a44ab0ff0 [2021-03-30T06:00:32.524Z] ---> 708cf87a4fd9 [2021-03-30T06:00:32.524Z] Successfully built 708cf87a4fd9 [2021-03-30T06:00:32.524Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T06:00:32.883Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-30T06:00:32.883Z] . [Pipeline] withDockerContainer [2021-03-30T06:00:33.030Z] prd-centos7-docker-4c-2g-31993 does not seem to be running inside a container [2021-03-30T06:00:33.088Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-03-30T06:00:34.037Z] $ docker top 93c5c184f847330f6ef8399a4bc224a98476563af7f5cb2f1f239f2afc6088f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T06:00:34.649Z] + go version [2021-03-30T06:00:34.649Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-30T06:00:34.681Z] $ docker stop --time=1 93c5c184f847330f6ef8399a4bc224a98476563af7f5cb2f1f239f2afc6088f7 [2021-03-30T06:00:36.072Z] $ docker rm -f 93c5c184f847330f6ef8399a4bc224a98476563af7f5cb2f1f239f2afc6088f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T06:00:37.177Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-30T06:00:37.177Z] . [Pipeline] withDockerContainer [2021-03-30T06:00:37.330Z] prd-centos7-docker-4c-2g-31993 does not seem to be running inside a container [2021-03-30T06:00:37.389Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-03-30T06:00:38.228Z] $ docker top 876ba07811c3d57e92f9dea30baa12a1cb73314479b6144fddf9e327bbadb160 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-30T06:00:38.487Z] ========================================================= [2021-03-30T06:00:38.487Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-30T06:00:38.487Z] ========================================================= [Pipeline] sh [2021-03-30T06:00:38.799Z] + make test [2021-03-30T06:00:38.799Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-30T06:00:48.866Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-30T06:01:03.949Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-30T06:01:12.271Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-30T06:01:12.271Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-30T06:01:12.271Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-30T06:01:14.264Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-30T06:01:14.264Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-30T06:01:14.264Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-30T06:01:14.264Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-30T06:01:15.240Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-30T06:01:15.517Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-30T06:01:18.105Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-30T06:01:18.105Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-30T06:01:18.105Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-30T06:01:20.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.124s coverage: 45.9% of statements [2021-03-30T06:01:20.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-30T06:01:20.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-30T06:01:20.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-30T06:01:20.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-30T06:01:20.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-30T06:01:20.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-30T06:01:20.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.058s coverage: 19.8% of statements [2021-03-30T06:01:20.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.087s coverage: 100.0% of statements [2021-03-30T06:01:25.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.196s coverage: 27.1% of statements [2021-03-30T06:01:25.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-30T06:01:25.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-30T06:01:25.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-30T06:01:25.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-30T06:01:25.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-30T06:01:25.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-30T06:01:25.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements [2021-03-30T06:01:25.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-30T06:01:25.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements [2021-03-30T06:01:25.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-30T06:01:25.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-30T06:01:25.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.092s coverage: 71.3% of statements [2021-03-30T06:01:25.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-30T06:01:25.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-30T06:01:25.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.139s coverage: 82.9% of statements [2021-03-30T06:01:25.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-30T06:01:25.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-30T06:01:25.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.077s coverage: 78.9% of statements [2021-03-30T06:01:25.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-30T06:01:27.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.392s coverage: 28.6% of statements [2021-03-30T06:01:27.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-30T06:01:27.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-30T06:01:27.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-30T06:01:27.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-30T06:01:27.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-30T06:01:27.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.103s coverage: 100.0% of statements [2021-03-30T06:01:27.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-30T06:01:27.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements [2021-03-30T06:01:27.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-30T06:01:27.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.168s coverage: 86.7% of statements [2021-03-30T06:01:27.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-30T06:01:27.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.151s coverage: 97.5% of statements [2021-03-30T06:01:27.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-30T06:01:27.929Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.079s coverage: 78.3% of statements [2021-03-30T06:01:27.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-30T06:01:27.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-30T06:01:27.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-30T06:01:27.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-30T06:01:30.559Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.438s coverage: 92.8% of statements [2021-03-30T06:01:30.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-30T06:01:30.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-30T06:01:30.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-30T06:01:30.559Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-30T06:01:30.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-30T06:01:30.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-30T06:01:30.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-30T06:01:30.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-30T06:01:30.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-30T06:01:30.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-30T06:01:30.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-30T06:01:30.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-30T06:01:30.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-30T06:01:30.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-30T06:01:30.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-30T06:01:30.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-30T06:01:30.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-30T06:01:30.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-30T06:01:30.560Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-03-30T06:01:30.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-30T06:01:30.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-30T06:01:30.560Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 1.0% of statements [2021-03-30T06:01:30.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-30T06:01:30.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-30T06:01:30.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-30T06:01:30.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.074s coverage: 47.1% of statements [2021-03-30T06:01:30.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 79.5% of statements [2021-03-30T06:01:30.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements [2021-03-30T06:01:30.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.075s coverage: 96.3% of statements [2021-03-30T06:01:30.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements [2021-03-30T06:01:43.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.061s coverage: 94.4% of statements [2021-03-30T06:01:43.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements [2021-03-30T06:01:45.685Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.287s coverage: 82.6% of statements [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.092s coverage: 92.9% of statements [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 75.5% of statements [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.089s coverage: 87.2% of statements [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 84.6% of statements [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.106s coverage: 91.6% of statements [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.190s coverage: 64.4% of statements [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.334s coverage: 69.0% of statements [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.137s coverage: 38.4% of statements [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.051s coverage: 89.5% of statements [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.034s coverage: 84.8% of statements [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.128s coverage: 47.0% of statements [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.147s coverage: 87.1% of statements [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.698s coverage: 29.1% of statements [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.062s coverage: 100.0% of statements [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.121s coverage: 95.0% of statements [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-30T06:01:54.955Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-30T06:01:54.955Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements [2021-03-30T06:01:55.234Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements [2021-03-30T06:01:55.499Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-30T06:01:55.762Z] GO111MODULE=on go vet ./... [2021-03-30T06:02:21.023Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31999 in /w/workspace/edgexfoundry_edgex-go_PR-3319 [Pipeline] { [Pipeline] ws [2021-03-30T06:02:21.117Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-03-30T06:02:22.524Z] gofmt -l . [2021-03-30T06:02:23.102Z] [ "`gofmt -l .`" = "" ] [2021-03-30T06:02:23.678Z] ./bin/test-go-mod-tidy.sh [2021-03-30T06:02:24.258Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-30T06:02:25.172Z] + ls -al . [2021-03-30T06:02:25.172Z] total 780 [2021-03-30T06:02:25.172Z] drwxrwxr-x 10 1001 1001 4096 Mar 30 06:02 . [2021-03-30T06:02:25.172Z] drwxr-xr-x 4 root root 28 Mar 30 06:00 .. [2021-03-30T06:02:25.172Z] -rw-rw-r-- 1 1001 1001 11 Mar 30 05:58 .dockerignore [2021-03-30T06:02:25.172Z] drwxrwxr-x 8 1001 1001 179 Mar 30 05:58 .git [2021-03-30T06:02:25.172Z] drwxrwxr-x 3 1001 1001 125 Mar 30 05:58 .github [2021-03-30T06:02:25.172Z] -rw-rw-r-- 1 1001 1001 818 Mar 30 05:58 .gitignore [2021-03-30T06:02:25.172Z] drwx------ 3 1001 1001 60 Mar 30 05:59 .semver [2021-03-30T06:02:25.172Z] -rw-rw-r-- 1 1001 1001 166 Mar 30 05:58 .sonarcloud.properties [2021-03-30T06:02:25.172Z] -rw-rw-r-- 1 1001 1001 8607 Mar 30 05:58 Attribution.txt [2021-03-30T06:02:25.172Z] -rw-rw-r-- 1 1001 1001 3804 Mar 30 05:58 CONTRIBUTING.md [2021-03-30T06:02:25.172Z] -rw-rw-r-- 1 1001 1001 931 Mar 30 05:58 Dockerfile.build [2021-03-30T06:02:25.172Z] -rw-rw-r-- 1 1001 1001 863 Mar 30 05:58 Jenkinsfile [2021-03-30T06:02:25.172Z] -rw-rw-r-- 1 1001 1001 10775 Mar 30 05:58 LICENSE [2021-03-30T06:02:25.172Z] -rw-rw-r-- 1 1001 1001 5774 Mar 30 05:58 Makefile [2021-03-30T06:02:25.172Z] -rw-rw-r-- 1 1001 1001 6548 Mar 30 05:58 README.md [2021-03-30T06:02:25.172Z] -rw-rw-r-- 1 1001 1001 6755 Mar 30 05:58 SECURITY.md [2021-03-30T06:02:25.172Z] -rw-rw-r-- 1 1001 1001 5 Mar 30 05:59 VERSION [2021-03-30T06:02:25.172Z] -rw-rw-r-- 1 1001 1001 4131 Mar 30 05:58 ZMQWindows.md [2021-03-30T06:02:25.172Z] drwxrwxr-x 2 1001 1001 117 Mar 30 05:58 bin [2021-03-30T06:02:25.172Z] drwxrwxr-x 14 1001 1001 4096 Mar 30 05:58 cmd [2021-03-30T06:02:25.172Z] -rw-r--r-- 1 root root 669470 Mar 30 06:01 coverage.out [2021-03-30T06:02:25.172Z] -rw-r--r-- 1 root root 1056 Mar 30 06:02 go.mod [2021-03-30T06:02:25.172Z] -rw-r--r-- 1 root root 22586 Mar 30 06:02 go.sum [2021-03-30T06:02:25.172Z] drwxrwxr-x 8 1001 1001 127 Mar 30 05:58 internal [2021-03-30T06:02:25.172Z] drwxrwxr-x 4 1001 1001 26 Mar 30 05:58 openapi [2021-03-30T06:02:25.172Z] drwxrwxr-x 4 1001 1001 71 Mar 30 05:58 snap [2021-03-30T06:02:25.172Z] -rw-rw-r-- 1 1001 1001 168 Mar 30 05:58 version.go [Pipeline] sh [2021-03-30T06:02:25.498Z] + '[' -e coverage.out ] [2021-03-30T06:02:25.498Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-30T06:02:25.749Z] Stashed 1 file(s) [Pipeline] sh [2021-03-30T06:02:26.073Z] + make build [2021-03-30T06:02:26.073Z] 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-30T06:02:26.572Z] using credential edgex-jenkins-ssh [2021-03-30T06:02:26.631Z] Cloning the remote Git repository [2021-03-30T06:02:26.685Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-30T06:02:26.786Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-03-30T06:02:26.875Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-30T06:02:26.875Z] > git --version # timeout=10 [2021-03-30T06:02:26.892Z] > git --version # 'git version 2.17.1' [2021-03-30T06:02:26.894Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T06:02:26.942Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T06:02:30.320Z] 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-30T06:02:40.479Z] 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-30T06:02:40.479Z] 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-30T06:02:42.409Z] 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-30T06:02:42.678Z] 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-30T06:02:44.092Z] 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-30T06:02:45.065Z] Merging remotes/origin/master commit 0e291f44bb73248a8c5ef7868096f1c33cce0f6a into PR head commit e61f4d73aa0e92b7184a60efdc09909860740fcb [2021-03-30T06:02:45.561Z] Merge succeeded, producing e61f4d73aa0e92b7184a60efdc09909860740fcb [2021-03-30T06:02:45.562Z] Checking out Revision e61f4d73aa0e92b7184a60efdc09909860740fcb (PR-3319) [2021-03-30T06:02:44.175Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-30T06:02:44.203Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T06:02:44.270Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-30T06:02:44.324Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-30T06:02:44.325Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T06:02:44.341Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3319/head:refs/remotes/origin/PR-3319 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T06:02:45.086Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T06:02:45.098Z] > git checkout -f e61f4d73aa0e92b7184a60efdc09909860740fcb # timeout=10 [2021-03-30T06:02:45.463Z] > git remote # timeout=10 [2021-03-30T06:02:45.492Z] > git config --get remote.origin.url # timeout=10 [2021-03-30T06:02:45.508Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T06:02:45.520Z] > git merge 0e291f44bb73248a8c5ef7868096f1c33cce0f6a # timeout=10 [2021-03-30T06:02:45.547Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-30T06:02:45.571Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T06:02:45.582Z] > git checkout -f e61f4d73aa0e92b7184a60efdc09909860740fcb # timeout=10 [2021-03-30T06:02:46.035Z] 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-30T06:02:46.992Z] 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-30T06:02:48.386Z] 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-30T06:02:49.337Z] 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-30T06:02:50.220Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [2021-03-30T06:02:50.294Z] 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-30T06:02:50.279Z] > git --version # timeout=10 [2021-03-30T06:02:50.289Z] > git --version # 'git version 2.17.1' [2021-03-30T06:02:50.312Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-30T06:02:52.106Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-30T06:02:52.537Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-30T06:02:52.893Z] + true [2021-03-30T06:02:52.893Z] + sudo service docker restart [Pipeline] } [2021-03-30T06:02:52.932Z] $ docker stop --time=1 876ba07811c3d57e92f9dea30baa12a1cb73314479b6144fddf9e327bbadb160 [2021-03-30T06:02:54.546Z] $ docker rm -f 876ba07811c3d57e92f9dea30baa12a1cb73314479b6144fddf9e327bbadb160 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] wrap [2021-03-30T06:02:55.405Z] provisioning config files... [2021-03-30T06:02:55.461Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2570218574240079429tmp [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [2021-03-30T06:02:55.964Z] ---> docker-login.sh [2021-03-30T06:02:55.965Z] nexus3.edgexfoundry.org:10001 [Pipeline] isUnix [2021-03-30T06:02:56.588Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh [2021-03-30T06:02:56.898Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-30T06:02:56.898Z] [2021-03-30T06:02:56.898Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T06:02:57.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T06:02:57.183Z] Configure a credential helper to remove this warning. See [2021-03-30T06:02:57.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T06:02:57.183Z] [2021-03-30T06:02:57.183Z] Login Succeeded [2021-03-30T06:02:57.183Z] nexus3.edgexfoundry.org:10002 [2021-03-30T06:02:57.294Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-30T06:02:57.294Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-30T06:02:57.294Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-30T06:02:57.294Z] ca9280d653b3: Pulling fs layer [2021-03-30T06:02:57.294Z] 7e9c9ca2126c: Pulling fs layer [2021-03-30T06:02:57.462Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T06:02:57.557Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-30T06:02:57.557Z] cbdbe7a5bc2a: Download complete [2021-03-30T06:02:57.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T06:02:57.737Z] Configure a credential helper to remove this warning. See [2021-03-30T06:02:57.737Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T06:02:57.737Z] [2021-03-30T06:02:57.737Z] Login Succeeded [2021-03-30T06:02:57.828Z] cbdbe7a5bc2a: Pull complete [2021-03-30T06:02:58.012Z] nexus3.edgexfoundry.org:10003 [2021-03-30T06:02:58.101Z] ca9280d653b3: Verifying Checksum [2021-03-30T06:02:58.102Z] ca9280d653b3: Download complete [2021-03-30T06:02:58.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T06:02:58.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T06:02:58.289Z] Configure a credential helper to remove this warning. See [2021-03-30T06:02:58.289Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T06:02:58.289Z] [2021-03-30T06:02:58.289Z] Login Succeeded [2021-03-30T06:02:58.563Z] nexus3.edgexfoundry.org:10004 [2021-03-30T06:02:58.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T06:02:58.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T06:02:58.840Z] Configure a credential helper to remove this warning. See [2021-03-30T06:02:58.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T06:02:58.840Z] [2021-03-30T06:02:58.840Z] Login Succeeded [2021-03-30T06:02:58.840Z] docker.io [2021-03-30T06:02:59.053Z] 7e9c9ca2126c: Verifying Checksum [2021-03-30T06:02:59.053Z] 7e9c9ca2126c: Download complete [2021-03-30T06:02:59.053Z] ca9280d653b3: Pull complete [2021-03-30T06:02:59.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T06:02:59.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T06:02:59.710Z] Configure a credential helper to remove this warning. See [2021-03-30T06:02:59.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T06:02:59.710Z] [2021-03-30T06:02:59.710Z] Login Succeeded [2021-03-30T06:02:59.710Z] ---> docker-login.sh ends [Pipeline] } [2021-03-30T06:02:59.743Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-30T06:03:00.292Z] ========================================================= [2021-03-30T06:03:00.292Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-30T06:03:00.292Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-30T06:03:00.741Z] + 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-30T06:03:03.363Z] Sending build context to Docker daemon 167MB [2021-03-30T06:03:03.363Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-30T06:03:03.363Z] Step 2/6 : FROM ${BASE} [2021-03-30T06:03:03.363Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-30T06:03:03.363Z] 5f621e34cdf4: Pulling fs layer [2021-03-30T06:03:03.363Z] a4357932f1b6: Pulling fs layer [2021-03-30T06:03:03.363Z] 18c013af1878: Pulling fs layer [2021-03-30T06:03:03.363Z] 00ac8860ef70: Pulling fs layer [2021-03-30T06:03:03.363Z] 63d7cb157983: Pulling fs layer [2021-03-30T06:03:03.363Z] b116817d02f9: Pulling fs layer [2021-03-30T06:03:03.363Z] 745a02a5169b: Pulling fs layer [2021-03-30T06:03:03.363Z] 63d7cb157983: Waiting [2021-03-30T06:03:03.363Z] b116817d02f9: Waiting [2021-03-30T06:03:03.363Z] 745a02a5169b: Waiting [2021-03-30T06:03:03.363Z] 00ac8860ef70: Waiting [2021-03-30T06:03:03.363Z] 18c013af1878: Verifying Checksum [2021-03-30T06:03:03.363Z] 18c013af1878: Download complete [2021-03-30T06:03:03.363Z] a4357932f1b6: Verifying Checksum [2021-03-30T06:03:03.363Z] a4357932f1b6: Download complete [2021-03-30T06:03:03.363Z] 63d7cb157983: Download complete [2021-03-30T06:03:03.363Z] b116817d02f9: Verifying Checksum [2021-03-30T06:03:03.363Z] b116817d02f9: Download complete [2021-03-30T06:03:03.363Z] 5f621e34cdf4: Verifying Checksum [2021-03-30T06:03:03.363Z] 5f621e34cdf4: Download complete [2021-03-30T06:03:03.964Z] 5f621e34cdf4: Pull complete [2021-03-30T06:03:04.572Z] a4357932f1b6: Pull complete [2021-03-30T06:03:04.848Z] 18c013af1878: Pull complete [2021-03-30T06:03:05.451Z] 745a02a5169b: Verifying Checksum [2021-03-30T06:03:05.451Z] 745a02a5169b: Download complete [2021-03-30T06:03:06.896Z] 00ac8860ef70: Verifying Checksum [2021-03-30T06:03:06.896Z] 00ac8860ef70: Download complete [2021-03-30T06:03:07.260Z] 7e9c9ca2126c: Pull complete [2021-03-30T06:03:07.260Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-30T06:03:07.260Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-30T06:03:07.260Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-30T06:03:07.506Z] prd-centos7-docker-4c-2g-31993 does not seem to be running inside a container [2021-03-30T06:03:07.561Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-devops/edgex-compose:latest cat [2021-03-30T06:03:09.569Z] $ docker top 372ee125d1bdf9f7b3415726cd2ab7ea855aad20a19a86b2efad4f9c062e7b4a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T06:03:10.135Z] + docker-compose build --help [2021-03-30T06:03:10.135Z] + grep parallel [2021-03-30T06:03:11.086Z] --parallel Build images in parallel. [Pipeline] } [2021-03-30T06:03:11.120Z] $ docker stop --time=1 372ee125d1bdf9f7b3415726cd2ab7ea855aad20a19a86b2efad4f9c062e7b4a [2021-03-30T06:03:12.520Z] $ docker rm -f 372ee125d1bdf9f7b3415726cd2ab7ea855aad20a19a86b2efad4f9c062e7b4a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T06:03:13.395Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-30T06:03:13.395Z] . [Pipeline] withDockerContainer [2021-03-30T06:03:13.539Z] prd-centos7-docker-4c-2g-31993 does not seem to be running inside a container [2021-03-30T06:03:13.592Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-30T06:03:14.234Z] $ docker top 376d3abb97f7f1d0cdd81e54f740e1f251ca1f751c6a30034bb057fad86c00bf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T06:03:14.774Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-30T06:03:15.729Z] Building docker-core-command-go ... [2021-03-30T06:03:15.729Z] Building docker-core-data-go ... [2021-03-30T06:03:15.729Z] Building docker-core-metadata-go ... [2021-03-30T06:03:15.729Z] Building docker-security-bootstrapper-go ... [2021-03-30T06:03:15.729Z] Building docker-security-proxy-setup-go ... [2021-03-30T06:03:15.729Z] Building docker-security-secretstore-setup-go ... [2021-03-30T06:03:15.729Z] Building docker-support-notifications-go ... [2021-03-30T06:03:15.729Z] Building docker-support-scheduler-go ... [2021-03-30T06:03:15.729Z] Building docker-sys-mgmt-agent-go ... [2021-03-30T06:03:15.729Z] Building docker-security-proxy-setup-go [2021-03-30T06:03:15.729Z] Building docker-security-secretstore-setup-go [2021-03-30T06:03:15.729Z] Building docker-support-scheduler-go [2021-03-30T06:03:15.729Z] Building docker-sys-mgmt-agent-go [2021-03-30T06:03:15.729Z] Building docker-core-command-go [2021-03-30T06:03:17.068Z] 00ac8860ef70: Pull complete [2021-03-30T06:03:17.344Z] 63d7cb157983: Pull complete [2021-03-30T06:03:17.619Z] b116817d02f9: Pull complete [2021-03-30T06:03:21.941Z] 745a02a5169b: Pull complete [2021-03-30T06:03:21.941Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-30T06:03:21.942Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-30T06:03:21.942Z] ---> b7e6874047d6 [2021-03-30T06:03:21.942Z] 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-30T06:03:25.323Z] ---> Running in f561ee8c70de [2021-03-30T06:03:25.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:03:26.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:03:27.900Z] (1/12) Installing libmagic (5.38-r0) [2021-03-30T06:03:28.171Z] (2/12) Installing file (5.38-r0) [2021-03-30T06:03:28.171Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-30T06:03:28.442Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-30T06:03:32.741Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-30T06:03:32.741Z] (6/12) Installing patch (2.7.6-r6) [2021-03-30T06:03:32.741Z] (7/12) Installing build-base (0.5-r2) [2021-03-30T06:03:33.016Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-30T06:03:33.016Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-30T06:03:33.016Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-30T06:03:33.294Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-30T06:03:33.294Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-30T06:03:33.294Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:03:33.294Z] OK: 217 MiB in 51 packages [2021-03-30T06:03:37.600Z] Removing intermediate container f561ee8c70de [2021-03-30T06:03:37.600Z] ---> c7bd7655c765 [2021-03-30T06:03:37.600Z] Step 4/6 : WORKDIR /edgex-go [2021-03-30T06:03:37.600Z] ---> Running in 142c3a8c63c1 [2021-03-30T06:03:38.197Z] Removing intermediate container 142c3a8c63c1 [2021-03-30T06:03:38.197Z] ---> df60f625f7ec [2021-03-30T06:03:38.197Z] Step 5/6 : COPY go.mod . [2021-03-30T06:03:38.799Z] ---> 4cd8c3e26acc [2021-03-30T06:03:38.799Z] Step 6/6 : RUN go mod download [2021-03-30T06:03:39.104Z] ---> Running in fa88f0bd2847 [2021-03-30T06:03:48.450Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:03:48.451Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:03:48.451Z] ---> 708cf87a4fd9 [2021-03-30T06:03:48.451Z] Step 3/23 : WORKDIR /edgex-go [2021-03-30T06:03:49.431Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:03:49.431Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:03:49.431Z] ---> 708cf87a4fd9 [2021-03-30T06:03:49.431Z] Step 3/22 : WORKDIR /edgex-go [2021-03-30T06:03:49.701Z] ---> Running in 2420755d30ff [2021-03-30T06:03:49.964Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:03:49.964Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:03:49.964Z] ---> 708cf87a4fd9 [2021-03-30T06:03:49.964Z] Step 3/26 : WORKDIR /edgex-go [2021-03-30T06:03:49.964Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:03:49.964Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:03:49.964Z] ---> 708cf87a4fd9 [2021-03-30T06:03:49.964Z] Step 3/21 : WORKDIR /edgex-go [2021-03-30T06:03:50.227Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:03:50.227Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:03:50.227Z] ---> 708cf87a4fd9 [2021-03-30T06:03:50.227Z] Step 3/24 : WORKDIR /edgex-go [2021-03-30T06:03:50.815Z] ---> Running in 9873e83c9fa6 [2021-03-30T06:03:50.815Z] ---> Running in 92fb6d7b0f77 [2021-03-30T06:03:50.815Z] ---> Running in 457daf8f9a10 [2021-03-30T06:03:50.815Z] ---> Running in 4949d189e318 [2021-03-30T06:03:51.082Z] Removing intermediate container 9873e83c9fa6 [2021-03-30T06:03:51.082Z] ---> 5a9bea4d1e05 [2021-03-30T06:03:51.082Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:03:51.345Z] Removing intermediate container 92fb6d7b0f77 [2021-03-30T06:03:51.345Z] ---> 6a35498f50af [2021-03-30T06:03:51.345Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:03:51.345Z] Removing intermediate container 457daf8f9a10 [2021-03-30T06:03:51.345Z] ---> 425bc4f92422 [2021-03-30T06:03:51.345Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:03:51.345Z] Removing intermediate container 2420755d30ff [2021-03-30T06:03:51.345Z] ---> 780e7973c15f [2021-03-30T06:03:51.345Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:03:51.345Z] Removing intermediate container 4949d189e318 [2021-03-30T06:03:51.345Z] ---> ea4cee50ba1e [2021-03-30T06:03:51.345Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:03:51.608Z] ---> Running in 9e6fe922cc26 [2021-03-30T06:03:51.608Z] ---> Running in c61a1a29a8b5 [2021-03-30T06:03:51.608Z] ---> Running in 7cd863a0d47c [2021-03-30T06:03:51.608Z] ---> Running in 5b58e588b10a [2021-03-30T06:03:51.608Z] ---> Running in d53b42c919b1 [2021-03-30T06:03:53.559Z] Removing intermediate container c61a1a29a8b5 [2021-03-30T06:03:53.559Z] ---> b6146e010174 [2021-03-30T06:03:53.559Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-30T06:03:53.559Z] Removing intermediate container 7cd863a0d47c [2021-03-30T06:03:53.824Z] ---> 5841a69a6b4a [2021-03-30T06:03:53.824Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-30T06:03:53.824Z] ---> Running in 9e3e1740d366 [2021-03-30T06:03:53.824Z] ---> Running in ba1b04503bcd [2021-03-30T06:03:54.087Z] Removing intermediate container 9e6fe922cc26 [2021-03-30T06:03:54.087Z] ---> a4d54f021912 [2021-03-30T06:03:54.087Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-30T06:03:54.118Z] Removing intermediate container 5b58e588b10a [2021-03-30T06:03:54.118Z] ---> eaeb0ed90c72 [2021-03-30T06:03:54.118Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-30T06:03:54.118Z] ---> Running in a9666037084b [2021-03-30T06:03:54.385Z] Removing intermediate container d53b42c919b1 [2021-03-30T06:03:54.385Z] ---> 7ba491f0327b [2021-03-30T06:03:54.385Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-30T06:03:54.385Z] ---> Running in 11a552a1ae9b [2021-03-30T06:03:54.651Z] ---> Running in 3cd7ecffc88f [2021-03-30T06:03:55.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:03:55.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:03:55.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:03:55.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:03:55.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:03:55.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:03:55.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:03:56.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:03:56.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:03:56.333Z] OK: 233 MiB in 51 packages [2021-03-30T06:03:56.333Z] OK: 233 MiB in 51 packages [2021-03-30T06:03:56.912Z] Removing intermediate container 9e3e1740d366 [2021-03-30T06:03:56.912Z] ---> 0b5f9f9284d1 [2021-03-30T06:03:56.912Z] Step 6/22 : COPY go.mod . [2021-03-30T06:03:56.912Z] OK: 233 MiB in 51 packages [2021-03-30T06:03:56.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:03:56.912Z] Removing intermediate container ba1b04503bcd [2021-03-30T06:03:56.912Z] ---> 8aa11d3a920e [2021-03-30T06:03:56.912Z] Step 6/26 : COPY go.mod . [2021-03-30T06:03:57.175Z] ---> 543d4cdcd17b [2021-03-30T06:03:57.176Z] Step 7/22 : RUN go mod download [2021-03-30T06:03:57.176Z] ---> Running in d802df404ef7 [2021-03-30T06:03:57.176Z] ---> de7760d1de1c [2021-03-30T06:03:57.176Z] Step 7/26 : RUN go mod download [2021-03-30T06:03:57.440Z] OK: 233 MiB in 51 packages [2021-03-30T06:03:57.440Z] ---> Running in 661a2ccb2a72 [2021-03-30T06:03:57.710Z] Removing intermediate container a9666037084b [2021-03-30T06:03:57.710Z] ---> 66748491bb6d [2021-03-30T06:03:57.710Z] Step 6/21 : COPY go.mod . [2021-03-30T06:03:57.979Z] ---> ad19c45d62d3 [2021-03-30T06:03:57.979Z] Step 7/21 : RUN go mod download [2021-03-30T06:03:57.979Z] OK: 233 MiB in 51 packages [2021-03-30T06:03:58.249Z] ---> Running in 06ae1baa8c9d [2021-03-30T06:03:58.249Z] Removing intermediate container 11a552a1ae9b [2021-03-30T06:03:58.249Z] ---> b78e9534c4c6 [2021-03-30T06:03:58.249Z] Step 6/23 : COPY go.mod . [2021-03-30T06:03:58.527Z] ---> ee8ad000d181 [2021-03-30T06:03:58.528Z] Step 7/23 : RUN go mod download [2021-03-30T06:03:58.528Z] ---> Running in 5b073027a619 [2021-03-30T06:03:59.118Z] Removing intermediate container 3cd7ecffc88f [2021-03-30T06:03:59.118Z] ---> 8207f9ef8114 [2021-03-30T06:03:59.118Z] Step 6/24 : COPY go.mod . [2021-03-30T06:03:59.382Z] ---> dd0fa600d044 [2021-03-30T06:03:59.382Z] Step 7/24 : RUN go mod download [2021-03-30T06:03:59.649Z] ---> Running in 485df31591ba [2021-03-30T06:03:59.649Z] Removing intermediate container 661a2ccb2a72 [2021-03-30T06:03:59.649Z] ---> 5b35dc1ddbfc [2021-03-30T06:03:59.649Z] Step 8/26 : COPY . . [2021-03-30T06:04:00.228Z] Removing intermediate container d802df404ef7 [2021-03-30T06:04:00.228Z] ---> 5a6f7074fb85 [2021-03-30T06:04:00.228Z] Step 8/22 : COPY . . [2021-03-30T06:04:02.800Z] Removing intermediate container 06ae1baa8c9d [2021-03-30T06:04:02.800Z] ---> ce3c1afe083a [2021-03-30T06:04:02.800Z] Step 8/21 : COPY . . [2021-03-30T06:04:04.744Z] Removing intermediate container 5b073027a619 [2021-03-30T06:04:04.744Z] ---> 2e53006c74c7 [2021-03-30T06:04:04.744Z] Step 8/23 : COPY . . [2021-03-30T06:04:05.924Z] Removing intermediate container fa88f0bd2847 [2021-03-30T06:04:05.924Z] ---> 7eb55254d376 [2021-03-30T06:04:05.924Z] Successfully built 7eb55254d376 [2021-03-30T06:04:05.924Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T06:04:06.328Z] + docker inspect -f . ci-base-image-arm64 [2021-03-30T06:04:06.328Z] . [Pipeline] withDockerContainer [2021-03-30T06:04:06.616Z] prd-ubuntu18.04-docker-arm64-4c-16g-31999 does not seem to be running inside a container [2021-03-30T06:04:06.718Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-03-30T06:04:08.099Z] $ docker top 9d3a88493a3eca1c11ec1f49b491e7b1f9323c9c8895d58a514d95a7a782731d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T06:04:09.184Z] + go version [2021-03-30T06:04:09.184Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-30T06:04:09.222Z] $ docker stop --time=1 9d3a88493a3eca1c11ec1f49b491e7b1f9323c9c8895d58a514d95a7a782731d [2021-03-30T06:04:11.037Z] $ docker rm -f 9d3a88493a3eca1c11ec1f49b491e7b1f9323c9c8895d58a514d95a7a782731d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T06:04:12.317Z] + docker inspect -f . ci-base-image-arm64 [2021-03-30T06:04:12.317Z] . [Pipeline] withDockerContainer [2021-03-30T06:04:12.559Z] prd-ubuntu18.04-docker-arm64-4c-16g-31999 does not seem to be running inside a container [2021-03-30T06:04:12.645Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-03-30T06:04:13.955Z] $ docker top 7c96742b185b0b3800e187771cbde44e2ddf8f9b66dc59e9dbfe38390f48b7c8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-30T06:04:14.365Z] ========================================================= [2021-03-30T06:04:14.365Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-30T06:04:14.365Z] ========================================================= [Pipeline] sh [2021-03-30T06:04:14.812Z] Removing intermediate container 485df31591ba [2021-03-30T06:04:14.812Z] ---> 5aad00ad7b5f [2021-03-30T06:04:14.812Z] Step 8/24 : COPY . . [2021-03-30T06:04:15.030Z] + make test [2021-03-30T06:04:15.030Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-30T06:04:37.196Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-30T06:04:47.107Z] ---> d61293332730 [2021-03-30T06:04:47.108Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-30T06:04:47.108Z] ---> Running in cd1f7485b3bb [2021-03-30T06:04:47.108Z] ---> a0dc0ef089c0 [2021-03-30T06:04:47.108Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-30T06:04:47.108Z] ---> f5277003f14c [2021-03-30T06:04:47.108Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-30T06:04:47.108Z] ---> e6ffe8b4d28c [2021-03-30T06:04:47.108Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-30T06:04:47.108Z] ---> Running in 779fea13d352 [2021-03-30T06:04:47.108Z] ---> Running in 44b5a095c698 [2021-03-30T06:04:47.108Z] ---> Running in 9da9b77e8d76 [2021-03-30T06:04:47.108Z] ---> e6671a42c540 [2021-03-30T06:04:47.108Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-30T06:04:47.108Z] ---> Running in 3d34ed4ab11b [2021-03-30T06:04:47.108Z] 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-30T06:04:47.108Z] 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-30T06:04:47.383Z] 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-30T06:04:47.383Z] 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-30T06:04:47.649Z] 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-30T06:05:19.924Z] 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-30T06:05:19.924Z] 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-30T06:05:24.177Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-30T06:05:30.022Z] Removing intermediate container 779fea13d352 [2021-03-30T06:05:30.022Z] ---> 4fb124922a0e [2021-03-30T06:05:30.022Z] [2021-03-30T06:05:30.022Z] Step 10/23 : FROM alpine:3.12 [2021-03-30T06:05:30.022Z] Removing intermediate container 44b5a095c698 [2021-03-30T06:05:30.022Z] ---> a3e60bd7c266 [2021-03-30T06:05:30.022Z] [2021-03-30T06:05:30.022Z] Step 10/21 : FROM alpine:3.12 [2021-03-30T06:05:30.022Z] Removing intermediate container 3d34ed4ab11b [2021-03-30T06:05:30.022Z] ---> 14e39e294cdc [2021-03-30T06:05:30.022Z] [2021-03-30T06:05:30.022Z] Step 10/24 : FROM alpine:3.12 [2021-03-30T06:05:30.022Z] Removing intermediate container cd1f7485b3bb [2021-03-30T06:05:30.022Z] ---> fc12f6fad92d [2021-03-30T06:05:30.022Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-30T06:05:30.022Z] 3.12: Pulling from library/alpine [2021-03-30T06:05:30.022Z] 3.12: Pulling from library/alpine [2021-03-30T06:05:30.022Z] 3.12: Pulling from library/alpine [2021-03-30T06:05:30.022Z] Removing intermediate container 9da9b77e8d76 [2021-03-30T06:05:30.022Z] ---> 7fc7f22d321b [2021-03-30T06:05:30.022Z] [2021-03-30T06:05:30.022Z] Step 10/22 : FROM alpine:3.12 [2021-03-30T06:05:30.022Z] 3.12: Pulling from library/alpine [2021-03-30T06:05:30.597Z] ---> Running in b094a416709d [2021-03-30T06:05:30.597Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-30T06:05:30.597Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-30T06:05:30.597Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-30T06:05:30.597Z] Status: Downloaded newer image for alpine:3.12 [2021-03-30T06:05:30.597Z] Status: Image is up to date for alpine:3.12 [2021-03-30T06:05:30.597Z] Status: Downloaded newer image for alpine:3.12 [2021-03-30T06:05:30.597Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-30T06:05:30.597Z] Status: Image is up to date for alpine:3.12 [2021-03-30T06:05:30.597Z] ---> 42cb162f0360 [2021-03-30T06:05:30.597Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-30T06:05:30.597Z] ---> 42cb162f0360 [2021-03-30T06:05:30.597Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-30T06:05:30.597Z] ---> 42cb162f0360 [2021-03-30T06:05:30.597Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-30T06:05:30.597Z] ---> 42cb162f0360 [2021-03-30T06:05:30.597Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-30T06:05:30.861Z] ---> Running in d2e738e4ab1a [2021-03-30T06:05:30.861Z] ---> Running in fd73f4e93d7f [2021-03-30T06:05:30.861Z] ---> Running in 5d97972d2622 [2021-03-30T06:05:30.861Z] ---> Running in 3a1248cfdc80 [2021-03-30T06:05:31.449Z] 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-30T06:05:32.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:05:32.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:05:32.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:05:32.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:05:32.410Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-30T06:05:32.410Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:05:32.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:05:32.410Z] OK: 6 MiB in 15 packages [2021-03-30T06:05:32.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:05:32.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:05:32.682Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:05:32.682Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-30T06:05:32.682Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-30T06:05:32.682Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-30T06:05:32.682Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-30T06:05:32.682Z] (4/4) Installing curl (7.69.1-r3) [2021-03-30T06:05:32.682Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:05:32.682Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-30T06:05:32.682Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:05:32.682Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-30T06:05:32.682Z] Executing ca-certificates-20191127-r4.trigger [2021-03-30T06:05:32.682Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-30T06:05:32.682Z] OK: 6 MiB in 15 packages [2021-03-30T06:05:32.682Z] (4/6) Installing curl (7.69.1-r3) [2021-03-30T06:05:32.958Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-30T06:05:32.958Z] (6/6) Installing su-exec (0.2-r1) [2021-03-30T06:05:32.958Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:05:32.958Z] Executing ca-certificates-20191127-r4.trigger [2021-03-30T06:05:32.958Z] OK: 7 MiB in 18 packages [2021-03-30T06:05:32.958Z] OK: 7 MiB in 20 packages [2021-03-30T06:05:33.907Z] Removing intermediate container d2e738e4ab1a [2021-03-30T06:05:33.907Z] ---> 39ae26d4f509 [2021-03-30T06:05:33.907Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-30T06:05:34.178Z] ---> Running in 5f32371181ce [2021-03-30T06:05:35.581Z] Removing intermediate container b094a416709d [2021-03-30T06:05:35.581Z] ---> c677dc3d9126 [2021-03-30T06:05:35.581Z] [2021-03-30T06:05:35.581Z] Step 11/26 : FROM docker:20.10.0 [2021-03-30T06:05:35.581Z] Removing intermediate container fd73f4e93d7f [2021-03-30T06:05:35.581Z] ---> 093556b6327f [2021-03-30T06:05:35.581Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-30T06:05:35.581Z] 20.10.0: Pulling from library/docker [2021-03-30T06:05:35.581Z] ---> Running in fa3918c19f22 [2021-03-30T06:05:35.581Z] Removing intermediate container 5d97972d2622 [2021-03-30T06:05:35.581Z] ---> cef1fd45307f [2021-03-30T06:05:35.581Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-30T06:05:35.581Z] Removing intermediate container 5f32371181ce [2021-03-30T06:05:35.581Z] ---> 302c2da61df6 [2021-03-30T06:05:35.581Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-30T06:05:35.581Z] Removing intermediate container 3a1248cfdc80 [2021-03-30T06:05:35.581Z] ---> cac60203945a [2021-03-30T06:05:35.581Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-30T06:05:35.581Z] ---> Running in 5e15c1221385 [2021-03-30T06:05:35.581Z] ---> Running in 7cb7fba64763 [2021-03-30T06:05:35.581Z] ---> Running in a9ead3eb2390 [2021-03-30T06:05:35.854Z] Removing intermediate container fa3918c19f22 [2021-03-30T06:05:35.854Z] ---> e57d64c303b0 [2021-03-30T06:05:35.854Z] Step 13/21 : WORKDIR /edgex [2021-03-30T06:05:35.854Z] ---> Running in 662ac08a3bdf [2021-03-30T06:05:36.118Z] Removing intermediate container 7cb7fba64763 [2021-03-30T06:05:36.118Z] ---> 72e5d901cf30 [2021-03-30T06:05:36.118Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-30T06:05:36.118Z] Removing intermediate container 5e15c1221385 [2021-03-30T06:05:36.118Z] ---> 90a78b20dd37 [2021-03-30T06:05:36.118Z] Step 13/24 : WORKDIR / [2021-03-30T06:05:36.381Z] Removing intermediate container a9ead3eb2390 [2021-03-30T06:05:36.381Z] ---> 6834006cec39 [2021-03-30T06:05:36.381Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-30T06:05:36.648Z] ---> Running in 04ebc1e0ea25 [2021-03-30T06:05:36.648Z] ---> Running in b435297b6214 [2021-03-30T06:05:36.913Z] ---> Running in 9d2bfff21594 [2021-03-30T06:05:36.913Z] Removing intermediate container 662ac08a3bdf [2021-03-30T06:05:36.913Z] ---> 2e85b2961c85 [2021-03-30T06:05:36.913Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-30T06:05:37.872Z] Removing intermediate container 04ebc1e0ea25 [2021-03-30T06:05:37.872Z] ---> bf3bdbdfe9ba [2021-03-30T06:05:37.872Z] Step 15/23 : WORKDIR / [2021-03-30T06:05:37.872Z] Removing intermediate container b435297b6214 [2021-03-30T06:05:37.872Z] ---> 735a2f605ba8 [2021-03-30T06:05:37.872Z] 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-30T06:05:37.872Z] Removing intermediate container 9d2bfff21594 [2021-03-30T06:05:37.872Z] ---> f4b37d7fed0d [2021-03-30T06:05:37.873Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-30T06:05:37.873Z] ---> 0c3b0e7ab24f [2021-03-30T06:05:37.873Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-30T06:05:37.873Z] ---> Running in a29460be9cd2 [2021-03-30T06:05:37.873Z] ---> Running in 110cd759870f [2021-03-30T06:05:38.140Z] ---> ba369113637a [2021-03-30T06:05:38.140Z] 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-30T06:05:38.140Z] Removing intermediate container a29460be9cd2 [2021-03-30T06:05:38.140Z] ---> 80cca1d2c898 [2021-03-30T06:05:38.140Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T06:05:38.407Z] Removing intermediate container 110cd759870f [2021-03-30T06:05:38.407Z] ---> adcb4f1c1c5b [2021-03-30T06:05:38.407Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T06:05:38.407Z] ---> f5ee0b9f746c [2021-03-30T06:05:38.407Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-30T06:05:38.671Z] ---> 09d1f988690a [2021-03-30T06:05:38.671Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-30T06:05:38.940Z] ---> 24b125973add [2021-03-30T06:05:38.940Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-30T06:05:38.940Z] ---> c4a45eeb38b1 [2021-03-30T06:05:38.940Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-30T06:05:38.940Z] ---> 7550f53e7e5c [2021-03-30T06:05:38.940Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-30T06:05:39.213Z] ---> c1bf68607f55 [2021-03-30T06:05:39.213Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-30T06:05:39.213Z] ---> Running in 62cb3fe34129 [2021-03-30T06:05:39.802Z] ---> 62ebd0bdc3aa [2021-03-30T06:05:39.802Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-30T06:05:39.802Z] Removing intermediate container 62cb3fe34129 [2021-03-30T06:05:39.802Z] ---> 602441f95171 [2021-03-30T06:05:39.802Z] Step 18/21 : CMD ["--init=true"] [2021-03-30T06:05:39.802Z] ---> 6cf8ea7addf0 [2021-03-30T06:05:39.802Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-30T06:05:40.381Z] ---> cc89c8a9df8e [2021-03-30T06:05:40.381Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-30T06:05:40.381Z] ---> Running in 2fba68c4631d [2021-03-30T06:05:40.381Z] ---> 5fce24c7c654 [2021-03-30T06:05:40.381Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-30T06:05:40.653Z] ---> 9148215ebc2d [2021-03-30T06:05:40.653Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-30T06:05:40.653Z] ---> Running in a1a367721e41 [2021-03-30T06:05:40.917Z] ---> Running in 501f16c73b0a [2021-03-30T06:05:40.917Z] Removing intermediate container 2fba68c4631d [2021-03-30T06:05:40.917Z] ---> 27bed5d38271 [2021-03-30T06:05:40.917Z] Step 19/21 : LABEL arch=x86_64 [2021-03-30T06:05:41.182Z] ---> 97033e3c9246 [2021-03-30T06:05:41.182Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-30T06:05:41.182Z] ---> Running in 3aeeebb39eb5 [2021-03-30T06:05:41.182Z] Removing intermediate container 501f16c73b0a [2021-03-30T06:05:41.182Z] ---> de4283188804 [2021-03-30T06:05:41.182Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T06:05:41.182Z] Removing intermediate container a1a367721e41 [2021-03-30T06:05:41.182Z] ---> d18a476cdecf [2021-03-30T06:05:41.182Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T06:05:41.446Z] ---> Running in e2159644b566 [2021-03-30T06:05:41.446Z] ---> Running in a303645b8fb7 [2021-03-30T06:05:41.708Z] ---> 49edc7690f90 [2021-03-30T06:05:41.708Z] 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-30T06:05:41.708Z] Removing intermediate container 3aeeebb39eb5 [2021-03-30T06:05:41.708Z] ---> 9d5207b18792 [2021-03-30T06:05:41.708Z] Step 20/21 : LABEL git_sha=e61f4d73aa0e92b7184a60efdc09909860740fcb [2021-03-30T06:05:41.971Z] ---> Running in 4d608f1d1d07 [2021-03-30T06:05:41.971Z] Removing intermediate container e2159644b566 [2021-03-30T06:05:41.971Z] ---> 6b73c4778832 [2021-03-30T06:05:41.971Z] Step 21/23 : LABEL arch=x86_64 [2021-03-30T06:05:41.971Z] ---> Running in 13601f79e4ca [2021-03-30T06:05:41.971Z] Removing intermediate container a303645b8fb7 [2021-03-30T06:05:41.971Z] ---> f3b343944409 [2021-03-30T06:05:41.971Z] Step 20/22 : LABEL arch=x86_64 [2021-03-30T06:05:42.237Z] ---> Running in a23ad5eca91c [2021-03-30T06:05:42.237Z] ---> Running in 5fd95dad9daa [2021-03-30T06:05:42.237Z] Removing intermediate container 13601f79e4ca [2021-03-30T06:05:42.237Z] ---> cb546a2d841e [2021-03-30T06:05:42.237Z] Step 21/21 : LABEL version=0.0.0 [2021-03-30T06:05:42.501Z] Removing intermediate container a23ad5eca91c [2021-03-30T06:05:42.501Z] ---> c304517e3e0d [2021-03-30T06:05:42.501Z] Step 22/23 : LABEL git_sha=e61f4d73aa0e92b7184a60efdc09909860740fcb [2021-03-30T06:05:42.501Z] ---> Running in b5c7e9d5bb00 [2021-03-30T06:05:42.501Z] ---> Running in c00dac4c82c6 [2021-03-30T06:05:42.764Z] Removing intermediate container 5fd95dad9daa [2021-03-30T06:05:42.764Z] ---> 911bd82422fc [2021-03-30T06:05:42.764Z] Step 21/22 : LABEL git_sha=e61f4d73aa0e92b7184a60efdc09909860740fcb [2021-03-30T06:05:42.764Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-30T06:05:42.764Z] Removing intermediate container b5c7e9d5bb00 [2021-03-30T06:05:42.764Z] ---> b374c99b2325 [2021-03-30T06:05:42.764Z] [2021-03-30T06:05:42.764Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-30T06:05:42.764Z] ---> Running in d08ab7ce8fc8 [2021-03-30T06:05:42.952Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-30T06:05:42.952Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-30T06:05:42.952Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-30T06:05:42.952Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-30T06:05:42.952Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-30T06:05:42.952Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-30T06:05:43.035Z] ---> aefe523efa57 [2021-03-30T06:05:43.035Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-30T06:05:43.313Z] Successfully built b374c99b2325 [2021-03-30T06:05:43.313Z] Removing intermediate container c00dac4c82c6 [2021-03-30T06:05:43.313Z] ---> 3ce1d05cbf67 [2021-03-30T06:05:43.313Z] Step 23/23 : LABEL version=0.0.0 [2021-03-30T06:05:43.313Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-30T06:05:43.313Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-03-30T06:05:43.313Z] ---> Running in 3b71cc77a406 [2021-03-30T06:05:43.574Z] ---> Running in d265643d4952 [2021-03-30T06:05:43.574Z] Removing intermediate container d08ab7ce8fc8 [2021-03-30T06:05:43.574Z] ---> 1bf90e7e946f [2021-03-30T06:05:43.574Z] Step 22/22 : LABEL version=0.0.0 [2021-03-30T06:05:43.843Z] ---> Running in 89b1b1430b78 [2021-03-30T06:05:43.843Z] Removing intermediate container 4d608f1d1d07 [2021-03-30T06:05:43.843Z] ---> 994324931a76 [2021-03-30T06:05:43.843Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-30T06:05:43.843Z] Removing intermediate container d265643d4952 [2021-03-30T06:05:43.843Z] ---> 40ee1c520f94 [2021-03-30T06:05:43.843Z] [2021-03-30T06:05:43.843Z] ---> Running in a05f010f0218 [2021-03-30T06:05:43.939Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-30T06:05:45.770Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:05:45.770Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:05:45.770Z] Successfully built 40ee1c520f94 [2021-03-30T06:05:45.770Z] (1/2) Installing readline (8.0.4-r0) [2021-03-30T06:05:45.770Z] (2/2) Installing bash (5.0.17-r0) [2021-03-30T06:05:45.770Z] Executing bash-5.0.17-r0.post-install [2021-03-30T06:05:45.770Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:05:45.770Z] OK: 12 MiB in 22 packages [2021-03-30T06:05:46.723Z] Successfully tagged docker-core-command-go:latest [2021-03-30T06:05:46.723Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-03-30T06:05:47.308Z] Removing intermediate container 89b1b1430b78 [2021-03-30T06:05:47.308Z] ---> 982ad5a00df6 [2021-03-30T06:05:47.308Z] [2021-03-30T06:05:47.354Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-30T06:05:47.574Z] Successfully built 982ad5a00df6 [2021-03-30T06:05:47.631Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-30T06:05:50.908Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-30T06:05:50.908Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-03-30T06:05:51.179Z] Removing intermediate container a05f010f0218 [2021-03-30T06:05:51.179Z] ---> 048c47142e47 [2021-03-30T06:05:51.179Z] Step 22/24 : LABEL arch=x86_64 [2021-03-30T06:05:54.271Z] ---> Running in fc011b355b50 [2021-03-30T06:05:54.271Z] Removing intermediate container 3b71cc77a406 [2021-03-30T06:05:54.271Z] ---> a03f4ffd471b [2021-03-30T06:05:54.271Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-30T06:05:54.612Z] ---> Running in 8f2dc411bcb3 [2021-03-30T06:05:55.193Z] Removing intermediate container fc011b355b50 [2021-03-30T06:05:55.193Z] ---> 71ac897abf99 [2021-03-30T06:05:55.193Z] Step 23/24 : LABEL git_sha=e61f4d73aa0e92b7184a60efdc09909860740fcb [2021-03-30T06:05:55.925Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-30T06:05:55.925Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-30T06:05:55.925Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-30T06:05:59.956Z] Removing intermediate container 8f2dc411bcb3 [2021-03-30T06:05:59.956Z] ---> 9eff4e7ca73b [2021-03-30T06:05:59.956Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-30T06:06:01.359Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.321s coverage: 45.9% of statements [2021-03-30T06:06:01.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-30T06:06:01.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-30T06:06:01.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-30T06:06:01.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-30T06:06:01.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-30T06:06:01.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-30T06:06:01.359Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.128s coverage: 19.8% of statements [2021-03-30T06:06:01.359Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.226s coverage: 100.0% of statements [2021-03-30T06:06:03.290Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:06:03.291Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:06:03.291Z] ---> 708cf87a4fd9 [2021-03-30T06:06:03.291Z] Step 3/23 : WORKDIR /edgex-go [2021-03-30T06:06:03.291Z] ---> Running in eed05a14b4c1 [2021-03-30T06:06:03.291Z] ---> Using cache [2021-03-30T06:06:03.291Z] ---> ea4cee50ba1e [2021-03-30T06:06:03.291Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:06:03.291Z] ---> Using cache [2021-03-30T06:06:03.291Z] ---> 7ba491f0327b [2021-03-30T06:06:03.291Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-30T06:06:03.291Z] ---> Using cache [2021-03-30T06:06:03.291Z] ---> 8207f9ef8114 [2021-03-30T06:06:03.291Z] Step 6/23 : COPY go.mod . [2021-03-30T06:06:03.291Z] ---> Using cache [2021-03-30T06:06:03.291Z] ---> dd0fa600d044 [2021-03-30T06:06:03.291Z] Step 7/23 : RUN go mod download [2021-03-30T06:06:03.291Z] ---> Using cache [2021-03-30T06:06:03.291Z] ---> 5aad00ad7b5f [2021-03-30T06:06:03.291Z] Step 8/23 : COPY . . [2021-03-30T06:06:03.291Z] ---> Using cache [2021-03-30T06:06:03.291Z] ---> e6671a42c540 [2021-03-30T06:06:03.291Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-30T06:06:03.885Z] ---> Running in f886bb2de3bd [2021-03-30T06:06:04.836Z] ---> Running in 62e77d2b6e0d [2021-03-30T06:06:05.421Z] Removing intermediate container eed05a14b4c1 [2021-03-30T06:06:05.421Z] ---> 04bb642b3756 [2021-03-30T06:06:05.421Z] Step 24/24 : LABEL version=0.0.0 [2021-03-30T06:06:05.686Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:06:05.686Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:06:05.686Z] ---> 708cf87a4fd9 [2021-03-30T06:06:05.686Z] Step 3/31 : WORKDIR /edgex-go [2021-03-30T06:06:05.955Z] ---> Using cache [2021-03-30T06:06:05.955Z] ---> ea4cee50ba1e [2021-03-30T06:06:05.955Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:06:05.955Z] ---> Using cache [2021-03-30T06:06:05.955Z] ---> 7ba491f0327b [2021-03-30T06:06:05.955Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-30T06:06:05.955Z] ---> Using cache [2021-03-30T06:06:05.955Z] ---> 8207f9ef8114 [2021-03-30T06:06:05.955Z] Step 6/31 : COPY go.mod . [2021-03-30T06:06:05.955Z] ---> Using cache [2021-03-30T06:06:05.955Z] ---> dd0fa600d044 [2021-03-30T06:06:05.955Z] Step 7/31 : RUN go mod download [2021-03-30T06:06:05.955Z] ---> Using cache [2021-03-30T06:06:05.955Z] ---> 5aad00ad7b5f [2021-03-30T06:06:05.955Z] Step 8/31 : COPY . . [2021-03-30T06:06:05.955Z] ---> Using cache [2021-03-30T06:06:05.955Z] ---> e6671a42c540 [2021-03-30T06:06:05.955Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-30T06:06:06.531Z] Removing intermediate container f886bb2de3bd [2021-03-30T06:06:06.531Z] ---> 4ff6955ca1e1 [2021-03-30T06:06:06.531Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-30T06:06:06.794Z] ---> Running in e664ea38b9ea [2021-03-30T06:06:06.794Z] ---> Running in 6323a7be6428 [2021-03-30T06:06:07.787Z] ---> Running in 7925dbffc7e3 [2021-03-30T06:06:07.787Z] 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-30T06:06:08.050Z] Removing intermediate container 6323a7be6428 [2021-03-30T06:06:08.050Z] ---> 098879ae4271 [2021-03-30T06:06:08.050Z] [2021-03-30T06:06:08.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.587s coverage: 27.1% of statements [2021-03-30T06:06:08.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-30T06:06:08.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-30T06:06:08.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-30T06:06:08.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-30T06:06:08.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-30T06:06:08.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-30T06:06:08.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.256s coverage: 100.0% of statements [2021-03-30T06:06:08.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-30T06:06:08.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.155s coverage: 100.0% of statements [2021-03-30T06:06:08.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-30T06:06:08.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-30T06:06:09.005Z] Removing intermediate container 7925dbffc7e3 [2021-03-30T06:06:09.005Z] ---> d9168c1b22ea [2021-03-30T06:06:09.005Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-30T06:06:09.287Z] Successfully built 098879ae4271 [2021-03-30T06:06:09.287Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-30T06:06:09.287Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-03-30T06:06:09.287Z] 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-30T06:06:09.559Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.244s coverage: 71.3% of statements [2021-03-30T06:06:09.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-30T06:06:09.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-30T06:06:11.556Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.458s coverage: 82.9% of statements [2021-03-30T06:06:11.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-30T06:06:11.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-30T06:06:11.557Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.169s coverage: 78.9% of statements [2021-03-30T06:06:11.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-30T06:06:13.582Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:06:13.582Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:06:13.582Z] ---> 708cf87a4fd9 [2021-03-30T06:06:13.582Z] Step 3/22 : WORKDIR /edgex-go [2021-03-30T06:06:13.852Z] ---> Using cache [2021-03-30T06:06:13.852Z] ---> ea4cee50ba1e [2021-03-30T06:06:13.852Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:06:13.852Z] ---> Using cache [2021-03-30T06:06:13.852Z] ---> 7ba491f0327b [2021-03-30T06:06:13.852Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-30T06:06:14.997Z] ---> a2d684d41e67 [2021-03-30T06:06:14.997Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-30T06:06:15.265Z] ---> Running in aedc654c3e11 [2021-03-30T06:06:17.221Z] ---> be7677641f0d [2021-03-30T06:06:17.221Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-30T06:06:17.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:06:17.804Z] ---> e52bc55f9068 [2021-03-30T06:06:17.804Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-30T06:06:17.804Z] ---> Running in 6f483ea4173e [2021-03-30T06:06:18.077Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:06:19.059Z] OK: 233 MiB in 51 packages [2021-03-30T06:06:19.656Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:06:19.656Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:06:19.924Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.241s coverage: 28.6% of statements [2021-03-30T06:06:19.924Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-30T06:06:19.924Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-30T06:06:19.924Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-30T06:06:19.924Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-30T06:06:19.924Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-30T06:06:19.924Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.280s coverage: 100.0% of statements [2021-03-30T06:06:19.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-30T06:06:19.925Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.154s coverage: 100.0% of statements [2021-03-30T06:06:19.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-30T06:06:19.925Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.628s coverage: 86.7% of statements [2021-03-30T06:06:19.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-30T06:06:19.925Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.399s coverage: 97.5% of statements [2021-03-30T06:06:19.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-30T06:06:19.925Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.256s coverage: 78.3% of statements [2021-03-30T06:06:19.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-30T06:06:19.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-30T06:06:19.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-30T06:06:19.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-30T06:06:19.926Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-30T06:06:19.926Z] (2/33) Installing expat (2.2.9-r1) [2021-03-30T06:06:19.926Z] (3/33) Installing libffi (3.3-r2) [2021-03-30T06:06:19.926Z] (4/33) Installing gdbm (1.13-r1) [2021-03-30T06:06:20.518Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-30T06:06:20.518Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-30T06:06:20.518Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-30T06:06:23.862Z] Removing intermediate container aedc654c3e11 [2021-03-30T06:06:23.862Z] ---> 3278899a87fe [2021-03-30T06:06:23.862Z] Step 6/22 : COPY go.mod . [2021-03-30T06:06:25.391Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-30T06:06:25.391Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-30T06:06:25.678Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-30T06:06:25.678Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-30T06:06:25.678Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-30T06:06:25.678Z] ---> b49d551f6060 [2021-03-30T06:06:25.678Z] Step 7/22 : RUN go mod download [2021-03-30T06:06:25.678Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-30T06:06:25.967Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-30T06:06:26.255Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-30T06:06:26.255Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-30T06:06:26.528Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-30T06:06:26.804Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-30T06:06:26.804Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-30T06:06:26.804Z] ---> Running in 6f9e61289238 [2021-03-30T06:06:26.804Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-30T06:06:26.804Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-30T06:06:27.084Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-30T06:06:27.084Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-30T06:06:27.084Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-30T06:06:27.084Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-30T06:06:27.084Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-30T06:06:27.348Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-30T06:06:27.348Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-30T06:06:27.348Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-30T06:06:27.348Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-30T06:06:27.348Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-30T06:06:27.348Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-30T06:06:27.348Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-30T06:06:28.313Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:06:29.164Z] OK: 71 MiB in 55 packages [2021-03-30T06:06:30.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.178s coverage: 92.8% of statements [2021-03-30T06:06:30.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-30T06:06:30.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-30T06:06:30.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-30T06:06:30.120Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-30T06:06:30.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-30T06:06:30.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-30T06:06:30.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-30T06:06:30.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-30T06:06:30.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-30T06:06:30.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-30T06:06:30.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-30T06:06:30.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-30T06:06:30.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-30T06:06:30.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-30T06:06:30.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-30T06:06:30.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-30T06:06:30.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-30T06:06:30.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-30T06:06:30.120Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.112s coverage: 58.8% of statements [2021-03-30T06:06:30.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-30T06:06:30.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-30T06:06:30.120Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.181s coverage: 1.0% of statements [2021-03-30T06:06:30.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-30T06:06:30.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-30T06:06:30.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-30T06:06:30.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.133s coverage: 47.1% of statements [2021-03-30T06:06:30.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.165s coverage: 79.5% of statements [2021-03-30T06:06:30.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.114s coverage: 94.1% of statements [2021-03-30T06:06:30.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.183s coverage: 96.3% of statements [2021-03-30T06:06:30.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.181s coverage: 87.5% of statements [2021-03-30T06:06:31.105Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:06:31.105Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:06:31.105Z] ---> 708cf87a4fd9 [2021-03-30T06:06:31.105Z] Step 3/23 : WORKDIR /edgex-go [2021-03-30T06:06:31.105Z] ---> Using cache [2021-03-30T06:06:31.105Z] ---> ea4cee50ba1e [2021-03-30T06:06:31.105Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:06:31.105Z] ---> Using cache [2021-03-30T06:06:31.105Z] ---> 7ba491f0327b [2021-03-30T06:06:31.105Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-30T06:06:33.676Z] ---> Running in 92cdbcd15c57 [2021-03-30T06:06:34.266Z] Removing intermediate container 6f9e61289238 [2021-03-30T06:06:34.266Z] ---> fd502c62e577 [2021-03-30T06:06:34.266Z] Step 8/22 : COPY . . [2021-03-30T06:06:34.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:06:35.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:06:37.425Z] OK: 233 MiB in 51 packages [2021-03-30T06:06:42.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.155s coverage: 94.4% of statements [2021-03-30T06:06:42.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.137s coverage: 44.8% of statements [2021-03-30T06:06:44.435Z] Removing intermediate container 92cdbcd15c57 [2021-03-30T06:06:44.436Z] ---> 9b37c5bbfe8e [2021-03-30T06:06:44.436Z] Step 6/23 : COPY go.mod . [2021-03-30T06:06:46.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.458s coverage: 82.6% of statements [2021-03-30T06:06:47.788Z] ---> 7181bf4e2b1a [2021-03-30T06:06:47.788Z] Step 7/23 : RUN go mod download [2021-03-30T06:06:52.167Z] ---> Running in f2c8d8681513 [2021-03-30T06:06:53.118Z] Removing intermediate container e664ea38b9ea [2021-03-30T06:06:53.119Z] ---> 32699d1967c0 [2021-03-30T06:06:53.119Z] [2021-03-30T06:06:53.119Z] Step 10/31 : FROM alpine:3.12 [2021-03-30T06:06:53.119Z] ---> 42cb162f0360 [2021-03-30T06:06:53.119Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-30T06:06:57.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.198s coverage: 92.9% of statements [2021-03-30T06:06:57.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-30T06:06:57.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-30T06:06:57.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-30T06:06:57.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-03-30T06:06:57.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-30T06:06:57.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-30T06:06:57.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-30T06:06:57.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-30T06:06:57.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-30T06:06:57.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements [2021-03-30T06:06:57.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-30T06:06:57.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-30T06:06:57.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements [2021-03-30T06:06:57.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-30T06:06:57.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.146s coverage: 75.5% of statements [2021-03-30T06:06:57.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-30T06:06:57.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.149s coverage: 80.8% of statements [2021-03-30T06:06:57.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.189s coverage: 87.2% of statements [2021-03-30T06:06:57.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.214s coverage: 84.6% of statements [2021-03-30T06:06:57.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.261s coverage: 91.6% of statements [2021-03-30T06:06:57.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-30T06:06:57.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.583s coverage: 64.4% of statements [2021-03-30T06:06:57.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-30T06:06:57.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-30T06:06:57.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.121s coverage: 100.0% of statements [2021-03-30T06:06:57.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.074s coverage: 91.3% of statements [2021-03-30T06:06:57.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements [2021-03-30T06:06:58.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements [2021-03-30T06:06:58.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.080s coverage: 100.0% of statements [2021-03-30T06:06:59.800Z] ---> Running in 1c302cac2c10 [2021-03-30T06:07:01.195Z] Removing intermediate container 6f483ea4173e [2021-03-30T06:07:01.195Z] ---> 5bcaa057de0f [2021-03-30T06:07:01.195Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-30T06:07:01.195Z] Removing intermediate container 62e77d2b6e0d [2021-03-30T06:07:01.195Z] ---> 0ce814c2fc59 [2021-03-30T06:07:01.195Z] [2021-03-30T06:07:01.195Z] Step 10/23 : FROM alpine:3.12 [2021-03-30T06:07:01.195Z] ---> 42cb162f0360 [2021-03-30T06:07:01.195Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-30T06:07:01.195Z] ---> Using cache [2021-03-30T06:07:01.195Z] ---> cef1fd45307f [2021-03-30T06:07:01.195Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-30T06:07:01.195Z] ---> Using cache [2021-03-30T06:07:01.195Z] ---> 6834006cec39 [2021-03-30T06:07:01.195Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-30T06:07:02.149Z] Removing intermediate container 1c302cac2c10 [2021-03-30T06:07:02.149Z] ---> ec063c99f170 [2021-03-30T06:07:02.149Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-30T06:07:02.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.964s coverage: 69.0% of statements [2021-03-30T06:07:02.290Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-30T06:07:02.290Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-30T06:07:02.290Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-30T06:07:03.544Z] ---> Running in ca457942050f [2021-03-30T06:07:03.544Z] ---> Running in 5131325725b0 [2021-03-30T06:07:03.544Z] ---> Running in e0790ad7da84 [2021-03-30T06:07:03.544Z] ---> 816e73f86632 [2021-03-30T06:07:03.544Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-30T06:07:03.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.483s coverage: 38.4% of statements [2021-03-30T06:07:03.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-30T06:07:03.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-30T06:07:03.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.096s coverage: 89.5% of statements [2021-03-30T06:07:03.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-30T06:07:03.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.097s coverage: 84.8% of statements [2021-03-30T06:07:03.806Z] ---> Running in 99d859db20b2 [2021-03-30T06:07:04.073Z] Removing intermediate container 5131325725b0 [2021-03-30T06:07:04.073Z] ---> 8170f9625781 [2021-03-30T06:07:04.073Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-30T06:07:04.073Z] Removing intermediate container f2c8d8681513 [2021-03-30T06:07:04.073Z] ---> daa225be4126 [2021-03-30T06:07:04.073Z] Step 8/23 : COPY . . [2021-03-30T06:07:04.336Z] ---> Running in e4a15ad08ea7 [2021-03-30T06:07:04.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:07:04.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:07:04.922Z] 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-30T06:07:05.193Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-30T06:07:05.193Z] (2/2) Installing su-exec (0.2-r1) [2021-03-30T06:07:05.193Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:07:05.193Z] OK: 6 MiB in 16 packages [2021-03-30T06:07:06.178Z] Removing intermediate container e4a15ad08ea7 [2021-03-30T06:07:06.178Z] ---> e1c39961244a [2021-03-30T06:07:06.178Z] Step 15/23 : WORKDIR / [2021-03-30T06:07:06.447Z] ---> Running in f4975bf57787 [2021-03-30T06:07:10.470Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.413s coverage: 47.0% of statements [2021-03-30T06:07:10.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-30T06:07:10.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-30T06:07:10.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-30T06:07:10.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-30T06:07:10.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-30T06:07:10.470Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.123s coverage: 100.0% of statements [2021-03-30T06:07:10.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-30T06:07:10.470Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.086s coverage: 100.0% of statements [2021-03-30T06:07:10.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-30T06:07:10.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-30T06:07:10.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-30T06:07:10.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-30T06:07:10.470Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.427s coverage: 87.1% of statements [2021-03-30T06:07:10.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-30T06:07:10.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-30T06:07:10.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-30T06:07:10.756Z] Removing intermediate container e0790ad7da84 [2021-03-30T06:07:10.756Z] ---> 5f658b90b682 [2021-03-30T06:07:10.756Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-30T06:07:10.756Z] Removing intermediate container f4975bf57787 [2021-03-30T06:07:10.756Z] ---> 132d1ea3ca08 [2021-03-30T06:07:10.756Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T06:07:11.027Z] Collecting docker-compose==1.23.2 [2021-03-30T06:07:11.297Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-30T06:07:11.576Z] ---> Running in c7c3f4a40a91 [2021-03-30T06:07:12.545Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-30T06:07:12.545Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-30T06:07:12.834Z] ---> af65ccc8476f [2021-03-30T06:07:12.834Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-30T06:07:12.834Z] Collecting cached-property<2,>=1.2.0 [2021-03-30T06:07:12.834Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-30T06:07:13.821Z] Removing intermediate container c7c3f4a40a91 [2021-03-30T06:07:13.821Z] ---> 6d011b8506f5 [2021-03-30T06:07:13.821Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-30T06:07:14.799Z] Collecting PyYAML<4,>=3.10 [2021-03-30T06:07:15.072Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-30T06:07:16.059Z] ---> Running in 2775bc82609b [2021-03-30T06:07:16.336Z] ---> bc8fbdfa5fd8 [2021-03-30T06:07:16.336Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-30T06:07:17.207Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.317s coverage: 29.1% of statements [2021-03-30T06:07:17.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-30T06:07:17.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-30T06:07:17.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-30T06:07:17.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-30T06:07:17.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-30T06:07:17.207Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.195s coverage: 99.0% of statements [2021-03-30T06:07:17.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-30T06:07:17.207Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.149s coverage: 100.0% of statements [2021-03-30T06:07:17.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-30T06:07:17.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-30T06:07:17.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-30T06:07:17.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-30T06:07:17.207Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.245s coverage: 95.0% of statements [2021-03-30T06:07:17.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-30T06:07:17.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-30T06:07:17.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-30T06:07:17.207Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-03-30T06:07:17.207Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-30T06:07:17.207Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements [2021-03-30T06:07:17.207Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-30T06:07:17.207Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-30T06:07:17.207Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-30T06:07:17.207Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-30T06:07:17.207Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements [2021-03-30T06:07:17.207Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-30T06:07:17.207Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-30T06:07:17.207Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements [2021-03-30T06:07:18.190Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.129s coverage: 32.1% of statements [2021-03-30T06:07:18.293Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-30T06:07:18.293Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-30T06:07:18.293Z] Removing intermediate container 2775bc82609b [2021-03-30T06:07:18.293Z] ---> 8b5f43c28401 [2021-03-30T06:07:18.293Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-30T06:07:18.293Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-30T06:07:18.293Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-30T06:07:19.636Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-03-30T06:07:19.782Z] 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-30T06:07:19.782Z] ---> 354982b0996f [2021-03-30T06:07:19.782Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-30T06:07:20.239Z] GO111MODULE=on go vet ./... [2021-03-30T06:07:20.442Z] Collecting docopt<0.7,>=0.6.1 [2021-03-30T06:07:20.442Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-30T06:07:20.443Z] ---> Running in 04e8de9094ea [2021-03-30T06:07:20.443Z] ---> Running in 6897f04830f4 [2021-03-30T06:07:21.441Z] Collecting docker<4.0,>=3.6.0 [2021-03-30T06:07:21.441Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-30T06:07:22.554Z] Removing intermediate container 6897f04830f4 [2021-03-30T06:07:22.554Z] ---> bec924bf76ad [2021-03-30T06:07:22.554Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T06:07:23.357Z] Collecting texttable<0.10,>=0.9.0 [2021-03-30T06:07:23.357Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-30T06:07:24.419Z] ---> Running in 076ff99946d8 [2021-03-30T06:07:24.419Z] Collecting jsonschema<3,>=2.5.1 [2021-03-30T06:07:24.419Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-30T06:07:25.398Z] Collecting idna<2.8,>=2.5 [2021-03-30T06:07:25.398Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-30T06:07:25.976Z] 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-30T06:07:25.976Z] 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-30T06:07:25.976Z] Removing intermediate container 076ff99946d8 [2021-03-30T06:07:25.976Z] ---> 1030940391f0 [2021-03-30T06:07:25.976Z] Step 21/23 : LABEL arch=x86_64 [2021-03-30T06:07:25.976Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-30T06:07:25.976Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-30T06:07:27.402Z] Collecting docker-pycreds>=0.4.0 [2021-03-30T06:07:27.402Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-30T06:07:27.402Z] ---> Running in a23fe379157e [2021-03-30T06:07:27.402Z] Removing intermediate container 04e8de9094ea [2021-03-30T06:07:27.402Z] ---> 4d8e1c9d95b0 [2021-03-30T06:07:27.402Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-30T06:07:27.402Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-30T06:07:27.402Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-30T06:07:27.402Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-30T06:07:27.402Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-30T06:07:27.402Z] ---> Running in 67b640d757ce [2021-03-30T06:07:27.402Z] Installing collected packages: idna, urllib3, requests, cached-property, PyYAML, websocket-client, dockerpty, docopt, docker-pycreds, docker, texttable, jsonschema, docker-compose [2021-03-30T06:07:27.402Z] Attempting uninstall: idna [2021-03-30T06:07:27.402Z] Found existing installation: idna 2.9 [2021-03-30T06:07:27.402Z] Uninstalling idna-2.9: [2021-03-30T06:07:27.402Z] Successfully uninstalled idna-2.9 [2021-03-30T06:07:27.402Z] ---> 2a9ded1244a9 [2021-03-30T06:07:27.402Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-30T06:07:27.681Z] Removing intermediate container a23fe379157e [2021-03-30T06:07:27.681Z] ---> 4db9c57d7b9f [2021-03-30T06:07:27.681Z] Step 22/23 : LABEL git_sha=e61f4d73aa0e92b7184a60efdc09909860740fcb [2021-03-30T06:07:27.681Z] Attempting uninstall: urllib3 [2021-03-30T06:07:27.681Z] Found existing installation: urllib3 1.25.9 [2021-03-30T06:07:27.681Z] Uninstalling urllib3-1.25.9: [2021-03-30T06:07:27.681Z] ---> Running in 33c239dc943f [2021-03-30T06:07:27.681Z] Successfully uninstalled urllib3-1.25.9 [2021-03-30T06:07:27.949Z] Removing intermediate container 67b640d757ce [2021-03-30T06:07:27.949Z] ---> 2527e6c69bfb [2021-03-30T06:07:27.949Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-30T06:07:27.949Z] ---> Running in f44286c0d43b [2021-03-30T06:07:28.221Z] Attempting uninstall: requests [2021-03-30T06:07:28.221Z] Found existing installation: requests 2.23.0 [2021-03-30T06:07:28.221Z] Uninstalling requests-2.23.0: [2021-03-30T06:07:28.221Z] Successfully uninstalled requests-2.23.0 [2021-03-30T06:07:28.807Z] Removing intermediate container f44286c0d43b [2021-03-30T06:07:28.807Z] ---> 4e850d69c415 [2021-03-30T06:07:28.807Z] Step 23/23 : LABEL version=0.0.0 [2021-03-30T06:07:28.807Z] Running setup.py install for PyYAML: started [2021-03-30T06:07:28.807Z] 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-30T06:07:29.087Z] ---> a2d4091db8fd [2021-03-30T06:07:29.087Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-30T06:07:29.362Z] ---> Running in 39e2a5be497c [2021-03-30T06:07:29.362Z] ---> Running in ddab12396451 [2021-03-30T06:07:29.633Z] Removing intermediate container 39e2a5be497c [2021-03-30T06:07:29.633Z] ---> c39dd55f497d [2021-03-30T06:07:29.633Z] [2021-03-30T06:07:29.909Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-30T06:07:29.909Z] Running setup.py install for dockerpty: started [2021-03-30T06:07:30.182Z] Successfully built c39dd55f497d [2021-03-30T06:07:30.182Z] Successfully tagged docker-core-metadata-go:latest [2021-03-30T06:07:30.445Z]  Building docker-core-metadata-go ... done  Running setup.py install for dockerpty: finished with status 'done' [2021-03-30T06:07:31.039Z] Running setup.py install for docopt: started [2021-03-30T06:07:31.642Z] Running setup.py install for docopt: finished with status 'done' [2021-03-30T06:07:34.234Z] Removing intermediate container ddab12396451 [2021-03-30T06:07:34.234Z] ---> 3041e95e7df8 [2021-03-30T06:07:34.234Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T06:07:34.837Z] Running setup.py install for texttable: started [2021-03-30T06:07:34.837Z] Removing intermediate container 99d859db20b2 [2021-03-30T06:07:34.837Z] ---> 3972f6b7dd69 [2021-03-30T06:07:34.837Z] [2021-03-30T06:07:34.837Z] Step 10/22 : FROM alpine:3.12 [2021-03-30T06:07:34.837Z] ---> 42cb162f0360 [2021-03-30T06:07:34.837Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-30T06:07:35.446Z] Running setup.py install for texttable: finished with status 'done' [2021-03-30T06:07:35.446Z] ---> e2a6cdf7b1ed [2021-03-30T06:07:35.446Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-30T06:07:35.714Z] ---> Running in 433c25283ed4 [2021-03-30T06:07:36.321Z] 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-30T06:07:36.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:07:36.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:07:37.176Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-30T06:07:37.176Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-30T06:07:37.176Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:07:37.176Z] Executing ca-certificates-20191127-r4.trigger [2021-03-30T06:07:37.176Z] OK: 6 MiB in 16 packages [2021-03-30T06:07:37.786Z] ---> 7e8644cf255f [2021-03-30T06:07:37.786Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-30T06:07:38.416Z] ---> 48e7a7e6f92f [2021-03-30T06:07:38.416Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-30T06:07:39.855Z] Removing intermediate container 433c25283ed4 [2021-03-30T06:07:39.855Z] ---> dea0233a25c8 [2021-03-30T06:07:39.855Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-30T06:07:40.835Z] ---> 7faed7eb453e [2021-03-30T06:07:40.835Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-30T06:07:40.835Z] ---> Running in c15a3a922a7d [2021-03-30T06:07:40.835Z] Removing intermediate container ca457942050f [2021-03-30T06:07:40.835Z] ---> 4a38b1b48ebe [2021-03-30T06:07:40.835Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-30T06:07:41.113Z] ---> Running in a7101f9ce48c [2021-03-30T06:07:41.696Z] Removing intermediate container c15a3a922a7d [2021-03-30T06:07:41.696Z] ---> 31eedab593ba [2021-03-30T06:07:41.696Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-30T06:07:41.961Z] ---> Running in 84ac2a67aadf [2021-03-30T06:07:42.232Z] ---> 7ff0cc420fd3 [2021-03-30T06:07:42.232Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-30T06:07:42.504Z] Removing intermediate container 84ac2a67aadf [2021-03-30T06:07:42.504Z] ---> 527e551e01b8 [2021-03-30T06:07:42.504Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-30T06:07:42.504Z] ---> Running in 496994f647ed [2021-03-30T06:07:42.803Z] ---> Running in 7995b77c14e6 [2021-03-30T06:07:43.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:07:43.087Z] Removing intermediate container 496994f647ed [2021-03-30T06:07:43.087Z] ---> 8772d5d84d6e [2021-03-30T06:07:43.087Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-30T06:07:43.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:07:43.087Z] Removing intermediate container 7995b77c14e6 [2021-03-30T06:07:43.088Z] ---> edb935cb49e7 [2021-03-30T06:07:43.088Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T06:07:43.088Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-30T06:07:43.088Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-30T06:07:43.358Z] (3/3) Installing curl (7.69.1-r3) [2021-03-30T06:07:43.358Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:07:43.358Z] OK: 72 MiB in 58 packages [2021-03-30T06:07:43.626Z] ---> e21a81adfb67 [2021-03-30T06:07:43.626Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-30T06:07:44.220Z] ---> c759ddb7e970 [2021-03-30T06:07:44.220Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-30T06:07:44.220Z] ---> Running in b844935e87a9 [2021-03-30T06:07:45.206Z] Removing intermediate container a7101f9ce48c [2021-03-30T06:07:45.206Z] ---> 86ddd8080a46 [2021-03-30T06:07:45.206Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-30T06:07:45.206Z] ---> Running in e0d0ae901bfb [2021-03-30T06:07:45.206Z] ---> 1e98bbfd31e8 [2021-03-30T06:07:45.206Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-30T06:07:46.653Z] Removing intermediate container e0d0ae901bfb [2021-03-30T06:07:46.653Z] ---> 5c5f38919280 [2021-03-30T06:07:46.653Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T06:07:46.653Z] ---> 264febd1981c [2021-03-30T06:07:46.653Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-30T06:07:46.653Z] ---> Running in 1ee0b60b66c6 [2021-03-30T06:07:46.653Z] ---> Running in c0a2d5b33965 [2021-03-30T06:07:46.653Z] Removing intermediate container b844935e87a9 [2021-03-30T06:07:46.653Z] ---> 77b5b89cf1de [2021-03-30T06:07:46.653Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-30T06:07:47.241Z] Removing intermediate container 1ee0b60b66c6 [2021-03-30T06:07:47.241Z] ---> 99351d04f64f [2021-03-30T06:07:47.241Z] Step 24/26 : LABEL arch=x86_64 [2021-03-30T06:07:47.241Z] ---> Running in fed916b3bddf [2021-03-30T06:07:47.241Z] Removing intermediate container c0a2d5b33965 [2021-03-30T06:07:47.241Z] ---> 7d9f1b9ccdc2 [2021-03-30T06:07:47.241Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T06:07:47.241Z] ---> Running in e3e3de9793fb [2021-03-30T06:07:47.241Z] ---> Running in bba70a908f6c [2021-03-30T06:07:47.522Z] Removing intermediate container fed916b3bddf [2021-03-30T06:07:47.522Z] ---> 77c2f3bae242 [2021-03-30T06:07:47.522Z] Step 28/31 : CMD ["gate"] [2021-03-30T06:07:47.522Z] Removing intermediate container e3e3de9793fb [2021-03-30T06:07:47.522Z] ---> d9fbe48e4533 [2021-03-30T06:07:47.522Z] Step 25/26 : LABEL git_sha=e61f4d73aa0e92b7184a60efdc09909860740fcb [2021-03-30T06:07:47.806Z] ---> Running in 1e0b477a7fc1 [2021-03-30T06:07:47.806Z] Removing intermediate container bba70a908f6c [2021-03-30T06:07:47.806Z] ---> ea4bc0fb1cef [2021-03-30T06:07:47.806Z] Step 20/22 : LABEL arch=x86_64 [2021-03-30T06:07:47.806Z] ---> Running in 91dcccd77a89 [2021-03-30T06:07:47.806Z] ---> Running in 044bd7e77741 [2021-03-30T06:07:48.076Z] Removing intermediate container 1e0b477a7fc1 [2021-03-30T06:07:48.076Z] ---> 0a5f7835b2bc [2021-03-30T06:07:48.076Z] Step 29/31 : LABEL arch=x86_64 [2021-03-30T06:07:48.341Z] Removing intermediate container 91dcccd77a89 [2021-03-30T06:07:48.341Z] ---> 65f0cf95061e [2021-03-30T06:07:48.341Z] Step 26/26 : LABEL version=0.0.0 [2021-03-30T06:07:48.610Z] Removing intermediate container 044bd7e77741 [2021-03-30T06:07:48.610Z] ---> 60bd92646db3 [2021-03-30T06:07:48.610Z] Step 21/22 : LABEL git_sha=e61f4d73aa0e92b7184a60efdc09909860740fcb [2021-03-30T06:07:48.610Z] ---> Running in 6df504cf4d85 [2021-03-30T06:07:48.877Z] ---> Running in f0aa37b00c9e [2021-03-30T06:07:48.877Z] ---> Running in 89203c22bcf4 [2021-03-30T06:07:49.144Z] Removing intermediate container 6df504cf4d85 [2021-03-30T06:07:49.144Z] ---> 53eec7fecbd6 [2021-03-30T06:07:49.144Z] Step 30/31 : LABEL git_sha=e61f4d73aa0e92b7184a60efdc09909860740fcb [2021-03-30T06:07:49.144Z] Removing intermediate container 89203c22bcf4 [2021-03-30T06:07:49.144Z] ---> a135a0a64327 [2021-03-30T06:07:49.144Z] [2021-03-30T06:07:49.144Z] Removing intermediate container f0aa37b00c9e [2021-03-30T06:07:49.144Z] ---> ec2d568d14b1 [2021-03-30T06:07:49.144Z] Step 22/22 : LABEL version=0.0.0 [2021-03-30T06:07:49.409Z] Successfully built a135a0a64327 [2021-03-30T06:07:49.409Z] ---> Running in 62e6f63803ac [2021-03-30T06:07:49.409Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-30T06:07:50.816Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 10f070727c96 [2021-03-30T06:07:51.082Z] Removing intermediate container 62e6f63803ac [2021-03-30T06:07:51.082Z] ---> 87867f89a3c9 [2021-03-30T06:07:51.082Z] Step 31/31 : LABEL version=0.0.0 [2021-03-30T06:07:51.354Z] Removing intermediate container 10f070727c96 [2021-03-30T06:07:51.354Z] ---> 671e053dffc6 [2021-03-30T06:07:51.354Z] [2021-03-30T06:07:51.354Z] ---> Running in 5ae3ef093f5f [2021-03-30T06:07:51.620Z] Successfully built 671e053dffc6 [2021-03-30T06:07:51.620Z] Successfully tagged docker-support-notifications-go:latest [2021-03-30T06:07:51.620Z]  Building docker-support-notifications-go ... done Removing intermediate container 5ae3ef093f5f [2021-03-30T06:07:51.620Z] ---> 63fff071d6f3 [2021-03-30T06:07:51.620Z] [2021-03-30T06:07:51.883Z] Successfully built 63fff071d6f3 [2021-03-30T06:07:51.883Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-30T06:07:54.449Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 33c239dc943f [2021-03-30T06:07:54.449Z] ---> 758b8133ff7a [2021-03-30T06:07:54.449Z] [2021-03-30T06:07:54.449Z] Step 10/23 : FROM alpine:3.12 [2021-03-30T06:07:54.449Z] ---> 42cb162f0360 [2021-03-30T06:07:54.449Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-30T06:07:54.449Z] ---> Running in 025286fe3d73 [2021-03-30T06:07:54.733Z] Removing intermediate container 025286fe3d73 [2021-03-30T06:07:54.733Z] ---> 4bb7bcc9db4c [2021-03-30T06:07:54.733Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-30T06:07:54.733Z] ---> Running in 628ff29054a3 [2021-03-30T06:07:54.998Z] Removing intermediate container 628ff29054a3 [2021-03-30T06:07:54.998Z] ---> 65bee9e94eaa [2021-03-30T06:07:54.998Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-30T06:07:54.998Z] ---> Running in cfc30133cd40 [2021-03-30T06:07:54.998Z] Removing intermediate container cfc30133cd40 [2021-03-30T06:07:54.998Z] ---> 606039cd8c2d [2021-03-30T06:07:54.998Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:07:55.262Z] ---> Running in edf7075f95a6 [2021-03-30T06:07:56.217Z] Removing intermediate container edf7075f95a6 [2021-03-30T06:07:56.218Z] ---> 466712703c62 [2021-03-30T06:07:56.218Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-30T06:07:56.218Z] ---> Running in aa3e6429cf5c [2021-03-30T06:07:56.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T06:07:57.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T06:07:57.947Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-30T06:07:58.211Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-30T06:07:58.211Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-30T06:07:58.211Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-30T06:07:58.476Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-30T06:07:58.741Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-30T06:07:58.741Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:07:58.741Z] OK: 8 MiB in 20 packages [2021-03-30T06:07:59.319Z] Removing intermediate container aa3e6429cf5c [2021-03-30T06:07:59.319Z] ---> 06b998a47f21 [2021-03-30T06:07:59.319Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T06:07:59.583Z] ---> f38803d52dd6 [2021-03-30T06:07:59.583Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-30T06:08:00.163Z] ---> 6ed1dff3c3b2 [2021-03-30T06:08:00.163Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-30T06:08:00.428Z] ---> 5fb32e665522 [2021-03-30T06:08:00.428Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-30T06:08:00.690Z] ---> Running in 31d70220e3d5 [2021-03-30T06:08:00.690Z] Removing intermediate container 31d70220e3d5 [2021-03-30T06:08:00.690Z] ---> 38217080b5f6 [2021-03-30T06:08:00.690Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T06:08:00.958Z] ---> Running in eab1f7ada755 [2021-03-30T06:08:00.958Z] Removing intermediate container eab1f7ada755 [2021-03-30T06:08:00.958Z] ---> f53dad4e2236 [2021-03-30T06:08:00.958Z] Step 21/23 : LABEL arch=x86_64 [2021-03-30T06:08:00.958Z] ---> Running in 30f8761c1c22 [2021-03-30T06:08:01.226Z] Removing intermediate container 30f8761c1c22 [2021-03-30T06:08:01.226Z] ---> 8130b4e76516 [2021-03-30T06:08:01.226Z] Step 22/23 : LABEL git_sha=e61f4d73aa0e92b7184a60efdc09909860740fcb [2021-03-30T06:08:01.227Z] ---> Running in 0f52fed3c04c [2021-03-30T06:08:01.490Z] Removing intermediate container 0f52fed3c04c [2021-03-30T06:08:01.490Z] ---> fc726652ac02 [2021-03-30T06:08:01.490Z] Step 23/23 : LABEL version=0.0.0 [2021-03-30T06:08:01.490Z] ---> Running in e73ae2a87b8f [2021-03-30T06:08:01.756Z] Removing intermediate container e73ae2a87b8f [2021-03-30T06:08:01.756Z] ---> 72576c881901 [2021-03-30T06:08:01.756Z] [2021-03-30T06:08:02.022Z] Successfully built 72576c881901 [2021-03-30T06:08:02.022Z] Successfully tagged docker-core-data-go:latest [2021-03-30T06:08:02.317Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-30T06:08:02.386Z] $ docker stop --time=1 376d3abb97f7f1d0cdd81e54f740e1f251ca1f751c6a30034bb057fad86c00bf [2021-03-30T06:08:05.352Z] $ docker rm -f 376d3abb97f7f1d0cdd81e54f740e1f251ca1f751c6a30034bb057fad86c00bf [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-30T06:08:05.989Z] + docker images [2021-03-30T06:08:05.989Z] + grep docker [2021-03-30T06:08:06.252Z] docker-core-data-go latest 72576c881901 5 seconds ago 22.7MB [2021-03-30T06:08:06.252Z] docker-security-bootstrapper-go latest 63fff071d6f3 15 seconds ago 18.9MB [2021-03-30T06:08:06.252Z] docker-support-notifications-go latest 671e053dffc6 16 seconds ago 17.9MB [2021-03-30T06:08:06.252Z] docker-sys-mgmt-agent-go latest a135a0a64327 17 seconds ago 314MB [2021-03-30T06:08:06.252Z] docker-core-metadata-go latest c39dd55f497d 37 seconds ago 19MB [2021-03-30T06:08:06.252Z] docker-security-secretstore-setup-go latest 098879ae4271 About a minute ago 25.7MB [2021-03-30T06:08:06.252Z] docker-support-scheduler-go latest 982ad5a00df6 2 minutes ago 17.4MB [2021-03-30T06:08:06.252Z] docker-core-command-go latest 40ee1c520f94 2 minutes ago 17.3MB [2021-03-30T06:08:06.252Z] docker-security-proxy-setup-go latest b374c99b2325 2 minutes ago 25.4MB [2021-03-30T06:08:06.252Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-30T06:08:22.391Z] Still waiting to schedule task [2021-03-30T06:08:22.392Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-32003’ [2021-03-30T06:08:42.069Z] gofmt -l . [2021-03-30T06:08:42.069Z] [ "`gofmt -l .`" = "" ] [2021-03-30T06:08:42.069Z] ./bin/test-go-mod-tidy.sh [2021-03-30T06:08:42.069Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-30T06:08:42.816Z] + ls -al . [2021-03-30T06:08:42.816Z] total 808 [2021-03-30T06:08:42.816Z] drwxrwxr-x 9 1001 1001 4096 Mar 30 06:08 . [2021-03-30T06:08:42.816Z] drwxr-xr-x 4 root root 4096 Mar 30 06:04 .. [2021-03-30T06:08:42.816Z] -rw-rw-r-- 1 1001 1001 11 Mar 30 06:02 .dockerignore [2021-03-30T06:08:42.816Z] drwxrwxr-x 8 1001 1001 4096 Mar 30 06:02 .git [2021-03-30T06:08:42.816Z] drwxrwxr-x 3 1001 1001 4096 Mar 30 06:02 .github [2021-03-30T06:08:42.816Z] -rw-rw-r-- 1 1001 1001 818 Mar 30 06:02 .gitignore [2021-03-30T06:08:42.816Z] -rw-rw-r-- 1 1001 1001 166 Mar 30 06:02 .sonarcloud.properties [2021-03-30T06:08:42.816Z] -rw-rw-r-- 1 1001 1001 8607 Mar 30 06:02 Attribution.txt [2021-03-30T06:08:42.816Z] -rw-rw-r-- 1 1001 1001 3804 Mar 30 06:02 CONTRIBUTING.md [2021-03-30T06:08:42.816Z] -rw-rw-r-- 1 1001 1001 931 Mar 30 06:02 Dockerfile.build [2021-03-30T06:08:42.816Z] -rw-rw-r-- 1 1001 1001 863 Mar 30 06:02 Jenkinsfile [2021-03-30T06:08:42.816Z] -rw-rw-r-- 1 1001 1001 10775 Mar 30 06:02 LICENSE [2021-03-30T06:08:42.816Z] -rw-rw-r-- 1 1001 1001 5774 Mar 30 06:02 Makefile [2021-03-30T06:08:42.816Z] -rw-rw-r-- 1 1001 1001 6548 Mar 30 06:02 README.md [2021-03-30T06:08:42.816Z] -rw-rw-r-- 1 1001 1001 6755 Mar 30 06:02 SECURITY.md [2021-03-30T06:08:42.816Z] -rw-rw-r-- 1 1001 1001 5 Mar 30 05:59 VERSION [2021-03-30T06:08:42.816Z] -rw-rw-r-- 1 1001 1001 4131 Mar 30 06:02 ZMQWindows.md [2021-03-30T06:08:42.816Z] drwxrwxr-x 2 1001 1001 4096 Mar 30 06:02 bin [2021-03-30T06:08:42.816Z] drwxrwxr-x 14 1001 1001 4096 Mar 30 06:02 cmd [2021-03-30T06:08:42.816Z] -rw-r--r-- 1 root root 669470 Mar 30 06:07 coverage.out [2021-03-30T06:08:42.816Z] -rw-r--r-- 1 root root 1056 Mar 30 06:08 go.mod [2021-03-30T06:08:42.816Z] -rw-r--r-- 1 root root 22586 Mar 30 06:08 go.sum [2021-03-30T06:08:42.816Z] drwxrwxr-x 8 1001 1001 4096 Mar 30 06:02 internal [2021-03-30T06:08:42.816Z] drwxrwxr-x 4 1001 1001 4096 Mar 30 06:02 openapi [2021-03-30T06:08:42.816Z] drwxrwxr-x 4 1001 1001 4096 Mar 30 06:02 snap [2021-03-30T06:08:42.816Z] -rw-rw-r-- 1 1001 1001 168 Mar 30 06:02 version.go [Pipeline] sh [2021-03-30T06:08:43.527Z] + '[' -e coverage.out ] [2021-03-30T06:08:43.527Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-30T06:08:43.570Z] Warning: overwriting stash ‘coverage-report’ [2021-03-30T06:08:44.765Z] Stashed 1 file(s) [Pipeline] sh [2021-03-30T06:08:45.452Z] + make build [2021-03-30T06:08:45.452Z] 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-30T06:08:55.603Z] 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-30T06:09:17.808Z] 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-30T06:09:23.287Z] 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-30T06:09:28.722Z] 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-30T06:09:29.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-30T06:09:36.040Z] 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-30T06:09:41.447Z] 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-30T06:09:45.805Z] 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-30T06:09:51.214Z] 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-30T06:09:55.514Z] 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-30T06:09:59.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-30T06:10:06.587Z] $ docker stop --time=1 7c96742b185b0b3800e187771cbde44e2ddf8f9b66dc59e9dbfe38390f48b7c8 [2021-03-30T06:10:09.175Z] $ docker rm -f 7c96742b185b0b3800e187771cbde44e2ddf8f9b66dc59e9dbfe38390f48b7c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T06:10:11.577Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-30T06:10:11.577Z] [2021-03-30T06:10:11.577Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T06:10:12.334Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-30T06:10:12.334Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-30T06:10:12.334Z] 29e5d40040c1: Pulling fs layer [2021-03-30T06:10:12.334Z] 1ce36da41761: Pulling fs layer [2021-03-30T06:10:12.334Z] 25b303627fd3: Pulling fs layer [2021-03-30T06:10:12.613Z] 29e5d40040c1: Verifying Checksum [2021-03-30T06:10:12.613Z] 29e5d40040c1: Download complete [2021-03-30T06:10:13.219Z] 1ce36da41761: Verifying Checksum [2021-03-30T06:10:13.219Z] 1ce36da41761: Download complete [2021-03-30T06:10:13.219Z] 29e5d40040c1: Pull complete [2021-03-30T06:10:14.653Z] 1ce36da41761: Pull complete [2021-03-30T06:10:15.245Z] 25b303627fd3: Verifying Checksum [2021-03-30T06:10:15.245Z] 25b303627fd3: Download complete [2021-03-30T06:10:20.783Z] Running on prd-ubuntu18.04-docker-8c-8g-32005 in /w/workspace/edgexfoundry_edgex-go_PR-3319 [Pipeline] { [Pipeline] ws [2021-03-30T06:10:20.873Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-03-30T06:10:23.241Z] using credential edgex-jenkins-ssh [2021-03-30T06:10:23.291Z] Cloning the remote Git repository [2021-03-30T06:10:23.315Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-30T06:10:23.384Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-03-30T06:10:23.425Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-30T06:10:23.425Z] > git --version # timeout=10 [2021-03-30T06:10:23.434Z] > git --version # 'git version 2.17.1' [2021-03-30T06:10:23.434Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T06:10:23.460Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T06:10:25.451Z] 25b303627fd3: Pull complete [2021-03-30T06:10:25.451Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-30T06:10:25.451Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-30T06:10:25.451Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-30T06:10:25.709Z] prd-ubuntu18.04-docker-arm64-4c-16g-31999 does not seem to be running inside a container [2021-03-30T06:10:25.793Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-30T06:10:28.747Z] $ docker top adf8008981302ab5ac13a7c8130919d8fc43dddf2fbc1732187cbe5a273a56a4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T06:10:29.762Z] + + docker-composegrep build parallel --help [2021-03-30T06:10:29.762Z] [2021-03-30T06:10:31.492Z] Merging remotes/origin/master commit 0e291f44bb73248a8c5ef7868096f1c33cce0f6a into PR head commit e61f4d73aa0e92b7184a60efdc09909860740fcb [2021-03-30T06:10:31.663Z] Merge succeeded, producing e61f4d73aa0e92b7184a60efdc09909860740fcb [2021-03-30T06:10:31.663Z] Checking out Revision e61f4d73aa0e92b7184a60efdc09909860740fcb (PR-3319) [2021-03-30T06:10:30.990Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-30T06:10:31.001Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T06:10:31.015Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-30T06:10:31.035Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-30T06:10:31.036Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T06:10:31.041Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3319/head:refs/remotes/origin/PR-3319 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T06:10:31.505Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T06:10:31.510Z] > git checkout -f e61f4d73aa0e92b7184a60efdc09909860740fcb # timeout=10 [2021-03-30T06:10:31.637Z] > git remote # timeout=10 [2021-03-30T06:10:31.643Z] > git config --get remote.origin.url # timeout=10 [2021-03-30T06:10:31.648Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T06:10:31.652Z] > git merge 0e291f44bb73248a8c5ef7868096f1c33cce0f6a # timeout=10 [2021-03-30T06:10:31.660Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-30T06:10:31.669Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T06:10:31.672Z] > git checkout -f e61f4d73aa0e92b7184a60efdc09909860740fcb # timeout=10 [2021-03-30T06:10:33.123Z] --parallel Build images in parallel. [Pipeline] } [2021-03-30T06:10:33.159Z] $ docker stop --time=1 adf8008981302ab5ac13a7c8130919d8fc43dddf2fbc1732187cbe5a273a56a4 [2021-03-30T06:10:35.019Z] $ docker rm -f adf8008981302ab5ac13a7c8130919d8fc43dddf2fbc1732187cbe5a273a56a4 [Pipeline] // withDockerContainer [2021-03-30T06:10:35.399Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] writeFile [2021-03-30T06:10:35.427Z] > git --version # timeout=10 [2021-03-30T06:10:35.433Z] > git --version # 'git version 2.17.1' [2021-03-30T06:10:35.437Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [2021-03-30T06:10:35.925Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-30T06:10:35.925Z] . [Pipeline] sh [Pipeline] withDockerContainer [2021-03-30T06:10:36.511Z] + echo snap-build.sh [2021-03-30T06:10:36.511Z] snap-build.sh [2021-03-30T06:10:36.511Z] + SNAP_BASE_DIR=. [2021-03-30T06:10:36.511Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2021-03-30T06:10:36.511Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2021-03-30T06:10:36.511Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2021-03-30T06:10:36.511Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2021-03-30T06:10:36.511Z] + cd /w/workspace/edgex-go/1 [2021-03-30T06:10:36.511Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-30T06:10:36.511Z] Reading package lists... [2021-03-30T06:10:36.592Z] prd-ubuntu18.04-docker-arm64-4c-16g-31999 does not seem to be running inside a container [2021-03-30T06:10:36.668Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-30T06:10:36.776Z] Building dependency tree... [2021-03-30T06:10:36.776Z] Reading state information... [2021-03-30T06:10:37.040Z] The following packages were automatically installed and are no longer required: [2021-03-30T06:10:37.040Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-30T06:10:37.040Z] uidmap xdelta3 [2021-03-30T06:10:37.040Z] Use 'sudo apt autoremove' to remove them. [2021-03-30T06:10:37.040Z] The following packages will be REMOVED: [2021-03-30T06:10:37.040Z] lxd* lxd-client* [2021-03-30T06:10:37.612Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-30T06:10:37.612Z] After this operation, 31.7 MB disk space will be freed. [2021-03-30T06:10:38.096Z] $ docker top 2cf8ee1502d073e87a08a31848213f1ba9936ac55b40677f3a03119ca45959e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T06:10:38.660Z] (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-30T06:10:38.661Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-30T06:10:39.228Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-30T06:10:39.606Z] Removing lxd dnsmasq configuration [2021-03-30T06:10:39.868Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-30T06:10:40.129Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-30T06:10:41.081Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-30T06:10:41.342Z] (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-30T06:10:41.342Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-30T06:10:42.758Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-30T06:10:43.019Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-30T06:10:43.526Z] Building docker-core-command-go ... [2021-03-30T06:10:43.526Z] Building docker-core-data-go ... [2021-03-30T06:10:43.526Z] Building docker-core-metadata-go ... [2021-03-30T06:10:43.526Z] Building docker-security-bootstrapper-go ... [2021-03-30T06:10:43.526Z] Building docker-security-proxy-setup-go ... [2021-03-30T06:10:43.526Z] Building docker-security-secretstore-setup-go ... [2021-03-30T06:10:43.526Z] Building docker-support-notifications-go ... [2021-03-30T06:10:43.526Z] Building docker-support-scheduler-go ... [2021-03-30T06:10:43.526Z] Building docker-sys-mgmt-agent-go ... [2021-03-30T06:10:43.526Z] Building docker-sys-mgmt-agent-go [2021-03-30T06:10:43.526Z] Building docker-core-metadata-go [2021-03-30T06:10:43.526Z] Building docker-security-bootstrapper-go [2021-03-30T06:10:43.526Z] Building docker-core-data-go [2021-03-30T06:10:43.526Z] Building docker-security-proxy-setup-go [2021-03-30T06:10:44.416Z] + sudo snap remove --purge lxd [2021-03-30T06:10:44.993Z] snap "lxd" is not installed [2021-03-30T06:10:44.993Z] + sudo groupadd --force --system lxd [2021-03-30T06:10:44.993Z] ++ whoami [2021-03-30T06:10:44.993Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-30T06:10:45.264Z] + newgrp - lxd [2021-03-30T06:10:45.264Z] + sudo snap install lxd [2021-03-30T06:10:53.415Z] 2021-03-30T06:10:51Z INFO Waiting for automatic snapd restart... [2021-03-30T06:11:11.572Z] lxd 4.12 from Canonical* installed [2021-03-30T06:11:11.572Z] + sudo lxd init --auto [2021-03-30T06:11:19.734Z] + sudo snap install --classic snapcraft [2021-03-30T06:11:26.342Z] snapcraft 4.6 from Canonical* installed [2021-03-30T06:11:26.342Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-30T06:11:26.342Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-30T06:11:26.342Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-30T06:11:26.342Z] Dload Upload Total Spent Left Speed [2021-03-30T06:11:26.342Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4976 0 --:--:-- --:--:-- --:--:-- 4976 [2021-03-30T06:11:26.342Z] 3 3325k 3 118k 0 0 417k 0 0:00:07 --:--:-- 0:00:07 417k 100 3325k 100 3325k 0 0 5084k 0 --:--:-- --:--:-- --:--:-- 8712k [2021-03-30T06:11:26.342Z] ./yq_linux_amd64 [2021-03-30T06:11:26.342Z] + sudo snapcraft prime --use-lxd [2021-03-30T06:11:28.266Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-30T06:11:28.266Z] 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-30T06:11:28.266Z] - README.md [2021-03-30T06:11:28.266Z] [2021-03-30T06:11:28.266Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-30T06:11:28.841Z] Launching a container. [2021-03-30T06:11:43.773Z] Waiting for container to be ready [2021-03-30T06:11:43.774Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-30T06:11:43.774Z] [2021-03-30T06:11:46.331Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-30T06:11:46.593Z] Waiting for network to be ready... [2021-03-30T06:11:46.859Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-30T06:11:47.129Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-30T06:11:47.129Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] [2021-03-30T06:11:47.391Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-30T06:11:47.391Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-30T06:11:47.391Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-30T06:11:47.391Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-30T06:11:47.391Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-30T06:11:47.391Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-30T06:11:47.391Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-30T06:11:47.653Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-30T06:11:47.653Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-30T06:11:47.915Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-30T06:11:47.915Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-30T06:11:47.915Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-30T06:11:47.915Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-30T06:11:47.915Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-30T06:11:47.915Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-30T06:11:48.536Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-30T06:11:48.536Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-30T06:11:48.800Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-30T06:11:48.800Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-30T06:11:48.800Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-30T06:11:48.800Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-30T06:11:48.800Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-30T06:11:48.800Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-30T06:11:48.800Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-30T06:11:52.107Z] Fetched 24.2 MB in 5s (4668 kB/s) [2021-03-30T06:11:53.497Z] Reading package lists... [2021-03-30T06:11:53.497Z] Reading package lists... [2021-03-30T06:11:53.759Z] Building dependency tree... [2021-03-30T06:11:53.759Z] Reading state information... [2021-03-30T06:11:54.023Z] The following additional packages will be installed: [2021-03-30T06:11:54.023Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-30T06:11:54.023Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-30T06:11:54.023Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-30T06:11:54.023Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-30T06:11:54.023Z] Suggested packages: [2021-03-30T06:11:54.023Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-30T06:11:54.023Z] Recommended packages: [2021-03-30T06:11:54.023Z] gnupg libsasl2-modules [2021-03-30T06:11:54.023Z] The following NEW packages will be installed: [2021-03-30T06:11:54.023Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-30T06:11:54.023Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-30T06:11:54.023Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-30T06:11:54.023Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-30T06:11:54.023Z] The following packages will be upgraded: [2021-03-30T06:11:54.023Z] gpg gpg-agent gpgconf libudev1 [2021-03-30T06:11:54.023Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-30T06:11:54.023Z] Need to get 3530 kB of archives. [2021-03-30T06:11:54.023Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-30T06:11:54.023Z] 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-30T06:11:54.023Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-30T06:11:54.285Z] 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-30T06:11:54.285Z] 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-30T06:11:54.285Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-30T06:11:54.547Z] 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-30T06:11:54.811Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-30T06:11:54.811Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-30T06:11:54.811Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-30T06:11:54.811Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-30T06:11:54.811Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-30T06:11:55.074Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-30T06:11:55.074Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-30T06:11:55.074Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-30T06:11:55.074Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-30T06:11:55.074Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-30T06:11:55.074Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-30T06:11:55.074Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-30T06:11:55.074Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-30T06:11:55.074Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-30T06:11:55.074Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-30T06:11:55.074Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-30T06:11:55.344Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T06:11:55.344Z] Fetched 3530 kB in 1s (2997 kB/s) [2021-03-30T06:11:55.344Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-30T06:11:55.344Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-30T06:11:55.344Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-30T06:11:55.606Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-30T06:11:55.606Z] Selecting previously unselected package udev. [2021-03-30T06:11:55.606Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-30T06:11:55.606Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-30T06:11:55.606Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-30T06:11:55.867Z] Selecting previously unselected package libfuse2:amd64. [2021-03-30T06:11:55.867Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-30T06:11:55.867Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-30T06:11:56.130Z] Selecting previously unselected package fuse. [2021-03-30T06:11:56.130Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-30T06:11:56.130Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-30T06:11:56.130Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-30T06:11:56.130Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-30T06:11:56.394Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-30T06:11:56.394Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-30T06:11:56.394Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-30T06:11:56.394Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-30T06:11:56.656Z] Selecting previously unselected package libksba8:amd64. [2021-03-30T06:11:56.656Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-30T06:11:56.656Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-30T06:11:56.656Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-30T06:11:56.656Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-30T06:11:56.656Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:56.919Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-30T06:11:56.919Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-30T06:11:56.919Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:56.919Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-30T06:11:56.919Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-30T06:11:56.919Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:56.919Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-30T06:11:56.919Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-30T06:11:57.181Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:57.181Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-30T06:11:57.181Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-30T06:11:57.181Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:57.181Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-30T06:11:57.181Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-30T06:11:57.181Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:57.445Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-30T06:11:57.445Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-30T06:11:57.445Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:57.445Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-30T06:11:57.445Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-30T06:11:57.445Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:57.445Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-30T06:11:57.445Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-30T06:11:57.445Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:57.706Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-30T06:11:57.706Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-30T06:11:57.706Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-30T06:11:57.706Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-30T06:11:57.706Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-30T06:11:57.706Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-30T06:11:57.706Z] Selecting previously unselected package libldap-common. [2021-03-30T06:11:57.706Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-30T06:11:57.706Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-30T06:11:57.968Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-30T06:11:57.968Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-30T06:11:57.968Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-30T06:11:57.968Z] Selecting previously unselected package dirmngr. [2021-03-30T06:11:57.968Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-30T06:11:57.968Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-30T06:11:57.968Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-30T06:11:58.230Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-30T06:11:58.230Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-30T06:11:58.230Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-30T06:11:58.230Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-30T06:11:58.230Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-30T06:11:58.230Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:58.230Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-30T06:11:58.230Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-30T06:11:58.491Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-30T06:11:58.753Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-30T06:11:59.015Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:59.015Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-30T06:11:59.015Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-30T06:11:59.015Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-30T06:11:59.015Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:59.015Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:59.015Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:59.277Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:59.277Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:59.277Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:59.277Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-30T06:11:59.277Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-30T06:11:59.277Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-30T06:11:59.277Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-30T06:11:59.849Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-30T06:11:59.849Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-30T06:11:59.849Z] This means they are not meant to be enabled using systemctl. [2021-03-30T06:11:59.849Z] Possible reasons for having this kind of units are: [2021-03-30T06:11:59.849Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-30T06:11:59.849Z] .wants/ or .requires/ directory. [2021-03-30T06:11:59.849Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-30T06:11:59.849Z] a requirement dependency on it. [2021-03-30T06:11:59.849Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-30T06:11:59.849Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-30T06:11:59.849Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-30T06:11:59.849Z] instance name specified. [2021-03-30T06:12:00.422Z] Reading package lists... [2021-03-30T06:12:00.422Z] Building dependency tree... [2021-03-30T06:12:00.422Z] Reading state information... [2021-03-30T06:12:00.685Z] The following additional packages will be installed: [2021-03-30T06:12:00.685Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-30T06:12:00.685Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-30T06:12:00.685Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-30T06:12:00.685Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-30T06:12:00.685Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-30T06:12:00.685Z] Suggested packages: [2021-03-30T06:12:00.685Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-30T06:12:00.685Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-30T06:12:00.685Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-30T06:12:00.685Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-30T06:12:00.685Z] systemd-container policykit-1 [2021-03-30T06:12:00.685Z] Recommended packages: [2021-03-30T06:12:00.685Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-30T06:12:00.685Z] The following NEW packages will be installed: [2021-03-30T06:12:00.685Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-30T06:12:00.685Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-30T06:12:00.685Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-30T06:12:00.685Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-30T06:12:00.685Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-30T06:12:00.685Z] The following packages will be upgraded: [2021-03-30T06:12:00.685Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-30T06:12:00.685Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-30T06:12:00.685Z] Need to get 35.2 MB of archives. [2021-03-30T06:12:00.685Z] After this operation, 141 MB of additional disk space will be used. [2021-03-30T06:12:00.685Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-30T06:12:00.948Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-30T06:12:00.948Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-30T06:12:00.948Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-03-30T06:12:00.948Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-30T06:12:00.948Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-30T06:12:00.948Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-30T06:12:00.948Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-30T06:12:00.948Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-30T06:12:00.948Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-30T06:12:00.948Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-30T06:12:00.948Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-30T06:12:00.948Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-30T06:12:00.948Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-30T06:12:00.948Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-30T06:12:00.948Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-30T06:12:00.948Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-30T06:12:01.211Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-30T06:12:01.211Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-30T06:12:01.787Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-30T06:12:01.787Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-30T06:12:01.787Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-30T06:12:01.787Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-30T06:12:01.787Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-30T06:12:01.787Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-30T06:12:01.787Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-30T06:12:01.787Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-30T06:12:01.787Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-30T06:12:01.787Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-30T06:12:02.051Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-30T06:12:02.051Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T06:12:02.051Z] Fetched 35.2 MB in 1s (28.1 MB/s) [2021-03-30T06:12:02.317Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-30T06:12:02.317Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-30T06:12:02.317Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-30T06:12:02.891Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-30T06:12:03.152Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-30T06:12:03.152Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-30T06:12:03.152Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-30T06:12:03.152Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-30T06:12:03.152Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-30T06:12:03.729Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-30T06:12:03.729Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-30T06:12:03.729Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-30T06:12:03.729Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-30T06:12:03.993Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-30T06:12:03.993Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-30T06:12:04.567Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-30T06:12:04.567Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-30T06:12:04.567Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-30T06:12:04.567Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-30T06:12:04.830Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-30T06:12:04.830Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-30T06:12:04.830Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-30T06:12:05.093Z] Selecting previously unselected package libexpat1:amd64. [2021-03-30T06:12:05.093Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-30T06:12:05.093Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-30T06:12:05.354Z] Selecting previously unselected package python3.6-minimal. [2021-03-30T06:12:05.354Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-30T06:12:05.354Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-30T06:12:05.414Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:12:05.414Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:12:05.414Z] ---> 7eb55254d376 [2021-03-30T06:12:05.414Z] Step 3/23 : WORKDIR /edgex-go [2021-03-30T06:12:05.414Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:12:05.414Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:12:05.414Z] ---> 7eb55254d376 [2021-03-30T06:12:05.414Z] Step 3/31 : WORKDIR /edgex-go [2021-03-30T06:12:05.414Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:12:05.414Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:12:05.414Z] ---> 7eb55254d376 [2021-03-30T06:12:05.414Z] Step 3/26 : WORKDIR /edgex-go [2021-03-30T06:12:05.414Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:12:05.414Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:12:05.414Z] ---> 7eb55254d376 [2021-03-30T06:12:05.414Z] Step 3/21 : WORKDIR /edgex-go [2021-03-30T06:12:05.414Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:12:05.414Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:12:05.414Z] ---> 7eb55254d376 [2021-03-30T06:12:05.414Z] Step 3/23 : WORKDIR /edgex-go [2021-03-30T06:12:05.414Z] ---> Running in 05f337b3f97e [2021-03-30T06:12:05.414Z] ---> Running in d55283a62457 [2021-03-30T06:12:05.414Z] ---> Running in d494bdb685f2 [2021-03-30T06:12:05.414Z] ---> Running in f6bed38dcf2f [2021-03-30T06:12:05.414Z] ---> Running in 57496853fc9c [2021-03-30T06:12:05.414Z] Removing intermediate container d494bdb685f2 [2021-03-30T06:12:05.414Z] ---> 34b6795fbe20 [2021-03-30T06:12:05.414Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:12:05.414Z] Removing intermediate container d55283a62457 [2021-03-30T06:12:05.414Z] ---> d507d6991909 [2021-03-30T06:12:05.414Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:12:05.414Z] Removing intermediate container 05f337b3f97e [2021-03-30T06:12:05.414Z] ---> b8c023ac4adc [2021-03-30T06:12:05.414Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:12:05.414Z] Removing intermediate container 57496853fc9c [2021-03-30T06:12:05.414Z] ---> d726dfa28098 [2021-03-30T06:12:05.414Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:12:05.414Z] Removing intermediate container f6bed38dcf2f [2021-03-30T06:12:05.414Z] ---> 3a2f9119ead1 [2021-03-30T06:12:05.414Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:12:05.414Z] ---> Running in b804332c015e [2021-03-30T06:12:05.414Z] ---> Running in d621a3ba736c [2021-03-30T06:12:05.414Z] ---> Running in e227fca5cea0 [2021-03-30T06:12:05.414Z] ---> Running in da27e4bd62d9 [2021-03-30T06:12:05.414Z] ---> Running in edddb5c1e6bf [2021-03-30T06:12:05.414Z] Removing intermediate container b804332c015e [2021-03-30T06:12:05.414Z] ---> 971e54bf7d2a [2021-03-30T06:12:05.414Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-30T06:12:05.414Z] ---> Running in bf9dcb2c44cf [2021-03-30T06:12:05.414Z] Removing intermediate container d621a3ba736c [2021-03-30T06:12:05.414Z] ---> 1eff2fd61fae [2021-03-30T06:12:05.414Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-30T06:12:05.414Z] Removing intermediate container e227fca5cea0 [2021-03-30T06:12:05.414Z] ---> a8a7c25dadd0 [2021-03-30T06:12:05.414Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-30T06:12:05.414Z] ---> Running in 96721d05d6b6 [2021-03-30T06:12:05.414Z] Removing intermediate container da27e4bd62d9 [2021-03-30T06:12:05.414Z] ---> f1e317b1fc7b [2021-03-30T06:12:05.414Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-30T06:12:05.414Z] Removing intermediate container edddb5c1e6bf [2021-03-30T06:12:05.414Z] ---> f80f9fc37e55 [2021-03-30T06:12:05.414Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-30T06:12:05.414Z] ---> Running in a669366ee013 [2021-03-30T06:12:05.414Z] ---> Running in 0e1fa609b1c2 [2021-03-30T06:12:05.414Z] ---> Running in 508f528eaf60 [2021-03-30T06:12:05.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:12:05.615Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-30T06:12:05.615Z] Checking for services that may need to be restarted...done. [2021-03-30T06:12:05.615Z] Checking for services that may need to be restarted...done. [2021-03-30T06:12:05.615Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-30T06:12:05.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:12:05.877Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-30T06:12:05.877Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-30T06:12:05.966Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:12:06.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:12:06.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:12:06.450Z] Selecting previously unselected package python3-minimal. [2021-03-30T06:12:06.450Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-30T06:12:06.450Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-30T06:12:06.450Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-30T06:12:06.450Z] Selecting previously unselected package mime-support. [2021-03-30T06:12:06.450Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-30T06:12:06.450Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-30T06:12:06.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:12:06.712Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-30T06:12:06.712Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-30T06:12:06.712Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-30T06:12:06.712Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-30T06:12:06.712Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-30T06:12:06.712Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-30T06:12:06.979Z] Selecting previously unselected package python3.6. [2021-03-30T06:12:06.979Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-30T06:12:06.979Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-30T06:12:07.106Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:12:07.106Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:12:07.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:12:07.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:12:07.557Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-30T06:12:07.557Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-30T06:12:07.557Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-30T06:12:07.557Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-30T06:12:07.820Z] Selecting previously unselected package python3. [2021-03-30T06:12:07.820Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-30T06:12:07.820Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-30T06:12:07.820Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-30T06:12:07.820Z] Selecting previously unselected package multiarch-support. [2021-03-30T06:12:07.820Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-30T06:12:07.820Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-30T06:12:07.820Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-30T06:12:07.978Z] OK: 217 MiB in 51 packages [2021-03-30T06:12:08.082Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-30T06:12:08.082Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-30T06:12:08.082Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-30T06:12:08.082Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-30T06:12:08.082Z] Selecting previously unselected package libbsd0:amd64. [2021-03-30T06:12:08.082Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-30T06:12:08.082Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-30T06:12:08.255Z] OK: 217 MiB in 51 packages [2021-03-30T06:12:08.348Z] Selecting previously unselected package sudo. [2021-03-30T06:12:08.348Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-30T06:12:08.348Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-30T06:12:08.348Z] Selecting previously unselected package apparmor. [2021-03-30T06:12:08.348Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-30T06:12:08.348Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-30T06:12:08.570Z] OK: 217 MiB in 51 packages [2021-03-30T06:12:08.611Z] Selecting previously unselected package libedit2:amd64. [2021-03-30T06:12:08.611Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-30T06:12:08.611Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-30T06:12:08.611Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-30T06:12:08.611Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-30T06:12:08.611Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-30T06:12:08.853Z] OK: 217 MiB in 51 packages [2021-03-30T06:12:08.853Z] OK: 217 MiB in 51 packages [2021-03-30T06:12:08.874Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-30T06:12:08.875Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-30T06:12:08.875Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-30T06:12:08.875Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-30T06:12:08.875Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-30T06:12:08.875Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-30T06:12:08.875Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-30T06:12:08.875Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-30T06:12:08.875Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-30T06:12:09.136Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-30T06:12:09.136Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-30T06:12:09.136Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-30T06:12:09.136Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-30T06:12:09.136Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-30T06:12:09.136Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-30T06:12:09.402Z] Selecting previously unselected package openssh-client. [2021-03-30T06:12:09.402Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-30T06:12:09.402Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-30T06:12:09.664Z] Selecting previously unselected package squashfs-tools. [2021-03-30T06:12:09.664Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-30T06:12:09.664Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-30T06:12:09.664Z] Selecting previously unselected package snapd. [2021-03-30T06:12:09.664Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-30T06:12:09.664Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-30T06:12:09.854Z] Removing intermediate container bf9dcb2c44cf [2021-03-30T06:12:09.854Z] ---> b33ad74ed91b [2021-03-30T06:12:09.854Z] Step 6/31 : COPY go.mod . [2021-03-30T06:12:10.129Z] Removing intermediate container 96721d05d6b6 [2021-03-30T06:12:10.129Z] ---> 44c34de1263d [2021-03-30T06:12:10.129Z] Step 6/23 : COPY go.mod . [2021-03-30T06:12:10.410Z] Removing intermediate container 0e1fa609b1c2 [2021-03-30T06:12:10.410Z] ---> 793aa901be69 [2021-03-30T06:12:10.410Z] Step 6/26 : COPY go.mod . [2021-03-30T06:12:11.020Z] ---> 8a6deda46aed [2021-03-30T06:12:11.020Z] Step 7/31 : RUN go mod download [2021-03-30T06:12:11.020Z] Removing intermediate container 508f528eaf60 [2021-03-30T06:12:11.020Z] ---> 5e1a193cef8d [2021-03-30T06:12:11.020Z] Step 6/21 : COPY go.mod . [2021-03-30T06:12:11.020Z] Removing intermediate container a669366ee013 [2021-03-30T06:12:11.020Z] ---> 5689e6f3542d [2021-03-30T06:12:11.020Z] Step 6/23 : COPY go.mod . [2021-03-30T06:12:11.300Z] ---> c727eba82cec [2021-03-30T06:12:11.300Z] Step 7/23 : RUN go mod download [2021-03-30T06:12:11.300Z] ---> Running in fd20abe44aed [2021-03-30T06:12:11.581Z] ---> Running in 1154c317a149 [2021-03-30T06:12:11.581Z] ---> 4417e62525ff [2021-03-30T06:12:11.581Z] Step 7/26 : RUN go mod download [2021-03-30T06:12:11.866Z] ---> Running in 4ff8da805c8a [2021-03-30T06:12:12.148Z] ---> aec951d2f140 [2021-03-30T06:12:12.148Z] Step 7/21 : RUN go mod download [2021-03-30T06:12:12.235Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-30T06:12:12.235Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-30T06:12:12.235Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-30T06:12:12.235Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-30T06:12:12.235Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-30T06:12:12.425Z] ---> Running in 1fab180877cc [2021-03-30T06:12:12.425Z] ---> bb4dc54b64c7 [2021-03-30T06:12:12.505Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-30T06:12:12.704Z] Step 7/23 : RUN go mod download [2021-03-30T06:12:12.804Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-30T06:12:12.982Z] ---> Running in 2a51679c7f72 [2021-03-30T06:12:16.117Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-30T06:12:16.117Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-30T06:12:16.423Z] Removing intermediate container fd20abe44aed [2021-03-30T06:12:16.423Z] ---> 69a28157a7c5 [2021-03-30T06:12:16.423Z] Step 8/31 : COPY . . [2021-03-30T06:12:16.423Z] Removing intermediate container 1154c317a149 [2021-03-30T06:12:16.423Z] ---> 1e4fb6363f60 [2021-03-30T06:12:16.423Z] Step 8/23 : COPY . . [2021-03-30T06:12:16.696Z] Removing intermediate container 4ff8da805c8a [2021-03-30T06:12:16.696Z] ---> 888e38998c8b [2021-03-30T06:12:16.696Z] Step 8/26 : COPY . . [2021-03-30T06:12:16.972Z] Removing intermediate container 1fab180877cc [2021-03-30T06:12:16.972Z] ---> 058746e860ca [2021-03-30T06:12:16.972Z] Step 8/21 : COPY . . [2021-03-30T06:12:17.508Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-30T06:12:17.508Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-30T06:12:17.508Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-30T06:12:17.508Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-30T06:12:17.508Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-30T06:12:17.574Z] Removing intermediate container 2a51679c7f72 [2021-03-30T06:12:17.575Z] ---> d116f62af837 [2021-03-30T06:12:17.575Z] Step 8/23 : COPY . . [2021-03-30T06:12:17.770Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-30T06:12:18.717Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-30T06:12:18.717Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-30T06:12:18.717Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-30T06:12:18.717Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-30T06:12:18.717Z] running python rtupdate hooks for python3.6... [2021-03-30T06:12:18.717Z] running python post-rtupdate hooks for python3.6... [2021-03-30T06:12:18.717Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-30T06:12:20.106Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-30T06:12:20.369Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-30T06:12:20.369Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-30T06:12:20.632Z] Setting up snapd (2.48.3+18.04) ... [2021-03-30T06:12:21.209Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-30T06:12:21.209Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-30T06:12:21.473Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-30T06:12:21.736Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-30T06:12:21.998Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-30T06:12:21.998Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-30T06:12:22.263Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-30T06:12:22.263Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-30T06:12:22.526Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-30T06:12:22.790Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-30T06:12:22.790Z] /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-30T06:12:22.790Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-30T06:12:23.051Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-30T06:12:24.439Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-30T06:12:24.439Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-30T06:12:24.439Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-30T06:12:26.094Z] Reading package lists... [2021-03-30T06:12:26.356Z] Reading package lists... [2021-03-30T06:12:26.356Z] Building dependency tree... [2021-03-30T06:12:26.356Z] Reading state information... [2021-03-30T06:12:26.628Z] Calculating upgrade... [2021-03-30T06:12:26.628Z] The following packages will be upgraded: [2021-03-30T06:12:26.628Z] advancecomp base-files bash binutils binutils-common [2021-03-30T06:12:26.628Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-30T06:12:26.628Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-30T06:12:26.628Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-30T06:12:26.628Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-30T06:12:26.628Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-30T06:12:26.628Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-30T06:12:26.628Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-30T06:12:26.628Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-30T06:12:26.628Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-30T06:12:26.628Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-30T06:12:26.628Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-30T06:12:26.628Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-30T06:12:26.628Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-30T06:12:26.628Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-30T06:12:26.890Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-30T06:12:26.891Z] Need to get 63.8 MB of archives. [2021-03-30T06:12:26.891Z] After this operation, 5208 kB of additional disk space will be used. [2021-03-30T06:12:26.891Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-03-30T06:12:26.891Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-30T06:12:27.470Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-30T06:12:27.470Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-30T06:12:27.470Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-30T06:12:27.470Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-30T06:12:27.470Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-30T06:12:27.470Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-30T06:12:27.470Z] 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-30T06:12:27.470Z] 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-30T06:12:27.470Z] 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-30T06:12:27.741Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-30T06:12:27.741Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-30T06:12:27.741Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-30T06:12:27.741Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-30T06:12:27.741Z] 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-30T06:12:27.741Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-30T06:12:27.741Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-30T06:12:27.741Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-30T06:12:27.741Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-30T06:12:27.741Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-30T06:12:27.741Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-30T06:12:27.741Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-30T06:12:27.741Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-30T06:12:27.741Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-30T06:12:27.741Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-30T06:12:27.741Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-30T06:12:27.741Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-30T06:12:27.741Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-30T06:12:27.741Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-30T06:12:28.003Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-30T06:12:28.003Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-30T06:12:28.003Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-30T06:12:28.003Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-30T06:12:28.003Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-30T06:12:28.003Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-30T06:12:28.003Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-30T06:12:28.003Z] 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-30T06:12:28.003Z] 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-30T06:12:28.003Z] 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-30T06:12:28.003Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-30T06:12:28.003Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-30T06:12:28.003Z] 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-30T06:12:28.003Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-30T06:12:28.003Z] 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-30T06:12:28.003Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-30T06:12:28.003Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-30T06:12:28.003Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-30T06:12:28.003Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-30T06:12:28.003Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-30T06:12:28.003Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-30T06:12:28.003Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-30T06:12:28.003Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-30T06:12:28.003Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-30T06:12:28.003Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-30T06:12:28.003Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-30T06:12:28.265Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-30T06:12:28.265Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-30T06:12:28.265Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-30T06:12:28.265Z] Get:60 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-30T06:12:28.265Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-30T06:12:28.265Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-30T06:12:28.265Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-30T06:12:28.265Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-30T06:12:28.265Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-30T06:12:28.265Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-30T06:12:28.265Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-30T06:12:28.265Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-30T06:12:28.265Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-30T06:12:28.265Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-30T06:12:28.265Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-30T06:12:28.265Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-03-30T06:12:28.265Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-30T06:12:28.265Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-30T06:12:28.265Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-30T06:12:28.265Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-30T06:12:28.265Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-30T06:12:28.265Z] 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-30T06:12:28.265Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-30T06:12:28.526Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-30T06:12:28.527Z] 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-30T06:12:28.527Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-30T06:12:28.527Z] 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-30T06:12:28.527Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-30T06:12:28.527Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-30T06:12:28.527Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-30T06:12:28.527Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-30T06:12:28.527Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-30T06:12:28.527Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-30T06:12:28.527Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-30T06:12:29.105Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-30T06:12:29.682Z] 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-30T06:12:29.683Z] 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-30T06:12:29.683Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-30T06:12:29.945Z] 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-30T06:12:29.945Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-30T06:12:29.945Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-30T06:12:29.945Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-30T06:12:29.945Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-30T06:12:30.207Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T06:12:30.207Z] Fetched 63.8 MB in 3s (19.4 MB/s) [2021-03-30T06:12:30.207Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:30.207Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-30T06:12:30.471Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-30T06:12:31.050Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-30T06:12:31.050Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-30T06:12:31.311Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-03-30T06:12:31.311Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-03-30T06:12:31.885Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:32.147Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T06:12:32.147Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:32.147Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T06:12:32.147Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:32.147Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T06:12:32.409Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:32.409Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T06:12:32.409Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:32.409Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T06:12:32.670Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:32.670Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T06:12:32.670Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:32.670Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T06:12:32.670Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T06:12:32.931Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-30T06:12:32.931Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:32.931Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-30T06:12:33.194Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-30T06:12:33.194Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-30T06:12:33.194Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:33.194Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T06:12:33.194Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:33.455Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T06:12:33.455Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:33.455Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-30T06:12:33.717Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T06:12:33.717Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-30T06:12:33.717Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-30T06:12:33.978Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-30T06:12:34.551Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-30T06:12:34.812Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-30T06:12:34.812Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-30T06:12:34.812Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-30T06:12:34.812Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-30T06:12:34.812Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-30T06:12:35.074Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-30T06:12:35.074Z] Installing new version of config file /etc/issue ... [2021-03-30T06:12:35.074Z] Installing new version of config file /etc/issue.net ... [2021-03-30T06:12:35.074Z] Installing new version of config file /etc/lsb-release ... [2021-03-30T06:12:35.074Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-30T06:12:35.336Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-30T06:12:35.336Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-30T06:12:35.336Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-30T06:12:35.600Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:35.600Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-30T06:12:35.600Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-30T06:12:35.600Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-30T06:12:35.863Z] 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-30T06:12:35.863Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:35.863Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-30T06:12:35.863Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-30T06:12:35.863Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-30T06:12:36.124Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:36.124Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-30T06:12:36.124Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-30T06:12:36.124Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-30T06:12:36.124Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:36.124Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-30T06:12:36.124Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-30T06:12:36.386Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-30T06:12:36.647Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:36.647Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-30T06:12:36.647Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-30T06:12:36.647Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-30T06:12:36.908Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:36.908Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-30T06:12:36.908Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-30T06:12:36.908Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-30T06:12:36.908Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:36.908Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-30T06:12:37.177Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-30T06:12:37.177Z] Setting up grep (3.1-2build1) ... [2021-03-30T06:12:37.177Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:37.177Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-30T06:12:37.177Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-30T06:12:37.441Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-30T06:12:37.441Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:37.441Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-30T06:12:37.441Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-30T06:12:37.702Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-30T06:12:37.702Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:37.702Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-30T06:12:37.702Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-30T06:12:38.275Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-30T06:12:38.275Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-30T06:12:38.538Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-30T06:12:38.538Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-30T06:12:39.110Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-30T06:12:39.372Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:39.372Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-30T06:12:39.372Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-30T06:12:40.315Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-30T06:12:40.315Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-30T06:12:40.577Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-30T06:12:40.577Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-30T06:12:40.577Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-30T06:12:40.839Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:40.839Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-30T06:12:40.839Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-30T06:12:41.101Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-30T06:12:41.101Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:41.101Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-30T06:12:41.101Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-30T06:12:41.101Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-30T06:12:41.362Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:41.362Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-30T06:12:41.362Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-30T06:12:41.362Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-30T06:12:41.624Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:41.624Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-30T06:12:41.624Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-30T06:12:41.624Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-30T06:12:41.885Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:41.886Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-30T06:12:41.886Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-30T06:12:41.886Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-30T06:12:42.149Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:42.149Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-30T06:12:42.149Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-30T06:12:42.149Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-30T06:12:42.149Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-30T06:12:42.417Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-30T06:12:42.417Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:42.417Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-30T06:12:42.417Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-30T06:12:42.417Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-30T06:12:42.681Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:42.681Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-30T06:12:42.682Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-30T06:12:42.682Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-30T06:12:42.942Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:42.942Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-30T06:12:42.942Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-30T06:12:42.942Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-30T06:12:43.227Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:43.227Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-30T06:12:43.227Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-30T06:12:43.492Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-30T06:12:44.068Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-30T06:12:44.379Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-30T06:12:44.379Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:44.379Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-30T06:12:44.379Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-30T06:12:44.446Z] ---> c71a975453c5 [2021-03-30T06:12:44.446Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-30T06:12:44.446Z] ---> 176f4913d05d [2021-03-30T06:12:44.446Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-30T06:12:44.446Z] ---> 0c22d9105c5c [2021-03-30T06:12:44.446Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-30T06:12:44.446Z] ---> e1a5d7cea215 [2021-03-30T06:12:44.446Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-30T06:12:44.446Z] ---> Running in eb40406b997a [2021-03-30T06:12:44.446Z] ---> Running in 0d9d376cda95 [2021-03-30T06:12:44.446Z] ---> Running in bc1829020b5f [2021-03-30T06:12:44.446Z] ---> Running in 8e450a85953c [2021-03-30T06:12:44.446Z] ---> 3862a30854f5 [2021-03-30T06:12:44.446Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-30T06:12:44.446Z] ---> Running in ba70910fb0cf [2021-03-30T06:12:44.698Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-30T06:12:44.698Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-30T06:12:44.698Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-30T06:12:44.698Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-30T06:12:44.975Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-30T06:12:44.975Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:44.975Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-30T06:12:45.042Z] 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-30T06:12:45.042Z] 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-30T06:12:45.245Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-30T06:12:45.245Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-30T06:12:45.316Z] 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-30T06:12:45.316Z] 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-30T06:12:45.316Z] 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-30T06:12:45.513Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:45.513Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-30T06:12:45.513Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-30T06:12:45.785Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-30T06:12:45.785Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:45.785Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-30T06:12:45.785Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-30T06:12:45.785Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-30T06:12:46.072Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:46.072Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-30T06:12:46.072Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-30T06:12:46.072Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-30T06:12:46.348Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:46.348Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-30T06:12:46.348Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-30T06:12:46.348Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-30T06:12:46.629Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:46.629Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-30T06:12:46.629Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-30T06:12:46.912Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-30T06:12:47.191Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:47.191Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-30T06:12:47.191Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-30T06:12:47.191Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-30T06:12:47.191Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-30T06:12:47.459Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-30T06:12:47.459Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-30T06:12:47.459Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-30T06:12:47.459Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:47.459Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-30T06:12:47.720Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-30T06:12:47.720Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-30T06:12:47.988Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:47.988Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-30T06:12:47.988Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-30T06:12:47.988Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-30T06:12:48.249Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:48.249Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-30T06:12:48.249Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-30T06:12:48.512Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-30T06:12:48.512Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:48.512Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-30T06:12:48.512Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-30T06:12:48.773Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-30T06:12:48.774Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:48.774Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-30T06:12:48.774Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-30T06:12:49.033Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-30T06:12:52.480Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:52.480Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-30T06:12:52.480Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-30T06:12:52.480Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-30T06:12:52.480Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:52.480Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-30T06:12:52.480Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-30T06:12:52.480Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-30T06:12:52.742Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:52.742Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-30T06:12:52.742Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-30T06:12:52.742Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-30T06:12:52.742Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:52.742Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-30T06:12:53.003Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-30T06:12:53.003Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-30T06:12:53.003Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:53.003Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-30T06:12:53.003Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-30T06:12:53.265Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-30T06:12:53.265Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:53.265Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-30T06:12:53.527Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-30T06:12:53.527Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-30T06:12:53.527Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-30T06:12:53.527Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-30T06:12:53.527Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-30T06:12:53.788Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-30T06:12:53.788Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-30T06:12:53.788Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-30T06:12:53.788Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-30T06:12:54.051Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-30T06:12:54.051Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-30T06:12:54.051Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-30T06:12:54.051Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-30T06:12:54.314Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-30T06:12:54.314Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-30T06:12:54.575Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-30T06:12:54.575Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-30T06:12:54.842Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-30T06:12:54.842Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-30T06:12:54.842Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-30T06:12:54.842Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-30T06:12:54.842Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-30T06:12:55.105Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-30T06:12:55.105Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-30T06:12:55.105Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-30T06:12:55.105Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-30T06:12:55.368Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-30T06:12:55.368Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-30T06:12:55.368Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-30T06:12:55.629Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-30T06:12:55.629Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-30T06:12:56.573Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-30T06:12:56.573Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-30T06:12:56.573Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-30T06:12:56.573Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-30T06:12:56.834Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-30T06:12:56.834Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-30T06:12:57.406Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-30T06:12:57.406Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-30T06:12:57.667Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-30T06:12:57.667Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-30T06:12:57.667Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-30T06:12:57.667Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-30T06:12:57.931Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:57.931Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-30T06:12:57.931Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:57.931Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-30T06:12:58.192Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:58.192Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-30T06:12:58.192Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:58.192Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-30T06:12:59.143Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-30T06:12:59.405Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-30T06:13:00.350Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-30T06:13:00.350Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-30T06:13:00.929Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-30T06:13:00.929Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-30T06:13:01.508Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-30T06:13:01.508Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-30T06:13:02.463Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-30T06:13:02.463Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-30T06:13:02.463Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-30T06:13:02.724Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-30T06:13:02.724Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-30T06:13:02.724Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-30T06:13:02.985Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-30T06:13:02.985Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-30T06:13:02.985Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-30T06:13:02.985Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-30T06:13:03.245Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-30T06:13:03.245Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-30T06:13:03.246Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-30T06:13:03.246Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-30T06:13:03.510Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-30T06:13:03.510Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-30T06:13:03.510Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T06:13:03.510Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-30T06:13:03.773Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T06:13:03.773Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T06:13:03.773Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T06:13:03.773Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-30T06:13:03.773Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-30T06:13:03.773Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-30T06:13:04.034Z] [2021-03-30T06:13:04.034Z] Current default time zone: 'Etc/UTC' [2021-03-30T06:13:04.034Z] Local time is now: Tue Mar 30 06:13:03 UTC 2021. [2021-03-30T06:13:04.034Z] Universal Time is now: Tue Mar 30 06:13:03 UTC 2021. [2021-03-30T06:13:04.034Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-30T06:13:04.034Z] [2021-03-30T06:13:04.034Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-30T06:13:04.034Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T06:13:04.034Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-03-30T06:13:04.034Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-30T06:13:04.034Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-30T06:13:04.296Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-30T06:13:04.296Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-30T06:13:04.296Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-30T06:13:04.296Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-30T06:13:04.296Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-30T06:13:04.296Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T06:13:04.296Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-30T06:13:04.559Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-30T06:13:04.559Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-30T06:13:04.559Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T06:13:04.559Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-30T06:13:04.559Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-30T06:13:04.820Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-30T06:13:04.820Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-30T06:13:04.820Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-30T06:13:04.820Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-30T06:13:04.820Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-30T06:13:04.820Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-30T06:13:06.740Z] Updating certificates in /etc/ssl/certs... [2021-03-30T06:13:07.313Z] 23 added, 27 removed; done. [2021-03-30T06:13:07.313Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-30T06:13:07.313Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-30T06:13:07.313Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-30T06:13:07.313Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-30T06:13:07.313Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-30T06:13:07.578Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-30T06:13:07.578Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-30T06:13:07.578Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-30T06:13:07.578Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-30T06:13:07.578Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-30T06:13:07.578Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-30T06:13:07.578Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-30T06:13:07.840Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-30T06:13:07.840Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-30T06:13:07.840Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-30T06:13:07.840Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-30T06:13:07.840Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-30T06:13:07.840Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-30T06:13:08.103Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-30T06:13:08.103Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-30T06:13:08.103Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-30T06:13:08.103Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-30T06:13:08.103Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-30T06:13:08.103Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-30T06:13:08.365Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-30T06:13:08.365Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-30T06:13:08.365Z] Updating certificates in /etc/ssl/certs... [2021-03-30T06:13:08.939Z] 0 added, 0 removed; done. [2021-03-30T06:13:08.939Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-30T06:13:08.939Z] done. [2021-03-30T06:13:09.514Z] Reading package lists... [2021-03-30T06:13:09.777Z] Building dependency tree... [2021-03-30T06:13:09.777Z] Reading state information... [2021-03-30T06:13:10.040Z] The following NEW packages will be installed: [2021-03-30T06:13:10.040Z] apt-transport-https [2021-03-30T06:13:10.040Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-30T06:13:10.040Z] Need to get 1696 B of archives. [2021-03-30T06:13:10.040Z] After this operation, 153 kB of additional disk space will be used. [2021-03-30T06:13:10.040Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-30T06:13:10.303Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T06:13:10.303Z] Fetched 1696 B in 0s (40.2 kB/s) [2021-03-30T06:13:10.303Z] Selecting previously unselected package apt-transport-https. [2021-03-30T06:13:10.303Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-30T06:13:10.303Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-30T06:13:10.303Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-30T06:13:10.303Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-30T06:13:10.566Z] Waiting for network to be ready... [2021-03-30T06:13:18.723Z] 2021-03-30T06:13:15Z INFO Waiting for automatic snapd restart... [2021-03-30T06:13:18.723Z] snapd 2.49.1 from Canonical* installed [2021-03-30T06:13:19.668Z] "snapd" switched to the "latest/stable" channel [2021-03-30T06:13:19.668Z] [2021-03-30T06:13:24.961Z] core18 20210128 from Canonical* installed [2021-03-30T06:13:24.961Z] "core18" switched to the "latest/stable" channel [2021-03-30T06:13:24.961Z] [2021-03-30T06:13:34.999Z] snapcraft 4.6 from Canonical* installed [2021-03-30T06:13:35.260Z] "snapcraft" switched to the "latest/stable" channel [2021-03-30T06:13:35.260Z] [2021-03-30T06:13:39.492Z] 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-30T06:13:39.492Z] - README.md [2021-03-30T06:13:39.492Z] [2021-03-30T06:13:39.492Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-30T06:13:46.164Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-30T06:13:46.164Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-30T06:13:46.164Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-30T06:13:46.164Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-30T06:13:47.550Z] Reading package lists... [2021-03-30T06:13:48.119Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-30T06:13:54.729Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-30T06:13:54.729Z] Reading package lists... [2021-03-30T06:13:54.729Z] Building dependency tree... [2021-03-30T06:13:54.729Z] Reading state information... [2021-03-30T06:13:54.729Z] Suggested packages: [2021-03-30T06:13:54.729Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-30T06:13:54.729Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-30T06:13:54.729Z] Recommended packages: [2021-03-30T06:13:54.729Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-30T06:13:54.729Z] The following NEW packages will be installed: [2021-03-30T06:13:54.729Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-30T06:13:54.729Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-30T06:13:54.729Z] pkg-config zip [2021-03-30T06:13:54.729Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-30T06:13:54.729Z] Need to get 7657 kB of archives. [2021-03-30T06:13:54.729Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-30T06:13:54.729Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-30T06:13:54.729Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-30T06:13:54.729Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-30T06:13:54.729Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-30T06:13:55.047Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-30T06:13:55.047Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-30T06:13:55.047Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-30T06:13:55.047Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-30T06:13:55.323Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-30T06:13:55.323Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-30T06:13:55.323Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-30T06:13:55.585Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-30T06:13:55.585Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-30T06:13:55.585Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-30T06:13:55.585Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-30T06:13:55.853Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T06:13:55.853Z] Fetched 7657 kB in 1s (6098 kB/s) [2021-03-30T06:13:56.120Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-30T06:13:56.120Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-30T06:13:56.120Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-30T06:13:56.120Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-30T06:13:56.382Z] Selecting previously unselected package libpsl5:amd64. [2021-03-30T06:13:56.382Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-30T06:13:56.382Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-30T06:13:56.382Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-30T06:13:56.382Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-30T06:13:56.382Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-30T06:13:56.382Z] Selecting previously unselected package librtmp1:amd64. [2021-03-30T06:13:56.382Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-30T06:13:56.382Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-30T06:13:56.645Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-30T06:13:56.645Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-30T06:13:56.645Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-30T06:13:56.645Z] Selecting previously unselected package liberror-perl. [2021-03-30T06:13:56.645Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-30T06:13:56.645Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-30T06:13:56.645Z] Selecting previously unselected package git-man. [2021-03-30T06:13:56.645Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-30T06:13:56.645Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-30T06:13:56.906Z] Selecting previously unselected package git. [2021-03-30T06:13:56.906Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-30T06:13:56.906Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-30T06:13:57.849Z] Selecting previously unselected package libnorm1:amd64. [2021-03-30T06:13:57.849Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-30T06:13:57.849Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-30T06:13:57.849Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-30T06:13:57.849Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-30T06:13:57.849Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-30T06:13:58.111Z] Selecting previously unselected package libsodium23:amd64. [2021-03-30T06:13:58.111Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-30T06:13:58.111Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-30T06:13:58.111Z] Selecting previously unselected package libzmq5:amd64. [2021-03-30T06:13:58.111Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-30T06:13:58.111Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-30T06:13:58.372Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-30T06:13:58.372Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-30T06:13:58.372Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-30T06:13:58.372Z] Selecting previously unselected package pkg-config. [2021-03-30T06:13:58.372Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-30T06:13:58.372Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-30T06:13:58.633Z] Selecting previously unselected package zip. [2021-03-30T06:13:58.634Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-30T06:13:58.634Z] Unpacking zip (3.0-11build1) ... [2021-03-30T06:13:58.634Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-30T06:13:58.634Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-30T06:13:58.634Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-30T06:13:58.634Z] Setting up liberror-perl (0.17025-1) ... [2021-03-30T06:13:58.634Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-30T06:13:58.895Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-30T06:13:58.895Z] No schema files found: doing nothing. [2021-03-30T06:13:58.895Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-30T06:13:58.895Z] Setting up zip (3.0-11build1) ... [2021-03-30T06:13:58.895Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-30T06:13:58.895Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-30T06:13:58.895Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-30T06:13:58.895Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-30T06:13:59.157Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-30T06:13:59.157Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-30T06:13:59.157Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-30T06:13:59.157Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-30T06:14:05.748Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-30T06:14:06.013Z] git set to automatically installed. [2021-03-30T06:14:06.013Z] git-man set to automatically installed. [2021-03-30T06:14:06.013Z] libcurl3-gnutls set to automatically installed. [2021-03-30T06:14:06.013Z] liberror-perl set to automatically installed. [2021-03-30T06:14:06.013Z] libglib2.0-0 set to automatically installed. [2021-03-30T06:14:06.013Z] libnghttp2-14 set to automatically installed. [2021-03-30T06:14:06.013Z] libnorm1 set to automatically installed. [2021-03-30T06:14:06.013Z] libpgm-5.2-0 set to automatically installed. [2021-03-30T06:14:06.013Z] libpsl5 set to automatically installed. [2021-03-30T06:14:06.013Z] librtmp1 set to automatically installed. [2021-03-30T06:14:06.013Z] libsodium23 set to automatically installed. [2021-03-30T06:14:06.013Z] libzmq3-dev set to automatically installed. [2021-03-30T06:14:06.013Z] libzmq5 set to automatically installed. [2021-03-30T06:14:06.013Z] pkg-config set to automatically installed. [2021-03-30T06:14:06.013Z] zip set to automatically installed. [2021-03-30T06:14:07.926Z] snapd is not logged in, snap install commands will use sudo [2021-03-30T06:14:14.515Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-30T06:14:14.515Z] snap "core18" has no updates available [2021-03-30T06:14:15.458Z] snapd is not logged in, snap install commands will use sudo [2021-03-30T06:14:22.050Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-30T06:14:22.929Z] 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-30T06:14:34.322Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-30T06:14:34.322Z] Pulling go-build-helper [2021-03-30T06:14:34.322Z] + snapcraftctl pull [2021-03-30T06:14:34.893Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-30T06:14:34.893Z] Skipping pull go-build-helper (already ran) [2021-03-30T06:14:34.893Z] Building go-build-helper [2021-03-30T06:14:34.893Z] + snapcraftctl build [2021-03-30T06:14:35.345Z] Removing intermediate container 0d9d376cda95 [2021-03-30T06:14:35.345Z] ---> 0326e09d41d4 [2021-03-30T06:14:35.345Z] [2021-03-30T06:14:35.345Z] Step 10/31 : FROM alpine:3.12 [2021-03-30T06:14:35.345Z] 3.12: Pulling from library/alpine [2021-03-30T06:14:37.347Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-30T06:14:37.347Z] Status: Downloaded newer image for alpine:3.12 [2021-03-30T06:14:37.347Z] ---> e47305ac9786 [2021-03-30T06:14:37.347Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-30T06:14:37.438Z] Staging go-build-helper [2021-03-30T06:14:37.438Z] + snapcraftctl stage [2021-03-30T06:14:37.952Z] ---> Running in 860ad97237ae [2021-03-30T06:14:39.406Z] Removing intermediate container 860ad97237ae [2021-03-30T06:14:39.406Z] ---> 020c7aee3fd2 [2021-03-30T06:14:39.406Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-30T06:14:39.687Z] Removing intermediate container eb40406b997a [2021-03-30T06:14:39.687Z] ---> 711e6b384cbf [2021-03-30T06:14:39.687Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-30T06:14:39.687Z] ---> Running in c386a82a4b85 [2021-03-30T06:14:40.297Z] ---> Running in 8c2a23985234 [2021-03-30T06:14:42.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:14:42.960Z] Removing intermediate container 8e450a85953c [2021-03-30T06:14:42.960Z] ---> 6eba5f3763b6 [2021-03-30T06:14:42.960Z] [2021-03-30T06:14:42.960Z] Step 10/21 : FROM alpine:3.12 [2021-03-30T06:14:42.960Z] ---> e47305ac9786 [2021-03-30T06:14:42.960Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-30T06:14:42.960Z] 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-30T06:14:42.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:14:42.960Z] ---> Running in c226ff53c519 [2021-03-30T06:14:43.571Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-30T06:14:43.571Z] (2/2) Installing su-exec (0.2-r1) [2021-03-30T06:14:43.571Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:14:43.571Z] OK: 5 MiB in 16 packages [2021-03-30T06:14:44.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:14:44.831Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:14:45.432Z] Removing intermediate container c386a82a4b85 [2021-03-30T06:14:45.432Z] ---> a64bfaaf615e [2021-03-30T06:14:45.432Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-30T06:14:45.432Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-30T06:14:45.709Z] ---> Running in 5bbf6fef2bef [2021-03-30T06:14:45.709Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-30T06:14:45.709Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-30T06:14:45.709Z] (4/4) Installing curl (7.69.1-r3) [2021-03-30T06:14:45.709Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:14:45.709Z] Executing ca-certificates-20191127-r4.trigger [2021-03-30T06:14:45.992Z] OK: 7 MiB in 18 packages [2021-03-30T06:14:46.267Z] Removing intermediate container 5bbf6fef2bef [2021-03-30T06:14:46.267Z] ---> 1b93448afdc8 [2021-03-30T06:14:46.267Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-30T06:14:46.875Z] ---> Running in b8d9de2234f0 [2021-03-30T06:14:47.861Z] Removing intermediate container b8d9de2234f0 [2021-03-30T06:14:47.861Z] ---> a4f5213d6569 [2021-03-30T06:14:47.861Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-30T06:14:48.135Z] ---> Running in cf700561169f [2021-03-30T06:14:48.409Z] Removing intermediate container c226ff53c519 [2021-03-30T06:14:48.409Z] ---> 2c263a9a64ec [2021-03-30T06:14:48.409Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-30T06:14:48.688Z] ---> Running in 6f53266f445a [2021-03-30T06:14:48.688Z] Removing intermediate container 8c2a23985234 [2021-03-30T06:14:48.688Z] ---> a76a086f2b51 [2021-03-30T06:14:48.688Z] [2021-03-30T06:14:48.688Z] Step 11/26 : FROM docker:20.10.0 [2021-03-30T06:14:48.960Z] 20.10.0: Pulling from library/docker [2021-03-30T06:14:49.969Z] Removing intermediate container 6f53266f445a [2021-03-30T06:14:49.969Z] ---> b6ebabca135a [2021-03-30T06:14:49.969Z] Step 13/21 : WORKDIR /edgex [2021-03-30T06:14:50.246Z] ---> Running in d3ba49dba5ee [2021-03-30T06:14:51.709Z] Removing intermediate container d3ba49dba5ee [2021-03-30T06:14:51.709Z] ---> b867bab67787 [2021-03-30T06:14:51.709Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-30T06:14:52.349Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-30T06:14:52.349Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-30T06:14:52.349Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-30T06:14:52.349Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] [2021-03-30T06:14:52.349Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-30T06:14:52.349Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-30T06:14:52.349Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-30T06:14:52.349Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-30T06:14:52.349Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-30T06:14:52.349Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-30T06:14:52.349Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-30T06:14:52.349Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-30T06:14:52.349Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-30T06:14:52.349Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-30T06:14:52.349Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-30T06:14:52.349Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-30T06:14:52.349Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-30T06:14:52.349Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-30T06:14:52.349Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-30T06:14:52.349Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-30T06:14:52.349Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-30T06:14:52.349Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-30T06:14:52.349Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-30T06:14:52.349Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-30T06:14:52.350Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-30T06:14:52.350Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-30T06:14:52.350Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-30T06:14:52.350Z] Fetched 24.2 MB in 0s (0 B/s) [2021-03-30T06:14:52.350Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-30T06:14:52.350Z] Fetched 224 kB in 0s (0 B/s) [2021-03-30T06:14:52.350Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-30T06:14:52.350Z] Fetched 157 kB in 0s (0 B/s) [2021-03-30T06:14:52.350Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-30T06:14:52.350Z] Fetched 221 kB in 0s (0 B/s) [2021-03-30T06:14:52.350Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-30T06:14:52.350Z] Fetched 143 kB in 0s (0 B/s) [2021-03-30T06:14:52.350Z] Pulling app-service-config [2021-03-30T06:14:52.350Z] + snapcraftctl pull [2021-03-30T06:14:52.350Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-30T06:14:52.350Z] Pulling config-common [2021-03-30T06:14:52.350Z] + snapcraftctl pull [2021-03-30T06:14:53.172Z] Removing intermediate container cf700561169f [2021-03-30T06:14:53.172Z] ---> 597a4c471c35 [2021-03-30T06:14:53.172Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-30T06:14:53.456Z] ---> Running in 15cc7f4c727f [2021-03-30T06:14:53.729Z] ---> 5a57a1b8b868 [2021-03-30T06:14:53.729Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-30T06:14:54.713Z] Removing intermediate container 15cc7f4c727f [2021-03-30T06:14:54.713Z] ---> df10cca0a734 [2021-03-30T06:14:54.713Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-30T06:14:56.243Z] ---> 6b1609c82994 [2021-03-30T06:14:56.243Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-30T06:14:56.560Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-30T06:14:56.560Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-30T06:14:56.560Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-30T06:14:56.560Z] Fetched 0 B in 0s (0 B/s) [2021-03-30T06:14:56.560Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-30T06:14:56.560Z] Fetched 0 B in 0s (0 B/s) [2021-03-30T06:14:56.560Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-30T06:14:56.560Z] Fetched 0 B in 0s (0 B/s) [2021-03-30T06:14:56.560Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-30T06:14:56.560Z] Fetched 0 B in 0s (0 B/s) [2021-03-30T06:14:56.560Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-30T06:14:56.560Z] Fetched 0 B in 0s (0 B/s) [2021-03-30T06:14:56.560Z] Pulling edgex-go [2021-03-30T06:14:56.560Z] + snapcraftctl pull [2021-03-30T06:14:56.584Z] ---> 2bc5339b5669 [2021-03-30T06:14:56.585Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-30T06:14:56.909Z] ---> Running in a5b5f58e5601 [2021-03-30T06:14:59.697Z] ---> 960aaa6a7b34 [2021-03-30T06:14:59.697Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-30T06:15:00.288Z] Removing intermediate container bc1829020b5f [2021-03-30T06:15:00.288Z] ---> d2f3c1147c43 [2021-03-30T06:15:00.288Z] [2021-03-30T06:15:00.288Z] Step 10/23 : FROM alpine:3.12 [2021-03-30T06:15:00.288Z] ---> e47305ac9786 [2021-03-30T06:15:00.288Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-30T06:15:00.565Z] ---> Running in 69fdcda77633 [2021-03-30T06:15:00.839Z] ---> Running in 572f5f810b42 [2021-03-30T06:15:01.828Z] Removing intermediate container 69fdcda77633 [2021-03-30T06:15:01.828Z] ---> 7597b8e6488d [2021-03-30T06:15:01.828Z] Step 18/21 : CMD ["--init=true"] [2021-03-30T06:15:02.491Z] ---> Running in e5e3659b8364 [2021-03-30T06:15:02.491Z] Removing intermediate container a5b5f58e5601 [2021-03-30T06:15:02.491Z] ---> ddbbc20c18c1 [2021-03-30T06:15:02.491Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T06:15:02.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:15:03.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:15:03.370Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-30T06:15:03.370Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:15:03.370Z] OK: 5 MiB in 15 packages [2021-03-30T06:15:03.975Z] Removing intermediate container e5e3659b8364 [2021-03-30T06:15:03.975Z] ---> 4c92595c1e5f [2021-03-30T06:15:03.975Z] Step 19/21 : LABEL arch=arm64 [2021-03-30T06:15:04.578Z] ---> 3fdb81ded837 [2021-03-30T06:15:04.578Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-30T06:15:04.854Z] ---> Running in b6588ebc0060 [2021-03-30T06:15:05.465Z] Removing intermediate container ba70910fb0cf [2021-03-30T06:15:05.465Z] ---> e24817785460 [2021-03-30T06:15:05.465Z] [2021-03-30T06:15:05.465Z] Step 10/23 : FROM alpine:3.12 [2021-03-30T06:15:05.465Z] ---> e47305ac9786 [2021-03-30T06:15:05.465Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-30T06:15:05.739Z] Removing intermediate container b6588ebc0060 [2021-03-30T06:15:05.739Z] ---> 84be20f71e97 [2021-03-30T06:15:05.739Z] Step 20/21 : LABEL git_sha=e61f4d73aa0e92b7184a60efdc09909860740fcb [2021-03-30T06:15:06.344Z] ---> Running in a1e081c59598 [2021-03-30T06:15:06.344Z] Removing intermediate container 572f5f810b42 [2021-03-30T06:15:06.344Z] ---> 0d9e23b87457 [2021-03-30T06:15:06.344Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-30T06:15:06.344Z] ---> Running in 4e6f4eab3f80 [2021-03-30T06:15:06.344Z] ---> 7c4cc7452a20 [2021-03-30T06:15:06.344Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-30T06:15:06.344Z] ---> Running in c3ab4340c41f [2021-03-30T06:15:06.949Z] Removing intermediate container a1e081c59598 [2021-03-30T06:15:06.949Z] ---> 9c6d9d36b902 [2021-03-30T06:15:06.949Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-30T06:15:06.949Z] Removing intermediate container 4e6f4eab3f80 [2021-03-30T06:15:06.949Z] ---> 4f99a8fd7ecf [2021-03-30T06:15:06.949Z] Step 21/21 : LABEL version=0.0.0 [2021-03-30T06:15:06.949Z] ---> Running in 5a2ef803c73b [2021-03-30T06:15:06.949Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-30T06:15:07.231Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-30T06:15:07.231Z] ---> eeaf43b92773 [2021-03-30T06:15:07.231Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-30T06:15:07.231Z] ---> Running in fcac20fdb64b [2021-03-30T06:15:07.231Z] Removing intermediate container c3ab4340c41f [2021-03-30T06:15:07.231Z] ---> 27ec0735168a [2021-03-30T06:15:07.231Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-30T06:15:07.513Z] ---> Running in 68b1a515cd90 [2021-03-30T06:15:07.513Z] ---> Running in 49994c644f57 [2021-03-30T06:15:07.513Z] ---> 718f5a28c8b6 [2021-03-30T06:15:07.513Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-30T06:15:07.796Z] Removing intermediate container 5a2ef803c73b [2021-03-30T06:15:07.796Z] ---> 341ff4264a2e [2021-03-30T06:15:07.796Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-30T06:15:07.796Z] Removing intermediate container fcac20fdb64b [2021-03-30T06:15:07.796Z] ---> 3557e99716cc [2021-03-30T06:15:07.796Z] [2021-03-30T06:15:08.079Z] ---> Running in c5fa235fb0e6 [2021-03-30T06:15:08.354Z] Removing intermediate container 49994c644f57 [2021-03-30T06:15:08.354Z] ---> 1e48c2a7f9ac [2021-03-30T06:15:08.354Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-30T06:15:08.629Z] Successfully built 3557e99716cc [2021-03-30T06:15:08.629Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-30T06:15:08.629Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-03-30T06:15:08.629Z] ---> Running in cf052f80bfa9 [2021-03-30T06:15:08.629Z] ---> 42fa80e06442 [2021-03-30T06:15:08.629Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-30T06:15:08.910Z] Removing intermediate container c5fa235fb0e6 [2021-03-30T06:15:08.910Z] ---> e05a2e79cedb [2021-03-30T06:15:08.910Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:15:09.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:15:09.183Z] ---> Running in 024b7126b860 [2021-03-30T06:15:09.183Z] Removing intermediate container cf052f80bfa9 [2021-03-30T06:15:09.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:15:09.183Z] ---> 5c98a91167bb [2021-03-30T06:15:09.183Z] Step 15/23 : WORKDIR / [2021-03-30T06:15:09.459Z] ---> Running in e079f906b10b [2021-03-30T06:15:09.738Z] ---> 1db157adc800 [2021-03-30T06:15:09.738Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-30T06:15:09.738Z] (1/2) Installing readline (8.0.4-r0) [2021-03-30T06:15:09.738Z] (2/2) Installing bash (5.0.17-r0) [2021-03-30T06:15:10.017Z] Executing bash-5.0.17-r0.post-install [2021-03-30T06:15:10.017Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:15:10.017Z] OK: 12 MiB in 22 packages [2021-03-30T06:15:10.644Z] ---> Running in 4854f0c2d4bb [2021-03-30T06:15:10.644Z] Removing intermediate container e079f906b10b [2021-03-30T06:15:10.644Z] ---> b58c6ceaf333 [2021-03-30T06:15:10.644Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T06:15:12.644Z] ---> e7b421d7dffa [2021-03-30T06:15:12.644Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-30T06:15:12.644Z] Removing intermediate container 4854f0c2d4bb [2021-03-30T06:15:12.644Z] ---> d4f231b4f85b [2021-03-30T06:15:12.644Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-30T06:15:12.644Z] Removing intermediate container 68b1a515cd90 [2021-03-30T06:15:12.644Z] ---> 7f6a4c0c2863 [2021-03-30T06:15:12.644Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-30T06:15:13.267Z] ---> Running in 5d8302708b79 [2021-03-30T06:15:13.876Z] ---> 1922f173eb7e [2021-03-30T06:15:13.876Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-30T06:15:14.487Z] Removing intermediate container 024b7126b860 [2021-03-30T06:15:14.487Z] ---> b0267073e9d6 [2021-03-30T06:15:14.487Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-30T06:15:14.487Z] Removing intermediate container 5d8302708b79 [2021-03-30T06:15:14.487Z] ---> 1306ae2d6147 [2021-03-30T06:15:14.487Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-30T06:15:14.774Z] ---> 876e518e6820 [2021-03-30T06:15:14.774Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-30T06:15:15.052Z] ---> Running in 3b74de50a8cd [2021-03-30T06:15:15.052Z] ---> Running in 08b056f03d47 [2021-03-30T06:15:15.052Z] ---> Running in 1a6a55c4e66b [2021-03-30T06:15:16.053Z] Removing intermediate container 08b056f03d47 [2021-03-30T06:15:16.053Z] ---> 731fdc6a8a65 [2021-03-30T06:15:16.053Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-30T06:15:16.333Z] ---> Running in 1be337ea958f [2021-03-30T06:15:16.333Z] ---> 5c2b050e1ace [2021-03-30T06:15:16.333Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-30T06:15:16.620Z] ---> Running in 8ea77eea8fff [2021-03-30T06:15:16.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:15:16.901Z] Removing intermediate container 1be337ea958f [2021-03-30T06:15:16.901Z] ---> 90ac55ccbcd0 [2021-03-30T06:15:16.901Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-30T06:15:17.186Z] Removing intermediate container 8ea77eea8fff [2021-03-30T06:15:17.186Z] ---> 762fb4cd131d [2021-03-30T06:15:17.186Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T06:15:17.466Z] ---> Running in 9d1f2efc8429 [2021-03-30T06:15:17.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:15:18.366Z] Removing intermediate container 9d1f2efc8429 [2021-03-30T06:15:18.366Z] ---> d7fa3e2df8fe [2021-03-30T06:15:18.366Z] Step 21/23 : LABEL arch=arm64 [2021-03-30T06:15:18.649Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-30T06:15:18.649Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-30T06:15:18.649Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-30T06:15:18.649Z] ---> Running in 16cca9b9848b [2021-03-30T06:15:18.935Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-30T06:15:19.214Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-30T06:15:19.214Z] Removing intermediate container 1a6a55c4e66b [2021-03-30T06:15:19.214Z] ---> 2c12bbae4965 [2021-03-30T06:15:19.214Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-30T06:15:19.214Z] ---> da6a0dd6d2da [2021-03-30T06:15:19.214Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-30T06:15:19.214Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-30T06:15:19.501Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:15:19.501Z] OK: 8 MiB in 20 packages [2021-03-30T06:15:19.783Z] ---> Running in 1a1ba760b100 [2021-03-30T06:15:19.783Z] Removing intermediate container 16cca9b9848b [2021-03-30T06:15:19.783Z] ---> 7709587e5544 [2021-03-30T06:15:19.783Z] Step 22/23 : LABEL git_sha=e61f4d73aa0e92b7184a60efdc09909860740fcb [2021-03-30T06:15:20.774Z] ---> Running in d8fe7421113b [2021-03-30T06:15:21.059Z] ---> 08a1060c01a8 [2021-03-30T06:15:21.059Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-30T06:15:21.059Z] Removing intermediate container 1a1ba760b100 [2021-03-30T06:15:21.059Z] ---> 4cecccfb1f48 [2021-03-30T06:15:21.059Z] Step 28/31 : CMD ["gate"] [2021-03-30T06:15:21.661Z] Removing intermediate container d8fe7421113b [2021-03-30T06:15:21.661Z] ---> 70a6496a4f7c [2021-03-30T06:15:21.661Z] Step 23/23 : LABEL version=0.0.0 [2021-03-30T06:15:22.261Z] ---> Running in b13a65f3275a [2021-03-30T06:15:22.537Z] ---> Running in 19cecd26dec5 [2021-03-30T06:15:22.537Z] Removing intermediate container 3b74de50a8cd [2021-03-30T06:15:22.537Z] ---> 0298e497488a [2021-03-30T06:15:22.537Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T06:15:22.818Z] ---> 286994aa8712 [2021-03-30T06:15:22.818Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-30T06:15:23.213Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-30T06:15:23.213Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-30T06:15:23.213Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-30T06:15:23.213Z] Fetched 0 B in 0s (0 B/s) [2021-03-30T06:15:23.213Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-30T06:15:23.213Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-30T06:15:23.213Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-30T06:15:23.213Z] Fetched 279 kB in 0s (0 B/s) [2021-03-30T06:15:23.213Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-30T06:15:23.213Z] Fetched 122 kB in 0s (0 B/s) [2021-03-30T06:15:23.213Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-30T06:15:23.213Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-30T06:15:23.213Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-30T06:15:23.213Z] Fetched 8848 B in 0s (0 B/s) [2021-03-30T06:15:23.213Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-30T06:15:23.213Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-30T06:15:23.213Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-30T06:15:23.213Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-30T06:15:23.213Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-30T06:15:23.213Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-30T06:15:23.213Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-30T06:15:23.213Z] Fetched 214 kB in 0s (0 B/s) [2021-03-30T06:15:23.213Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-30T06:15:23.213Z] Fetched 154 kB in 0s (0 B/s) [2021-03-30T06:15:23.213Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-30T06:15:23.213Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-30T06:15:23.213Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-30T06:15:23.213Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-30T06:15:23.213Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-30T06:15:23.213Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-30T06:15:23.213Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-30T06:15:23.213Z] Fetched 499 kB in 0s (0 B/s) [2021-03-30T06:15:23.213Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-30T06:15:23.213Z] Fetched 111 kB in 0s (0 B/s) [2021-03-30T06:15:23.213Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-30T06:15:23.213Z] Fetched 240 kB in 0s (0 B/s) [2021-03-30T06:15:23.213Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-30T06:15:23.213Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-30T06:15:23.213Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-30T06:15:23.213Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-30T06:15:23.213Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-30T06:15:23.213Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-30T06:15:23.213Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-30T06:15:23.213Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-30T06:15:23.213Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-30T06:15:23.213Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-30T06:15:23.213Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-30T06:15:23.213Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-30T06:15:23.213Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-30T06:15:23.213Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-30T06:15:23.213Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-30T06:15:23.213Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-30T06:15:23.213Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-30T06:15:23.213Z] Fetched 8720 B in 0s (0 B/s) [2021-03-30T06:15:23.214Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-30T06:15:23.214Z] Fetched 137 kB in 0s (0 B/s) [2021-03-30T06:15:23.214Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-30T06:15:23.214Z] Fetched 119 kB in 0s (0 B/s) [2021-03-30T06:15:23.214Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-30T06:15:23.214Z] Fetched 109 kB in 0s (0 B/s) [2021-03-30T06:15:23.214Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-30T06:15:23.214Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-30T06:15:23.214Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-30T06:15:23.214Z] Fetched 645 kB in 0s (0 B/s) [2021-03-30T06:15:23.214Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-30T06:15:23.214Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-30T06:15:23.214Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-30T06:15:23.214Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-30T06:15:23.214Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-30T06:15:23.214Z] Fetched 368 kB in 0s (0 B/s) [2021-03-30T06:15:23.214Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-30T06:15:23.214Z] Fetched 187 kB in 0s (0 B/s) [2021-03-30T06:15:23.214Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-30T06:15:23.214Z] Fetched 175 kB in 0s (0 B/s) [2021-03-30T06:15:23.214Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-30T06:15:23.214Z] Fetched 206 kB in 0s (0 B/s) [2021-03-30T06:15:23.214Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-03-30T06:15:23.214Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-30T06:15:23.214Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-30T06:15:23.214Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-30T06:15:23.214Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-30T06:15:23.214Z] Fetched 159 kB in 0s (0 B/s) [2021-03-30T06:15:23.214Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-30T06:15:23.214Z] Fetched 107 kB in 0s (0 B/s) [2021-03-30T06:15:23.214Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-30T06:15:23.214Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-30T06:15:23.214Z] Pulling static-packages [2021-03-30T06:15:23.214Z] + snapcraftctl pull [2021-03-30T06:15:23.214Z] Pulling version [2021-03-30T06:15:23.214Z] + cd /root/project [2021-03-30T06:15:23.214Z] + [ -f VERSION ] [2021-03-30T06:15:23.214Z] + PROJECT_VERSION=local-dev [2021-03-30T06:15:23.214Z] + git rev-parse --short HEAD [2021-03-30T06:15:23.214Z] + GIT_REVISION=e61f4d73 [2021-03-30T06:15:23.214Z] + snapcraftctl set-version local-dev [2021-03-30T06:15:23.214Z] Skipping build go-build-helper (already ran) [2021-03-30T06:15:23.214Z] Building app-service-config [2021-03-30T06:15:23.214Z] + make build [2021-03-30T06:15:23.214Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.35 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-30T06:15:23.426Z] Removing intermediate container b13a65f3275a [2021-03-30T06:15:23.426Z] ---> 1148dabf9f7f [2021-03-30T06:15:23.426Z] Step 29/31 : LABEL arch=arm64 [2021-03-30T06:15:23.426Z] ---> Running in f214c5b78fe1 [2021-03-30T06:15:23.426Z] Removing intermediate container 19cecd26dec5 [2021-03-30T06:15:23.426Z] ---> b0684d53b7a3 [2021-03-30T06:15:23.426Z] [2021-03-30T06:15:23.792Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.35 [2021-03-30T06:15:23.793Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.56 [2021-03-30T06:15:23.793Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.22 [2021-03-30T06:15:24.041Z] Successfully built b0684d53b7a3 [2021-03-30T06:15:24.041Z] ---> Running in 5d2eebbbd904 [2021-03-30T06:15:24.041Z] ---> 7bfaa599e9a6 [2021-03-30T06:15:24.041Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-30T06:15:24.041Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-30T06:15:24.055Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-30T06:15:24.055Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-30T06:15:24.316Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-30T06:15:24.316Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-30T06:15:24.316Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-30T06:15:24.316Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-30T06:15:24.316Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 [2021-03-30T06:15:24.316Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-30T06:15:24.316Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-30T06:15:24.326Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2021-03-30T06:15:24.578Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-30T06:15:24.578Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-30T06:15:24.578Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.9 [2021-03-30T06:15:24.578Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-30T06:15:24.849Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-30T06:15:24.849Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-30T06:15:24.849Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-30T06:15:24.849Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-30T06:15:24.849Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-30T06:15:25.110Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-30T06:15:25.110Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-30T06:15:25.315Z] Removing intermediate container 5d2eebbbd904 [2021-03-30T06:15:25.315Z] ---> a4bab9224338 [2021-03-30T06:15:25.315Z] Step 30/31 : LABEL git_sha=e61f4d73aa0e92b7184a60efdc09909860740fcb [2021-03-30T06:15:25.398Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-30T06:15:25.398Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-30T06:15:25.398Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-30T06:15:25.398Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-30T06:15:25.398Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-30T06:15:25.398Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-30T06:15:25.398Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-30T06:15:25.398Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-30T06:15:25.398Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-30T06:15:25.398Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-30T06:15:25.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:15:25.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:15:25.670Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-30T06:15:25.670Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-30T06:15:25.670Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-30T06:15:25.670Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-30T06:15:25.670Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-30T06:15:25.670Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-30T06:15:25.670Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-30T06:15:25.670Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-30T06:15:25.935Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-30T06:15:25.935Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-30T06:15:25.935Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-30T06:15:26.219Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-30T06:15:26.219Z] (2/33) Installing expat (2.2.9-r1) [2021-03-30T06:15:26.510Z] (3/33) Installing libffi (3.3-r2) [2021-03-30T06:15:26.510Z] (4/33) Installing gdbm (1.13-r1) [2021-03-30T06:15:26.510Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-30T06:15:26.510Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-30T06:15:26.510Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-30T06:15:26.510Z] ---> Running in 81e04b07e358 [2021-03-30T06:15:26.510Z] ---> 89416e2f13b6 [2021-03-30T06:15:26.510Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-30T06:15:26.815Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:15:26.815Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:15:26.815Z] ---> 7eb55254d376 [2021-03-30T06:15:26.815Z] Step 3/22 : WORKDIR /edgex-go [2021-03-30T06:15:26.815Z] ---> Using cache [2021-03-30T06:15:26.815Z] ---> 3a2f9119ead1 [2021-03-30T06:15:26.815Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:15:26.815Z] ---> Using cache [2021-03-30T06:15:26.815Z] ---> f80f9fc37e55 [2021-03-30T06:15:26.815Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-30T06:15:28.283Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-30T06:15:28.283Z] ---> Running in 1758307e53a5 [2021-03-30T06:15:28.283Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-30T06:15:28.283Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-30T06:15:28.559Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-30T06:15:28.559Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-30T06:15:28.559Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-30T06:15:28.559Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-30T06:15:28.559Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-30T06:15:28.559Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-30T06:15:28.838Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-30T06:15:28.838Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-30T06:15:28.838Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-30T06:15:28.838Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-30T06:15:28.838Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-30T06:15:28.838Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-30T06:15:28.838Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-30T06:15:28.838Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-30T06:15:28.838Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-30T06:15:28.838Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-30T06:15:28.838Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-30T06:15:29.118Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-30T06:15:29.118Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-30T06:15:29.118Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-30T06:15:29.118Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-30T06:15:29.118Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-30T06:15:29.118Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-30T06:15:29.118Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:15:29.118Z] OK: 71 MiB in 55 packages [2021-03-30T06:15:29.399Z] Removing intermediate container 81e04b07e358 [2021-03-30T06:15:29.399Z] ---> da974b13d735 [2021-03-30T06:15:29.399Z] Step 31/31 : LABEL version=0.0.0 [2021-03-30T06:15:29.399Z] ---> 6d086c491d30 [2021-03-30T06:15:29.399Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-30T06:15:30.418Z] ---> Running in 7c4af9adf104 [2021-03-30T06:15:30.418Z] ---> Running in 4402ecb12e25 [2021-03-30T06:15:31.035Z] Removing intermediate container 7c4af9adf104 [2021-03-30T06:15:31.035Z] ---> 70c850aa6208 [2021-03-30T06:15:31.035Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T06:15:31.035Z] Removing intermediate container 4402ecb12e25 [2021-03-30T06:15:31.035Z] ---> 54fb3c3cdfd5 [2021-03-30T06:15:31.035Z] [2021-03-30T06:15:31.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:15:31.595Z] ---> Running in c011b3d9c2bf [2021-03-30T06:15:31.876Z] Successfully built 54fb3c3cdfd5 [2021-03-30T06:15:31.876Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-30T06:15:31.876Z]  Building docker-security-bootstrapper-go ... done Building docker-core-command-go [2021-03-30T06:15:32.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:15:32.152Z] Removing intermediate container c011b3d9c2bf [2021-03-30T06:15:32.152Z] ---> 0ee09083fa81 [2021-03-30T06:15:32.152Z] Step 21/23 : LABEL arch=arm64 [2021-03-30T06:15:32.435Z] ---> Running in 7da628c487d1 [2021-03-30T06:15:33.037Z] OK: 217 MiB in 51 packages [2021-03-30T06:15:33.314Z] Removing intermediate container 7da628c487d1 [2021-03-30T06:15:33.314Z] ---> 18ee25088335 [2021-03-30T06:15:33.314Z] Step 22/23 : LABEL git_sha=e61f4d73aa0e92b7184a60efdc09909860740fcb [2021-03-30T06:15:33.593Z] ---> Running in 4791392c1064 [2021-03-30T06:15:34.201Z] Removing intermediate container 4791392c1064 [2021-03-30T06:15:34.201Z] ---> 42c8656d6ec7 [2021-03-30T06:15:34.201Z] Step 23/23 : LABEL version=0.0.0 [2021-03-30T06:15:34.812Z] ---> Running in 7b2d71c0b6e7 [2021-03-30T06:15:34.812Z] Removing intermediate container 1758307e53a5 [2021-03-30T06:15:34.812Z] ---> fc79cdfa08db [2021-03-30T06:15:34.812Z] Step 6/22 : COPY go.mod . [2021-03-30T06:15:36.810Z] Removing intermediate container 7b2d71c0b6e7 [2021-03-30T06:15:36.810Z] ---> 235c592c03ee [2021-03-30T06:15:36.810Z] [2021-03-30T06:15:37.088Z] ---> 070e55373feb [2021-03-30T06:15:37.088Z] Step 7/22 : RUN go mod download [2021-03-30T06:15:37.088Z] Successfully built 235c592c03ee [2021-03-30T06:15:37.363Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-30T06:15:37.363Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2021-03-30T06:15:37.643Z] ---> Running in 52c8febcd1f2 [2021-03-30T06:15:38.190Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-30T06:15:38.190Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-30T06:15:38.190Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-30T06:15:38.190Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-30T06:15:38.460Z] Building config-common [2021-03-30T06:15:38.460Z] + snapcraftctl build [2021-03-30T06:15:38.639Z] Removing intermediate container f214c5b78fe1 [2021-03-30T06:15:38.639Z] ---> 72c315fc51bf [2021-03-30T06:15:38.639Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-30T06:15:38.926Z] ---> Running in 955edd026f85 [2021-03-30T06:15:41.770Z] Building edgex-go [2021-03-30T06:15:42.032Z] + cd /root/parts/edgex-go/src [2021-03-30T06:15:42.032Z] + make build [2021-03-30T06:15:42.032Z] 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-30T06:15:42.340Z] Removing intermediate container 52c8febcd1f2 [2021-03-30T06:15:42.340Z] ---> 606b21d19636 [2021-03-30T06:15:42.340Z] Step 8/22 : COPY . . [2021-03-30T06:15:42.609Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-03-30T06:15:42.609Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 [2021-03-30T06:15:42.609Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-30T06:15:42.609Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-03-30T06:15:42.609Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-03-30T06:15:42.609Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-03-30T06:15:42.609Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-03-30T06:15:42.609Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-03-30T06:15:42.609Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-30T06:15:42.609Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-30T06:15:42.609Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-03-30T06:15:45.752Z] Collecting docker-compose==1.23.2 [2021-03-30T06:15:45.752Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-30T06:15:46.741Z] Collecting docker<4.0,>=3.6.0 [2021-03-30T06:15:46.741Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-30T06:15:47.349Z] Collecting cached-property<2,>=1.2.0 [2021-03-30T06:15:47.349Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-30T06:15:48.798Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-30T06:15:48.798Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-30T06:15:49.196Z] 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-30T06:15:49.196Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-30T06:15:49.397Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-30T06:15:49.398Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-30T06:15:49.675Z] 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-30T06:15:50.665Z] Collecting PyYAML<4,>=3.10 [2021-03-30T06:15:50.665Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-30T06:15:53.312Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:15:53.312Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:15:53.312Z] ---> 7eb55254d376 [2021-03-30T06:15:53.312Z] Step 3/24 : WORKDIR /edgex-go [2021-03-30T06:15:53.312Z] ---> Using cache [2021-03-30T06:15:53.312Z] ---> 3a2f9119ead1 [2021-03-30T06:15:53.312Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:15:53.312Z] ---> Using cache [2021-03-30T06:15:53.312Z] ---> f80f9fc37e55 [2021-03-30T06:15:53.312Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-30T06:15:54.492Z] 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-30T06:15:54.770Z] Collecting texttable<0.10,>=0.9.0 [2021-03-30T06:15:54.770Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-30T06:15:56.413Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-30T06:15:57.803Z] 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-30T06:15:58.664Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-30T06:15:58.664Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-30T06:15:58.664Z] ---> Running in abdf9d264c62 [2021-03-30T06:15:58.753Z] 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-30T06:15:58.753Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-30T06:15:59.014Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-30T06:15:59.014Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-30T06:15:59.014Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-30T06:15:59.278Z] ---> 06e41ca2e899 [2021-03-30T06:15:59.278Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-30T06:15:59.905Z] ---> Running in 0da844545334 [2021-03-30T06:16:00.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:16:00.963Z] 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-30T06:16:01.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:16:01.179Z] Collecting jsonschema<3,>=2.5.1 [2021-03-30T06:16:01.223Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-30T06:16:01.224Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-30T06:16:01.460Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-30T06:16:01.460Z] 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-30T06:16:01.749Z] OK: 217 MiB in 51 packages [2021-03-30T06:16:02.028Z] Collecting docopt<0.7,>=0.6.1 [2021-03-30T06:16:02.028Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-30T06:16:03.139Z] 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-30T06:16:04.524Z] 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-30T06:16:04.679Z] Removing intermediate container abdf9d264c62 [2021-03-30T06:16:04.679Z] ---> 2144e1dc83e7 [2021-03-30T06:16:04.679Z] Step 6/24 : COPY go.mod . [2021-03-30T06:16:04.679Z] Collecting docker-pycreds>=0.4.0 [2021-03-30T06:16:04.679Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-30T06:16:04.961Z] 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-30T06:16:05.572Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-30T06:16:05.572Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-30T06:16:05.875Z] ---> b9fccb022d80 [2021-03-30T06:16:05.875Z] Step 7/24 : RUN go mod download [2021-03-30T06:16:05.908Z] 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-30T06:16:06.488Z] ---> Running in 2e0e1dfe0373 [2021-03-30T06:16:06.488Z] Collecting idna<2.8,>=2.5 [2021-03-30T06:16:06.488Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-30T06:16:06.771Z] 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-30T06:16:06.771Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-30T06:16:06.771Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-30T06:16:06.771Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-30T06:16:06.771Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-30T06:16:07.397Z] 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-30T06:16:07.678Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-30T06:16:07.771Z] Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, cached-property, PyYAML, texttable, dockerpty, jsonschema, docopt, docker-compose [2021-03-30T06:16:08.378Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:16:08.379Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:16:08.379Z] ---> 7eb55254d376 [2021-03-30T06:16:08.379Z] Step 3/23 : WORKDIR /edgex-go [2021-03-30T06:16:08.379Z] ---> Using cache [2021-03-30T06:16:08.379Z] ---> 3a2f9119ead1 [2021-03-30T06:16:08.379Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:16:08.379Z] ---> Using cache [2021-03-30T06:16:08.379Z] ---> f80f9fc37e55 [2021-03-30T06:16:08.379Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-30T06:16:08.379Z] ---> Using cache [2021-03-30T06:16:08.379Z] ---> 2144e1dc83e7 [2021-03-30T06:16:08.379Z] Step 6/23 : COPY go.mod . [2021-03-30T06:16:08.379Z] ---> Using cache [2021-03-30T06:16:08.379Z] ---> b9fccb022d80 [2021-03-30T06:16:08.379Z] Step 7/23 : RUN go mod download [2021-03-30T06:16:08.663Z] ---> Running in 095d9802c76c [2021-03-30T06:16:08.663Z] Attempting uninstall: urllib3 [2021-03-30T06:16:08.663Z] Found existing installation: urllib3 1.25.9 [2021-03-30T06:16:08.663Z] Uninstalling urllib3-1.25.9: [2021-03-30T06:16:08.944Z] Successfully uninstalled urllib3-1.25.9 [2021-03-30T06:16:09.134Z] 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-30T06:16:09.134Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-30T06:16:09.940Z] Attempting uninstall: idna [2021-03-30T06:16:09.940Z] Found existing installation: idna 2.9 [2021-03-30T06:16:09.940Z] Uninstalling idna-2.9: [2021-03-30T06:16:10.218Z] Successfully uninstalled idna-2.9 [2021-03-30T06:16:11.244Z] Attempting uninstall: requests [2021-03-30T06:16:11.244Z] Found existing installation: requests 2.23.0 [2021-03-30T06:16:11.244Z] Uninstalling requests-2.23.0: [2021-03-30T06:16:11.686Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-30T06:16:11.686Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-30T06:16:11.686Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-30T06:16:11.686Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-30T06:16:11.686Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-30T06:16:11.686Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-30T06:16:11.686Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-30T06:16:11.686Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-30T06:16:11.686Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-30T06:16:11.686Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-30T06:16:11.686Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-30T06:16:11.686Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-30T06:16:11.686Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-30T06:16:11.686Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-30T06:16:11.686Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-30T06:16:11.686Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-30T06:16:11.686Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-30T06:16:11.686Z] + 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-30T06:16:11.686Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-30T06:16:11.686Z] + 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-30T06:16:11.686Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-30T06:16:11.686Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-30T06:16:11.686Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-30T06:16:11.686Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-30T06:16:11.686Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-30T06:16:11.686Z] + 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-30T06:16:11.857Z] Successfully uninstalled requests-2.23.0 [2021-03-30T06:16:12.506Z] Removing intermediate container 2e0e1dfe0373 [2021-03-30T06:16:12.506Z] ---> 94f5ab77a6ac [2021-03-30T06:16:12.506Z] Step 8/24 : COPY . . [2021-03-30T06:16:12.793Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-30T06:16:12.793Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-30T06:16:12.793Z] ---> 7eb55254d376 [2021-03-30T06:16:12.793Z] Step 3/22 : WORKDIR /edgex-go [2021-03-30T06:16:12.793Z] ---> Using cache [2021-03-30T06:16:12.793Z] ---> 3a2f9119ead1 [2021-03-30T06:16:12.793Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T06:16:12.793Z] ---> Using cache [2021-03-30T06:16:12.793Z] ---> f80f9fc37e55 [2021-03-30T06:16:12.793Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-30T06:16:12.793Z] ---> Using cache [2021-03-30T06:16:12.793Z] ---> 2144e1dc83e7 [2021-03-30T06:16:12.793Z] Step 6/22 : COPY go.mod . [2021-03-30T06:16:12.793Z] ---> Using cache [2021-03-30T06:16:12.793Z] ---> b9fccb022d80 [2021-03-30T06:16:12.793Z] Step 7/22 : RUN go mod download [2021-03-30T06:16:12.793Z] ---> Using cache [2021-03-30T06:16:12.793Z] ---> 94f5ab77a6ac [2021-03-30T06:16:12.793Z] Step 8/22 : COPY . . [2021-03-30T06:16:13.398Z] Running setup.py install for PyYAML: started [2021-03-30T06:16:14.003Z] Removing intermediate container 095d9802c76c [2021-03-30T06:16:14.003Z] ---> 403d09eb1552 [2021-03-30T06:16:14.003Z] Step 8/23 : COPY . . [2021-03-30T06:16:14.993Z] Building static-packages [2021-03-30T06:16:14.993Z] + snapcraftctl build [2021-03-30T06:16:16.012Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-30T06:16:16.012Z] Running setup.py install for texttable: started [2021-03-30T06:16:17.553Z] Building version [2021-03-30T06:16:17.553Z] + snapcraftctl build [2021-03-30T06:16:18.019Z] Running setup.py install for texttable: finished with status 'done' [2021-03-30T06:16:18.019Z] Running setup.py install for dockerpty: started [2021-03-30T06:16:20.678Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-30T06:16:20.678Z] Running setup.py install for docopt: started [2021-03-30T06:16:20.856Z] Skipping stage go-build-helper (already ran) [2021-03-30T06:16:20.856Z] Staging app-service-config [2021-03-30T06:16:20.856Z] + snapcraftctl stage [2021-03-30T06:16:21.803Z] Staging config-common [2021-03-30T06:16:21.804Z] + snapcraftctl stage [2021-03-30T06:16:22.672Z] Running setup.py install for docopt: finished with status 'done' [2021-03-30T06:16:22.746Z] Staging edgex-go [2021-03-30T06:16:22.746Z] + snapcraftctl stage [2021-03-30T06:16:24.114Z] 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-30T06:16:24.134Z] Staging static-packages [2021-03-30T06:16:24.134Z] + snapcraftctl stage [2021-03-30T06:16:25.522Z] Staging version [2021-03-30T06:16:25.522Z] + snapcraftctl stage [2021-03-30T06:16:26.906Z] Priming go-build-helper [2021-03-30T06:16:26.906Z] + snapcraftctl prime [2021-03-30T06:16:28.289Z] Priming app-service-config [2021-03-30T06:16:28.289Z] + snapcraftctl prime [2021-03-30T06:16:29.692Z] Priming config-common [2021-03-30T06:16:29.692Z] + snapcraftctl prime [2021-03-30T06:16:30.634Z] Priming edgex-go [2021-03-30T06:16:30.634Z] + snapcraftctl prime [2021-03-30T06:16:32.020Z] Priming static-packages [2021-03-30T06:16:32.020Z] + snapcraftctl prime [2021-03-30T06:16:35.322Z] Priming version [2021-03-30T06:16:35.322Z] + snapcraftctl prime [2021-03-30T06:16:36.270Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-30T06:16:36.533Z] Removing intermediate container 955edd026f85 [2021-03-30T06:16:36.533Z] ---> 2842f3e008d8 [2021-03-30T06:16:36.533Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-30T06:16:37.139Z] ---> Running in b7f6851cb096 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [2021-03-30T06:16:39.146Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-30T06:16:39.423Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:16:40.038Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-30T06:16:40.038Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-30T06:16:40.038Z] (3/3) Installing curl (7.69.1-r3) [2021-03-30T06:16:40.038Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:16:40.038Z] OK: 72 MiB in 58 packages [2021-03-30T06:16:44.384Z] Removing intermediate container b7f6851cb096 [2021-03-30T06:16:44.384Z] ---> 651f9eb658e5 [2021-03-30T06:16:44.384Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-30T06:16:44.384Z] ---> Running in f2fa1ba074a1 [2021-03-30T06:16:45.845Z] Removing intermediate container f2fa1ba074a1 [2021-03-30T06:16:45.845Z] ---> 1e06c1989916 [2021-03-30T06:16:45.845Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T06:16:46.124Z] ---> Running in f5fae4214f14 [2021-03-30T06:16:47.581Z] Removing intermediate container f5fae4214f14 [2021-03-30T06:16:47.581Z] ---> 01d00289f870 [2021-03-30T06:16:47.581Z] Step 24/26 : LABEL arch=arm64 [2021-03-30T06:16:47.869Z] ---> Running in 825f0e8fba5d [2021-03-30T06:16:48.490Z] ---> 009b67bc42e3 [2021-03-30T06:16:48.490Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-30T06:16:48.783Z] Removing intermediate container 825f0e8fba5d [2021-03-30T06:16:48.783Z] ---> 6de059a4794d [2021-03-30T06:16:48.783Z] Step 25/26 : LABEL git_sha=e61f4d73aa0e92b7184a60efdc09909860740fcb [2021-03-30T06:16:49.065Z] ---> Running in 881243d13709 [2021-03-30T06:16:49.338Z] ---> Running in 0ecbc93631ae [2021-03-30T06:16:50.776Z] Removing intermediate container 0ecbc93631ae [2021-03-30T06:16:50.776Z] ---> 9713e38c7105 [2021-03-30T06:16:50.776Z] Step 26/26 : LABEL version=0.0.0 [2021-03-30T06:16:51.057Z] ---> Running in 89ca18622a8e [2021-03-30T06:16:51.330Z] ---> 6efa3bc51ef7 [2021-03-30T06:16:51.330Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-30T06:16:51.330Z] 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-30T06:16:51.605Z] ---> Running in 9ce7ef2b22e7 [2021-03-30T06:16:52.210Z] Removing intermediate container 89ca18622a8e [2021-03-30T06:16:52.210Z] ---> b786d2e82005 [2021-03-30T06:16:52.210Z] [2021-03-30T06:16:52.494Z] ---> 5db8a78db8b9 [2021-03-30T06:16:52.494Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-30T06:16:53.086Z] ---> Running in 38d90946477a [2021-03-30T06:16:53.086Z] Successfully built b786d2e82005 [2021-03-30T06:16:53.086Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-30T06:16:54.065Z]  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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-30T06:16:55.054Z] 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-30T06:17:10.172Z] Removing intermediate container 0da844545334 [2021-03-30T06:17:10.172Z] ---> b99b2365d194 [2021-03-30T06:17:10.172Z] [2021-03-30T06:17:10.172Z] Step 10/22 : FROM alpine:3.12 [2021-03-30T06:17:10.172Z] ---> e47305ac9786 [2021-03-30T06:17:10.172Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-30T06:17:10.172Z] ---> Running in 4ba8c1d4d0ab [2021-03-30T06:17:12.161Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:17:12.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:17:13.152Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-30T06:17:13.152Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-30T06:17:13.152Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:17:13.152Z] Executing ca-certificates-20191127-r4.trigger [2021-03-30T06:17:13.451Z] OK: 6 MiB in 16 packages [2021-03-30T06:17:15.743Z] Removing intermediate container 4ba8c1d4d0ab [2021-03-30T06:17:15.743Z] ---> 15786ad49b84 [2021-03-30T06:17:15.743Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-30T06:17:16.042Z] ---> Running in b2b4852dec7b [2021-03-30T06:17:16.663Z] Removing intermediate container b2b4852dec7b [2021-03-30T06:17:16.663Z] ---> d941cce9795e [2021-03-30T06:17:16.663Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-30T06:17:16.952Z] ---> Running in 892e9112fb8f [2021-03-30T06:17:17.563Z] Removing intermediate container 892e9112fb8f [2021-03-30T06:17:17.563Z] ---> 60abf2b9d60f [2021-03-30T06:17:17.563Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-30T06:17:17.850Z] ---> Running in 2fc7802a3542 [2021-03-30T06:17:18.486Z] Removing intermediate container 2fc7802a3542 [2021-03-30T06:17:18.486Z] ---> 5c4ab3818a77 [2021-03-30T06:17:18.486Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T06:17:19.938Z] ---> a21561d7c967 [2021-03-30T06:17:19.938Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-30T06:17:21.936Z] ---> 076950bd2b7a [2021-03-30T06:17:21.936Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-30T06:17:22.936Z] ---> 66386da6bc1a [2021-03-30T06:17:22.936Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-30T06:17:23.214Z] ---> Running in 5f4931cbe39c [2021-03-30T06:17:23.822Z] Removing intermediate container 5f4931cbe39c [2021-03-30T06:17:23.822Z] ---> 80bf5cc99e21 [2021-03-30T06:17:23.822Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T06:17:24.103Z] ---> Running in b488d2a6ee27 [2021-03-30T06:17:24.709Z] Removing intermediate container b488d2a6ee27 [2021-03-30T06:17:24.709Z] ---> dca862fd4477 [2021-03-30T06:17:24.709Z] Step 20/22 : LABEL arch=arm64 [2021-03-30T06:17:24.995Z] ---> Running in 4b4e2447e743 [2021-03-30T06:17:25.599Z] Removing intermediate container 4b4e2447e743 [2021-03-30T06:17:25.599Z] ---> b13d218cf510 [2021-03-30T06:17:25.599Z] Step 21/22 : LABEL git_sha=e61f4d73aa0e92b7184a60efdc09909860740fcb [2021-03-30T06:17:25.876Z] ---> Running in 18d1631c66fd [2021-03-30T06:17:26.498Z] Removing intermediate container 18d1631c66fd [2021-03-30T06:17:26.498Z] ---> ccb4e858c119 [2021-03-30T06:17:26.498Z] Step 22/22 : LABEL version=0.0.0 [2021-03-30T06:17:26.781Z] ---> Running in a65dcc0ef7e0 [2021-03-30T06:17:27.387Z] Removing intermediate container a65dcc0ef7e0 [2021-03-30T06:17:27.387Z] ---> f8465dcb378a [2021-03-30T06:17:27.387Z] [2021-03-30T06:17:27.665Z] Successfully built f8465dcb378a [2021-03-30T06:17:27.944Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-30T06:18:00.349Z]  Building docker-support-notifications-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-30T06:18:12.811Z] Removing intermediate container 9ce7ef2b22e7 [2021-03-30T06:18:12.811Z] ---> 10b382f185f6 [2021-03-30T06:18:12.811Z] [2021-03-30T06:18:12.811Z] Step 10/24 : FROM alpine:3.12 [2021-03-30T06:18:12.811Z] ---> e47305ac9786 [2021-03-30T06:18:12.811Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-30T06:18:12.811Z] ---> Running in 76a81670d6df [2021-03-30T06:18:13.085Z] Removing intermediate container 38d90946477a [2021-03-30T06:18:13.085Z] ---> e977184a5bb9 [2021-03-30T06:18:13.085Z] [2021-03-30T06:18:13.085Z] Step 10/23 : FROM alpine:3.12 [2021-03-30T06:18:13.085Z] ---> e47305ac9786 [2021-03-30T06:18:13.085Z] Step 11/23 : RUN apk add --update --no-cache dumb-initRemoving intermediate container 881243d13709 [2021-03-30T06:18:13.085Z] ---> a3f07802c501 [2021-03-30T06:18:13.085Z] [2021-03-30T06:18:13.085Z] Step 10/22 : FROM alpine:3.12 [2021-03-30T06:18:13.085Z] ---> e47305ac9786 [2021-03-30T06:18:13.085Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-30T06:18:13.085Z] ---> Using cache [2021-03-30T06:18:13.085Z] [2021-03-30T06:18:13.085Z] ---> Using cache [2021-03-30T06:18:13.085Z] ---> 0d9e23b87457 [2021-03-30T06:18:13.085Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-30T06:18:13.085Z] ---> 0d9e23b87457 [2021-03-30T06:18:13.085Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-30T06:18:13.085Z] ---> Using cache [2021-03-30T06:18:13.085Z] ---> 27ec0735168a [2021-03-30T06:18:13.085Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-30T06:18:13.085Z] ---> Using cache [2021-03-30T06:18:13.085Z] ---> 27ec0735168a [2021-03-30T06:18:13.085Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-30T06:18:13.358Z] ---> Running in e015856b0c8f [2021-03-30T06:18:13.358Z] ---> Running in 4d279ce02cef [2021-03-30T06:18:13.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T06:18:13.953Z] Removing intermediate container 4d279ce02cef [2021-03-30T06:18:13.953Z] ---> bfd981b0c5f5 [2021-03-30T06:18:13.953Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-30T06:18:13.953Z] Removing intermediate container e015856b0c8f [2021-03-30T06:18:13.953Z] ---> d697228b1879 [2021-03-30T06:18:13.953Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-30T06:18:13.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T06:18:14.226Z] ---> Running in e022d87af45a [2021-03-30T06:18:14.226Z] ---> Running in a95320193bdf [2021-03-30T06:18:14.504Z] Removing intermediate container e022d87af45a [2021-03-30T06:18:14.504Z] ---> 1d86bc8a850e [2021-03-30T06:18:14.504Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T06:18:14.785Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-30T06:18:14.785Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-30T06:18:14.785Z] Removing intermediate container a95320193bdf [2021-03-30T06:18:14.785Z] ---> 789860d112e6 [2021-03-30T06:18:14.785Z] Step 15/23 : WORKDIR / [2021-03-30T06:18:14.785Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-30T06:18:14.785Z] (4/6) Installing curl (7.69.1-r3) [2021-03-30T06:18:14.785Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-30T06:18:14.785Z] (6/6) Installing su-exec (0.2-r1) [2021-03-30T06:18:14.785Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T06:18:14.785Z] Executing ca-certificates-20191127-r4.trigger [2021-03-30T06:18:15.067Z] ---> Running in 4bfca545b933 [2021-03-30T06:18:15.067Z] OK: 7 MiB in 20 packages [2021-03-30T06:18:15.662Z] ---> f4c48969c6bc [2021-03-30T06:18:15.662Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-30T06:18:15.662Z] Removing intermediate container 4bfca545b933 [2021-03-30T06:18:15.662Z] ---> fc069e2c1fa9 [2021-03-30T06:18:15.662Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-30T06:18:17.090Z] ---> c35c61cce786 [2021-03-30T06:18:17.090Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-30T06:18:17.090Z] Removing intermediate container 76a81670d6df [2021-03-30T06:18:17.090Z] ---> 2a06fabdc12c [2021-03-30T06:18:17.090Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-30T06:18:17.090Z] ---> e59e0b91f097 [2021-03-30T06:18:17.090Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-30T06:18:17.090Z] ---> Running in 53b9309a4093 [2021-03-30T06:18:17.689Z] Removing intermediate container 53b9309a4093 [2021-03-30T06:18:17.689Z] ---> 39976998525f [2021-03-30T06:18:17.689Z] Step 13/24 : WORKDIR / [2021-03-30T06:18:17.961Z] ---> Running in 7785778edd83 [2021-03-30T06:18:17.961Z] ---> 1b5101c9c782 [2021-03-30T06:18:17.961Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-30T06:18:18.232Z] ---> Running in 94b6844b76a1 [2021-03-30T06:18:18.232Z] ---> 3c3ef338b807 [2021-03-30T06:18:18.233Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-30T06:18:18.506Z] Removing intermediate container 7785778edd83 [2021-03-30T06:18:18.506Z] ---> f2008b6292d6 [2021-03-30T06:18:18.506Z] 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-30T06:18:18.778Z] Removing intermediate container 94b6844b76a1 [2021-03-30T06:18:18.778Z] ---> df9667eac8fe [2021-03-30T06:18:18.778Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T06:18:19.050Z] ---> Running in 19d491992a8f [2021-03-30T06:18:19.050Z] ---> 1266ed63af1a [2021-03-30T06:18:19.050Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-30T06:18:19.323Z] ---> Running in d3fd6775d31e [2021-03-30T06:18:19.598Z] ---> 9b25d096c2d7 [2021-03-30T06:18:19.598Z] 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-30T06:18:19.598Z] Removing intermediate container 19d491992a8f [2021-03-30T06:18:19.598Z] ---> d69307333e1c [2021-03-30T06:18:19.598Z] Step 20/22 : LABEL arch=arm64 [2021-03-30T06:18:19.598Z] ---> Running in 7e4139b0c519 [2021-03-30T06:18:19.872Z] Removing intermediate container d3fd6775d31e [2021-03-30T06:18:19.872Z] ---> 5ba33b9e3eab [2021-03-30T06:18:19.872Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T06:18:20.145Z] ---> Running in c9b88ec239b4 [2021-03-30T06:18:20.145Z] Removing intermediate container 7e4139b0c519 [2021-03-30T06:18:20.145Z] ---> 87d7d2677b5a [2021-03-30T06:18:20.145Z] Step 21/22 : LABEL git_sha=e61f4d73aa0e92b7184a60efdc09909860740fcb [2021-03-30T06:18:20.417Z] ---> 5d8ba8f334ca [2021-03-30T06:18:20.417Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-30T06:18:20.417Z] ---> Running in 2733e0914adf [2021-03-30T06:18:20.690Z] Removing intermediate container c9b88ec239b4 [2021-03-30T06:18:20.690Z] ---> e46a2c56f4d1 [2021-03-30T06:18:20.690Z] Step 21/23 : LABEL arch=arm64 [2021-03-30T06:18:20.963Z] ---> Running in d44bbddaa2c0 [2021-03-30T06:18:20.963Z] Removing intermediate container 2733e0914adf [2021-03-30T06:18:20.963Z] ---> 817858954e2f [2021-03-30T06:18:20.963Z] Step 22/22 : LABEL version=0.0.0 [2021-03-30T06:18:21.234Z] ---> Running in 1a9786c3e382 [2021-03-30T06:18:21.234Z] ---> 00825103160e [2021-03-30T06:18:21.234Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-30T06:18:21.505Z] Removing intermediate container d44bbddaa2c0 [2021-03-30T06:18:21.505Z] ---> 1ce77c51ffec [2021-03-30T06:18:21.505Z] Step 22/23 : LABEL git_sha=e61f4d73aa0e92b7184a60efdc09909860740fcb [2021-03-30T06:18:21.505Z] ---> Running in 393f797acffe [2021-03-30T06:18:21.779Z] Removing intermediate container 1a9786c3e382 [2021-03-30T06:18:21.779Z] ---> 0fbff2232148 [2021-03-30T06:18:21.779Z] [2021-03-30T06:18:22.375Z] Successfully built 0fbff2232148 [2021-03-30T06:18:22.375Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-30T06:18:22.375Z]  Building docker-support-scheduler-go ... done Removing intermediate container 393f797acffe [2021-03-30T06:18:22.375Z] ---> 558d820a3a79 [2021-03-30T06:18:22.375Z] Step 23/23 : LABEL version=0.0.0 [2021-03-30T06:18:22.375Z] ---> 9e1159e4bf12 [2021-03-30T06:18:22.375Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-30T06:18:22.375Z] ---> Running in 56014a3c2f8b [2021-03-30T06:18:22.975Z] Removing intermediate container 56014a3c2f8b [2021-03-30T06:18:22.975Z] ---> a6101a7cc00e [2021-03-30T06:18:22.975Z] [2021-03-30T06:18:23.571Z] Successfully built a6101a7cc00e [2021-03-30T06:18:23.571Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-30T06:18:23.846Z]  Building docker-core-command-go ... done  ---> b6a30a711b5d [2021-03-30T06:18:23.846Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-30T06:18:24.439Z] ---> e118804a7b40 [2021-03-30T06:18:24.439Z] 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-30T06:18:24.439Z] ---> Running in 038c9fd51a9e [2021-03-30T06:18:26.402Z] Removing intermediate container 038c9fd51a9e [2021-03-30T06:18:26.402Z] ---> 579421050172 [2021-03-30T06:18:26.402Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-30T06:18:26.671Z] ---> Running in ed9db3df1cea [2021-03-30T06:18:26.949Z] Removing intermediate container ed9db3df1cea [2021-03-30T06:18:26.949Z] ---> f7a5fbfc1ec0 [2021-03-30T06:18:26.949Z] Step 22/24 : LABEL arch=arm64 [2021-03-30T06:18:27.223Z] ---> Running in ea8a8d1d509b [2021-03-30T06:18:27.499Z] Removing intermediate container ea8a8d1d509b [2021-03-30T06:18:27.499Z] ---> af346fd18b02 [2021-03-30T06:18:27.499Z] Step 23/24 : LABEL git_sha=e61f4d73aa0e92b7184a60efdc09909860740fcb [2021-03-30T06:18:27.769Z] ---> Running in c6608fab32c8 [2021-03-30T06:18:28.045Z] Removing intermediate container c6608fab32c8 [2021-03-30T06:18:28.045Z] ---> 4960aac0233a [2021-03-30T06:18:28.045Z] Step 24/24 : LABEL version=0.0.0 [2021-03-30T06:18:28.322Z] ---> Running in 3140032128cd [2021-03-30T06:18:28.917Z] Removing intermediate container 3140032128cd [2021-03-30T06:18:28.917Z] ---> 640b13890c3a [2021-03-30T06:18:28.917Z] [2021-03-30T06:18:29.187Z] Successfully built 640b13890c3a [2021-03-30T06:18:29.187Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-30T06:18:29.476Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2021-03-30T06:18:29.495Z] $ docker stop --time=1 2cf8ee1502d073e87a08a31848213f1ba9936ac55b40677f3a03119ca45959e0 [2021-03-30T06:18:31.447Z] $ docker rm -f 2cf8ee1502d073e87a08a31848213f1ba9936ac55b40677f3a03119ca45959e0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-30T06:18:32.210Z] + + grepdocker docker images [2021-03-30T06:18:32.210Z] [2021-03-30T06:18:32.481Z] docker-security-secretstore-setup-go-arm64 latest 640b13890c3a 4 seconds ago 24.4MB [2021-03-30T06:18:32.481Z] docker-core-command-go-arm64 latest a6101a7cc00e 10 seconds ago 16.3MB [2021-03-30T06:18:32.481Z] docker-support-scheduler-go-arm64 latest 0fbff2232148 11 seconds ago 16.4MB [2021-03-30T06:18:32.481Z] docker-support-notifications-go-arm64 latest f8465dcb378a About a minute ago 16.9MB [2021-03-30T06:18:32.481Z] docker-sys-mgmt-agent-go-arm64 latest b786d2e82005 About a minute ago 301MB [2021-03-30T06:18:32.481Z] docker-core-data-go-arm64 latest 235c592c03ee 2 minutes ago 21.4MB [2021-03-30T06:18:32.481Z] docker-security-bootstrapper-go-arm64 latest 54fb3c3cdfd5 3 minutes ago 17.9MB [2021-03-30T06:18:32.481Z] docker-core-metadata-go-arm64 latest b0684d53b7a3 3 minutes ago 17.9MB [2021-03-30T06:18:32.481Z] docker-security-proxy-setup-go-arm64 latest 3557e99716cc 3 minutes ago 24.1MB [2021-03-30T06:18:32.481Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-30T06:18:33.791Z] ---> job-cost.sh [2021-03-30T06:18:33.791Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0U9u [2021-03-30T06:19:12.822Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-30T06:20:49.563Z] lf-activate-venv(): INFO: Adding /tmp/venv-0U9u/bin to PATH [2021-03-30T06:20:49.563Z] INFO: No Stack... [2021-03-30T06:20:49.563Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-30T06:20:49.563Z] INFO: Archiving Costs [Pipeline] sh [2021-03-30T06:20:49.921Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2021-03-30T06:20:49.921Z] + cut -d, -f6 [Pipeline] lock [2021-03-30T06:20:50.054Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3319-1-stack-cost] [2021-03-30T06:20:50.061Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3319-1-stack-cost] did not exist. Created. [2021-03-30T06:20:50.061Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3319-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-30T06:20:50.610Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-30T06:20:50.899Z] Stashed 1 file(s) [Pipeline] } [2021-03-30T06:20:50.921Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3319-1-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-30T06:20:52.836Z] provisioning config files... [2021-03-30T06:20:52.849Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config7518802224306671478tmp [Pipeline] { [Pipeline] sh [2021-03-30T06:20:53.278Z] + set +x [2021-03-30T06:20:53.278Z] + curl -s https://codecov.io/bash [2021-03-30T06:20:53.278Z] + bash -s -- [2021-03-30T06:20:53.541Z] [2021-03-30T06:20:53.541Z] _____ _ [2021-03-30T06:20:53.541Z] / ____| | | [2021-03-30T06:20:53.541Z] | | ___ __| | ___ ___ _____ __ [2021-03-30T06:20:53.541Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-30T06:20:53.541Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-30T06:20:53.541Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-30T06:20:53.541Z] Bash-20210309-2b87ace [2021-03-30T06:20:53.541Z] [2021-03-30T06:20:53.541Z] [2021-03-30T06:20:53.541Z] ==> git version 2.24.3 found [2021-03-30T06:20:53.541Z] ==> 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-30T06:20:53.541Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-30T06:20:53.541Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-30T06:20:53.541Z] ==> Jenkins CI detected. [2021-03-30T06:20:53.541Z] project root: . [2021-03-30T06:20:53.541Z] --> token set from env [2021-03-30T06:20:53.804Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-30T06:20:53.804Z] ==> Running gcov in . (disable via -X gcov) [2021-03-30T06:20:53.804Z] ==> Python coveragepy not found [2021-03-30T06:20:53.804Z] ==> Searching for coverage reports in: [2021-03-30T06:20:53.804Z] + . [2021-03-30T06:20:53.804Z] -> Found 1 reports [2021-03-30T06:20:53.804Z] ==> Detecting git/mercurial file structure [2021-03-30T06:20:53.804Z] ==> Reading reports [2021-03-30T06:20:53.804Z] + ./coverage.out bytes=669470 [2021-03-30T06:20:53.804Z] ==> Appending adjustments [2021-03-30T06:20:53.804Z] https://docs.codecov.io/docs/fixing-reports [2021-03-30T06:20:58.036Z] + Found adjustments [2021-03-30T06:20:58.036Z] ==> Gzipping contents [2021-03-30T06:20:58.036Z] 96K /tmp/codecov.1YLFV1.gz [2021-03-30T06:20:58.036Z] ==> Uploading reports [2021-03-30T06:20:58.036Z] url: https://codecov.io [2021-03-30T06:20:58.036Z] query: branch=PR-3319&commit=e61f4d73aa0e92b7184a60efdc09909860740fcb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3319%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3319&job=&cmd_args= [2021-03-30T06:20:58.036Z] -> Pinging Codecov [2021-03-30T06:20:58.036Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3319&commit=e61f4d73aa0e92b7184a60efdc09909860740fcb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3319%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3319&job=&cmd_args= [2021-03-30T06:20:58.036Z] -> Uploading to [2021-03-30T06:20:58.036Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-30/00271124DB129430A58F1EEE437C3FCB/e61f4d73aa0e92b7184a60efdc09909860740fcb/ae7c8823-b336-4da1-8f82-90fef17af0a6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210330%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210330T062057Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8a30bc25e775a5c3ca5323fb992833ab831a11bf07798b174b8290cadbf95633 [2021-03-30T06:20:58.036Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-30T06:20:58.036Z] Dload Upload Total Spent Left Speed [2021-03-30T06:20:58.610Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97005 0 0 100 97005 0 168k --:--:-- --:--:-- --:--:-- 168k [2021-03-30T06:20:58.610Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/e61f4d73aa0e92b7184a60efdc09909860740fcb [Pipeline] } [2021-03-30T06:20:58.645Z] 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-30T06:21:01.060Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T06:21:01.993Z] ---> package-listing.sh [2021-03-30T06:21:01.993Z] ++ facter osfamily [2021-03-30T06:21:01.993Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-30T06:21:01.993Z] + OS_FAMILY=redhat [2021-03-30T06:21:01.993Z] + workspace=/w/workspace/edgex-go/1 [2021-03-30T06:21:01.993Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-30T06:21:01.993Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-30T06:21:01.993Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-30T06:21:01.993Z] + PACKAGES=/tmp/packages_start.txt [2021-03-30T06:21:01.993Z] + '[' /w/workspace/edgex-go/1 ']' [2021-03-30T06:21:01.993Z] + PACKAGES=/tmp/packages_end.txt [2021-03-30T06:21:01.993Z] + case "${OS_FAMILY}" in [2021-03-30T06:21:01.993Z] + rpm -qa [2021-03-30T06:21:01.993Z] + sort [2021-03-30T06:21:07.308Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-30T06:21:07.308Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-30T06:21:07.308Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-30T06:21:07.308Z] + '[' /w/workspace/edgex-go/1 ']' [2021-03-30T06:21:07.308Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2021-03-30T06:21:07.308Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2021-03-30T06:21:07.429Z] 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-30T06:21:07.905Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-30T06:21:08.313Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-30T06:21:08.313Z] [2021-03-30T06:21:08.313Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-30T06:21:08.706Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-30T06:21:08.707Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-30T06:21:08.707Z] df20fa9351a1: Pulling fs layer [2021-03-30T06:21:08.707Z] 36b3adc4ff6f: Pulling fs layer [2021-03-30T06:21:08.707Z] 8ad3a11d3b57: Pulling fs layer [2021-03-30T06:21:08.707Z] 46f8f816bc3b: Pulling fs layer [2021-03-30T06:21:08.707Z] 93b61091891f: Pulling fs layer [2021-03-30T06:21:08.707Z] 93b9cdb0e59b: Pulling fs layer [2021-03-30T06:21:08.707Z] 5e14af77c1be: Pulling fs layer [2021-03-30T06:21:08.707Z] 01666e4c0597: Pulling fs layer [2021-03-30T06:21:08.707Z] aa168da1d23b: Pulling fs layer [2021-03-30T06:21:08.707Z] 93b61091891f: Waiting [2021-03-30T06:21:08.707Z] 93b9cdb0e59b: Waiting [2021-03-30T06:21:08.707Z] 5e14af77c1be: Waiting [2021-03-30T06:21:08.707Z] 01666e4c0597: Waiting [2021-03-30T06:21:08.707Z] aa168da1d23b: Waiting [2021-03-30T06:21:08.707Z] 46f8f816bc3b: Waiting [2021-03-30T06:21:08.707Z] 36b3adc4ff6f: Verifying Checksum [2021-03-30T06:21:08.707Z] 36b3adc4ff6f: Download complete [2021-03-30T06:21:08.707Z] 46f8f816bc3b: Verifying Checksum [2021-03-30T06:21:08.707Z] 46f8f816bc3b: Download complete [2021-03-30T06:21:08.969Z] df20fa9351a1: Verifying Checksum [2021-03-30T06:21:08.969Z] df20fa9351a1: Download complete [2021-03-30T06:21:08.969Z] 93b9cdb0e59b: Verifying Checksum [2021-03-30T06:21:08.969Z] 93b9cdb0e59b: Download complete [2021-03-30T06:21:08.969Z] 5e14af77c1be: Verifying Checksum [2021-03-30T06:21:08.969Z] 5e14af77c1be: Download complete [2021-03-30T06:21:08.969Z] 01666e4c0597: Verifying Checksum [2021-03-30T06:21:08.969Z] 01666e4c0597: Download complete [2021-03-30T06:21:08.969Z] 93b61091891f: Verifying Checksum [2021-03-30T06:21:08.969Z] 93b61091891f: Download complete [2021-03-30T06:21:08.969Z] 8ad3a11d3b57: Verifying Checksum [2021-03-30T06:21:08.969Z] 8ad3a11d3b57: Download complete [2021-03-30T06:21:09.234Z] df20fa9351a1: Pull complete [2021-03-30T06:21:09.498Z] 36b3adc4ff6f: Pull complete [2021-03-30T06:21:11.440Z] aa168da1d23b: Verifying Checksum [2021-03-30T06:21:11.440Z] aa168da1d23b: Download complete [2021-03-30T06:21:12.395Z] 8ad3a11d3b57: Pull complete [2021-03-30T06:21:12.395Z] 46f8f816bc3b: Pull complete [2021-03-30T06:21:12.975Z] 93b61091891f: Pull complete [2021-03-30T06:21:12.975Z] 93b9cdb0e59b: Pull complete [2021-03-30T06:21:13.241Z] 5e14af77c1be: Pull complete [2021-03-30T06:21:13.241Z] 01666e4c0597: Pull complete [2021-03-30T06:21:23.291Z] aa168da1d23b: Pull complete [2021-03-30T06:21:23.291Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-30T06:21:23.291Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-30T06:21:23.291Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-30T06:21:23.546Z] prd-centos7-docker-4c-2g-31993 does not seem to be running inside a container [2021-03-30T06:21:23.600Z] $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-30T06:21:27.823Z] $ docker top 35e10ee79f365314e54c03bf2d51fb22ab89bdc1d225f681d6f8ef39374dc6ef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T06:21:28.438Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-30T06:21:28.764Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-30T06:21:29.127Z] + ls /var/log/sa-host [2021-03-30T06:21:29.127Z] + sadf -c /var/log/sa-host/sa23 [2021-03-30T06:21:29.127Z] file_magic: OK [2021-03-30T06:21:29.127Z] HZ: Using current value: 100 [2021-03-30T06:21:29.127Z] file_header: OK [2021-03-30T06:21:29.127Z] 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-30T06:21:29.127Z] Statistics: [2021-03-30T06:21:29.127Z] Hnuu...uuuununununu... [2021-03-30T06:21:29.127Z] File successfully converted to sysstat format version 12.2.1 [2021-03-30T06:21:29.127Z] + sadf -c /var/log/sa-host/sa30 [2021-03-30T06:21:29.127Z] file_magic: OK [2021-03-30T06:21:29.127Z] HZ: Using current value: 100 [2021-03-30T06:21:29.127Z] file_header: OK [2021-03-30T06:21:29.127Z] 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-30T06:21:29.127Z] Statistics: [2021-03-30T06:21:29.127Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-30T06:21:29.127Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-30T06:21:29.410Z] provisioning config files... [2021-03-30T06:21:29.430Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config4381817850158997861tmp [Pipeline] { [Pipeline] echo [2021-03-30T06:21:29.554Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T06:21:29.905Z] ---> create-netrc.sh [Pipeline] } [2021-03-30T06:21:29.929Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-30T06:21:30.088Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T06:21:30.434Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-30T06:21:30.464Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T06:21:30.817Z] ---> sudo-logs.sh [2021-03-30T06:21:30.817Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-30T06:21:30.930Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T06:21:31.271Z] ---> job-cost.sh [2021-03-30T06:21:31.271Z] lf-activate-venv: SKIPPING [2021-03-30T06:21:31.271Z] DEBUG: total: 0.20999999344348907 [2021-03-30T06:21:31.271Z] INFO: Retrieving Stack Cost... [2021-03-30T06:21:32.219Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-30T06:21:32.800Z] INFO: Archiving Costs [Pipeline] echo [2021-03-30T06:21:32.838Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T06:21:33.178Z] ---> logs-deploy.sh [2021-03-30T06:21:33.178Z] lf-activate-venv: SKIPPING [2021-03-30T06:21:33.178Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3319/1 [2021-03-30T06:21:33.178Z] INFO: archiving workspace using pattern(s): [2021-03-30T06:21:35.098Z] Archives upload complete. [2021-03-30T06:21:35.098Z] INFO: archiving logs to Nexus