Pull request #3269 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ca07e100999dc5c116f7ac63d0363044f02ddcad+8b8c045020ade9246d1189f9fd3b0cac0b6edd42 (3a55f7528c5a781cdf05dc4a662500e012a8cc8f) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-30913 in /w/workspace/edgexfoundry_edgex-go_PR-3269 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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 8b8c045020ade9246d1189f9fd3b0cac0b6edd42 into PR head commit ca07e100999dc5c116f7ac63d0363044f02ddcad > 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/3269/head:refs/remotes/origin/PR-3269 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ca07e100999dc5c116f7ac63d0363044f02ddcad # timeout=10 Merge succeeded, producing ca07e100999dc5c116f7ac63d0363044f02ddcad Checking out Revision ca07e100999dc5c116f7ac63d0363044f02ddcad (PR-3269) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 8b8c045020ade9246d1189f9fd3b0cac0b6edd42 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ca07e100999dc5c116f7ac63d0363044f02ddcad # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.4" > git rev-list --no-walk 92943d8cb36f1cb6d280a58ccbd3973606d3b70b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-22T19:45:59.498Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-22T19:46:01.330Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-22T19:46:01.433Z] ========================================================= [2021-03-22T19:46:01.433Z] EdgeX Global Pipelines Version Info [2021-03-22T19:46:01.433Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-22T19:46:03.020Z] ------------------- [2021-03-22T19:46:03.020Z] stable info: [2021-03-22T19:46:03.020Z] ------------------- [2021-03-22T19:46:03.020Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-22T19:46:03.020Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-22T19:46:03.020Z] Message: update stable to v1.0.186 [2021-03-22T19:46:03.985Z] ------------------- [2021-03-22T19:46:03.985Z] experimental info: [2021-03-22T19:46:03.985Z] ------------------- [2021-03-22T19:46:03.985Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-22T19:46:03.985Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-22T19:46:03.985Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-22T19:46:04.268Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-22T19:46:04.360Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-22T19:46:04.454Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-22T19:46:04.548Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-22T19:46:04.641Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-22T19:46:04.736Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-22T19:46:04.827Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-22T19:46:04.937Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-22T19:46:05.027Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-22T19:46:05.116Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-22T19:46:05.204Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-22T19:46:05.312Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-22T19:46:05.408Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-22T19:46:05.514Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-22T19:46:05.605Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-22T19:46:05.693Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-22T19:46:05.788Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-22T19:46:05.876Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-22T19:46:05.964Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-22T19:46:06.090Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-22T19:46:06.189Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-22T19:46:06.279Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-22T19:46:06.402Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3269 [Pipeline] echo [2021-03-22T19:46:06.490Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3269 [Pipeline] echo [2021-03-22T19:46:06.604Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3269 [Pipeline] echo [2021-03-22T19:46:06.691Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ca07e100999dc5c116f7ac63d0363044f02ddcad [Pipeline] echo [2021-03-22T19:46:06.778Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ca07e10 [Pipeline] echo [2021-03-22T19:46:06.876Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-22T19:46:07.050Z] provisioning config files... [2021-03-22T19:46:07.080Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config3898751956405205043tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-22T19:46:07.437Z] ---> docker-login.sh [2021-03-22T19:46:07.437Z] nexus3.edgexfoundry.org:10001 [2021-03-22T19:46:07.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T19:46:07.700Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T19:46:07.700Z] Configure a credential helper to remove this warning. See [2021-03-22T19:46:07.700Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T19:46:07.700Z] [2021-03-22T19:46:07.700Z] Login Succeeded [2021-03-22T19:46:07.700Z] nexus3.edgexfoundry.org:10002 [2021-03-22T19:46:07.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T19:46:07.964Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T19:46:07.964Z] Configure a credential helper to remove this warning. See [2021-03-22T19:46:07.964Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T19:46:07.964Z] [2021-03-22T19:46:07.964Z] Login Succeeded [2021-03-22T19:46:07.964Z] nexus3.edgexfoundry.org:10003 [2021-03-22T19:46:08.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T19:46:08.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T19:46:08.226Z] Configure a credential helper to remove this warning. See [2021-03-22T19:46:08.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T19:46:08.226Z] [2021-03-22T19:46:08.226Z] Login Succeeded [2021-03-22T19:46:08.226Z] nexus3.edgexfoundry.org:10004 [2021-03-22T19:46:08.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T19:46:08.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T19:46:08.489Z] Configure a credential helper to remove this warning. See [2021-03-22T19:46:08.489Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T19:46:08.489Z] [2021-03-22T19:46:08.489Z] Login Succeeded [2021-03-22T19:46:08.489Z] docker.io [2021-03-22T19:46:08.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T19:46:08.752Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T19:46:08.752Z] Configure a credential helper to remove this warning. See [2021-03-22T19:46:08.752Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T19:46:08.752Z] [2021-03-22T19:46:08.752Z] Login Succeeded [2021-03-22T19:46:08.752Z] ---> docker-login.sh ends [Pipeline] } [2021-03-22T19:46:08.761Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-22T19:46:09.244Z] ++ 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-22T19:46:09.244Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T19:46:09.244Z] ++ dirname cmd/core-command/Dockerfile [2021-03-22T19:46:09.244Z] ++ cut -d/ -f2 [2021-03-22T19:46:09.244Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-22T19:46:09.244Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T19:46:09.244Z] ++ dirname cmd/core-data/Dockerfile [2021-03-22T19:46:09.244Z] ++ cut -d/ -f2 [2021-03-22T19:46:09.244Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-22T19:46:09.244Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T19:46:09.244Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-22T19:46:09.244Z] ++ cut -d/ -f2 [2021-03-22T19:46:09.244Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-22T19:46:09.244Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T19:46:09.244Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-22T19:46:09.244Z] ++ cut -d/ -f2 [2021-03-22T19:46:09.244Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-22T19:46:09.244Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T19:46:09.244Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-22T19:46:09.244Z] ++ cut -d/ -f2 [2021-03-22T19:46:09.244Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-22T19:46:09.244Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T19:46:09.244Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-22T19:46:09.244Z] ++ cut -d/ -f2 [2021-03-22T19:46:09.244Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-22T19:46:09.244Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T19:46:09.244Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-22T19:46:09.244Z] ++ cut -d/ -f2 [2021-03-22T19:46:09.244Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-22T19:46:09.244Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T19:46:09.244Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-22T19:46:09.244Z] ++ cut -d/ -f2 [2021-03-22T19:46:09.244Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-22T19:46:09.244Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T19:46:09.244Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-22T19:46:09.244Z] ++ cut -d/ -f2 [2021-03-22T19:46:09.244Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-22T19:46:09.319Z] 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-22T19:46:10.930Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-22T19:46:10.931Z] [2021-03-22T19:46:10.931Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T19:46:11.289Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-22T19:46:11.289Z] latest: Pulling from edgex-devops/git-semver [2021-03-22T19:46:11.289Z] 31603596830f: Pulling fs layer [2021-03-22T19:46:11.289Z] 2a8b12db71e7: Pulling fs layer [2021-03-22T19:46:11.289Z] 6ca5941a6612: Pulling fs layer [2021-03-22T19:46:11.289Z] ecc8261a40a4: Pulling fs layer [2021-03-22T19:46:11.289Z] ecc8261a40a4: Waiting [2021-03-22T19:46:11.289Z] 2a8b12db71e7: Download complete [2021-03-22T19:46:11.289Z] 31603596830f: Download complete [2021-03-22T19:46:11.551Z] ecc8261a40a4: Verifying Checksum [2021-03-22T19:46:11.551Z] ecc8261a40a4: Download complete [2021-03-22T19:46:11.551Z] 6ca5941a6612: Verifying Checksum [2021-03-22T19:46:11.551Z] 6ca5941a6612: Download complete [2021-03-22T19:46:11.814Z] 31603596830f: Pull complete [2021-03-22T19:46:11.814Z] 2a8b12db71e7: Pull complete [2021-03-22T19:46:12.761Z] 6ca5941a6612: Pull complete [2021-03-22T19:46:13.023Z] ecc8261a40a4: Pull complete [2021-03-22T19:46:13.023Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-22T19:46:13.023Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-22T19:46:13.023Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-22T19:46:13.131Z] prd-centos7-docker-4c-2g-30913 does not seem to be running inside a container [2021-03-22T19:46:13.183Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-22T19:46:15.761Z] $ docker top 18e7ab2f07a917298d67a328beaf752aab5001b9e77592edce3eaeb570e6ba2f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-22T19:46:16.064Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-22T19:46:16.064Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-22T19:46:16.278Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-22T19:46:16.282Z] $ docker exec 18e7ab2f07a917298d67a328beaf752aab5001b9e77592edce3eaeb570e6ba2f ssh-agent [2021-03-22T19:46:16.465Z] SSH_AUTH_SOCK=/tmp/ssh-eK501ix40Fdf/agent.11 [2021-03-22T19:46:16.465Z] SSH_AGENT_PID=16 [2021-03-22T19:46:16.483Z] Running ssh-add (command line suppressed) [2021-03-22T19:46:16.601Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_4637546851923552304.key (/w/workspace/edgex-go/6@tmp/private_key_4637546851923552304.key) [2021-03-22T19:46:16.654Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-22T19:46:16.989Z] + git tag --points-at HEAD [Pipeline] } [2021-03-22T19:46:17.012Z] $ docker exec --env ******** --env ******** 18e7ab2f07a917298d67a328beaf752aab5001b9e77592edce3eaeb570e6ba2f ssh-agent -k [2021-03-22T19:46:17.124Z] unset SSH_AUTH_SOCK; [2021-03-22T19:46:17.124Z] unset SSH_AGENT_PID; [2021-03-22T19:46:17.124Z] echo Agent pid 16 killed; [2021-03-22T19:46:17.171Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-22T19:46:17.325Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-22T19:46:17.325Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-22T19:46:17.491Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-22T19:46:17.495Z] $ docker exec 18e7ab2f07a917298d67a328beaf752aab5001b9e77592edce3eaeb570e6ba2f ssh-agent [2021-03-22T19:46:17.668Z] SSH_AUTH_SOCK=/tmp/ssh-ybaVOH1DwyrV/agent.45 [2021-03-22T19:46:17.668Z] SSH_AGENT_PID=51 [2021-03-22T19:46:17.677Z] Running ssh-add (command line suppressed) [2021-03-22T19:46:17.797Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_4892465714339902128.key (/w/workspace/edgex-go/6@tmp/private_key_4892465714339902128.key) [2021-03-22T19:46:17.846Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-22T19:46:18.217Z] + git semver init [2021-03-22T19:46:18.217Z] # -> Open(): unable to determine branch for HEAD [2021-03-22T19:46:18.217Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2021-03-22T19:46:18.217Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2021-03-22T19:46:18.217Z] # $SEMVER_REMOTE_NAME = origin [2021-03-22T19:46:18.217Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-22T19:46:18.217Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-22T19:46:18.217Z] # $SEMVER_BRANCH = PR-3269 [2021-03-22T19:46:18.217Z] # $SEMVER_TEMP = /tmp/semver-570701393 [2021-03-22T19:46:18.217Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-22T19:46:36.378Z] # '/tmp/semver-570701393' -> '/w/workspace/edgex-go/6/.semver' [2021-03-22T19:46:36.641Z] # -> Force: false [2021-03-22T19:46:36.641Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2021-03-22T19:46:36.657Z] $ docker exec --env ******** --env ******** 18e7ab2f07a917298d67a328beaf752aab5001b9e77592edce3eaeb570e6ba2f ssh-agent -k [2021-03-22T19:46:36.890Z] unset SSH_AUTH_SOCK; [2021-03-22T19:46:36.891Z] unset SSH_AGENT_PID; [2021-03-22T19:46:36.891Z] echo Agent pid 51 killed; [2021-03-22T19:46:36.959Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-22T19:46:37.486Z] + git semver [Pipeline] } [2021-03-22T19:46:37.505Z] $ docker stop --time=1 18e7ab2f07a917298d67a328beaf752aab5001b9e77592edce3eaeb570e6ba2f [2021-03-22T19:46:39.262Z] $ docker rm -f 18e7ab2f07a917298d67a328beaf752aab5001b9e77592edce3eaeb570e6ba2f [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-22T19:46:39.822Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-22T19:46:40.384Z] Stashed 1 file(s) [Pipeline] echo [2021-03-22T19:46:40.388Z] [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-22T19:46:41.434Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-22T19:46:41.752Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-22T19:46:42.066Z] + sudo service docker restart [2021-03-22T19:46:42.067Z] + true [2021-03-22T19:46:42.067Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-22T19:46:42.677Z] ========================================================= [2021-03-22T19:46:42.677Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-22T19:46:42.677Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-22T19:46:43.107Z] + 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-22T19:46:46.436Z] Sending build context to Docker daemon 328.7MB [2021-03-22T19:46:46.436Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-22T19:46:46.436Z] Step 2/6 : FROM ${BASE} [2021-03-22T19:46:46.436Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-22T19:46:46.436Z] 188c0c94c7c5: Pulling fs layer [2021-03-22T19:46:46.436Z] 0ef7d3d256c8: Pulling fs layer [2021-03-22T19:46:46.436Z] de9db76c5a1d: Pulling fs layer [2021-03-22T19:46:46.436Z] bca2f99d35d6: Pulling fs layer [2021-03-22T19:46:46.436Z] 93359f2a8cfa: Pulling fs layer [2021-03-22T19:46:46.436Z] 7c6f9722023f: Pulling fs layer [2021-03-22T19:46:46.436Z] a35cf1a2eb13: Pulling fs layer [2021-03-22T19:46:46.436Z] 93359f2a8cfa: Waiting [2021-03-22T19:46:46.436Z] 7c6f9722023f: Waiting [2021-03-22T19:46:46.436Z] bca2f99d35d6: Waiting [2021-03-22T19:46:46.436Z] a35cf1a2eb13: Waiting [2021-03-22T19:46:46.436Z] de9db76c5a1d: Verifying Checksum [2021-03-22T19:46:46.436Z] de9db76c5a1d: Download complete [2021-03-22T19:46:46.436Z] 0ef7d3d256c8: Verifying Checksum [2021-03-22T19:46:46.436Z] 0ef7d3d256c8: Download complete [2021-03-22T19:46:46.436Z] 93359f2a8cfa: Verifying Checksum [2021-03-22T19:46:46.436Z] 93359f2a8cfa: Download complete [2021-03-22T19:46:46.436Z] 7c6f9722023f: Verifying Checksum [2021-03-22T19:46:46.436Z] 7c6f9722023f: Download complete [2021-03-22T19:46:46.436Z] 188c0c94c7c5: Verifying Checksum [2021-03-22T19:46:46.436Z] 188c0c94c7c5: Download complete [2021-03-22T19:46:47.015Z] 188c0c94c7c5: Pull complete [2021-03-22T19:46:47.015Z] 0ef7d3d256c8: Pull complete [2021-03-22T19:46:47.277Z] de9db76c5a1d: Pull complete [2021-03-22T19:46:49.206Z] a35cf1a2eb13: Verifying Checksum [2021-03-22T19:46:49.206Z] a35cf1a2eb13: Download complete [2021-03-22T19:46:49.780Z] bca2f99d35d6: Download complete [2021-03-22T19:46:55.137Z] bca2f99d35d6: Pull complete [2021-03-22T19:46:55.137Z] 93359f2a8cfa: Pull complete [2021-03-22T19:46:55.137Z] 7c6f9722023f: Pull complete [2021-03-22T19:46:55.858Z] Still waiting to schedule task [2021-03-22T19:46:55.858Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-22T19:46:59.512Z] a35cf1a2eb13: Pull complete [2021-03-22T19:46:59.512Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-22T19:46:59.512Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-22T19:46:59.512Z] ---> a62c8e92a672 [2021-03-22T19:46:59.512Z] 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-22T19:46:59.774Z] ---> Running in c0161936a411 [2021-03-22T19:47:00.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T19:47:00.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T19:47:01.504Z] (1/12) Installing libmagic (5.38-r0) [2021-03-22T19:47:01.767Z] (2/12) Installing file (5.38-r0) [2021-03-22T19:47:01.767Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-22T19:47:01.767Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-22T19:47:05.086Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-22T19:47:05.351Z] (6/12) Installing patch (2.7.6-r6) [2021-03-22T19:47:05.351Z] (7/12) Installing build-base (0.5-r2) [2021-03-22T19:47:05.351Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-22T19:47:05.615Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-22T19:47:05.615Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-22T19:47:05.877Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-22T19:47:05.878Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-22T19:47:05.878Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T19:47:05.878Z] OK: 233 MiB in 51 packages [2021-03-22T19:47:08.445Z] Removing intermediate container c0161936a411 [2021-03-22T19:47:08.445Z] ---> 75a329002820 [2021-03-22T19:47:08.445Z] Step 4/6 : WORKDIR /edgex-go [2021-03-22T19:47:08.445Z] ---> Running in 54523e2bb5f1 [2021-03-22T19:47:08.708Z] Removing intermediate container 54523e2bb5f1 [2021-03-22T19:47:08.708Z] ---> 66eeb37a642f [2021-03-22T19:47:08.708Z] Step 5/6 : COPY go.mod . [2021-03-22T19:47:09.282Z] ---> 1f4523a609dd [2021-03-22T19:47:09.282Z] Step 6/6 : RUN go mod download [2021-03-22T19:47:09.282Z] ---> Running in 9690fef67343 [2021-03-22T19:47:31.314Z] Removing intermediate container 9690fef67343 [2021-03-22T19:47:31.314Z] ---> baeef76952d7 [2021-03-22T19:47:31.314Z] Successfully built baeef76952d7 [2021-03-22T19:47:31.314Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T19:47:31.634Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-22T19:47:31.635Z] . [Pipeline] withDockerContainer [2021-03-22T19:47:31.744Z] prd-centos7-docker-4c-2g-30913 does not seem to be running inside a container [2021-03-22T19:47:31.796Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-22T19:47:32.608Z] $ docker top 1a092f6dd34fe1ac47d87ae326dc9bdf72ccfb7b3e077a25ff9db9c3048ebbf7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T19:47:33.170Z] + go version [2021-03-22T19:47:33.170Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-22T19:47:33.187Z] $ docker stop --time=1 1a092f6dd34fe1ac47d87ae326dc9bdf72ccfb7b3e077a25ff9db9c3048ebbf7 [2021-03-22T19:47:34.602Z] $ docker rm -f 1a092f6dd34fe1ac47d87ae326dc9bdf72ccfb7b3e077a25ff9db9c3048ebbf7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T19:47:35.436Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-22T19:47:35.436Z] . [Pipeline] withDockerContainer [2021-03-22T19:47:35.546Z] prd-centos7-docker-4c-2g-30913 does not seem to be running inside a container [2021-03-22T19:47:35.599Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-22T19:47:36.427Z] $ docker top a741da2407d1b80fbcb08ff7aa3529c341cb5e382c44a8bd5245db8a48726564 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-22T19:47:36.610Z] ========================================================= [2021-03-22T19:47:36.610Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-22T19:47:36.610Z] ========================================================= [Pipeline] sh [2021-03-22T19:47:36.911Z] + make test [2021-03-22T19:47:36.911Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-22T19:47:45.112Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-22T19:48:03.418Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-22T19:48:07.818Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-22T19:48:07.818Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-22T19:48:07.818Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-22T19:48:11.170Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-22T19:48:11.170Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-22T19:48:11.170Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-22T19:48:11.170Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-22T19:48:11.438Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-22T19:48:12.398Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-22T19:48:14.351Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-22T19:48:14.351Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-22T19:48:14.352Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-22T19:48:16.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.119s coverage: 45.9% of statements [2021-03-22T19:48:16.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-22T19:48:16.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-22T19:48:16.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-22T19:48:16.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-22T19:48:16.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-22T19:48:16.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-22T19:48:16.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.053s coverage: 19.8% of statements [2021-03-22T19:48:16.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.088s coverage: 100.0% of statements [2021-03-22T19:48:19.524Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.180s coverage: 27.1% of statements [2021-03-22T19:48:19.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-22T19:48:19.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-22T19:48:19.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-22T19:48:19.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-22T19:48:19.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-22T19:48:19.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-22T19:48:19.524Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements [2021-03-22T19:48:19.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-22T19:48:19.524Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.050s coverage: 100.0% of statements [2021-03-22T19:48:19.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-22T19:48:19.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-22T19:48:20.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.112s coverage: 71.3% of statements [2021-03-22T19:48:20.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-22T19:48:20.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-22T19:48:20.388Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.172s coverage: 82.9% of statements [2021-03-22T19:48:20.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-22T19:48:20.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T19:48:20.388Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.079s coverage: 78.9% of statements [2021-03-22T19:48:20.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-22T19:48:23.734Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.340s coverage: 28.6% of statements [2021-03-22T19:48:23.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-22T19:48:23.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-22T19:48:23.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-22T19:48:23.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-22T19:48:23.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-22T19:48:23.734Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.069s coverage: 100.0% of statements [2021-03-22T19:48:23.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-22T19:48:23.734Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements [2021-03-22T19:48:23.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-22T19:48:23.734Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.109s coverage: 86.7% of statements [2021-03-22T19:48:23.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-22T19:48:23.734Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.131s coverage: 97.5% of statements [2021-03-22T19:48:23.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-22T19:48:23.734Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 78.3% of statements [2021-03-22T19:48:23.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-22T19:48:23.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-22T19:48:23.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-22T19:48:23.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-22T19:48:26.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.399s coverage: 92.8% of statements [2021-03-22T19:48:26.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-22T19:48:26.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T19:48:26.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-22T19:48:26.352Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-22T19:48:26.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-22T19:48:26.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-22T19:48:26.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-22T19:48:26.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-22T19:48:26.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-22T19:48:26.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-22T19:48:26.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-22T19:48:26.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-22T19:48:26.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-22T19:48:26.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-22T19:48:26.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-22T19:48:26.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-22T19:48:26.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-22T19:48:26.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-22T19:48:26.352Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements [2021-03-22T19:48:26.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-22T19:48:26.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-22T19:48:26.352Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.082s coverage: 0.1% of statements [2021-03-22T19:48:26.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-22T19:48:26.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-22T19:48:26.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-22T19:48:26.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.046s coverage: 47.1% of statements [2021-03-22T19:48:26.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.043s coverage: 79.5% of statements [2021-03-22T19:48:26.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.037s coverage: 94.1% of statements [2021-03-22T19:48:26.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.045s coverage: 96.3% of statements [2021-03-22T19:48:26.615Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.037s coverage: 87.5% of statements [2021-03-22T19:48:38.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.039s coverage: 94.4% of statements [2021-03-22T19:48:38.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-03-22T19:48:41.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.534s coverage: 81.7% of statements [2021-03-22T19:48:49.690Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.068s coverage: 92.9% of statements [2021-03-22T19:48:49.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-22T19:48:49.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-22T19:48:49.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-22T19:48:49.690Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-22T19:48:49.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-22T19:48:49.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-22T19:48:49.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-22T19:48:49.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-22T19:48:49.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-22T19:48:49.690Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.045s coverage: 87.2% of statements [2021-03-22T19:48:49.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-22T19:48:49.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-22T19:48:49.690Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-22T19:48:49.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-22T19:48:49.690Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-03-22T19:48:49.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-22T19:48:49.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.042s coverage: 80.8% of statements [2021-03-22T19:48:49.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.069s coverage: 87.2% of statements [2021-03-22T19:48:49.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.6% of statements [2021-03-22T19:48:49.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.6% of statements [2021-03-22T19:48:49.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-22T19:48:49.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.185s coverage: 64.4% of statements [2021-03-22T19:48:49.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-22T19:48:49.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-22T19:48:49.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements [2021-03-22T19:48:49.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements [2021-03-22T19:48:49.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-03-22T19:48:49.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements [2021-03-22T19:48:49.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2021-03-22T19:48:49.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.331s coverage: 69.0% of statements [2021-03-22T19:48:49.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-22T19:48:49.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-22T19:48:49.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-22T19:48:49.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.085s coverage: 38.4% of statements [2021-03-22T19:48:49.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-22T19:48:49.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-22T19:48:49.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.046s coverage: 89.5% of statements [2021-03-22T19:48:49.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-22T19:48:49.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.032s coverage: 84.8% of statements [2021-03-22T19:48:49.691Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.138s coverage: 47.0% of statements [2021-03-22T19:48:49.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-22T19:48:49.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-22T19:48:49.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-22T19:48:49.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-22T19:48:49.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-22T19:48:49.691Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2021-03-22T19:48:49.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-22T19:48:49.691Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements [2021-03-22T19:48:49.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-22T19:48:49.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-22T19:48:49.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-22T19:48:49.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-22T19:48:49.691Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.161s coverage: 87.1% of statements [2021-03-22T19:48:49.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-22T19:48:49.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T19:48:49.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-22T19:48:49.956Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.733s coverage: 29.1% of statements [2021-03-22T19:48:49.956Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-22T19:48:49.956Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-22T19:48:49.956Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-22T19:48:49.956Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-22T19:48:49.956Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-22T19:48:49.956Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements [2021-03-22T19:48:49.956Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-22T19:48:49.956Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.063s coverage: 100.0% of statements [2021-03-22T19:48:49.956Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-22T19:48:49.956Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-22T19:48:49.956Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-22T19:48:49.956Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-22T19:48:50.930Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.111s coverage: 96.5% of statements [2021-03-22T19:48:50.930Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-22T19:48:50.930Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T19:48:50.930Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-22T19:48:50.930Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2021-03-22T19:48:50.930Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-22T19:48:50.930Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2021-03-22T19:48:50.930Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-22T19:48:50.930Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-22T19:48:50.930Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-22T19:48:50.930Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-22T19:48:50.930Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements [2021-03-22T19:48:50.930Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-22T19:48:50.930Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-22T19:48:50.930Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2021-03-22T19:48:51.199Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-22T19:48:51.461Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-22T19:48:51.530Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30914 in /w/workspace/edgexfoundry_edgex-go_PR-3269 [Pipeline] { [Pipeline] ws [2021-03-22T19:48:51.593Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-03-22T19:48:52.055Z] GO111MODULE=on go vet ./... [2021-03-22T19:48:56.503Z] using credential edgex-jenkins-ssh [2021-03-22T19:48:56.564Z] Cloning the remote Git repository [2021-03-22T19:48:56.617Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-22T19:48:56.729Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-03-22T19:48:56.812Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T19:48:56.815Z] > git --version # timeout=10 [2021-03-22T19:48:56.838Z] > git --version # 'git version 2.17.1' [2021-03-22T19:48:56.839Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T19:48:56.912Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T19:49:13.481Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T19:49:13.497Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T19:49:13.520Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T19:49:13.550Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T19:49:13.551Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T19:49:13.565Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3269/head:refs/remotes/origin/PR-3269 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-22T19:49:14.210Z] Merging remotes/origin/master commit 8b8c045020ade9246d1189f9fd3b0cac0b6edd42 into PR head commit ca07e100999dc5c116f7ac63d0363044f02ddcad [2021-03-22T19:49:14.626Z] Merge succeeded, producing ca07e100999dc5c116f7ac63d0363044f02ddcad [2021-03-22T19:49:14.627Z] Checking out Revision ca07e100999dc5c116f7ac63d0363044f02ddcad (PR-3269) [2021-03-22T19:49:14.217Z] > git config core.sparsecheckout # timeout=10 [2021-03-22T19:49:14.229Z] > git checkout -f ca07e100999dc5c116f7ac63d0363044f02ddcad # timeout=10 [2021-03-22T19:49:14.543Z] > git remote # timeout=10 [2021-03-22T19:49:14.558Z] > git config --get remote.origin.url # timeout=10 [2021-03-22T19:49:14.569Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T19:49:14.579Z] > git merge 8b8c045020ade9246d1189f9fd3b0cac0b6edd42 # timeout=10 [2021-03-22T19:49:14.602Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-22T19:49:14.621Z] > git config core.sparsecheckout # timeout=10 [2021-03-22T19:49:14.639Z] > git checkout -f ca07e100999dc5c116f7ac63d0363044f02ddcad # timeout=10 [2021-03-22T19:49:18.760Z] gofmt -l . [2021-03-22T19:49:19.164Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.4" [2021-03-22T19:49:19.342Z] [ "`gofmt -l .`" = "" ] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-22T19:49:20.293Z] ./bin/test-go-mod-tidy.sh [2021-03-22T19:49:20.858Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-03-22T19:49:20.868Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-22T19:49:21.272Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] sh [2021-03-22T19:49:21.654Z] + + truesudo [2021-03-22T19:49:21.654Z] service docker restart [2021-03-22T19:49:21.758Z] + ls -al . [2021-03-22T19:49:21.758Z] total 772 [2021-03-22T19:49:21.758Z] drwxrwxr-x 10 1001 1001 4096 Mar 22 19:49 . [2021-03-22T19:49:21.758Z] drwxr-xr-x 4 root root 28 Mar 22 19:47 .. [2021-03-22T19:49:21.758Z] -rw-rw-r-- 1 1001 1001 11 Mar 22 19:45 .dockerignore [2021-03-22T19:49:21.758Z] drwxrwxr-x 8 1001 1001 179 Mar 22 19:45 .git [2021-03-22T19:49:21.758Z] drwxrwxr-x 3 1001 1001 125 Mar 22 19:45 .github [2021-03-22T19:49:21.758Z] -rw-rw-r-- 1 1001 1001 818 Mar 22 19:45 .gitignore [2021-03-22T19:49:21.758Z] drwx------ 3 1001 1001 60 Mar 22 19:46 .semver [2021-03-22T19:49:21.758Z] -rw-rw-r-- 1 1001 1001 166 Mar 22 19:45 .sonarcloud.properties [2021-03-22T19:49:21.758Z] -rw-rw-r-- 1 1001 1001 8607 Mar 22 19:45 Attribution.txt [2021-03-22T19:49:21.758Z] -rw-rw-r-- 1 1001 1001 3804 Mar 22 19:45 CONTRIBUTING.md [2021-03-22T19:49:21.758Z] -rw-rw-r-- 1 1001 1001 931 Mar 22 19:45 Dockerfile.build [2021-03-22T19:49:21.758Z] -rw-rw-r-- 1 1001 1001 863 Mar 22 19:45 Jenkinsfile [2021-03-22T19:49:21.758Z] -rw-rw-r-- 1 1001 1001 10775 Mar 22 19:45 LICENSE [2021-03-22T19:49:21.758Z] -rw-rw-r-- 1 1001 1001 5774 Mar 22 19:45 Makefile [2021-03-22T19:49:21.758Z] -rw-rw-r-- 1 1001 1001 6548 Mar 22 19:45 README.md [2021-03-22T19:49:21.758Z] -rw-rw-r-- 1 1001 1001 6755 Mar 22 19:45 SECURITY.md [2021-03-22T19:49:21.758Z] -rw-rw-r-- 1 1001 1001 5 Mar 22 19:46 VERSION [2021-03-22T19:49:21.758Z] -rw-rw-r-- 1 1001 1001 4131 Mar 22 19:45 ZMQWindows.md [2021-03-22T19:49:21.758Z] drwxrwxr-x 2 1001 1001 117 Mar 22 19:45 bin [2021-03-22T19:49:21.758Z] drwxrwxr-x 14 1001 1001 4096 Mar 22 19:45 cmd [2021-03-22T19:49:21.758Z] -rw-r--r-- 1 root root 659965 Mar 22 19:48 coverage.out [2021-03-22T19:49:21.758Z] -rw-r--r-- 1 root root 1055 Mar 22 19:49 go.mod [2021-03-22T19:49:21.758Z] -rw-r--r-- 1 root root 22325 Mar 22 19:49 go.sum [2021-03-22T19:49:21.758Z] drwxrwxr-x 8 1001 1001 127 Mar 22 19:45 internal [2021-03-22T19:49:21.758Z] drwxrwxr-x 4 1001 1001 26 Mar 22 19:45 openapi [2021-03-22T19:49:21.758Z] drwxrwxr-x 4 1001 1001 71 Mar 22 19:45 snap [2021-03-22T19:49:21.758Z] -rw-rw-r-- 1 1001 1001 168 Mar 22 19:45 version.go [Pipeline] sh [2021-03-22T19:49:22.471Z] + '[' -e coverage.out ] [2021-03-22T19:49:22.471Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-22T19:49:22.702Z] Stashed 1 file(s) [Pipeline] sh [2021-03-22T19:49:23.004Z] + make build [2021-03-22T19:49:23.004Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-22T19:49:23.832Z] provisioning config files... [2021-03-22T19:49:23.881Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config8835017080639378846tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-22T19:49:24.296Z] ---> docker-login.sh [2021-03-22T19:49:24.296Z] nexus3.edgexfoundry.org:10001 [2021-03-22T19:49:25.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T19:49:25.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T19:49:25.558Z] Configure a credential helper to remove this warning. See [2021-03-22T19:49:25.558Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T19:49:25.558Z] [2021-03-22T19:49:25.558Z] Login Succeeded [2021-03-22T19:49:25.558Z] nexus3.edgexfoundry.org:10002 [2021-03-22T19:49:26.156Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T19:49:26.156Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T19:49:26.156Z] Configure a credential helper to remove this warning. See [2021-03-22T19:49:26.156Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T19:49:26.156Z] [2021-03-22T19:49:26.156Z] Login Succeeded [2021-03-22T19:49:26.156Z] nexus3.edgexfoundry.org:10003 [2021-03-22T19:49:26.431Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T19:49:26.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T19:49:26.704Z] Configure a credential helper to remove this warning. See [2021-03-22T19:49:26.704Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T19:49:26.704Z] [2021-03-22T19:49:26.704Z] Login Succeeded [2021-03-22T19:49:26.704Z] nexus3.edgexfoundry.org:10004 [2021-03-22T19:49:26.986Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T19:49:27.228Z] 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-22T19:49:27.261Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T19:49:27.261Z] Configure a credential helper to remove this warning. See [2021-03-22T19:49:27.261Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T19:49:27.261Z] [2021-03-22T19:49:27.261Z] Login Succeeded [2021-03-22T19:49:27.261Z] docker.io [2021-03-22T19:49:27.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T19:49:28.126Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T19:49:28.126Z] Configure a credential helper to remove this warning. See [2021-03-22T19:49:28.126Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T19:49:28.126Z] [2021-03-22T19:49:28.126Z] Login Succeeded [2021-03-22T19:49:28.126Z] ---> docker-login.sh ends [Pipeline] } [2021-03-22T19:49:28.145Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-22T19:49:28.544Z] ========================================================= [2021-03-22T19:49:28.544Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-22T19:49:28.544Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-22T19:49:28.922Z] + 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-22T19:49:31.542Z] Sending build context to Docker daemon 166.9MB [2021-03-22T19:49:31.542Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-22T19:49:31.542Z] Step 2/6 : FROM ${BASE} [2021-03-22T19:49:31.542Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-22T19:49:31.542Z] 5f621e34cdf4: Pulling fs layer [2021-03-22T19:49:31.542Z] a4357932f1b6: Pulling fs layer [2021-03-22T19:49:31.542Z] 18c013af1878: Pulling fs layer [2021-03-22T19:49:31.542Z] 00ac8860ef70: Pulling fs layer [2021-03-22T19:49:31.542Z] 63d7cb157983: Pulling fs layer [2021-03-22T19:49:31.542Z] b116817d02f9: Pulling fs layer [2021-03-22T19:49:31.542Z] 745a02a5169b: Pulling fs layer [2021-03-22T19:49:31.542Z] 00ac8860ef70: Waiting [2021-03-22T19:49:31.542Z] 745a02a5169b: Waiting [2021-03-22T19:49:31.542Z] 63d7cb157983: Waiting [2021-03-22T19:49:31.542Z] b116817d02f9: Waiting [2021-03-22T19:49:31.542Z] 18c013af1878: Verifying Checksum [2021-03-22T19:49:31.542Z] 18c013af1878: Download complete [2021-03-22T19:49:31.542Z] a4357932f1b6: Verifying Checksum [2021-03-22T19:49:31.542Z] a4357932f1b6: Download complete [2021-03-22T19:49:31.542Z] 63d7cb157983: Download complete [2021-03-22T19:49:31.542Z] b116817d02f9: Verifying Checksum [2021-03-22T19:49:31.542Z] b116817d02f9: Download complete [2021-03-22T19:49:31.542Z] 5f621e34cdf4: Verifying Checksum [2021-03-22T19:49:31.542Z] 5f621e34cdf4: Download complete [2021-03-22T19:49:32.149Z] 5f621e34cdf4: Pull complete [2021-03-22T19:49:32.767Z] a4357932f1b6: Pull complete [2021-03-22T19:49:33.369Z] 18c013af1878: Pull complete [2021-03-22T19:49:33.965Z] 745a02a5169b: Verifying Checksum [2021-03-22T19:49:33.965Z] 745a02a5169b: Download complete [2021-03-22T19:49:35.397Z] 00ac8860ef70: Verifying Checksum [2021-03-22T19:49:35.397Z] 00ac8860ef70: Download complete [2021-03-22T19:49:37.352Z] 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-22T19:49:37.352Z] 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-22T19:49:39.281Z] 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-22T19:49:39.281Z] 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-22T19:49:41.214Z] 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-22T19:49:42.618Z] 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-22T19:49:43.569Z] 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-22T19:49:44.960Z] 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-22T19:49:45.920Z] 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-22T19:49:47.331Z] 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-22T19:49:47.800Z] 00ac8860ef70: Pull complete [2021-03-22T19:49:47.800Z] 63d7cb157983: Pull complete [2021-03-22T19:49:47.800Z] b116817d02f9: Pull complete [Pipeline] } [2021-03-22T19:49:49.278Z] $ docker stop --time=1 a741da2407d1b80fbcb08ff7aa3529c341cb5e382c44a8bd5245db8a48726564 [2021-03-22T19:49:50.426Z] 745a02a5169b: Pull complete [2021-03-22T19:49:50.427Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-22T19:49:50.427Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-22T19:49:50.427Z] ---> b7e6874047d6 [2021-03-22T19:49:50.427Z] 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-22T19:49:50.904Z] $ docker rm -f a741da2407d1b80fbcb08ff7aa3529c341cb5e382c44a8bd5245db8a48726564 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-22T19:49:53.834Z] ---> Running in 21a6605a06ff [Pipeline] isUnix [Pipeline] sh [2021-03-22T19:49:54.630Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T19:49:54.631Z] [2021-03-22T19:49:54.631Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T19:49:54.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T19:49:54.982Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T19:49:54.982Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-22T19:49:54.982Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-22T19:49:54.982Z] ca9280d653b3: Pulling fs layer [2021-03-22T19:49:54.982Z] 7e9c9ca2126c: Pulling fs layer [2021-03-22T19:49:54.982Z] cbdbe7a5bc2a: Download complete [2021-03-22T19:49:55.563Z] cbdbe7a5bc2a: Pull complete [2021-03-22T19:49:55.563Z] ca9280d653b3: Verifying Checksum [2021-03-22T19:49:55.563Z] ca9280d653b3: Download complete [2021-03-22T19:49:56.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T19:49:56.522Z] ca9280d653b3: Pull complete [2021-03-22T19:49:56.785Z] 7e9c9ca2126c: Verifying Checksum [2021-03-22T19:49:56.785Z] 7e9c9ca2126c: Download complete [2021-03-22T19:49:57.215Z] (1/12) Installing libmagic (5.38-r0) [2021-03-22T19:49:57.486Z] (2/12) Installing file (5.38-r0) [2021-03-22T19:49:57.486Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-22T19:49:57.486Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-22T19:50:03.422Z] 7e9c9ca2126c: Pull complete [2021-03-22T19:50:03.422Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-22T19:50:03.422Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T19:50:03.422Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-22T19:50:03.590Z] prd-centos7-docker-4c-2g-30913 does not seem to be running inside a container [2021-03-22T19:50:03.706Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-22T19:50:06.706Z] $ docker top 8ee301aa53e67f888ce5ee7951d430fc7e0b6aaa05334af7c722fe6c8a401e2a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T19:50:07.220Z] + docker-compose build --help [2021-03-22T19:50:07.220Z] + grep parallel [2021-03-22T19:50:07.614Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-22T19:50:07.614Z] (6/12) Installing patch (2.7.6-r6) [2021-03-22T19:50:07.614Z] (7/12) Installing build-base (0.5-r2) [2021-03-22T19:50:07.614Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-22T19:50:07.614Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-22T19:50:07.614Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-22T19:50:07.614Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-22T19:50:07.614Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-22T19:50:07.614Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T19:50:07.614Z] OK: 217 MiB in 51 packages [2021-03-22T19:50:08.168Z] --parallel Build images in parallel. [Pipeline] } [2021-03-22T19:50:08.182Z] $ docker stop --time=1 8ee301aa53e67f888ce5ee7951d430fc7e0b6aaa05334af7c722fe6c8a401e2a [2021-03-22T19:50:09.541Z] $ docker rm -f 8ee301aa53e67f888ce5ee7951d430fc7e0b6aaa05334af7c722fe6c8a401e2a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T19:50:10.202Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T19:50:10.202Z] . [Pipeline] withDockerContainer [2021-03-22T19:50:10.307Z] prd-centos7-docker-4c-2g-30913 does not seem to be running inside a container [2021-03-22T19:50:10.355Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-22T19:50:11.312Z] $ docker top 85aa3cd1b3a31d6af8a3b5fb059280772df3e54e773d960d272445731dc37c5e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T19:50:11.839Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-22T19:50:11.912Z] Removing intermediate container 21a6605a06ff [2021-03-22T19:50:11.912Z] ---> 5161359ecd7f [2021-03-22T19:50:11.912Z] Step 4/6 : WORKDIR /edgex-go [2021-03-22T19:50:11.912Z] ---> Running in 4b5bd2a662af [2021-03-22T19:50:12.184Z] Removing intermediate container 4b5bd2a662af [2021-03-22T19:50:12.184Z] ---> 498c5d7267ba [2021-03-22T19:50:12.184Z] Step 5/6 : COPY go.mod . [2021-03-22T19:50:12.798Z] Building docker-core-command-go ... [2021-03-22T19:50:12.799Z] Building docker-core-data-go ... [2021-03-22T19:50:12.799Z] Building docker-core-metadata-go ... [2021-03-22T19:50:12.799Z] Building docker-security-bootstrapper-go ... [2021-03-22T19:50:12.799Z] Building docker-security-proxy-setup-go ... [2021-03-22T19:50:12.799Z] Building docker-security-secretstore-setup-go ... [2021-03-22T19:50:12.799Z] Building docker-support-notifications-go ... [2021-03-22T19:50:12.799Z] Building docker-support-scheduler-go ... [2021-03-22T19:50:12.799Z] Building docker-sys-mgmt-agent-go ... [2021-03-22T19:50:12.799Z] Building docker-core-data-go [2021-03-22T19:50:12.799Z] Building docker-security-bootstrapper-go [2021-03-22T19:50:12.799Z] Building docker-support-notifications-go [2021-03-22T19:50:12.799Z] Building docker-security-proxy-setup-go [2021-03-22T19:50:12.799Z] Building docker-support-scheduler-go [2021-03-22T19:50:12.804Z] ---> 49eb71e18980 [2021-03-22T19:50:12.804Z] Step 6/6 : RUN go mod download [2021-03-22T19:50:12.804Z] ---> Running in 433cef8b17d0 [2021-03-22T19:50:39.615Z] Removing intermediate container 433cef8b17d0 [2021-03-22T19:50:39.615Z] ---> 284ceac310de [2021-03-22T19:50:39.615Z] Successfully built 284ceac310de [2021-03-22T19:50:39.615Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T19:50:39.959Z] + docker inspect -f . ci-base-image-arm64 [2021-03-22T19:50:39.959Z] . [Pipeline] withDockerContainer [2021-03-22T19:50:40.236Z] prd-ubuntu18.04-docker-arm64-4c-16g-30914 does not seem to be running inside a container [2021-03-22T19:50:40.286Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-22T19:50:41.745Z] $ docker top 84c8505cb62bb8037b25d168294f6885d2f8b2a94164775957beba8357ff204c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T19:50:42.791Z] + go version [2021-03-22T19:50:42.791Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-22T19:50:42.781Z] $ docker stop --time=1 84c8505cb62bb8037b25d168294f6885d2f8b2a94164775957beba8357ff204c [2021-03-22T19:50:44.741Z] $ docker rm -f 84c8505cb62bb8037b25d168294f6885d2f8b2a94164775957beba8357ff204c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T19:50:45.770Z] + docker inspect -f . ci-base-image-arm64 [2021-03-22T19:50:45.770Z] . [Pipeline] withDockerContainer [2021-03-22T19:50:46.004Z] prd-ubuntu18.04-docker-arm64-4c-16g-30914 does not seem to be running inside a container [2021-03-22T19:50:46.049Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-22T19:50:47.426Z] $ docker top 395c5793e431b674255ef7b15ab54be3b000befffddea12cc0ed4798aa75001a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-22T19:50:47.814Z] ========================================================= [2021-03-22T19:50:47.814Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-22T19:50:47.814Z] ========================================================= [Pipeline] sh [2021-03-22T19:50:48.455Z] + make test [2021-03-22T19:50:48.456Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-22T19:50:51.645Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T19:50:51.645Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-22T19:50:51.645Z] ---> baeef76952d7 [2021-03-22T19:50:51.645Z] Step 3/31 : WORKDIR /edgex-go [2021-03-22T19:50:51.645Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T19:50:51.645Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-22T19:50:51.645Z] ---> baeef76952d7 [2021-03-22T19:50:51.645Z] Step 3/22 : WORKDIR /edgex-go [2021-03-22T19:50:51.645Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T19:50:51.645Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-22T19:50:51.645Z] ---> baeef76952d7 [2021-03-22T19:50:51.645Z] Step 3/21 : WORKDIR /edgex-go [2021-03-22T19:50:51.645Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T19:50:51.645Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-22T19:50:51.645Z] ---> baeef76952d7 [2021-03-22T19:50:51.645Z] Step 3/22 : WORKDIR /edgex-go [2021-03-22T19:50:51.645Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T19:50:51.645Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T19:50:51.645Z] ---> baeef76952d7 [2021-03-22T19:50:51.645Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T19:50:51.645Z] ---> Running in 9c5b5b4136aa [2021-03-22T19:50:51.645Z] ---> Running in c918563a4e13 [2021-03-22T19:50:51.645Z] ---> Running in fdce55026a26 [2021-03-22T19:50:51.645Z] ---> Running in be08e152793a [2021-03-22T19:50:51.645Z] ---> Running in 5e6233587a99 [2021-03-22T19:50:51.645Z] Removing intermediate container fdce55026a26 [2021-03-22T19:50:51.645Z] ---> ee6aaf9c4090 [2021-03-22T19:50:51.645Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T19:50:51.645Z] Removing intermediate container be08e152793a [2021-03-22T19:50:51.645Z] ---> 65e738675236 [2021-03-22T19:50:51.645Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T19:50:51.645Z] Removing intermediate container 9c5b5b4136aa [2021-03-22T19:50:51.645Z] ---> 15bf2c6adc9b [2021-03-22T19:50:51.645Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T19:50:51.645Z] Removing intermediate container 5e6233587a99 [2021-03-22T19:50:51.645Z] ---> 3cd7c4127b40 [2021-03-22T19:50:51.645Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T19:50:51.645Z] Removing intermediate container c918563a4e13 [2021-03-22T19:50:51.645Z] ---> 01ebb1e279a7 [2021-03-22T19:50:51.645Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T19:50:51.645Z] ---> Running in 88c59d085dde [2021-03-22T19:50:51.645Z] ---> Running in d707a2ba5518 [2021-03-22T19:50:51.645Z] ---> Running in 6c10a4821226 [2021-03-22T19:50:51.645Z] ---> Running in 5449bf6a6d9f [2021-03-22T19:50:51.645Z] ---> Running in 33629496da2f [2021-03-22T19:50:51.645Z] Removing intermediate container d707a2ba5518 [2021-03-22T19:50:51.645Z] ---> 80a528dc2dbe [2021-03-22T19:50:51.645Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-22T19:50:51.645Z] ---> Running in 4a4037ba7211 [2021-03-22T19:50:51.645Z] Removing intermediate container 6c10a4821226 [2021-03-22T19:50:51.645Z] ---> a43d085c2c49 [2021-03-22T19:50:51.645Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-22T19:50:51.645Z] Removing intermediate container 88c59d085dde [2021-03-22T19:50:51.645Z] ---> c5237286ede4 [2021-03-22T19:50:51.645Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-22T19:50:51.645Z] Removing intermediate container 33629496da2f [2021-03-22T19:50:51.645Z] ---> 25d69d69bea9 [2021-03-22T19:50:51.645Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-22T19:50:51.645Z] ---> Running in ca4455f5f595 [2021-03-22T19:50:51.645Z] Removing intermediate container 5449bf6a6d9f [2021-03-22T19:50:51.645Z] ---> 26be316d17ed [2021-03-22T19:50:51.645Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-22T19:50:51.645Z] ---> Running in f78cc0a4a24b [2021-03-22T19:50:51.645Z] ---> Running in a8311a514ff7 [2021-03-22T19:50:51.645Z] ---> Running in 168ded300d5e [2021-03-22T19:50:51.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T19:50:51.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T19:50:51.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T19:50:51.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T19:50:51.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T19:50:51.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T19:50:51.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T19:50:52.172Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T19:50:52.172Z] OK: 233 MiB in 51 packages [2021-03-22T19:50:52.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T19:50:52.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T19:50:52.707Z] OK: 233 MiB in 51 packages [2021-03-22T19:50:52.707Z] OK: 233 MiB in 51 packages [2021-03-22T19:50:52.707Z] Removing intermediate container 4a4037ba7211 [2021-03-22T19:50:52.707Z] ---> 4202d7d1176b [2021-03-22T19:50:52.707Z] Step 6/21 : COPY go.mod . [2021-03-22T19:50:52.975Z] OK: 233 MiB in 51 packages [2021-03-22T19:50:52.975Z] OK: 233 MiB in 51 packages [2021-03-22T19:50:53.238Z] ---> 9efa4b6ce6b7 [2021-03-22T19:50:53.238Z] Step 7/21 : RUN go mod download [2021-03-22T19:50:53.504Z] Removing intermediate container ca4455f5f595 [2021-03-22T19:50:53.504Z] ---> 85a6d83fb028 [2021-03-22T19:50:53.504Z] Step 6/22 : COPY go.mod . [2021-03-22T19:50:53.504Z] ---> Running in 731404cb85ec [2021-03-22T19:50:53.504Z] Removing intermediate container f78cc0a4a24b [2021-03-22T19:50:53.504Z] ---> 953193e22d8b [2021-03-22T19:50:53.504Z] Step 6/31 : COPY go.mod . [2021-03-22T19:50:54.080Z] ---> 31bcd621a956 [2021-03-22T19:50:54.080Z] Step 7/22 : RUN go mod download [2021-03-22T19:50:54.080Z] Removing intermediate container 168ded300d5e [2021-03-22T19:50:54.080Z] ---> cbe08698f12c [2021-03-22T19:50:54.080Z] Step 6/23 : COPY go.mod . [2021-03-22T19:50:54.080Z] ---> b4bf69976897 [2021-03-22T19:50:54.080Z] Step 7/31 : RUN go mod download [2021-03-22T19:50:54.080Z] Removing intermediate container a8311a514ff7 [2021-03-22T19:50:54.080Z] ---> 318337911b2c [2021-03-22T19:50:54.080Z] Step 6/22 : COPY go.mod . [2021-03-22T19:50:54.080Z] ---> Running in 9377996619f5 [2021-03-22T19:50:54.080Z] ---> Running in 5e55be175f40 [2021-03-22T19:50:54.666Z] ---> af967d97588b [2021-03-22T19:50:54.666Z] Step 7/23 : RUN go mod download [2021-03-22T19:50:54.666Z] ---> 49ebff7ad15e [2021-03-22T19:50:54.666Z] Step 7/22 : RUN go mod download [2021-03-22T19:50:54.666Z] ---> Running in 4c45c5099f32 [2021-03-22T19:50:54.932Z] ---> Running in 7761200feb40 [2021-03-22T19:50:55.902Z] Removing intermediate container 9377996619f5 [2021-03-22T19:50:55.902Z] ---> bf2038b3d564 [2021-03-22T19:50:55.902Z] Step 8/22 : COPY . . [2021-03-22T19:50:55.902Z] Removing intermediate container 731404cb85ec [2021-03-22T19:50:55.902Z] ---> 5d524580da5c [2021-03-22T19:50:55.902Z] Step 8/21 : COPY . . [2021-03-22T19:51:01.242Z] Removing intermediate container 5e55be175f40 [2021-03-22T19:51:01.242Z] ---> 7e8999ae0edf [2021-03-22T19:51:01.242Z] Step 8/31 : COPY . . [2021-03-22T19:51:01.822Z] Removing intermediate container 4c45c5099f32 [2021-03-22T19:51:01.822Z] ---> aed463c3fdf0 [2021-03-22T19:51:01.822Z] Step 8/23 : COPY . . [2021-03-22T19:51:07.146Z] Removing intermediate container 7761200feb40 [2021-03-22T19:51:07.146Z] ---> f52360c687fc [2021-03-22T19:51:07.146Z] Step 8/22 : COPY . . [2021-03-22T19:51:10.631Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-22T19:51:46.431Z] ---> bab036b231c1 [2021-03-22T19:51:46.431Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-22T19:51:46.431Z] ---> a9207e253041 [2021-03-22T19:51:46.431Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-22T19:51:46.431Z] ---> Running in 5724fb18507e [2021-03-22T19:51:46.431Z] ---> Running in 6abc3370f425 [2021-03-22T19:51:46.431Z] ---> f83d9268f10a [2021-03-22T19:51:46.431Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-22T19:51:46.431Z] ---> b9c00569efa0 [2021-03-22T19:51:46.432Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-22T19:51:46.432Z] ---> Running in 2904537e94ab [2021-03-22T19:51:46.432Z] ---> Running in 608b5a8f5ee0 [2021-03-22T19:51:46.432Z] ---> e6fad51c374f [2021-03-22T19:51:46.432Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-22T19:51:46.432Z] ---> Running in f78812b187f7 [2021-03-22T19:51:46.432Z] 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-22T19:51:46.432Z] 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-22T19:51:46.432Z] 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-22T19:51:46.432Z] 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-22T19:51:46.432Z] 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-22T19:51:57.708Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-22T19:52:06.524Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-22T19:52:13.276Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-22T19:52:13.276Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-22T19:52:15.278Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-22T19:52:15.279Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-22T19:52:15.279Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-22T19:52:15.886Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-22T19:52:18.709Z] 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-22T19:52:19.298Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-22T19:52:19.298Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-22T19:52:22.969Z] Removing intermediate container 608b5a8f5ee0 [2021-03-22T19:52:22.969Z] ---> 54f56da735d3 [2021-03-22T19:52:22.969Z] [2021-03-22T19:52:22.969Z] Step 10/31 : FROM alpine:3.12 [2021-03-22T19:52:22.969Z] 3.12: Pulling from library/alpine [2021-03-22T19:52:25.531Z] Removing intermediate container 5724fb18507e [2021-03-22T19:52:25.531Z] ---> f457f777525c [2021-03-22T19:52:25.531Z] [2021-03-22T19:52:25.531Z] Step 10/21 : FROM alpine:3.12 [2021-03-22T19:52:25.531Z] 3.12: Pulling from library/alpine [2021-03-22T19:52:25.531Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-22T19:52:25.531Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-22T19:52:25.531Z] Status: Downloaded newer image for alpine:3.12 [2021-03-22T19:52:25.531Z] ---> 88dd2752d2ea [2021-03-22T19:52:25.531Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-22T19:52:25.531Z] Status: Downloaded newer image for alpine:3.12 [2021-03-22T19:52:25.531Z] ---> 88dd2752d2ea [2021-03-22T19:52:25.531Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-22T19:52:25.531Z] Removing intermediate container 6abc3370f425 [2021-03-22T19:52:25.531Z] ---> 04861f7adf09 [2021-03-22T19:52:25.531Z] [2021-03-22T19:52:25.531Z] Step 10/22 : FROM alpine:3.12 [2021-03-22T19:52:25.531Z] ---> 88dd2752d2ea [2021-03-22T19:52:25.531Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-22T19:52:26.482Z] ---> Running in 08b8c746a7d4 [2021-03-22T19:52:26.482Z] ---> Running in 6313a4d2d42b [2021-03-22T19:52:26.482Z] ---> Running in 3172eb6279b2 [2021-03-22T19:52:27.611Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-22T19:52:27.611Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-22T19:52:27.611Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-22T19:52:28.409Z] Removing intermediate container 6313a4d2d42b [2021-03-22T19:52:28.410Z] ---> f6a3be771a51 [2021-03-22T19:52:28.410Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-22T19:52:28.410Z] Removing intermediate container f78812b187f7 [2021-03-22T19:52:28.410Z] ---> 45739a308049 [2021-03-22T19:52:28.410Z] [2021-03-22T19:52:28.410Z] Step 10/22 : FROM alpine:3.12 [2021-03-22T19:52:28.410Z] ---> 88dd2752d2ea [2021-03-22T19:52:28.410Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-22T19:52:30.342Z] ---> Running in a70e0320acc3 [2021-03-22T19:52:30.342Z] ---> Running in f723774b2af2 [2021-03-22T19:52:30.342Z] Removing intermediate container 2904537e94ab [2021-03-22T19:52:30.342Z] ---> 2e5955069b6b [2021-03-22T19:52:30.342Z] [2021-03-22T19:52:30.342Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T19:52:30.342Z] ---> 88dd2752d2ea [2021-03-22T19:52:30.342Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-22T19:52:30.615Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T19:52:30.615Z] ---> Running in c41d5d31c439 [2021-03-22T19:52:30.615Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T19:52:30.615Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T19:52:30.615Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T19:52:30.880Z] Removing intermediate container c41d5d31c439 [2021-03-22T19:52:30.880Z] ---> 0771c6fd5e29 [2021-03-22T19:52:30.880Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-22T19:52:30.880Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-22T19:52:30.880Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T19:52:30.880Z] OK: 6 MiB in 15 packages [2021-03-22T19:52:30.880Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-22T19:52:30.880Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T19:52:30.880Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-22T19:52:30.880Z] (4/4) Installing curl (7.69.1-r3) [2021-03-22T19:52:30.880Z] ---> Running in 38b51c5dfd64 [2021-03-22T19:52:30.880Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T19:52:30.880Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T19:52:30.880Z] OK: 7 MiB in 18 packages [2021-03-22T19:52:30.881Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T19:52:31.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T19:52:31.145Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-22T19:52:31.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T19:52:31.408Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-22T19:52:31.408Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T19:52:31.408Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T19:52:31.408Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T19:52:31.408Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-22T19:52:31.408Z] (2/2) Installing su-exec (0.2-r1) [2021-03-22T19:52:31.408Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T19:52:31.408Z] OK: 6 MiB in 16 packages [2021-03-22T19:52:31.408Z] OK: 6 MiB in 16 packages [2021-03-22T19:52:32.357Z] Removing intermediate container 38b51c5dfd64 [2021-03-22T19:52:32.357Z] ---> c7435181e12e [2021-03-22T19:52:32.357Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-22T19:52:32.620Z] ---> Running in c1ff4416edeb [2021-03-22T19:52:32.889Z] Removing intermediate container 3172eb6279b2 [2021-03-22T19:52:32.889Z] ---> 63922344b004 [2021-03-22T19:52:32.889Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T19:52:32.889Z] Removing intermediate container c1ff4416edeb [2021-03-22T19:52:32.889Z] ---> e78b1ea6a5db [2021-03-22T19:52:32.889Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T19:52:33.059Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.336s coverage: 45.9% of statements [2021-03-22T19:52:33.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-22T19:52:33.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-22T19:52:33.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-22T19:52:33.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-22T19:52:33.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-22T19:52:33.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-22T19:52:33.059Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.119s coverage: 19.8% of statements [2021-03-22T19:52:33.059Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.227s coverage: 100.0% of statements [2021-03-22T19:52:33.152Z] ---> Running in 774c855d7db9 [2021-03-22T19:52:33.728Z] ---> Running in eb9a09a69c22 [2021-03-22T19:52:33.992Z] Removing intermediate container 08b8c746a7d4 [2021-03-22T19:52:33.992Z] ---> 96c8ef479c07 [2021-03-22T19:52:33.992Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-22T19:52:33.992Z] Removing intermediate container f723774b2af2 [2021-03-22T19:52:33.992Z] ---> 70589822a61f [2021-03-22T19:52:33.992Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T19:52:33.992Z] Removing intermediate container 774c855d7db9 [2021-03-22T19:52:33.992Z] ---> a7b1b35a088b [2021-03-22T19:52:33.992Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-22T19:52:34.264Z] Removing intermediate container a70e0320acc3 [2021-03-22T19:52:34.264Z] ---> a8d413277276 [2021-03-22T19:52:34.264Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-22T19:52:34.264Z] ---> Running in 595dae5172e5 [2021-03-22T19:52:34.264Z] ---> Running in 8803640db0cb [2021-03-22T19:52:34.264Z] ---> Running in 10b4561328e2 [2021-03-22T19:52:34.264Z] ---> Running in 52f8b5721462 [2021-03-22T19:52:34.534Z] Removing intermediate container 595dae5172e5 [2021-03-22T19:52:34.534Z] ---> 7eb590812c16 [2021-03-22T19:52:34.534Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-22T19:52:34.534Z] Removing intermediate container 8803640db0cb [2021-03-22T19:52:34.534Z] ---> 99bffca2cfbe [2021-03-22T19:52:34.534Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-22T19:52:34.534Z] Removing intermediate container 10b4561328e2 [2021-03-22T19:52:34.534Z] ---> 9f703de543d0 [2021-03-22T19:52:34.534Z] Step 13/21 : WORKDIR /edgex [2021-03-22T19:52:35.109Z] ---> Running in 2957f90d1ccf [2021-03-22T19:52:35.109Z] Removing intermediate container 52f8b5721462 [2021-03-22T19:52:35.109Z] ---> 7ce24df3097e [2021-03-22T19:52:35.109Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-22T19:52:35.109Z] ---> Running in 3c02b4b1a746 [2021-03-22T19:52:35.109Z] ---> Running in 17f99d80c330 [2021-03-22T19:52:35.372Z] ---> Running in 17bb31b231b3 [2021-03-22T19:52:35.638Z] Removing intermediate container 2957f90d1ccf [2021-03-22T19:52:35.638Z] ---> d352b2dbfd6c [2021-03-22T19:52:35.638Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T19:52:35.638Z] Removing intermediate container 3c02b4b1a746 [2021-03-22T19:52:35.638Z] ---> f7339a5f89d2 [2021-03-22T19:52:35.638Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-22T19:52:35.638Z] Removing intermediate container 17f99d80c330 [2021-03-22T19:52:35.638Z] ---> 789c341b6f0d [2021-03-22T19:52:35.638Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-22T19:52:35.638Z] Removing intermediate container 17bb31b231b3 [2021-03-22T19:52:35.638Z] ---> 79faa2a45799 [2021-03-22T19:52:35.638Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-22T19:52:35.900Z] ---> Running in 07b056f349eb [2021-03-22T19:52:35.900Z] ---> Running in f789bdc9cb51 [2021-03-22T19:52:35.900Z] Removing intermediate container eb9a09a69c22 [2021-03-22T19:52:35.900Z] ---> aec8cdde2ed1 [2021-03-22T19:52:35.900Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-22T19:52:36.163Z] ---> 9c7eaa4ac0f8 [2021-03-22T19:52:36.163Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-22T19:52:36.433Z] ---> 8d95d4ee3108 [2021-03-22T19:52:36.433Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-22T19:52:36.433Z] ---> Running in d11e552c3331 [2021-03-22T19:52:36.433Z] Removing intermediate container 07b056f349eb [2021-03-22T19:52:36.433Z] ---> 74b65358e6aa [2021-03-22T19:52:36.433Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T19:52:37.024Z] ---> 6f96740c22ab [2021-03-22T19:52:37.024Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-22T19:52:37.024Z] ---> 6aec68ff8977 [2021-03-22T19:52:37.024Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-22T19:52:37.024Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T19:52:37.295Z] ---> c34dc3db92fd [2021-03-22T19:52:37.295Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-22T19:52:37.557Z] ---> f8e5a78a3b08 [2021-03-22T19:52:37.557Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-22T19:52:37.841Z] ---> Running in c40386887381 [2021-03-22T19:52:37.841Z] ---> ce430d2cdc29 [2021-03-22T19:52:37.841Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-22T19:52:37.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T19:52:37.841Z] Removing intermediate container f789bdc9cb51 [2021-03-22T19:52:37.841Z] ---> 9d6abd27e206 [2021-03-22T19:52:37.841Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-22T19:52:38.106Z] ---> 073eeb216025 [2021-03-22T19:52:38.106Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-22T19:52:38.106Z] ---> Running in ecfa8e8dd072 [2021-03-22T19:52:38.106Z] ---> Running in 7f553a5ed201 [2021-03-22T19:52:38.371Z] ---> cf6d29bd4e9b [2021-03-22T19:52:38.371Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-22T19:52:38.371Z] Removing intermediate container c40386887381 [2021-03-22T19:52:38.371Z] ---> 316f812ab60d [2021-03-22T19:52:38.371Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T19:52:38.371Z] ---> Running in e81f1acfd6cf [2021-03-22T19:52:38.371Z] ---> Running in b98f3dcd373a [2021-03-22T19:52:38.371Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-22T19:52:38.633Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-22T19:52:38.633Z] Removing intermediate container 7f553a5ed201 [2021-03-22T19:52:38.633Z] ---> d50f1b584bc9 [2021-03-22T19:52:38.633Z] Step 18/21 : CMD ["--init=true"] [2021-03-22T19:52:38.633Z] Removing intermediate container ecfa8e8dd072 [2021-03-22T19:52:38.633Z] ---> a734be7ab8d6 [2021-03-22T19:52:38.633Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-22T19:52:38.633Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-22T19:52:38.633Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-22T19:52:38.633Z] ---> Running in 8a67a3b16ba7 [2021-03-22T19:52:38.633Z] Removing intermediate container e81f1acfd6cf [2021-03-22T19:52:38.633Z] ---> 559a598a691f [2021-03-22T19:52:38.633Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T19:52:38.897Z] Removing intermediate container b98f3dcd373a [2021-03-22T19:52:38.897Z] ---> c0c842ca490f [2021-03-22T19:52:38.897Z] Step 20/22 : LABEL arch=x86_64 [2021-03-22T19:52:38.897Z] ---> Running in 10f11b7d85cc [2021-03-22T19:52:38.897Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-22T19:52:38.897Z] ---> 7eaef6b02b47 [2021-03-22T19:52:38.897Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-22T19:52:39.163Z] ---> Running in 126b6e1da35a [2021-03-22T19:52:39.163Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-22T19:52:39.163Z] Removing intermediate container 8a67a3b16ba7 [2021-03-22T19:52:39.163Z] ---> b94903e5a307 [2021-03-22T19:52:39.163Z] Step 19/21 : LABEL arch=x86_64 [2021-03-22T19:52:39.163Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T19:52:39.163Z] OK: 8 MiB in 20 packages [2021-03-22T19:52:39.163Z] ---> Running in 54beba6d2c97 [2021-03-22T19:52:39.425Z] ---> Running in 085188dac169 [2021-03-22T19:52:39.425Z] Removing intermediate container 10f11b7d85cc [2021-03-22T19:52:39.425Z] ---> 87fa72c7c0ce [2021-03-22T19:52:39.425Z] Step 20/22 : LABEL arch=x86_64 [2021-03-22T19:52:39.425Z] Removing intermediate container 126b6e1da35a [2021-03-22T19:52:39.425Z] ---> b459c1d10641 [2021-03-22T19:52:39.425Z] Step 21/22 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad [2021-03-22T19:52:39.690Z] ---> Running in 8d3dd4170c67 [2021-03-22T19:52:39.959Z] ---> Running in 442fafce6474 [2021-03-22T19:52:39.959Z] Removing intermediate container 085188dac169 [2021-03-22T19:52:39.959Z] ---> ff26b9e04c54 [2021-03-22T19:52:39.959Z] Step 20/21 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad [2021-03-22T19:52:40.222Z] ---> Running in c4c5c86445f6 [2021-03-22T19:52:40.222Z] Removing intermediate container 8d3dd4170c67 [2021-03-22T19:52:40.222Z] ---> 56eff36935a1 [2021-03-22T19:52:40.222Z] Step 21/22 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad [2021-03-22T19:52:40.487Z] Removing intermediate container 442fafce6474 [2021-03-22T19:52:40.487Z] ---> 8ccc7ba89e74 [2021-03-22T19:52:40.487Z] Step 22/22 : LABEL version=0.0.0 [2021-03-22T19:52:40.487Z] ---> Running in 194038e6bdc0 [2021-03-22T19:52:40.487Z] ---> Running in e3e4bb98810b [2021-03-22T19:52:40.750Z] Removing intermediate container d11e552c3331 [2021-03-22T19:52:40.750Z] ---> cc36c9488437 [2021-03-22T19:52:40.750Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T19:52:40.750Z] Removing intermediate container c4c5c86445f6 [2021-03-22T19:52:40.750Z] ---> f61c76d45586 [2021-03-22T19:52:40.750Z] Step 21/21 : LABEL version=0.0.0 [2021-03-22T19:52:41.014Z] Removing intermediate container 194038e6bdc0 [2021-03-22T19:52:41.014Z] ---> f9c16d66748d [2021-03-22T19:52:41.014Z] Step 22/22 : LABEL version=0.0.0 [2021-03-22T19:52:41.014Z] ---> Running in e89cc98d6a65 [2021-03-22T19:52:41.014Z] Removing intermediate container e3e4bb98810b [2021-03-22T19:52:41.014Z] ---> f3db906ad5ec [2021-03-22T19:52:41.014Z] [2021-03-22T19:52:41.014Z] ---> 9043aa7a5c13 [2021-03-22T19:52:41.014Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-22T19:52:41.279Z] ---> Running in ade955b74970 [2021-03-22T19:52:41.279Z] Removing intermediate container e89cc98d6a65 [2021-03-22T19:52:41.279Z] ---> 09d66a971506 [2021-03-22T19:52:41.279Z] [2021-03-22T19:52:41.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.539s coverage: 27.1% of statements [2021-03-22T19:52:41.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-22T19:52:41.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-22T19:52:41.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-22T19:52:41.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-22T19:52:41.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-22T19:52:41.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-22T19:52:41.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.088s coverage: 100.0% of statements [2021-03-22T19:52:41.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-22T19:52:41.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.124s coverage: 100.0% of statements [2021-03-22T19:52:41.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-22T19:52:41.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-22T19:52:41.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.271s coverage: 71.3% of statements [2021-03-22T19:52:41.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-22T19:52:41.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-22T19:52:41.543Z] Successfully built f3db906ad5ec [2021-03-22T19:52:41.543Z] Successfully built 09d66a971506 [2021-03-22T19:52:41.805Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-22T19:52:41.805Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-22T19:52:41.806Z]  Building docker-support-scheduler-go ... done Removing intermediate container ade955b74970 [2021-03-22T19:52:41.806Z] ---> 287bb906d22e [2021-03-22T19:52:41.806Z] [2021-03-22T19:52:41.806Z] Building docker-sys-mgmt-agent-go [2021-03-22T19:52:41.806Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-03-22T19:52:42.075Z] Removing intermediate container 54beba6d2c97 [2021-03-22T19:52:42.075Z] ---> facfefb3b081 [2021-03-22T19:52:42.075Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T19:52:42.075Z] ---> 9c3acba55256 [2021-03-22T19:52:42.075Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-22T19:52:42.075Z] Successfully built 287bb906d22e [2021-03-22T19:52:42.075Z] Successfully tagged docker-support-notifications-go:latest [2021-03-22T19:52:42.075Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-03-22T19:52:42.350Z] ---> 6018a88e9f9d [2021-03-22T19:52:42.350Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-22T19:52:42.350Z] ---> a0d27d8fdc39 [2021-03-22T19:52:42.350Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-22T19:52:42.350Z] ---> Running in 2029052ae68d [2021-03-22T19:52:42.614Z] Removing intermediate container 2029052ae68d [2021-03-22T19:52:42.614Z] ---> 232aabcf10d0 [2021-03-22T19:52:42.614Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T19:52:42.614Z] ---> Running in 1d6a49226d09 [2021-03-22T19:52:42.877Z] ---> 6a1d0478cc72 [2021-03-22T19:52:42.878Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-22T19:52:43.141Z] Removing intermediate container 1d6a49226d09 [2021-03-22T19:52:43.141Z] ---> 4a2687be75b9 [2021-03-22T19:52:43.141Z] Step 21/23 : LABEL arch=x86_64 [2021-03-22T19:52:43.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.457s coverage: 82.9% of statements [2021-03-22T19:52:43.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-22T19:52:43.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T19:52:43.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.147s coverage: 78.9% of statements [2021-03-22T19:52:43.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-22T19:52:45.202Z] ---> fae3c907317c [2021-03-22T19:52:45.202Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-22T19:52:45.202Z] ---> Running in 6b4bd7f81543 [2021-03-22T19:52:49.680Z] ---> 49cfffac7d66 [2021-03-22T19:52:49.680Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-22T19:52:49.680Z] Removing intermediate container 6b4bd7f81543 [2021-03-22T19:52:49.680Z] ---> a6c558cceb8c [2021-03-22T19:52:49.680Z] Step 22/23 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad [2021-03-22T19:52:52.244Z] ---> Running in 3e0330e7d0ae [2021-03-22T19:52:52.244Z] ---> f186832fa4e6 [2021-03-22T19:52:52.244Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-22T19:52:52.512Z] Removing intermediate container 3e0330e7d0ae [2021-03-22T19:52:52.512Z] ---> 5a3dba14464c [2021-03-22T19:52:52.512Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T19:52:52.512Z] ---> Running in 7c2b5dc6a75c [2021-03-22T19:52:52.512Z] ---> Running in 2c7c4752e820 [2021-03-22T19:52:53.091Z] Removing intermediate container 2c7c4752e820 [2021-03-22T19:52:53.091Z] ---> 7d0aa410987e [2021-03-22T19:52:53.091Z] [2021-03-22T19:52:53.091Z] Removing intermediate container 7c2b5dc6a75c [2021-03-22T19:52:53.091Z] ---> 1abc9fca2f5f [2021-03-22T19:52:53.091Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-22T19:52:53.357Z] Successfully built 7d0aa410987e [2021-03-22T19:52:53.357Z] Successfully tagged docker-core-data-go:latest [2021-03-22T19:52:53.357Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-03-22T19:52:53.357Z] ---> f5317172d713 [2021-03-22T19:52:53.357Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-22T19:52:54.329Z] ---> Running in 1e32951ad774 [2021-03-22T19:52:55.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.150s coverage: 28.6% of statements [2021-03-22T19:52:55.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-22T19:52:55.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-22T19:52:55.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-22T19:52:55.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-22T19:52:55.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-22T19:52:55.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.145s coverage: 100.0% of statements [2021-03-22T19:52:55.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-22T19:52:55.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.100s coverage: 100.0% of statements [2021-03-22T19:52:55.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-22T19:52:55.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.276s coverage: 86.7% of statements [2021-03-22T19:52:55.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-22T19:52:55.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.403s coverage: 97.5% of statements [2021-03-22T19:52:55.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-22T19:52:55.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.126s coverage: 78.3% of statements [2021-03-22T19:52:55.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-22T19:52:55.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-22T19:52:55.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-22T19:52:55.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-22T19:53:00.993Z] Removing intermediate container 1e32951ad774 [2021-03-22T19:53:00.993Z] ---> 3e5b588336f6 [2021-03-22T19:53:00.993Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-22T19:53:01.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.213s coverage: 92.8% of statements [2021-03-22T19:53:01.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-22T19:53:01.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T19:53:01.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-22T19:53:01.240Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-22T19:53:01.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-22T19:53:01.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-22T19:53:01.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-22T19:53:01.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-22T19:53:01.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-22T19:53:01.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-22T19:53:01.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-22T19:53:01.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-22T19:53:01.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-22T19:53:01.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-22T19:53:01.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-22T19:53:01.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-22T19:53:01.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-22T19:53:01.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-22T19:53:01.240Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-03-22T19:53:01.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-22T19:53:01.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-22T19:53:01.240Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.214s coverage: 0.1% of statements [2021-03-22T19:53:01.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-22T19:53:01.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-22T19:53:01.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-22T19:53:01.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.090s coverage: 47.1% of statements [2021-03-22T19:53:01.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.080s coverage: 79.5% of statements [2021-03-22T19:53:01.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.101s coverage: 94.1% of statements [2021-03-22T19:53:01.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.089s coverage: 96.3% of statements [2021-03-22T19:53:01.310Z] ---> Running in 82eb9c1d092a [2021-03-22T19:53:01.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements [2021-03-22T19:53:02.275Z] Removing intermediate container 82eb9c1d092a [2021-03-22T19:53:02.275Z] ---> 18ac3114b28d [2021-03-22T19:53:02.275Z] Step 28/31 : CMD ["gate"] [2021-03-22T19:53:02.538Z] ---> Running in 4c8a875c1750 [2021-03-22T19:53:02.804Z] Removing intermediate container 4c8a875c1750 [2021-03-22T19:53:02.804Z] ---> 079401ed6695 [2021-03-22T19:53:02.804Z] Step 29/31 : LABEL arch=x86_64 [2021-03-22T19:53:03.393Z] ---> Running in 03b6812d4442 [2021-03-22T19:53:04.355Z] Removing intermediate container 03b6812d4442 [2021-03-22T19:53:04.355Z] ---> ba2b2dd4e37a [2021-03-22T19:53:04.355Z] Step 30/31 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad [2021-03-22T19:53:07.696Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T19:53:07.696Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-22T19:53:07.696Z] ---> baeef76952d7 [2021-03-22T19:53:07.696Z] Step 3/26 : WORKDIR /edgex-go [2021-03-22T19:53:07.696Z] ---> Using cache [2021-03-22T19:53:07.696Z] ---> 01ebb1e279a7 [2021-03-22T19:53:07.696Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T19:53:07.696Z] ---> Using cache [2021-03-22T19:53:07.696Z] ---> 25d69d69bea9 [2021-03-22T19:53:07.696Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-22T19:53:07.696Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T19:53:07.696Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-22T19:53:07.696Z] ---> baeef76952d7 [2021-03-22T19:53:07.696Z] Step 3/24 : WORKDIR /edgex-go [2021-03-22T19:53:07.696Z] ---> Using cache [2021-03-22T19:53:07.696Z] ---> 01ebb1e279a7 [2021-03-22T19:53:07.696Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T19:53:07.696Z] ---> Using cache [2021-03-22T19:53:07.696Z] ---> 25d69d69bea9 [2021-03-22T19:53:07.696Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-22T19:53:07.696Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T19:53:07.696Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T19:53:07.696Z] ---> baeef76952d7 [2021-03-22T19:53:07.696Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T19:53:07.696Z] ---> Using cache [2021-03-22T19:53:07.696Z] ---> 01ebb1e279a7 [2021-03-22T19:53:07.696Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T19:53:07.696Z] ---> Using cache [2021-03-22T19:53:07.696Z] ---> 25d69d69bea9 [2021-03-22T19:53:07.696Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-22T19:53:09.630Z] ---> Running in cf55d5e037ea [2021-03-22T19:53:09.630Z] ---> Running in 97fbe26d07cc [2021-03-22T19:53:09.630Z] ---> Running in caa72c9d8c9e [2021-03-22T19:53:09.630Z] ---> Running in 4891b729d404 [2021-03-22T19:53:10.222Z] Removing intermediate container cf55d5e037ea [2021-03-22T19:53:10.222Z] ---> b57ff76c12cc [2021-03-22T19:53:10.222Z] Step 31/31 : LABEL version=0.0.0 [2021-03-22T19:53:11.193Z] ---> Running in 395c1d9f0478 [2021-03-22T19:53:12.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T19:53:12.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T19:53:12.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T19:53:12.152Z] Removing intermediate container 395c1d9f0478 [2021-03-22T19:53:12.152Z] ---> c1535fd968dc [2021-03-22T19:53:12.152Z] [2021-03-22T19:53:12.741Z] Successfully built c1535fd968dc [2021-03-22T19:53:12.741Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-22T19:53:13.006Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T19:53:13.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T19:53:13.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T19:53:13.594Z] OK: 233 MiB in 51 packages [2021-03-22T19:53:13.595Z] OK: 233 MiB in 51 packages [2021-03-22T19:53:13.595Z] OK: 233 MiB in 51 packages [2021-03-22T19:53:13.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.098s coverage: 94.4% of statements [2021-03-22T19:53:13.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements [2021-03-22T19:53:14.176Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T19:53:14.176Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T19:53:14.176Z] ---> baeef76952d7 [2021-03-22T19:53:14.176Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T19:53:14.176Z] ---> Using cache [2021-03-22T19:53:14.176Z] ---> 01ebb1e279a7 [2021-03-22T19:53:14.176Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T19:53:14.176Z] ---> Using cache [2021-03-22T19:53:14.176Z] ---> 25d69d69bea9 [2021-03-22T19:53:14.176Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-22T19:53:15.126Z] ---> Running in 872f27ac168d [2021-03-22T19:53:15.391Z] Removing intermediate container 97fbe26d07cc [2021-03-22T19:53:15.391Z] ---> 37a1235a64ef [2021-03-22T19:53:15.391Z] Step 6/24 : COPY go.mod . [2021-03-22T19:53:15.391Z] Removing intermediate container 4891b729d404 [2021-03-22T19:53:15.391Z] ---> 31db2b40e390 [2021-03-22T19:53:15.391Z] Step 6/23 : COPY go.mod . [2021-03-22T19:53:15.658Z] Removing intermediate container caa72c9d8c9e [2021-03-22T19:53:15.658Z] ---> 81eaf8d6637a [2021-03-22T19:53:15.658Z] Step 6/26 : COPY go.mod . [2021-03-22T19:53:15.921Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T19:53:15.921Z] ---> 206618580880 [2021-03-22T19:53:15.921Z] Step 7/24 : RUN go mod download [2021-03-22T19:53:15.921Z] ---> b368dcd581fa [2021-03-22T19:53:15.921Z] Step 7/23 : RUN go mod download [2021-03-22T19:53:15.921Z] ---> Running in cf01b140c501 [2021-03-22T19:53:15.921Z] ---> 5c79517ac74a [2021-03-22T19:53:15.921Z] Step 7/26 : RUN go mod download [2021-03-22T19:53:16.182Z] ---> Running in adf29c5f9a46 [2021-03-22T19:53:16.182Z] ---> Running in 773a448620fd [2021-03-22T19:53:16.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T19:53:17.028Z] OK: 233 MiB in 51 packages [2021-03-22T19:53:17.606Z] Removing intermediate container 872f27ac168d [2021-03-22T19:53:17.606Z] ---> d51d831be4fd [2021-03-22T19:53:17.607Z] Step 6/23 : COPY go.mod . [2021-03-22T19:53:17.874Z] ---> 33196ce28284 [2021-03-22T19:53:17.874Z] Step 7/23 : RUN go mod download [2021-03-22T19:53:18.136Z] ---> Running in 619fdbaa8c86 [2021-03-22T19:53:18.136Z] Removing intermediate container 773a448620fd [2021-03-22T19:53:18.136Z] ---> 94880c617633 [2021-03-22T19:53:18.136Z] Step 8/26 : COPY . . [2021-03-22T19:53:18.136Z] Removing intermediate container cf01b140c501 [2021-03-22T19:53:18.136Z] ---> ce3b9d720113 [2021-03-22T19:53:18.136Z] Step 8/24 : COPY . . [2021-03-22T19:53:18.406Z] Removing intermediate container adf29c5f9a46 [2021-03-22T19:53:18.406Z] ---> 2c13b5a47d35 [2021-03-22T19:53:18.406Z] Step 8/23 : COPY . . [2021-03-22T19:53:19.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.295s coverage: 81.7% of statements [2021-03-22T19:53:29.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.121s coverage: 92.9% of statements [2021-03-22T19:53:29.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-22T19:53:29.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-22T19:53:29.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-22T19:53:29.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-22T19:53:29.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-22T19:53:29.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-22T19:53:29.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-22T19:53:29.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-22T19:53:29.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-22T19:53:29.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements [2021-03-22T19:53:29.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-22T19:53:29.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-22T19:53:29.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-03-22T19:53:29.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-22T19:53:29.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.083s coverage: 75.5% of statements [2021-03-22T19:53:29.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-22T19:53:29.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements [2021-03-22T19:53:29.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements [2021-03-22T19:53:29.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.136s coverage: 84.6% of statements [2021-03-22T19:53:29.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.174s coverage: 91.6% of statements [2021-03-22T19:53:29.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-22T19:53:29.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.484s coverage: 64.4% of statements [2021-03-22T19:53:29.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-22T19:53:29.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-22T19:53:29.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2021-03-22T19:53:29.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements [2021-03-22T19:53:29.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements [2021-03-22T19:53:30.134Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.113s coverage: 73.7% of statements [2021-03-22T19:53:30.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements [2021-03-22T19:53:33.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.815s coverage: 69.0% of statements [2021-03-22T19:53:33.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-22T19:53:33.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-22T19:53:33.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-22T19:53:34.716Z] Removing intermediate container 619fdbaa8c86 [2021-03-22T19:53:34.716Z] ---> 3b7acfb0689b [2021-03-22T19:53:34.716Z] Step 8/23 : COPY . . [2021-03-22T19:53:34.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.395s coverage: 38.4% of statements [2021-03-22T19:53:34.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-22T19:53:34.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-22T19:53:34.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.132s coverage: 89.5% of statements [2021-03-22T19:53:34.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-22T19:53:34.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.103s coverage: 84.8% of statements [2021-03-22T19:53:43.135Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.459s coverage: 47.0% of statements [2021-03-22T19:53:43.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-22T19:53:43.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-22T19:53:43.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-22T19:53:43.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-22T19:53:43.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-22T19:53:43.135Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.113s coverage: 100.0% of statements [2021-03-22T19:53:43.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-22T19:53:43.135Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.092s coverage: 100.0% of statements [2021-03-22T19:53:43.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-22T19:53:43.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-22T19:53:43.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-22T19:53:43.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-22T19:53:43.135Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.500s coverage: 87.1% of statements [2021-03-22T19:53:43.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-22T19:53:43.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T19:53:43.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-22T19:53:49.864Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.140s coverage: 29.1% of statements [2021-03-22T19:53:49.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-22T19:53:49.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-22T19:53:49.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-22T19:53:49.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-22T19:53:49.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-22T19:53:49.864Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.198s coverage: 99.0% of statements [2021-03-22T19:53:49.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-22T19:53:49.864Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.105s coverage: 100.0% of statements [2021-03-22T19:53:49.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-22T19:53:49.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-22T19:53:49.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-22T19:53:49.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-22T19:53:49.864Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.312s coverage: 96.5% of statements [2021-03-22T19:53:49.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-22T19:53:49.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T19:53:49.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-22T19:53:49.864Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-03-22T19:53:49.864Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-22T19:53:49.864Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.084s coverage: 100.0% of statements [2021-03-22T19:53:49.864Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-22T19:53:49.864Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-22T19:53:49.864Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-22T19:53:49.864Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-22T19:53:49.864Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements [2021-03-22T19:53:49.864Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-22T19:53:49.864Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-22T19:53:49.864Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements [2021-03-22T19:53:49.864Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-03-22T19:53:51.293Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-22T19:53:51.887Z] GO111MODULE=on go vet ./... [2021-03-22T19:53:53.009Z] ---> 09e94deff0f0 [2021-03-22T19:53:53.009Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-22T19:53:53.009Z] ---> c07b68e0a654 [2021-03-22T19:53:53.009Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-22T19:53:53.009Z] ---> 76e60affb271 [2021-03-22T19:53:53.009Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-22T19:53:53.009Z] ---> Running in ab0b81933ef8 [2021-03-22T19:53:53.009Z] ---> Running in e11be9645725 [2021-03-22T19:53:53.272Z] ---> Running in ad97a82cbaae [2021-03-22T19:53:55.220Z] 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-22T19:53:55.220Z] 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-22T19:53:55.220Z] 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-22T19:53:58.564Z] ---> 718c4fff78bc [2021-03-22T19:53:58.564Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-22T19:53:58.857Z] ---> Running in 1354990b4bb1 [2021-03-22T19:54:00.291Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-22T19:54:18.526Z] 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-22T19:54:25.231Z] Removing intermediate container ab0b81933ef8 [2021-03-22T19:54:25.231Z] ---> 4178f4f42426 [2021-03-22T19:54:25.231Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-22T19:54:25.231Z] Removing intermediate container ad97a82cbaae [2021-03-22T19:54:25.231Z] ---> f83a8ba8bf4b [2021-03-22T19:54:25.231Z] [2021-03-22T19:54:25.231Z] Step 10/24 : FROM alpine:3.12 [2021-03-22T19:54:25.231Z] ---> 88dd2752d2ea [2021-03-22T19:54:25.231Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-22T19:54:25.231Z] ---> Running in c19c467119d4 [2021-03-22T19:54:25.504Z] ---> Running in a46fd275ebcd [2021-03-22T19:54:26.101Z] 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-22T19:54:26.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T19:54:26.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T19:54:26.635Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-22T19:54:26.635Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T19:54:26.635Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-22T19:54:26.635Z] (4/5) Installing curl (7.69.1-r3) [2021-03-22T19:54:26.635Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-22T19:54:26.635Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T19:54:26.635Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T19:54:26.898Z] OK: 7 MiB in 19 packages [2021-03-22T19:54:32.214Z] Removing intermediate container e11be9645725 [2021-03-22T19:54:32.214Z] ---> 0b4bf71ecb1b [2021-03-22T19:54:32.214Z] [2021-03-22T19:54:32.214Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T19:54:32.214Z] ---> 88dd2752d2ea [2021-03-22T19:54:32.214Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-22T19:54:32.214Z] ---> Using cache [2021-03-22T19:54:32.214Z] ---> 63922344b004 [2021-03-22T19:54:32.214Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T19:54:32.214Z] ---> Using cache [2021-03-22T19:54:32.214Z] ---> a7b1b35a088b [2021-03-22T19:54:32.214Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-22T19:54:32.214Z] Removing intermediate container 1354990b4bb1 [2021-03-22T19:54:32.214Z] ---> 0c6dfa518aca [2021-03-22T19:54:32.214Z] [2021-03-22T19:54:32.214Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T19:54:32.214Z] ---> 88dd2752d2ea [2021-03-22T19:54:32.214Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-22T19:54:32.214Z] ---> Using cache [2021-03-22T19:54:32.214Z] ---> 63922344b004 [2021-03-22T19:54:32.214Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T19:54:32.214Z] ---> Using cache [2021-03-22T19:54:32.214Z] ---> a7b1b35a088b [2021-03-22T19:54:32.214Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-22T19:54:32.214Z] ---> Running in ba7793eec0be [2021-03-22T19:54:32.214Z] Removing intermediate container a46fd275ebcd [2021-03-22T19:54:32.214Z] ---> 6a194a5fa108 [2021-03-22T19:54:32.214Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-22T19:54:32.214Z] Removing intermediate container c19c467119d4 [2021-03-22T19:54:32.214Z] ---> 210751133d60 [2021-03-22T19:54:32.214Z] [2021-03-22T19:54:32.214Z] Step 11/26 : FROM docker:20.10.0 [2021-03-22T19:54:32.214Z] ---> Running in 6bbeb721c4a5 [2021-03-22T19:54:32.214Z] ---> Running in 7a586570706a [2021-03-22T19:54:32.214Z] 20.10.0: Pulling from library/docker [2021-03-22T19:54:32.214Z] Removing intermediate container ba7793eec0be [2021-03-22T19:54:32.214Z] ---> 093b76d6d471 [2021-03-22T19:54:32.214Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-22T19:54:32.790Z] ---> Running in df93c3f217fa [2021-03-22T19:54:33.057Z] Removing intermediate container 7a586570706a [2021-03-22T19:54:33.057Z] ---> 77a71a8063ef [2021-03-22T19:54:33.057Z] Step 13/24 : WORKDIR / [2021-03-22T19:54:33.057Z] Removing intermediate container 6bbeb721c4a5 [2021-03-22T19:54:33.058Z] ---> 0314b1aea368 [2021-03-22T19:54:33.058Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-22T19:54:33.638Z] ---> Running in 10f9c7470db0 [2021-03-22T19:54:33.638Z] ---> Running in 5d2a89b203a0 [2021-03-22T19:54:33.638Z] Removing intermediate container df93c3f217fa [2021-03-22T19:54:33.638Z] ---> 7640ff247513 [2021-03-22T19:54:33.638Z] Step 15/23 : WORKDIR / [2021-03-22T19:54:34.215Z] ---> Running in 3cdb51f1472f [2021-03-22T19:54:34.215Z] Removing intermediate container 10f9c7470db0 [2021-03-22T19:54:34.215Z] ---> 9917c9015cd3 [2021-03-22T19:54:34.215Z] Step 15/23 : WORKDIR / [2021-03-22T19:54:34.484Z] ---> Running in 1b897ab5094f [2021-03-22T19:54:34.484Z] Removing intermediate container 5d2a89b203a0 [2021-03-22T19:54:34.484Z] ---> 396c072ead58 [2021-03-22T19:54:34.484Z] 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-22T19:54:34.754Z] Removing intermediate container 3cdb51f1472f [2021-03-22T19:54:34.754Z] ---> b241bc0cd109 [2021-03-22T19:54:34.754Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T19:54:34.754Z] Removing intermediate container 1b897ab5094f [2021-03-22T19:54:34.754Z] ---> 36da6ed9e508 [2021-03-22T19:54:34.754Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T19:54:35.023Z] ---> 8970c5a96453 [2021-03-22T19:54:35.023Z] 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-22T19:54:35.023Z] ---> f281038ec61f [2021-03-22T19:54:35.023Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-22T19:54:35.300Z] ---> aaffdf6db941 [2021-03-22T19:54:35.300Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-22T19:54:36.272Z] ---> 897dbbec5d59 [2021-03-22T19:54:36.272Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-22T19:54:36.555Z] ---> 01b2ba5aa3e5 [2021-03-22T19:54:36.555Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-22T19:54:36.555Z] ---> 87a251b25723 [2021-03-22T19:54:36.555Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-22T19:54:36.834Z] ---> 39addf9d1b71 [2021-03-22T19:54:36.834Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-22T19:54:36.834Z] ---> 34cc8db01a5c [2021-03-22T19:54:36.834Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-22T19:54:36.834Z] ---> 22deab8818b4 [2021-03-22T19:54:36.834Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-22T19:54:37.096Z] ---> Running in 8f4f697846b5 [2021-03-22T19:54:37.096Z] ---> Running in 07bcb483af5b [2021-03-22T19:54:38.490Z] Removing intermediate container 8f4f697846b5 [2021-03-22T19:54:38.490Z] ---> e12317308f34 [2021-03-22T19:54:38.490Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T19:54:38.490Z] Removing intermediate container 07bcb483af5b [2021-03-22T19:54:38.490Z] ---> 3b38d0787f50 [2021-03-22T19:54:38.490Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T19:54:38.490Z] ---> 48d2f5fc760f [2021-03-22T19:54:38.490Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-22T19:54:38.490Z] ---> Running in f9fbfd6d8c58 [2021-03-22T19:54:38.490Z] ---> Running in 68e15e272f87 [2021-03-22T19:54:38.757Z] Removing intermediate container f9fbfd6d8c58 [2021-03-22T19:54:38.757Z] ---> 4ecef2cf6e02 [2021-03-22T19:54:38.757Z] Step 21/23 : LABEL arch=x86_64 [2021-03-22T19:54:38.757Z] Removing intermediate container 68e15e272f87 [2021-03-22T19:54:38.757Z] ---> 62087acbc312 [2021-03-22T19:54:38.757Z] Step 21/23 : LABEL arch=x86_64 [2021-03-22T19:54:38.757Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-22T19:54:38.757Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-22T19:54:38.757Z] ---> aefe523efa57 [2021-03-22T19:54:38.757Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-22T19:54:38.757Z] ---> 74d0736b6650 [2021-03-22T19:54:38.757Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-22T19:54:38.757Z] ---> Running in 1e5061ef5baf [2021-03-22T19:54:39.023Z] ---> Running in 8135edebca74 [2021-03-22T19:54:39.023Z] ---> Running in 4f88983a1354 [2021-03-22T19:54:39.361Z] Removing intermediate container 1e5061ef5baf [2021-03-22T19:54:39.361Z] ---> c23b0d22e4cc [2021-03-22T19:54:39.361Z] Step 22/23 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad [2021-03-22T19:54:39.361Z] ---> Running in d0b3fe54d04e [2021-03-22T19:54:39.361Z] Removing intermediate container 4f88983a1354 [2021-03-22T19:54:39.361Z] ---> a5b5dbeed15c [2021-03-22T19:54:39.361Z] Step 22/23 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad [2021-03-22T19:54:39.361Z] ---> 4695b0887799 [2021-03-22T19:54:39.361Z] 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-22T19:54:39.644Z] ---> Running in 03d609570833 [2021-03-22T19:54:39.644Z] ---> Running in 07ed9151a6ea [2021-03-22T19:54:39.644Z] Removing intermediate container d0b3fe54d04e [2021-03-22T19:54:39.644Z] ---> 68864c266d07 [2021-03-22T19:54:39.644Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T19:54:40.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T19:54:40.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T19:54:40.006Z] ---> Running in 8945115acef9 [2021-03-22T19:54:40.006Z] Removing intermediate container 07ed9151a6ea [2021-03-22T19:54:40.006Z] ---> 7a7c0c48e88a [2021-03-22T19:54:40.006Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T19:54:40.006Z] ---> Running in 1d95d5a12b89 [2021-03-22T19:54:40.006Z] (1/2) Installing readline (8.0.4-r0) [2021-03-22T19:54:40.006Z] (2/2) Installing bash (5.0.17-r0) [2021-03-22T19:54:40.006Z] Executing bash-5.0.17-r0.post-install [2021-03-22T19:54:40.006Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T19:54:40.293Z] OK: 12 MiB in 22 packages [2021-03-22T19:54:40.293Z] Removing intermediate container 8945115acef9 [2021-03-22T19:54:40.293Z] ---> cc11ed05d040 [2021-03-22T19:54:40.293Z] [2021-03-22T19:54:40.293Z] Removing intermediate container 1d95d5a12b89 [2021-03-22T19:54:40.293Z] ---> 41bb51489fae [2021-03-22T19:54:40.293Z] [2021-03-22T19:54:40.561Z] Successfully built cc11ed05d040 [2021-03-22T19:54:40.561Z] Successfully tagged docker-core-command-go:latest [2021-03-22T19:54:40.561Z]  Building docker-core-command-go ... done Successfully built 41bb51489fae [2021-03-22T19:54:40.825Z] Successfully tagged docker-core-metadata-go:latest [2021-03-22T19:54:40.825Z]  Building docker-core-metadata-go ... done Removing intermediate container 8135edebca74 [2021-03-22T19:54:40.825Z] ---> b04bac7c1295 [2021-03-22T19:54:40.825Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-22T19:54:40.825Z] ---> Running in b727ec455875 [2021-03-22T19:54:40.825Z] Removing intermediate container 03d609570833 [2021-03-22T19:54:40.825Z] ---> 41335ebeda7e [2021-03-22T19:54:40.825Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-22T19:54:41.088Z] ---> Running in e323618eb044 [2021-03-22T19:54:41.088Z] Removing intermediate container b727ec455875 [2021-03-22T19:54:41.088Z] ---> eb0cd75114d4 [2021-03-22T19:54:41.088Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-22T19:54:41.088Z] ---> Running in 7ad714ec6c50 [2021-03-22T19:54:41.350Z] Removing intermediate container e323618eb044 [2021-03-22T19:54:41.350Z] ---> e21a1efb5d34 [2021-03-22T19:54:41.350Z] Step 22/24 : LABEL arch=x86_64 [2021-03-22T19:54:41.350Z] ---> Running in e559b34a5d14 [2021-03-22T19:54:41.350Z] Removing intermediate container 7ad714ec6c50 [2021-03-22T19:54:41.350Z] ---> 76cf74757bdc [2021-03-22T19:54:41.350Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-22T19:54:41.612Z] ---> Running in 5f5dc9711e68 [2021-03-22T19:54:41.612Z] Removing intermediate container e559b34a5d14 [2021-03-22T19:54:41.612Z] ---> 591f125f1558 [2021-03-22T19:54:41.612Z] Step 23/24 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad [2021-03-22T19:54:41.612Z] ---> Running in 5281892cdf57 [2021-03-22T19:54:41.612Z] Removing intermediate container 5f5dc9711e68 [2021-03-22T19:54:41.612Z] ---> 5edf0a88940c [2021-03-22T19:54:41.612Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-22T19:54:41.877Z] Removing intermediate container 5281892cdf57 [2021-03-22T19:54:41.877Z] ---> bb01cb09b79f [2021-03-22T19:54:41.877Z] Step 24/24 : LABEL version=0.0.0 [2021-03-22T19:54:41.877Z] ---> Running in 26279c90386c [2021-03-22T19:54:42.139Z] Removing intermediate container 26279c90386c [2021-03-22T19:54:42.139Z] ---> 1a0cb5d8a949 [2021-03-22T19:54:42.139Z] [2021-03-22T19:54:42.402Z] ---> 6276e8b78211 [2021-03-22T19:54:42.402Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-22T19:54:42.402Z] Successfully built 1a0cb5d8a949 [2021-03-22T19:54:42.402Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-22T19:54:42.671Z]  Building docker-security-secretstore-setup-go ... done  ---> 0a421d8de495 [2021-03-22T19:54:42.671Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-22T19:54:42.936Z] ---> acbcf927b47d [2021-03-22T19:54:42.936Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-22T19:54:42.936Z] ---> Running in 8f8e8097a086 [2021-03-22T19:54:43.511Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T19:54:43.511Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T19:54:43.773Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-22T19:54:43.773Z] (2/33) Installing expat (2.2.9-r1) [2021-03-22T19:54:43.773Z] (3/33) Installing libffi (3.3-r2) [2021-03-22T19:54:43.773Z] (4/33) Installing gdbm (1.13-r1) [2021-03-22T19:54:43.773Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-22T19:54:43.773Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-22T19:54:43.773Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-22T19:54:45.166Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-22T19:54:45.166Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-22T19:54:45.166Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-22T19:54:45.166Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-22T19:54:45.166Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-22T19:54:45.166Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-22T19:54:45.428Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-22T19:54:45.428Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-22T19:54:45.428Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-22T19:54:45.428Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-22T19:54:45.428Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-22T19:54:45.428Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-22T19:54:45.428Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-22T19:54:45.428Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-22T19:54:45.428Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-22T19:54:45.428Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-22T19:54:45.428Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-22T19:54:45.428Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-22T19:54:45.428Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-22T19:54:45.428Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-22T19:54:45.428Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-22T19:54:45.428Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-22T19:54:45.693Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-22T19:54:45.693Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-22T19:54:45.693Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-22T19:54:45.693Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-22T19:54:45.693Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T19:54:45.693Z] OK: 71 MiB in 55 packages [2021-03-22T19:54:55.739Z] Removing intermediate container 8f8e8097a086 [2021-03-22T19:54:55.739Z] ---> 7bc326c454a5 [2021-03-22T19:54:55.739Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-22T19:54:55.739Z] ---> Running in b1ce21d688e1 [2021-03-22T19:54:55.739Z] Collecting docker-compose==1.23.2 [2021-03-22T19:54:55.739Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-22T19:54:55.739Z] 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-22T19:54:56.001Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-22T19:54:56.001Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-22T19:54:56.576Z] Collecting cached-property<2,>=1.2.0 [2021-03-22T19:54:56.576Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-22T19:54:56.576Z] Collecting jsonschema<3,>=2.5.1 [2021-03-22T19:54:56.576Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-22T19:54:56.838Z] Collecting docker<4.0,>=3.6.0 [2021-03-22T19:54:56.838Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-22T19:54:56.838Z] Collecting docopt<0.7,>=0.6.1 [2021-03-22T19:54:56.838Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-22T19:54:57.412Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-22T19:54:57.412Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-22T19:54:57.676Z] Collecting PyYAML<4,>=3.10 [2021-03-22T19:54:57.676Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-22T19:54:58.623Z] Collecting texttable<0.10,>=0.9.0 [2021-03-22T19:54:58.623Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-22T19:54:59.199Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-22T19:54:59.199Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-22T19:54:59.199Z] Collecting docker-pycreds>=0.4.0 [2021-03-22T19:54:59.199Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-22T19:54:59.199Z] 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-22T19:54:59.462Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-22T19:54:59.462Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-22T19:54:59.462Z] Collecting idna<2.8,>=2.5 [2021-03-22T19:54:59.462Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-22T19:54:59.462Z] 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-22T19:54:59.462Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-22T19:54:59.462Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-22T19:54:59.462Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-22T19:54:59.462Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-22T19:54:59.726Z] Installing collected packages: dockerpty, cached-property, jsonschema, urllib3, idna, requests, docker-pycreds, websocket-client, docker, docopt, PyYAML, texttable, docker-compose [2021-03-22T19:54:59.726Z] Running setup.py install for dockerpty: started [2021-03-22T19:55:00.305Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-22T19:55:00.305Z] Attempting uninstall: urllib3 [2021-03-22T19:55:00.305Z] Found existing installation: urllib3 1.25.9 [2021-03-22T19:55:00.305Z] Uninstalling urllib3-1.25.9: [2021-03-22T19:55:00.305Z] Successfully uninstalled urllib3-1.25.9 [2021-03-22T19:55:00.568Z] Attempting uninstall: idna [2021-03-22T19:55:00.568Z] Found existing installation: idna 2.9 [2021-03-22T19:55:00.568Z] Uninstalling idna-2.9: [2021-03-22T19:55:00.568Z] Successfully uninstalled idna-2.9 [2021-03-22T19:55:00.830Z] Attempting uninstall: requests [2021-03-22T19:55:00.831Z] Found existing installation: requests 2.23.0 [2021-03-22T19:55:00.831Z] Uninstalling requests-2.23.0: [2021-03-22T19:55:00.831Z] Successfully uninstalled requests-2.23.0 [2021-03-22T19:55:01.408Z] Running setup.py install for docopt: started [2021-03-22T19:55:01.671Z] Running setup.py install for docopt: finished with status 'done' [2021-03-22T19:55:01.671Z] Running setup.py install for PyYAML: started [2021-03-22T19:55:02.246Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-22T19:55:02.246Z] Running setup.py install for texttable: started [2021-03-22T19:55:02.820Z] Running setup.py install for texttable: finished with status 'done' [2021-03-22T19:55:03.084Z] 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-22T19:55:06.400Z] Removing intermediate container b1ce21d688e1 [2021-03-22T19:55:06.400Z] ---> e9ab39194fab [2021-03-22T19:55:06.400Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-22T19:55:06.664Z] ---> Running in e1e9d9ec5134 [2021-03-22T19:55:07.241Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T19:55:07.241Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T19:55:07.241Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T19:55:07.241Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-22T19:55:07.241Z] (3/3) Installing curl (7.69.1-r3) [2021-03-22T19:55:07.241Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T19:55:07.241Z] OK: 72 MiB in 58 packages [2021-03-22T19:55:07.823Z] Removing intermediate container e1e9d9ec5134 [2021-03-22T19:55:07.823Z] ---> 54dc456e3603 [2021-03-22T19:55:07.823Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-22T19:55:07.823Z] ---> Running in 88befce40c06 [2021-03-22T19:55:08.086Z] Removing intermediate container 88befce40c06 [2021-03-22T19:55:08.086Z] ---> d7e991cdebac [2021-03-22T19:55:08.086Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T19:55:08.086Z] ---> Running in 057066175b73 [2021-03-22T19:55:08.348Z] Removing intermediate container 057066175b73 [2021-03-22T19:55:08.349Z] ---> 936f04ee6990 [2021-03-22T19:55:08.349Z] Step 24/26 : LABEL arch=x86_64 [2021-03-22T19:55:08.349Z] ---> Running in e72451d62077 [2021-03-22T19:55:08.612Z] Removing intermediate container e72451d62077 [2021-03-22T19:55:08.612Z] ---> d8671309375b [2021-03-22T19:55:08.612Z] Step 25/26 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad [2021-03-22T19:55:08.612Z] ---> Running in ffa08895e6e8 [2021-03-22T19:55:08.612Z] Removing intermediate container ffa08895e6e8 [2021-03-22T19:55:08.612Z] ---> e1f3a1065300 [2021-03-22T19:55:08.612Z] Step 26/26 : LABEL version=0.0.0 [2021-03-22T19:55:08.876Z] ---> Running in 46d3b33ddcf0 [2021-03-22T19:55:08.876Z] Removing intermediate container 46d3b33ddcf0 [2021-03-22T19:55:08.876Z] ---> 3df840c22011 [2021-03-22T19:55:08.876Z] [2021-03-22T19:55:09.456Z] Successfully built 3df840c22011 [2021-03-22T19:55:09.456Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-22T19:55:09.734Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-22T19:55:09.757Z] $ docker stop --time=1 85aa3cd1b3a31d6af8a3b5fb059280772df3e54e773d960d272445731dc37c5e [2021-03-22T19:55:11.396Z] $ docker rm -f 85aa3cd1b3a31d6af8a3b5fb059280772df3e54e773d960d272445731dc37c5e [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-22T19:55:12.077Z] + docker images [2021-03-22T19:55:12.077Z] + grep docker [2021-03-22T19:55:12.357Z] docker-sys-mgmt-agent-go latest 3df840c22011 4 seconds ago 313MB [2021-03-22T19:55:12.357Z] docker-security-secretstore-setup-go latest 1a0cb5d8a949 31 seconds ago 24.9MB [2021-03-22T19:55:12.357Z] docker-core-metadata-go latest 41bb51489fae 32 seconds ago 19.1MB [2021-03-22T19:55:12.357Z] docker-core-command-go latest cc11ed05d040 33 seconds ago 17.3MB [2021-03-22T19:55:12.357Z] docker-security-bootstrapper-go latest c1535fd968dc 2 minutes ago 18.8MB [2021-03-22T19:55:12.357Z] docker-core-data-go latest 7d0aa410987e 2 minutes ago 22.6MB [2021-03-22T19:55:12.357Z] docker-security-proxy-setup-go latest 09d66a971506 2 minutes ago 24.7MB [2021-03-22T19:55:12.357Z] docker-support-notifications-go latest 287bb906d22e 2 minutes ago 17.9MB [2021-03-22T19:55:12.357Z] docker-support-scheduler-go latest f3db906ad5ec 2 minutes ago 17.3MB [2021-03-22T19:55:12.357Z] 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-22T19:55:13.669Z] gofmt -l . [2021-03-22T19:55:13.669Z] [ "`gofmt -l .`" = "" ] [2021-03-22T19:55:13.669Z] ./bin/test-go-mod-tidy.sh [2021-03-22T19:55:13.669Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-22T19:55:14.405Z] + ls -al . [2021-03-22T19:55:14.406Z] total 800 [2021-03-22T19:55:14.406Z] drwxrwxr-x 9 1001 1001 4096 Mar 22 19:55 . [2021-03-22T19:55:14.406Z] drwxr-xr-x 4 root root 4096 Mar 22 19:50 .. [2021-03-22T19:55:14.406Z] -rw-rw-r-- 1 1001 1001 11 Mar 22 19:49 .dockerignore [2021-03-22T19:55:14.406Z] drwxrwxr-x 8 1001 1001 4096 Mar 22 19:49 .git [2021-03-22T19:55:14.406Z] drwxrwxr-x 3 1001 1001 4096 Mar 22 19:49 .github [2021-03-22T19:55:14.406Z] -rw-rw-r-- 1 1001 1001 818 Mar 22 19:49 .gitignore [2021-03-22T19:55:14.406Z] -rw-rw-r-- 1 1001 1001 166 Mar 22 19:49 .sonarcloud.properties [2021-03-22T19:55:14.406Z] -rw-rw-r-- 1 1001 1001 8607 Mar 22 19:49 Attribution.txt [2021-03-22T19:55:14.406Z] -rw-rw-r-- 1 1001 1001 3804 Mar 22 19:49 CONTRIBUTING.md [2021-03-22T19:55:14.406Z] -rw-rw-r-- 1 1001 1001 931 Mar 22 19:49 Dockerfile.build [2021-03-22T19:55:14.406Z] -rw-rw-r-- 1 1001 1001 863 Mar 22 19:49 Jenkinsfile [2021-03-22T19:55:14.406Z] -rw-rw-r-- 1 1001 1001 10775 Mar 22 19:49 LICENSE [2021-03-22T19:55:14.406Z] -rw-rw-r-- 1 1001 1001 5774 Mar 22 19:49 Makefile [2021-03-22T19:55:14.406Z] -rw-rw-r-- 1 1001 1001 6548 Mar 22 19:49 README.md [2021-03-22T19:55:14.406Z] -rw-rw-r-- 1 1001 1001 6755 Mar 22 19:49 SECURITY.md [2021-03-22T19:55:14.406Z] -rw-rw-r-- 1 1001 1001 5 Mar 22 19:46 VERSION [2021-03-22T19:55:14.406Z] -rw-rw-r-- 1 1001 1001 4131 Mar 22 19:49 ZMQWindows.md [2021-03-22T19:55:14.406Z] drwxrwxr-x 2 1001 1001 4096 Mar 22 19:49 bin [2021-03-22T19:55:14.406Z] drwxrwxr-x 14 1001 1001 4096 Mar 22 19:49 cmd [2021-03-22T19:55:14.406Z] -rw-r--r-- 1 root root 659965 Mar 22 19:53 coverage.out [2021-03-22T19:55:14.406Z] -rw-r--r-- 1 root root 1055 Mar 22 19:55 go.mod [2021-03-22T19:55:14.406Z] -rw-r--r-- 1 root root 22325 Mar 22 19:55 go.sum [2021-03-22T19:55:14.406Z] drwxrwxr-x 8 1001 1001 4096 Mar 22 19:49 internal [2021-03-22T19:55:14.406Z] drwxrwxr-x 4 1001 1001 4096 Mar 22 19:49 openapi [2021-03-22T19:55:14.406Z] drwxrwxr-x 4 1001 1001 4096 Mar 22 19:49 snap [2021-03-22T19:55:14.406Z] -rw-rw-r-- 1 1001 1001 168 Mar 22 19:49 version.go [Pipeline] sh [2021-03-22T19:55:15.085Z] + '[' -e coverage.out ] [2021-03-22T19:55:15.085Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-22T19:55:15.159Z] Warning: overwriting stash ‘coverage-report’ [2021-03-22T19:55:16.386Z] Stashed 1 file(s) [Pipeline] sh [2021-03-22T19:55:17.028Z] + make build [2021-03-22T19:55:17.028Z] 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-22T19:55:28.111Z] Still waiting to schedule task [2021-03-22T19:55:28.111Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-22T19:55:29.423Z] 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-22T19:55:51.596Z] 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-22T19:55:56.996Z] 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-22T19:56:02.407Z] 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-22T19:56:03.383Z] 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-22T19:56:08.782Z] 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-22T19:56:13.083Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-22T19:56:15.526Z] Running on prd-ubuntu18.04-docker-8c-8g-30915 in /w/workspace/edgexfoundry_edgex-go_PR-3269 [Pipeline] { [Pipeline] ws [2021-03-22T19:56:15.589Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-03-22T19:56:17.408Z] 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-22T19:56:17.538Z] using credential edgex-jenkins-ssh [2021-03-22T19:56:17.678Z] Cloning the remote Git repository [2021-03-22T19:56:17.698Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-22T19:56:17.767Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-03-22T19:56:17.791Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T19:56:17.792Z] > git --version # timeout=10 [2021-03-22T19:56:17.800Z] > git --version # 'git version 2.17.1' [2021-03-22T19:56:17.800Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T19:56:17.826Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T19:56:21.710Z] 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-22T19:56:25.092Z] 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-22T19:56:28.480Z] 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-22T19:56:34.220Z] Merging remotes/origin/master commit 8b8c045020ade9246d1189f9fd3b0cac0b6edd42 into PR head commit ca07e100999dc5c116f7ac63d0363044f02ddcad [2021-03-22T19:56:34.356Z] Merge succeeded, producing ca07e100999dc5c116f7ac63d0363044f02ddcad [2021-03-22T19:56:34.357Z] Checking out Revision ca07e100999dc5c116f7ac63d0363044f02ddcad (PR-3269) [2021-03-22T19:56:33.722Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T19:56:33.726Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T19:56:33.734Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T19:56:33.744Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T19:56:33.745Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T19:56:33.747Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3269/head:refs/remotes/origin/PR-3269 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-22T19:56:34.249Z] > git config core.sparsecheckout # timeout=10 [2021-03-22T19:56:34.253Z] > git checkout -f ca07e100999dc5c116f7ac63d0363044f02ddcad # timeout=10 [2021-03-22T19:56:34.352Z] > git remote # timeout=10 [2021-03-22T19:56:34.357Z] > git config --get remote.origin.url # timeout=10 [2021-03-22T19:56:34.363Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T19:56:34.366Z] > git merge 8b8c045020ade9246d1189f9fd3b0cac0b6edd42 # timeout=10 [2021-03-22T19:56:34.373Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-22T19:56:34.380Z] > git config core.sparsecheckout # timeout=10 [2021-03-22T19:56:34.383Z] > git checkout -f ca07e100999dc5c116f7ac63d0363044f02ddcad # timeout=10 [Pipeline] } [2021-03-22T19:56:36.667Z] $ docker stop --time=1 395c5793e431b674255ef7b15ab54be3b000befffddea12cc0ed4798aa75001a [2021-03-22T19:56:37.967Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.4" [2021-03-22T19:56:39.178Z] $ docker rm -f 395c5793e431b674255ef7b15ab54be3b000befffddea12cc0ed4798aa75001a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T19:56:41.711Z] + echo snap-build.sh [2021-03-22T19:56:41.711Z] snap-build.sh [2021-03-22T19:56:41.711Z] + SNAP_BASE_DIR=. [2021-03-22T19:56:41.711Z] + '[' '!' -z /w/workspace/edgex-go/6 ']' [2021-03-22T19:56:41.711Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/6 [2021-03-22T19:56:41.711Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' [2021-03-22T19:56:41.711Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/6] [2021-03-22T19:56:41.711Z] + cd /w/workspace/edgex-go/6 [2021-03-22T19:56:41.711Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-22T19:56:41.711Z] Reading package lists... [2021-03-22T19:56:41.711Z] Building dependency tree... [2021-03-22T19:56:41.711Z] Reading state information... [2021-03-22T19:56:41.917Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-22T19:56:41.917Z] [2021-03-22T19:56:41.917Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [2021-03-22T19:56:41.973Z] The following packages were automatically installed and are no longer required: [2021-03-22T19:56:41.973Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-22T19:56:41.973Z] uidmap xdelta3 [2021-03-22T19:56:41.973Z] Use 'sudo apt autoremove' to remove them. [2021-03-22T19:56:41.973Z] The following packages will be REMOVED: [2021-03-22T19:56:41.973Z] lxd* lxd-client* [Pipeline] sh [2021-03-22T19:56:42.304Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-22T19:56:42.543Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-22T19:56:42.544Z] After this operation, 31.7 MB disk space will be freed. [2021-03-22T19:56:42.576Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-22T19:56:42.576Z] 29e5d40040c1: Pulling fs layer [2021-03-22T19:56:42.576Z] 1ce36da41761: Pulling fs layer [2021-03-22T19:56:42.576Z] 25b303627fd3: Pulling fs layer [2021-03-22T19:56:42.576Z] 29e5d40040c1: Verifying Checksum [2021-03-22T19:56:42.576Z] 29e5d40040c1: Download complete [2021-03-22T19:56:43.168Z] 29e5d40040c1: Pull complete [2021-03-22T19:56:43.326Z] (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-22T19:56:43.440Z] 1ce36da41761: Verifying Checksum [2021-03-22T19:56:43.440Z] 1ce36da41761: Download complete [2021-03-22T19:56:43.587Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-22T19:56:44.158Z] Removing lxd dnsmasq configuration [2021-03-22T19:56:44.417Z] 1ce36da41761: Pull complete [2021-03-22T19:56:44.419Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-22T19:56:44.419Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-22T19:56:45.004Z] 25b303627fd3: Verifying Checksum [2021-03-22T19:56:45.004Z] 25b303627fd3: Download complete [2021-03-22T19:56:45.363Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-22T19:56:45.363Z] (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-22T19:56:45.363Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-22T19:56:46.749Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-22T19:56:46.749Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-22T19:56:48.129Z] + sudo snap remove --purge lxd [2021-03-22T19:56:48.129Z] snap "lxd" is not installed [2021-03-22T19:56:48.129Z] + sudo groupadd --force --system lxd [2021-03-22T19:56:48.129Z] ++ whoami [2021-03-22T19:56:48.129Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-22T19:56:48.129Z] + newgrp - lxd [2021-03-22T19:56:48.129Z] + sudo snap install lxd [2021-03-22T19:56:54.708Z] 2021-03-22T19:56:53Z INFO Waiting for automatic snapd restart... [2021-03-22T19:56:55.124Z] 25b303627fd3: Pull complete [2021-03-22T19:56:55.124Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-22T19:56:55.124Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-22T19:56:55.124Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-22T19:56:55.352Z] prd-ubuntu18.04-docker-arm64-4c-16g-30914 does not seem to be running inside a container [2021-03-22T19:56:55.311Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-22T19:56:58.361Z] $ docker top 333696984a5c9f1ec82d53cfb089efcc04ce2273842d777e0ba32e1f05e8f201 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T19:56:59.538Z] + docker-compose build --help [2021-03-22T19:56:59.538Z] + grep parallel [2021-03-22T19:57:02.905Z] --parallel Build images in parallel. [Pipeline] } [2021-03-22T19:57:03.079Z] $ docker stop --time=1 333696984a5c9f1ec82d53cfb089efcc04ce2273842d777e0ba32e1f05e8f201 [2021-03-22T19:57:04.999Z] $ docker rm -f 333696984a5c9f1ec82d53cfb089efcc04ce2273842d777e0ba32e1f05e8f201 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T19:57:05.939Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-22T19:57:05.939Z] . [Pipeline] withDockerContainer [2021-03-22T19:57:06.179Z] prd-ubuntu18.04-docker-arm64-4c-16g-30914 does not seem to be running inside a container [2021-03-22T19:57:06.143Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-22T19:57:07.567Z] $ docker top 67c00372f9bbce796d456093823ca2f60a5bf5adfb3359f0a5a49f9b98cdf31e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T19:57:08.720Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-22T19:57:12.836Z] lxd 4.12 from Canonical* installed [2021-03-22T19:57:12.836Z] + sudo lxd init --auto [2021-03-22T19:57:13.036Z] Building docker-core-command-go ... [2021-03-22T19:57:13.036Z] Building docker-core-data-go ... [2021-03-22T19:57:13.036Z] Building docker-core-metadata-go ... [2021-03-22T19:57:13.036Z] Building docker-security-bootstrapper-go ... [2021-03-22T19:57:13.036Z] Building docker-security-proxy-setup-go ... [2021-03-22T19:57:13.036Z] Building docker-security-secretstore-setup-go ... [2021-03-22T19:57:13.036Z] Building docker-support-notifications-go ... [2021-03-22T19:57:13.036Z] Building docker-support-scheduler-go ... [2021-03-22T19:57:13.036Z] Building docker-sys-mgmt-agent-go ... [2021-03-22T19:57:13.036Z] Building docker-support-scheduler-go [2021-03-22T19:57:13.036Z] Building docker-core-command-go [2021-03-22T19:57:13.036Z] Building docker-support-notifications-go [2021-03-22T19:57:13.036Z] Building docker-security-secretstore-setup-go [2021-03-22T19:57:13.036Z] Building docker-security-bootstrapper-go [2021-03-22T19:57:21.020Z] + sudo snap install --classic snapcraft [2021-03-22T19:57:29.199Z] snapcraft 4.5.4 from Canonical* installed [2021-03-22T19:57:29.199Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-22T19:57:29.199Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-22T19:57:29.199Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-22T19:57:29.199Z] Dload Upload Total Spent Left Speed [2021-03-22T19:57:29.199Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 9358 0 --:--:-- --:--:-- --:--:-- 9358 [2021-03-22T19:57:29.199Z] 100 3325k 100 3325k 0 0 20.4M 0 --:--:-- --:--:-- --:--:-- 20.4M [2021-03-22T19:57:29.199Z] ./yq_linux_amd64 [2021-03-22T19:57:29.199Z] + sudo snapcraft prime --use-lxd [2021-03-22T19:57:30.581Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-22T19:57:30.581Z] 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-22T19:57:30.581Z] - README.md [2021-03-22T19:57:30.581Z] [2021-03-22T19:57:30.581Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-22T19:57:31.521Z] Launching a container. [2021-03-22T19:57:43.743Z] Waiting for container to be ready [2021-03-22T19:57:43.743Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-22T19:57:43.743Z] [2021-03-22T19:57:47.040Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-22T19:57:47.040Z] Waiting for network to be ready... [2021-03-22T19:57:47.304Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-22T19:57:47.304Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] [2021-03-22T19:57:47.573Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-22T19:57:47.573Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] [2021-03-22T19:57:47.573Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-22T19:57:47.573Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-22T19:57:47.573Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] [2021-03-22T19:57:47.574Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] [2021-03-22T19:57:47.574Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] [2021-03-22T19:57:47.574Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-22T19:57:47.845Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-22T19:57:48.115Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-22T19:57:48.385Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-22T19:57:48.385Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-22T19:57:48.385Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-22T19:57:48.385Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-22T19:57:48.385Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-22T19:57:48.385Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-22T19:57:48.654Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-22T19:57:48.913Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] [2021-03-22T19:57:49.173Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-22T19:57:49.173Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-22T19:57:49.173Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-22T19:57:49.173Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-22T19:57:49.173Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] [2021-03-22T19:57:49.173Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] [2021-03-22T19:57:49.173Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-22T19:57:52.471Z] Fetched 24.1 MB in 5s (4761 kB/s) [2021-03-22T19:57:53.412Z] Reading package lists... [2021-03-22T19:57:53.673Z] Reading package lists... [2021-03-22T19:57:53.936Z] Building dependency tree... [2021-03-22T19:57:53.936Z] Reading state information... [2021-03-22T19:57:53.936Z] The following additional packages will be installed: [2021-03-22T19:57:53.936Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-22T19:57:53.936Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-22T19:57:53.936Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-22T19:57:54.197Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-22T19:57:54.197Z] Suggested packages: [2021-03-22T19:57:54.197Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-22T19:57:54.197Z] Recommended packages: [2021-03-22T19:57:54.197Z] gnupg libsasl2-modules [2021-03-22T19:57:54.197Z] The following NEW packages will be installed: [2021-03-22T19:57:54.197Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-22T19:57:54.197Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-22T19:57:54.197Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-22T19:57:54.197Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-22T19:57:54.197Z] The following packages will be upgraded: [2021-03-22T19:57:54.197Z] gpg gpg-agent gpgconf libudev1 [2021-03-22T19:57:54.197Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-22T19:57:54.197Z] Need to get 3530 kB of archives. [2021-03-22T19:57:54.197Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-22T19:57:54.197Z] 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-22T19:57:54.197Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-22T19:57:54.197Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-22T19:57:54.197Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-22T19:57:54.457Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-22T19:57:54.719Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-22T19:57:54.979Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-22T19:57:54.979Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-22T19:57:54.979Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-22T19:57:54.979Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-22T19:57:55.241Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-22T19:57:55.241Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-22T19:57:55.241Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-22T19:57:55.241Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-22T19:57:55.241Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-22T19:57:55.241Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-22T19:57:55.241Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-22T19:57:55.241Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-22T19:57:55.241Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-22T19:57:55.241Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-22T19:57:55.241Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-22T19:57:55.241Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-22T19:57:55.502Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T19:57:55.502Z] Fetched 3530 kB in 1s (3108 kB/s) [2021-03-22T19:57:55.502Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-22T19:57:55.502Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-22T19:57:55.502Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-22T19:57:55.502Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-22T19:57:55.762Z] Selecting previously unselected package udev. [2021-03-22T19:57:55.762Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-22T19:57:55.762Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-22T19:57:55.762Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-22T19:57:56.029Z] Selecting previously unselected package libfuse2:amd64. [2021-03-22T19:57:56.029Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-22T19:57:56.029Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-22T19:57:56.029Z] Selecting previously unselected package fuse. [2021-03-22T19:57:56.029Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-22T19:57:56.029Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-22T19:57:56.290Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T19:57:56.290Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-22T19:57:56.290Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T19:57:56.290Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-22T19:57:56.550Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T19:57:56.550Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-22T19:57:56.810Z] Selecting previously unselected package libksba8:amd64. [2021-03-22T19:57:56.810Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-22T19:57:56.810Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-22T19:57:56.810Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-22T19:57:56.810Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T19:57:56.810Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T19:57:56.810Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-22T19:57:56.810Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T19:57:56.810Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T19:57:57.070Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-22T19:57:57.070Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T19:57:57.070Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T19:57:57.070Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-22T19:57:57.070Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T19:57:57.070Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T19:57:57.329Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-22T19:57:57.329Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T19:57:57.329Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T19:57:57.329Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-22T19:57:57.329Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T19:57:57.329Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T19:57:57.329Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-22T19:57:57.329Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T19:57:57.329Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T19:57:57.593Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-22T19:57:57.593Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T19:57:57.593Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T19:57:57.593Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-22T19:57:57.593Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T19:57:57.593Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T19:57:57.593Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-22T19:57:57.593Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-22T19:57:57.853Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-22T19:57:57.854Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-22T19:57:57.854Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-22T19:57:57.854Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-22T19:57:57.854Z] Selecting previously unselected package libldap-common. [2021-03-22T19:57:57.854Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-22T19:57:57.854Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-22T19:57:58.114Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-22T19:57:58.114Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-22T19:57:58.114Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-22T19:57:58.114Z] Selecting previously unselected package dirmngr. [2021-03-22T19:57:58.114Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T19:57:58.114Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-22T19:57:58.114Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-22T19:57:58.375Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-22T19:57:58.375Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-22T19:57:58.375Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-22T19:57:58.375Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-22T19:57:58.375Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-22T19:57:58.375Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T19:57:58.375Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-22T19:57:58.375Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-22T19:57:58.641Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-22T19:57:58.906Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-22T19:57:58.906Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T19:57:58.906Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-22T19:57:59.166Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-22T19:57:59.166Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-22T19:57:59.166Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T19:57:59.166Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T19:57:59.166Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T19:57:59.166Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T19:57:59.166Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T19:57:59.166Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T19:57:59.426Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T19:57:59.426Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-22T19:57:59.426Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-22T19:57:59.426Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-22T19:57:59.997Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-22T19:57:59.997Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-22T19:57:59.997Z] This means they are not meant to be enabled using systemctl. [2021-03-22T19:57:59.997Z] Possible reasons for having this kind of units are: [2021-03-22T19:57:59.997Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-22T19:57:59.997Z] .wants/ or .requires/ directory. [2021-03-22T19:57:59.997Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-22T19:57:59.997Z] a requirement dependency on it. [2021-03-22T19:57:59.997Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-22T19:57:59.997Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-22T19:57:59.997Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-22T19:57:59.997Z] instance name specified. [2021-03-22T19:58:00.258Z] Reading package lists... [2021-03-22T19:58:00.519Z] Building dependency tree... [2021-03-22T19:58:00.519Z] Reading state information... [2021-03-22T19:58:00.519Z] The following additional packages will be installed: [2021-03-22T19:58:00.519Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-22T19:58:00.519Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-22T19:58:00.519Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-22T19:58:00.519Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-22T19:58:00.519Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-22T19:58:00.519Z] Suggested packages: [2021-03-22T19:58:00.519Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-22T19:58:00.519Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-22T19:58:00.519Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-22T19:58:00.519Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-22T19:58:00.519Z] systemd-container policykit-1 [2021-03-22T19:58:00.519Z] Recommended packages: [2021-03-22T19:58:00.519Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-22T19:58:00.519Z] The following NEW packages will be installed: [2021-03-22T19:58:00.519Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-22T19:58:00.519Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-22T19:58:00.519Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-22T19:58:00.519Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-22T19:58:00.519Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-22T19:58:00.519Z] The following packages will be upgraded: [2021-03-22T19:58:00.519Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-22T19:58:00.519Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-22T19:58:00.519Z] Need to get 35.2 MB of archives. [2021-03-22T19:58:00.519Z] After this operation, 141 MB of additional disk space will be used. [2021-03-22T19:58:00.519Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-22T19:58:00.786Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-22T19:58:00.786Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-22T19:58:00.786Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-22T19:58:00.786Z] 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-22T19:58:00.786Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-22T19:58:00.786Z] 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-22T19:58:00.786Z] 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-22T19:58:01.055Z] 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-22T19:58:01.055Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-22T19:58:01.055Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-22T19:58:01.055Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-22T19:58:01.055Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-22T19:58:01.055Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-22T19:58:01.055Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-22T19:58:01.055Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-22T19:58:01.055Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-22T19:58:01.055Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-22T19:58:01.055Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-22T19:58:01.628Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-22T19:58:01.628Z] 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-22T19:58:01.890Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-22T19:58:01.890Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-22T19:58:01.890Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-22T19:58:01.890Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-22T19:58:01.890Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-22T19:58:01.890Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-22T19:58:01.890Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-22T19:58:01.891Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-22T19:58:01.891Z] 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-22T19:58:01.891Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T19:58:01.891Z] Fetched 35.2 MB in 1s (28.1 MB/s) [2021-03-22T19:58:02.151Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-22T19:58:02.151Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-22T19:58:02.151Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-22T19:58:02.721Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-22T19:58:02.721Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-22T19:58:02.982Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-22T19:58:02.982Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-22T19:58:02.982Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-22T19:58:02.982Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-22T19:58:03.242Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-22T19:58:03.242Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-22T19:58:03.242Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-22T19:58:03.242Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-22T19:58:03.504Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-22T19:58:03.504Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-22T19:58:04.077Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-22T19:58:04.077Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-22T19:58:04.077Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-22T19:58:04.077Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-22T19:58:04.338Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-22T19:58:04.338Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-22T19:58:04.338Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T19:58:04.600Z] Selecting previously unselected package libexpat1:amd64. [2021-03-22T19:58:04.600Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-22T19:58:04.600Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-22T19:58:04.600Z] Selecting previously unselected package python3.6-minimal. [2021-03-22T19:58:04.600Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-22T19:58:04.863Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T19:58:05.123Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-22T19:58:05.123Z] Checking for services that may need to be restarted...done. [2021-03-22T19:58:05.123Z] Checking for services that may need to be restarted...done. [2021-03-22T19:58:05.123Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T19:58:05.123Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-22T19:58:05.123Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T19:58:05.692Z] Selecting previously unselected package python3-minimal. [2021-03-22T19:58:05.692Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-22T19:58:05.692Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-22T19:58:05.692Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-22T19:58:05.953Z] Selecting previously unselected package mime-support. [2021-03-22T19:58:05.953Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-22T19:58:05.953Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-22T19:58:05.953Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-22T19:58:05.953Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-22T19:58:05.953Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-22T19:58:05.953Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-22T19:58:05.953Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-22T19:58:05.953Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T19:58:06.523Z] Selecting previously unselected package python3.6. [2021-03-22T19:58:06.523Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-22T19:58:06.523Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T19:58:06.783Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-22T19:58:06.783Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-22T19:58:06.783Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-22T19:58:06.783Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-22T19:58:07.043Z] Selecting previously unselected package python3. [2021-03-22T19:58:07.044Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-22T19:58:07.044Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-22T19:58:07.044Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-22T19:58:07.044Z] Selecting previously unselected package multiarch-support. [2021-03-22T19:58:07.044Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T19:58:07.044Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-22T19:58:07.044Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-22T19:58:07.304Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-22T19:58:07.304Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-22T19:58:07.304Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-22T19:58:07.304Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-22T19:58:07.304Z] Selecting previously unselected package libbsd0:amd64. [2021-03-22T19:58:07.304Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-22T19:58:07.304Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-22T19:58:07.564Z] Selecting previously unselected package sudo. [2021-03-22T19:58:07.565Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-22T19:58:07.565Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-22T19:58:07.565Z] Selecting previously unselected package apparmor. [2021-03-22T19:58:07.565Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-22T19:58:07.565Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-22T19:58:07.825Z] Selecting previously unselected package libedit2:amd64. [2021-03-22T19:58:07.825Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-22T19:58:07.825Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-22T19:58:07.825Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-22T19:58:07.825Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-22T19:58:07.825Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T19:58:08.085Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-22T19:58:08.085Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-22T19:58:08.085Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T19:58:08.085Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-22T19:58:08.085Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-22T19:58:08.085Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-22T19:58:08.085Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-22T19:58:08.085Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-22T19:58:08.346Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T19:58:08.346Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-22T19:58:08.346Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-22T19:58:08.346Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T19:58:08.346Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-22T19:58:08.346Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-22T19:58:08.606Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-22T19:58:08.606Z] Selecting previously unselected package openssh-client. [2021-03-22T19:58:08.606Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-22T19:58:08.606Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-22T19:58:08.866Z] Selecting previously unselected package squashfs-tools. [2021-03-22T19:58:08.866Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-22T19:58:08.866Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-22T19:58:08.866Z] Selecting previously unselected package snapd. [2021-03-22T19:58:08.866Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-22T19:58:08.866Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-22T19:58:11.618Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-22T19:58:11.618Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-22T19:58:11.618Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-22T19:58:11.618Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-22T19:58:12.560Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-22T19:58:12.560Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T19:58:12.837Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-22T19:58:12.837Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-22T19:58:12.837Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-22T19:58:13.780Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-22T19:58:13.780Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-22T19:58:13.780Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-22T19:58:13.780Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T19:58:13.780Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T19:58:13.780Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T19:58:14.719Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-22T19:58:14.719Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T19:58:14.719Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-22T19:58:14.719Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-22T19:58:14.719Z] running python rtupdate hooks for python3.6... [2021-03-22T19:58:14.719Z] running python post-rtupdate hooks for python3.6... [2021-03-22T19:58:14.719Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-22T19:58:16.629Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-22T19:58:16.629Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T19:58:16.629Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-22T19:58:16.629Z] Setting up snapd (2.48.3+18.04) ... [2021-03-22T19:58:17.199Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-22T19:58:17.460Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-22T19:58:17.460Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-22T19:58:17.723Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-22T19:58:17.986Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-22T19:58:17.986Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-22T19:58:18.246Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-22T19:58:18.246Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-22T19:58:18.510Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-22T19:58:18.771Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-22T19:58:18.771Z] /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-22T19:58:19.342Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-22T19:58:19.342Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-22T19:58:20.286Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-22T19:58:20.286Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-22T19:58:20.552Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-22T19:58:21.945Z] Reading package lists... [2021-03-22T19:58:22.210Z] Reading package lists... [2021-03-22T19:58:22.473Z] Building dependency tree... [2021-03-22T19:58:22.473Z] Reading state information... [2021-03-22T19:58:22.473Z] Calculating upgrade... [2021-03-22T19:58:22.741Z] The following packages will be upgraded: [2021-03-22T19:58:22.741Z] advancecomp base-files bash binutils binutils-common [2021-03-22T19:58:22.741Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-22T19:58:22.741Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-22T19:58:22.741Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-22T19:58:22.741Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-22T19:58:22.741Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-22T19:58:22.741Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-22T19:58:22.741Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-22T19:58:22.741Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-22T19:58:22.741Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-22T19:58:22.741Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-22T19:58:22.741Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-22T19:58:22.741Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-22T19:58:22.741Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-22T19:58:22.741Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-22T19:58:23.002Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-22T19:58:23.002Z] Need to get 63.8 MB of archives. [2021-03-22T19:58:23.002Z] After this operation, 5207 kB of additional disk space will be used. [2021-03-22T19:58:23.002Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-22T19:58:23.002Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] [2021-03-22T19:58:23.576Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-22T19:58:23.576Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-22T19:58:23.576Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-22T19:58:23.576Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-22T19:58:23.576Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-22T19:58:23.576Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-22T19:58:23.576Z] 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-22T19:58:23.576Z] 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-22T19:58:23.576Z] 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-22T19:58:23.576Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-22T19:58:23.576Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-22T19:58:23.576Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-22T19:58:23.576Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-22T19:58:23.576Z] 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-22T19:58:23.576Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-22T19:58:23.576Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-22T19:58:23.576Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-22T19:58:23.837Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-22T19:58:23.837Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-22T19:58:23.837Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-22T19:58:23.837Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-22T19:58:23.837Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-22T19:58:23.837Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-22T19:58:23.837Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-22T19:58:23.837Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-22T19:58:23.837Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-22T19:58:23.837Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-22T19:58:23.837Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-22T19:58:23.837Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-22T19:58:23.837Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-22T19:58:23.837Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-22T19:58:23.837Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-22T19:58:23.837Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-22T19:58:23.837Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-22T19:58:23.837Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-22T19:58:23.837Z] 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-22T19:58:23.837Z] 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-22T19:58:23.838Z] 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-22T19:58:23.838Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-22T19:58:24.103Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-22T19:58:24.103Z] 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-22T19:58:24.103Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-22T19:58:24.104Z] 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-22T19:58:24.104Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-22T19:58:24.104Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-22T19:58:24.104Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-22T19:58:24.104Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-22T19:58:24.104Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-22T19:58:24.104Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-22T19:58:24.104Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-22T19:58:24.104Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-22T19:58:24.104Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-22T19:58:24.104Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-22T19:58:24.104Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-22T19:58:24.104Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-22T19:58:24.104Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-22T19:58:24.104Z] Get:59 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-22T19:58:24.104Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-22T19:58:24.104Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-22T19:58:24.104Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-22T19:58:24.104Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-22T19:58:24.104Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-22T19:58:24.104Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-22T19:58:24.104Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-22T19:58:24.104Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-22T19:58:24.104Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-22T19:58:24.104Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-22T19:58:24.104Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-22T19:58:24.104Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-22T19:58:24.104Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-22T19:58:24.104Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-22T19:58:24.104Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-22T19:58:24.364Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-22T19:58:24.364Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-22T19:58:24.364Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-22T19:58:24.364Z] 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-22T19:58:24.364Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-22T19:58:24.364Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-22T19:58:24.364Z] 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-22T19:58:24.364Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-22T19:58:24.364Z] 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-22T19:58:24.364Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-22T19:58:24.364Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-22T19:58:24.364Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-22T19:58:24.364Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-22T19:58:24.364Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-22T19:58:24.364Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-22T19:58:24.364Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-22T19:58:24.937Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-22T19:58:25.209Z] 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-22T19:58:25.469Z] 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-22T19:58:25.469Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-22T19:58:25.729Z] 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-22T19:58:25.729Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-22T19:58:25.729Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-22T19:58:25.729Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-22T19:58:25.729Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-22T19:58:25.989Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T19:58:25.989Z] Fetched 63.8 MB in 3s (21.1 MB/s) [2021-03-22T19:58:25.989Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T19:58:25.989Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T19:58:25.989Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-22T19:58:26.931Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T19:58:26.931Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-22T19:58:26.931Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... [2021-03-22T19:58:26.931Z] Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... [2021-03-22T19:58:27.500Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T19:58:27.760Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T19:58:27.760Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T19:58:27.760Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T19:58:28.021Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T19:58:28.021Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T19:58:28.021Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T19:58:28.021Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T19:58:28.284Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T19:58:28.284Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T19:58:28.284Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T19:58:28.284Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T19:58:28.545Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T19:58:28.545Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T19:58:28.545Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T19:58:28.545Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-22T19:58:28.545Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T19:58:28.807Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-22T19:58:28.807Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-22T19:58:28.807Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-22T19:58:28.807Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T19:58:28.807Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T19:58:29.069Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T19:58:29.069Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T19:58:29.069Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T19:58:29.069Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T19:58:29.329Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T19:58:29.329Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-22T19:58:29.329Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T19:58:29.589Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-22T19:58:30.161Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-22T19:58:30.161Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-22T19:58:30.161Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-22T19:58:30.421Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-22T19:58:30.421Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-22T19:58:30.421Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-22T19:58:30.681Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-22T19:58:30.681Z] Installing new version of config file /etc/issue ... [2021-03-22T19:58:30.681Z] Installing new version of config file /etc/issue.net ... [2021-03-22T19:58:30.681Z] Installing new version of config file /etc/lsb-release ... [2021-03-22T19:58:30.681Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-22T19:58:30.942Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-22T19:58:30.942Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-22T19:58:30.942Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-22T19:58:30.942Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T19:58:30.942Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-22T19:58:31.202Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-22T19:58:31.202Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-22T19:58:31.202Z] 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-22T19:58:31.462Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T19:58:31.462Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T19:58:31.462Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-22T19:58:31.462Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-22T19:58:31.462Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T19:58:31.462Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-22T19:58:31.462Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-22T19:58:31.722Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-22T19:58:31.722Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T19:58:31.722Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-22T19:58:31.722Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-22T19:58:31.983Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-22T19:58:32.243Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T19:58:32.243Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-22T19:58:32.243Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-22T19:58:32.243Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-22T19:58:34.019Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T19:58:34.019Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-22T19:58:34.019Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-22T19:58:34.019Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-22T19:58:34.019Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T19:58:34.019Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-22T19:58:34.019Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-22T19:58:34.019Z] Setting up grep (3.1-2build1) ... [2021-03-22T19:58:34.019Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T19:58:34.019Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-22T19:58:34.019Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-22T19:58:34.019Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-22T19:58:34.019Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T19:58:34.019Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-22T19:58:34.019Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T19:58:34.019Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-22T19:58:34.019Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T19:58:34.019Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-22T19:58:34.019Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-22T19:58:34.019Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-22T19:58:34.279Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-22T19:58:34.279Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-22T19:58:34.279Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-22T19:58:34.849Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-22T19:58:34.850Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T19:58:34.850Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-22T19:58:34.853Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T19:58:34.853Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-22T19:58:34.853Z] ---> 284ceac310de [2021-03-22T19:58:34.853Z] Step 3/31 : WORKDIR /edgex-go [2021-03-22T19:58:34.853Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T19:58:34.853Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-22T19:58:34.853Z] ---> 284ceac310de [2021-03-22T19:58:34.853Z] Step 3/24 : WORKDIR /edgex-go [2021-03-22T19:58:34.853Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T19:58:34.853Z] [2021-03-22T19:58:34.853Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T19:58:34.853Z] [2021-03-22T19:58:34.853Z] ---> 284ceac310de [2021-03-22T19:58:34.853Z] ---> 284ceac310de [2021-03-22T19:58:34.853Z] Step 3/22 : WORKDIR /edgex-goStep 3/23 : WORKDIR /edgex-go [2021-03-22T19:58:34.853Z] [2021-03-22T19:58:34.853Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T19:58:34.853Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-22T19:58:34.853Z] ---> 284ceac310de [2021-03-22T19:58:34.853Z] Step 3/22 : WORKDIR /edgex-go [2021-03-22T19:58:34.853Z] ---> Running in 20924d8d117d [2021-03-22T19:58:34.853Z] ---> Running in 6edeca5eef6d [2021-03-22T19:58:34.853Z] ---> Running in 87b252603bef [2021-03-22T19:58:34.853Z] ---> Running in 1cd3d9aa89b4 [2021-03-22T19:58:34.853Z] ---> Running in 288e40dcb098 [2021-03-22T19:58:34.853Z] Removing intermediate container 87b252603bef [2021-03-22T19:58:34.853Z] ---> 11e5cbe4e2a2 [2021-03-22T19:58:34.853Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T19:58:34.853Z] Removing intermediate container 20924d8d117d [2021-03-22T19:58:34.853Z] ---> f26113a48a51 [2021-03-22T19:58:34.853Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T19:58:34.853Z] ---> Running in 1f424ae06bcf [2021-03-22T19:58:34.853Z] Removing intermediate container 6edeca5eef6d [2021-03-22T19:58:34.853Z] ---> 91f08e63a8f7 [2021-03-22T19:58:34.853Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T19:58:34.853Z] Removing intermediate container 1cd3d9aa89b4 [2021-03-22T19:58:34.853Z] ---> 49dcdfd68942 [2021-03-22T19:58:34.853Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T19:58:34.853Z] Removing intermediate container 288e40dcb098 [2021-03-22T19:58:34.853Z] ---> 84a4f0b9cfb8 [2021-03-22T19:58:34.853Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T19:58:34.853Z] ---> Running in e2f6c0c0909a [2021-03-22T19:58:34.853Z] ---> Running in f9968fcca7f9 [2021-03-22T19:58:34.853Z] ---> Running in 45e6b4da3a1f [2021-03-22T19:58:34.853Z] ---> Running in 0def009a3fd0 [2021-03-22T19:58:34.853Z] Removing intermediate container 1f424ae06bcf [2021-03-22T19:58:34.853Z] ---> c3c0406d38ff [2021-03-22T19:58:34.853Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-22T19:58:34.853Z] ---> Running in 8b6645100f07 [2021-03-22T19:58:34.853Z] Removing intermediate container e2f6c0c0909a [2021-03-22T19:58:34.853Z] ---> e6204c3225bd [2021-03-22T19:58:34.853Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-22T19:58:34.853Z] Removing intermediate container f9968fcca7f9 [2021-03-22T19:58:34.853Z] ---> 72862993365b [2021-03-22T19:58:34.853Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-22T19:58:34.853Z] ---> Running in fb746c4d4dcd [2021-03-22T19:58:34.853Z] ---> Running in c28f11842b90 [2021-03-22T19:58:34.853Z] Removing intermediate container 45e6b4da3a1f [2021-03-22T19:58:34.853Z] ---> a72b3ad7d315 [2021-03-22T19:58:34.853Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-22T19:58:34.853Z] Removing intermediate container 0def009a3fd0 [2021-03-22T19:58:34.853Z] ---> 80956e20fafc [2021-03-22T19:58:34.853Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-22T19:58:34.853Z] ---> Running in be7f97353dda [2021-03-22T19:58:34.853Z] ---> Running in 9ec30aebf22c [2021-03-22T19:58:35.110Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-22T19:58:35.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T19:58:35.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T19:58:35.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T19:58:35.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T19:58:35.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T19:58:35.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T19:58:36.056Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-22T19:58:36.056Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-22T19:58:36.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T19:58:36.316Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-22T19:58:36.316Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-22T19:58:36.316Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-22T19:58:36.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T19:58:36.581Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T19:58:36.581Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-22T19:58:36.581Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-22T19:58:36.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T19:58:36.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T19:58:36.841Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-22T19:58:36.841Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T19:58:36.841Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T19:58:37.061Z] OK: 217 MiB in 51 packages [2021-03-22T19:58:37.061Z] OK: 217 MiB in 51 packages [2021-03-22T19:58:37.105Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T19:58:37.105Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T19:58:37.105Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T19:58:37.105Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T19:58:37.105Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T19:58:37.365Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T19:58:37.365Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T19:58:37.365Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T19:58:37.365Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T19:58:37.628Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T19:58:37.628Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T19:58:37.628Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T19:58:37.628Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T19:58:37.671Z] OK: 217 MiB in 51 packages [2021-03-22T19:58:37.671Z] OK: 217 MiB in 51 packages [2021-03-22T19:58:37.671Z] OK: 217 MiB in 51 packages [2021-03-22T19:58:37.888Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T19:58:37.888Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T19:58:37.888Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-22T19:58:37.888Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T19:58:38.155Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-22T19:58:38.155Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T19:58:38.155Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-22T19:58:38.421Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T19:58:38.421Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-22T19:58:38.421Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T19:58:38.421Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-22T19:58:38.421Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T19:58:38.421Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T19:58:38.421Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T19:58:38.653Z] Removing intermediate container 8b6645100f07 [2021-03-22T19:58:38.653Z] ---> 3db5a6ba69f3 [2021-03-22T19:58:38.653Z] Step 6/23 : COPY go.mod . [2021-03-22T19:58:38.686Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T19:58:38.686Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T19:58:38.686Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T19:58:38.928Z] Removing intermediate container fb746c4d4dcd [2021-03-22T19:58:38.928Z] ---> 0e16173a8b72 [2021-03-22T19:58:38.928Z] Step 6/22 : COPY go.mod . [2021-03-22T19:58:38.947Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T19:58:38.947Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-22T19:58:38.947Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T19:58:38.947Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T19:58:39.211Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T19:58:39.471Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-22T19:58:39.542Z] Removing intermediate container c28f11842b90 [2021-03-22T19:58:39.542Z] ---> e52cf836026b [2021-03-22T19:58:39.542Z] Step 6/24 : COPY go.mod . [2021-03-22T19:58:39.542Z] Removing intermediate container be7f97353dda [2021-03-22T19:58:39.542Z] ---> 4fcb43a5e1aa [2021-03-22T19:58:39.542Z] Step 6/31 : COPY go.mod . [2021-03-22T19:58:39.732Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-22T19:58:39.817Z] ---> 81d0d2194ee9 [2021-03-22T19:58:39.817Z] Step 7/23 : RUN go mod download [2021-03-22T19:58:39.817Z] Removing intermediate container 9ec30aebf22c [2021-03-22T19:58:39.817Z] ---> 9334dab46a45 [2021-03-22T19:58:39.817Z] Step 6/22 : COPY go.mod . [2021-03-22T19:58:39.817Z] ---> 94220246c384 [2021-03-22T19:58:39.817Z] Step 7/22 : RUN go mod download [2021-03-22T19:58:39.817Z] ---> Running in 7bb8cc913451 [2021-03-22T19:58:40.014Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-22T19:58:40.090Z] ---> Running in 654e49c6af4c [2021-03-22T19:58:40.276Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T19:58:40.276Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T19:58:40.276Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-22T19:58:40.536Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-22T19:58:40.694Z] ---> a8b9c0d6c960 [2021-03-22T19:58:40.694Z] Step 7/24 : RUN go mod download [2021-03-22T19:58:40.694Z] ---> d4e60bb94bbe [2021-03-22T19:58:40.694Z] Step 7/31 : RUN go mod download [2021-03-22T19:58:40.694Z] ---> Running in 50842569b2af [2021-03-22T19:58:40.694Z] ---> 825a4f2ed3ad [2021-03-22T19:58:40.694Z] Step 7/22 : RUN go mod download [2021-03-22T19:58:40.798Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T19:58:40.798Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-22T19:58:40.798Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T19:58:40.798Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-22T19:58:40.977Z] ---> Running in 983a11d49822 [2021-03-22T19:58:40.977Z] ---> Running in e9473df8612d [2021-03-22T19:58:41.059Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T19:58:41.059Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-22T19:58:41.059Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-22T19:58:41.322Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-22T19:58:41.322Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T19:58:41.322Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-22T19:58:41.583Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-22T19:58:41.583Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-22T19:58:41.583Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T19:58:41.583Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-22T19:58:41.844Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-22T19:58:41.844Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-22T19:58:41.844Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T19:58:41.844Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-22T19:58:42.104Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-22T19:58:42.104Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-22T19:58:42.365Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T19:58:42.365Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-22T19:58:42.365Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-22T19:58:42.365Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-22T19:58:42.639Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T19:58:42.639Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-22T19:58:42.899Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-22T19:58:42.899Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-22T19:58:43.159Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T19:58:43.159Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T19:58:43.159Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T19:58:43.159Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-22T19:58:43.159Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-22T19:58:43.418Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-22T19:58:43.418Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-22T19:58:43.418Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-22T19:58:43.678Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T19:58:43.678Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-22T19:58:43.678Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-22T19:58:43.678Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-22T19:58:43.938Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T19:58:43.938Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-22T19:58:43.938Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-22T19:58:43.938Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-22T19:58:44.198Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T19:58:44.198Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-22T19:58:44.198Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-22T19:58:44.365Z] Removing intermediate container 654e49c6af4c [2021-03-22T19:58:44.365Z] ---> 62b758fd441c [2021-03-22T19:58:44.365Z] Step 8/22 : COPY . . [2021-03-22T19:58:44.458Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-22T19:58:44.458Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T19:58:44.458Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-22T19:58:44.458Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-22T19:58:44.643Z] Removing intermediate container 7bb8cc913451 [2021-03-22T19:58:44.643Z] ---> d5305adb4345 [2021-03-22T19:58:44.643Z] Step 8/23 : COPY . . [2021-03-22T19:58:44.719Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-22T19:58:44.719Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T19:58:44.719Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-22T19:58:44.719Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-22T19:58:44.982Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-22T19:58:45.242Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T19:58:45.242Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T19:58:45.242Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-22T19:58:45.242Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-22T19:58:45.255Z] Removing intermediate container 50842569b2af [2021-03-22T19:58:45.255Z] ---> 28bc5d9d7c77 [2021-03-22T19:58:45.255Z] Step 8/24 : COPY . . [2021-03-22T19:58:45.504Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T19:58:45.504Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-22T19:58:45.504Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-22T19:58:45.504Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-22T19:58:45.534Z] Removing intermediate container 983a11d49822 [2021-03-22T19:58:45.534Z] ---> 0e194ead98e1 [2021-03-22T19:58:45.534Z] Step 8/22 : COPY . . [2021-03-22T19:58:45.764Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T19:58:45.764Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-22T19:58:45.764Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-22T19:58:45.764Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-22T19:58:46.028Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T19:58:46.028Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-22T19:58:46.028Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-22T19:58:46.028Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-22T19:58:46.028Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T19:58:46.028Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-22T19:58:46.131Z] Removing intermediate container e9473df8612d [2021-03-22T19:58:46.131Z] ---> 0c24d37cad75 [2021-03-22T19:58:46.131Z] Step 8/31 : COPY . . [2021-03-22T19:58:46.289Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-22T19:58:46.289Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-22T19:58:46.289Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T19:58:46.289Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-22T19:58:46.549Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-22T19:58:46.549Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-22T19:58:46.549Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T19:58:46.549Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-22T19:58:46.549Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-22T19:58:46.809Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-22T19:58:46.809Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-22T19:58:46.809Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-22T19:58:46.809Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-22T19:58:47.069Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-22T19:58:47.069Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-22T19:58:47.069Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-22T19:58:47.329Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-22T19:58:47.329Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-22T19:58:47.329Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-22T19:58:47.589Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-22T19:58:47.589Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-22T19:58:47.849Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-22T19:58:47.849Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-22T19:58:47.849Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-22T19:58:47.849Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-22T19:58:48.110Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-22T19:58:48.110Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-22T19:58:48.110Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-22T19:58:48.110Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-22T19:58:48.369Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-22T19:58:48.369Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-22T19:58:48.369Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-22T19:58:48.369Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-22T19:58:48.629Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-22T19:58:48.629Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-22T19:58:50.555Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-22T19:58:50.556Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-22T19:58:50.556Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-22T19:58:50.556Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-22T19:58:50.556Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-22T19:58:50.556Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-22T19:58:51.126Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-22T19:58:51.126Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-22T19:58:51.126Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-22T19:58:51.126Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-22T19:58:51.387Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-22T19:58:51.387Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-22T19:58:51.387Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T19:58:51.387Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T19:58:51.647Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T19:58:51.647Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T19:58:51.647Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T19:58:51.647Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T19:58:51.906Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T19:58:51.907Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T19:58:52.845Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T19:58:52.845Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T19:58:53.785Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T19:58:53.785Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T19:58:54.724Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T19:58:54.724Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T19:58:55.295Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T19:58:55.295Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T19:58:56.235Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T19:58:56.235Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T19:58:56.235Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-22T19:58:56.495Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-22T19:58:56.495Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-22T19:58:56.495Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-22T19:58:56.755Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-22T19:58:56.755Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-22T19:58:57.015Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-22T19:58:57.015Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-22T19:58:57.015Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-22T19:58:57.275Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-22T19:58:57.275Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-22T19:58:57.275Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-22T19:58:57.275Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-22T19:58:57.536Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-22T19:58:57.536Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T19:58:57.536Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-22T19:58:57.536Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T19:58:57.536Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T19:58:57.536Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T19:58:57.536Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-22T19:58:57.796Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-22T19:58:57.796Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-22T19:58:57.796Z] [2021-03-22T19:58:57.796Z] Current default time zone: 'Etc/UTC' [2021-03-22T19:58:57.796Z] Local time is now: Mon Mar 22 19:58:57 UTC 2021. [2021-03-22T19:58:57.796Z] Universal Time is now: Mon Mar 22 19:58:57 UTC 2021. [2021-03-22T19:58:57.796Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-22T19:58:57.796Z] [2021-03-22T19:58:57.796Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-22T19:58:57.796Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T19:58:58.055Z] Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... [2021-03-22T19:58:58.055Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-22T19:58:58.055Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-22T19:58:58.055Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-22T19:58:58.055Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-22T19:58:58.055Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-22T19:58:58.055Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-22T19:58:58.055Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-22T19:58:58.055Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T19:58:58.314Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-22T19:58:58.314Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T19:58:58.314Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-22T19:58:58.574Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T19:58:58.574Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-22T19:58:58.574Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-22T19:58:58.574Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-22T19:58:58.574Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-22T19:58:58.574Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-22T19:58:58.574Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-22T19:58:58.574Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-22T19:58:58.574Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-22T19:58:59.957Z] Updating certificates in /etc/ssl/certs... [2021-03-22T19:59:00.897Z] 23 added, 27 removed; done. [2021-03-22T19:59:00.898Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-22T19:59:00.898Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T19:59:00.898Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-22T19:59:00.898Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-22T19:59:00.898Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-22T19:59:01.158Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T19:59:01.158Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-22T19:59:01.158Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T19:59:01.158Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T19:59:01.158Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T19:59:01.158Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T19:59:01.158Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T19:59:01.158Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-22T19:59:01.418Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-22T19:59:01.418Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-22T19:59:01.418Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-22T19:59:01.418Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-22T19:59:01.418Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T19:59:01.418Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T19:59:01.418Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-22T19:59:01.418Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-22T19:59:01.418Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-22T19:59:01.680Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-22T19:59:01.680Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-22T19:59:01.680Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-22T19:59:01.680Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-22T19:59:01.680Z] Updating certificates in /etc/ssl/certs... [2021-03-22T19:59:02.266Z] 0 added, 0 removed; done. [2021-03-22T19:59:02.266Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-22T19:59:02.266Z] done. [2021-03-22T19:59:02.857Z] Reading package lists... [2021-03-22T19:59:02.857Z] Building dependency tree... [2021-03-22T19:59:02.857Z] Reading state information... [2021-03-22T19:59:03.132Z] The following NEW packages will be installed: [2021-03-22T19:59:03.132Z] apt-transport-https [2021-03-22T19:59:03.132Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-22T19:59:03.132Z] Need to get 1696 B of archives. [2021-03-22T19:59:03.132Z] After this operation, 153 kB of additional disk space will be used. [2021-03-22T19:59:03.132Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-22T19:59:03.394Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T19:59:03.394Z] Fetched 1696 B in 0s (29.7 kB/s) [2021-03-22T19:59:03.394Z] Selecting previously unselected package apt-transport-https. [2021-03-22T19:59:03.394Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-22T19:59:03.394Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-22T19:59:03.394Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-22T19:59:03.394Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-22T19:59:03.982Z] Waiting for network to be ready... [2021-03-22T19:59:10.621Z] 2021-03-22T19:59:07Z INFO Waiting for automatic snapd restart... [2021-03-22T19:59:10.888Z] snapd 2.49 from Canonical* installed [2021-03-22T19:59:11.848Z] "snapd" switched to the "latest/stable" channel [2021-03-22T19:59:11.848Z] [2021-03-22T19:59:12.960Z] ---> b48bc34828aa [2021-03-22T19:59:12.960Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-22T19:59:12.960Z] ---> 22e89a7f1590 [2021-03-22T19:59:12.960Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-22T19:59:12.960Z] ---> Running in 3e7320ed752c [2021-03-22T19:59:12.960Z] ---> 87cd35abeca9 [2021-03-22T19:59:12.960Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-22T19:59:12.960Z] ---> db5552b6596c [2021-03-22T19:59:12.960Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-22T19:59:12.960Z] ---> 3873b7ddb36e [2021-03-22T19:59:12.960Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-22T19:59:12.960Z] ---> Running in e33d38a6bc7a [2021-03-22T19:59:12.960Z] ---> Running in c44db06d87cf [2021-03-22T19:59:12.960Z] ---> Running in e73af5300bc5 [2021-03-22T19:59:12.960Z] ---> Running in 3f394a219d56 [2021-03-22T19:59:12.960Z] 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-22T19:59:12.960Z] 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-22T19:59:12.960Z] 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-22T19:59:13.234Z] 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-22T19:59:13.234Z] 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-22T19:59:16.174Z] core18 20210128 from Canonical* installed [2021-03-22T19:59:16.174Z] "core18" switched to the "latest/stable" channel [2021-03-22T19:59:16.174Z] [2021-03-22T19:59:21.542Z] snapcraft 4.5.4 from Canonical* installed [2021-03-22T19:59:21.542Z] "snapcraft" switched to the "latest/stable" channel [2021-03-22T19:59:21.542Z] [2021-03-22T19:59:24.840Z] 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-22T19:59:24.840Z] - README.md [2021-03-22T19:59:24.840Z] [2021-03-22T19:59:24.840Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-22T19:59:31.489Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T19:59:31.489Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-22T19:59:31.489Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-22T19:59:31.489Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-22T19:59:33.137Z] Reading package lists... [2021-03-22T19:59:33.397Z] 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-22T19:59:39.975Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T19:59:39.975Z] Reading package lists... [2021-03-22T19:59:39.975Z] Building dependency tree... [2021-03-22T19:59:39.975Z] Reading state information... [2021-03-22T19:59:39.975Z] Suggested packages: [2021-03-22T19:59:39.975Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-22T19:59:39.975Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-22T19:59:39.975Z] Recommended packages: [2021-03-22T19:59:39.975Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-22T19:59:39.975Z] The following NEW packages will be installed: [2021-03-22T19:59:39.975Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-22T19:59:39.975Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-22T19:59:39.975Z] pkg-config zip [2021-03-22T19:59:39.975Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-22T19:59:39.975Z] Need to get 7657 kB of archives. [2021-03-22T19:59:39.975Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-22T19:59:39.975Z] 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-22T19:59:40.235Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-22T19:59:40.235Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-22T19:59:40.235Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-22T19:59:40.235Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-22T19:59:40.235Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-22T19:59:40.235Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-22T19:59:40.235Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-22T19:59:40.494Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-22T19:59:40.495Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-22T19:59:40.495Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-22T19:59:40.495Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-22T19:59:40.495Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-22T19:59:40.755Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-22T19:59:40.755Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-22T19:59:40.755Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T19:59:40.755Z] Fetched 7657 kB in 1s (10.5 MB/s) [2021-03-22T19:59:41.016Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-22T19:59:41.016Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-22T19:59:41.016Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-22T19:59:41.016Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-22T19:59:41.277Z] Selecting previously unselected package libpsl5:amd64. [2021-03-22T19:59:41.277Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-22T19:59:41.277Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-22T19:59:41.277Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-22T19:59:41.277Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-22T19:59:41.277Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-22T19:59:41.538Z] Selecting previously unselected package librtmp1:amd64. [2021-03-22T19:59:41.538Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-22T19:59:41.538Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-22T19:59:41.538Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-22T19:59:41.538Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-22T19:59:41.538Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-22T19:59:41.798Z] Selecting previously unselected package liberror-perl. [2021-03-22T19:59:41.798Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-22T19:59:41.798Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-22T19:59:41.798Z] Selecting previously unselected package git-man. [2021-03-22T19:59:41.798Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-22T19:59:41.798Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-22T19:59:42.071Z] Selecting previously unselected package git. [2021-03-22T19:59:42.071Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-22T19:59:42.071Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-22T19:59:43.013Z] Selecting previously unselected package libnorm1:amd64. [2021-03-22T19:59:43.013Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-22T19:59:43.013Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-22T19:59:43.013Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-22T19:59:43.013Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-22T19:59:43.013Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-22T19:59:43.013Z] Selecting previously unselected package libsodium23:amd64. [2021-03-22T19:59:43.013Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-22T19:59:43.013Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-22T19:59:43.013Z] Selecting previously unselected package libzmq5:amd64. [2021-03-22T19:59:43.013Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-22T19:59:43.013Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-22T19:59:43.273Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-22T19:59:43.273Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-22T19:59:43.273Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-22T19:59:43.533Z] Selecting previously unselected package pkg-config. [2021-03-22T19:59:43.533Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-22T19:59:43.533Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-22T19:59:43.533Z] Selecting previously unselected package zip. [2021-03-22T19:59:43.533Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-22T19:59:43.533Z] Unpacking zip (3.0-11build1) ... [2021-03-22T19:59:43.533Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-22T19:59:43.533Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-22T19:59:43.533Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-22T19:59:43.533Z] Setting up liberror-perl (0.17025-1) ... [2021-03-22T19:59:43.793Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-22T19:59:43.793Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-22T19:59:43.793Z] No schema files found: doing nothing. [2021-03-22T19:59:43.793Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-22T19:59:43.793Z] Setting up zip (3.0-11build1) ... [2021-03-22T19:59:43.793Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-22T19:59:43.793Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-22T19:59:43.793Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-22T19:59:44.054Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-22T19:59:44.054Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-22T19:59:44.054Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-22T19:59:44.054Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-22T19:59:44.054Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-22T19:59:50.641Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T19:59:50.901Z] git set to automatically installed. [2021-03-22T19:59:50.901Z] git-man set to automatically installed. [2021-03-22T19:59:50.901Z] libcurl3-gnutls set to automatically installed. [2021-03-22T19:59:50.901Z] liberror-perl set to automatically installed. [2021-03-22T19:59:50.901Z] libglib2.0-0 set to automatically installed. [2021-03-22T19:59:50.901Z] libnghttp2-14 set to automatically installed. [2021-03-22T19:59:50.901Z] libnorm1 set to automatically installed. [2021-03-22T19:59:50.901Z] libpgm-5.2-0 set to automatically installed. [2021-03-22T19:59:50.901Z] libpsl5 set to automatically installed. [2021-03-22T19:59:50.901Z] librtmp1 set to automatically installed. [2021-03-22T19:59:50.901Z] libsodium23 set to automatically installed. [2021-03-22T19:59:50.901Z] libzmq3-dev set to automatically installed. [2021-03-22T19:59:50.901Z] libzmq5 set to automatically installed. [2021-03-22T19:59:50.901Z] pkg-config set to automatically installed. [2021-03-22T19:59:50.901Z] zip set to automatically installed. [2021-03-22T19:59:53.445Z] snapd is not logged in, snap install commands will use sudo [2021-03-22T20:00:00.024Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T20:00:14.944Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-22T20:00:14.944Z] snapd is not logged in, snap install commands will use sudo [2021-03-22T20:00:20.238Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T20:00:20.809Z] snap "core18" has no updates available [2021-03-22T20:00:21.753Z] Pulling go-build-helper [2021-03-22T20:00:21.753Z] + snapcraftctl pull [2021-03-22T20:00:22.697Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-22T20:00:22.697Z] Skipping pull go-build-helper (already ran) [2021-03-22T20:00:22.697Z] Building go-build-helper [2021-03-22T20:00:22.697Z] + snapcraftctl build [2021-03-22T20:00:25.246Z] Staging go-build-helper [2021-03-22T20:00:25.246Z] + snapcraftctl stage [2021-03-22T20:00:37.493Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-22T20:00:37.493Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-22T20:00:37.493Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] [2021-03-22T20:00:37.493Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] [2021-03-22T20:00:37.493Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-22T20:00:37.493Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-22T20:00:37.493Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] [2021-03-22T20:00:37.493Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] [2021-03-22T20:00:37.493Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] [2021-03-22T20:00:37.493Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-22T20:00:37.493Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-22T20:00:37.493Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-22T20:00:37.493Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-22T20:00:37.493Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-22T20:00:37.493Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-22T20:00:37.493Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-22T20:00:37.493Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-22T20:00:37.493Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-22T20:00:37.493Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-22T20:00:37.493Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] [2021-03-22T20:00:37.493Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-22T20:00:37.493Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-22T20:00:37.493Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-22T20:00:37.493Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-22T20:00:37.493Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] [2021-03-22T20:00:37.493Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] [2021-03-22T20:00:37.493Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-22T20:00:37.493Z] Fetched 24.1 MB in 0s (0 B/s) [2021-03-22T20:00:37.493Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-22T20:00:37.493Z] Fetched 224 kB in 0s (0 B/s) [2021-03-22T20:00:37.493Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-22T20:00:37.493Z] Fetched 157 kB in 0s (0 B/s) [2021-03-22T20:00:37.493Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-22T20:00:37.493Z] Fetched 221 kB in 0s (0 B/s) [2021-03-22T20:00:37.493Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-22T20:00:37.493Z] Fetched 143 kB in 0s (0 B/s) [2021-03-22T20:00:37.493Z] Pulling app-service-config [2021-03-22T20:00:37.493Z] + snapcraftctl pull [2021-03-22T20:00:37.493Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-22T20:00:37.493Z] Pulling config-common [2021-03-22T20:00:37.493Z] + snapcraftctl pull [2021-03-22T20:00:41.701Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-22T20:00:41.701Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-22T20:00:41.701Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-22T20:00:41.701Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T20:00:41.701Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-22T20:00:41.701Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T20:00:41.701Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-22T20:00:41.701Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T20:00:41.701Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-22T20:00:41.701Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T20:00:41.701Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-22T20:00:41.701Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T20:00:41.701Z] Pulling edgex-go [2021-03-22T20:00:41.701Z] + snapcraftctl pull [2021-03-22T20:00:50.128Z] 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-22T20:00:56.924Z] Removing intermediate container 3f394a219d56 [2021-03-22T20:00:56.924Z] ---> d6922dbfda98 [2021-03-22T20:00:56.924Z] [2021-03-22T20:00:56.924Z] Step 10/24 : FROM alpine:3.12 [2021-03-22T20:00:57.202Z] 3.12: Pulling from library/alpine [2021-03-22T20:00:59.210Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-22T20:00:59.210Z] Status: Downloaded newer image for alpine:3.12 [2021-03-22T20:00:59.210Z] ---> d10569e2745f [2021-03-22T20:00:59.210Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-22T20:01:00.223Z] ---> Running in e3bf8727e697 [2021-03-22T20:01:00.840Z] Removing intermediate container e73af5300bc5 [2021-03-22T20:01:00.840Z] ---> 32ac92bad05a [2021-03-22T20:01:00.840Z] [2021-03-22T20:01:00.840Z] Step 10/31 : FROM alpine:3.12 [2021-03-22T20:01:00.840Z] ---> d10569e2745f [2021-03-22T20:01:00.840Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-22T20:01:01.444Z] ---> Running in f56b35832186 [2021-03-22T20:01:02.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T20:01:02.433Z] Removing intermediate container f56b35832186 [2021-03-22T20:01:02.433Z] ---> 4d7bb2c6d036 [2021-03-22T20:01:02.433Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-22T20:01:02.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T20:01:03.033Z] ---> Running in 13b09234b8e4 [2021-03-22T20:01:03.033Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-22T20:01:03.310Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T20:01:03.310Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-22T20:01:03.310Z] (4/5) Installing curl (7.69.1-r3) [2021-03-22T20:01:03.310Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-22T20:01:03.310Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T20:01:03.310Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T20:01:03.590Z] OK: 7 MiB in 19 packages [2021-03-22T20:01:03.697Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-22T20:01:03.697Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-22T20:01:03.697Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-22T20:01:03.697Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T20:01:03.697Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-22T20:01:03.697Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-22T20:01:03.697Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-22T20:01:03.697Z] Fetched 279 kB in 0s (0 B/s) [2021-03-22T20:01:03.697Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-22T20:01:03.697Z] Fetched 122 kB in 0s (0 B/s) [2021-03-22T20:01:03.697Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-22T20:01:03.697Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-22T20:01:03.697Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-22T20:01:03.697Z] Fetched 8848 B in 0s (0 B/s) [2021-03-22T20:01:03.697Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-22T20:01:03.697Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-22T20:01:03.697Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-22T20:01:03.697Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-22T20:01:03.697Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-22T20:01:03.698Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-22T20:01:03.698Z] Fetched 214 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-22T20:01:03.698Z] Fetched 154 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-22T20:01:03.698Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-22T20:01:03.698Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-22T20:01:03.698Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-22T20:01:03.698Z] Fetched 499 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-22T20:01:03.698Z] Fetched 111 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-22T20:01:03.698Z] Fetched 240 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-22T20:01:03.698Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-22T20:01:03.698Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-22T20:01:03.698Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-22T20:01:03.698Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-22T20:01:03.698Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-22T20:01:03.698Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-22T20:01:03.698Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-22T20:01:03.698Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-22T20:01:03.698Z] Fetched 8720 B in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-22T20:01:03.698Z] Fetched 137 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-22T20:01:03.698Z] Fetched 119 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-22T20:01:03.698Z] Fetched 109 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-22T20:01:03.698Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-22T20:01:03.698Z] Fetched 645 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-22T20:01:03.698Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-22T20:01:03.698Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-22T20:01:03.698Z] Fetched 368 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-22T20:01:03.698Z] Fetched 187 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-22T20:01:03.698Z] Fetched 175 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-22T20:01:03.698Z] Fetched 206 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-22T20:01:03.698Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-22T20:01:03.698Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-22T20:01:03.698Z] Fetched 159 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-22T20:01:03.698Z] Fetched 107 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-22T20:01:03.698Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-22T20:01:03.698Z] Pulling static-packages [2021-03-22T20:01:03.698Z] + snapcraftctl pull [2021-03-22T20:01:03.698Z] Pulling version [2021-03-22T20:01:03.698Z] + cd /root/project [2021-03-22T20:01:03.698Z] + [ -f VERSION ] [2021-03-22T20:01:03.698Z] + PROJECT_VERSION=local-dev [2021-03-22T20:01:03.698Z] + git rev-parse --short HEAD [2021-03-22T20:01:03.698Z] + GIT_REVISION=ca07e100 [2021-03-22T20:01:03.698Z] + snapcraftctl set-version local-dev [2021-03-22T20:01:03.698Z] Skipping build go-build-helper (already ran) [2021-03-22T20:01:03.958Z] Building app-service-config [2021-03-22T20:01:03.958Z] + make build [2021-03-22T20:01:03.958Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-22T20:01:05.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T20:01:05.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T20:01:05.307Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-22T20:01:05.583Z] (2/2) Installing su-exec (0.2-r1) [2021-03-22T20:01:05.584Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T20:01:05.584Z] OK: 5 MiB in 16 packages [2021-03-22T20:01:05.870Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 [2021-03-22T20:01:06.130Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 [2021-03-22T20:01:06.130Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-22T20:01:06.130Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-22T20:01:06.130Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-22T20:01:06.393Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-22T20:01:06.393Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-22T20:01:06.393Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-22T20:01:06.393Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-22T20:01:06.393Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-22T20:01:06.393Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-22T20:01:06.393Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-22T20:01:06.653Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-22T20:01:06.653Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-22T20:01:06.653Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-22T20:01:06.653Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-22T20:01:06.653Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-22T20:01:06.653Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-22T20:01:06.653Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-22T20:01:06.913Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-22T20:01:06.913Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-22T20:01:07.020Z] Removing intermediate container e33d38a6bc7a [2021-03-22T20:01:07.020Z] ---> 4107afb54dac [2021-03-22T20:01:07.020Z] [2021-03-22T20:01:07.020Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T20:01:07.020Z] ---> d10569e2745f [2021-03-22T20:01:07.020Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-22T20:01:07.020Z] Removing intermediate container 3e7320ed752c [2021-03-22T20:01:07.020Z] ---> e55d81af2394 [2021-03-22T20:01:07.021Z] [2021-03-22T20:01:07.021Z] Step 10/22 : FROM alpine:3.12 [2021-03-22T20:01:07.021Z] ---> d10569e2745f [2021-03-22T20:01:07.021Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-22T20:01:07.214Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-22T20:01:07.214Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-22T20:01:07.214Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-22T20:01:07.214Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-22T20:01:07.214Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-22T20:01:07.214Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-22T20:01:07.214Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-22T20:01:07.214Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-22T20:01:07.495Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-22T20:01:07.495Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-22T20:01:07.495Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-22T20:01:07.495Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-22T20:01:07.495Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-22T20:01:07.495Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-22T20:01:07.495Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-22T20:01:07.495Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-22T20:01:07.495Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-22T20:01:07.495Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-22T20:01:07.495Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-22T20:01:07.618Z] ---> Running in 7d8c9a671aa0 [2021-03-22T20:01:07.618Z] ---> Running in e0f1a29211e6 [2021-03-22T20:01:07.618Z] Removing intermediate container e3bf8727e697 [2021-03-22T20:01:07.618Z] ---> 2541c68dca8d [2021-03-22T20:01:07.618Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-22T20:01:07.759Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-22T20:01:07.759Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-22T20:01:07.759Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-22T20:01:08.603Z] Removing intermediate container 13b09234b8e4 [2021-03-22T20:01:08.603Z] ---> f8da79de75bb [2021-03-22T20:01:08.603Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-22T20:01:08.603Z] ---> Running in 80b9d0e6a27d [2021-03-22T20:01:08.878Z] ---> Running in 18547bec9bba [2021-03-22T20:01:09.476Z] Removing intermediate container c44db06d87cf [2021-03-22T20:01:09.476Z] ---> 62023035929a [2021-03-22T20:01:09.476Z] [2021-03-22T20:01:09.476Z] Step 10/22 : FROM alpine:3.12 [2021-03-22T20:01:09.476Z] ---> d10569e2745f [2021-03-22T20:01:09.476Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-22T20:01:09.476Z] Removing intermediate container 80b9d0e6a27d [2021-03-22T20:01:09.476Z] ---> cde9245ebca7 [2021-03-22T20:01:09.476Z] Step 13/24 : WORKDIR / [2021-03-22T20:01:09.753Z] ---> Running in 69ee4824026a [2021-03-22T20:01:09.753Z] ---> Running in f06c3992f8f1 [2021-03-22T20:01:09.753Z] Removing intermediate container 18547bec9bba [2021-03-22T20:01:09.753Z] ---> 9fc2ae604375 [2021-03-22T20:01:09.753Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-22T20:01:10.027Z] ---> Running in b6d2134de1a7 [2021-03-22T20:01:10.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T20:01:10.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T20:01:10.579Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T20:01:10.579Z] Removing intermediate container f06c3992f8f1 [2021-03-22T20:01:10.579Z] ---> 94d563cd6459 [2021-03-22T20:01:10.579Z] 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-22T20:01:10.579Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T20:01:10.851Z] Removing intermediate container b6d2134de1a7 [2021-03-22T20:01:10.851Z] ---> be0602b987f5 [2021-03-22T20:01:10.851Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-22T20:01:10.851Z] ---> Running in 1330092a014e [2021-03-22T20:01:11.123Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-22T20:01:11.123Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T20:01:11.123Z] OK: 5 MiB in 15 packages [2021-03-22T20:01:11.123Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-22T20:01:11.123Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T20:01:11.404Z] OK: 5 MiB in 15 packages [2021-03-22T20:01:11.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T20:01:11.957Z] ---> 32263c1af429 [2021-03-22T20:01:11.957Z] 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-22T20:01:11.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T20:01:12.551Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-22T20:01:12.551Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-22T20:01:12.551Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T20:01:12.551Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T20:01:12.828Z] OK: 6 MiB in 16 packages [2021-03-22T20:01:13.098Z] Removing intermediate container 7d8c9a671aa0 [2021-03-22T20:01:13.098Z] ---> b56fc8e8ccf7 [2021-03-22T20:01:13.098Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T20:01:13.369Z] ---> 01604f22d555 [2021-03-22T20:01:13.369Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-22T20:01:13.370Z] ---> Running in dfb6ab33c881 [2021-03-22T20:01:13.370Z] Removing intermediate container e0f1a29211e6 [2021-03-22T20:01:13.370Z] ---> 80f725b32aa9 [2021-03-22T20:01:13.370Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T20:01:13.640Z] ---> Running in 8ff3d2072a3e [2021-03-22T20:01:13.915Z] Removing intermediate container dfb6ab33c881 [2021-03-22T20:01:13.915Z] ---> 81702ff62341 [2021-03-22T20:01:13.915Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-22T20:01:14.201Z] ---> acbe2e749650 [2021-03-22T20:01:14.201Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-22T20:01:14.201Z] ---> Running in 77dacb3cc087 [2021-03-22T20:01:14.201Z] Removing intermediate container 8ff3d2072a3e [2021-03-22T20:01:14.201Z] ---> c4cb98a832b9 [2021-03-22T20:01:14.201Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-22T20:01:14.477Z] Removing intermediate container 1330092a014e [2021-03-22T20:01:14.477Z] ---> 66323703fa83 [2021-03-22T20:01:14.477Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-22T20:01:14.749Z] ---> Running in bea9f2d8f8df [2021-03-22T20:01:14.749Z] ---> Running in 0c593ad5eb04 [2021-03-22T20:01:15.022Z] Removing intermediate container 77dacb3cc087 [2021-03-22T20:01:15.022Z] ---> 94fddd80102c [2021-03-22T20:01:15.022Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-22T20:01:15.022Z] Removing intermediate container 69ee4824026a [2021-03-22T20:01:15.022Z] ---> 0feaff066997 [2021-03-22T20:01:15.022Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T20:01:15.298Z] ---> Running in e3c29b74333d [2021-03-22T20:01:15.298Z] ---> Running in 21a6dbf29373 [2021-03-22T20:01:15.573Z] Removing intermediate container 0c593ad5eb04 [2021-03-22T20:01:15.573Z] ---> e09e1f016d38 [2021-03-22T20:01:15.573Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-22T20:01:15.573Z] Removing intermediate container bea9f2d8f8df [2021-03-22T20:01:15.573Z] ---> b63f80c2441f [2021-03-22T20:01:15.573Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-22T20:01:15.573Z] ---> 8451c62b6dc4 [2021-03-22T20:01:15.573Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-22T20:01:15.848Z] ---> Running in 2e2ed3268c4e [2021-03-22T20:01:15.848Z] Removing intermediate container e3c29b74333d [2021-03-22T20:01:15.848Z] ---> d9796b05beba [2021-03-22T20:01:15.848Z] Step 15/23 : WORKDIR / [2021-03-22T20:01:16.130Z] Removing intermediate container 21a6dbf29373 [2021-03-22T20:01:16.131Z] ---> e147549158e2 [2021-03-22T20:01:16.131Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-22T20:01:16.131Z] ---> Running in 4d235a0dcca6 [2021-03-22T20:01:16.415Z] ---> Running in 878e9cfc7f85 [2021-03-22T20:01:16.415Z] Removing intermediate container 2e2ed3268c4e [2021-03-22T20:01:16.415Z] ---> 587af5959dc3 [2021-03-22T20:01:16.415Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T20:01:16.695Z] ---> 92024e459294 [2021-03-22T20:01:16.695Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-22T20:01:16.971Z] Removing intermediate container 4d235a0dcca6 [2021-03-22T20:01:16.971Z] ---> a757620c84ec [2021-03-22T20:01:16.971Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T20:01:16.971Z] ---> Running in f37a06202c28 [2021-03-22T20:01:17.307Z] Removing intermediate container 878e9cfc7f85 [2021-03-22T20:01:17.307Z] ---> 10341986020c [2021-03-22T20:01:17.307Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-22T20:01:17.307Z] ---> 85efb231bee7 [2021-03-22T20:01:17.307Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-22T20:01:17.307Z] ---> Running in 5d85a421c055 [2021-03-22T20:01:17.941Z] ---> 1cf9a81dcdd8 [2021-03-22T20:01:17.941Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-22T20:01:17.941Z] ---> 78465c182950 [2021-03-22T20:01:17.941Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-22T20:01:18.003Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-22T20:01:18.003Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-22T20:01:18.003Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-22T20:01:18.003Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-22T20:01:18.637Z] Removing intermediate container 5d85a421c055 [2021-03-22T20:01:18.637Z] ---> ecc5e6bda7e7 [2021-03-22T20:01:18.637Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T20:01:19.003Z] Building config-common [2021-03-22T20:01:19.003Z] + snapcraftctl build [2021-03-22T20:01:19.733Z] ---> 60ab69bb8793 [2021-03-22T20:01:19.733Z] 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-22T20:01:20.027Z] ---> Running in 7812c046a2a5 [2021-03-22T20:01:20.633Z] ---> d00a394c8d40 [2021-03-22T20:01:20.633Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-22T20:01:20.633Z] ---> e8ed3b96f3b2 [2021-03-22T20:01:20.633Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-22T20:01:20.633Z] ---> c61feeb9ea18 [2021-03-22T20:01:20.633Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-22T20:01:21.545Z] Building edgex-go [2021-03-22T20:01:21.625Z] Removing intermediate container f37a06202c28 [2021-03-22T20:01:21.625Z] ---> 7c65241ef9d9 [2021-03-22T20:01:21.625Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T20:01:21.904Z] ---> 73834c406127 [2021-03-22T20:01:21.904Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-22T20:01:22.116Z] + cd /root/parts/edgex-go/src [2021-03-22T20:01:22.116Z] + make build [2021-03-22T20:01:22.116Z] 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-22T20:01:22.180Z] ---> 500c0318454b [2021-03-22T20:01:22.180Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-22T20:01:22.180Z] ---> Running in 3afe1c02d21e [2021-03-22T20:01:22.180Z] ---> Running in 0e56c8bb5606 [2021-03-22T20:01:22.377Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-22T20:01:22.377Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-22T20:01:22.456Z] ---> 39564ea90adb [2021-03-22T20:01:22.456Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-22T20:01:22.638Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-22T20:01:22.638Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 [2021-03-22T20:01:22.638Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-22T20:01:22.638Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 [2021-03-22T20:01:22.638Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-22T20:01:22.638Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-22T20:01:22.638Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-22T20:01:22.638Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-22T20:01:22.638Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-22T20:01:22.734Z] ---> 345f27174e4a [2021-03-22T20:01:22.734Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-22T20:01:23.009Z] Removing intermediate container 3afe1c02d21e [2021-03-22T20:01:23.009Z] ---> 115a38eb886d [2021-03-22T20:01:23.009Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T20:01:23.009Z] Removing intermediate container 0e56c8bb5606 [2021-03-22T20:01:23.009Z] ---> 5b2697d5b5b3 [2021-03-22T20:01:23.009Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T20:01:23.294Z] ---> Running in f6802498849d [2021-03-22T20:01:23.294Z] ---> Running in 2fbcd1006e57 [2021-03-22T20:01:23.568Z] ---> d05b74873999 [2021-03-22T20:01:23.568Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-22T20:01:23.568Z] Removing intermediate container 7812c046a2a5 [2021-03-22T20:01:23.568Z] ---> bea854ffb40f [2021-03-22T20:01:23.568Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-22T20:01:23.841Z] Removing intermediate container f6802498849d [2021-03-22T20:01:23.841Z] ---> dd68384d99b2 [2021-03-22T20:01:23.841Z] Step 21/23 : LABEL arch=arm64 [2021-03-22T20:01:24.116Z] ---> Running in 9cda07834877 [2021-03-22T20:01:24.116Z] ---> Running in a98c08fd45e6 [2021-03-22T20:01:24.116Z] ---> Running in e712f040de02 [2021-03-22T20:01:24.393Z] Removing intermediate container 2fbcd1006e57 [2021-03-22T20:01:24.393Z] ---> 74de0cb71a7a [2021-03-22T20:01:24.393Z] Step 20/22 : LABEL arch=arm64 [2021-03-22T20:01:24.393Z] ---> 92aa29eb9abf [2021-03-22T20:01:24.393Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-22T20:01:24.665Z] ---> Running in 7b336f92c149 [2021-03-22T20:01:24.665Z] Removing intermediate container a98c08fd45e6 [2021-03-22T20:01:24.665Z] ---> 578ed974c82b [2021-03-22T20:01:24.665Z] Step 22/24 : LABEL arch=arm64 [2021-03-22T20:01:24.938Z] Removing intermediate container 9cda07834877 [2021-03-22T20:01:24.938Z] ---> 91547bd120a6 [2021-03-22T20:01:24.938Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T20:01:24.938Z] ---> Running in 67227aae3bbf [2021-03-22T20:01:24.938Z] Removing intermediate container e712f040de02 [2021-03-22T20:01:24.938Z] ---> 4b8398d161d1 [2021-03-22T20:01:24.938Z] Step 22/23 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad [2021-03-22T20:01:25.226Z] ---> Running in 270a34d368bc [2021-03-22T20:01:25.226Z] Removing intermediate container 7b336f92c149 [2021-03-22T20:01:25.226Z] ---> ba8b43793d7f [2021-03-22T20:01:25.226Z] Step 21/22 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad [2021-03-22T20:01:25.226Z] ---> Running in 27d7febc1a50 [2021-03-22T20:01:25.499Z] ---> Running in 94e12bb4a74a [2021-03-22T20:01:25.499Z] ---> e557722f50a3 [2021-03-22T20:01:25.499Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-22T20:01:25.774Z] Removing intermediate container 67227aae3bbf [2021-03-22T20:01:25.774Z] ---> 611d0a3de62e [2021-03-22T20:01:25.774Z] Step 23/24 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad [2021-03-22T20:01:26.052Z] Removing intermediate container 270a34d368bc [2021-03-22T20:01:26.052Z] ---> 82729d1a7426 [2021-03-22T20:01:26.052Z] Step 20/22 : LABEL arch=arm64 [2021-03-22T20:01:26.052Z] Removing intermediate container 27d7febc1a50 [2021-03-22T20:01:26.052Z] ---> e019c4eaf11c [2021-03-22T20:01:26.052Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T20:01:26.052Z] ---> Running in b33b9e7212b3 [2021-03-22T20:01:26.324Z] Removing intermediate container 94e12bb4a74a [2021-03-22T20:01:26.324Z] ---> a99f8c7bfe9b [2021-03-22T20:01:26.324Z] Step 22/22 : LABEL version=0.0.0 [2021-03-22T20:01:26.324Z] ---> Running in 8c9860670c0b [2021-03-22T20:01:26.324Z] ---> Running in f5dd29e4ac1f [2021-03-22T20:01:26.595Z] ---> Running in c54fc306d299 [2021-03-22T20:01:26.595Z] ---> 3e5df9772ddb [2021-03-22T20:01:26.595Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-22T20:01:26.841Z] 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-22T20:01:26.841Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-22T20:01:26.870Z] Removing intermediate container b33b9e7212b3 [2021-03-22T20:01:26.870Z] ---> c0a2c526c7ff [2021-03-22T20:01:26.870Z] Step 24/24 : LABEL version=0.0.0 [2021-03-22T20:01:26.870Z] Removing intermediate container 8c9860670c0b [2021-03-22T20:01:26.870Z] ---> abcf7372efbc [2021-03-22T20:01:26.870Z] Step 21/22 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad [2021-03-22T20:01:26.870Z] Removing intermediate container f5dd29e4ac1f [2021-03-22T20:01:26.870Z] ---> bcb0c712b45a [2021-03-22T20:01:26.870Z] [2021-03-22T20:01:27.146Z] ---> Running in 7c82bf0b7654 [2021-03-22T20:01:27.146Z] ---> Running in 09227fa96b87 [2021-03-22T20:01:27.146Z] Removing intermediate container c54fc306d299 [2021-03-22T20:01:27.146Z] ---> c68e3ebde3b7 [2021-03-22T20:01:27.146Z] [2021-03-22T20:01:27.417Z] Successfully built bcb0c712b45a [2021-03-22T20:01:27.701Z] ---> 9b751a31b03a [2021-03-22T20:01:27.701Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-22T20:01:27.701Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-22T20:01:27.701Z] Building docker-core-metadata-go [2021-03-22T20:01:27.701Z]  Building docker-core-command-go ... done Successfully built c68e3ebde3b7 [2021-03-22T20:01:27.974Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-22T20:01:27.974Z] Building docker-security-proxy-setup-go [2021-03-22T20:01:27.974Z]  Building docker-support-scheduler-go ... done  ---> Running in af6e9f522306 [2021-03-22T20:01:27.974Z] Removing intermediate container 09227fa96b87 [2021-03-22T20:01:27.974Z] ---> 7cee67f72117 [2021-03-22T20:01:27.974Z] Step 22/22 : LABEL version=0.0.0 [2021-03-22T20:01:27.974Z] Removing intermediate container 7c82bf0b7654 [2021-03-22T20:01:27.974Z] ---> 2a76f1d7b9c9 [2021-03-22T20:01:27.974Z] [2021-03-22T20:01:28.244Z] ---> Running in 5b4a0ee5b820 [2021-03-22T20:01:28.518Z] Successfully built 2a76f1d7b9c9 [2021-03-22T20:01:28.791Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-22T20:01:28.791Z] Building docker-core-data-go [2021-03-22T20:01:28.791Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container af6e9f522306 [2021-03-22T20:01:28.791Z] ---> c09993c0c05f [2021-03-22T20:01:28.791Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-22T20:01:28.791Z] Removing intermediate container 5b4a0ee5b820 [2021-03-22T20:01:28.791Z] ---> 69ec0c8ee141 [2021-03-22T20:01:28.791Z] [2021-03-22T20:01:29.396Z] Successfully built 69ec0c8ee141 [2021-03-22T20:01:29.396Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-22T20:01:29.396Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-03-22T20:01:29.669Z] ---> 03801ffb6287 [2021-03-22T20:01:29.669Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-22T20:01:29.941Z] ---> Running in 9ff5d11f4811 [2021-03-22T20:01:32.127Z] 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-22T20:01:32.559Z] Removing intermediate container 9ff5d11f4811 [2021-03-22T20:01:32.560Z] ---> 65d5cbc65e4e [2021-03-22T20:01:32.560Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-22T20:01:32.832Z] ---> Running in 10a0fe61413c [2021-03-22T20:01:33.511Z] 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-22T20:01:33.809Z] Removing intermediate container 10a0fe61413c [2021-03-22T20:01:33.809Z] ---> 400d9c5c8b05 [2021-03-22T20:01:33.809Z] Step 28/31 : CMD ["gate"] [2021-03-22T20:01:34.080Z] ---> Running in 0c713d5986fd [2021-03-22T20:01:35.056Z] Removing intermediate container 0c713d5986fd [2021-03-22T20:01:35.056Z] ---> c41f3bb84f99 [2021-03-22T20:01:35.056Z] Step 29/31 : LABEL arch=arm64 [2021-03-22T20:01:35.421Z] 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-22T20:01:35.665Z] ---> Running in a37407a228fe [2021-03-22T20:01:35.682Z] 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-22T20:01:35.682Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-22T20:01:35.944Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-22T20:01:35.944Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-22T20:01:35.944Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-22T20:01:36.692Z] Removing intermediate container a37407a228fe [2021-03-22T20:01:36.692Z] ---> c242165275c5 [2021-03-22T20:01:36.692Z] Step 30/31 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad [2021-03-22T20:01:37.295Z] ---> Running in da9c2c2088f5 [2021-03-22T20:01:37.857Z] 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-22T20:01:37.857Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-22T20:01:37.857Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-22T20:01:38.272Z] Removing intermediate container da9c2c2088f5 [2021-03-22T20:01:38.272Z] ---> 340e817b6130 [2021-03-22T20:01:38.272Z] Step 31/31 : LABEL version=0.0.0 [2021-03-22T20:01:38.867Z] ---> Running in 1cb7cb792103 [2021-03-22T20:01:39.463Z] Removing intermediate container 1cb7cb792103 [2021-03-22T20:01:39.463Z] ---> efefbb42e2a0 [2021-03-22T20:01:39.463Z] [2021-03-22T20:01:39.768Z] 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-22T20:01:40.053Z] Successfully built efefbb42e2a0 [2021-03-22T20:01:40.054Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-22T20:01:40.706Z] 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-22T20:01:40.966Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-22T20:01:42.354Z] 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-22T20:01:43.740Z] 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-22T20:01:43.740Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-22T20:01:45.121Z] 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-22T20:01:45.121Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-22T20:01:47.039Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-22T20:01:47.039Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-22T20:01:47.039Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-22T20:01:47.039Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-22T20:01:47.039Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-22T20:01:47.039Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-22T20:01:47.039Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-22T20:01:47.039Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-22T20:01:47.039Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-22T20:01:47.039Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-22T20:01:47.039Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-22T20:01:47.039Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-22T20:01:47.039Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-22T20:01:47.039Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-22T20:01:47.039Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-22T20:01:47.039Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-22T20:01:47.039Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-22T20:01:47.301Z] + 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-22T20:01:47.301Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-22T20:01:47.301Z] + 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-22T20:01:47.301Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-22T20:01:47.301Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-22T20:01:47.301Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-22T20:01:47.301Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-22T20:01:47.301Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-22T20:01:47.301Z] + 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-22T20:01:50.598Z] Building static-packages [2021-03-22T20:01:50.598Z] + snapcraftctl build [2021-03-22T20:01:52.508Z] Building version [2021-03-22T20:01:52.508Z] + snapcraftctl build [2021-03-22T20:01:55.051Z] Skipping stage go-build-helper (already ran) [2021-03-22T20:01:55.051Z] Staging app-service-config [2021-03-22T20:01:55.051Z] + snapcraftctl stage [2021-03-22T20:01:55.994Z] Staging config-common [2021-03-22T20:01:55.994Z] + snapcraftctl stage [2021-03-22T20:01:56.955Z] Staging edgex-go [2021-03-22T20:01:56.955Z] + snapcraftctl stage [2021-03-22T20:01:57.902Z] Staging static-packages [2021-03-22T20:01:57.902Z] + snapcraftctl stage [2021-03-22T20:01:59.287Z] Staging version [2021-03-22T20:01:59.287Z] + snapcraftctl stage [2021-03-22T20:02:00.229Z] Priming go-build-helper [2021-03-22T20:02:00.229Z] + snapcraftctl prime [2021-03-22T20:02:01.178Z] Priming app-service-config [2021-03-22T20:02:01.178Z] + snapcraftctl prime [2021-03-22T20:02:02.572Z] Priming config-common [2021-03-22T20:02:02.572Z] + snapcraftctl prime [2021-03-22T20:02:03.525Z] Priming edgex-go [2021-03-22T20:02:03.525Z] + snapcraftctl prime [2021-03-22T20:02:04.467Z] Priming static-packages [2021-03-22T20:02:04.467Z] + snapcraftctl prime [2021-03-22T20:02:07.016Z] Priming version [2021-03-22T20:02:07.016Z] + snapcraftctl prime [2021-03-22T20:02:07.957Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-22T20:02:27.019Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T20:02:27.019Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-22T20:02:27.019Z] ---> 284ceac310de [2021-03-22T20:02:27.019Z] Step 3/21 : WORKDIR /edgex-go [2021-03-22T20:02:27.019Z] ---> Using cache [2021-03-22T20:02:27.019Z] ---> 84a4f0b9cfb8 [2021-03-22T20:02:27.019Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T20:02:27.019Z] ---> Using cache [2021-03-22T20:02:27.019Z] ---> 72862993365b [2021-03-22T20:02:27.019Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-22T20:02:27.019Z] ---> Using cache [2021-03-22T20:02:27.019Z] ---> e52cf836026b [2021-03-22T20:02:27.019Z] Step 6/21 : COPY go.mod . [2021-03-22T20:02:27.019Z] ---> Using cache [2021-03-22T20:02:27.019Z] ---> a8b9c0d6c960 [2021-03-22T20:02:27.019Z] Step 7/21 : RUN go mod download [2021-03-22T20:02:27.019Z] ---> Using cache [2021-03-22T20:02:27.019Z] ---> 28bc5d9d7c77 [2021-03-22T20:02:27.019Z] Step 8/21 : COPY . . [2021-03-22T20:02:27.019Z] ---> Using cache [2021-03-22T20:02:27.019Z] ---> 3873b7ddb36e [2021-03-22T20:02:27.019Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-22T20:02:27.019Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T20:02:27.019Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-22T20:02:27.019Z] ---> 284ceac310de [2021-03-22T20:02:27.019Z] Step 3/26 : WORKDIR /edgex-go [2021-03-22T20:02:27.019Z] ---> Using cache [2021-03-22T20:02:27.019Z] ---> 84a4f0b9cfb8 [2021-03-22T20:02:27.019Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T20:02:27.019Z] ---> Using cache [2021-03-22T20:02:27.019Z] ---> 72862993365b [2021-03-22T20:02:27.019Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-22T20:02:27.019Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T20:02:27.019Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T20:02:27.019Z] ---> 284ceac310de [2021-03-22T20:02:27.019Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T20:02:27.019Z] ---> Using cache [2021-03-22T20:02:27.019Z] ---> 84a4f0b9cfb8 [2021-03-22T20:02:27.019Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T20:02:27.019Z] ---> Using cache [2021-03-22T20:02:27.019Z] ---> 72862993365b [2021-03-22T20:02:27.019Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-22T20:02:27.019Z] ---> Using cache [2021-03-22T20:02:27.019Z] ---> e52cf836026b [2021-03-22T20:02:27.019Z] Step 6/23 : COPY go.mod . [2021-03-22T20:02:27.019Z] ---> Using cache [2021-03-22T20:02:27.019Z] ---> a8b9c0d6c960 [2021-03-22T20:02:27.019Z] Step 7/23 : RUN go mod download [2021-03-22T20:02:27.019Z] ---> Using cache [2021-03-22T20:02:27.019Z] ---> 28bc5d9d7c77 [2021-03-22T20:02:27.019Z] Step 8/23 : COPY . . [2021-03-22T20:02:27.019Z] ---> Using cache [2021-03-22T20:02:27.019Z] ---> 3873b7ddb36e [2021-03-22T20:02:27.019Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-22T20:02:27.019Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T20:02:27.019Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T20:02:27.019Z] ---> 284ceac310de [2021-03-22T20:02:27.019Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T20:02:27.019Z] ---> Using cache [2021-03-22T20:02:27.019Z] ---> 84a4f0b9cfb8 [2021-03-22T20:02:27.019Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T20:02:27.019Z] ---> Using cache [2021-03-22T20:02:27.019Z] ---> 72862993365b [2021-03-22T20:02:27.019Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-22T20:02:30.422Z] ---> Running in a446faebc70e [2021-03-22T20:02:30.422Z] ---> Running in 4f96d1dc922c [2021-03-22T20:02:30.422Z] ---> Running in d645b1a09a79 [2021-03-22T20:02:30.422Z] ---> Running in fa1c6583a18f [2021-03-22T20:02:31.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T20:02:31.876Z] 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-22T20:02:32.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T20:02:32.420Z] 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-22T20:02:32.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T20:02:32.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T20:02:33.573Z] OK: 217 MiB in 51 packages [2021-03-22T20:02:33.850Z] OK: 217 MiB in 51 packages [2021-03-22T20:02:35.298Z] Removing intermediate container 4f96d1dc922c [2021-03-22T20:02:35.298Z] ---> ea7930636a37 [2021-03-22T20:02:35.298Z] Step 6/23 : COPY go.mod . [2021-03-22T20:02:35.895Z] Removing intermediate container fa1c6583a18f [2021-03-22T20:02:35.895Z] ---> 47cdaac5952a [2021-03-22T20:02:35.895Z] Step 6/26 : COPY go.mod . [2021-03-22T20:02:36.891Z] ---> 6eac92c6156c [2021-03-22T20:02:36.891Z] Step 7/23 : RUN go mod download [2021-03-22T20:02:36.891Z] ---> Running in 23a96275f52c [2021-03-22T20:02:37.182Z] ---> 40b336e9e5cc [2021-03-22T20:02:37.182Z] Step 7/26 : RUN go mod download [2021-03-22T20:02:37.465Z] ---> Running in ca51e4836d40 [2021-03-22T20:02:41.806Z] Removing intermediate container 23a96275f52c [2021-03-22T20:02:41.806Z] ---> d059212b9adf [2021-03-22T20:02:41.806Z] Step 8/23 : COPY . . [2021-03-22T20:02:42.783Z] Removing intermediate container ca51e4836d40 [2021-03-22T20:02:42.783Z] ---> 9d6a04a5a024 [2021-03-22T20:02:42.783Z] Step 8/26 : COPY . . [2021-03-22T20:03:15.263Z] ---> 982c8d47fe90 [2021-03-22T20:03:15.263Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-22T20:03:15.263Z] ---> 12a00032787e [2021-03-22T20:03:15.263Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-22T20:03:15.263Z] ---> Running in cd1de37994a6 [2021-03-22T20:03:15.263Z] ---> Running in 6eef5e14d2b9 [2021-03-22T20:03:15.263Z] 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-22T20:03:15.263Z] 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-22T20:03:25.445Z] 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-22T20:03:43.788Z] Removing intermediate container d645b1a09a79 [2021-03-22T20:03:43.788Z] ---> 61526b75ae00 [2021-03-22T20:03:43.788Z] [2021-03-22T20:03:43.788Z] Step 10/21 : FROM alpine:3.12 [2021-03-22T20:03:43.788Z] ---> d10569e2745f [2021-03-22T20:03:43.788Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-22T20:03:43.788Z] ---> Running in 758625c3968b [2021-03-22T20:03:44.388Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T20:03:44.710Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T20:03:45.899Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-22T20:03:45.899Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T20:03:45.899Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-22T20:03:45.899Z] (4/4) Installing curl (7.69.1-r3) [2021-03-22T20:03:45.899Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T20:03:45.899Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T20:03:46.536Z] OK: 7 MiB in 18 packages [2021-03-22T20:03:49.178Z] Removing intermediate container 758625c3968b [2021-03-22T20:03:49.178Z] ---> bac79528d4c6 [2021-03-22T20:03:49.178Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-22T20:03:49.178Z] ---> Running in 527bba5647cc [2021-03-22T20:03:49.776Z] Removing intermediate container 527bba5647cc [2021-03-22T20:03:49.776Z] ---> b411dded0775 [2021-03-22T20:03:49.776Z] Step 13/21 : WORKDIR /edgex [2021-03-22T20:03:49.776Z] ---> Running in 3fefc8c44333 [2021-03-22T20:03:50.757Z] Removing intermediate container 3fefc8c44333 [2021-03-22T20:03:50.757Z] ---> cf8b52c65a9f [2021-03-22T20:03:50.757Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-22T20:03:51.742Z] ---> aaae7683b8a7 [2021-03-22T20:03:51.742Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-22T20:03:53.739Z] ---> 4645880ee37a [2021-03-22T20:03:53.739Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-22T20:03:54.734Z] ---> 9897d61a4868 [2021-03-22T20:03:54.734Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-22T20:03:55.012Z] ---> Running in 17b2771260e7 [2021-03-22T20:03:55.621Z] Removing intermediate container 17b2771260e7 [2021-03-22T20:03:55.621Z] ---> 0c171b9f7b6f [2021-03-22T20:03:55.621Z] Step 18/21 : CMD ["--init=true"] [2021-03-22T20:03:55.621Z] ---> Running in 664b5381791f [2021-03-22T20:03:56.613Z] Removing intermediate container 664b5381791f [2021-03-22T20:03:56.613Z] ---> 1b9fe49d7569 [2021-03-22T20:03:56.613Z] Step 19/21 : LABEL arch=arm64 [2021-03-22T20:03:56.613Z] ---> Running in 2ccda94ec094 [2021-03-22T20:03:57.226Z] Removing intermediate container 2ccda94ec094 [2021-03-22T20:03:57.226Z] ---> 8f297c02765e [2021-03-22T20:03:57.226Z] Step 20/21 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad [2021-03-22T20:03:57.501Z] ---> Running in 1c9012b1fd1a [2021-03-22T20:03:58.114Z] Removing intermediate container 1c9012b1fd1a [2021-03-22T20:03:58.114Z] ---> 7189fb67d222 [2021-03-22T20:03:58.114Z] Step 21/21 : LABEL version=0.0.0 [2021-03-22T20:03:58.390Z] ---> Running in f19cb0a43ef1 [2021-03-22T20:03:58.988Z] Removing intermediate container f19cb0a43ef1 [2021-03-22T20:03:58.988Z] ---> f1737fe80752 [2021-03-22T20:03:58.988Z] [2021-03-22T20:03:59.278Z] Successfully built f1737fe80752 [2021-03-22T20:03:59.278Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-22T20:04:06.310Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container a446faebc70e [2021-03-22T20:04:06.310Z] ---> d5ae800b29d0 [2021-03-22T20:04:06.310Z] [2021-03-22T20:04:06.310Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T20:04:06.310Z] ---> d10569e2745f [2021-03-22T20:04:06.310Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-22T20:04:06.310Z] ---> Using cache [2021-03-22T20:04:06.310Z] ---> 80f725b32aa9 [2021-03-22T20:04:06.310Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T20:04:06.310Z] ---> Using cache [2021-03-22T20:04:06.310Z] ---> c4cb98a832b9 [2021-03-22T20:04:06.310Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-22T20:04:06.594Z] ---> Running in b0c2fc83f2d4 [2021-03-22T20:04:07.198Z] Removing intermediate container b0c2fc83f2d4 [2021-03-22T20:04:07.198Z] ---> 08868d71b66a [2021-03-22T20:04:07.198Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-22T20:04:07.484Z] ---> Running in 8802f344eed1 [2021-03-22T20:04:08.094Z] Removing intermediate container 8802f344eed1 [2021-03-22T20:04:08.094Z] ---> f89191d2bd53 [2021-03-22T20:04:08.094Z] Step 15/23 : WORKDIR / [2021-03-22T20:04:08.372Z] ---> Running in 90f3bda59989 [2021-03-22T20:04:09.389Z] Removing intermediate container 90f3bda59989 [2021-03-22T20:04:09.389Z] ---> dbca066c8c23 [2021-03-22T20:04:09.389Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T20:04:10.373Z] ---> 3fd2117b5d15 [2021-03-22T20:04:10.373Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-22T20:04:12.375Z] ---> aaa808cbebe0 [2021-03-22T20:04:12.375Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-22T20:04:13.842Z] ---> d306c68fbdbf [2021-03-22T20:04:13.842Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-22T20:04:13.842Z] ---> Running in e871b394fc30 [2021-03-22T20:04:14.448Z] Removing intermediate container e871b394fc30 [2021-03-22T20:04:14.448Z] ---> bd0f07528638 [2021-03-22T20:04:14.448Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T20:04:14.724Z] ---> Running in c7f71cddd900 [2021-03-22T20:04:15.324Z] Removing intermediate container c7f71cddd900 [2021-03-22T20:04:15.324Z] ---> cdfac85f871d [2021-03-22T20:04:15.324Z] Step 21/23 : LABEL arch=arm64 [2021-03-22T20:04:15.608Z] ---> Running in 2290e90d567d [2021-03-22T20:04:16.307Z] Removing intermediate container 2290e90d567d [2021-03-22T20:04:16.307Z] ---> 1d900459a014 [2021-03-22T20:04:16.307Z] Step 22/23 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad [2021-03-22T20:04:16.580Z] ---> Running in b20d1ecfa828 [2021-03-22T20:04:17.178Z] Removing intermediate container b20d1ecfa828 [2021-03-22T20:04:17.178Z] ---> e9b13f6f2d51 [2021-03-22T20:04:17.178Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T20:04:17.454Z] ---> Running in 0033fb81af9a [2021-03-22T20:04:18.054Z] Removing intermediate container 0033fb81af9a [2021-03-22T20:04:18.054Z] ---> 6e80cae9728d [2021-03-22T20:04:18.054Z] [2021-03-22T20:04:18.653Z] Successfully built 6e80cae9728d [2021-03-22T20:04:18.653Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-22T20:04:26.937Z]  Building docker-core-metadata-go ... done Removing intermediate container 6eef5e14d2b9 [2021-03-22T20:04:26.937Z] ---> 7e3815371f1f [2021-03-22T20:04:26.937Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-22T20:04:26.937Z] ---> Running in adb41ec1f6e2 [2021-03-22T20:04:27.916Z] 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-22T20:04:31.308Z] Removing intermediate container adb41ec1f6e2 [2021-03-22T20:04:31.308Z] ---> e1d99c77ec2d [2021-03-22T20:04:31.308Z] [2021-03-22T20:04:31.308Z] Step 11/26 : FROM docker:20.10.0 [2021-03-22T20:04:31.308Z] 20.10.0: Pulling from library/docker [2021-03-22T20:04:39.613Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-22T20:04:39.613Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-22T20:04:39.613Z] ---> eeaf43b92773 [2021-03-22T20:04:39.613Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-22T20:04:40.593Z] ---> Running in f1be7c180d09 [2021-03-22T20:04:40.870Z] Removing intermediate container cd1de37994a6 [2021-03-22T20:04:40.870Z] ---> ee8f9cd02a27 [2021-03-22T20:04:40.870Z] [2021-03-22T20:04:40.870Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T20:04:40.870Z] ---> d10569e2745f [2021-03-22T20:04:40.870Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-22T20:04:40.870Z] ---> Running in e249adcf7618 [2021-03-22T20:04:41.472Z] Removing intermediate container e249adcf7618 [2021-03-22T20:04:41.472Z] ---> 058955bb1609 [2021-03-22T20:04:41.472Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-22T20:04:41.743Z] ---> Running in a0aefc04a9b1 [2021-03-22T20:04:41.743Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T20:04:42.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T20:04:42.015Z] Removing intermediate container a0aefc04a9b1 [2021-03-22T20:04:42.015Z] ---> f3110f23c453 [2021-03-22T20:04:42.015Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-22T20:04:42.284Z] ---> Running in e42ad71315d6 [2021-03-22T20:04:42.557Z] (1/2) Installing readline (8.0.4-r0) [2021-03-22T20:04:42.557Z] (2/2) Installing bash (5.0.17-r0) [2021-03-22T20:04:42.557Z] Executing bash-5.0.17-r0.post-install [2021-03-22T20:04:42.557Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T20:04:42.557Z] Removing intermediate container e42ad71315d6 [2021-03-22T20:04:42.557Z] ---> 324024b670b9 [2021-03-22T20:04:42.557Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T20:04:42.557Z] OK: 12 MiB in 22 packages [2021-03-22T20:04:42.829Z] ---> Running in 7369d57005c3 [2021-03-22T20:04:44.258Z] Removing intermediate container f1be7c180d09 [2021-03-22T20:04:44.258Z] ---> d9403b9824c9 [2021-03-22T20:04:44.258Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-22T20:04:44.258Z] ---> Running in 628259d51f2b [2021-03-22T20:04:44.856Z] Removing intermediate container 628259d51f2b [2021-03-22T20:04:44.856Z] ---> 4f26b1c7c1a7 [2021-03-22T20:04:44.856Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-22T20:04:44.856Z] ---> Running in 8b8cf2ef3997 [2021-03-22T20:04:45.129Z] Removing intermediate container 7369d57005c3 [2021-03-22T20:04:45.129Z] ---> 8b475facfa03 [2021-03-22T20:04:45.129Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-22T20:04:45.129Z] ---> Running in 80cb646d1b2b [2021-03-22T20:04:45.409Z] Removing intermediate container 8b8cf2ef3997 [2021-03-22T20:04:45.409Z] ---> 4a7d51fb28b5 [2021-03-22T20:04:45.409Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-22T20:04:45.682Z] ---> Running in 346e0df24aee [2021-03-22T20:04:45.954Z] Removing intermediate container 346e0df24aee [2021-03-22T20:04:45.954Z] ---> d73f7bb7e1e0 [2021-03-22T20:04:45.954Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-22T20:04:46.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T20:04:47.144Z] ---> 7af1a7c80a75 [2021-03-22T20:04:47.144Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-22T20:04:47.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T20:04:48.121Z] ---> 4c2686d0e824 [2021-03-22T20:04:48.121Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-22T20:04:48.121Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-22T20:04:48.121Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-22T20:04:48.121Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-22T20:04:48.121Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-22T20:04:48.393Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-22T20:04:48.667Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-22T20:04:48.667Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T20:04:48.667Z] OK: 8 MiB in 20 packages [2021-03-22T20:04:48.941Z] ---> 9c49956ea452 [2021-03-22T20:04:48.941Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-22T20:04:48.941Z] ---> Running in ab504feae332 [2021-03-22T20:04:49.937Z] Removing intermediate container 80cb646d1b2b [2021-03-22T20:04:49.937Z] ---> 3ed17f65dcf6 [2021-03-22T20:04:49.937Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T20:04:50.207Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T20:04:50.478Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T20:04:50.746Z] ---> 9aa85c99d4de [2021-03-22T20:04:50.746Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-22T20:04:51.021Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-22T20:04:51.021Z] (2/33) Installing expat (2.2.9-r1) [2021-03-22T20:04:51.021Z] (3/33) Installing libffi (3.3-r2) [2021-03-22T20:04:51.021Z] (4/33) Installing gdbm (1.13-r1) [2021-03-22T20:04:51.021Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-22T20:04:51.021Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-22T20:04:51.021Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-22T20:04:53.092Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-22T20:04:53.092Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-22T20:04:53.092Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-22T20:04:53.092Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-22T20:04:53.092Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-22T20:04:53.092Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-22T20:04:53.092Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-22T20:04:53.092Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-22T20:04:53.092Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-22T20:04:53.092Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-22T20:04:53.092Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-22T20:04:53.373Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-22T20:04:53.373Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-22T20:04:53.373Z] ---> 24f65246445b [2021-03-22T20:04:53.373Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-22T20:04:53.373Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-22T20:04:53.373Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-22T20:04:53.373Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-22T20:04:53.373Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-22T20:04:53.373Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-22T20:04:53.373Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-22T20:04:53.373Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-22T20:04:53.373Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-22T20:04:53.373Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-22T20:04:53.373Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-22T20:04:53.652Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-22T20:04:53.652Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-22T20:04:53.652Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-22T20:04:53.652Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T20:04:53.652Z] OK: 71 MiB in 55 packages [2021-03-22T20:04:54.254Z] ---> 9f9bd98f54de [2021-03-22T20:04:54.254Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-22T20:04:54.531Z] ---> Running in 5ceafc2b6b1b [2021-03-22T20:04:54.806Z] Removing intermediate container 5ceafc2b6b1b [2021-03-22T20:04:54.806Z] ---> 556e4758c0e3 [2021-03-22T20:04:54.806Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T20:04:55.082Z] ---> Running in 2eb4761b2cba [2021-03-22T20:04:56.063Z] Removing intermediate container 2eb4761b2cba [2021-03-22T20:04:56.063Z] ---> bdaae14b684a [2021-03-22T20:04:56.063Z] Step 21/23 : LABEL arch=arm64 [2021-03-22T20:04:56.063Z] ---> Running in 7bcd65243b2a [2021-03-22T20:04:56.659Z] Removing intermediate container 7bcd65243b2a [2021-03-22T20:04:56.659Z] ---> 26a3f9198f2e [2021-03-22T20:04:56.659Z] Step 22/23 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad [2021-03-22T20:04:56.935Z] ---> Running in b18ff106e344 [2021-03-22T20:04:57.531Z] Removing intermediate container b18ff106e344 [2021-03-22T20:04:57.531Z] ---> 86a981d3c643 [2021-03-22T20:04:57.531Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T20:04:57.804Z] ---> Running in 5acdd055c42e [2021-03-22T20:04:58.400Z] Removing intermediate container 5acdd055c42e [2021-03-22T20:04:58.400Z] ---> 0e5e03ece006 [2021-03-22T20:04:58.400Z] [2021-03-22T20:04:58.672Z] Successfully built 0e5e03ece006 [2021-03-22T20:04:58.672Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-22T20:04:59.656Z]  Building docker-core-data-go ... done Removing intermediate container ab504feae332 [2021-03-22T20:04:59.656Z] ---> 600c826b96f0 [2021-03-22T20:04:59.656Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-22T20:04:59.656Z] ---> Running in 6fbc69d72c16 [2021-03-22T20:05:05.048Z] Collecting docker-compose==1.23.2 [2021-03-22T20:05:05.048Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-22T20:05:05.637Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-22T20:05:05.637Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-22T20:05:06.225Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-22T20:05:06.495Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-22T20:05:06.765Z] Collecting docopt<0.7,>=0.6.1 [2021-03-22T20:05:06.765Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-22T20:05:09.360Z] Collecting PyYAML<4,>=3.10 [2021-03-22T20:05:09.360Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-22T20:05:11.960Z] Collecting cached-property<2,>=1.2.0 [2021-03-22T20:05:11.960Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-22T20:05:12.230Z] Collecting texttable<0.10,>=0.9.0 [2021-03-22T20:05:12.230Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-22T20:05:14.189Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-22T20:05:14.189Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-22T20:05:16.159Z] 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-22T20:05:16.430Z] Collecting docker<4.0,>=3.6.0 [2021-03-22T20:05:16.430Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-22T20:05:17.019Z] Collecting jsonschema<3,>=2.5.1 [2021-03-22T20:05:17.019Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-22T20:05:17.289Z] 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-22T20:05:17.880Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-22T20:05:17.880Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-22T20:05:18.150Z] Collecting idna<2.8,>=2.5 [2021-03-22T20:05:18.150Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-22T20:05:18.150Z] 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-22T20:05:18.420Z] Collecting docker-pycreds>=0.4.0 [2021-03-22T20:05:18.420Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-22T20:05:18.420Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-22T20:05:18.420Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-22T20:05:18.420Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-22T20:05:18.420Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-22T20:05:19.388Z] Installing collected packages: urllib3, idna, requests, websocket-client, docopt, PyYAML, cached-property, texttable, dockerpty, docker-pycreds, docker, jsonschema, docker-compose [2021-03-22T20:05:19.388Z] Attempting uninstall: urllib3 [2021-03-22T20:05:19.388Z] Found existing installation: urllib3 1.25.9 [2021-03-22T20:05:19.388Z] Uninstalling urllib3-1.25.9: [2021-03-22T20:05:19.388Z] Successfully uninstalled urllib3-1.25.9 [2021-03-22T20:05:19.979Z] Attempting uninstall: idna [2021-03-22T20:05:19.979Z] Found existing installation: idna 2.9 [2021-03-22T20:05:19.979Z] Uninstalling idna-2.9: [2021-03-22T20:05:20.251Z] Successfully uninstalled idna-2.9 [2021-03-22T20:05:20.838Z] Attempting uninstall: requests [2021-03-22T20:05:20.838Z] Found existing installation: requests 2.23.0 [2021-03-22T20:05:20.838Z] Uninstalling requests-2.23.0: [2021-03-22T20:05:20.838Z] Successfully uninstalled requests-2.23.0 [2021-03-22T20:05:21.433Z] Running setup.py install for docopt: started [2021-03-22T20:05:23.390Z] Running setup.py install for docopt: finished with status 'done' [2021-03-22T20:05:23.390Z] Running setup.py install for PyYAML: started [2021-03-22T20:05:25.349Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-22T20:05:25.349Z] Running setup.py install for texttable: started [2021-03-22T20:05:27.313Z] Running setup.py install for texttable: finished with status 'done' [2021-03-22T20:05:27.313Z] Running setup.py install for dockerpty: started [2021-03-22T20:05:28.737Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-22T20:05:30.701Z] 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-22T20:05:34.981Z] Removing intermediate container 6fbc69d72c16 [2021-03-22T20:05:34.981Z] ---> fd25719fb65a [2021-03-22T20:05:34.981Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-22T20:05:34.981Z] ---> Running in 7bc3ebaa747d [2021-03-22T20:05:35.958Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T20:05:35.958Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T20:05:36.548Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T20:05:36.548Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-22T20:05:36.548Z] (3/3) Installing curl (7.69.1-r3) [2021-03-22T20:05:36.549Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T20:05:36.549Z] OK: 72 MiB in 58 packages [2021-03-22T20:05:37.978Z] Removing intermediate container 7bc3ebaa747d [2021-03-22T20:05:37.978Z] ---> 39a2e62e36e2 [2021-03-22T20:05:37.978Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-22T20:05:37.978Z] ---> Running in 3e1ee8819b66 [2021-03-22T20:05:38.575Z] Removing intermediate container 3e1ee8819b66 [2021-03-22T20:05:38.575Z] ---> ea5e5245766e [2021-03-22T20:05:38.575Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T20:05:38.575Z] ---> Running in d7e7a2bde3ff [2021-03-22T20:05:38.847Z] Removing intermediate container d7e7a2bde3ff [2021-03-22T20:05:38.847Z] ---> 0f7805b9832c [2021-03-22T20:05:38.847Z] Step 24/26 : LABEL arch=arm64 [2021-03-22T20:05:39.119Z] ---> Running in 12f57aff8a20 [2021-03-22T20:05:39.713Z] Removing intermediate container 12f57aff8a20 [2021-03-22T20:05:39.713Z] ---> 5390cf3546a6 [2021-03-22T20:05:39.713Z] Step 25/26 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad [2021-03-22T20:05:39.713Z] ---> Running in b392829a2f54 [2021-03-22T20:05:40.305Z] Removing intermediate container b392829a2f54 [2021-03-22T20:05:40.305Z] ---> ddba088713c0 [2021-03-22T20:05:40.305Z] Step 26/26 : LABEL version=0.0.0 [2021-03-22T20:05:40.305Z] ---> Running in 97fb73c7af58 [2021-03-22T20:05:40.896Z] Removing intermediate container 97fb73c7af58 [2021-03-22T20:05:40.896Z] ---> 23a584371e41 [2021-03-22T20:05:40.896Z] [2021-03-22T20:05:41.166Z] Successfully built 23a584371e41 [2021-03-22T20:05:41.166Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-22T20:05:41.454Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-22T20:05:41.329Z] $ docker stop --time=1 67c00372f9bbce796d456093823ca2f60a5bf5adfb3359f0a5a49f9b98cdf31e [2021-03-22T20:05:43.291Z] $ docker rm -f 67c00372f9bbce796d456093823ca2f60a5bf5adfb3359f0a5a49f9b98cdf31e [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-22T20:05:44.166Z] + grep docker [2021-03-22T20:05:44.166Z] + docker images [2021-03-22T20:05:44.437Z] docker-sys-mgmt-agent-go-arm64 latest 23a584371e41 4 seconds ago 300MB [2021-03-22T20:05:44.437Z] docker-core-data-go-arm64 latest 0e5e03ece006 47 seconds ago 21.3MB [2021-03-22T20:05:44.437Z] docker-core-metadata-go-arm64 latest 6e80cae9728d About a minute ago 17.9MB [2021-03-22T20:05:44.437Z] docker-security-proxy-setup-go-arm64 latest f1737fe80752 About a minute ago 23.4MB [2021-03-22T20:05:44.437Z] docker-security-bootstrapper-go-arm64 latest efefbb42e2a0 4 minutes ago 17.8MB [2021-03-22T20:05:44.437Z] docker-support-notifications-go-arm64 latest 69ec0c8ee141 4 minutes ago 16.9MB [2021-03-22T20:05:44.437Z] docker-security-secretstore-setup-go-arm64 latest 2a76f1d7b9c9 4 minutes ago 23.7MB [2021-03-22T20:05:44.437Z] docker-support-scheduler-go-arm64 latest c68e3ebde3b7 4 minutes ago 16.3MB [2021-03-22T20:05:44.437Z] docker-core-command-go-arm64 latest bcb0c712b45a 4 minutes ago 16.4MB [2021-03-22T20:05:44.437Z] 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-22T20:05:45.631Z] ---> job-cost.sh [2021-03-22T20:05:45.631Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-4W1Q [2021-03-22T20:06:24.648Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-22T20:08:01.421Z] lf-activate-venv(): INFO: Adding /tmp/venv-4W1Q/bin to PATH [2021-03-22T20:08:01.421Z] INFO: No Stack... [2021-03-22T20:08:01.421Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-22T20:08:01.421Z] INFO: Archiving Costs [Pipeline] sh [2021-03-22T20:08:01.753Z] + cat /w/workspace/edgex-go/6/archives/cost.csv [2021-03-22T20:08:01.754Z] + cut -d, -f6 [Pipeline] lock [2021-03-22T20:08:01.860Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3269-6-stack-cost] [2021-03-22T20:08:01.869Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3269-6-stack-cost] did not exist. Created. [2021-03-22T20:08:01.870Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3269-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-22T20:08:02.302Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-22T20:08:02.619Z] Stashed 1 file(s) [Pipeline] } [2021-03-22T20:08:02.628Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3269-6-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-22T20:08:04.513Z] provisioning config files... [2021-03-22T20:08:04.527Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config1379127127640536471tmp [Pipeline] { [Pipeline] sh [2021-03-22T20:08:04.939Z] + set +x [2021-03-22T20:08:04.940Z] + curl -s https://codecov.io/bash [2021-03-22T20:08:04.940Z] + bash -s -- [2021-03-22T20:08:05.513Z] [2021-03-22T20:08:05.513Z] _____ _ [2021-03-22T20:08:05.513Z] / ____| | | [2021-03-22T20:08:05.513Z] | | ___ __| | ___ ___ _____ __ [2021-03-22T20:08:05.513Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-22T20:08:05.513Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-22T20:08:05.513Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-22T20:08:05.513Z] Bash-20210309-2b87ace [2021-03-22T20:08:05.513Z] [2021-03-22T20:08:05.513Z] [2021-03-22T20:08:05.513Z] ==> git version 2.24.3 found [2021-03-22T20:08:05.513Z] ==> 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-22T20:08:05.513Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-22T20:08:05.513Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-22T20:08:05.513Z] ==> Jenkins CI detected. [2021-03-22T20:08:05.513Z] project root: . [2021-03-22T20:08:05.513Z] --> token set from env [2021-03-22T20:08:05.513Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-22T20:08:05.513Z] ==> Running gcov in . (disable via -X gcov) [2021-03-22T20:08:05.513Z] ==> Python coveragepy not found [2021-03-22T20:08:05.513Z] ==> Searching for coverage reports in: [2021-03-22T20:08:05.513Z] + . [2021-03-22T20:08:05.513Z] -> Found 1 reports [2021-03-22T20:08:05.514Z] ==> Detecting git/mercurial file structure [2021-03-22T20:08:05.514Z] ==> Reading reports [2021-03-22T20:08:05.775Z] + ./coverage.out bytes=659965 [2021-03-22T20:08:05.775Z] ==> Appending adjustments [2021-03-22T20:08:05.775Z] https://docs.codecov.io/docs/fixing-reports [2021-03-22T20:08:09.088Z] + Found adjustments [2021-03-22T20:08:09.088Z] ==> Gzipping contents [2021-03-22T20:08:09.088Z] 96K /tmp/codecov.Og71eV.gz [2021-03-22T20:08:09.088Z] ==> Uploading reports [2021-03-22T20:08:09.088Z] url: https://codecov.io [2021-03-22T20:08:09.088Z] query: branch=PR-3269&commit=ca07e100999dc5c116f7ac63d0363044f02ddcad&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3269%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3269&job=&cmd_args= [2021-03-22T20:08:09.088Z] -> Pinging Codecov [2021-03-22T20:08:09.088Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3269&commit=ca07e100999dc5c116f7ac63d0363044f02ddcad&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3269%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3269&job=&cmd_args= [2021-03-22T20:08:09.668Z] -> Uploading to [2021-03-22T20:08:09.668Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-22/00271124DB129430A58F1EEE437C3FCB/ca07e100999dc5c116f7ac63d0363044f02ddcad/80213ae0-a920-4464-93b0-36c4d0a90275.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210322%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210322T200809Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3534f1df59902574d4dcac6a415322b096f4feb5701798e3340c1e37a76965c9 [2021-03-22T20:08:09.668Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-22T20:08:09.668Z] Dload Upload Total Spent Left Speed [2021-03-22T20:08:10.245Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 95967 0 0 100 95967 0 175k --:--:-- --:--:-- --:--:-- 176k [2021-03-22T20:08:10.245Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/ca07e100999dc5c116f7ac63d0363044f02ddcad [Pipeline] } [2021-03-22T20:08:10.255Z] 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-22T20:08:12.501Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T20:08:13.392Z] ---> package-listing.sh [2021-03-22T20:08:13.392Z] ++ facter osfamily [2021-03-22T20:08:13.392Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-22T20:08:13.392Z] + OS_FAMILY=redhat [2021-03-22T20:08:13.392Z] + workspace=/w/workspace/edgex-go/6 [2021-03-22T20:08:13.392Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-22T20:08:13.392Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-22T20:08:13.392Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-22T20:08:13.392Z] + PACKAGES=/tmp/packages_start.txt [2021-03-22T20:08:13.392Z] + '[' /w/workspace/edgex-go/6 ']' [2021-03-22T20:08:13.392Z] + PACKAGES=/tmp/packages_end.txt [2021-03-22T20:08:13.392Z] + case "${OS_FAMILY}" in [2021-03-22T20:08:13.392Z] + rpm -qa [2021-03-22T20:08:13.392Z] + sort [2021-03-22T20:08:18.706Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-22T20:08:18.706Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-22T20:08:18.706Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-22T20:08:18.706Z] + '[' /w/workspace/edgex-go/6 ']' [2021-03-22T20:08:18.706Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2021-03-22T20:08:18.706Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2021-03-22T20:08:18.719Z] 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-22T20:08:19.009Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-22T20:08:19.328Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-22T20:08:19.328Z] [2021-03-22T20:08:19.328Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-22T20:08:19.701Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-22T20:08:19.701Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-22T20:08:19.701Z] df20fa9351a1: Pulling fs layer [2021-03-22T20:08:19.701Z] 36b3adc4ff6f: Pulling fs layer [2021-03-22T20:08:19.701Z] 8ad3a11d3b57: Pulling fs layer [2021-03-22T20:08:19.701Z] 46f8f816bc3b: Pulling fs layer [2021-03-22T20:08:19.701Z] 93b61091891f: Pulling fs layer [2021-03-22T20:08:19.701Z] 93b9cdb0e59b: Pulling fs layer [2021-03-22T20:08:19.701Z] 5e14af77c1be: Pulling fs layer [2021-03-22T20:08:19.701Z] 01666e4c0597: Pulling fs layer [2021-03-22T20:08:19.701Z] aa168da1d23b: Pulling fs layer [2021-03-22T20:08:19.701Z] 46f8f816bc3b: Waiting [2021-03-22T20:08:19.701Z] 93b61091891f: Waiting [2021-03-22T20:08:19.701Z] 93b9cdb0e59b: Waiting [2021-03-22T20:08:19.701Z] 5e14af77c1be: Waiting [2021-03-22T20:08:19.701Z] 01666e4c0597: Waiting [2021-03-22T20:08:19.701Z] aa168da1d23b: Waiting [2021-03-22T20:08:19.701Z] 36b3adc4ff6f: Verifying Checksum [2021-03-22T20:08:19.701Z] 36b3adc4ff6f: Download complete [2021-03-22T20:08:19.965Z] 46f8f816bc3b: Verifying Checksum [2021-03-22T20:08:19.966Z] 46f8f816bc3b: Download complete [2021-03-22T20:08:19.966Z] df20fa9351a1: Verifying Checksum [2021-03-22T20:08:19.966Z] df20fa9351a1: Download complete [2021-03-22T20:08:19.966Z] 93b9cdb0e59b: Download complete [2021-03-22T20:08:19.966Z] 5e14af77c1be: Download complete [2021-03-22T20:08:19.966Z] 93b61091891f: Download complete [2021-03-22T20:08:19.966Z] 01666e4c0597: Verifying Checksum [2021-03-22T20:08:19.966Z] 01666e4c0597: Download complete [2021-03-22T20:08:20.229Z] df20fa9351a1: Pull complete [2021-03-22T20:08:20.807Z] 8ad3a11d3b57: Verifying Checksum [2021-03-22T20:08:20.807Z] 8ad3a11d3b57: Download complete [2021-03-22T20:08:20.807Z] 36b3adc4ff6f: Pull complete [2021-03-22T20:08:21.777Z] 8ad3a11d3b57: Pull complete [2021-03-22T20:08:21.777Z] 46f8f816bc3b: Pull complete [2021-03-22T20:08:22.726Z] aa168da1d23b: Verifying Checksum [2021-03-22T20:08:22.726Z] aa168da1d23b: Download complete [2021-03-22T20:08:25.292Z] 93b61091891f: Pull complete [2021-03-22T20:08:25.292Z] 93b9cdb0e59b: Pull complete [2021-03-22T20:08:25.292Z] 5e14af77c1be: Pull complete [2021-03-22T20:08:25.292Z] 01666e4c0597: Pull complete [2021-03-22T20:08:33.550Z] aa168da1d23b: Pull complete [2021-03-22T20:08:33.550Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-22T20:08:33.550Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-22T20:08:33.550Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-22T20:08:33.763Z] prd-centos7-docker-4c-2g-30913 does not seem to be running inside a container [2021-03-22T20:08:33.817Z] $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-22T20:08:37.873Z] $ docker top c1c719a54f029dd841281dd30d8946600c295eb6806d9edccb97854729f31e52 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T20:08:38.493Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-22T20:08:38.794Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-22T20:08:39.095Z] + ls /var/log/sa-host [2021-03-22T20:08:39.095Z] + sadf -c /var/log/sa-host/sa22 [2021-03-22T20:08:39.095Z] file_magic: OK [2021-03-22T20:08:39.095Z] HZ: Using current value: 100 [2021-03-22T20:08:39.095Z] file_header: OK [2021-03-22T20:08:39.095Z] 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-22T20:08:39.095Z] Statistics: [2021-03-22T20:08:39.095Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-22T20:08:39.095Z] File successfully converted to sysstat format version 12.2.1 [2021-03-22T20:08:39.095Z] + sadf -c /var/log/sa-host/sa23 [2021-03-22T20:08:39.095Z] file_magic: OK [2021-03-22T20:08:39.095Z] HZ: Using current value: 100 [2021-03-22T20:08:39.095Z] file_header: OK [2021-03-22T20:08:39.095Z] 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-22T20:08:39.095Z] Statistics: [2021-03-22T20:08:39.095Z] Hnuu...uuuununununu... [2021-03-22T20:08:39.095Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-22T20:08:39.717Z] provisioning config files... [2021-03-22T20:08:39.746Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config7197305589847656354tmp [Pipeline] { [Pipeline] echo [2021-03-22T20:08:39.863Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T20:08:40.215Z] ---> create-netrc.sh [Pipeline] } [2021-03-22T20:08:40.224Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-22T20:08:40.342Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T20:08:40.639Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-22T20:08:40.650Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T20:08:40.951Z] ---> sudo-logs.sh [2021-03-22T20:08:40.951Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-22T20:08:41.076Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T20:08:41.376Z] ---> job-cost.sh [2021-03-22T20:08:41.376Z] lf-activate-venv: SKIPPING [2021-03-22T20:08:41.376Z] DEBUG: total: 0.20999999344348907 [2021-03-22T20:08:41.376Z] INFO: Retrieving Stack Cost... [2021-03-22T20:08:42.325Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-22T20:08:42.899Z] INFO: Archiving Costs [Pipeline] echo [2021-03-22T20:08:42.913Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T20:08:43.211Z] ---> logs-deploy.sh [2021-03-22T20:08:43.211Z] lf-activate-venv: SKIPPING [2021-03-22T20:08:43.211Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3269/6 [2021-03-22T20:08:43.212Z] INFO: archiving workspace using pattern(s): [2021-03-22T20:08:44.605Z] Archives upload complete. [2021-03-22T20:08:44.605Z] INFO: archiving logs to Nexus