Pull request #3310 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at ebfae9bf1c69030f223d824c55fa5330fb79db8d rather than f7874aaa5e3f3f2678b784769ae0682e73f1e3af Obtained Jenkinsfile from ebfae9bf1c69030f223d824c55fa5330fb79db8d 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-31715 in /w/workspace/edgexfoundry_edgex-go_PR-3310 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit ebfae9bf1c69030f223d824c55fa5330fb79db8d into PR head commit f7874aaa5e3f3f2678b784769ae0682e73f1e3af > 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/3310/head:refs/remotes/origin/PR-3310 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f7874aaa5e3f3f2678b784769ae0682e73f1e3af # timeout=10 Merge succeeded, producing f7874aaa5e3f3f2678b784769ae0682e73f1e3af Checking out Revision f7874aaa5e3f3f2678b784769ae0682e73f1e3af (PR-3310) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge ebfae9bf1c69030f223d824c55fa5330fb79db8d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f7874aaa5e3f3f2678b784769ae0682e73f1e3af # timeout=10 Commit message: "fix(notifications): Return 200 status code when successful to delete subscription" > git rev-list --no-walk ed35f810fdf4fb5665bf7a633fa89dd21692ff43 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-29T08:19:23.145Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-29T08:19:23.401Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-29T08:19:23.507Z] ========================================================= [2021-03-29T08:19:23.507Z] EdgeX Global Pipelines Version Info [2021-03-29T08:19:23.507Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-29T08:19:24.962Z] ------------------- [2021-03-29T08:19:24.962Z] stable info: [2021-03-29T08:19:24.962Z] ------------------- [2021-03-29T08:19:24.962Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-29T08:19:24.962Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-29T08:19:24.962Z] Message: update stable to v1.0.186 [2021-03-29T08:19:25.912Z] ------------------- [2021-03-29T08:19:25.912Z] experimental info: [2021-03-29T08:19:25.912Z] ------------------- [2021-03-29T08:19:25.912Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-29T08:19:25.912Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-29T08:19:25.912Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-29T08:19:26.163Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-29T08:19:26.260Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-29T08:19:26.349Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-29T08:19:26.436Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-29T08:19:26.522Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-29T08:19:26.613Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-29T08:19:26.729Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-29T08:19:26.822Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-29T08:19:26.941Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-29T08:19:27.034Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-29T08:19:27.120Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-29T08:19:27.205Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-29T08:19:27.291Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-29T08:19:27.405Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-29T08:19:27.490Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T08:19:27.572Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T08:19:27.652Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-29T08:19:27.732Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-29T08:19:27.814Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-29T08:19:27.906Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-29T08:19:27.991Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-29T08:19:28.076Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-29T08:19:28.160Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3310 [Pipeline] echo [2021-03-29T08:19:28.241Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3310 [Pipeline] echo [2021-03-29T08:19:28.323Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3310 [Pipeline] echo [2021-03-29T08:19:28.402Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f7874aaa5e3f3f2678b784769ae0682e73f1e3af [Pipeline] echo [2021-03-29T08:19:28.500Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f7874aa [Pipeline] echo [2021-03-29T08:19:28.597Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T08:19:28.762Z] provisioning config files... [2021-03-29T08:19:28.791Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4232026151951873137tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T08:19:29.146Z] ---> docker-login.sh [2021-03-29T08:19:29.146Z] nexus3.edgexfoundry.org:10001 [2021-03-29T08:19:29.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T08:19:29.676Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T08:19:29.676Z] Configure a credential helper to remove this warning. See [2021-03-29T08:19:29.676Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T08:19:29.676Z] [2021-03-29T08:19:29.676Z] Login Succeeded [2021-03-29T08:19:29.676Z] nexus3.edgexfoundry.org:10002 [2021-03-29T08:19:29.676Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T08:19:29.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T08:19:29.941Z] Configure a credential helper to remove this warning. See [2021-03-29T08:19:29.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T08:19:29.941Z] [2021-03-29T08:19:29.941Z] Login Succeeded [2021-03-29T08:19:29.941Z] nexus3.edgexfoundry.org:10003 [2021-03-29T08:19:29.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T08:19:29.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T08:19:29.941Z] Configure a credential helper to remove this warning. See [2021-03-29T08:19:29.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T08:19:29.941Z] [2021-03-29T08:19:29.941Z] Login Succeeded [2021-03-29T08:19:29.941Z] nexus3.edgexfoundry.org:10004 [2021-03-29T08:19:30.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T08:19:30.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T08:19:30.205Z] Configure a credential helper to remove this warning. See [2021-03-29T08:19:30.205Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T08:19:30.205Z] [2021-03-29T08:19:30.205Z] Login Succeeded [2021-03-29T08:19:30.205Z] docker.io [2021-03-29T08:19:30.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T08:19:30.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T08:19:30.741Z] Configure a credential helper to remove this warning. See [2021-03-29T08:19:30.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T08:19:30.741Z] [2021-03-29T08:19:30.741Z] Login Succeeded [2021-03-29T08:19:30.741Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T08:19:30.753Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T08:19:31.247Z] ++ 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-29T08:19:31.247Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T08:19:31.247Z] ++ dirname cmd/core-command/Dockerfile [2021-03-29T08:19:31.247Z] ++ cut -d/ -f2 [2021-03-29T08:19:31.247Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-29T08:19:31.247Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T08:19:31.247Z] ++ dirname cmd/core-data/Dockerfile [2021-03-29T08:19:31.247Z] ++ cut -d/ -f2 [2021-03-29T08:19:31.247Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-29T08:19:31.247Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T08:19:31.247Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-29T08:19:31.247Z] ++ cut -d/ -f2 [2021-03-29T08:19:31.247Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-29T08:19:31.247Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T08:19:31.247Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-29T08:19:31.247Z] ++ cut -d/ -f2 [2021-03-29T08:19:31.247Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-29T08:19:31.247Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T08:19:31.247Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-29T08:19:31.247Z] ++ cut -d/ -f2 [2021-03-29T08:19:31.247Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-29T08:19:31.247Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T08:19:31.247Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-29T08:19:31.247Z] ++ cut -d/ -f2 [2021-03-29T08:19:31.247Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-29T08:19:31.247Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T08:19:31.247Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-29T08:19:31.247Z] ++ cut -d/ -f2 [2021-03-29T08:19:31.247Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-29T08:19:31.247Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T08:19:31.247Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-29T08:19:31.247Z] ++ cut -d/ -f2 [2021-03-29T08:19:31.247Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-29T08:19:31.247Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T08:19:31.247Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-29T08:19:31.247Z] ++ cut -d/ -f2 [2021-03-29T08:19:31.247Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-29T08:19:31.336Z] 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-29T08:19:32.159Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T08:19:32.160Z] [2021-03-29T08:19:32.160Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T08:19:32.534Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T08:19:32.534Z] latest: Pulling from edgex-devops/git-semver [2021-03-29T08:19:32.534Z] 31603596830f: Pulling fs layer [2021-03-29T08:19:32.534Z] 2a8b12db71e7: Pulling fs layer [2021-03-29T08:19:32.534Z] 6ca5941a6612: Pulling fs layer [2021-03-29T08:19:32.534Z] ecc8261a40a4: Pulling fs layer [2021-03-29T08:19:32.534Z] ecc8261a40a4: Waiting [2021-03-29T08:19:32.534Z] 2a8b12db71e7: Verifying Checksum [2021-03-29T08:19:32.534Z] 2a8b12db71e7: Download complete [2021-03-29T08:19:32.815Z] 31603596830f: Verifying Checksum [2021-03-29T08:19:32.815Z] 31603596830f: Download complete [2021-03-29T08:19:32.815Z] 6ca5941a6612: Verifying Checksum [2021-03-29T08:19:32.815Z] 6ca5941a6612: Download complete [2021-03-29T08:19:32.815Z] ecc8261a40a4: Verifying Checksum [2021-03-29T08:19:32.815Z] ecc8261a40a4: Download complete [2021-03-29T08:19:33.081Z] 31603596830f: Pull complete [2021-03-29T08:19:33.081Z] 2a8b12db71e7: Pull complete [2021-03-29T08:19:34.034Z] 6ca5941a6612: Pull complete [2021-03-29T08:19:34.298Z] ecc8261a40a4: Pull complete [2021-03-29T08:19:34.298Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-29T08:19:34.298Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T08:19:34.298Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-29T08:19:34.414Z] prd-centos7-docker-4c-2g-31715 does not seem to be running inside a container [2021-03-29T08:19:34.479Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-29T08:19:37.128Z] $ docker top c8d75834bdd36323a4d7bb5d020dfac4ea9d5ed91e29f33beec10df79b8b190e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T08:19:37.420Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T08:19:37.420Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T08:19:37.644Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T08:19:37.650Z] $ docker exec c8d75834bdd36323a4d7bb5d020dfac4ea9d5ed91e29f33beec10df79b8b190e ssh-agent [2021-03-29T08:19:37.819Z] SSH_AUTH_SOCK=/tmp/ssh-mQB3ZC7bUyzI/agent.13 [2021-03-29T08:19:37.819Z] SSH_AGENT_PID=18 [2021-03-29T08:19:37.831Z] Running ssh-add (command line suppressed) [2021-03-29T08:19:37.961Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_9207030002476362978.key (/w/workspace/edgex-go/3@tmp/private_key_9207030002476362978.key) [2021-03-29T08:19:38.015Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T08:19:38.358Z] + git tag --points-at HEAD [Pipeline] } [2021-03-29T08:19:38.386Z] $ docker exec --env ******** --env ******** c8d75834bdd36323a4d7bb5d020dfac4ea9d5ed91e29f33beec10df79b8b190e ssh-agent -k [2021-03-29T08:19:38.499Z] unset SSH_AUTH_SOCK; [2021-03-29T08:19:38.499Z] unset SSH_AGENT_PID; [2021-03-29T08:19:38.499Z] echo Agent pid 18 killed; [2021-03-29T08:19:38.549Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-29T08:19:38.689Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T08:19:38.689Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T08:19:38.861Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T08:19:38.867Z] $ docker exec c8d75834bdd36323a4d7bb5d020dfac4ea9d5ed91e29f33beec10df79b8b190e ssh-agent [2021-03-29T08:19:39.027Z] SSH_AUTH_SOCK=/tmp/ssh-L5qJfplhcT2G/agent.47 [2021-03-29T08:19:39.027Z] SSH_AGENT_PID=53 [2021-03-29T08:19:39.034Z] Running ssh-add (command line suppressed) [2021-03-29T08:19:39.167Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_7268950203432257367.key (/w/workspace/edgex-go/3@tmp/private_key_7268950203432257367.key) [2021-03-29T08:19:39.223Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T08:19:39.560Z] + git semver init [2021-03-29T08:19:39.560Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T08:19:39.560Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-03-29T08:19:39.560Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-03-29T08:19:39.560Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T08:19:39.560Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T08:19:39.560Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T08:19:39.560Z] # $SEMVER_BRANCH = PR-3310 [2021-03-29T08:19:39.560Z] # $SEMVER_TEMP = /tmp/semver-241048284 [2021-03-29T08:19:39.560Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-29T08:20:11.806Z] # '/tmp/semver-241048284' -> '/w/workspace/edgex-go/3/.semver' [2021-03-29T08:20:11.806Z] # -> Force: false [2021-03-29T08:20:11.806Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-03-29T08:20:11.826Z] $ docker exec --env ******** --env ******** c8d75834bdd36323a4d7bb5d020dfac4ea9d5ed91e29f33beec10df79b8b190e ssh-agent -k [2021-03-29T08:20:12.153Z] unset SSH_AUTH_SOCK; [2021-03-29T08:20:12.154Z] unset SSH_AGENT_PID; [2021-03-29T08:20:12.154Z] echo Agent pid 53 killed; [2021-03-29T08:20:12.263Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T08:20:12.751Z] + git semver [Pipeline] } [2021-03-29T08:20:12.777Z] $ docker stop --time=1 c8d75834bdd36323a4d7bb5d020dfac4ea9d5ed91e29f33beec10df79b8b190e [2021-03-29T08:20:14.363Z] $ docker rm -f c8d75834bdd36323a4d7bb5d020dfac4ea9d5ed91e29f33beec10df79b8b190e [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T08:20:14.903Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-29T08:20:15.461Z] Stashed 1 file(s) [Pipeline] echo [2021-03-29T08:20:15.464Z] [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-29T08:20:16.423Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-29T08:20:16.837Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T08:20:17.137Z] + sudo service docker restart [2021-03-29T08:20:17.137Z] + true [2021-03-29T08:20:17.137Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-29T08:20:17.729Z] ========================================================= [2021-03-29T08:20:17.729Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-29T08:20:17.729Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T08:20:18.071Z] + 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-29T08:20:22.312Z] Sending build context to Docker daemon 329MB [2021-03-29T08:20:22.312Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T08:20:22.312Z] Step 2/6 : FROM ${BASE} [2021-03-29T08:20:22.312Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-29T08:20:22.312Z] 188c0c94c7c5: Pulling fs layer [2021-03-29T08:20:22.312Z] 0ef7d3d256c8: Pulling fs layer [2021-03-29T08:20:22.312Z] de9db76c5a1d: Pulling fs layer [2021-03-29T08:20:22.312Z] bca2f99d35d6: Pulling fs layer [2021-03-29T08:20:22.312Z] 93359f2a8cfa: Pulling fs layer [2021-03-29T08:20:22.312Z] 7c6f9722023f: Pulling fs layer [2021-03-29T08:20:22.312Z] a35cf1a2eb13: Pulling fs layer [2021-03-29T08:20:22.312Z] 93359f2a8cfa: Waiting [2021-03-29T08:20:22.312Z] bca2f99d35d6: Waiting [2021-03-29T08:20:22.312Z] 7c6f9722023f: Waiting [2021-03-29T08:20:22.312Z] a35cf1a2eb13: Waiting [2021-03-29T08:20:22.312Z] 0ef7d3d256c8: Download complete [2021-03-29T08:20:22.312Z] de9db76c5a1d: Verifying Checksum [2021-03-29T08:20:22.312Z] de9db76c5a1d: Download complete [2021-03-29T08:20:22.312Z] 93359f2a8cfa: Download complete [2021-03-29T08:20:22.312Z] 7c6f9722023f: Verifying Checksum [2021-03-29T08:20:22.312Z] 7c6f9722023f: Download complete [2021-03-29T08:20:22.312Z] 188c0c94c7c5: Download complete [2021-03-29T08:20:22.580Z] 188c0c94c7c5: Pull complete [2021-03-29T08:20:22.844Z] 0ef7d3d256c8: Pull complete [2021-03-29T08:20:22.845Z] de9db76c5a1d: Pull complete [2021-03-29T08:20:24.248Z] a35cf1a2eb13: Verifying Checksum [2021-03-29T08:20:24.249Z] a35cf1a2eb13: Download complete [2021-03-29T08:20:25.219Z] bca2f99d35d6: Verifying Checksum [2021-03-29T08:20:25.219Z] bca2f99d35d6: Download complete [2021-03-29T08:20:30.883Z] Still waiting to schedule task [2021-03-29T08:20:30.883Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-29T08:20:31.872Z] bca2f99d35d6: Pull complete [2021-03-29T08:20:31.872Z] 93359f2a8cfa: Pull complete [2021-03-29T08:20:31.872Z] 7c6f9722023f: Pull complete [2021-03-29T08:20:35.198Z] a35cf1a2eb13: Pull complete [2021-03-29T08:20:35.463Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-29T08:20:35.463Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-29T08:20:35.463Z] ---> a62c8e92a672 [2021-03-29T08:20:35.463Z] 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-29T08:20:35.463Z] ---> Running in 6cce0e2ab441 [2021-03-29T08:20:36.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T08:20:36.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T08:20:37.568Z] (1/12) Installing libmagic (5.38-r0) [2021-03-29T08:20:37.831Z] (2/12) Installing file (5.38-r0) [2021-03-29T08:20:37.831Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-29T08:20:38.093Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-29T08:20:50.364Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-29T08:20:50.364Z] (6/12) Installing patch (2.7.6-r6) [2021-03-29T08:20:50.364Z] (7/12) Installing build-base (0.5-r2) [2021-03-29T08:20:50.364Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-29T08:20:50.364Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-29T08:20:50.364Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-29T08:20:50.364Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-29T08:20:50.364Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-29T08:20:50.364Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T08:20:50.364Z] OK: 233 MiB in 51 packages [2021-03-29T08:20:53.696Z] Removing intermediate container 6cce0e2ab441 [2021-03-29T08:20:53.696Z] ---> 21b774b9559e [2021-03-29T08:20:53.696Z] Step 4/6 : WORKDIR /edgex-go [2021-03-29T08:20:53.696Z] ---> Running in 781711edf02e [2021-03-29T08:20:53.960Z] Removing intermediate container 781711edf02e [2021-03-29T08:20:53.960Z] ---> 5f54c0eea349 [2021-03-29T08:20:53.960Z] Step 5/6 : COPY go.mod . [2021-03-29T08:20:54.225Z] ---> 80e959f6bf5e [2021-03-29T08:20:54.225Z] Step 6/6 : RUN go mod download [2021-03-29T08:20:54.225Z] ---> Running in 0438993a2187 [2021-03-29T08:21:20.891Z] Removing intermediate container 0438993a2187 [2021-03-29T08:21:20.891Z] ---> 12d923443336 [2021-03-29T08:21:20.891Z] Successfully built 12d923443336 [2021-03-29T08:21:20.891Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T08:21:21.215Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T08:21:21.215Z] . [Pipeline] withDockerContainer [2021-03-29T08:21:21.333Z] prd-centos7-docker-4c-2g-31715 does not seem to be running inside a container [2021-03-29T08:21:21.380Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-29T08:21:22.278Z] $ docker top 5de3682a490280935a503481d5d1914290b93b22cdda93e44c5539a18840d272 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T08:21:22.821Z] + go version [2021-03-29T08:21:22.821Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-29T08:21:22.837Z] $ docker stop --time=1 5de3682a490280935a503481d5d1914290b93b22cdda93e44c5539a18840d272 [2021-03-29T08:21:24.238Z] $ docker rm -f 5de3682a490280935a503481d5d1914290b93b22cdda93e44c5539a18840d272 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T08:21:25.137Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T08:21:25.137Z] . [Pipeline] withDockerContainer [2021-03-29T08:21:25.251Z] prd-centos7-docker-4c-2g-31715 does not seem to be running inside a container [2021-03-29T08:21:25.300Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-29T08:21:25.970Z] $ docker top 4a10d5c25e39975eced7c3ae6d54e1a56b2b3b59f9b140785a180593e815cafc -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-29T08:21:26.200Z] ========================================================= [2021-03-29T08:21:26.200Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-29T08:21:26.200Z] ========================================================= [Pipeline] sh [2021-03-29T08:21:26.499Z] + make test [2021-03-29T08:21:26.499Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-29T08:21:34.710Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-29T08:21:49.770Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-29T08:21:57.985Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-29T08:21:57.985Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-29T08:21:57.985Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-29T08:21:59.940Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-29T08:21:59.940Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-29T08:21:59.940Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-29T08:21:59.940Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-29T08:22:00.526Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-29T08:22:01.108Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-29T08:22:03.922Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-29T08:22:03.923Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-29T08:22:03.923Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-29T08:22:06.228Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.106s coverage: 45.9% of statements [2021-03-29T08:22:06.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-29T08:22:06.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-29T08:22:06.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-29T08:22:06.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-29T08:22:06.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-29T08:22:06.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-29T08:22:06.229Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.080s coverage: 19.8% of statements [2021-03-29T08:22:06.229Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.085s coverage: 100.0% of statements [2021-03-29T08:22:08.079Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31716 in /w/workspace/edgexfoundry_edgex-go_PR-3310 [Pipeline] { [Pipeline] ws [2021-03-29T08:22:08.137Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-03-29T08:22:08.831Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.196s coverage: 27.1% of statements [2021-03-29T08:22:08.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-29T08:22:08.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-29T08:22:08.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-29T08:22:08.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-29T08:22:08.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-29T08:22:08.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-29T08:22:08.831Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.045s coverage: 100.0% of statements [2021-03-29T08:22:08.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-29T08:22:08.831Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.036s coverage: 100.0% of statements [2021-03-29T08:22:08.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-29T08:22:08.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-29T08:22:08.831Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.106s coverage: 71.3% of statements [2021-03-29T08:22:08.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-29T08:22:08.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-29T08:22:09.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.191s coverage: 82.9% of statements [2021-03-29T08:22:09.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-29T08:22:09.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T08:22:09.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.096s coverage: 78.9% of statements [2021-03-29T08:22:09.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-29T08:22:12.407Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.344s coverage: 28.6% of statements [2021-03-29T08:22:12.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-29T08:22:12.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-29T08:22:12.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-29T08:22:12.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-29T08:22:12.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-29T08:22:12.407Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.068s coverage: 100.0% of statements [2021-03-29T08:22:12.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-29T08:22:12.407Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements [2021-03-29T08:22:12.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-29T08:22:12.407Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.116s coverage: 86.7% of statements [2021-03-29T08:22:12.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-29T08:22:12.407Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.131s coverage: 97.5% of statements [2021-03-29T08:22:12.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-29T08:22:12.407Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.073s coverage: 78.3% of statements [2021-03-29T08:22:12.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-29T08:22:12.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-29T08:22:12.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-29T08:22:12.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-29T08:22:13.514Z] using credential edgex-jenkins-ssh [2021-03-29T08:22:13.575Z] Cloning the remote Git repository [2021-03-29T08:22:13.651Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-29T08:22:13.757Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-29T08:22:13.847Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T08:22:13.848Z] > git --version # timeout=10 [2021-03-29T08:22:13.862Z] > git --version # 'git version 2.17.1' [2021-03-29T08:22:13.864Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T08:22:13.924Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T08:22:15.145Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.435s coverage: 92.8% of statements [2021-03-29T08:22:15.145Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-29T08:22:15.145Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T08:22:15.145Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-29T08:22:15.145Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-29T08:22:15.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-29T08:22:15.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-29T08:22:15.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-29T08:22:15.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-29T08:22:15.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-29T08:22:15.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-29T08:22:15.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-29T08:22:15.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-29T08:22:15.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-29T08:22:15.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-29T08:22:15.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-29T08:22:15.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-29T08:22:15.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-29T08:22:15.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-29T08:22:15.145Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-29T08:22:15.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-29T08:22:15.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-29T08:22:15.145Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.1% of statements [2021-03-29T08:22:15.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-29T08:22:15.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-29T08:22:15.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-29T08:22:15.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.042s coverage: 47.1% of statements [2021-03-29T08:22:15.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.055s coverage: 79.5% of statements [2021-03-29T08:22:15.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.045s coverage: 94.1% of statements [2021-03-29T08:22:15.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.044s coverage: 96.3% of statements [2021-03-29T08:22:15.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.030s coverage: 87.5% of statements [2021-03-29T08:22:27.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.051s coverage: 94.4% of statements [2021-03-29T08:22:27.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.037s coverage: 44.8% of statements [2021-03-29T08:22:29.995Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.220s coverage: 82.6% of statements [2021-03-29T08:22:30.079Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T08:22:30.102Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T08:22:30.132Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T08:22:30.214Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T08:22:30.215Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T08:22:30.229Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3310/head:refs/remotes/origin/PR-3310 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T08:22:31.150Z] Merging remotes/origin/master commit ebfae9bf1c69030f223d824c55fa5330fb79db8d into PR head commit f7874aaa5e3f3f2678b784769ae0682e73f1e3af [2021-03-29T08:22:31.597Z] Merge succeeded, producing f7874aaa5e3f3f2678b784769ae0682e73f1e3af [2021-03-29T08:22:31.597Z] Checking out Revision f7874aaa5e3f3f2678b784769ae0682e73f1e3af (PR-3310) [2021-03-29T08:22:31.175Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T08:22:31.193Z] > git checkout -f f7874aaa5e3f3f2678b784769ae0682e73f1e3af # timeout=10 [2021-03-29T08:22:31.514Z] > git remote # timeout=10 [2021-03-29T08:22:31.530Z] > git config --get remote.origin.url # timeout=10 [2021-03-29T08:22:31.547Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T08:22:31.557Z] > git merge ebfae9bf1c69030f223d824c55fa5330fb79db8d # timeout=10 [2021-03-29T08:22:31.582Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-29T08:22:31.608Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T08:22:31.626Z] > git checkout -f f7874aaa5e3f3f2678b784769ae0682e73f1e3af # timeout=10 [2021-03-29T08:22:36.040Z] Commit message: "fix(notifications): Return 200 status code when successful to delete subscription" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T08:22:37.614Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-29T08:22:38.088Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T08:22:38.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.068s coverage: 92.9% of statements [2021-03-29T08:22:38.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-29T08:22:38.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-29T08:22:38.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-29T08:22:38.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-29T08:22:38.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-29T08:22:38.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-29T08:22:38.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-29T08:22:38.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-29T08:22:38.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-29T08:22:38.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-03-29T08:22:38.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-29T08:22:38.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-29T08:22:38.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-29T08:22:38.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-29T08:22:38.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-03-29T08:22:38.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-29T08:22:38.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-29T08:22:38.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-03-29T08:22:38.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.047s coverage: 84.6% of statements [2021-03-29T08:22:38.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.092s coverage: 91.6% of statements [2021-03-29T08:22:38.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-29T08:22:38.245Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.195s coverage: 64.4% of statements [2021-03-29T08:22:38.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-29T08:22:38.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-29T08:22:38.245Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-03-29T08:22:38.245Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-03-29T08:22:38.245Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2021-03-29T08:22:38.245Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements [2021-03-29T08:22:38.245Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements [2021-03-29T08:22:38.245Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.324s coverage: 69.0% of statements [2021-03-29T08:22:38.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-29T08:22:38.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-29T08:22:38.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-29T08:22:38.245Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 38.4% of statements [2021-03-29T08:22:38.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-29T08:22:38.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-29T08:22:38.245Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.042s coverage: 89.5% of statements [2021-03-29T08:22:38.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-29T08:22:38.245Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.041s coverage: 84.8% of statements [2021-03-29T08:22:38.245Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.155s coverage: 47.0% of statements [2021-03-29T08:22:38.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-29T08:22:38.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-29T08:22:38.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-29T08:22:38.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-29T08:22:38.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-29T08:22:38.245Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-03-29T08:22:38.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-29T08:22:38.245Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.061s coverage: 100.0% of statements [2021-03-29T08:22:38.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-29T08:22:38.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-29T08:22:38.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-29T08:22:38.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-29T08:22:38.245Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.151s coverage: 87.1% of statements [2021-03-29T08:22:38.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-29T08:22:38.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T08:22:38.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-29T08:22:38.433Z] + sudo service docker restart [2021-03-29T08:22:38.433Z] + true [2021-03-29T08:22:38.517Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.737s coverage: 29.1% of statements [2021-03-29T08:22:38.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-29T08:22:38.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-29T08:22:38.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-29T08:22:38.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-29T08:22:38.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-29T08:22:38.517Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements [2021-03-29T08:22:38.518Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-29T08:22:38.518Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2021-03-29T08:22:38.518Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-29T08:22:38.518Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-29T08:22:38.518Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-29T08:22:38.518Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-29T08:22:39.489Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.102s coverage: 94.5% of statements [2021-03-29T08:22:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-29T08:22:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T08:22:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-29T08:22:39.489Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-03-29T08:22:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-29T08:22:39.489Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements [2021-03-29T08:22:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-29T08:22:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-29T08:22:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-29T08:22:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-29T08:22:39.489Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2021-03-29T08:22:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-29T08:22:39.489Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-29T08:22:39.489Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements [2021-03-29T08:22:39.760Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-03-29T08:22:40.022Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-29T08:22:40.285Z] GO111MODULE=on go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T08:22:40.526Z] provisioning config files... [2021-03-29T08:22:40.576Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6319454291820171672tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T08:22:41.011Z] ---> docker-login.sh [2021-03-29T08:22:41.011Z] nexus3.edgexfoundry.org:10001 [2021-03-29T08:22:42.002Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T08:22:42.275Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T08:22:42.275Z] Configure a credential helper to remove this warning. See [2021-03-29T08:22:42.275Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T08:22:42.275Z] [2021-03-29T08:22:42.275Z] Login Succeeded [2021-03-29T08:22:42.275Z] nexus3.edgexfoundry.org:10002 [2021-03-29T08:22:42.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T08:22:42.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T08:22:42.549Z] Configure a credential helper to remove this warning. See [2021-03-29T08:22:42.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T08:22:42.549Z] [2021-03-29T08:22:42.549Z] Login Succeeded [2021-03-29T08:22:42.549Z] nexus3.edgexfoundry.org:10003 [2021-03-29T08:22:43.144Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T08:22:43.144Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T08:22:43.144Z] Configure a credential helper to remove this warning. See [2021-03-29T08:22:43.144Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T08:22:43.144Z] [2021-03-29T08:22:43.144Z] Login Succeeded [2021-03-29T08:22:43.144Z] nexus3.edgexfoundry.org:10004 [2021-03-29T08:22:43.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T08:22:43.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T08:22:43.692Z] Configure a credential helper to remove this warning. See [2021-03-29T08:22:43.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T08:22:43.692Z] [2021-03-29T08:22:43.692Z] Login Succeeded [2021-03-29T08:22:43.692Z] docker.io [2021-03-29T08:22:43.971Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T08:22:44.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T08:22:44.242Z] Configure a credential helper to remove this warning. See [2021-03-29T08:22:44.242Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T08:22:44.242Z] [2021-03-29T08:22:44.242Z] Login Succeeded [2021-03-29T08:22:44.242Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T08:22:44.259Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-29T08:22:44.744Z] ========================================================= [2021-03-29T08:22:44.744Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-29T08:22:44.744Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T08:22:45.125Z] + 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-29T08:22:47.803Z] Sending build context to Docker daemon 167MB [2021-03-29T08:22:47.803Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T08:22:47.803Z] Step 2/6 : FROM ${BASE} [2021-03-29T08:22:47.803Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-29T08:22:47.803Z] 5f621e34cdf4: Pulling fs layer [2021-03-29T08:22:47.803Z] a4357932f1b6: Pulling fs layer [2021-03-29T08:22:47.803Z] 18c013af1878: Pulling fs layer [2021-03-29T08:22:47.803Z] 00ac8860ef70: Pulling fs layer [2021-03-29T08:22:47.803Z] 63d7cb157983: Pulling fs layer [2021-03-29T08:22:47.803Z] b116817d02f9: Pulling fs layer [2021-03-29T08:22:47.803Z] 745a02a5169b: Pulling fs layer [2021-03-29T08:22:47.803Z] b116817d02f9: Waiting [2021-03-29T08:22:47.803Z] 00ac8860ef70: Waiting [2021-03-29T08:22:47.803Z] 63d7cb157983: Waiting [2021-03-29T08:22:47.804Z] 18c013af1878: Verifying Checksum [2021-03-29T08:22:47.804Z] 18c013af1878: Download complete [2021-03-29T08:22:47.804Z] a4357932f1b6: Verifying Checksum [2021-03-29T08:22:47.804Z] a4357932f1b6: Download complete [2021-03-29T08:22:47.804Z] 63d7cb157983: Verifying Checksum [2021-03-29T08:22:47.804Z] 63d7cb157983: Download complete [2021-03-29T08:22:47.804Z] b116817d02f9: Download complete [2021-03-29T08:22:48.399Z] 5f621e34cdf4: Verifying Checksum [2021-03-29T08:22:48.399Z] 5f621e34cdf4: Download complete [2021-03-29T08:22:49.006Z] 5f621e34cdf4: Pull complete [2021-03-29T08:22:49.610Z] a4357932f1b6: Pull complete [2021-03-29T08:22:49.883Z] 18c013af1878: Pull complete [2021-03-29T08:22:50.868Z] 745a02a5169b: Verifying Checksum [2021-03-29T08:22:50.868Z] 745a02a5169b: Download complete [2021-03-29T08:22:52.313Z] 00ac8860ef70: Verifying Checksum [2021-03-29T08:22:52.313Z] 00ac8860ef70: Download complete [2021-03-29T08:23:02.481Z] 00ac8860ef70: Pull complete [2021-03-29T08:23:02.482Z] 63d7cb157983: Pull complete [2021-03-29T08:23:03.077Z] b116817d02f9: Pull complete [2021-03-29T08:23:07.409Z] 745a02a5169b: Pull complete [2021-03-29T08:23:07.409Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-29T08:23:07.409Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-29T08:23:07.409Z] ---> b7e6874047d6 [2021-03-29T08:23:07.409Z] 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-29T08:23:10.028Z] ---> Running in 93d667b5244d [2021-03-29T08:23:11.010Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T08:23:11.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T08:23:12.615Z] gofmt -l . [2021-03-29T08:23:12.616Z] [ "`gofmt -l .`" = "" ] [2021-03-29T08:23:12.616Z] ./bin/test-go-mod-tidy.sh [2021-03-29T08:23:12.616Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-29T08:23:12.949Z] + ls -al . [2021-03-29T08:23:12.949Z] total 780 [2021-03-29T08:23:12.949Z] drwxrwxr-x 10 1001 1001 4096 Mar 29 08:23 . [2021-03-29T08:23:12.949Z] drwxr-xr-x 4 root root 28 Mar 29 08:21 .. [2021-03-29T08:23:12.949Z] -rw-rw-r-- 1 1001 1001 11 Mar 29 08:19 .dockerignore [2021-03-29T08:23:12.949Z] drwxrwxr-x 8 1001 1001 179 Mar 29 08:19 .git [2021-03-29T08:23:12.949Z] drwxrwxr-x 3 1001 1001 125 Mar 29 08:19 .github [2021-03-29T08:23:12.949Z] -rw-rw-r-- 1 1001 1001 818 Mar 29 08:19 .gitignore [2021-03-29T08:23:12.949Z] drwx------ 3 1001 1001 60 Mar 29 08:20 .semver [2021-03-29T08:23:12.949Z] -rw-rw-r-- 1 1001 1001 166 Mar 29 08:19 .sonarcloud.properties [2021-03-29T08:23:12.949Z] -rw-rw-r-- 1 1001 1001 8607 Mar 29 08:19 Attribution.txt [2021-03-29T08:23:12.949Z] -rw-rw-r-- 1 1001 1001 3804 Mar 29 08:19 CONTRIBUTING.md [2021-03-29T08:23:12.949Z] -rw-rw-r-- 1 1001 1001 931 Mar 29 08:19 Dockerfile.build [2021-03-29T08:23:12.949Z] -rw-rw-r-- 1 1001 1001 863 Mar 29 08:19 Jenkinsfile [2021-03-29T08:23:12.949Z] -rw-rw-r-- 1 1001 1001 10775 Mar 29 08:19 LICENSE [2021-03-29T08:23:12.949Z] -rw-rw-r-- 1 1001 1001 5774 Mar 29 08:19 Makefile [2021-03-29T08:23:12.949Z] -rw-rw-r-- 1 1001 1001 6548 Mar 29 08:19 README.md [2021-03-29T08:23:12.949Z] -rw-rw-r-- 1 1001 1001 6755 Mar 29 08:19 SECURITY.md [2021-03-29T08:23:12.949Z] -rw-rw-r-- 1 1001 1001 5 Mar 29 08:20 VERSION [2021-03-29T08:23:12.949Z] -rw-rw-r-- 1 1001 1001 4131 Mar 29 08:19 ZMQWindows.md [2021-03-29T08:23:12.949Z] drwxrwxr-x 2 1001 1001 117 Mar 29 08:19 bin [2021-03-29T08:23:12.949Z] drwxrwxr-x 14 1001 1001 4096 Mar 29 08:19 cmd [2021-03-29T08:23:12.949Z] -rw-r--r-- 1 root root 668292 Mar 29 08:22 coverage.out [2021-03-29T08:23:12.949Z] -rw-r--r-- 1 root root 1056 Mar 29 08:23 go.mod [2021-03-29T08:23:12.949Z] -rw-r--r-- 1 root root 22530 Mar 29 08:23 go.sum [2021-03-29T08:23:12.949Z] drwxrwxr-x 8 1001 1001 127 Mar 29 08:19 internal [2021-03-29T08:23:12.949Z] drwxrwxr-x 4 1001 1001 26 Mar 29 08:19 openapi [2021-03-29T08:23:12.949Z] drwxrwxr-x 4 1001 1001 71 Mar 29 08:19 snap [2021-03-29T08:23:12.949Z] -rw-rw-r-- 1 1001 1001 168 Mar 29 08:19 version.go [2021-03-29T08:23:12.962Z] (1/12) Installing libmagic (5.38-r0) [Pipeline] sh [2021-03-29T08:23:13.233Z] (2/12) Installing file (5.38-r0) [2021-03-29T08:23:13.233Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-29T08:23:13.266Z] + '[' -e coverage.out ] [2021-03-29T08:23:13.266Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-29T08:23:13.503Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-29T08:23:13.544Z] Stashed 1 file(s) [Pipeline] sh [2021-03-29T08:23:13.845Z] + make build [2021-03-29T08:23:13.845Z] 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-29T08:23:17.800Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-29T08:23:17.800Z] (6/12) Installing patch (2.7.6-r6) [2021-03-29T08:23:17.800Z] (7/12) Installing build-base (0.5-r2) [2021-03-29T08:23:17.800Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-29T08:23:17.800Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-29T08:23:17.800Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-29T08:23:17.800Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-29T08:23:17.800Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-29T08:23:18.072Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T08:23:18.072Z] OK: 217 MiB in 51 packages [2021-03-29T08:23:19.157Z] 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-29T08:23:22.397Z] Removing intermediate container 93d667b5244d [2021-03-29T08:23:22.397Z] ---> 2c2f0e653066 [2021-03-29T08:23:22.397Z] Step 4/6 : WORKDIR /edgex-go [2021-03-29T08:23:22.397Z] ---> Running in e109969e22aa [2021-03-29T08:23:22.397Z] Removing intermediate container e109969e22aa [2021-03-29T08:23:22.397Z] ---> 8f3c2f109ee4 [2021-03-29T08:23:22.397Z] Step 5/6 : COPY go.mod . [2021-03-29T08:23:23.386Z] ---> d8cd67943d6e [2021-03-29T08:23:23.386Z] Step 6/6 : RUN go mod download [2021-03-29T08:23:23.386Z] ---> Running in 01f4e4252f27 [2021-03-29T08:23:27.426Z] 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-29T08:23:28.864Z] 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-29T08:23:30.280Z] 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-29T08:23:30.858Z] 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-29T08:23:32.269Z] 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-29T08:23:34.229Z] 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-29T08:23:35.185Z] 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-29T08:23:36.583Z] 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-29T08:23:37.536Z] 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-29T08:23:38.490Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-29T08:23:41.069Z] $ docker stop --time=1 4a10d5c25e39975eced7c3ae6d54e1a56b2b3b59f9b140785a180593e815cafc [2021-03-29T08:23:42.796Z] $ docker rm -f 4a10d5c25e39975eced7c3ae6d54e1a56b2b3b59f9b140785a180593e815cafc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T08:23:46.231Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T08:23:46.231Z] [2021-03-29T08:23:46.231Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T08:23:46.590Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T08:23:46.590Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-29T08:23:46.590Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-29T08:23:46.590Z] ca9280d653b3: Pulling fs layer [2021-03-29T08:23:46.590Z] 7e9c9ca2126c: Pulling fs layer [2021-03-29T08:23:47.174Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-29T08:23:47.174Z] cbdbe7a5bc2a: Download complete [2021-03-29T08:23:47.440Z] ca9280d653b3: Verifying Checksum [2021-03-29T08:23:47.440Z] ca9280d653b3: Download complete [2021-03-29T08:23:47.709Z] cbdbe7a5bc2a: Pull complete [2021-03-29T08:23:48.668Z] 7e9c9ca2126c: Verifying Checksum [2021-03-29T08:23:48.668Z] 7e9c9ca2126c: Download complete [2021-03-29T08:23:48.668Z] ca9280d653b3: Pull complete [2021-03-29T08:23:50.237Z] Removing intermediate container 01f4e4252f27 [2021-03-29T08:23:50.237Z] ---> ac29614869c6 [2021-03-29T08:23:50.237Z] Successfully built ac29614869c6 [2021-03-29T08:23:50.237Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T08:23:50.582Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T08:23:50.582Z] . [Pipeline] withDockerContainer [2021-03-29T08:23:50.863Z] prd-ubuntu18.04-docker-arm64-4c-16g-31716 does not seem to be running inside a container [2021-03-29T08:23:50.950Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-29T08:23:52.359Z] $ docker top 0c1e3283e42fad33177db45a749f6949030b9d944c1ad5ae223e5222bf83047c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T08:23:53.340Z] + go version [2021-03-29T08:23:53.340Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-29T08:23:53.367Z] $ docker stop --time=1 0c1e3283e42fad33177db45a749f6949030b9d944c1ad5ae223e5222bf83047c [2021-03-29T08:23:55.198Z] $ docker rm -f 0c1e3283e42fad33177db45a749f6949030b9d944c1ad5ae223e5222bf83047c [2021-03-29T08:23:55.301Z] 7e9c9ca2126c: Pull complete [2021-03-29T08:23:55.301Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-29T08:23:55.301Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T08:23:55.301Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withDockerContainer [2021-03-29T08:23:55.563Z] prd-centos7-docker-4c-2g-31715 does not seem to be running inside a container [2021-03-29T08:23:55.612Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-29T08:23:57.522Z] $ docker top 7a710575cfca241b5a32db3b730c5a964fe868ce3d254e4960fcdd59a7bc2a7f -eo pid,comm [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2021-03-29T08:23:58.136Z] + docker-compose build --help [2021-03-29T08:23:58.136Z] + grep parallel [Pipeline] isUnix [Pipeline] sh [2021-03-29T08:23:58.462Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T08:23:58.462Z] . [Pipeline] withDockerContainer [2021-03-29T08:23:58.742Z] prd-ubuntu18.04-docker-arm64-4c-16g-31716 does not seem to be running inside a container [2021-03-29T08:23:58.837Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-29T08:23:59.082Z] --parallel Build images in parallel. [2021-03-29T08:24:00.197Z] $ docker top 6511e743eee5363a09713b5fdb9376cc8c6bc5aa7c7283d25405f52f463723e5 -eo pid,comm [Pipeline] { [Pipeline] } [2021-03-29T08:24:00.569Z] $ docker stop --time=1 7a710575cfca241b5a32db3b730c5a964fe868ce3d254e4960fcdd59a7bc2a7f [2021-03-29T08:24:02.879Z] $ docker rm -f 7a710575cfca241b5a32db3b730c5a964fe868ce3d254e4960fcdd59a7bc2a7f [Pipeline] // withDockerContainer [Pipeline] echo [2021-03-29T08:24:03.139Z] ========================================================= [2021-03-29T08:24:03.139Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-29T08:24:03.139Z] ========================================================= [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T08:24:03.716Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T08:24:03.716Z] . [Pipeline] withDockerContainer [2021-03-29T08:24:03.798Z] + make test [2021-03-29T08:24:03.798Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-29T08:24:03.824Z] prd-centos7-docker-4c-2g-31715 does not seem to be running inside a container [2021-03-29T08:24:03.905Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-29T08:24:04.795Z] $ docker top 106733ed14828c5ce5ddf5c83b7ef712621badb35e8ef5fea17c3b7fb16f8dc8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T08:24:05.356Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-29T08:24:06.305Z] Building docker-core-command-go ... [2021-03-29T08:24:06.305Z] Building docker-core-data-go ... [2021-03-29T08:24:06.305Z] Building docker-core-metadata-go ... [2021-03-29T08:24:06.305Z] Building docker-security-bootstrapper-go ... [2021-03-29T08:24:06.305Z] Building docker-security-proxy-setup-go ... [2021-03-29T08:24:06.305Z] Building docker-security-secretstore-setup-go ... [2021-03-29T08:24:06.305Z] Building docker-support-notifications-go ... [2021-03-29T08:24:06.305Z] Building docker-support-scheduler-go ... [2021-03-29T08:24:06.305Z] Building docker-sys-mgmt-agent-go ... [2021-03-29T08:24:06.305Z] Building docker-security-secretstore-setup-go [2021-03-29T08:24:06.305Z] Building docker-sys-mgmt-agent-go [2021-03-29T08:24:06.305Z] Building docker-core-metadata-go [2021-03-29T08:24:06.305Z] Building docker-support-notifications-go [2021-03-29T08:24:06.305Z] Building docker-security-bootstrapper-go [2021-03-29T08:24:25.964Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-29T08:24:45.245Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T08:24:45.245Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T08:24:45.245Z] ---> 12d923443336 [2021-03-29T08:24:45.245Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T08:24:45.245Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T08:24:45.245Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-29T08:24:45.245Z] ---> 12d923443336 [2021-03-29T08:24:45.245Z] Step 3/26 : WORKDIR /edgex-go [2021-03-29T08:24:45.245Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T08:24:45.245Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T08:24:45.245Z] ---> 12d923443336 [2021-03-29T08:24:45.245Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T08:24:45.245Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T08:24:45.245Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-29T08:24:45.245Z] ---> 12d923443336 [2021-03-29T08:24:45.245Z] Step 3/24 : WORKDIR /edgex-go [2021-03-29T08:24:45.245Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T08:24:45.245Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-29T08:24:45.245Z] ---> 12d923443336 [2021-03-29T08:24:45.245Z] Step 3/31 : WORKDIR /edgex-go [2021-03-29T08:24:45.245Z] ---> Running in 1b6263e69bcd [2021-03-29T08:24:45.245Z] ---> Running in 14a52739d870 [2021-03-29T08:24:45.245Z] ---> Running in 425a3b7bfb92 [2021-03-29T08:24:45.245Z] ---> Running in 564bb3880223 [2021-03-29T08:24:45.245Z] ---> Running in 0ec7b79e22ab [2021-03-29T08:24:45.245Z] Removing intermediate container 564bb3880223 [2021-03-29T08:24:45.245Z] ---> 21379de23daf [2021-03-29T08:24:45.245Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T08:24:45.245Z] Removing intermediate container 1b6263e69bcd [2021-03-29T08:24:45.245Z] ---> ddd0bdbc2524 [2021-03-29T08:24:45.245Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T08:24:45.245Z] Removing intermediate container 425a3b7bfb92 [2021-03-29T08:24:45.245Z] ---> b42f03478baa [2021-03-29T08:24:45.245Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T08:24:45.245Z] Removing intermediate container 0ec7b79e22ab [2021-03-29T08:24:45.245Z] ---> d25a47a7993a [2021-03-29T08:24:45.245Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T08:24:45.245Z] Removing intermediate container 14a52739d870 [2021-03-29T08:24:45.245Z] ---> 11f8d574e806 [2021-03-29T08:24:45.245Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T08:24:45.245Z] ---> Running in 289ab7a6e51e [2021-03-29T08:24:45.245Z] ---> Running in 41ce7ccbad6e [2021-03-29T08:24:45.245Z] ---> Running in ec3ebfa46155 [2021-03-29T08:24:45.245Z] ---> Running in 3c1d7e1afcf7 [2021-03-29T08:24:45.245Z] ---> Running in e5e99add3f4b [2021-03-29T08:24:45.245Z] Removing intermediate container ec3ebfa46155 [2021-03-29T08:24:45.245Z] ---> 3ca5bfac0153 [2021-03-29T08:24:45.245Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-29T08:24:45.245Z] Removing intermediate container 41ce7ccbad6e [2021-03-29T08:24:45.245Z] ---> f90be4a8597e [2021-03-29T08:24:45.245Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-29T08:24:45.245Z] Removing intermediate container 289ab7a6e51e [2021-03-29T08:24:45.245Z] ---> 8f29477ae07b [2021-03-29T08:24:45.245Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T08:24:45.245Z] ---> Running in d19675f7825c [2021-03-29T08:24:45.245Z] ---> Running in 92fa5434cd85 [2021-03-29T08:24:45.245Z] ---> Running in de4efc786283 [2021-03-29T08:24:45.245Z] Removing intermediate container 3c1d7e1afcf7 [2021-03-29T08:24:45.245Z] ---> a9b41e9669c7 [2021-03-29T08:24:45.245Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-29T08:24:45.245Z] Removing intermediate container e5e99add3f4b [2021-03-29T08:24:45.245Z] ---> 9d0318e4cc08 [2021-03-29T08:24:45.245Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-29T08:24:45.245Z] ---> Running in cf66e294f78e [2021-03-29T08:24:45.245Z] ---> Running in 63dc3f7173de [2021-03-29T08:24:45.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T08:24:45.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T08:24:45.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T08:24:45.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T08:24:45.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T08:24:46.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T08:24:46.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T08:24:46.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T08:24:46.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T08:24:46.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T08:24:46.351Z] OK: 233 MiB in 51 packages [2021-03-29T08:24:46.632Z] OK: 233 MiB in 51 packages [2021-03-29T08:24:46.632Z] OK: 233 MiB in 51 packages [2021-03-29T08:24:46.632Z] OK: 233 MiB in 51 packages [2021-03-29T08:24:46.899Z] OK: 233 MiB in 51 packages [2021-03-29T08:24:46.899Z] Removing intermediate container 92fa5434cd85 [2021-03-29T08:24:46.899Z] ---> dbfd271e0834 [2021-03-29T08:24:46.899Z] Step 6/31 : COPY go.mod . [2021-03-29T08:24:47.488Z] Removing intermediate container de4efc786283 [2021-03-29T08:24:47.488Z] ---> 3daab6ecf649 [2021-03-29T08:24:47.488Z] Step 6/23 : COPY go.mod . [2021-03-29T08:24:47.488Z] ---> 467513d73802 [2021-03-29T08:24:47.488Z] Step 7/31 : RUN go mod download [2021-03-29T08:24:47.488Z] Removing intermediate container cf66e294f78e [2021-03-29T08:24:47.488Z] ---> 31436308c30b [2021-03-29T08:24:47.488Z] Step 6/22 : COPY go.mod . [2021-03-29T08:24:47.754Z] ---> Running in 46a6b9173f53 [2021-03-29T08:24:47.754Z] Removing intermediate container 63dc3f7173de [2021-03-29T08:24:47.754Z] ---> cb87e2b1dade [2021-03-29T08:24:47.754Z] Step 6/24 : COPY go.mod . [2021-03-29T08:24:48.019Z] Removing intermediate container d19675f7825c [2021-03-29T08:24:48.019Z] ---> 02b45cbefbb9 [2021-03-29T08:24:48.019Z] Step 6/26 : COPY go.mod . [2021-03-29T08:24:48.019Z] ---> b757f9322c72 [2021-03-29T08:24:48.019Z] Step 7/23 : RUN go mod download [2021-03-29T08:24:48.019Z] ---> f99bfa91b0f6 [2021-03-29T08:24:48.019Z] Step 7/22 : RUN go mod download [2021-03-29T08:24:48.284Z] ---> c6064768768b [2021-03-29T08:24:48.284Z] Step 7/24 : RUN go mod download [2021-03-29T08:24:48.284Z] ---> Running in 37553e585d11 [2021-03-29T08:24:48.547Z] ---> Running in 8f621d2e4ec5 [2021-03-29T08:24:48.547Z] ---> db1dab85341d [2021-03-29T08:24:48.547Z] Step 7/26 : RUN go mod download [2021-03-29T08:24:48.547Z] ---> Running in 937df7c67002 [2021-03-29T08:24:48.547Z] ---> Running in f14d5146b082 [2021-03-29T08:24:49.954Z] Removing intermediate container 46a6b9173f53 [2021-03-29T08:24:49.954Z] ---> 0411c66c9a9b [2021-03-29T08:24:49.954Z] Step 8/31 : COPY . . [2021-03-29T08:24:50.218Z] Removing intermediate container 37553e585d11 [2021-03-29T08:24:50.218Z] ---> 67f89a4a1164 [2021-03-29T08:24:50.218Z] Step 8/23 : COPY . . [2021-03-29T08:24:52.157Z] Removing intermediate container 8f621d2e4ec5 [2021-03-29T08:24:52.157Z] ---> 4c2dc1adbb26 [2021-03-29T08:24:52.157Z] Step 8/22 : COPY . . [2021-03-29T08:24:57.504Z] Removing intermediate container 937df7c67002 [2021-03-29T08:24:57.504Z] ---> 238250543b2e [2021-03-29T08:24:57.504Z] Step 8/24 : COPY . . [2021-03-29T08:24:57.504Z] Removing intermediate container f14d5146b082 [2021-03-29T08:24:57.504Z] ---> 7f27b084fd42 [2021-03-29T08:24:57.504Z] Step 8/26 : COPY . . [2021-03-29T08:25:12.984Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-29T08:25:21.298Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-29T08:25:28.034Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-29T08:25:28.034Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-29T08:25:30.674Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-29T08:25:30.674Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-29T08:25:30.674Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-29T08:25:30.674Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-29T08:25:34.090Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-29T08:25:34.368Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-29T08:25:36.439Z] ---> d41c0d3da309 [2021-03-29T08:25:36.439Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-29T08:25:36.439Z] ---> 9e27987333c1 [2021-03-29T08:25:36.439Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-29T08:25:36.439Z] ---> e486db787aab [2021-03-29T08:25:36.439Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-29T08:25:36.439Z] ---> a2693eebe686 [2021-03-29T08:25:36.439Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-29T08:25:36.439Z] ---> 2ca4b8d60723 [2021-03-29T08:25:36.439Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-29T08:25:36.439Z] ---> Running in 72f0877020d0 [2021-03-29T08:25:36.439Z] ---> Running in 2f18acfdee73 [2021-03-29T08:25:36.439Z] ---> Running in 9cbf165527e0 [2021-03-29T08:25:36.439Z] ---> Running in 8eaf4fdf044a [2021-03-29T08:25:36.439Z] ---> Running in e5dfd30ba8d7 [2021-03-29T08:25:36.439Z] 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-29T08:25:36.439Z] 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-29T08:25:36.439Z] 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-29T08:25:36.439Z] 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-29T08:25:36.439Z] 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-29T08:25:42.671Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-29T08:25:42.671Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-29T08:25:42.671Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-29T08:25:48.090Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.361s coverage: 45.9% of statements [2021-03-29T08:25:48.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-29T08:25:48.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-29T08:25:48.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-29T08:25:48.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-29T08:25:48.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-29T08:25:48.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-29T08:25:48.090Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.171s coverage: 19.8% of statements [2021-03-29T08:25:48.090Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.218s coverage: 100.0% of statements [2021-03-29T08:25:56.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.625s coverage: 27.1% of statements [2021-03-29T08:25:56.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-29T08:25:56.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-29T08:25:56.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-29T08:25:56.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-29T08:25:56.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-29T08:25:56.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-29T08:25:56.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements [2021-03-29T08:25:56.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-29T08:25:56.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.082s coverage: 100.0% of statements [2021-03-29T08:25:56.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-29T08:25:56.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-29T08:25:56.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.245s coverage: 71.3% of statements [2021-03-29T08:25:56.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-29T08:25:56.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-29T08:25:57.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.566s coverage: 82.9% of statements [2021-03-29T08:25:57.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-29T08:25:57.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T08:25:57.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.165s coverage: 78.9% of statements [2021-03-29T08:25:57.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-29T08:26:08.050Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.168s coverage: 28.6% of statements [2021-03-29T08:26:08.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-29T08:26:08.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-29T08:26:08.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-29T08:26:08.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-29T08:26:08.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-29T08:26:08.050Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.150s coverage: 100.0% of statements [2021-03-29T08:26:08.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-29T08:26:08.050Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.156s coverage: 100.0% of statements [2021-03-29T08:26:08.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-29T08:26:08.050Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.366s coverage: 86.7% of statements [2021-03-29T08:26:08.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-29T08:26:08.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.433s coverage: 97.5% of statements [2021-03-29T08:26:08.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-29T08:26:08.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.177s coverage: 78.3% of statements [2021-03-29T08:26:08.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-29T08:26:08.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-29T08:26:08.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-29T08:26:08.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-29T08:26:08.694Z] 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-29T08:26:14.071Z] Removing intermediate container e5dfd30ba8d7 [2021-03-29T08:26:14.071Z] ---> b532c3a175de [2021-03-29T08:26:14.071Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-29T08:26:14.071Z] Removing intermediate container 8eaf4fdf044a [2021-03-29T08:26:14.071Z] ---> 55fd08f04925 [2021-03-29T08:26:14.071Z] [2021-03-29T08:26:14.071Z] Step 10/24 : FROM alpine:3.12 [2021-03-29T08:26:14.071Z] Removing intermediate container 9cbf165527e0 [2021-03-29T08:26:14.071Z] ---> 1b5b07d48aaf [2021-03-29T08:26:14.071Z] [2021-03-29T08:26:14.071Z] Step 10/31 : FROM alpine:3.12 [2021-03-29T08:26:14.071Z] ---> Running in b0fd792d174b [2021-03-29T08:26:14.071Z] 3.12: Pulling from library/alpine [2021-03-29T08:26:14.071Z] 3.12: Pulling from library/alpine [2021-03-29T08:26:15.031Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T08:26:15.031Z] 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-29T08:26:15.031Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T08:26:15.031Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T08:26:15.031Z] ---> 42cb162f0360 [2021-03-29T08:26:15.031Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-29T08:26:15.031Z] Status: Image is up to date for alpine:3.12 [2021-03-29T08:26:15.031Z] ---> 42cb162f0360 [2021-03-29T08:26:15.031Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-29T08:26:16.360Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.234s coverage: 92.8% of statements [2021-03-29T08:26:16.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-29T08:26:16.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T08:26:16.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-29T08:26:16.360Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-29T08:26:16.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-29T08:26:16.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-29T08:26:16.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-29T08:26:16.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-29T08:26:16.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-29T08:26:16.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-29T08:26:16.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-29T08:26:16.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-29T08:26:16.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-29T08:26:16.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-29T08:26:16.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-29T08:26:16.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-29T08:26:16.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-29T08:26:16.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-29T08:26:16.361Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.047s coverage: 58.8% of statements [2021-03-29T08:26:16.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-29T08:26:16.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-29T08:26:16.361Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.179s coverage: 0.1% of statements [2021-03-29T08:26:16.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-29T08:26:16.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-29T08:26:16.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-29T08:26:16.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.105s coverage: 47.1% of statements [2021-03-29T08:26:16.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.121s coverage: 79.5% of statements [2021-03-29T08:26:16.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.086s coverage: 94.1% of statements [2021-03-29T08:26:16.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.089s coverage: 96.3% of statements [2021-03-29T08:26:16.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.072s coverage: 87.5% of statements [2021-03-29T08:26:19.263Z] ---> Running in fbe602ffc61d [2021-03-29T08:26:19.263Z] ---> Running in 8d4b2b811a81 [2021-03-29T08:26:19.263Z] Removing intermediate container 2f18acfdee73 [2021-03-29T08:26:19.263Z] ---> 7018eaeb7d7c [2021-03-29T08:26:19.263Z] [2021-03-29T08:26:19.263Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T08:26:19.263Z] ---> 42cb162f0360 [2021-03-29T08:26:19.263Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T08:26:19.263Z] Removing intermediate container 72f0877020d0 [2021-03-29T08:26:19.263Z] ---> 74d95cd8a074 [2021-03-29T08:26:19.263Z] [2021-03-29T08:26:19.263Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T08:26:19.263Z] ---> 42cb162f0360 [2021-03-29T08:26:19.263Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-29T08:26:19.263Z] ---> Running in d8c712d23708 [2021-03-29T08:26:19.263Z] ---> Running in 843d7572a819 [2021-03-29T08:26:19.263Z] Removing intermediate container fbe602ffc61d [2021-03-29T08:26:19.263Z] ---> 82c67ea7268d [2021-03-29T08:26:19.263Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-29T08:26:19.263Z] ---> Running in 9726f2f8160b [2021-03-29T08:26:19.527Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T08:26:19.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T08:26:19.795Z] Removing intermediate container b0fd792d174b [2021-03-29T08:26:19.795Z] ---> 00066d736fe0 [2021-03-29T08:26:19.795Z] [2021-03-29T08:26:19.795Z] Step 11/26 : FROM docker:20.10.0 [2021-03-29T08:26:19.795Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-29T08:26:19.795Z] 20.10.0: Pulling from library/docker [2021-03-29T08:26:19.795Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T08:26:19.795Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-29T08:26:19.795Z] (4/6) Installing curl (7.69.1-r3) [2021-03-29T08:26:19.795Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-29T08:26:19.795Z] (6/6) Installing su-exec (0.2-r1) [2021-03-29T08:26:19.795Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T08:26:19.795Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T08:26:20.074Z] OK: 7 MiB in 20 packages [2021-03-29T08:26:20.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T08:26:20.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T08:26:20.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T08:26:20.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T08:26:20.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T08:26:20.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T08:26:20.674Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T08:26:20.674Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T08:26:20.674Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-29T08:26:20.674Z] OK: 6 MiB in 15 packages [2021-03-29T08:26:20.674Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-29T08:26:20.674Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T08:26:20.674Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T08:26:20.674Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-29T08:26:20.674Z] (2/2) Installing su-exec (0.2-r1) [2021-03-29T08:26:20.674Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T08:26:20.674Z] OK: 6 MiB in 16 packages [2021-03-29T08:26:20.674Z] OK: 6 MiB in 16 packages [2021-03-29T08:26:24.004Z] Removing intermediate container 8d4b2b811a81 [2021-03-29T08:26:24.004Z] ---> 59f1bf160c36 [2021-03-29T08:26:24.004Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T08:26:24.004Z] Removing intermediate container d8c712d23708 [2021-03-29T08:26:24.004Z] ---> 8217eaf5f313 [2021-03-29T08:26:24.004Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T08:26:24.271Z] ---> Running in 983348874dbe [2021-03-29T08:26:24.271Z] Removing intermediate container 9726f2f8160b [2021-03-29T08:26:24.271Z] ---> 041892cb1fcc [2021-03-29T08:26:24.271Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-29T08:26:24.271Z] ---> Running in bde1db5c75ff [2021-03-29T08:26:24.271Z] Removing intermediate container 843d7572a819 [2021-03-29T08:26:24.271Z] ---> 7da9de15581d [2021-03-29T08:26:24.272Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T08:26:24.546Z] ---> Running in 53e625a586b4 [2021-03-29T08:26:24.546Z] Removing intermediate container 983348874dbe [2021-03-29T08:26:24.546Z] ---> 7165ee19c29b [2021-03-29T08:26:24.546Z] Step 13/24 : WORKDIR / [2021-03-29T08:26:24.546Z] ---> Running in afde50438f68 [2021-03-29T08:26:24.808Z] ---> Running in c62b844f8c0d [2021-03-29T08:26:24.808Z] Removing intermediate container bde1db5c75ff [2021-03-29T08:26:24.809Z] ---> 6da93f028bec [2021-03-29T08:26:24.809Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-29T08:26:24.809Z] Removing intermediate container 53e625a586b4 [2021-03-29T08:26:24.809Z] ---> b700f93443c0 [2021-03-29T08:26:24.809Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-29T08:26:25.073Z] ---> Running in e50518e4ef03 [2021-03-29T08:26:25.073Z] ---> Running in 2d3f09106cf1 [2021-03-29T08:26:25.073Z] Removing intermediate container afde50438f68 [2021-03-29T08:26:25.073Z] ---> bed450d13552 [2021-03-29T08:26:25.073Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-29T08:26:25.073Z] Removing intermediate container c62b844f8c0d [2021-03-29T08:26:25.073Z] ---> bb06bb576ed7 [2021-03-29T08:26:25.073Z] 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-29T08:26:25.073Z] ---> Running in 6d129d8ff884 [2021-03-29T08:26:25.342Z] Removing intermediate container e50518e4ef03 [2021-03-29T08:26:25.342Z] ---> c2b6f4534cd4 [2021-03-29T08:26:25.342Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T08:26:25.604Z] Removing intermediate container 2d3f09106cf1 [2021-03-29T08:26:25.605Z] ---> ef2cbf1e083b [2021-03-29T08:26:25.605Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-29T08:26:26.283Z] ---> Running in 9e8e5ef74fa7 [2021-03-29T08:26:26.283Z] Removing intermediate container 6d129d8ff884 [2021-03-29T08:26:26.283Z] ---> 08c605bd4749 [2021-03-29T08:26:26.283Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T08:26:26.283Z] ---> Running in 88a3d6dcfbd9 [2021-03-29T08:26:26.283Z] ---> 6f00b9c6cd15 [2021-03-29T08:26:26.283Z] 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-29T08:26:26.283Z] ---> Running in 809fc201522e [2021-03-29T08:26:26.545Z] Removing intermediate container 9e8e5ef74fa7 [2021-03-29T08:26:26.545Z] ---> 853baff2b5f6 [2021-03-29T08:26:26.545Z] Step 15/23 : WORKDIR / [2021-03-29T08:26:26.817Z] Removing intermediate container 809fc201522e [2021-03-29T08:26:26.817Z] ---> 2b53363977dc [2021-03-29T08:26:26.817Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T08:26:26.817Z] ---> 47a7bc37ecaf [2021-03-29T08:26:26.817Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-29T08:26:26.817Z] ---> Running in ccf2c4ee0253 [2021-03-29T08:26:27.082Z] Removing intermediate container ccf2c4ee0253 [2021-03-29T08:26:27.082Z] ---> ea5a22b257c8 [2021-03-29T08:26:27.082Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T08:26:27.082Z] ---> 747792e64fb1 [2021-03-29T08:26:27.082Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-29T08:26:27.363Z] ---> 6e5f89232c48 [2021-03-29T08:26:27.363Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-29T08:26:27.638Z] ---> 5501934e6818 [2021-03-29T08:26:27.638Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-29T08:26:27.638Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-29T08:26:27.638Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-29T08:26:27.638Z] ---> aefe523efa57 [2021-03-29T08:26:27.638Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-29T08:26:27.905Z] ---> 3066af346cf2 [2021-03-29T08:26:27.905Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-29T08:26:28.175Z] ---> Running in e28ba69e2a79 [2021-03-29T08:26:28.175Z] Removing intermediate container 88a3d6dcfbd9 [2021-03-29T08:26:28.175Z] ---> 79b2653ce15d [2021-03-29T08:26:28.175Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-29T08:26:28.756Z] ---> Running in e93beb61f426 [2021-03-29T08:26:28.756Z] ---> 8bcb1630c685 [2021-03-29T08:26:28.756Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-29T08:26:28.756Z] ---> c99a25af27c8 [2021-03-29T08:26:28.756Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-29T08:26:28.757Z] ---> ba92c8b4a672 [2021-03-29T08:26:28.757Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-29T08:26:28.757Z] ---> Running in acc4cae3dffe [2021-03-29T08:26:28.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.083s coverage: 94.4% of statements [2021-03-29T08:26:28.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements [2021-03-29T08:26:29.730Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T08:26:29.730Z] Removing intermediate container e93beb61f426 [2021-03-29T08:26:29.730Z] ---> 9442f61b8944 [2021-03-29T08:26:29.730Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-29T08:26:29.730Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T08:26:29.730Z] Removing intermediate container acc4cae3dffe [2021-03-29T08:26:29.730Z] ---> 4454b872c29b [2021-03-29T08:26:29.730Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T08:26:29.730Z] ---> dbac78ad0d51 [2021-03-29T08:26:29.730Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-29T08:26:29.730Z] ---> ceb71e9b87bb [2021-03-29T08:26:29.730Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-29T08:26:29.995Z] (1/2) Installing readline (8.0.4-r0) [2021-03-29T08:26:29.995Z] (2/2) Installing bash (5.0.17-r0) [2021-03-29T08:26:29.995Z] Executing bash-5.0.17-r0.post-install [2021-03-29T08:26:29.995Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T08:26:29.995Z] ---> Running in ec3ff72b022a [2021-03-29T08:26:29.995Z] OK: 12 MiB in 22 packages [2021-03-29T08:26:29.995Z] ---> Running in e74996f322bb [2021-03-29T08:26:30.258Z] ---> 54c6579ad05d [2021-03-29T08:26:30.258Z] 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-29T08:26:30.258Z] ---> 74a998d11202 [2021-03-29T08:26:30.258Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-29T08:26:30.258Z] Removing intermediate container ec3ff72b022a [2021-03-29T08:26:30.258Z] ---> 286a2f01faf3 [2021-03-29T08:26:30.258Z] Step 20/22 : LABEL arch=x86_64 [2021-03-29T08:26:30.520Z] ---> Running in 892c7ee92027 [2021-03-29T08:26:30.520Z] ---> Running in 0a6586d016b3 [2021-03-29T08:26:30.520Z] Removing intermediate container e74996f322bb [2021-03-29T08:26:30.520Z] ---> eea18474401c [2021-03-29T08:26:30.520Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T08:26:30.782Z] ---> Running in dcb58899a072 [2021-03-29T08:26:30.782Z] ---> Running in 82ef559c910f [2021-03-29T08:26:31.046Z] Removing intermediate container e28ba69e2a79 [2021-03-29T08:26:31.046Z] ---> 6002044568f0 [2021-03-29T08:26:31.046Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-29T08:26:31.046Z] Removing intermediate container dcb58899a072 [2021-03-29T08:26:31.046Z] ---> c15fa5d45ce1 [2021-03-29T08:26:31.046Z] Step 21/22 : LABEL git_sha=f7874aaa5e3f3f2678b784769ae0682e73f1e3af [2021-03-29T08:26:31.314Z] ---> Running in c738df5a7c77 [2021-03-29T08:26:31.314Z] Removing intermediate container 82ef559c910f [2021-03-29T08:26:31.314Z] ---> 86a82bfd8639 [2021-03-29T08:26:31.314Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T08:26:31.314Z] ---> Running in cd6b672d330a [2021-03-29T08:26:31.897Z] ---> Running in 1035921213bd [2021-03-29T08:26:32.158Z] Removing intermediate container cd6b672d330a [2021-03-29T08:26:32.158Z] ---> 859e7cd3b2d2 [2021-03-29T08:26:32.158Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T08:26:32.158Z] Removing intermediate container c738df5a7c77 [2021-03-29T08:26:32.158Z] ---> 91edff7a60a3 [2021-03-29T08:26:32.158Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-29T08:26:32.423Z] ---> Running in c1c7b6df0fce [2021-03-29T08:26:32.423Z] Removing intermediate container 1035921213bd [2021-03-29T08:26:32.423Z] ---> d612401bddf5 [2021-03-29T08:26:32.423Z] Step 22/23 : LABEL git_sha=f7874aaa5e3f3f2678b784769ae0682e73f1e3af [2021-03-29T08:26:32.423Z] ---> Running in c0bebc80d118 [2021-03-29T08:26:33.002Z] ---> Running in 2c0eb162285e [2021-03-29T08:26:33.269Z] Removing intermediate container c1c7b6df0fce [2021-03-29T08:26:33.269Z] ---> 3e0f3bc1ffa5 [2021-03-29T08:26:33.269Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-29T08:26:33.269Z] Removing intermediate container c0bebc80d118 [2021-03-29T08:26:33.269Z] ---> 69fb3218a11e [2021-03-29T08:26:33.269Z] [2021-03-29T08:26:33.269Z] Removing intermediate container 892c7ee92027 [2021-03-29T08:26:33.269Z] ---> d995588ef11d [2021-03-29T08:26:33.269Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-29T08:26:33.269Z] ---> Running in 342a86158b5b [2021-03-29T08:26:33.538Z] Removing intermediate container 2c0eb162285e [2021-03-29T08:26:33.538Z] ---> 08e6907dabb6 [2021-03-29T08:26:33.538Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T08:26:33.538Z] ---> Running in 336e0a7abaf4 [2021-03-29T08:26:33.538Z] Removing intermediate container 0a6586d016b3 [2021-03-29T08:26:33.538Z] ---> 7c89ec0bdba4 [2021-03-29T08:26:33.538Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T08:26:33.538Z] Successfully built 69fb3218a11e [2021-03-29T08:26:33.538Z] ---> Running in 5e58c463a9e0 [2021-03-29T08:26:33.538Z] Successfully tagged docker-support-notifications-go:latest [2021-03-29T08:26:33.538Z] Building docker-core-command-go [2021-03-29T08:26:33.808Z]  Building docker-support-notifications-go ... done Removing intermediate container 342a86158b5b [2021-03-29T08:26:33.808Z] ---> 9d5dee4835d0 [2021-03-29T08:26:33.808Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-29T08:26:33.808Z] Removing intermediate container 336e0a7abaf4 [2021-03-29T08:26:33.808Z] ---> a67297459054 [2021-03-29T08:26:33.808Z] Step 22/24 : LABEL arch=x86_64 [2021-03-29T08:26:33.808Z] Removing intermediate container 5e58c463a9e0 [2021-03-29T08:26:33.808Z] ---> a36ac55a6eba [2021-03-29T08:26:33.808Z] [2021-03-29T08:26:34.077Z] ---> Running in c1ed8027c811 [2021-03-29T08:26:34.077Z] ---> aed55026de4f [2021-03-29T08:26:34.077Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-29T08:26:34.077Z] Successfully built a36ac55a6eba [2021-03-29T08:26:34.077Z] Successfully tagged docker-core-metadata-go:latest [2021-03-29T08:26:34.077Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-03-29T08:26:34.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.398s coverage: 82.6% of statements [2021-03-29T08:26:34.371Z] Removing intermediate container c1ed8027c811 [2021-03-29T08:26:34.371Z] ---> 33c40dadbe53 [2021-03-29T08:26:34.371Z] Step 23/24 : LABEL git_sha=f7874aaa5e3f3f2678b784769ae0682e73f1e3af [2021-03-29T08:26:34.371Z] ---> Running in 74c6b402f7a2 [2021-03-29T08:26:34.371Z] ---> cdbdca8902f9 [2021-03-29T08:26:34.371Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-29T08:26:36.942Z] ---> ebb43e1409fb [2021-03-29T08:26:36.942Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-29T08:26:36.942Z] Removing intermediate container 74c6b402f7a2 [2021-03-29T08:26:36.942Z] ---> cc9b62d4a9a0 [2021-03-29T08:26:36.942Z] Step 24/24 : LABEL version=0.0.0 [2021-03-29T08:26:38.879Z] ---> 017e6bb6ce70 [2021-03-29T08:26:38.879Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-29T08:26:38.879Z] ---> Running in 678cec2e954f [2021-03-29T08:26:42.218Z] ---> cf4f3b35c61d [2021-03-29T08:26:42.218Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-29T08:26:42.218Z] Removing intermediate container 678cec2e954f [2021-03-29T08:26:42.218Z] ---> c7cd3fe049fd [2021-03-29T08:26:42.218Z] [2021-03-29T08:26:42.218Z] ---> a89586345308 [2021-03-29T08:26:42.218Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-29T08:26:42.218Z] Successfully built c7cd3fe049fd [2021-03-29T08:26:42.218Z] ---> Running in 9be8abe10a4f [2021-03-29T08:26:42.218Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-29T08:26:42.218Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-03-29T08:26:42.482Z] ---> 41a71c9d207a [2021-03-29T08:26:42.482Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-29T08:26:44.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.120s coverage: 92.9% of statements [2021-03-29T08:26:44.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-29T08:26:44.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-29T08:26:44.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-29T08:26:44.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-03-29T08:26:44.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-29T08:26:44.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-29T08:26:44.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-29T08:26:44.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-29T08:26:44.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-29T08:26:44.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2021-03-29T08:26:44.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-29T08:26:44.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-29T08:26:44.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-03-29T08:26:44.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-29T08:26:44.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.103s coverage: 75.5% of statements [2021-03-29T08:26:44.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-29T08:26:44.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements [2021-03-29T08:26:44.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements [2021-03-29T08:26:44.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.142s coverage: 84.6% of statements [2021-03-29T08:26:44.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.195s coverage: 91.6% of statements [2021-03-29T08:26:44.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-29T08:26:44.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.546s coverage: 64.4% of statements [2021-03-29T08:26:44.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-29T08:26:44.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-29T08:26:44.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements [2021-03-29T08:26:44.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements [2021-03-29T08:26:44.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements [2021-03-29T08:26:44.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements [2021-03-29T08:26:45.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.042s coverage: 100.0% of statements [2021-03-29T08:26:46.779Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T08:26:46.779Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T08:26:47.044Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-29T08:26:47.044Z] (2/33) Installing expat (2.2.9-r1) [2021-03-29T08:26:47.044Z] (3/33) Installing libffi (3.3-r2) [2021-03-29T08:26:47.044Z] (4/33) Installing gdbm (1.13-r1) [2021-03-29T08:26:47.044Z] ---> 35c898aa1a3f [2021-03-29T08:26:47.044Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-29T08:26:47.313Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-29T08:26:47.313Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-29T08:26:47.313Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-29T08:26:48.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.865s coverage: 69.0% of statements [2021-03-29T08:26:48.801Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-29T08:26:48.801Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-29T08:26:48.801Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-29T08:26:49.786Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.462s coverage: 38.4% of statements [2021-03-29T08:26:49.786Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-29T08:26:49.786Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-29T08:26:49.786Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.132s coverage: 89.5% of statements [2021-03-29T08:26:49.786Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-29T08:26:49.786Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.109s coverage: 84.8% of statements [2021-03-29T08:26:55.519Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T08:26:55.519Z] [2021-03-29T08:26:55.519Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T08:26:55.519Z] [2021-03-29T08:26:55.519Z] ---> 12d923443336 [2021-03-29T08:26:55.519Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T08:26:55.519Z] ---> 12d923443336 [2021-03-29T08:26:55.519Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T08:26:55.519Z] ---> Using cache [2021-03-29T08:26:55.519Z] ---> 11f8d574e806 [2021-03-29T08:26:55.519Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T08:26:55.519Z] ---> Using cache [2021-03-29T08:26:55.519Z] ---> 9d0318e4cc08 [2021-03-29T08:26:55.519Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-29T08:26:55.519Z] ---> Using cache [2021-03-29T08:26:55.519Z] ---> 11f8d574e806 [2021-03-29T08:26:55.519Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T08:26:55.519Z] ---> Using cache [2021-03-29T08:26:55.519Z] ---> 9d0318e4cc08 [2021-03-29T08:26:55.519Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T08:26:55.519Z] ---> Using cache [2021-03-29T08:26:55.519Z] ---> cb87e2b1dade [2021-03-29T08:26:55.519Z] Step 6/23 : COPY go.mod . [2021-03-29T08:26:55.519Z] ---> Using cache [2021-03-29T08:26:55.519Z] ---> c6064768768b [2021-03-29T08:26:55.519Z] Step 7/23 : RUN go mod download [2021-03-29T08:26:55.519Z] ---> Using cache [2021-03-29T08:26:55.519Z] ---> 238250543b2e [2021-03-29T08:26:55.519Z] Step 8/23 : COPY . . [2021-03-29T08:26:55.519Z] ---> Using cache [2021-03-29T08:26:55.519Z] ---> a2693eebe686 [2021-03-29T08:26:55.519Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-29T08:26:56.098Z] ---> Running in 5d42f35bc06a [2021-03-29T08:26:56.368Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-29T08:26:56.368Z] ---> Running in 30c07a36f383 [2021-03-29T08:26:56.368Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-29T08:26:56.368Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-29T08:26:56.368Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-29T08:26:56.368Z] ---> Running in 62f160fa0e6a [2021-03-29T08:26:56.368Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-29T08:26:56.368Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-29T08:26:56.368Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-29T08:26:56.368Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-29T08:26:56.368Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-29T08:26:56.532Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.484s coverage: 47.0% of statements [2021-03-29T08:26:56.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-29T08:26:56.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-29T08:26:56.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-29T08:26:56.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-29T08:26:56.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-29T08:26:56.532Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.171s coverage: 100.0% of statements [2021-03-29T08:26:56.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-29T08:26:56.533Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.148s coverage: 100.0% of statements [2021-03-29T08:26:56.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-29T08:26:56.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-29T08:26:56.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-29T08:26:56.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-29T08:26:56.533Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.432s coverage: 87.1% of statements [2021-03-29T08:26:56.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-29T08:26:56.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T08:26:56.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-29T08:26:56.636Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-29T08:26:56.636Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-29T08:26:56.636Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-29T08:26:56.636Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-29T08:26:56.636Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-29T08:26:56.636Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-29T08:26:56.636Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-29T08:26:57.588Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-29T08:26:57.588Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-29T08:26:57.858Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-29T08:26:59.258Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-29T08:26:59.258Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-29T08:26:59.258Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-29T08:26:59.258Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-29T08:26:59.258Z] Removing intermediate container 5d42f35bc06a [2021-03-29T08:26:59.258Z] ---> 993a634c1d91 [2021-03-29T08:26:59.258Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-29T08:26:59.258Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-29T08:26:59.258Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-29T08:26:59.258Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-29T08:26:59.258Z] 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-29T08:26:59.523Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T08:26:59.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T08:26:59.523Z] OK: 71 MiB in 55 packages [2021-03-29T08:27:00.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T08:27:00.708Z] OK: 233 MiB in 51 packages [2021-03-29T08:27:02.166Z] ---> 296ad11e267d [2021-03-29T08:27:02.166Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-29T08:27:03.611Z] ---> Running in 5ff39ae2f96b [2021-03-29T08:27:04.201Z] Removing intermediate container 30c07a36f383 [2021-03-29T08:27:04.201Z] ---> 847814bb402a [2021-03-29T08:27:04.201Z] Step 6/23 : COPY go.mod . [2021-03-29T08:27:04.860Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.195s coverage: 29.1% of statements [2021-03-29T08:27:04.860Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-29T08:27:04.860Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-29T08:27:04.860Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-29T08:27:04.860Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-29T08:27:04.860Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-29T08:27:04.860Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.191s coverage: 99.0% of statements [2021-03-29T08:27:04.860Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-29T08:27:04.860Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.087s coverage: 100.0% of statements [2021-03-29T08:27:04.860Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-29T08:27:04.860Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-29T08:27:04.860Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-29T08:27:04.860Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-29T08:27:04.860Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.306s coverage: 94.5% of statements [2021-03-29T08:27:04.860Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-29T08:27:04.860Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T08:27:04.860Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-29T08:27:04.860Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.061s coverage: 0.0% of statements [2021-03-29T08:27:04.860Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-29T08:27:04.860Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements [2021-03-29T08:27:04.860Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-29T08:27:04.860Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-29T08:27:04.860Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-29T08:27:04.860Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-29T08:27:04.860Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.115s coverage: 87.9% of statements [2021-03-29T08:27:04.860Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-29T08:27:04.860Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-29T08:27:04.860Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.097s coverage: 100.0% of statements [2021-03-29T08:27:04.860Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-03-29T08:27:05.138Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-29T08:27:05.622Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T08:27:05.623Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-29T08:27:05.623Z] ---> 12d923443336 [2021-03-29T08:27:05.623Z] Step 3/21 : WORKDIR /edgex-go [2021-03-29T08:27:05.623Z] ---> Using cache [2021-03-29T08:27:05.623Z] ---> 11f8d574e806 [2021-03-29T08:27:05.623Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T08:27:05.623Z] ---> Using cache [2021-03-29T08:27:05.623Z] ---> 9d0318e4cc08 [2021-03-29T08:27:05.623Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-29T08:27:05.623Z] ---> Using cache [2021-03-29T08:27:05.623Z] ---> cb87e2b1dade [2021-03-29T08:27:05.623Z] Step 6/21 : COPY go.mod . [2021-03-29T08:27:05.623Z] ---> Using cache [2021-03-29T08:27:05.623Z] ---> c6064768768b [2021-03-29T08:27:05.623Z] Step 7/21 : RUN go mod download [2021-03-29T08:27:05.623Z] ---> Using cache [2021-03-29T08:27:05.623Z] ---> 238250543b2e [2021-03-29T08:27:05.623Z] Step 8/21 : COPY . . [2021-03-29T08:27:05.623Z] ---> Using cache [2021-03-29T08:27:05.623Z] ---> a2693eebe686 [2021-03-29T08:27:05.623Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-29T08:27:06.038Z] ---> d5fbb0489fe1 [2021-03-29T08:27:06.038Z] Step 7/23 : RUN go mod download [2021-03-29T08:27:06.116Z] GO111MODULE=on go vet ./... [2021-03-29T08:27:07.234Z] ---> Running in b445812644ab [2021-03-29T08:27:07.522Z] ---> Running in bc548ff874a2 [2021-03-29T08:27:08.961Z] Removing intermediate container 5ff39ae2f96b [2021-03-29T08:27:08.961Z] ---> 1b7d616fe72e [2021-03-29T08:27:08.961Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-29T08:27:10.398Z] 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-29T08:27:10.986Z] ---> Running in c47c758f8518 [2021-03-29T08:27:12.936Z] Removing intermediate container c47c758f8518 [2021-03-29T08:27:12.936Z] ---> eb52b009b9e2 [2021-03-29T08:27:12.937Z] Step 28/31 : CMD ["gate"] [2021-03-29T08:27:14.369Z] Removing intermediate container bc548ff874a2 [2021-03-29T08:27:14.369Z] ---> a01163636722 [2021-03-29T08:27:14.369Z] Step 8/23 : COPY . . [2021-03-29T08:27:14.369Z] ---> Running in b61a6ab8f5aa [2021-03-29T08:27:15.810Z] Removing intermediate container b61a6ab8f5aa [2021-03-29T08:27:15.810Z] ---> ee7f0c5481d9 [2021-03-29T08:27:15.810Z] Step 29/31 : LABEL arch=x86_64 [2021-03-29T08:27:19.185Z] ---> Running in c20272aa736d [2021-03-29T08:27:21.809Z] Removing intermediate container 9be8abe10a4f [2021-03-29T08:27:21.809Z] ---> 7923a0d30712 [2021-03-29T08:27:21.809Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-29T08:27:25.144Z] Removing intermediate container c20272aa736d [2021-03-29T08:27:25.144Z] ---> 9185b8b7bca7 [2021-03-29T08:27:25.144Z] Step 30/31 : LABEL git_sha=f7874aaa5e3f3f2678b784769ae0682e73f1e3af [2021-03-29T08:27:25.723Z] ---> Running in be52d3cc6f2c [2021-03-29T08:27:27.660Z] ---> Running in d9c0c489515b [2021-03-29T08:27:29.077Z] Removing intermediate container d9c0c489515b [2021-03-29T08:27:29.077Z] ---> 545fe8129708 [2021-03-29T08:27:29.077Z] Step 31/31 : LABEL version=0.0.0 [2021-03-29T08:27:29.077Z] 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-29T08:27:33.324Z] ---> Running in 0608e788c10d [2021-03-29T08:27:33.909Z] Collecting docker-compose==1.23.2 [2021-03-29T08:27:34.176Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-29T08:27:36.114Z] Collecting docopt<0.7,>=0.6.1 [2021-03-29T08:27:36.114Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-29T08:27:38.041Z] Removing intermediate container 0608e788c10d [2021-03-29T08:27:38.041Z] ---> bb5c0aeb1e77 [2021-03-29T08:27:38.041Z] [2021-03-29T08:27:38.041Z] Successfully built bb5c0aeb1e77 [2021-03-29T08:27:38.706Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-29T08:27:38.706Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-29T08:27:38.706Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-03-29T08:27:38.975Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-29T08:27:39.243Z] Removing intermediate container 62f160fa0e6a [2021-03-29T08:27:39.243Z] ---> e0c1a9be14f2 [2021-03-29T08:27:39.243Z] [2021-03-29T08:27:39.243Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T08:27:39.243Z] ---> 42cb162f0360 [2021-03-29T08:27:39.243Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T08:27:39.243Z] ---> Using cache [2021-03-29T08:27:39.243Z] ---> 8217eaf5f313 [2021-03-29T08:27:39.243Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T08:27:39.243Z] ---> Using cache [2021-03-29T08:27:39.243Z] ---> 6da93f028bec [2021-03-29T08:27:39.243Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-29T08:27:39.509Z] ---> Running in c2950bce5401 [2021-03-29T08:27:39.509Z] ---> 834e2f18a804 [2021-03-29T08:27:39.509Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-29T08:27:39.772Z] 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-29T08:27:39.772Z] ---> Running in 90b02c9a3388 [2021-03-29T08:27:39.772Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-29T08:27:39.772Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-29T08:27:40.034Z] Removing intermediate container c2950bce5401 [2021-03-29T08:27:40.034Z] ---> 8c97cf926c09 [2021-03-29T08:27:40.034Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T08:27:41.960Z] Collecting cached-property<2,>=1.2.0 [2021-03-29T08:27:41.960Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-29T08:27:44.535Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-29T08:27:44.536Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-29T08:27:45.484Z] ---> Running in 9adc6846ea99 [2021-03-29T08:27:45.748Z] Collecting jsonschema<3,>=2.5.1 [2021-03-29T08:27:45.748Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-29T08:27:46.329Z] Removing intermediate container 9adc6846ea99 [2021-03-29T08:27:46.329Z] ---> b4ff17719c2f [2021-03-29T08:27:46.329Z] Step 15/23 : WORKDIR / [2021-03-29T08:27:46.329Z] Collecting docker<4.0,>=3.6.0 [2021-03-29T08:27:46.329Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-29T08:27:46.329Z] Removing intermediate container b445812644ab [2021-03-29T08:27:46.329Z] ---> 7705becaefe0 [2021-03-29T08:27:46.329Z] [2021-03-29T08:27:46.329Z] Step 10/21 : FROM alpine:3.12 [2021-03-29T08:27:46.329Z] ---> 42cb162f0360 [2021-03-29T08:27:46.329Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-29T08:27:46.596Z] 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-29T08:27:47.555Z] Collecting texttable<0.10,>=0.9.0 [2021-03-29T08:27:47.555Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-29T08:27:48.998Z] ---> Running in e87f77009a68 [2021-03-29T08:27:48.998Z] ---> Running in 99009ebe648f [2021-03-29T08:27:48.998Z] Collecting PyYAML<4,>=3.10 [2021-03-29T08:27:48.998Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-29T08:27:50.974Z] 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-29T08:27:51.949Z] Removing intermediate container e87f77009a68 [2021-03-29T08:27:51.949Z] ---> 83016ead313a [2021-03-29T08:27:51.949Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T08:27:51.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T08:27:51.949Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-29T08:27:51.949Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-29T08:27:52.233Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T08:27:52.234Z] Collecting idna<2.8,>=2.5 [2021-03-29T08:27:52.234Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-29T08:27:52.234Z] 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-29T08:27:52.234Z] Collecting docker-pycreds>=0.4.0 [2021-03-29T08:27:52.234Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-29T08:27:52.234Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-29T08:27:52.234Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-29T08:27:52.234Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-29T08:27:52.234Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-29T08:27:52.504Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-29T08:27:52.504Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T08:27:52.504Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-29T08:27:52.504Z] (4/4) Installing curl (7.69.1-r3) [2021-03-29T08:27:52.504Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T08:27:52.504Z] Installing collected packages: docopt, dockerpty, websocket-client, cached-property, urllib3, idna, requests, jsonschema, docker-pycreds, docker, texttable, PyYAML, docker-compose [2021-03-29T08:27:52.504Z] Running setup.py install for docopt: started [2021-03-29T08:27:52.772Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T08:27:53.039Z] OK: 7 MiB in 18 packages [2021-03-29T08:27:54.018Z] Running setup.py install for docopt: finished with status 'done' [2021-03-29T08:27:54.018Z] Running setup.py install for dockerpty: started [2021-03-29T08:27:54.018Z] ---> 4da5dd04c073 [2021-03-29T08:27:54.018Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-29T08:27:54.606Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-29T08:27:56.584Z] Attempting uninstall: urllib3 [2021-03-29T08:27:56.584Z] Found existing installation: urllib3 1.25.9 [2021-03-29T08:27:56.584Z] Uninstalling urllib3-1.25.9: [2021-03-29T08:27:57.559Z] Successfully uninstalled urllib3-1.25.9 [2021-03-29T08:27:57.828Z] ---> 03024fdf1ca3 [2021-03-29T08:27:57.828Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-29T08:27:58.094Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T08:27:58.094Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T08:27:58.094Z] ---> 12d923443336 [2021-03-29T08:27:58.094Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T08:27:58.373Z] ---> Using cache [2021-03-29T08:27:58.373Z] ---> 11f8d574e806 [2021-03-29T08:27:58.373Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T08:27:58.373Z] ---> Using cache [2021-03-29T08:27:58.373Z] ---> 9d0318e4cc08 [2021-03-29T08:27:58.373Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-29T08:27:58.373Z] ---> Using cache [2021-03-29T08:27:58.373Z] ---> cb87e2b1dade [2021-03-29T08:27:58.373Z] Step 6/22 : COPY go.mod . [2021-03-29T08:27:58.373Z] ---> Using cache [2021-03-29T08:27:58.373Z] ---> c6064768768b [2021-03-29T08:27:58.373Z] Step 7/22 : RUN go mod download [2021-03-29T08:27:58.373Z] ---> Using cache [2021-03-29T08:27:58.373Z] ---> 238250543b2e [2021-03-29T08:27:58.373Z] Step 8/22 : COPY . . [2021-03-29T08:27:58.373Z] ---> Using cache [2021-03-29T08:27:58.373Z] ---> a2693eebe686 [2021-03-29T08:27:58.373Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-29T08:27:58.638Z] Attempting uninstall: idna [2021-03-29T08:27:58.638Z] Found existing installation: idna 2.9 [2021-03-29T08:27:58.638Z] Uninstalling idna-2.9: [2021-03-29T08:27:59.229Z] Successfully uninstalled idna-2.9 [2021-03-29T08:27:59.229Z] Removing intermediate container 99009ebe648f [2021-03-29T08:27:59.229Z] ---> b33b2fac5f52 [2021-03-29T08:27:59.229Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T08:27:59.508Z] ---> Running in ecae23387bdd [2021-03-29T08:27:59.508Z] Attempting uninstall: requests [2021-03-29T08:27:59.508Z] Found existing installation: requests 2.23.0 [2021-03-29T08:27:59.508Z] Uninstalling requests-2.23.0: [2021-03-29T08:27:59.780Z] Successfully uninstalled requests-2.23.0 [2021-03-29T08:27:59.780Z] ---> Running in 319d2378bf00 [2021-03-29T08:27:59.781Z] ---> f7276fbf9bd7 [2021-03-29T08:27:59.781Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-29T08:28:00.379Z] ---> Running in 3ed6566811c8 [2021-03-29T08:28:00.643Z] Removing intermediate container 319d2378bf00 [2021-03-29T08:28:00.643Z] ---> 30ad663aa41d [2021-03-29T08:28:00.643Z] Step 13/21 : WORKDIR /edgex [2021-03-29T08:28:00.907Z] 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-29T08:28:01.173Z] ---> Running in 7ede11eb72b5 [2021-03-29T08:28:01.173Z] Removing intermediate container 3ed6566811c8 [2021-03-29T08:28:01.173Z] ---> 5ef94ee568d0 [2021-03-29T08:28:01.173Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T08:28:01.772Z] Running setup.py install for texttable: started [2021-03-29T08:28:01.772Z] ---> Running in 53bcafb30eb0 [2021-03-29T08:28:02.062Z] Removing intermediate container 7ede11eb72b5 [2021-03-29T08:28:02.062Z] ---> d0537b286ec6 [2021-03-29T08:28:02.062Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-29T08:28:02.344Z] Running setup.py install for texttable: finished with status 'done' [2021-03-29T08:28:02.344Z] Running setup.py install for PyYAML: started [2021-03-29T08:28:02.344Z] Removing intermediate container 53bcafb30eb0 [2021-03-29T08:28:02.344Z] ---> 76140a3f5345 [2021-03-29T08:28:02.344Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T08:28:02.621Z] ---> Running in ebcf6850c9d6 [2021-03-29T08:28:02.893Z] ---> fc8cdf713c7b [2021-03-29T08:28:02.893Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-29T08:28:03.482Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-29T08:28:05.428Z] Removing intermediate container ebcf6850c9d6 [2021-03-29T08:28:05.428Z] ---> 0dad49e765f5 [2021-03-29T08:28:05.428Z] Step 22/23 : LABEL git_sha=f7874aaa5e3f3f2678b784769ae0682e73f1e3af [2021-03-29T08:28:05.428Z] 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-29T08:28:06.030Z] ---> 8a3b8f19d78e [2021-03-29T08:28:06.030Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-29T08:28:06.030Z] ---> Running in b3d79f1be441 [2021-03-29T08:28:06.319Z] Removing intermediate container b3d79f1be441 [2021-03-29T08:28:06.319Z] ---> 2eb80ea495e2 [2021-03-29T08:28:06.319Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T08:28:06.602Z] ---> Running in 4217d70c3e13 [2021-03-29T08:28:06.602Z] ---> 0ff3105fabb4 [2021-03-29T08:28:06.602Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-29T08:28:06.874Z] ---> Running in c64af48e96c6 [2021-03-29T08:28:07.467Z] Removing intermediate container 4217d70c3e13 [2021-03-29T08:28:07.467Z] ---> 7c48c6ba3f16 [2021-03-29T08:28:07.467Z] [2021-03-29T08:28:07.467Z] Removing intermediate container c64af48e96c6 [2021-03-29T08:28:07.467Z] ---> c708f5f47efb [2021-03-29T08:28:07.467Z] Step 18/21 : CMD ["--init=true"] [2021-03-29T08:28:07.742Z] ---> Running in d057f6c27b73 [2021-03-29T08:28:07.742Z] Successfully built 7c48c6ba3f16 [2021-03-29T08:28:07.742Z] Successfully tagged docker-core-command-go:latest [2021-03-29T08:28:09.174Z]  Building docker-core-command-go ... done Removing intermediate container d057f6c27b73 [2021-03-29T08:28:09.174Z] ---> d8f20834e19b [2021-03-29T08:28:09.174Z] Step 19/21 : LABEL arch=x86_64 [2021-03-29T08:28:09.773Z] ---> Running in 6a62ed0d0294 [2021-03-29T08:28:09.773Z] Removing intermediate container be52d3cc6f2c [2021-03-29T08:28:09.773Z] ---> bd1649e683b7 [2021-03-29T08:28:09.773Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-29T08:28:09.773Z] ---> Running in eff7926fc973 [2021-03-29T08:28:09.773Z] Removing intermediate container 6a62ed0d0294 [2021-03-29T08:28:09.773Z] ---> 42e1a86ccaba [2021-03-29T08:28:09.773Z] Step 20/21 : LABEL git_sha=f7874aaa5e3f3f2678b784769ae0682e73f1e3af [2021-03-29T08:28:10.047Z] ---> Running in fba9733ad96b [2021-03-29T08:28:10.334Z] Removing intermediate container fba9733ad96b [2021-03-29T08:28:10.334Z] ---> d829dd316df1 [2021-03-29T08:28:10.334Z] Step 21/21 : LABEL version=0.0.0 [2021-03-29T08:28:10.617Z] ---> Running in 0f0dd1d68473 [2021-03-29T08:28:10.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T08:28:10.905Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T08:28:10.905Z] Removing intermediate container 0f0dd1d68473 [2021-03-29T08:28:10.905Z] ---> 3918fa81df25 [2021-03-29T08:28:10.905Z] [2021-03-29T08:28:10.905Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T08:28:10.905Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-29T08:28:10.905Z] (3/3) Installing curl (7.69.1-r3) [2021-03-29T08:28:10.905Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T08:28:11.199Z] OK: 72 MiB in 58 packages [2021-03-29T08:28:11.795Z] Successfully built 3918fa81df25 [2021-03-29T08:28:11.795Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-29T08:28:12.064Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container eff7926fc973 [2021-03-29T08:28:12.064Z] ---> 2d3c7087f6cb [2021-03-29T08:28:12.064Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-29T08:28:12.064Z] ---> Running in 3ff238bcf186 [2021-03-29T08:28:12.340Z] Removing intermediate container 3ff238bcf186 [2021-03-29T08:28:12.340Z] ---> 038a3a0f0ddd [2021-03-29T08:28:12.340Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T08:28:12.606Z] ---> Running in c7ac7d72cfdb [2021-03-29T08:28:12.878Z] Removing intermediate container c7ac7d72cfdb [2021-03-29T08:28:12.879Z] ---> 0414d84a5a9b [2021-03-29T08:28:12.879Z] Step 24/26 : LABEL arch=x86_64 [2021-03-29T08:28:12.879Z] ---> Running in ebc11596f615 [2021-03-29T08:28:13.153Z] Removing intermediate container ebc11596f615 [2021-03-29T08:28:13.153Z] ---> 107fa477d0c5 [2021-03-29T08:28:13.153Z] Step 25/26 : LABEL git_sha=f7874aaa5e3f3f2678b784769ae0682e73f1e3af [2021-03-29T08:28:13.426Z] ---> Running in 4a9b205d2640 [2021-03-29T08:28:16.038Z] Removing intermediate container 4a9b205d2640 [2021-03-29T08:28:16.038Z] ---> e6aee160d652 [2021-03-29T08:28:16.038Z] Step 26/26 : LABEL version=0.0.0 [2021-03-29T08:28:16.038Z] ---> Running in f0ca597f9a1b [2021-03-29T08:28:16.038Z] Removing intermediate container f0ca597f9a1b [2021-03-29T08:28:16.038Z] ---> 2bb9e9c6d2a0 [2021-03-29T08:28:16.038Z] [2021-03-29T08:28:16.321Z] Successfully built 2bb9e9c6d2a0 [2021-03-29T08:28:16.321Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-29T08:28:19.684Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 90b02c9a3388 [2021-03-29T08:28:19.684Z] ---> 4c236dc250e4 [2021-03-29T08:28:19.684Z] [2021-03-29T08:28:19.684Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T08:28:19.684Z] ---> 42cb162f0360 [2021-03-29T08:28:19.684Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-29T08:28:19.684Z] ---> Running in 8c88420a4a07 [2021-03-29T08:28:19.684Z] Removing intermediate container 8c88420a4a07 [2021-03-29T08:28:19.684Z] ---> 2c78ea85ca29 [2021-03-29T08:28:19.684Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-29T08:28:19.684Z] ---> Running in e3d20f41f119 [2021-03-29T08:28:20.641Z] Removing intermediate container e3d20f41f119 [2021-03-29T08:28:20.641Z] ---> b3d1eb9fdde6 [2021-03-29T08:28:20.641Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-29T08:28:21.651Z] Removing intermediate container ecae23387bdd [2021-03-29T08:28:21.651Z] ---> df53178c38c4 [2021-03-29T08:28:21.651Z] [2021-03-29T08:28:21.651Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T08:28:21.651Z] ---> 42cb162f0360 [2021-03-29T08:28:21.651Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-29T08:28:21.651Z] ---> Using cache [2021-03-29T08:28:21.651Z] ---> 8217eaf5f313 [2021-03-29T08:28:21.651Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T08:28:21.651Z] ---> Using cache [2021-03-29T08:28:21.651Z] ---> 6da93f028bec [2021-03-29T08:28:21.651Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-29T08:28:21.651Z] ---> Running in b36807dcc7b7 [2021-03-29T08:28:21.967Z] ---> Running in e65006df2b48 [2021-03-29T08:28:21.967Z] Removing intermediate container b36807dcc7b7 [2021-03-29T08:28:21.967Z] ---> 2c6ee872b5d8 [2021-03-29T08:28:21.967Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T08:28:21.967Z] ---> Running in 5362b0a1190c [2021-03-29T08:28:22.289Z] Removing intermediate container e65006df2b48 [2021-03-29T08:28:22.289Z] ---> 88157a61ccd8 [2021-03-29T08:28:22.289Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T08:28:22.289Z] ---> Running in 613cbfa1c1d8 [2021-03-29T08:28:22.614Z] Removing intermediate container 613cbfa1c1d8 [2021-03-29T08:28:22.614Z] ---> 94aa4064ce86 [2021-03-29T08:28:22.614Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T08:28:22.907Z] ---> c81fb61b21c2 [2021-03-29T08:28:22.907Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-29T08:28:23.172Z] Removing intermediate container 5362b0a1190c [2021-03-29T08:28:23.172Z] ---> cd5d28c3bbdc [2021-03-29T08:28:23.172Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-29T08:28:23.440Z] ---> Running in f3f88399a688 [2021-03-29T08:28:23.440Z] ---> 0034c7fb7475 [2021-03-29T08:28:23.440Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-29T08:28:24.015Z] ---> 24e816ddb868 [2021-03-29T08:28:24.015Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-29T08:28:24.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T08:28:24.015Z] ---> Running in a0f359c00bab [2021-03-29T08:28:24.594Z] Removing intermediate container a0f359c00bab [2021-03-29T08:28:24.594Z] ---> e441415aec46 [2021-03-29T08:28:24.594Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T08:28:24.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T08:28:24.857Z] ---> Running in fa32d1bb1416 [2021-03-29T08:28:24.857Z] Removing intermediate container fa32d1bb1416 [2021-03-29T08:28:24.857Z] ---> 720441cafcca [2021-03-29T08:28:24.857Z] Step 20/22 : LABEL arch=x86_64 [2021-03-29T08:28:24.857Z] ---> Running in 58e7edee8b34 [2021-03-29T08:28:25.122Z] Removing intermediate container 58e7edee8b34 [2021-03-29T08:28:25.122Z] ---> 4c225aa4d87f [2021-03-29T08:28:25.122Z] Step 21/22 : LABEL git_sha=f7874aaa5e3f3f2678b784769ae0682e73f1e3af [2021-03-29T08:28:25.122Z] ---> Running in 66601ef1ed69 [2021-03-29T08:28:25.387Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-29T08:28:25.387Z] Removing intermediate container 66601ef1ed69 [2021-03-29T08:28:25.387Z] ---> 04e170efb732 [2021-03-29T08:28:25.387Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T08:28:25.387Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-29T08:28:25.387Z] ---> Running in 7bd1c2479695 [2021-03-29T08:28:25.387Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-29T08:28:25.650Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-29T08:28:25.650Z] Removing intermediate container 7bd1c2479695 [2021-03-29T08:28:25.650Z] ---> 13df0692dd55 [2021-03-29T08:28:25.650Z] [2021-03-29T08:28:25.650Z] Successfully built 13df0692dd55 [2021-03-29T08:28:25.914Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-29T08:28:25.914Z]  Building docker-support-scheduler-go ... done (5/6) Installing libzmq (4.3.3-r0) [2021-03-29T08:28:25.914Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-29T08:28:26.178Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T08:28:26.178Z] OK: 8 MiB in 20 packages [2021-03-29T08:28:26.753Z] Removing intermediate container f3f88399a688 [2021-03-29T08:28:26.753Z] ---> d02337bcab31 [2021-03-29T08:28:26.753Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T08:28:27.017Z] ---> 5bf9441b2613 [2021-03-29T08:28:27.017Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-29T08:28:27.592Z] ---> 54cff2757894 [2021-03-29T08:28:27.592Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-29T08:28:27.862Z] ---> c90b9de1d5c3 [2021-03-29T08:28:27.862Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-29T08:28:27.862Z] ---> Running in cac0e1e3e8d4 [2021-03-29T08:28:27.964Z] gofmt -l . [2021-03-29T08:28:27.964Z] [ "`gofmt -l .`" = "" ] [2021-03-29T08:28:27.964Z] ./bin/test-go-mod-tidy.sh [2021-03-29T08:28:27.964Z] ./bin/test-attribution-txt.sh [2021-03-29T08:28:28.125Z] Removing intermediate container cac0e1e3e8d4 [2021-03-29T08:28:28.125Z] ---> 257809b3c63f [2021-03-29T08:28:28.125Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T08:28:28.125Z] ---> Running in c68115687e2b [Pipeline] sh [2021-03-29T08:28:28.394Z] Removing intermediate container c68115687e2b [2021-03-29T08:28:28.394Z] ---> 78cb50108361 [2021-03-29T08:28:28.395Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T08:28:28.395Z] ---> Running in 644b13705093 [2021-03-29T08:28:28.667Z] Removing intermediate container 644b13705093 [2021-03-29T08:28:28.667Z] ---> e726a3a90bac [2021-03-29T08:28:28.667Z] Step 22/23 : LABEL git_sha=f7874aaa5e3f3f2678b784769ae0682e73f1e3af [2021-03-29T08:28:28.667Z] ---> Running in cae61fc28f56 [2021-03-29T08:28:28.912Z] + ls -al . [2021-03-29T08:28:28.912Z] total 808 [2021-03-29T08:28:28.912Z] drwxrwxr-x 9 1001 1001 4096 Mar 29 08:28 . [2021-03-29T08:28:28.912Z] drwxr-xr-x 4 root root 4096 Mar 29 08:23 .. [2021-03-29T08:28:28.912Z] -rw-rw-r-- 1 1001 1001 11 Mar 29 08:22 .dockerignore [2021-03-29T08:28:28.912Z] drwxrwxr-x 8 1001 1001 4096 Mar 29 08:22 .git [2021-03-29T08:28:28.913Z] drwxrwxr-x 3 1001 1001 4096 Mar 29 08:22 .github [2021-03-29T08:28:28.913Z] -rw-rw-r-- 1 1001 1001 818 Mar 29 08:22 .gitignore [2021-03-29T08:28:28.913Z] -rw-rw-r-- 1 1001 1001 166 Mar 29 08:22 .sonarcloud.properties [2021-03-29T08:28:28.913Z] -rw-rw-r-- 1 1001 1001 8607 Mar 29 08:22 Attribution.txt [2021-03-29T08:28:28.913Z] -rw-rw-r-- 1 1001 1001 3804 Mar 29 08:22 CONTRIBUTING.md [2021-03-29T08:28:28.913Z] -rw-rw-r-- 1 1001 1001 931 Mar 29 08:22 Dockerfile.build [2021-03-29T08:28:28.913Z] -rw-rw-r-- 1 1001 1001 863 Mar 29 08:22 Jenkinsfile [2021-03-29T08:28:28.913Z] -rw-rw-r-- 1 1001 1001 10775 Mar 29 08:22 LICENSE [2021-03-29T08:28:28.913Z] -rw-rw-r-- 1 1001 1001 5774 Mar 29 08:22 Makefile [2021-03-29T08:28:28.913Z] -rw-rw-r-- 1 1001 1001 6548 Mar 29 08:22 README.md [2021-03-29T08:28:28.913Z] -rw-rw-r-- 1 1001 1001 6755 Mar 29 08:22 SECURITY.md [2021-03-29T08:28:28.913Z] -rw-rw-r-- 1 1001 1001 5 Mar 29 08:20 VERSION [2021-03-29T08:28:28.913Z] -rw-rw-r-- 1 1001 1001 4131 Mar 29 08:22 ZMQWindows.md [2021-03-29T08:28:28.913Z] drwxrwxr-x 2 1001 1001 4096 Mar 29 08:22 bin [2021-03-29T08:28:28.913Z] drwxrwxr-x 14 1001 1001 4096 Mar 29 08:22 cmd [2021-03-29T08:28:28.913Z] -rw-r--r-- 1 root root 668292 Mar 29 08:27 coverage.out [2021-03-29T08:28:28.913Z] -rw-r--r-- 1 root root 1056 Mar 29 08:28 go.mod [2021-03-29T08:28:28.913Z] -rw-r--r-- 1 root root 22530 Mar 29 08:28 go.sum [2021-03-29T08:28:28.913Z] drwxrwxr-x 8 1001 1001 4096 Mar 29 08:22 internal [2021-03-29T08:28:28.913Z] drwxrwxr-x 4 1001 1001 4096 Mar 29 08:22 openapi [2021-03-29T08:28:28.913Z] drwxrwxr-x 4 1001 1001 4096 Mar 29 08:22 snap [2021-03-29T08:28:28.913Z] -rw-rw-r-- 1 1001 1001 168 Mar 29 08:22 version.go [Pipeline] sh [2021-03-29T08:28:28.937Z] Removing intermediate container cae61fc28f56 [2021-03-29T08:28:28.938Z] ---> 4e4cd86f3e2f [2021-03-29T08:28:28.938Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T08:28:28.938Z] ---> Running in 65c9ad6b1f63 [2021-03-29T08:28:29.516Z] Removing intermediate container 65c9ad6b1f63 [2021-03-29T08:28:29.516Z] ---> 0e04e6696c3f [2021-03-29T08:28:29.516Z] [2021-03-29T08:28:29.516Z] Successfully built 0e04e6696c3f [2021-03-29T08:28:29.580Z] + '[' -e coverage.out ] [2021-03-29T08:28:29.580Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-29T08:28:29.681Z] Warning: overwriting stash ‘coverage-report’ [2021-03-29T08:28:29.778Z] Successfully tagged docker-core-data-go:latest [2021-03-29T08:28:30.056Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-29T08:28:30.067Z] $ docker stop --time=1 106733ed14828c5ce5ddf5c83b7ef712621badb35e8ef5fea17c3b7fb16f8dc8 [2021-03-29T08:28:31.051Z] Stashed 1 file(s) [2021-03-29T08:28:31.676Z] $ docker rm -f 106733ed14828c5ce5ddf5c83b7ef712621badb35e8ef5fea17c3b7fb16f8dc8 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2021-03-29T08:28:32.244Z] + docker images [2021-03-29T08:28:32.244Z] + grep docker [2021-03-29T08:28:32.508Z] docker-core-data-go latest 0e04e6696c3f 3 seconds ago 22.7MB [2021-03-29T08:28:32.508Z] docker-support-scheduler-go latest 13df0692dd55 7 seconds ago 17.4MB [2021-03-29T08:28:32.508Z] docker-sys-mgmt-agent-go latest 2bb9e9c6d2a0 17 seconds ago 313MB [2021-03-29T08:28:32.508Z] docker-security-proxy-setup-go latest 3918fa81df25 22 seconds ago 24.7MB [2021-03-29T08:28:32.508Z] docker-core-command-go latest 7c48c6ba3f16 26 seconds ago 17.3MB [2021-03-29T08:28:32.508Z] docker-security-bootstrapper-go latest bb5c0aeb1e77 57 seconds ago 18.9MB [2021-03-29T08:28:32.508Z] docker-security-secretstore-setup-go latest c7cd3fe049fd About a minute ago 25MB [2021-03-29T08:28:32.508Z] docker-core-metadata-go latest a36ac55a6eba About a minute ago 19MB [2021-03-29T08:28:32.508Z] docker-support-notifications-go latest 69fb3218a11e 2 minutes ago 17.9MB [2021-03-29T08:28:32.508Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [2021-03-29T08:28:32.561Z] + make build [2021-03-29T08:28:32.561Z] 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] // 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-29T08:28:42.832Z] 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-29T08:28:48.298Z] Still waiting to schedule task [2021-03-29T08:28:48.298Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-29T08:29:09.639Z] 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-29T08:29:11.618Z] 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-29T08:29:17.017Z] 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-29T08:29:18.001Z] 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-29T08:29:23.411Z] 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-29T08:29:28.838Z] 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-29T08:29:33.154Z] 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-29T08:29:35.876Z] Running on prd-ubuntu18.04-docker-8c-8g-31717 in /w/workspace/edgexfoundry_edgex-go_PR-3310 [Pipeline] { [Pipeline] ws [2021-03-29T08:29:35.944Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-03-29T08:29:37.489Z] 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-29T08:29:38.080Z] using credential edgex-jenkins-ssh [2021-03-29T08:29:38.141Z] Cloning the remote Git repository [2021-03-29T08:29:38.162Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-29T08:29:38.227Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-29T08:29:38.248Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T08:29:38.248Z] > git --version # timeout=10 [2021-03-29T08:29:38.253Z] > git --version # 'git version 2.17.1' [2021-03-29T08:29:38.253Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T08:29:38.276Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T08:29:40.932Z] 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-29T08:29:43.071Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T08:29:43.076Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T08:29:43.084Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T08:29:43.099Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T08:29:43.099Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T08:29:43.102Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3310/head:refs/remotes/origin/PR-3310 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T08:29:43.778Z] Merging remotes/origin/master commit ebfae9bf1c69030f223d824c55fa5330fb79db8d into PR head commit f7874aaa5e3f3f2678b784769ae0682e73f1e3af [2021-03-29T08:29:43.915Z] Merge succeeded, producing f7874aaa5e3f3f2678b784769ae0682e73f1e3af [2021-03-29T08:29:43.916Z] Checking out Revision f7874aaa5e3f3f2678b784769ae0682e73f1e3af (PR-3310) [2021-03-29T08:29:44.319Z] 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-29T08:29:43.789Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T08:29:43.797Z] > git checkout -f f7874aaa5e3f3f2678b784769ae0682e73f1e3af # timeout=10 [2021-03-29T08:29:43.894Z] > git remote # timeout=10 [2021-03-29T08:29:43.900Z] > git config --get remote.origin.url # timeout=10 [2021-03-29T08:29:43.903Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T08:29:43.906Z] > git merge ebfae9bf1c69030f223d824c55fa5330fb79db8d # timeout=10 [2021-03-29T08:29:43.914Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-29T08:29:43.921Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T08:29:43.923Z] > git checkout -f f7874aaa5e3f3f2678b784769ae0682e73f1e3af # timeout=10 [2021-03-29T08:29:47.541Z] Commit message: "fix(notifications): Return 200 status code when successful to delete subscription" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T08:29:48.870Z] + echo snap-build.sh [2021-03-29T08:29:48.870Z] snap-build.sh [2021-03-29T08:29:48.870Z] + SNAP_BASE_DIR=. [2021-03-29T08:29:48.870Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-03-29T08:29:48.870Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-03-29T08:29:48.870Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-03-29T08:29:48.870Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-03-29T08:29:48.870Z] + cd /w/workspace/edgex-go/3 [2021-03-29T08:29:48.870Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-29T08:29:48.870Z] Reading package lists... [2021-03-29T08:29:48.870Z] Building dependency tree... [2021-03-29T08:29:48.870Z] Reading state information... [2021-03-29T08:29:49.140Z] The following packages were automatically installed and are no longer required: [2021-03-29T08:29:49.140Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-29T08:29:49.140Z] uidmap xdelta3 [2021-03-29T08:29:49.140Z] Use 'sudo apt autoremove' to remove them. [2021-03-29T08:29:49.140Z] The following packages will be REMOVED: [2021-03-29T08:29:49.140Z] lxd* lxd-client* [2021-03-29T08:29:49.719Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-29T08:29:49.719Z] After this operation, 31.7 MB disk space will be freed. [2021-03-29T08:29:50.757Z] (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-29T08:29:50.757Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] } [2021-03-29T08:29:51.052Z] $ docker stop --time=1 6511e743eee5363a09713b5fdb9376cc8c6bc5aa7c7283d25405f52f463723e5 [2021-03-29T08:29:51.696Z] Removing lxd dnsmasq configuration [2021-03-29T08:29:51.696Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-29T08:29:52.265Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-29T08:29:52.835Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-29T08:29:53.096Z] (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-29T08:29:53.096Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-29T08:29:53.659Z] $ docker rm -f 6511e743eee5363a09713b5fdb9376cc8c6bc5aa7c7283d25405f52f463723e5 [2021-03-29T08:29:54.091Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-29T08:29:54.352Z] Processing triggers for ureadahead (0.100.0-21) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T08:29:55.733Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T08:29:55.734Z] [2021-03-29T08:29:55.734Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T08:29:55.734Z] + sudo snap remove --purge lxd [2021-03-29T08:29:55.734Z] snap "lxd" is not installed [2021-03-29T08:29:55.734Z] + sudo groupadd --force --system lxd [2021-03-29T08:29:55.734Z] ++ whoami [2021-03-29T08:29:55.734Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-29T08:29:55.734Z] + newgrp - lxd [2021-03-29T08:29:55.734Z] + sudo snap install lxd [Pipeline] isUnix [Pipeline] sh [2021-03-29T08:29:56.397Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T08:29:56.670Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-29T08:29:56.670Z] 29e5d40040c1: Pulling fs layer [2021-03-29T08:29:56.670Z] 1ce36da41761: Pulling fs layer [2021-03-29T08:29:56.670Z] 25b303627fd3: Pulling fs layer [2021-03-29T08:29:57.275Z] 29e5d40040c1: Verifying Checksum [2021-03-29T08:29:57.275Z] 29e5d40040c1: Download complete [2021-03-29T08:29:57.548Z] 1ce36da41761: Verifying Checksum [2021-03-29T08:29:57.548Z] 1ce36da41761: Download complete [2021-03-29T08:29:57.824Z] 29e5d40040c1: Pull complete [2021-03-29T08:29:59.254Z] 1ce36da41761: Pull complete [2021-03-29T08:29:59.254Z] 25b303627fd3: Verifying Checksum [2021-03-29T08:29:59.254Z] 25b303627fd3: Download complete [2021-03-29T08:30:05.729Z] 2021-03-29T08:30:02Z INFO Waiting for automatic snapd restart... [2021-03-29T08:30:09.398Z] 25b303627fd3: Pull complete [2021-03-29T08:30:09.399Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-29T08:30:09.399Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T08:30:09.399Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-29T08:30:09.663Z] prd-ubuntu18.04-docker-arm64-4c-16g-31716 does not seem to be running inside a container [2021-03-29T08:30:09.735Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-29T08:30:12.835Z] $ docker top 454f273b74b52ac6b68fef84dea894734c80ca1eccf2b98d33929a26d15f82a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T08:30:13.881Z] + docker-compose build --help [2021-03-29T08:30:13.882Z] + grep parallel [2021-03-29T08:30:17.255Z] --parallel Build images in parallel. [Pipeline] } [2021-03-29T08:30:17.541Z] $ docker stop --time=1 454f273b74b52ac6b68fef84dea894734c80ca1eccf2b98d33929a26d15f82a8 [2021-03-29T08:30:19.393Z] $ docker rm -f 454f273b74b52ac6b68fef84dea894734c80ca1eccf2b98d33929a26d15f82a8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T08:30:20.196Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T08:30:20.196Z] . [Pipeline] withDockerContainer [2021-03-29T08:30:20.422Z] prd-ubuntu18.04-docker-arm64-4c-16g-31716 does not seem to be running inside a container [2021-03-29T08:30:20.490Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-29T08:30:21.734Z] $ docker top 6bff90b1f61ce5375e91ccda0acaa242f3cb161600a03fc897f6e8ab58f82ff1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T08:30:22.693Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-29T08:30:26.053Z] Building docker-core-command-go ... [2021-03-29T08:30:26.054Z] Building docker-core-data-go ... [2021-03-29T08:30:26.054Z] Building docker-core-metadata-go ... [2021-03-29T08:30:26.054Z] Building docker-security-bootstrapper-go ... [2021-03-29T08:30:26.054Z] Building docker-security-proxy-setup-go ... [2021-03-29T08:30:26.054Z] Building docker-security-secretstore-setup-go ... [2021-03-29T08:30:26.054Z] Building docker-support-notifications-go ... [2021-03-29T08:30:26.054Z] Building docker-support-scheduler-go ... [2021-03-29T08:30:26.054Z] Building docker-sys-mgmt-agent-go ... [2021-03-29T08:30:26.054Z] Building docker-support-notifications-go [2021-03-29T08:30:26.054Z] Building docker-support-scheduler-go [2021-03-29T08:30:26.054Z] Building docker-security-proxy-setup-go [2021-03-29T08:30:26.054Z] Building docker-security-secretstore-setup-go [2021-03-29T08:30:26.054Z] Building docker-security-bootstrapper-go [2021-03-29T08:30:32.327Z] lxd 4.12 from Canonical* installed [2021-03-29T08:30:32.327Z] + sudo lxd init --auto [2021-03-29T08:30:38.910Z] + sudo snap install --classic snapcraft [2021-03-29T08:30:44.203Z] snapcraft 4.5.4 from Canonical* installed [2021-03-29T08:30:44.203Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-29T08:30:44.203Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-29T08:30:44.203Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T08:30:44.203Z] Dload Upload Total Spent Left Speed [2021-03-29T08:30:44.203Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 5097 0 --:--:-- --:--:-- --:--:-- 5139 [2021-03-29T08:30:44.203Z] 4 3325k 4 139k 0 0 334k 0 0:00:09 --:--:-- 0:00:09 334k 100 3325k 100 3325k 0 0 7259k 0 --:--:-- --:--:-- --:--:-- 75.8M [2021-03-29T08:30:44.203Z] ./yq_linux_amd64 [2021-03-29T08:30:44.203Z] + sudo snapcraft prime --use-lxd [2021-03-29T08:30:45.585Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-29T08:30:45.585Z] 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-29T08:30:45.585Z] - README.md [2021-03-29T08:30:45.585Z] [2021-03-29T08:30:45.585Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-29T08:30:46.525Z] Launching a container. [2021-03-29T08:30:58.754Z] Waiting for container to be ready [2021-03-29T08:30:58.754Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-29T08:30:58.754Z] [2021-03-29T08:31:02.061Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-29T08:31:02.061Z] Waiting for network to be ready... [2021-03-29T08:31:02.324Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-29T08:31:02.591Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-03-29T08:31:02.591Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-29T08:31:02.591Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-29T08:31:02.591Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-29T08:31:02.591Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-29T08:31:02.591Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-29T08:31:02.591Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-29T08:31:02.591Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-29T08:31:02.861Z] Get:10 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-29T08:31:03.123Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-29T08:31:03.384Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-29T08:31:03.384Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-29T08:31:03.648Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-29T08:31:03.648Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-29T08:31:03.648Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-29T08:31:03.648Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-29T08:31:03.648Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-29T08:31:03.908Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-29T08:31:04.169Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-29T08:31:04.429Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-29T08:31:04.429Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-29T08:31:04.429Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-29T08:31:04.429Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-29T08:31:04.429Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-29T08:31:04.430Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-29T08:31:04.430Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-29T08:31:07.727Z] Fetched 24.2 MB in 5s (4933 kB/s) [2021-03-29T08:31:08.667Z] Reading package lists... [2021-03-29T08:31:08.667Z] Reading package lists... [2021-03-29T08:31:08.926Z] Building dependency tree... [2021-03-29T08:31:08.926Z] Reading state information... [2021-03-29T08:31:08.926Z] The following additional packages will be installed: [2021-03-29T08:31:08.926Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-29T08:31:08.926Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-29T08:31:08.926Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-29T08:31:08.926Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-29T08:31:08.926Z] Suggested packages: [2021-03-29T08:31:08.926Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-29T08:31:08.926Z] Recommended packages: [2021-03-29T08:31:08.926Z] gnupg libsasl2-modules [2021-03-29T08:31:08.926Z] The following NEW packages will be installed: [2021-03-29T08:31:08.926Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-29T08:31:08.926Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-29T08:31:08.926Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-29T08:31:08.926Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-29T08:31:08.926Z] The following packages will be upgraded: [2021-03-29T08:31:08.926Z] gpg gpg-agent gpgconf libudev1 [2021-03-29T08:31:09.186Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-29T08:31:09.186Z] Need to get 3530 kB of archives. [2021-03-29T08:31:09.186Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-29T08:31:09.186Z] 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-29T08:31:09.186Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-29T08:31:09.446Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-29T08:31:09.446Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-29T08:31:09.446Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-29T08:31:09.446Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-29T08:31:10.016Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-29T08:31:10.016Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-29T08:31:10.016Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-29T08:31:10.016Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-29T08:31:10.016Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-29T08:31:10.016Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-29T08:31:10.016Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-29T08:31:10.016Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-29T08:31:10.016Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-29T08:31:10.016Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-29T08:31:10.016Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-29T08:31:10.016Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-29T08:31:10.016Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-29T08:31:10.016Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-29T08:31:10.016Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-29T08:31:10.016Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-29T08:31:10.282Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T08:31:10.282Z] Fetched 3530 kB in 1s (3213 kB/s) [2021-03-29T08:31:10.282Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-29T08:31:10.282Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-29T08:31:10.282Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T08:31:10.544Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-29T08:31:10.544Z] Selecting previously unselected package udev. [2021-03-29T08:31:10.544Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-29T08:31:10.544Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-29T08:31:10.544Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-29T08:31:10.803Z] Selecting previously unselected package libfuse2:amd64. [2021-03-29T08:31:10.803Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-29T08:31:10.803Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-29T08:31:11.064Z] Selecting previously unselected package fuse. [2021-03-29T08:31:11.064Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-29T08:31:11.064Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-29T08:31:11.064Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T08:31:11.064Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T08:31:11.329Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T08:31:11.329Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T08:31:11.329Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T08:31:11.329Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T08:31:11.592Z] Selecting previously unselected package libksba8:amd64. [2021-03-29T08:31:11.592Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-29T08:31:11.592Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-29T08:31:11.592Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-29T08:31:11.592Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T08:31:11.592Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T08:31:11.853Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-29T08:31:11.853Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T08:31:11.853Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T08:31:12.114Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-29T08:31:12.114Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T08:31:12.114Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T08:31:12.114Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-29T08:31:12.114Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T08:31:12.114Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T08:31:12.377Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-29T08:31:12.377Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T08:31:12.377Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T08:31:12.377Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-29T08:31:12.377Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T08:31:12.377Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T08:31:12.377Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-29T08:31:12.377Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T08:31:12.377Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T08:31:12.640Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-29T08:31:12.640Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T08:31:12.640Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T08:31:12.640Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-29T08:31:12.640Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T08:31:12.640Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T08:31:12.901Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-29T08:31:12.901Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-29T08:31:12.901Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T08:31:12.901Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-29T08:31:12.901Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-29T08:31:12.901Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T08:31:12.901Z] Selecting previously unselected package libldap-common. [2021-03-29T08:31:12.901Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-29T08:31:13.161Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T08:31:13.161Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-29T08:31:13.161Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-29T08:31:13.161Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T08:31:13.161Z] Selecting previously unselected package dirmngr. [2021-03-29T08:31:13.161Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T08:31:13.161Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-29T08:31:13.423Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T08:31:13.423Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-29T08:31:13.423Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-29T08:31:13.423Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T08:31:13.423Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T08:31:13.423Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-29T08:31:13.684Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T08:31:13.684Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-29T08:31:13.684Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T08:31:13.684Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-29T08:31:13.944Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-29T08:31:14.204Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T08:31:14.204Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-29T08:31:14.204Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-29T08:31:14.204Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-29T08:31:14.204Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T08:31:14.204Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T08:31:14.204Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T08:31:14.463Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T08:31:14.463Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T08:31:14.463Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T08:31:14.463Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T08:31:14.463Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T08:31:14.463Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-29T08:31:14.463Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T08:31:15.033Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-29T08:31:15.033Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-29T08:31:15.033Z] This means they are not meant to be enabled using systemctl. [2021-03-29T08:31:15.033Z] Possible reasons for having this kind of units are: [2021-03-29T08:31:15.033Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-29T08:31:15.033Z] .wants/ or .requires/ directory. [2021-03-29T08:31:15.033Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-29T08:31:15.033Z] a requirement dependency on it. [2021-03-29T08:31:15.033Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-29T08:31:15.033Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-29T08:31:15.033Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-29T08:31:15.033Z] instance name specified. [2021-03-29T08:31:15.294Z] Reading package lists... [2021-03-29T08:31:15.556Z] Building dependency tree... [2021-03-29T08:31:15.556Z] Reading state information... [2021-03-29T08:31:15.556Z] The following additional packages will be installed: [2021-03-29T08:31:15.556Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-29T08:31:15.556Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-29T08:31:15.556Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-29T08:31:15.556Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-29T08:31:15.556Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-29T08:31:15.556Z] Suggested packages: [2021-03-29T08:31:15.556Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-29T08:31:15.556Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-29T08:31:15.556Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-29T08:31:15.556Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-29T08:31:15.556Z] systemd-container policykit-1 [2021-03-29T08:31:15.556Z] Recommended packages: [2021-03-29T08:31:15.556Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-29T08:31:15.556Z] The following NEW packages will be installed: [2021-03-29T08:31:15.556Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-29T08:31:15.556Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-29T08:31:15.556Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-29T08:31:15.556Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-29T08:31:15.556Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-29T08:31:15.556Z] The following packages will be upgraded: [2021-03-29T08:31:15.556Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-29T08:31:15.556Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-29T08:31:15.556Z] Need to get 35.2 MB of archives. [2021-03-29T08:31:15.556Z] After this operation, 141 MB of additional disk space will be used. [2021-03-29T08:31:15.556Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-29T08:31:15.815Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-29T08:31:15.815Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-29T08:31:15.815Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-03-29T08:31:15.815Z] 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-29T08:31:15.815Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-29T08:31:15.815Z] 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-29T08:31:15.815Z] 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-29T08:31:16.076Z] 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-29T08:31:16.076Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-29T08:31:16.076Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-29T08:31:16.076Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-29T08:31:16.076Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-29T08:31:16.076Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-29T08:31:16.076Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-29T08:31:16.076Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-29T08:31:16.076Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-29T08:31:16.076Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-29T08:31:16.076Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-29T08:31:16.647Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-29T08:31:16.647Z] 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-29T08:31:16.647Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-29T08:31:16.647Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-29T08:31:16.647Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-29T08:31:16.647Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-29T08:31:16.647Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-29T08:31:16.647Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-29T08:31:16.647Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-29T08:31:16.647Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-29T08:31:16.911Z] 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-29T08:31:16.911Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T08:31:16.911Z] Fetched 35.2 MB in 1s (30.9 MB/s) [2021-03-29T08:31:17.173Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T08:31:17.173Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-29T08:31:17.173Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T08:31:17.743Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-29T08:31:18.004Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T08:31:18.004Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-29T08:31:18.004Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T08:31:18.004Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-29T08:31:18.004Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-29T08:31:18.265Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-29T08:31:18.265Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T08:31:18.265Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-29T08:31:18.525Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-29T08:31:18.786Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-29T08:31:18.786Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-29T08:31:19.356Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-29T08:31:19.356Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-29T08:31:19.356Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-29T08:31:19.356Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-29T08:31:19.615Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-29T08:31:19.615Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T08:31:19.615Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T08:31:19.875Z] Selecting previously unselected package libexpat1:amd64. [2021-03-29T08:31:19.875Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-29T08:31:19.875Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-29T08:31:20.138Z] Selecting previously unselected package python3.6-minimal. [2021-03-29T08:31:20.138Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T08:31:20.138Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T08:31:20.398Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-29T08:31:20.658Z] Checking for services that may need to be restarted...done. [2021-03-29T08:31:20.658Z] Checking for services that may need to be restarted...done. [2021-03-29T08:31:20.658Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T08:31:20.658Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-29T08:31:20.658Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T08:31:21.228Z] Selecting previously unselected package python3-minimal. [2021-03-29T08:31:21.228Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-29T08:31:21.228Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-29T08:31:21.228Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-29T08:31:21.228Z] Selecting previously unselected package mime-support. [2021-03-29T08:31:21.488Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-29T08:31:21.488Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-29T08:31:21.488Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-29T08:31:21.488Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-29T08:31:21.488Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-29T08:31:21.488Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-29T08:31:21.488Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T08:31:21.488Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T08:31:21.748Z] Selecting previously unselected package python3.6. [2021-03-29T08:31:21.748Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T08:31:22.009Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T08:31:22.009Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-29T08:31:22.009Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-29T08:31:22.009Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-29T08:31:22.009Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-29T08:31:22.270Z] Selecting previously unselected package python3. [2021-03-29T08:31:22.270Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-29T08:31:22.270Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-29T08:31:22.270Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-29T08:31:22.270Z] Selecting previously unselected package multiarch-support. [2021-03-29T08:31:22.270Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T08:31:22.270Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-29T08:31:22.531Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-29T08:31:22.531Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-29T08:31:22.531Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-29T08:31:22.531Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-29T08:31:22.531Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-29T08:31:22.531Z] Selecting previously unselected package libbsd0:amd64. [2021-03-29T08:31:22.531Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-29T08:31:22.531Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-29T08:31:22.791Z] Selecting previously unselected package sudo. [2021-03-29T08:31:22.791Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-29T08:31:22.791Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-29T08:31:22.791Z] Selecting previously unselected package apparmor. [2021-03-29T08:31:22.791Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-29T08:31:23.052Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-29T08:31:23.052Z] Selecting previously unselected package libedit2:amd64. [2021-03-29T08:31:23.052Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-29T08:31:23.052Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-29T08:31:23.312Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-29T08:31:23.312Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T08:31:23.312Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T08:31:23.312Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-29T08:31:23.312Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T08:31:23.312Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T08:31:23.312Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-29T08:31:23.312Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-29T08:31:23.312Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-29T08:31:23.572Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-29T08:31:23.572Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T08:31:23.572Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T08:31:23.572Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-29T08:31:23.572Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T08:31:23.572Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T08:31:23.832Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-29T08:31:23.832Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-29T08:31:23.832Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-29T08:31:24.092Z] Selecting previously unselected package openssh-client. [2021-03-29T08:31:24.092Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-29T08:31:24.092Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-29T08:31:24.092Z] Selecting previously unselected package squashfs-tools. [2021-03-29T08:31:24.092Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-29T08:31:24.092Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-29T08:31:24.352Z] Selecting previously unselected package snapd. [2021-03-29T08:31:24.352Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-29T08:31:24.352Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-29T08:31:26.895Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-29T08:31:26.895Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-29T08:31:26.895Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-29T08:31:26.895Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-29T08:31:26.895Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-29T08:31:26.895Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T08:31:26.895Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T08:31:26.895Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-29T08:31:26.895Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-29T08:31:28.280Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-29T08:31:28.280Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-29T08:31:28.280Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-29T08:31:28.280Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T08:31:28.280Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T08:31:28.280Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T08:31:28.850Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-29T08:31:29.109Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T08:31:29.109Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-29T08:31:29.109Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-29T08:31:29.109Z] running python rtupdate hooks for python3.6... [2021-03-29T08:31:29.109Z] running python post-rtupdate hooks for python3.6... [2021-03-29T08:31:29.109Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-29T08:31:31.023Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-29T08:31:31.023Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T08:31:31.023Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-29T08:31:31.023Z] Setting up snapd (2.48.3+18.04) ... [2021-03-29T08:31:31.592Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-29T08:31:31.851Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-29T08:31:32.111Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-29T08:31:32.111Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-29T08:31:32.370Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-29T08:31:32.370Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-29T08:31:32.639Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-29T08:31:32.899Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-29T08:31:32.899Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-29T08:31:33.158Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-29T08:31:33.419Z] /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-29T08:31:33.419Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T08:31:33.419Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-29T08:31:34.359Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T08:31:34.359Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T08:31:34.619Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T08:31:36.003Z] Reading package lists... [2021-03-29T08:31:36.003Z] Reading package lists... [2021-03-29T08:31:36.263Z] Building dependency tree... [2021-03-29T08:31:36.263Z] Reading state information... [2021-03-29T08:31:36.263Z] Calculating upgrade... [2021-03-29T08:31:36.524Z] The following packages will be upgraded: [2021-03-29T08:31:36.524Z] advancecomp base-files bash binutils binutils-common [2021-03-29T08:31:36.524Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-29T08:31:36.524Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-29T08:31:36.524Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-29T08:31:36.524Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-29T08:31:36.524Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-29T08:31:36.524Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-29T08:31:36.525Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-29T08:31:36.525Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-29T08:31:36.525Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-29T08:31:36.525Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-29T08:31:36.525Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-29T08:31:36.525Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-29T08:31:36.525Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-29T08:31:36.525Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-29T08:31:36.525Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T08:31:36.525Z] Need to get 63.8 MB of archives. [2021-03-29T08:31:36.525Z] After this operation, 5208 kB of additional disk space will be used. [2021-03-29T08:31:36.525Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-03-29T08:31:36.525Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-29T08:31:36.785Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-29T08:31:36.785Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-29T08:31:36.785Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-29T08:31:36.785Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-29T08:31:36.785Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-29T08:31:36.785Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-29T08:31:36.785Z] 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-29T08:31:36.785Z] 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-29T08:31:36.785Z] 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-29T08:31:36.785Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-29T08:31:36.785Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-29T08:31:36.785Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-29T08:31:36.785Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-29T08:31:36.785Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-29T08:31:36.785Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-29T08:31:36.785Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-29T08:31:36.785Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-29T08:31:36.785Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-29T08:31:36.785Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-29T08:31:37.047Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-29T08:31:37.047Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-29T08:31:37.047Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-29T08:31:37.047Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-29T08:31:37.047Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-29T08:31:37.047Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-29T08:31:37.047Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-29T08:31:37.047Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-29T08:31:37.047Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-29T08:31:37.047Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-29T08:31:37.047Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-29T08:31:37.047Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-29T08:31:37.047Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-29T08:31:37.047Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-29T08:31:37.047Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-29T08:31:37.047Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-29T08:31:37.047Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-29T08:31:37.047Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-29T08:31:37.047Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-03-29T08:31:37.047Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-29T08:31:37.048Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-29T08:31:37.048Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-29T08:31:37.048Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-29T08:31:37.048Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-29T08:31:37.048Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-29T08:31:37.048Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-29T08:31:37.048Z] Get:48 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-29T08:31:37.313Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-29T08:31:37.313Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-29T08:31:37.313Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-29T08:31:37.313Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-29T08:31:37.313Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-29T08:31:37.313Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-29T08:31:37.313Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-29T08:31:37.313Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-29T08:31:37.578Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-29T08:31:37.578Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-29T08:31:37.578Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-29T08:31:37.578Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-29T08:31:37.578Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-29T08:31:37.578Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-29T08:31:37.578Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-29T08:31:37.578Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-29T08:31:37.578Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-29T08:31:37.578Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-29T08:31:37.578Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-29T08:31:37.840Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-29T08:31:37.840Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-29T08:31:37.840Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-29T08:31:37.840Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-29T08:31:37.840Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-29T08:31:37.840Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-29T08:31:37.840Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-29T08:31:37.840Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-29T08:31:37.840Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-29T08:31:37.840Z] Get:77 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-29T08:31:37.840Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-29T08:31:37.840Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-29T08:31:37.840Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-29T08:31:37.840Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-29T08:31:37.840Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-29T08:31:37.840Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-29T08:31:37.840Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-29T08:31:37.840Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-29T08:31:37.840Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-29T08:31:38.100Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-29T08:31:38.100Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-29T08:31:38.100Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-29T08:31:38.100Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-29T08:31:38.100Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-29T08:31:38.100Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-29T08:31:38.100Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-29T08:31:38.100Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-29T08:31:38.100Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-29T08:31:38.100Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-29T08:31:38.100Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-29T08:31:38.100Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-29T08:31:38.100Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-29T08:31:38.360Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T08:31:38.360Z] Fetched 63.8 MB in 2s (37.3 MB/s) [2021-03-29T08:31:38.360Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T08:31:38.360Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T08:31:38.360Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T08:31:39.299Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T08:31:39.299Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T08:31:39.299Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-03-29T08:31:39.299Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-03-29T08:31:39.868Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T08:31:39.868Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T08:31:40.128Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T08:31:40.128Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T08:31:40.128Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T08:31:40.388Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T08:31:40.388Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T08:31:40.388Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T08:31:40.648Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T08:31:40.648Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T08:31:40.648Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T08:31:40.648Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T08:31:40.648Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T08:31:40.648Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T08:31:40.909Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T08:31:40.909Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T08:31:40.909Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T08:31:40.909Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-29T08:31:41.168Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-29T08:31:41.168Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T08:31:41.168Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T08:31:41.168Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T08:31:41.168Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T08:31:41.168Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T08:31:41.427Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T08:31:41.427Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T08:31:41.687Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T08:31:41.687Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T08:31:41.687Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T08:31:41.947Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T08:31:42.517Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-29T08:31:42.517Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T08:31:42.517Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-29T08:31:42.517Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-29T08:31:42.517Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-29T08:31:42.778Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-29T08:31:42.778Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-29T08:31:42.778Z] Installing new version of config file /etc/issue ... [2021-03-29T08:31:42.778Z] Installing new version of config file /etc/issue.net ... [2021-03-29T08:31:43.039Z] Installing new version of config file /etc/lsb-release ... [2021-03-29T08:31:43.039Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-29T08:31:43.299Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-29T08:31:43.299Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-29T08:31:43.299Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-29T08:31:43.299Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T08:31:43.299Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-29T08:31:43.299Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-29T08:31:43.559Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-29T08:31:43.559Z] 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-29T08:31:43.559Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T08:31:43.559Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T08:31:43.559Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-29T08:31:43.819Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-29T08:31:43.819Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T08:31:43.820Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-29T08:31:43.820Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-29T08:31:43.820Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-29T08:31:44.079Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T08:31:44.079Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-29T08:31:44.079Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T08:31:44.339Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-29T08:31:44.339Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T08:31:44.339Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T08:31:44.339Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T08:31:44.600Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T08:31:44.600Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T08:31:44.600Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T08:31:44.600Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T08:31:44.860Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-29T08:31:44.860Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T08:31:44.860Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-29T08:31:44.860Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-29T08:31:44.860Z] Setting up grep (3.1-2build1) ... [2021-03-29T08:31:45.120Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T08:31:45.120Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-29T08:31:45.120Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-29T08:31:45.380Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-29T08:31:45.380Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T08:31:45.380Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T08:31:45.380Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T08:31:45.380Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-29T08:31:45.644Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T08:31:45.644Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T08:31:45.644Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T08:31:46.214Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T08:31:46.214Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T08:31:46.474Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T08:31:46.474Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T08:31:47.044Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-29T08:31:47.044Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T08:31:47.044Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-29T08:31:47.044Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T08:31:47.855Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T08:31:47.855Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T08:31:47.855Z] ---> ac29614869c6 [2021-03-29T08:31:47.855Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T08:31:47.855Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T08:31:47.855Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-29T08:31:47.855Z] ---> ac29614869c6 [2021-03-29T08:31:47.855Z] Step 3/21 : WORKDIR /edgex-go [2021-03-29T08:31:47.855Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T08:31:47.855Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T08:31:47.855Z] ---> ac29614869c6 [2021-03-29T08:31:47.855Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T08:31:47.855Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T08:31:47.855Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-29T08:31:47.855Z] ---> ac29614869c6 [2021-03-29T08:31:47.855Z] Step 3/31 : WORKDIR /edgex-go [2021-03-29T08:31:47.855Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T08:31:47.855Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-29T08:31:47.855Z] ---> ac29614869c6 [2021-03-29T08:31:47.855Z] Step 3/24 : WORKDIR /edgex-go [2021-03-29T08:31:47.855Z] ---> Running in 8ad59b840db9 [2021-03-29T08:31:47.855Z] ---> Running in 275e0dd5caa1 [2021-03-29T08:31:47.855Z] ---> Running in 1de3a0821902 [2021-03-29T08:31:47.855Z] ---> Running in 5b5f1b3aad62 [2021-03-29T08:31:47.855Z] ---> Running in e425344e3f6e [2021-03-29T08:31:47.855Z] Removing intermediate container 8ad59b840db9 [2021-03-29T08:31:47.855Z] ---> 7277a44c3a7b [2021-03-29T08:31:47.855Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T08:31:47.855Z] Removing intermediate container 5b5f1b3aad62 [2021-03-29T08:31:47.855Z] ---> 0a38f3d872d3 [2021-03-29T08:31:47.855Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T08:31:47.855Z] Removing intermediate container 1de3a0821902 [2021-03-29T08:31:47.855Z] ---> 2eb704ddc5aa [2021-03-29T08:31:47.855Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T08:31:47.855Z] Removing intermediate container e425344e3f6e [2021-03-29T08:31:47.855Z] ---> e9e160fa19ee [2021-03-29T08:31:47.855Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T08:31:47.855Z] Removing intermediate container 275e0dd5caa1 [2021-03-29T08:31:47.855Z] ---> af04162c70d7 [2021-03-29T08:31:47.855Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T08:31:47.855Z] ---> Running in a50a1f9f08db [2021-03-29T08:31:47.855Z] ---> Running in dbad3f976463 [2021-03-29T08:31:47.855Z] ---> Running in 4ab4cdeff698 [2021-03-29T08:31:47.855Z] ---> Running in b7a850dff24b [2021-03-29T08:31:47.855Z] ---> Running in 9c23046c0f96 [2021-03-29T08:31:47.855Z] Removing intermediate container a50a1f9f08db [2021-03-29T08:31:47.855Z] ---> a43d1149f81b [2021-03-29T08:31:47.855Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-29T08:31:47.855Z] ---> Running in 0e18dceabf9d [2021-03-29T08:31:47.855Z] Removing intermediate container dbad3f976463 [2021-03-29T08:31:47.855Z] ---> 4adbb2f42b43 [2021-03-29T08:31:47.855Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-29T08:31:47.855Z] ---> Running in 6e013f19bad9 [2021-03-29T08:31:47.855Z] Removing intermediate container 9c23046c0f96 [2021-03-29T08:31:47.855Z] ---> 49a4952c17ee [2021-03-29T08:31:47.855Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-29T08:31:47.855Z] Removing intermediate container 4ab4cdeff698 [2021-03-29T08:31:47.855Z] ---> f7b73a35fe59 [2021-03-29T08:31:47.856Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-29T08:31:47.856Z] Removing intermediate container b7a850dff24b [2021-03-29T08:31:47.856Z] ---> bf0c79c1cbd6 [2021-03-29T08:31:47.856Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-29T08:31:47.856Z] ---> Running in 4acf6de3a5c8 [2021-03-29T08:31:47.856Z] ---> Running in b00e0e1ace48 [2021-03-29T08:31:47.856Z] ---> Running in a320c159419b [2021-03-29T08:31:47.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T08:31:47.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T08:31:48.427Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-29T08:31:48.427Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-29T08:31:48.427Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-29T08:31:48.427Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-29T08:31:48.427Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-29T08:31:48.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T08:31:48.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T08:31:48.687Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T08:31:48.687Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-29T08:31:48.687Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-29T08:31:48.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T08:31:48.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T08:31:48.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T08:31:48.947Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-29T08:31:48.947Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T08:31:48.947Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T08:31:48.947Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T08:31:49.010Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T08:31:49.206Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T08:31:49.206Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T08:31:49.206Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T08:31:49.206Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T08:31:49.287Z] OK: 217 MiB in 51 packages [2021-03-29T08:31:49.466Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T08:31:49.466Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T08:31:49.466Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T08:31:49.466Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T08:31:49.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T08:31:49.579Z] OK: 217 MiB in 51 packages [2021-03-29T08:31:49.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T08:31:49.725Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T08:31:49.725Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T08:31:49.725Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T08:31:49.725Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T08:31:49.985Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T08:31:49.985Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T08:31:49.985Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T08:31:49.985Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T08:31:50.184Z] OK: 217 MiB in 51 packages [2021-03-29T08:31:50.244Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T08:31:50.244Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T08:31:50.245Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-29T08:31:50.245Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T08:31:50.245Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T08:31:50.461Z] OK: 217 MiB in 51 packages [2021-03-29T08:31:50.461Z] OK: 217 MiB in 51 packages [2021-03-29T08:31:50.504Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T08:31:50.504Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-29T08:31:50.504Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T08:31:50.504Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T08:31:50.504Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T08:31:50.762Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T08:31:50.762Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T08:31:50.762Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T08:31:50.762Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T08:31:50.762Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-29T08:31:51.022Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T08:31:51.022Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T08:31:51.022Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T08:31:51.056Z] Removing intermediate container 0e18dceabf9d [2021-03-29T08:31:51.057Z] ---> a30ca0068317 [2021-03-29T08:31:51.057Z] Step 6/22 : COPY go.mod . [2021-03-29T08:31:51.592Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-29T08:31:51.659Z] Removing intermediate container 6e013f19bad9 [2021-03-29T08:31:51.659Z] ---> a972f8990653 [2021-03-29T08:31:51.659Z] Step 6/21 : COPY go.mod . [2021-03-29T08:31:51.852Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-29T08:31:51.933Z] Removing intermediate container b00e0e1ace48 [2021-03-29T08:31:51.933Z] ---> af41212b04b2 [2021-03-29T08:31:51.933Z] Step 6/31 : COPY go.mod . [2021-03-29T08:31:52.112Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-29T08:31:52.112Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T08:31:52.112Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T08:31:52.112Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T08:31:52.204Z] ---> 0521772e2251 [2021-03-29T08:31:52.204Z] Step 7/22 : RUN go mod download [2021-03-29T08:31:52.373Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-29T08:31:52.477Z] Removing intermediate container a320c159419b [2021-03-29T08:31:52.477Z] ---> e6238cc8cb2c [2021-03-29T08:31:52.477Z] Step 6/22 : COPY go.mod . [2021-03-29T08:31:52.477Z] ---> Running in 0671a2cd7842 [2021-03-29T08:31:52.477Z] Removing intermediate container 4acf6de3a5c8 [2021-03-29T08:31:52.477Z] ---> bcb41dbc98f0 [2021-03-29T08:31:52.477Z] Step 6/24 : COPY go.mod . [2021-03-29T08:31:52.632Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T08:31:52.633Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-29T08:31:52.633Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T08:31:52.764Z] ---> 00143fd22024 [2021-03-29T08:31:52.764Z] Step 7/21 : RUN go mod download [2021-03-29T08:31:52.909Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-29T08:31:52.909Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T08:31:52.909Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-29T08:31:52.909Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-29T08:31:53.043Z] ---> Running in 0bfcf4a450b7 [2021-03-29T08:31:53.043Z] ---> 1c120a83cd71 [2021-03-29T08:31:53.043Z] Step 7/31 : RUN go mod download [2021-03-29T08:31:53.169Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-29T08:31:53.332Z] ---> Running in 0c01bebf79d7 [2021-03-29T08:31:53.429Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T08:31:53.429Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-29T08:31:53.429Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-29T08:31:53.429Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-29T08:31:53.606Z] ---> 9f362d820b6e [2021-03-29T08:31:53.606Z] Step 7/22 : RUN go mod download [2021-03-29T08:31:53.688Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T08:31:53.689Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-29T08:31:53.689Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-29T08:31:53.689Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-29T08:31:53.897Z] ---> 280e540433d7 [2021-03-29T08:31:53.897Z] Step 7/24 : RUN go mod download [2021-03-29T08:31:53.897Z] ---> Running in 02f5188a5321 [2021-03-29T08:31:53.948Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T08:31:53.948Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T08:31:53.948Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T08:31:53.948Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T08:31:54.179Z] ---> Running in dfa7c4e27339 [2021-03-29T08:31:54.207Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T08:31:54.207Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T08:31:54.207Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T08:31:54.207Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T08:31:54.466Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T08:31:54.466Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T08:31:54.466Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T08:31:54.729Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T08:31:54.988Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T08:31:54.988Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T08:31:54.988Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T08:31:54.988Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-29T08:31:54.988Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T08:31:55.247Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T08:31:55.248Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T08:31:55.248Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T08:31:55.248Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T08:31:55.248Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-29T08:31:55.248Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-29T08:31:55.507Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-29T08:31:55.507Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T08:31:55.507Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-29T08:31:55.767Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T08:31:55.767Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T08:31:56.027Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T08:31:56.027Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T08:31:56.027Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T08:31:56.027Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T08:31:56.286Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T08:31:56.286Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-29T08:31:56.286Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-29T08:31:56.286Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-29T08:31:56.546Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T08:31:56.546Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-29T08:31:56.546Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-29T08:31:56.805Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-29T08:31:57.065Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T08:31:57.065Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T08:31:57.065Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T08:31:57.065Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-29T08:31:57.065Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T08:31:57.065Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-29T08:31:57.065Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-29T08:31:57.325Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-29T08:31:57.584Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T08:31:57.584Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-29T08:31:57.584Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-29T08:31:57.584Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-29T08:31:57.584Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T08:31:57.584Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-29T08:31:57.587Z] Removing intermediate container 0671a2cd7842 [2021-03-29T08:31:57.587Z] ---> 7dfbe9c45242 [2021-03-29T08:31:57.587Z] Step 8/22 : COPY . . [2021-03-29T08:31:57.587Z] Removing intermediate container 0bfcf4a450b7 [2021-03-29T08:31:57.587Z] ---> 3908fe4efabd [2021-03-29T08:31:57.587Z] Step 8/21 : COPY . . [2021-03-29T08:31:57.865Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-29T08:31:57.865Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-29T08:31:57.878Z] Removing intermediate container 0c01bebf79d7 [2021-03-29T08:31:57.878Z] ---> 93adf38d8e24 [2021-03-29T08:31:57.878Z] Step 8/31 : COPY . . [2021-03-29T08:31:58.138Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T08:31:58.138Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-29T08:31:58.138Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-29T08:31:58.138Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-29T08:31:58.405Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T08:31:58.405Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-29T08:31:58.405Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-29T08:31:58.405Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-29T08:31:58.405Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T08:31:58.405Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-29T08:31:58.474Z] Removing intermediate container 02f5188a5321 [2021-03-29T08:31:58.474Z] ---> b25ebc35bc62 [2021-03-29T08:31:58.474Z] Step 8/22 : COPY . . [2021-03-29T08:31:58.672Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-29T08:31:58.672Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-29T08:31:58.672Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-29T08:31:58.672Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-29T08:31:58.672Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-29T08:31:58.940Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-29T08:31:58.940Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-29T08:31:59.245Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-29T08:31:59.245Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-29T08:31:59.245Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-29T08:31:59.245Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-29T08:31:59.483Z] Removing intermediate container dfa7c4e27339 [2021-03-29T08:31:59.483Z] ---> 701427397b0c [2021-03-29T08:31:59.483Z] Step 8/24 : COPY . . [2021-03-29T08:31:59.525Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-29T08:31:59.525Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-29T08:31:59.525Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-29T08:31:59.792Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-29T08:31:59.792Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-29T08:31:59.792Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-29T08:31:59.792Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-29T08:31:59.792Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-29T08:32:00.058Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-29T08:32:00.058Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-29T08:32:00.058Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-29T08:32:00.058Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-29T08:32:00.320Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-29T08:32:00.320Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-29T08:32:00.580Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-29T08:32:00.580Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-29T08:32:01.519Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-29T08:32:01.519Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-29T08:32:01.519Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-29T08:32:01.519Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-29T08:32:01.519Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T08:32:01.519Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T08:32:02.089Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T08:32:02.089Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T08:32:02.089Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T08:32:02.089Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T08:32:02.349Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T08:32:02.349Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T08:32:02.349Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T08:32:02.349Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T08:32:02.609Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T08:32:02.610Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T08:32:03.180Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T08:32:03.180Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T08:32:03.439Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T08:32:03.439Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T08:32:04.377Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T08:32:04.377Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T08:32:05.313Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T08:32:05.313Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T08:32:06.254Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T08:32:06.254Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T08:32:06.514Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T08:32:06.514Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T08:32:07.451Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T08:32:07.451Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T08:32:07.451Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T08:32:07.451Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T08:32:07.711Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-29T08:32:07.711Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T08:32:07.971Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-29T08:32:07.971Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T08:32:07.971Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-29T08:32:07.971Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-29T08:32:08.231Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T08:32:08.231Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T08:32:08.231Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T08:32:08.231Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T08:32:08.804Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-29T08:32:08.804Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-29T08:32:08.804Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T08:32:08.804Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-29T08:32:08.804Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T08:32:08.804Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T08:32:08.804Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T08:32:09.065Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-29T08:32:09.065Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-29T08:32:09.065Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-29T08:32:09.065Z] [2021-03-29T08:32:09.065Z] Current default time zone: 'Etc/UTC' [2021-03-29T08:32:09.065Z] Local time is now: Mon Mar 29 08:32:08 UTC 2021. [2021-03-29T08:32:09.065Z] Universal Time is now: Mon Mar 29 08:32:08 UTC 2021. [2021-03-29T08:32:09.065Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-29T08:32:09.065Z] [2021-03-29T08:32:09.065Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-29T08:32:09.065Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T08:32:09.325Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-03-29T08:32:09.325Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-29T08:32:09.325Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-29T08:32:09.325Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-29T08:32:09.325Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-29T08:32:09.325Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-29T08:32:09.325Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-29T08:32:09.325Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-29T08:32:09.584Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T08:32:09.584Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-29T08:32:09.584Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T08:32:09.584Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-29T08:32:09.845Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T08:32:09.845Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-29T08:32:09.845Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-29T08:32:09.845Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-29T08:32:09.845Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-29T08:32:09.845Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-29T08:32:09.845Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-29T08:32:09.845Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-29T08:32:09.845Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-29T08:32:11.228Z] Updating certificates in /etc/ssl/certs... [2021-03-29T08:32:12.167Z] 23 added, 27 removed; done. [2021-03-29T08:32:12.167Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-29T08:32:12.167Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T08:32:12.167Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-29T08:32:12.167Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-29T08:32:12.167Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-29T08:32:12.167Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T08:32:12.167Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-29T08:32:12.167Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T08:32:12.167Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T08:32:12.167Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T08:32:12.167Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T08:32:12.427Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T08:32:12.427Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-29T08:32:12.427Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-29T08:32:12.427Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-29T08:32:12.427Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-29T08:32:12.427Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-29T08:32:12.427Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T08:32:12.427Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T08:32:12.427Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-29T08:32:12.687Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-29T08:32:12.687Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-29T08:32:12.687Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-29T08:32:12.687Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-29T08:32:12.687Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-29T08:32:12.687Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-29T08:32:12.947Z] Updating certificates in /etc/ssl/certs... [2021-03-29T08:32:13.208Z] 0 added, 0 removed; done. [2021-03-29T08:32:13.208Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-29T08:32:13.208Z] done. [2021-03-29T08:32:13.779Z] Reading package lists... [2021-03-29T08:32:13.779Z] Building dependency tree... [2021-03-29T08:32:13.779Z] Reading state information... [2021-03-29T08:32:14.040Z] The following NEW packages will be installed: [2021-03-29T08:32:14.040Z] apt-transport-https [2021-03-29T08:32:14.299Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T08:32:14.299Z] Need to get 1696 B of archives. [2021-03-29T08:32:14.299Z] After this operation, 153 kB of additional disk space will be used. [2021-03-29T08:32:14.299Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-29T08:32:14.299Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T08:32:14.299Z] Fetched 1696 B in 0s (8195 B/s) [2021-03-29T08:32:14.299Z] Selecting previously unselected package apt-transport-https. [2021-03-29T08:32:14.299Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-29T08:32:14.299Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-29T08:32:14.299Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-29T08:32:14.559Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-29T08:32:14.819Z] Waiting for network to be ready... [2021-03-29T08:32:21.393Z] 2021-03-29T08:32:18Z INFO Waiting for automatic snapd restart... [2021-03-29T08:32:21.962Z] snapd 2.49.1 from Canonical* installed [2021-03-29T08:32:23.346Z] "snapd" switched to the "latest/stable" channel [2021-03-29T08:32:23.347Z] [2021-03-29T08:32:26.297Z] ---> 23d8e13ae51e [2021-03-29T08:32:26.297Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-29T08:32:26.297Z] ---> c4106c8be618 [2021-03-29T08:32:26.297Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-29T08:32:26.297Z] ---> Running in a53cf1844926 [2021-03-29T08:32:26.297Z] ---> f3df6bc678e8 [2021-03-29T08:32:26.297Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup ---> Running in f245cc933aaf [2021-03-29T08:32:26.297Z] [2021-03-29T08:32:26.297Z] ---> a14b3c366539 [2021-03-29T08:32:26.297Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-29T08:32:26.297Z] ---> aa400e1c188f [2021-03-29T08:32:26.297Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-29T08:32:26.297Z] ---> Running in d4786f84ac25 [2021-03-29T08:32:26.297Z] ---> Running in 1c1ad373b30c [2021-03-29T08:32:26.297Z] ---> Running in 822d4c584c3e [2021-03-29T08:32:26.297Z] 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-29T08:32:26.297Z] 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-29T08:32:26.573Z] 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-29T08:32:26.642Z] core18 20210128 from Canonical* installed [2021-03-29T08:32:26.855Z] 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-29T08:32:26.856Z] 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-29T08:32:26.902Z] "core18" switched to the "latest/stable" channel [2021-03-29T08:32:26.902Z] [2021-03-29T08:32:31.100Z] snapcraft 4.5.4 from Canonical* installed [2021-03-29T08:32:31.360Z] "snapcraft" switched to the "latest/stable" channel [2021-03-29T08:32:31.360Z] [2021-03-29T08:32:34.654Z] 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-29T08:32:34.654Z] - README.md [2021-03-29T08:32:34.654Z] [2021-03-29T08:32:34.654Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-29T08:32:41.233Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T08:32:41.233Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T08:32:41.233Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T08:32:41.494Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T08:32:42.876Z] Reading package lists... [2021-03-29T08:32:43.137Z] 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-29T08:32:49.717Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T08:32:49.717Z] Reading package lists... [2021-03-29T08:32:49.717Z] Building dependency tree... [2021-03-29T08:32:49.717Z] Reading state information... [2021-03-29T08:32:49.717Z] Suggested packages: [2021-03-29T08:32:49.717Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-29T08:32:49.717Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-29T08:32:49.717Z] Recommended packages: [2021-03-29T08:32:49.717Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-29T08:32:49.717Z] The following NEW packages will be installed: [2021-03-29T08:32:49.717Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-29T08:32:49.717Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-29T08:32:49.717Z] pkg-config zip [2021-03-29T08:32:49.717Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T08:32:49.717Z] Need to get 7657 kB of archives. [2021-03-29T08:32:49.717Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-29T08:32:49.717Z] 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-29T08:32:49.717Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-29T08:32:49.977Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-29T08:32:49.977Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-29T08:32:49.977Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-29T08:32:49.977Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-29T08:32:50.237Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-29T08:32:50.237Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-29T08:32:50.237Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-29T08:32:50.237Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-29T08:32:50.497Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-29T08:32:50.497Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-29T08:32:50.497Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-29T08:32:50.497Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-29T08:32:50.497Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-29T08:32:50.757Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T08:32:50.757Z] Fetched 7657 kB in 1s (7109 kB/s) [2021-03-29T08:32:51.017Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-29T08:32:51.018Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-29T08:32:51.018Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-29T08:32:51.018Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-29T08:32:51.277Z] Selecting previously unselected package libpsl5:amd64. [2021-03-29T08:32:51.277Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-29T08:32:51.277Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-29T08:32:51.277Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-29T08:32:51.277Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-29T08:32:51.277Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-29T08:32:51.277Z] Selecting previously unselected package librtmp1:amd64. [2021-03-29T08:32:51.277Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-29T08:32:51.277Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-29T08:32:51.537Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-29T08:32:51.537Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-29T08:32:51.537Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-29T08:32:51.537Z] Selecting previously unselected package liberror-perl. [2021-03-29T08:32:51.537Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-29T08:32:51.537Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-29T08:32:51.537Z] Selecting previously unselected package git-man. [2021-03-29T08:32:51.537Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-29T08:32:51.537Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-29T08:32:51.798Z] Selecting previously unselected package git. [2021-03-29T08:32:51.798Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-29T08:32:51.798Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-29T08:32:52.741Z] Selecting previously unselected package libnorm1:amd64. [2021-03-29T08:32:52.741Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-29T08:32:52.741Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-29T08:32:52.741Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-29T08:32:52.741Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-29T08:32:52.741Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-29T08:32:53.002Z] Selecting previously unselected package libsodium23:amd64. [2021-03-29T08:32:53.002Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-29T08:32:53.002Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-29T08:32:53.002Z] Selecting previously unselected package libzmq5:amd64. [2021-03-29T08:32:53.002Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-29T08:32:53.002Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T08:32:53.262Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-29T08:32:53.263Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-29T08:32:53.263Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T08:32:53.522Z] Selecting previously unselected package pkg-config. [2021-03-29T08:32:53.522Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-29T08:32:53.522Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-29T08:32:53.522Z] Selecting previously unselected package zip. [2021-03-29T08:32:53.522Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-29T08:32:53.522Z] Unpacking zip (3.0-11build1) ... [2021-03-29T08:32:53.522Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-29T08:32:53.522Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-29T08:32:53.522Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-29T08:32:53.522Z] Setting up liberror-perl (0.17025-1) ... [2021-03-29T08:32:53.782Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-29T08:32:53.782Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-29T08:32:53.782Z] No schema files found: doing nothing. [2021-03-29T08:32:53.782Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-29T08:32:53.782Z] Setting up zip (3.0-11build1) ... [2021-03-29T08:32:53.782Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-29T08:32:53.782Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-29T08:32:53.782Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-29T08:32:53.782Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T08:32:54.042Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-29T08:32:54.042Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T08:32:54.042Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-29T08:32:54.042Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-29T08:33:00.618Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T08:33:00.618Z] git set to automatically installed. [2021-03-29T08:33:00.618Z] git-man set to automatically installed. [2021-03-29T08:33:00.618Z] libcurl3-gnutls set to automatically installed. [2021-03-29T08:33:00.618Z] liberror-perl set to automatically installed. [2021-03-29T08:33:00.618Z] libglib2.0-0 set to automatically installed. [2021-03-29T08:33:00.618Z] libnghttp2-14 set to automatically installed. [2021-03-29T08:33:00.618Z] libnorm1 set to automatically installed. [2021-03-29T08:33:00.618Z] libpgm-5.2-0 set to automatically installed. [2021-03-29T08:33:00.618Z] libpsl5 set to automatically installed. [2021-03-29T08:33:00.618Z] librtmp1 set to automatically installed. [2021-03-29T08:33:00.618Z] libsodium23 set to automatically installed. [2021-03-29T08:33:00.618Z] libzmq3-dev set to automatically installed. [2021-03-29T08:33:00.618Z] libzmq5 set to automatically installed. [2021-03-29T08:33:00.618Z] pkg-config set to automatically installed. [2021-03-29T08:33:00.618Z] zip set to automatically installed. [2021-03-29T08:33:03.448Z] snapd is not logged in, snap install commands will use sudo [2021-03-29T08:33:10.030Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T08:33:24.942Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-29T08:33:24.942Z] snapd is not logged in, snap install commands will use sudo [2021-03-29T08:33:30.229Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T08:33:30.490Z] snap "core18" has no updates available [2021-03-29T08:33:31.059Z] Pulling go-build-helper [2021-03-29T08:33:31.059Z] + snapcraftctl pull [2021-03-29T08:33:31.998Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-29T08:33:31.998Z] Skipping pull go-build-helper (already ran) [2021-03-29T08:33:31.998Z] Building go-build-helper [2021-03-29T08:33:31.998Z] + snapcraftctl build [2021-03-29T08:33:34.541Z] Staging go-build-helper [2021-03-29T08:33:34.541Z] + snapcraftctl stage [2021-03-29T08:33:48.715Z] 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-29T08:33:50.164Z] 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-29T08:33:52.653Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-29T08:33:52.653Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-29T08:33:52.653Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-29T08:33:52.653Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-03-29T08:33:52.653Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-29T08:33:52.653Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-29T08:33:52.653Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-29T08:33:52.653Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-29T08:33:52.653Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-29T08:33:52.653Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-29T08:33:52.653Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-29T08:33:52.653Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-29T08:33:52.653Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-29T08:33:52.653Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-29T08:33:52.653Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-29T08:33:52.653Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-29T08:33:52.653Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-29T08:33:52.653Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-29T08:33:52.653Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-29T08:33:52.653Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-29T08:33:52.653Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-29T08:33:52.653Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-29T08:33:52.653Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-29T08:33:52.653Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-29T08:33:52.653Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-29T08:33:52.653Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-29T08:33:52.653Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-29T08:33:52.653Z] Fetched 24.2 MB in 0s (0 B/s) [2021-03-29T08:33:52.653Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-29T08:33:52.653Z] Fetched 224 kB in 0s (0 B/s) [2021-03-29T08:33:52.653Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-29T08:33:52.653Z] Fetched 157 kB in 0s (0 B/s) [2021-03-29T08:33:52.653Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-29T08:33:52.653Z] Fetched 221 kB in 0s (0 B/s) [2021-03-29T08:33:52.653Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-29T08:33:52.653Z] Fetched 143 kB in 0s (0 B/s) [2021-03-29T08:33:52.653Z] Pulling app-service-config [2021-03-29T08:33:52.653Z] + snapcraftctl pull [2021-03-29T08:33:52.653Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-29T08:33:52.653Z] Pulling config-common [2021-03-29T08:33:52.653Z] + snapcraftctl pull [2021-03-29T08:33:59.233Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T08:33:59.233Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T08:33:59.233Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T08:33:59.233Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T08:33:59.233Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-29T08:33:59.233Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T08:33:59.233Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-29T08:33:59.233Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T08:33:59.233Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-29T08:33:59.233Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T08:33:59.233Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-29T08:33:59.233Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T08:33:59.233Z] Pulling edgex-go [2021-03-29T08:33:59.493Z] + snapcraftctl pull [2021-03-29T08:34:08.520Z] Removing intermediate container d4786f84ac25 [2021-03-29T08:34:08.520Z] ---> 1aea3e4b362d [2021-03-29T08:34:08.520Z] [2021-03-29T08:34:08.520Z] Step 10/24 : FROM alpine:3.12 [2021-03-29T08:34:08.520Z] 3.12: Pulling from library/alpine [2021-03-29T08:34:08.803Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T08:34:08.803Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T08:34:08.803Z] ---> e47305ac9786 [2021-03-29T08:34:08.803Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-29T08:34:09.088Z] Removing intermediate container a53cf1844926 [2021-03-29T08:34:09.088Z] ---> 6bb06a313adb [2021-03-29T08:34:09.088Z] [2021-03-29T08:34:09.088Z] Step 10/21 : FROM alpine:3.12 [2021-03-29T08:34:09.088Z] ---> e47305ac9786 [2021-03-29T08:34:09.088Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-29T08:34:09.088Z] ---> Running in 8fb60a76cfa4 [2021-03-29T08:34:09.376Z] ---> Running in e017b132172d [2021-03-29T08:34:12.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T08:34:12.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T08:34:12.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T08:34:12.304Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T08:34:12.904Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-29T08:34:12.904Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T08:34:12.904Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-29T08:34:12.904Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-29T08:34:12.904Z] (4/6) Installing curl (7.69.1-r3) [2021-03-29T08:34:12.904Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-29T08:34:12.904Z] (6/6) Installing su-exec (0.2-r1) [2021-03-29T08:34:12.904Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T08:34:12.904Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T08:34:12.904Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T08:34:12.904Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-29T08:34:12.904Z] (4/4) Installing curl (7.69.1-r3) [2021-03-29T08:34:12.904Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T08:34:12.904Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T08:34:13.184Z] OK: 7 MiB in 20 packages [2021-03-29T08:34:13.184Z] OK: 7 MiB in 18 packages [2021-03-29T08:34:14.635Z] Removing intermediate container 1c1ad373b30c [2021-03-29T08:34:14.635Z] ---> 4ab307556452 [2021-03-29T08:34:14.635Z] [2021-03-29T08:34:14.635Z] Step 10/31 : FROM alpine:3.12 [2021-03-29T08:34:14.635Z] ---> e47305ac9786 [2021-03-29T08:34:14.635Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-29T08:34:14.920Z] ---> Running in 78715300420c [2021-03-29T08:34:15.913Z] Removing intermediate container 78715300420c [2021-03-29T08:34:15.913Z] ---> ca5058b23c47 [2021-03-29T08:34:15.913Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-29T08:34:16.542Z] ---> Running in c9ec9439a487 [2021-03-29T08:34:16.819Z] Removing intermediate container 8fb60a76cfa4 [2021-03-29T08:34:16.819Z] ---> b46c03227481 [2021-03-29T08:34:16.819Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T08:34:17.100Z] Removing intermediate container e017b132172d [2021-03-29T08:34:17.100Z] ---> 2137d0fbfc80 [2021-03-29T08:34:17.100Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T08:34:17.100Z] ---> Running in 755a2089abb4 [2021-03-29T08:34:17.100Z] ---> Running in 517ebe151108 [2021-03-29T08:34:18.090Z] Removing intermediate container 755a2089abb4 [2021-03-29T08:34:18.090Z] ---> 7fbf41caa203 [2021-03-29T08:34:18.090Z] Step 13/24 : WORKDIR / [2021-03-29T08:34:18.090Z] Removing intermediate container 517ebe151108 [2021-03-29T08:34:18.090Z] ---> e0bb59032629 [2021-03-29T08:34:18.090Z] Step 13/21 : WORKDIR /edgex [2021-03-29T08:34:18.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T08:34:18.377Z] ---> Running in 4eef227fdbb5 [2021-03-29T08:34:18.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T08:34:18.664Z] ---> Running in 6c67527d9c94 [2021-03-29T08:34:19.266Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-29T08:34:19.266Z] (2/2) Installing su-exec (0.2-r1) [2021-03-29T08:34:19.266Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T08:34:19.266Z] OK: 5 MiB in 16 packages [2021-03-29T08:34:19.266Z] Removing intermediate container 4eef227fdbb5 [2021-03-29T08:34:19.266Z] ---> 247845300440 [2021-03-29T08:34:19.266Z] 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-29T08:34:19.914Z] Removing intermediate container 6c67527d9c94 [2021-03-29T08:34:19.914Z] ---> f6dc89c8d834 [2021-03-29T08:34:19.914Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-29T08:34:21.057Z] ---> a97c2283b65c [2021-03-29T08:34:21.057Z] 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-29T08:34:21.350Z] ---> 1578303c7ede [2021-03-29T08:34:21.350Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-29T08:34:21.652Z] Removing intermediate container c9ec9439a487 [2021-03-29T08:34:21.652Z] ---> 4b6573a7ccce [2021-03-29T08:34:21.652Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-29T08:34:21.652Z] ---> Running in b814e48b1cb5 [2021-03-29T08:34:22.318Z] Removing intermediate container 822d4c584c3e [2021-03-29T08:34:22.318Z] ---> 7a2c61270e18 [2021-03-29T08:34:22.318Z] [2021-03-29T08:34:22.318Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T08:34:22.318Z] ---> e47305ac9786 [2021-03-29T08:34:22.318Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-29T08:34:22.318Z] Removing intermediate container f245cc933aaf [2021-03-29T08:34:22.318Z] ---> 88ff8756a3d0 [2021-03-29T08:34:22.318Z] [2021-03-29T08:34:22.318Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T08:34:22.318Z] ---> e47305ac9786 [2021-03-29T08:34:22.318Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-29T08:34:22.318Z] ---> 3401e8fd201a [2021-03-29T08:34:22.318Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-29T08:34:22.634Z] ---> Running in f6059ccfa733 [2021-03-29T08:34:22.634Z] ---> Running in 1406584b981e [2021-03-29T08:34:22.942Z] Removing intermediate container b814e48b1cb5 [2021-03-29T08:34:22.942Z] ---> 3d6cb9e4e1de [2021-03-29T08:34:22.942Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-29T08:34:23.230Z] ---> Running in 6abfcad5e1a3 [2021-03-29T08:34:23.515Z] ---> 272b519c2b0c [2021-03-29T08:34:23.515Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-29T08:34:23.798Z] ---> dd9ddab317a8 [2021-03-29T08:34:23.798Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-29T08:34:24.073Z] Removing intermediate container 6abfcad5e1a3 [2021-03-29T08:34:24.073Z] ---> a68cdb9b48d4 [2021-03-29T08:34:24.073Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-29T08:34:24.353Z] ---> Running in 74cf619705fa [2021-03-29T08:34:24.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T08:34:24.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T08:34:24.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T08:34:25.241Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T08:34:25.516Z] ---> e025cad2d985 [2021-03-29T08:34:25.516Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-29T08:34:25.792Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-29T08:34:25.792Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-29T08:34:25.792Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T08:34:25.792Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T08:34:25.792Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T08:34:25.792Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T08:34:25.792Z] OK: 5 MiB in 15 packages [2021-03-29T08:34:25.792Z] ---> 19f61f95c39e [2021-03-29T08:34:25.792Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-29T08:34:25.792Z] ---> Running in c84b897f1e35 [2021-03-29T08:34:26.071Z] OK: 6 MiB in 16 packages [2021-03-29T08:34:26.075Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T08:34:26.075Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T08:34:26.075Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T08:34:26.075Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-29T08:34:26.075Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-29T08:34:26.075Z] Fetched 279 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-29T08:34:26.075Z] Fetched 122 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-29T08:34:26.075Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-29T08:34:26.075Z] Fetched 8848 B in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-29T08:34:26.075Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-29T08:34:26.075Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-29T08:34:26.075Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-29T08:34:26.075Z] Fetched 214 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-29T08:34:26.075Z] Fetched 154 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-29T08:34:26.075Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-29T08:34:26.075Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-29T08:34:26.075Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-29T08:34:26.075Z] Fetched 499 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-29T08:34:26.075Z] Fetched 111 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-29T08:34:26.075Z] Fetched 240 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-29T08:34:26.075Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-29T08:34:26.075Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-29T08:34:26.075Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-29T08:34:26.075Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-29T08:34:26.075Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-29T08:34:26.075Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-29T08:34:26.075Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-29T08:34:26.075Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-29T08:34:26.075Z] Fetched 8720 B in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-29T08:34:26.075Z] Fetched 137 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-29T08:34:26.075Z] Fetched 119 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-29T08:34:26.075Z] Fetched 109 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-29T08:34:26.075Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-29T08:34:26.075Z] Fetched 645 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-29T08:34:26.075Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-29T08:34:26.075Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-29T08:34:26.075Z] Fetched 368 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-29T08:34:26.075Z] Fetched 187 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-29T08:34:26.075Z] Fetched 175 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-29T08:34:26.075Z] Fetched 206 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-03-29T08:34:26.075Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-29T08:34:26.075Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-29T08:34:26.075Z] Fetched 159 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-29T08:34:26.075Z] Fetched 107 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-29T08:34:26.075Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-29T08:34:26.075Z] Pulling static-packages [2021-03-29T08:34:26.075Z] + snapcraftctl pull [2021-03-29T08:34:27.019Z] Pulling version [2021-03-29T08:34:27.019Z] + cd /root/project [2021-03-29T08:34:27.019Z] + [ -f VERSION ] [2021-03-29T08:34:27.019Z] + PROJECT_VERSION=local-dev [2021-03-29T08:34:27.019Z] + git rev-parse --short HEAD [2021-03-29T08:34:27.019Z] + GIT_REVISION=f7874aaa [2021-03-29T08:34:27.019Z] + snapcraftctl set-version local-dev [2021-03-29T08:34:27.053Z] Removing intermediate container c84b897f1e35 [2021-03-29T08:34:27.053Z] ---> 080014790652 [2021-03-29T08:34:27.053Z] Step 18/21 : CMD ["--init=true"] [2021-03-29T08:34:27.053Z] ---> Running in f4befefa6e42 [2021-03-29T08:34:27.329Z] ---> c1b0e2a47b11 [2021-03-29T08:34:27.329Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-29T08:34:27.608Z] Removing intermediate container 1406584b981e [2021-03-29T08:34:27.608Z] ---> fcb5ec0b7d18 [2021-03-29T08:34:27.608Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation'Removing intermediate container f4befefa6e42 [2021-03-29T08:34:27.608Z] [2021-03-29T08:34:27.608Z] ---> 283f9670ef32 [2021-03-29T08:34:27.608Z] Step 19/21 : LABEL arch=arm64 [2021-03-29T08:34:27.885Z] Removing intermediate container 74cf619705fa [2021-03-29T08:34:27.885Z] ---> 727807250fdb [2021-03-29T08:34:27.885Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-29T08:34:28.161Z] ---> Running in a3a66c54dd4f [2021-03-29T08:34:28.161Z] ---> Running in 7ebf0211ab90 [2021-03-29T08:34:28.161Z] ---> Running in 6d71fc4fd6c3 [2021-03-29T08:34:28.403Z] Skipping build go-build-helper (already ran) [2021-03-29T08:34:28.403Z] Building app-service-config [2021-03-29T08:34:28.403Z] + make build [2021-03-29T08:34:28.403Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.35 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-29T08:34:28.437Z] Removing intermediate container f6059ccfa733 [2021-03-29T08:34:28.437Z] ---> 580b44b144dc [2021-03-29T08:34:28.437Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T08:34:28.437Z] ---> 0ee2375f8e3b [2021-03-29T08:34:28.437Z] 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-29T08:34:28.714Z] ---> Running in fa1e2ab18e40 [2021-03-29T08:34:28.714Z] ---> Running in d0244b38416c [2021-03-29T08:34:28.714Z] Removing intermediate container a3a66c54dd4f [2021-03-29T08:34:28.714Z] ---> 65bff70d8a7d [2021-03-29T08:34:28.714Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-29T08:34:29.002Z] Removing intermediate container 7ebf0211ab90 [2021-03-29T08:34:29.002Z] ---> 9c4156bc2a44 [2021-03-29T08:34:29.002Z] Step 20/21 : LABEL git_sha=f7874aaa5e3f3f2678b784769ae0682e73f1e3af [2021-03-29T08:34:29.002Z] ---> Running in 77564a182497 [2021-03-29T08:34:29.002Z] ---> Running in 19ca380d44a9 [2021-03-29T08:34:29.280Z] Removing intermediate container 6d71fc4fd6c3 [2021-03-29T08:34:29.280Z] ---> 7b387b5e551e [2021-03-29T08:34:29.280Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-29T08:34:29.280Z] Removing intermediate container fa1e2ab18e40 [2021-03-29T08:34:29.280Z] ---> 55286f961a85 [2021-03-29T08:34:29.280Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-29T08:34:29.564Z] ---> Running in 360a76ab8086 [2021-03-29T08:34:30.160Z] Removing intermediate container 77564a182497 [2021-03-29T08:34:30.160Z] Removing intermediate container 19ca380d44a9 [2021-03-29T08:34:30.160Z] ---> a801aab1370d [2021-03-29T08:34:30.160Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T08:34:30.160Z] ---> 123eb20fa5ba [2021-03-29T08:34:30.160Z] Step 21/21 : LABEL version=0.0.0 [2021-03-29T08:34:30.160Z] Removing intermediate container 360a76ab8086 [2021-03-29T08:34:30.160Z] ---> 69a6c90dbd2e [2021-03-29T08:34:30.160Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T08:34:30.435Z] ---> Running in 9ad39c3e99a5 [2021-03-29T08:34:30.435Z] ---> Running in 6686ee6249b6 [2021-03-29T08:34:30.435Z] ---> Running in ec2d5fa889d6 [2021-03-29T08:34:30.715Z] ---> da31552d6d6f [2021-03-29T08:34:30.715Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-29T08:34:30.945Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.35 [2021-03-29T08:34:30.992Z] ---> Running in 0bddb02e5fb6 [2021-03-29T08:34:30.992Z] Removing intermediate container 9ad39c3e99a5 [2021-03-29T08:34:30.992Z] ---> 9595faa025d9 [2021-03-29T08:34:30.992Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T08:34:30.992Z] Removing intermediate container 6686ee6249b6 [2021-03-29T08:34:30.992Z] ---> 8d7359ec38c6 [2021-03-29T08:34:30.992Z] [2021-03-29T08:34:31.206Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.22 [2021-03-29T08:34:31.206Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.56 [2021-03-29T08:34:31.206Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-29T08:34:31.206Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-29T08:34:31.206Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-29T08:34:31.206Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-29T08:34:31.206Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-29T08:34:31.206Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-29T08:34:31.206Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-29T08:34:31.206Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 [2021-03-29T08:34:31.206Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.9 [2021-03-29T08:34:31.206Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-29T08:34:31.266Z] Removing intermediate container ec2d5fa889d6 [2021-03-29T08:34:31.266Z] ---> ac23bdac8783 [2021-03-29T08:34:31.266Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T08:34:31.468Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-29T08:34:31.468Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-29T08:34:31.468Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-29T08:34:31.468Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-29T08:34:31.468Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-29T08:34:31.468Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-29T08:34:31.468Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-29T08:34:31.468Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-29T08:34:31.729Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-29T08:34:31.729Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-29T08:34:31.729Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-29T08:34:31.729Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-29T08:34:31.729Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-29T08:34:31.729Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-29T08:34:31.729Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-29T08:34:31.729Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-29T08:34:31.729Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-29T08:34:31.729Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-29T08:34:31.875Z] Successfully built 8d7359ec38c6 [2021-03-29T08:34:31.875Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-29T08:34:31.875Z] Building docker-core-command-go [2021-03-29T08:34:31.990Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-29T08:34:31.990Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-29T08:34:31.990Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-29T08:34:31.990Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-29T08:34:31.990Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-29T08:34:31.990Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-29T08:34:31.990Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-29T08:34:31.990Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-29T08:34:32.149Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container d0244b38416c [2021-03-29T08:34:32.149Z] ---> 89bda97d4fe5 [2021-03-29T08:34:32.149Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-29T08:34:32.149Z] ---> 4efb1ed50c5f [2021-03-29T08:34:32.149Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-29T08:34:32.250Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-29T08:34:32.251Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-29T08:34:32.251Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-29T08:34:32.251Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-29T08:34:32.251Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-29T08:34:32.422Z] ---> Running in b04e03fca896 [2021-03-29T08:34:32.422Z] ---> 401e57916a93 [2021-03-29T08:34:32.422Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-29T08:34:33.026Z] Removing intermediate container b04e03fca896 [2021-03-29T08:34:33.026Z] ---> 7ece7350f9c3 [2021-03-29T08:34:33.026Z] Step 22/24 : LABEL arch=arm64 [2021-03-29T08:34:33.300Z] ---> Running in 384daa7390c8 [2021-03-29T08:34:34.301Z] Removing intermediate container 384daa7390c8 [2021-03-29T08:34:34.301Z] ---> e1a77592b2d4 [2021-03-29T08:34:34.578Z] ---> 51cbe4c753b8 [2021-03-29T08:34:34.578Z] Step 23/24 : LABEL git_sha=f7874aaa5e3f3f2678b784769ae0682e73f1e3afStep 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-29T08:34:34.578Z] [2021-03-29T08:34:34.849Z] Removing intermediate container 0bddb02e5fb6 [2021-03-29T08:34:34.849Z] ---> 0c154140262b [2021-03-29T08:34:34.849Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-29T08:34:34.849Z] ---> b24b82c2266f [2021-03-29T08:34:34.849Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T08:34:34.849Z] ---> Running in 9cd9c8bccf99 [2021-03-29T08:34:35.843Z] ---> cc53ac38aae1 [2021-03-29T08:34:35.843Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-29T08:34:36.113Z] Removing intermediate container 9cd9c8bccf99 [2021-03-29T08:34:36.113Z] ---> 6711b5c70021 [2021-03-29T08:34:36.113Z] Step 24/24 : LABEL version=0.0.0 [2021-03-29T08:34:36.113Z] ---> Running in b9ffb94ede19 [2021-03-29T08:34:36.113Z] ---> cadbecdbf284 [2021-03-29T08:34:36.113Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-29T08:34:36.113Z] ---> 6c32dfd1ba45 [2021-03-29T08:34:36.113Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-29T08:34:36.113Z] ---> Running in 79c0467c3cd8 [2021-03-29T08:34:36.397Z] ---> Running in a5d75a77c440 [2021-03-29T08:34:36.672Z] Removing intermediate container b9ffb94ede19 [2021-03-29T08:34:36.672Z] ---> 56338311e66e [2021-03-29T08:34:36.672Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T08:34:37.279Z] ---> Running in 40a619ad08fc [2021-03-29T08:34:37.552Z] Removing intermediate container a5d75a77c440 [2021-03-29T08:34:37.553Z] ---> b83c052c5681 [2021-03-29T08:34:37.553Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T08:34:37.553Z] Removing intermediate container 79c0467c3cd8 [2021-03-29T08:34:37.553Z] ---> b30216597958 [2021-03-29T08:34:37.553Z] [2021-03-29T08:34:38.144Z] Successfully built b30216597958 [2021-03-29T08:34:38.144Z] ---> 152cdc24836b [2021-03-29T08:34:38.144Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-29T08:34:38.145Z] ---> Running in 0a83d0731a81 [2021-03-29T08:34:38.145Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-29T08:34:38.145Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-29T08:34:38.416Z] Removing intermediate container 40a619ad08fc [2021-03-29T08:34:38.416Z] ---> ee7d1db5ebba [2021-03-29T08:34:38.416Z] Step 20/22 : LABEL arch=arm64 [2021-03-29T08:34:38.416Z] ---> Running in 57bc2b79efca [2021-03-29T08:34:38.692Z] Removing intermediate container 0a83d0731a81 [2021-03-29T08:34:38.692Z] ---> fc7b452a5609 [2021-03-29T08:34:38.692Z] Step 20/22 : LABEL arch=arm64 [2021-03-29T08:34:38.966Z] ---> Running in 2049a6e27a5d [2021-03-29T08:34:38.966Z] ---> 509f3069422e [2021-03-29T08:34:38.966Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-29T08:34:39.241Z] Removing intermediate container 57bc2b79efca [2021-03-29T08:34:39.241Z] ---> dbec82520e90 [2021-03-29T08:34:39.241Z] Step 21/22 : LABEL git_sha=f7874aaa5e3f3f2678b784769ae0682e73f1e3af [2021-03-29T08:34:39.514Z] ---> Running in 232faf5ab8db [2021-03-29T08:34:39.514Z] Removing intermediate container 2049a6e27a5d [2021-03-29T08:34:39.514Z] ---> f68d213f1329 [2021-03-29T08:34:39.514Z] Step 21/22 : LABEL git_sha=f7874aaa5e3f3f2678b784769ae0682e73f1e3af [2021-03-29T08:34:39.792Z] ---> Running in 507e71552050 [2021-03-29T08:34:40.072Z] Removing intermediate container 232faf5ab8db [2021-03-29T08:34:40.072Z] ---> e315844a167a [2021-03-29T08:34:40.072Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T08:34:40.072Z] ---> c7d22b517f5a [2021-03-29T08:34:40.072Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-29T08:34:40.344Z] ---> Running in f68f69edfadd [2021-03-29T08:34:40.344Z] Removing intermediate container 507e71552050 [2021-03-29T08:34:40.344Z] ---> ee5c2be9bdfc [2021-03-29T08:34:40.344Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T08:34:40.616Z] ---> Running in a7d354104196 [2021-03-29T08:34:40.895Z] Removing intermediate container f68f69edfadd [2021-03-29T08:34:40.895Z] ---> d7b877ae6f1a [2021-03-29T08:34:40.895Z] [2021-03-29T08:34:40.895Z] ---> 41d3915d51d1 [2021-03-29T08:34:40.895Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-29T08:34:41.488Z] Successfully built d7b877ae6f1a [2021-03-29T08:34:41.488Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-29T08:34:41.488Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-03-29T08:34:41.488Z] ---> Running in a8c5f3c72e36 [2021-03-29T08:34:41.488Z] Removing intermediate container a7d354104196 [2021-03-29T08:34:41.488Z] ---> c802db0270b3 [2021-03-29T08:34:41.488Z] [2021-03-29T08:34:42.085Z] Successfully built c802db0270b3 [2021-03-29T08:34:42.085Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-29T08:34:42.085Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-03-29T08:34:42.085Z] Removing intermediate container a8c5f3c72e36 [2021-03-29T08:34:42.085Z] ---> f804367eb201 [2021-03-29T08:34:42.366Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-29T08:34:42.973Z] ---> 488db13a023b [2021-03-29T08:34:42.973Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-29T08:34:43.571Z] ---> Running in 8e81ba410a42 [2021-03-29T08:34:44.481Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-29T08:34:44.481Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-29T08:34:44.481Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-29T08:34:44.481Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-29T08:34:44.481Z] Building config-common [2021-03-29T08:34:44.481Z] + snapcraftctl build [2021-03-29T08:34:46.193Z] Removing intermediate container 8e81ba410a42 [2021-03-29T08:34:46.193Z] ---> 78e4e5891700 [2021-03-29T08:34:46.193Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-29T08:34:46.193Z] ---> Running in 91add5982eb9 [2021-03-29T08:34:47.023Z] Building edgex-go [2021-03-29T08:34:47.174Z] Removing intermediate container 91add5982eb9 [2021-03-29T08:34:47.174Z] ---> a8d3a77cd9c8 [2021-03-29T08:34:47.174Z] Step 28/31 : CMD ["gate"] [2021-03-29T08:34:47.286Z] + cd /root/parts/edgex-go/src [2021-03-29T08:34:47.286Z] + make build [2021-03-29T08:34:47.286Z] 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-29T08:34:47.773Z] ---> Running in 78d6f7ccf83d [2021-03-29T08:34:48.230Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.57 [2021-03-29T08:34:48.230Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.20 [2021-03-29T08:34:48.230Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-03-29T08:34:48.230Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-29T08:34:48.230Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-29T08:34:48.230Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-29T08:34:48.230Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-03-29T08:34:48.375Z] Removing intermediate container 78d6f7ccf83d [2021-03-29T08:34:48.375Z] ---> 8f9c44e8fba2 [2021-03-29T08:34:48.375Z] Step 29/31 : LABEL arch=arm64 [2021-03-29T08:34:48.490Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-03-29T08:34:48.665Z] ---> Running in d6e13c6c1f09 [2021-03-29T08:34:49.651Z] Removing intermediate container d6e13c6c1f09 [2021-03-29T08:34:49.651Z] ---> b4fc238d97f5 [2021-03-29T08:34:49.651Z] Step 30/31 : LABEL git_sha=f7874aaa5e3f3f2678b784769ae0682e73f1e3af [2021-03-29T08:34:49.924Z] ---> Running in db302e18f9be [2021-03-29T08:34:50.520Z] Removing intermediate container db302e18f9be [2021-03-29T08:34:50.520Z] ---> e4766af5c8b5 [2021-03-29T08:34:50.520Z] Step 31/31 : LABEL version=0.0.0 [2021-03-29T08:34:51.125Z] ---> Running in 5a346252249d [2021-03-29T08:34:51.718Z] Removing intermediate container 5a346252249d [2021-03-29T08:34:51.718Z] ---> 19e42a354e01 [2021-03-29T08:34:51.718Z] [2021-03-29T08:34:52.314Z] Successfully built 19e42a354e01 [2021-03-29T08:34:52.315Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-29T08:34:52.698Z] 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-29T08:34:52.698Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-29T08:34:57.999Z] 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-29T08:34:59.912Z] 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-29T08:35:01.300Z] 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-29T08:35:01.873Z] 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-29T08:35:02.133Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-29T08:35:02.394Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-29T08:35:02.394Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-29T08:35:02.394Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-29T08:35:04.308Z] 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-29T08:35:04.308Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-29T08:35:04.308Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-29T08:35:05.691Z] 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-29T08:35:07.076Z] 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-29T08:35:08.458Z] 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-29T08:35:09.856Z] 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-29T08:35:09.856Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-29T08:35:11.241Z] 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-29T08:35:11.241Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-29T08:35:13.183Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-29T08:35:13.183Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-29T08:35:13.183Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-29T08:35:13.183Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-29T08:35:13.183Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-29T08:35:13.183Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-29T08:35:13.183Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-29T08:35:13.183Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-29T08:35:13.183Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-29T08:35:13.183Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-29T08:35:13.183Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-29T08:35:13.183Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-29T08:35:13.183Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-29T08:35:13.183Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-29T08:35:13.183Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-29T08:35:13.183Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-29T08:35:13.183Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-29T08:35:13.183Z] + 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-29T08:35:13.183Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-29T08:35:13.183Z] + 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-29T08:35:13.183Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-29T08:35:13.183Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-29T08:35:13.183Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-29T08:35:13.183Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-29T08:35:13.183Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-29T08:35:13.183Z] + 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-29T08:35:16.679Z] Building static-packages [2021-03-29T08:35:16.679Z] + snapcraftctl build [2021-03-29T08:35:18.773Z] Building version [2021-03-29T08:35:18.773Z] + snapcraftctl build [2021-03-29T08:35:21.318Z] Skipping stage go-build-helper (already ran) [2021-03-29T08:35:21.318Z] Staging app-service-config [2021-03-29T08:35:21.318Z] + snapcraftctl stage [2021-03-29T08:35:21.890Z] Staging config-common [2021-03-29T08:35:21.890Z] + snapcraftctl stage [2021-03-29T08:35:22.846Z] Staging edgex-go [2021-03-29T08:35:22.846Z] + snapcraftctl stage [2021-03-29T08:35:24.228Z] Staging static-packages [2021-03-29T08:35:24.228Z] + snapcraftctl stage [2021-03-29T08:35:24.650Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T08:35:24.650Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T08:35:24.650Z] ---> ac29614869c6 [2021-03-29T08:35:24.650Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T08:35:24.650Z] ---> Using cache [2021-03-29T08:35:24.650Z] ---> e9e160fa19ee [2021-03-29T08:35:24.650Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T08:35:24.650Z] ---> Using cache [2021-03-29T08:35:24.650Z] ---> 49a4952c17ee [2021-03-29T08:35:24.650Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T08:35:24.650Z] ---> Using cache [2021-03-29T08:35:24.650Z] ---> af41212b04b2 [2021-03-29T08:35:24.650Z] Step 6/23 : COPY go.mod . [2021-03-29T08:35:24.650Z] ---> Using cache [2021-03-29T08:35:24.650Z] ---> 1c120a83cd71 [2021-03-29T08:35:24.650Z] Step 7/23 : RUN go mod download [2021-03-29T08:35:24.650Z] ---> Using cache [2021-03-29T08:35:24.650Z] ---> 93adf38d8e24 [2021-03-29T08:35:24.650Z] Step 8/23 : COPY . . [2021-03-29T08:35:24.650Z] ---> Using cache [2021-03-29T08:35:24.650Z] ---> aa400e1c188f [2021-03-29T08:35:24.650Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-29T08:35:25.169Z] Staging version [2021-03-29T08:35:25.169Z] + snapcraftctl stage [2021-03-29T08:35:26.113Z] Priming go-build-helper [2021-03-29T08:35:26.113Z] + snapcraftctl prime [2021-03-29T08:35:27.060Z] Priming app-service-config [2021-03-29T08:35:27.060Z] + snapcraftctl prime [2021-03-29T08:35:27.307Z] ---> Running in b41a9def2abc [2021-03-29T08:35:28.289Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-29T08:35:28.444Z] Priming config-common [2021-03-29T08:35:28.444Z] + snapcraftctl prime [2021-03-29T08:35:29.386Z] Priming edgex-go [2021-03-29T08:35:29.386Z] + snapcraftctl prime [2021-03-29T08:35:30.771Z] Priming static-packages [2021-03-29T08:35:30.771Z] + snapcraftctl prime [2021-03-29T08:35:32.608Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T08:35:32.608Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-29T08:35:32.608Z] ---> ac29614869c6 [2021-03-29T08:35:32.608Z] Step 3/26 : WORKDIR /edgex-go [2021-03-29T08:35:32.608Z] ---> Using cache [2021-03-29T08:35:32.608Z] ---> e9e160fa19ee [2021-03-29T08:35:32.608Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T08:35:32.608Z] ---> Using cache [2021-03-29T08:35:32.608Z] ---> 49a4952c17ee [2021-03-29T08:35:32.608Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-29T08:35:32.608Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T08:35:32.609Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T08:35:32.609Z] ---> ac29614869c6 [2021-03-29T08:35:32.609Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T08:35:32.609Z] ---> Using cache [2021-03-29T08:35:32.609Z] ---> e9e160fa19ee [2021-03-29T08:35:32.609Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T08:35:32.609Z] ---> Using cache [2021-03-29T08:35:32.609Z] ---> 49a4952c17ee [2021-03-29T08:35:32.609Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-29T08:35:32.680Z] Priming version [2021-03-29T08:35:32.680Z] + snapcraftctl prime [2021-03-29T08:35:33.206Z] ---> Running in 2d5cddf0b6dd [2021-03-29T08:35:33.206Z] ---> Running in f601eacd89e7 [2021-03-29T08:35:34.063Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-29T08:35:34.195Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T08:35:34.195Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T08:35:34.195Z] ---> ac29614869c6 [2021-03-29T08:35:34.195Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T08:35:34.195Z] ---> Using cache [2021-03-29T08:35:34.195Z] ---> e9e160fa19ee [2021-03-29T08:35:34.195Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T08:35:34.195Z] ---> Using cache [2021-03-29T08:35:34.195Z] ---> 49a4952c17ee [2021-03-29T08:35:34.195Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T08:35:34.195Z] ---> Using cache [2021-03-29T08:35:34.195Z] ---> af41212b04b2 [2021-03-29T08:35:34.195Z] Step 6/23 : COPY go.mod . [2021-03-29T08:35:34.195Z] ---> Using cache [2021-03-29T08:35:34.195Z] ---> 1c120a83cd71 [2021-03-29T08:35:34.195Z] Step 7/23 : RUN go mod download [2021-03-29T08:35:34.195Z] ---> Using cache [2021-03-29T08:35:34.195Z] ---> 93adf38d8e24 [2021-03-29T08:35:34.195Z] Step 8/23 : COPY . . [2021-03-29T08:35:34.472Z] ---> Using cache [2021-03-29T08:35:34.472Z] ---> aa400e1c188f [2021-03-29T08:35:34.472Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-29T08:35:34.748Z] ---> Running in 7998b6941048 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-03-29T08:35:35.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T08:35:35.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [2021-03-29T08:35:36.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-29T08:35:36.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T08:35:36.628Z] 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-29T08:35:37.228Z] OK: 217 MiB in 51 packages [2021-03-29T08:35:37.501Z] OK: 217 MiB in 51 packages [2021-03-29T08:35:39.491Z] Removing intermediate container 2d5cddf0b6dd [2021-03-29T08:35:39.491Z] ---> e227ae87aee8 [2021-03-29T08:35:39.491Z] Step 6/26 : COPY go.mod . [2021-03-29T08:35:39.491Z] Removing intermediate container f601eacd89e7 [2021-03-29T08:35:39.491Z] ---> a1a66f6520cf [2021-03-29T08:35:39.491Z] Step 6/23 : COPY go.mod . [2021-03-29T08:35:40.487Z] ---> 004d58797fdd [2021-03-29T08:35:40.487Z] Step 7/26 : RUN go mod download [2021-03-29T08:35:40.487Z] ---> a49b25c10949 [2021-03-29T08:35:40.487Z] Step 7/23 : RUN go mod download [2021-03-29T08:35:40.781Z] ---> Running in 623b9e67639a [2021-03-29T08:35:41.059Z] ---> Running in 8266c6880350 [2021-03-29T08:35:46.506Z] Removing intermediate container 623b9e67639a [2021-03-29T08:35:46.506Z] ---> 865a66665d6e [2021-03-29T08:35:46.506Z] Step 8/26 : COPY . . [2021-03-29T08:35:46.506Z] Removing intermediate container 8266c6880350 [2021-03-29T08:35:46.506Z] ---> 49fb41387e9c [2021-03-29T08:35:46.506Z] Step 8/23 : COPY . . [2021-03-29T08:36:18.884Z] ---> 1071095e1978 [2021-03-29T08:36:18.884Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-29T08:36:18.884Z] ---> e416e82fec79 [2021-03-29T08:36:18.884Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-29T08:36:18.884Z] ---> Running in ea64f4a50418 [2021-03-29T08:36:18.884Z] ---> Running in 78213a544d00 [2021-03-29T08:36:19.868Z] 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-29T08:36:19.868Z] 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-29T08:36:42.062Z] Removing intermediate container b41a9def2abc [2021-03-29T08:36:42.062Z] ---> ec7839dd479a [2021-03-29T08:36:42.062Z] [2021-03-29T08:36:42.062Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T08:36:42.062Z] ---> e47305ac9786 [2021-03-29T08:36:42.062Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T08:36:42.062Z] ---> Using cache [2021-03-29T08:36:42.062Z] ---> fcb5ec0b7d18 [2021-03-29T08:36:42.062Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T08:36:42.062Z] ---> Using cache [2021-03-29T08:36:42.062Z] ---> 65bff70d8a7d [2021-03-29T08:36:42.062Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-29T08:36:42.062Z] ---> Running in f7e2869028ed [2021-03-29T08:36:42.062Z] Removing intermediate container f7e2869028ed [2021-03-29T08:36:42.062Z] ---> c00b3b84c6c0 [2021-03-29T08:36:42.063Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T08:36:42.063Z] ---> Running in 03499c2c2fcc [2021-03-29T08:36:42.063Z] Removing intermediate container 03499c2c2fcc [2021-03-29T08:36:42.063Z] ---> 97923b96f8c9 [2021-03-29T08:36:42.063Z] Step 15/23 : WORKDIR / [2021-03-29T08:36:42.063Z] ---> Running in 60eabb169caf [2021-03-29T08:36:42.340Z] Removing intermediate container 60eabb169caf [2021-03-29T08:36:42.340Z] ---> 8157d61b14a3 [2021-03-29T08:36:42.340Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T08:36:43.782Z] ---> a5763c90c119 [2021-03-29T08:36:43.782Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-29T08:36:45.777Z] ---> 3f9e8d0287f6 [2021-03-29T08:36:45.777Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-29T08:36:46.763Z] ---> a2347ad980cc [2021-03-29T08:36:46.763Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-29T08:36:46.763Z] ---> Running in ca0b8e2e46ea [2021-03-29T08:36:47.746Z] Removing intermediate container ca0b8e2e46ea [2021-03-29T08:36:47.746Z] ---> 3567437e3991 [2021-03-29T08:36:47.746Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T08:36:48.025Z] ---> Running in 55ed32ef236d [2021-03-29T08:36:48.626Z] Removing intermediate container 55ed32ef236d [2021-03-29T08:36:48.626Z] ---> 8bd2fa632cf8 [2021-03-29T08:36:48.626Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T08:36:48.902Z] ---> Running in 1768b3726cbb [2021-03-29T08:36:49.507Z] Removing intermediate container 1768b3726cbb [2021-03-29T08:36:49.507Z] ---> 85aa6b5dea85 [2021-03-29T08:36:49.507Z] Step 22/23 : LABEL git_sha=f7874aaa5e3f3f2678b784769ae0682e73f1e3af [2021-03-29T08:36:49.782Z] ---> Running in ea1dd8b83957 [2021-03-29T08:36:50.382Z] Removing intermediate container ea1dd8b83957 [2021-03-29T08:36:50.382Z] ---> 8d3ff2c66464 [2021-03-29T08:36:50.382Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T08:36:50.661Z] ---> Running in f57309480dc3 [2021-03-29T08:36:51.266Z] Removing intermediate container f57309480dc3 [2021-03-29T08:36:51.266Z] ---> 728286ecde22 [2021-03-29T08:36:51.266Z] [2021-03-29T08:36:51.866Z] Successfully built 728286ecde22 [2021-03-29T08:36:51.866Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-29T08:37:10.242Z]  Building docker-core-command-go ... done Removing intermediate container 7998b6941048 [2021-03-29T08:37:10.242Z] ---> 243e8ef680e8 [2021-03-29T08:37:10.242Z] [2021-03-29T08:37:10.242Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T08:37:10.242Z] ---> e47305ac9786 [2021-03-29T08:37:10.242Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T08:37:10.242Z] ---> Using cache [2021-03-29T08:37:10.242Z] ---> fcb5ec0b7d18 [2021-03-29T08:37:10.242Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T08:37:10.242Z] ---> Using cache [2021-03-29T08:37:10.242Z] ---> 65bff70d8a7d [2021-03-29T08:37:10.242Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-29T08:37:10.242Z] ---> Running in 531bf2977a35 [2021-03-29T08:37:10.841Z] Removing intermediate container 531bf2977a35 [2021-03-29T08:37:10.841Z] ---> f63231565cd2 [2021-03-29T08:37:10.841Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T08:37:11.122Z] ---> Running in 60f7439f6fb3 [2021-03-29T08:37:11.728Z] Removing intermediate container 60f7439f6fb3 [2021-03-29T08:37:11.728Z] ---> 8f76cbb1aba1 [2021-03-29T08:37:11.728Z] Step 15/23 : WORKDIR / [2021-03-29T08:37:12.006Z] ---> Running in cf01911fa685 [2021-03-29T08:37:12.609Z] Removing intermediate container cf01911fa685 [2021-03-29T08:37:12.609Z] ---> fdd8f8fe16e5 [2021-03-29T08:37:12.609Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T08:37:13.612Z] ---> 01332b395d46 [2021-03-29T08:37:13.612Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-29T08:37:15.607Z] ---> 2ea3ae887ed7 [2021-03-29T08:37:15.607Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-29T08:37:17.058Z] ---> e4dd1685ba8b [2021-03-29T08:37:17.058Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-29T08:37:17.058Z] ---> Running in 12318a2b49f7 [2021-03-29T08:37:17.664Z] Removing intermediate container 12318a2b49f7 [2021-03-29T08:37:17.664Z] ---> a12fc29ea97c [2021-03-29T08:37:17.664Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T08:37:17.940Z] ---> Running in 09d91257b0f4 [2021-03-29T08:37:18.559Z] Removing intermediate container 09d91257b0f4 [2021-03-29T08:37:18.559Z] ---> e11e40dfb894 [2021-03-29T08:37:18.559Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T08:37:19.166Z] ---> Running in e0c909cac570 [2021-03-29T08:37:19.769Z] Removing intermediate container e0c909cac570 [2021-03-29T08:37:19.769Z] ---> d2ffad9a9ba4 [2021-03-29T08:37:19.769Z] Step 22/23 : LABEL git_sha=f7874aaa5e3f3f2678b784769ae0682e73f1e3af [2021-03-29T08:37:20.045Z] ---> Running in 095bd9ab7711 [2021-03-29T08:37:20.653Z] Removing intermediate container 095bd9ab7711 [2021-03-29T08:37:20.653Z] ---> 593026b0499b [2021-03-29T08:37:20.653Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T08:37:20.929Z] ---> Running in de6df0f61634 [2021-03-29T08:37:21.533Z] Removing intermediate container de6df0f61634 [2021-03-29T08:37:21.533Z] ---> c8766c7a26ef [2021-03-29T08:37:21.533Z] [2021-03-29T08:37:22.133Z] Successfully built c8766c7a26ef [2021-03-29T08:37:22.133Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-29T08:37:28.863Z]  Building docker-core-metadata-go ... done Removing intermediate container ea64f4a50418 [2021-03-29T08:37:28.863Z] ---> 0acccb515880 [2021-03-29T08:37:28.863Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-29T08:37:28.863Z] ---> Running in 2e3f12cb0c60 [2021-03-29T08:37:29.846Z] 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-29T08:37:33.255Z] Removing intermediate container 2e3f12cb0c60 [2021-03-29T08:37:33.255Z] ---> 134abaad9373 [2021-03-29T08:37:33.255Z] [2021-03-29T08:37:33.255Z] Step 11/26 : FROM docker:20.10.0 [2021-03-29T08:37:33.255Z] 20.10.0: Pulling from library/docker [2021-03-29T08:37:43.396Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-29T08:37:43.396Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-29T08:37:43.396Z] ---> eeaf43b92773 [2021-03-29T08:37:43.396Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-29T08:37:43.396Z] ---> Running in b15f59254a46 [2021-03-29T08:37:43.396Z] Removing intermediate container 78213a544d00 [2021-03-29T08:37:43.396Z] ---> 42cd7dd780d1 [2021-03-29T08:37:43.396Z] [2021-03-29T08:37:43.396Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T08:37:43.396Z] ---> e47305ac9786 [2021-03-29T08:37:43.396Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-29T08:37:43.396Z] ---> Running in 28e7a13b01fd [2021-03-29T08:37:43.992Z] Removing intermediate container 28e7a13b01fd [2021-03-29T08:37:43.992Z] ---> 07f5290df314 [2021-03-29T08:37:43.992Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-29T08:37:43.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T08:37:43.992Z] ---> Running in 7f5f958d0a0a [2021-03-29T08:37:43.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T08:37:44.587Z] Removing intermediate container 7f5f958d0a0a [2021-03-29T08:37:44.587Z] ---> b9de96f64589 [2021-03-29T08:37:44.587Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-29T08:37:44.587Z] (1/2) Installing readline (8.0.4-r0) [2021-03-29T08:37:44.587Z] ---> Running in 7bc9268872da [2021-03-29T08:37:44.587Z] (2/2) Installing bash (5.0.17-r0) [2021-03-29T08:37:44.587Z] Executing bash-5.0.17-r0.post-install [2021-03-29T08:37:44.587Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T08:37:44.587Z] OK: 12 MiB in 22 packages [2021-03-29T08:37:45.188Z] Removing intermediate container 7bc9268872da [2021-03-29T08:37:45.188Z] ---> 2728405a8c88 [2021-03-29T08:37:45.188Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T08:37:45.188Z] ---> Running in 0aa6a7e1dbd8 [2021-03-29T08:37:46.172Z] Removing intermediate container b15f59254a46 [2021-03-29T08:37:46.172Z] ---> c9d98a2aa73f [2021-03-29T08:37:46.172Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-29T08:37:46.172Z] ---> Running in ca19609d458d [2021-03-29T08:37:46.767Z] Removing intermediate container ca19609d458d [2021-03-29T08:37:46.767Z] ---> b59e1d8c9ec2 [2021-03-29T08:37:46.767Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-29T08:37:46.767Z] ---> Running in ae2ad1c15222 [2021-03-29T08:37:47.371Z] Removing intermediate container ae2ad1c15222 [2021-03-29T08:37:47.371Z] ---> 5f3e728698cf [2021-03-29T08:37:47.371Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-29T08:37:47.371Z] ---> Running in be11008bde1d [2021-03-29T08:37:47.642Z] Removing intermediate container 0aa6a7e1dbd8 [2021-03-29T08:37:47.642Z] ---> 1ca93742c9fc [2021-03-29T08:37:47.642Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-29T08:37:47.917Z] ---> Running in 743091a60be1 [2021-03-29T08:37:47.917Z] Removing intermediate container be11008bde1d [2021-03-29T08:37:47.917Z] ---> 319889ba8692 [2021-03-29T08:37:47.917Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-29T08:37:48.897Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T08:37:49.169Z] ---> 857a7a8550c9 [2021-03-29T08:37:49.169Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-29T08:37:49.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T08:37:49.766Z] ---> a556a7e511ab [2021-03-29T08:37:49.766Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-29T08:37:50.360Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-29T08:37:50.360Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-29T08:37:50.633Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-29T08:37:50.633Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-29T08:37:50.633Z] ---> 00cb721292a4 [2021-03-29T08:37:50.633Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-29T08:37:50.904Z] ---> Running in 600151c98254 [2021-03-29T08:37:50.904Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-29T08:37:51.175Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-29T08:37:51.175Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T08:37:51.175Z] OK: 8 MiB in 20 packages [2021-03-29T08:37:52.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T08:37:52.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T08:37:52.754Z] Removing intermediate container 743091a60be1 [2021-03-29T08:37:52.754Z] ---> 031de48ca20e [2021-03-29T08:37:52.754Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T08:37:52.754Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-29T08:37:52.754Z] (2/33) Installing expat (2.2.9-r1) [2021-03-29T08:37:52.754Z] (3/33) Installing libffi (3.3-r2) [2021-03-29T08:37:52.754Z] (4/33) Installing gdbm (1.13-r1) [2021-03-29T08:37:52.754Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-29T08:37:52.754Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-29T08:37:52.754Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-29T08:37:54.185Z] ---> 2be27ea764d0 [2021-03-29T08:37:54.185Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-29T08:37:54.784Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-29T08:37:54.784Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-29T08:37:54.784Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-29T08:37:54.784Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-29T08:37:54.784Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-29T08:37:54.784Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-29T08:37:54.784Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-29T08:37:55.060Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-29T08:37:55.060Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-29T08:37:55.060Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-29T08:37:55.060Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-29T08:37:55.060Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-29T08:37:55.060Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-29T08:37:55.060Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-29T08:37:55.060Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-29T08:37:55.060Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-29T08:37:55.060Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-29T08:37:55.060Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-29T08:37:55.060Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-29T08:37:55.060Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-29T08:37:55.060Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-29T08:37:55.338Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-29T08:37:55.338Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-29T08:37:55.338Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-29T08:37:55.338Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-29T08:37:55.338Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-29T08:37:55.338Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T08:37:55.338Z] OK: 71 MiB in 55 packages [2021-03-29T08:37:55.614Z] ---> ae2d67a7d159 [2021-03-29T08:37:55.615Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-29T08:37:56.597Z] ---> 44d989e19676 [2021-03-29T08:37:56.597Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-29T08:37:56.871Z] ---> Running in e572da53bc5e [2021-03-29T08:37:57.471Z] Removing intermediate container e572da53bc5e [2021-03-29T08:37:57.471Z] ---> 119279229dd7 [2021-03-29T08:37:57.471Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T08:37:57.744Z] ---> Running in 0d309974dce6 [2021-03-29T08:37:58.344Z] Removing intermediate container 0d309974dce6 [2021-03-29T08:37:58.344Z] ---> b61635342eb1 [2021-03-29T08:37:58.344Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T08:37:58.344Z] ---> Running in 848da5f12a51 [2021-03-29T08:37:58.944Z] Removing intermediate container 848da5f12a51 [2021-03-29T08:37:58.944Z] ---> a3acea099596 [2021-03-29T08:37:58.944Z] Step 22/23 : LABEL git_sha=f7874aaa5e3f3f2678b784769ae0682e73f1e3af [2021-03-29T08:37:59.219Z] ---> Running in e73967c70736 [2021-03-29T08:37:59.816Z] Removing intermediate container e73967c70736 [2021-03-29T08:37:59.816Z] ---> d3d83923180e [2021-03-29T08:37:59.816Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T08:38:00.090Z] ---> Running in e35347fb5aa7 [2021-03-29T08:38:00.688Z] Removing intermediate container e35347fb5aa7 [2021-03-29T08:38:00.688Z] ---> fac80679f38a [2021-03-29T08:38:00.688Z] [2021-03-29T08:38:01.290Z] Successfully built fac80679f38a [2021-03-29T08:38:01.290Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-29T08:38:01.290Z]  Building docker-core-data-go ... done Removing intermediate container 600151c98254 [2021-03-29T08:38:01.290Z] ---> b2c85df96a1c [2021-03-29T08:38:01.290Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-29T08:38:01.560Z] ---> Running in 686ae11f4928 [2021-03-29T08:38:05.860Z] Collecting docker-compose==1.23.2 [2021-03-29T08:38:06.131Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-29T08:38:07.108Z] Collecting PyYAML<4,>=3.10 [2021-03-29T08:38:07.108Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-29T08:38:10.473Z] Collecting cached-property<2,>=1.2.0 [2021-03-29T08:38:10.473Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-29T08:38:10.744Z] Collecting docker<4.0,>=3.6.0 [2021-03-29T08:38:10.744Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-29T08:38:11.342Z] Collecting jsonschema<3,>=2.5.1 [2021-03-29T08:38:11.342Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-29T08:38:11.934Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-29T08:38:11.934Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-29T08:38:13.900Z] Collecting docopt<0.7,>=0.6.1 [2021-03-29T08:38:13.900Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-29T08:38:15.865Z] Collecting texttable<0.10,>=0.9.0 [2021-03-29T08:38:15.865Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-29T08:38:17.874Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-29T08:38:17.874Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-29T08:38:18.149Z] 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-29T08:38:19.605Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-29T08:38:19.605Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-29T08:38:19.605Z] Collecting docker-pycreds>=0.4.0 [2021-03-29T08:38:19.605Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-29T08:38:19.881Z] 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-29T08:38:20.483Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-29T08:38:20.483Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-29T08:38:20.761Z] 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-29T08:38:21.038Z] Collecting idna<2.8,>=2.5 [2021-03-29T08:38:21.038Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-29T08:38:21.038Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-29T08:38:21.038Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-29T08:38:21.038Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-29T08:38:21.038Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-29T08:38:22.041Z] Installing collected packages: PyYAML, cached-property, urllib3, idna, requests, websocket-client, docker-pycreds, docker, jsonschema, dockerpty, docopt, texttable, docker-compose [2021-03-29T08:38:22.041Z] Running setup.py install for PyYAML: started [2021-03-29T08:38:24.004Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-29T08:38:24.276Z] Attempting uninstall: urllib3 [2021-03-29T08:38:24.276Z] Found existing installation: urllib3 1.25.9 [2021-03-29T08:38:24.276Z] Uninstalling urllib3-1.25.9: [2021-03-29T08:38:24.276Z] Successfully uninstalled urllib3-1.25.9 [2021-03-29T08:38:24.867Z] Attempting uninstall: idna [2021-03-29T08:38:24.867Z] Found existing installation: idna 2.9 [2021-03-29T08:38:24.867Z] Uninstalling idna-2.9: [2021-03-29T08:38:24.867Z] Successfully uninstalled idna-2.9 [2021-03-29T08:38:25.843Z] Attempting uninstall: requests [2021-03-29T08:38:25.843Z] Found existing installation: requests 2.23.0 [2021-03-29T08:38:25.843Z] Uninstalling requests-2.23.0: [2021-03-29T08:38:25.843Z] Successfully uninstalled requests-2.23.0 [2021-03-29T08:38:27.266Z] Running setup.py install for dockerpty: started [2021-03-29T08:38:29.230Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-29T08:38:29.230Z] Running setup.py install for docopt: started [2021-03-29T08:38:31.199Z] Running setup.py install for docopt: finished with status 'done' [2021-03-29T08:38:31.199Z] Running setup.py install for texttable: started [2021-03-29T08:38:32.620Z] Running setup.py install for texttable: finished with status 'done' [2021-03-29T08:38:33.591Z] 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-29T08:38:37.886Z] Removing intermediate container 686ae11f4928 [2021-03-29T08:38:37.886Z] ---> 733a0ec3e610 [2021-03-29T08:38:37.886Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-29T08:38:37.886Z] ---> Running in f59cf5876a1c [2021-03-29T08:38:38.477Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T08:38:38.477Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T08:38:39.068Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T08:38:39.068Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-29T08:38:39.068Z] (3/3) Installing curl (7.69.1-r3) [2021-03-29T08:38:39.068Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T08:38:39.068Z] OK: 72 MiB in 58 packages [2021-03-29T08:38:40.493Z] Removing intermediate container f59cf5876a1c [2021-03-29T08:38:40.493Z] ---> 0cd2b04fca8d [2021-03-29T08:38:40.493Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-29T08:38:40.493Z] ---> Running in de6a2551641d [2021-03-29T08:38:40.765Z] Removing intermediate container de6a2551641d [2021-03-29T08:38:40.765Z] ---> 038c98b95514 [2021-03-29T08:38:40.765Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T08:38:41.042Z] ---> Running in 11ab8afcc758 [2021-03-29T08:38:41.315Z] Removing intermediate container 11ab8afcc758 [2021-03-29T08:38:41.315Z] ---> e698058b59d5 [2021-03-29T08:38:41.315Z] Step 24/26 : LABEL arch=arm64 [2021-03-29T08:38:41.585Z] ---> Running in cf25bd9bd2b4 [2021-03-29T08:38:41.854Z] Removing intermediate container cf25bd9bd2b4 [2021-03-29T08:38:41.854Z] ---> ff72ad45ae13 [2021-03-29T08:38:41.854Z] Step 25/26 : LABEL git_sha=f7874aaa5e3f3f2678b784769ae0682e73f1e3af [2021-03-29T08:38:42.125Z] ---> Running in 582d6bf3568d [2021-03-29T08:38:42.401Z] Removing intermediate container 582d6bf3568d [2021-03-29T08:38:42.401Z] ---> 52ed4c569a5f [2021-03-29T08:38:42.401Z] Step 26/26 : LABEL version=0.0.0 [2021-03-29T08:38:42.674Z] ---> Running in 5d291ff32d77 [2021-03-29T08:38:43.270Z] Removing intermediate container 5d291ff32d77 [2021-03-29T08:38:43.270Z] ---> 216fd08e3386 [2021-03-29T08:38:43.270Z] [2021-03-29T08:38:43.544Z] Successfully built 216fd08e3386 [2021-03-29T08:38:43.544Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-29T08:38:43.833Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-29T08:38:43.832Z] $ docker stop --time=1 6bff90b1f61ce5375e91ccda0acaa242f3cb161600a03fc897f6e8ab58f82ff1 [2021-03-29T08:38:45.681Z] $ docker rm -f 6bff90b1f61ce5375e91ccda0acaa242f3cb161600a03fc897f6e8ab58f82ff1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T08:38:46.440Z] + + grepdocker docker images [2021-03-29T08:38:46.441Z] [2021-03-29T08:38:46.712Z] docker-sys-mgmt-agent-go-arm64 latest 216fd08e3386 4 seconds ago 300MB [2021-03-29T08:38:46.712Z] docker-core-data-go-arm64 latest fac80679f38a 46 seconds ago 21.4MB [2021-03-29T08:38:46.712Z] docker-core-metadata-go-arm64 latest c8766c7a26ef About a minute ago 17.9MB [2021-03-29T08:38:46.712Z] docker-core-command-go-arm64 latest 728286ecde22 About a minute ago 16.3MB [2021-03-29T08:38:46.712Z] docker-security-bootstrapper-go-arm64 latest 19e42a354e01 3 minutes ago 17.9MB [2021-03-29T08:38:46.712Z] docker-support-scheduler-go-arm64 latest d7b877ae6f1a 4 minutes ago 16.4MB [2021-03-29T08:38:46.712Z] docker-support-notifications-go-arm64 latest c802db0270b3 4 minutes ago 16.9MB [2021-03-29T08:38:46.712Z] docker-security-secretstore-setup-go-arm64 latest b30216597958 4 minutes ago 23.7MB [2021-03-29T08:38:46.712Z] docker-security-proxy-setup-go-arm64 latest 8d7359ec38c6 4 minutes ago 23.4MB [2021-03-29T08:38:46.712Z] 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-29T08:38:48.231Z] ---> job-cost.sh [2021-03-29T08:38:48.231Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-hxrX [2021-03-29T08:39:27.182Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-29T08:41:03.912Z] lf-activate-venv(): INFO: Adding /tmp/venv-hxrX/bin to PATH [2021-03-29T08:41:03.912Z] INFO: No Stack... [2021-03-29T08:41:03.912Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-29T08:41:03.912Z] INFO: Archiving Costs [Pipeline] sh [2021-03-29T08:41:04.252Z] + cat /w/workspace/edgex-go/3/archives/cost.csv [2021-03-29T08:41:04.252Z] + cut -d, -f6 [Pipeline] lock [2021-03-29T08:41:04.362Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3310-3-stack-cost] [2021-03-29T08:41:04.373Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3310-3-stack-cost] did not exist. Created. [2021-03-29T08:41:04.373Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3310-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-29T08:41:04.835Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-29T08:41:05.155Z] Stashed 1 file(s) [Pipeline] } [2021-03-29T08:41:05.170Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3310-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-29T08:41:07.047Z] provisioning config files... [2021-03-29T08:41:07.065Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config5666885523999145644tmp [Pipeline] { [Pipeline] sh [2021-03-29T08:41:07.462Z] + set +x [2021-03-29T08:41:07.462Z] + curl -s https://codecov.io/bash [2021-03-29T08:41:07.462Z] + bash -s -- [2021-03-29T08:41:08.038Z] [2021-03-29T08:41:08.038Z] _____ _ [2021-03-29T08:41:08.038Z] / ____| | | [2021-03-29T08:41:08.038Z] | | ___ __| | ___ ___ _____ __ [2021-03-29T08:41:08.038Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-29T08:41:08.038Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-29T08:41:08.038Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-29T08:41:08.038Z] Bash-20210309-2b87ace [2021-03-29T08:41:08.038Z] [2021-03-29T08:41:08.038Z] [2021-03-29T08:41:08.038Z] ==> git version 2.24.3 found [2021-03-29T08:41:08.038Z] ==> 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-29T08:41:08.038Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-29T08:41:08.038Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-29T08:41:08.038Z] ==> Jenkins CI detected. [2021-03-29T08:41:08.038Z] project root: . [2021-03-29T08:41:08.038Z] --> token set from env [2021-03-29T08:41:08.038Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-29T08:41:08.038Z] ==> Running gcov in . (disable via -X gcov) [2021-03-29T08:41:08.038Z] ==> Python coveragepy not found [2021-03-29T08:41:08.038Z] ==> Searching for coverage reports in: [2021-03-29T08:41:08.038Z] + . [2021-03-29T08:41:08.038Z] -> Found 1 reports [2021-03-29T08:41:08.038Z] ==> Detecting git/mercurial file structure [2021-03-29T08:41:08.038Z] ==> Reading reports [2021-03-29T08:41:08.038Z] + ./coverage.out bytes=668292 [2021-03-29T08:41:08.038Z] ==> Appending adjustments [2021-03-29T08:41:08.038Z] https://docs.codecov.io/docs/fixing-reports [2021-03-29T08:41:12.260Z] + Found adjustments [2021-03-29T08:41:12.260Z] ==> Gzipping contents [2021-03-29T08:41:12.260Z] 96K /tmp/codecov.2pecGd.gz [2021-03-29T08:41:12.260Z] ==> Uploading reports [2021-03-29T08:41:12.260Z] url: https://codecov.io [2021-03-29T08:41:12.260Z] query: branch=PR-3310&commit=f7874aaa5e3f3f2678b784769ae0682e73f1e3af&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3310%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3310&job=&cmd_args= [2021-03-29T08:41:12.260Z] -> Pinging Codecov [2021-03-29T08:41:12.260Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3310&commit=f7874aaa5e3f3f2678b784769ae0682e73f1e3af&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3310%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3310&job=&cmd_args= [2021-03-29T08:41:12.260Z] -> Uploading to [2021-03-29T08:41:12.260Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-29/00271124DB129430A58F1EEE437C3FCB/f7874aaa5e3f3f2678b784769ae0682e73f1e3af/311c642e-d684-486e-b1b6-5a53c81a354c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T084111Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=89d0034e8c429b41eda1124dcede8e9cbf7325ed1a6cd155485c2b97478f0c30 [2021-03-29T08:41:12.260Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T08:41:12.260Z] Dload Upload Total Spent Left Speed [2021-03-29T08:41:12.834Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96778 0 0 100 96778 0 138k --:--:-- --:--:-- --:--:-- 138k 100 96778 0 0 100 96778 0 138k --:--:-- --:--:-- --:--:-- 138k [2021-03-29T08:41:12.834Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/f7874aaa5e3f3f2678b784769ae0682e73f1e3af [Pipeline] } [2021-03-29T08:41:12.844Z] 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-29T08:41:15.134Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T08:41:16.015Z] ---> package-listing.sh [2021-03-29T08:41:16.015Z] ++ facter osfamily [2021-03-29T08:41:16.015Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-29T08:41:16.015Z] + OS_FAMILY=redhat [2021-03-29T08:41:16.015Z] + workspace=/w/workspace/edgex-go/3 [2021-03-29T08:41:16.015Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-29T08:41:16.015Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-29T08:41:16.015Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-29T08:41:16.015Z] + PACKAGES=/tmp/packages_start.txt [2021-03-29T08:41:16.015Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-29T08:41:16.015Z] + PACKAGES=/tmp/packages_end.txt [2021-03-29T08:41:16.015Z] + case "${OS_FAMILY}" in [2021-03-29T08:41:16.015Z] + rpm -qa [2021-03-29T08:41:16.015Z] + sort [2021-03-29T08:41:21.330Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-29T08:41:21.330Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-29T08:41:21.330Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-29T08:41:21.330Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-29T08:41:21.330Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-03-29T08:41:21.330Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-03-29T08:41:21.345Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-29T08:41:21.640Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-29T08:41:21.951Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T08:41:21.952Z] [2021-03-29T08:41:21.952Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-29T08:41:22.317Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T08:41:22.317Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-29T08:41:22.317Z] df20fa9351a1: Pulling fs layer [2021-03-29T08:41:22.317Z] 36b3adc4ff6f: Pulling fs layer [2021-03-29T08:41:22.317Z] 8ad3a11d3b57: Pulling fs layer [2021-03-29T08:41:22.317Z] 46f8f816bc3b: Pulling fs layer [2021-03-29T08:41:22.317Z] 93b61091891f: Pulling fs layer [2021-03-29T08:41:22.317Z] 93b9cdb0e59b: Pulling fs layer [2021-03-29T08:41:22.317Z] 5e14af77c1be: Pulling fs layer [2021-03-29T08:41:22.317Z] 01666e4c0597: Pulling fs layer [2021-03-29T08:41:22.317Z] aa168da1d23b: Pulling fs layer [2021-03-29T08:41:22.317Z] 46f8f816bc3b: Waiting [2021-03-29T08:41:22.317Z] 93b61091891f: Waiting [2021-03-29T08:41:22.317Z] 01666e4c0597: Waiting [2021-03-29T08:41:22.317Z] aa168da1d23b: Waiting [2021-03-29T08:41:22.317Z] 93b9cdb0e59b: Waiting [2021-03-29T08:41:22.317Z] 5e14af77c1be: Waiting [2021-03-29T08:41:22.317Z] 36b3adc4ff6f: Verifying Checksum [2021-03-29T08:41:22.317Z] 36b3adc4ff6f: Download complete [2021-03-29T08:41:22.317Z] 46f8f816bc3b: Verifying Checksum [2021-03-29T08:41:22.317Z] 46f8f816bc3b: Download complete [2021-03-29T08:41:22.581Z] df20fa9351a1: Verifying Checksum [2021-03-29T08:41:22.581Z] 93b9cdb0e59b: Verifying Checksum [2021-03-29T08:41:22.581Z] 93b9cdb0e59b: Download complete [2021-03-29T08:41:22.581Z] 5e14af77c1be: Verifying Checksum [2021-03-29T08:41:22.581Z] 5e14af77c1be: Download complete [2021-03-29T08:41:22.581Z] 93b61091891f: Verifying Checksum [2021-03-29T08:41:22.581Z] 93b61091891f: Download complete [2021-03-29T08:41:22.581Z] 01666e4c0597: Verifying Checksum [2021-03-29T08:41:22.581Z] 01666e4c0597: Download complete [2021-03-29T08:41:22.843Z] df20fa9351a1: Pull complete [2021-03-29T08:41:23.104Z] 36b3adc4ff6f: Pull complete [2021-03-29T08:41:23.688Z] 8ad3a11d3b57: Verifying Checksum [2021-03-29T08:41:23.688Z] 8ad3a11d3b57: Download complete [2021-03-29T08:41:24.642Z] 8ad3a11d3b57: Pull complete [2021-03-29T08:41:24.642Z] 46f8f816bc3b: Pull complete [2021-03-29T08:41:25.222Z] aa168da1d23b: Verifying Checksum [2021-03-29T08:41:25.222Z] aa168da1d23b: Download complete [2021-03-29T08:41:26.612Z] 93b61091891f: Pull complete [2021-03-29T08:41:26.612Z] 93b9cdb0e59b: Pull complete [2021-03-29T08:41:26.612Z] 5e14af77c1be: Pull complete [2021-03-29T08:41:26.880Z] 01666e4c0597: Pull complete [2021-03-29T08:41:35.064Z] aa168da1d23b: Pull complete [2021-03-29T08:41:35.064Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-29T08:41:35.064Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T08:41:35.064Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-29T08:41:35.692Z] prd-centos7-docker-4c-2g-31715 does not seem to be running inside a container [2021-03-29T08:41:35.748Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-29T08:41:39.882Z] $ docker top 9620c9a2915155d4df1c7f16e6602276ca405a361931b58843545f507c37523b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T08:41:40.510Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-29T08:41:40.815Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-29T08:41:41.118Z] + ls /var/log/sa-host [2021-03-29T08:41:41.119Z] + sadf -c /var/log/sa-host/sa23 [2021-03-29T08:41:41.119Z] file_magic: OK [2021-03-29T08:41:41.119Z] HZ: Using current value: 100 [2021-03-29T08:41:41.119Z] file_header: OK [2021-03-29T08:41:41.119Z] 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-29T08:41:41.119Z] Statistics: [2021-03-29T08:41:41.119Z] Hnuu...uuuununununu... [2021-03-29T08:41:41.119Z] File successfully converted to sysstat format version 12.2.1 [2021-03-29T08:41:41.119Z] + sadf -c /var/log/sa-host/sa29 [2021-03-29T08:41:41.119Z] file_magic: OK [2021-03-29T08:41:41.119Z] HZ: Using current value: 100 [2021-03-29T08:41:41.119Z] file_header: OK [2021-03-29T08:41:41.119Z] 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-29T08:41:41.119Z] Statistics: [2021-03-29T08:41:41.119Z] 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-29T08:41:41.119Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-29T08:41:41.736Z] provisioning config files... [2021-03-29T08:41:41.755Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config2389755746954776060tmp [Pipeline] { [Pipeline] echo [2021-03-29T08:41:41.838Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T08:41:42.138Z] ---> create-netrc.sh [Pipeline] } [2021-03-29T08:41:42.148Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-29T08:41:42.289Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T08:41:42.590Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-29T08:41:42.603Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T08:41:42.917Z] ---> sudo-logs.sh [2021-03-29T08:41:42.917Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-29T08:41:43.000Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T08:41:43.299Z] ---> job-cost.sh [2021-03-29T08:41:43.299Z] lf-activate-venv: SKIPPING [2021-03-29T08:41:43.299Z] DEBUG: total: 0.20999999344348907 [2021-03-29T08:41:43.299Z] INFO: Retrieving Stack Cost... [2021-03-29T08:41:44.246Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-29T08:41:44.842Z] INFO: Archiving Costs [Pipeline] echo [2021-03-29T08:41:44.859Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T08:41:45.228Z] ---> logs-deploy.sh [2021-03-29T08:41:45.228Z] lf-activate-venv: SKIPPING [2021-03-29T08:41:45.228Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3310/3 [2021-03-29T08:41:45.228Z] INFO: archiving workspace using pattern(s): [2021-03-29T08:41:47.151Z] Archives upload complete. [2021-03-29T08:41:47.151Z] INFO: archiving logs to Nexus [2021-03-29T08:41:48.101Z] ---> uname -a: [2021-03-29T08:41:48.101Z] Linux prd-centos7-docker-4c-2g-31715.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-29T08:41:48.101Z] [2021-03-29T08:41:48.101Z] [2021-03-29T08:41:48.101Z] ---> lscpu: [2021-03-29T08:41:48.101Z] Architecture: x86_64 [2021-03-29T08:41:48.101Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-29T08:41:48.101Z] Byte Order: Little Endian [2021-03-29T08:41:48.101Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-29T08:41:48.101Z] CPU(s): 4 [2021-03-29T08:41:48.101Z] On-line CPU(s) list: 0-3 [2021-03-29T08:41:48.101Z] Thread(s) per core: 1 [2021-03-29T08:41:48.101Z] Core(s) per socket: 1 [2021-03-29T08:41:48.101Z] Socket(s): 4 [2021-03-29T08:41:48.101Z] NUMA node(s): 1 [2021-03-29T08:41:48.101Z] Vendor ID: GenuineIntel [2021-03-29T08:41:48.101Z] CPU family: 6 [2021-03-29T08:41:48.101Z] Model: 44 [2021-03-29T08:41:48.101Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-29T08:41:48.101Z] Stepping: 1 [2021-03-29T08:41:48.101Z] CPU MHz: 2933.442 [2021-03-29T08:41:48.101Z] BogoMIPS: 5866.88 [2021-03-29T08:41:48.101Z] Virtualization: VT-x [2021-03-29T08:41:48.101Z] Hypervisor vendor: KVM [2021-03-29T08:41:48.101Z] Virtualization type: full [2021-03-29T08:41:48.101Z] L1d cache: 128 KiB [2021-03-29T08:41:48.101Z] L1i cache: 128 KiB [2021-03-29T08:41:48.101Z] L2 cache: 16 MiB [2021-03-29T08:41:48.101Z] L3 cache: 64 MiB [2021-03-29T08:41:48.101Z] NUMA node0 CPU(s): 0-3 [2021-03-29T08:41:48.101Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-29T08:41:48.101Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-29T08:41:48.101Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-29T08:41:48.101Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-29T08:41:48.101Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-29T08:41:48.101Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-29T08:41:48.101Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-29T08:41:48.101Z] Vulnerability Srbds: Not affected [2021-03-29T08:41:48.101Z] Vulnerability Tsx async abort: Not affected [2021-03-29T08:41:48.101Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-29T08:41:48.101Z] [2021-03-29T08:41:48.101Z] [2021-03-29T08:41:48.101Z] ---> nproc: [2021-03-29T08:41:48.101Z] 4 [2021-03-29T08:41:48.101Z] [2021-03-29T08:41:48.101Z] [2021-03-29T08:41:48.101Z] ---> df -h: [2021-03-29T08:41:48.101Z] Filesystem Size Used Available Use% Mounted on [2021-03-29T08:41:48.101Z] overlay 50.0G 11.8G 38.2G 24% / [2021-03-29T08:41:48.101Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-29T08:41:48.101Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-29T08:41:48.101Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-29T08:41:48.101Z] /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os [2021-03-29T08:41:48.101Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf [2021-03-29T08:41:48.101Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname [2021-03-29T08:41:48.101Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts [2021-03-29T08:41:48.101Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure [2021-03-29T08:41:48.101Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log [2021-03-29T08:41:48.101Z] /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json [2021-03-29T08:41:48.101Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host [2021-03-29T08:41:48.101Z] /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/3 [2021-03-29T08:41:48.101Z] /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/3@tmp [2021-03-29T08:41:48.101Z] [2021-03-29T08:41:48.101Z] [2021-03-29T08:41:48.101Z] ---> free -m: [2021-03-29T08:41:48.101Z] total used free shared buff/cache available [2021-03-29T08:41:48.101Z] Mem: 1837 717 165 0 953 1033 [2021-03-29T08:41:48.101Z] Swap: 1023 65 958 [2021-03-29T08:41:48.101Z] [2021-03-29T08:41:48.101Z] [2021-03-29T08:41:48.101Z] ---> ip addr: [2021-03-29T08:41:48.101Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-29T08:41:48.101Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-29T08:41:48.101Z] inet 127.0.0.1/8 scope host lo [2021-03-29T08:41:48.101Z] valid_lft forever preferred_lft forever [2021-03-29T08:41:48.101Z] inet6 ::1/128 scope host [2021-03-29T08:41:48.101Z] valid_lft forever preferred_lft forever [2021-03-29T08:41:48.101Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-29T08:41:48.101Z] link/ether fa:16:3e:3a:cd:cd brd ff:ff:ff:ff:ff:ff [2021-03-29T08:41:48.101Z] inet 10.30.122.114/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-29T08:41:48.101Z] valid_lft 85014sec preferred_lft 85014sec [2021-03-29T08:41:48.101Z] inet6 fe80::f816:3eff:fe3a:cdcd/64 scope link [2021-03-29T08:41:48.101Z] valid_lft forever preferred_lft forever [2021-03-29T08:41:48.101Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-29T08:41:48.101Z] link/ether 02:42:08:19:24:8f brd ff:ff:ff:ff:ff:ff [2021-03-29T08:41:48.101Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-29T08:41:48.101Z] valid_lft forever preferred_lft forever [2021-03-29T08:41:48.102Z] inet6 fe80::42:8ff:fe19:248f/64 scope link [2021-03-29T08:41:48.102Z] valid_lft forever preferred_lft forever [2021-03-29T08:41:48.102Z] [2021-03-29T08:41:48.102Z] [2021-03-29T08:41:48.102Z] ---> sar -b -r -n DEV: [2021-03-29T08:41:48.102Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) [2021-03-29T08:41:48.102Z] [2021-03-29T08:41:48.102Z] 08:18:31 LINUX RESTART (4 CPU) [2021-03-29T08:41:48.102Z] [2021-03-29T08:41:48.102Z] 08:19:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-29T08:41:48.102Z] 08:20:02 75.17 19.84 55.33 0.00 5616.51 14419.45 0.00 [2021-03-29T08:41:48.102Z] 08:21:01 236.68 104.84 131.84 0.00 7075.60 44785.45 0.00 [2021-03-29T08:41:48.102Z] 08:22:01 241.43 93.25 148.18 0.00 3530.75 19442.11 0.00 [2021-03-29T08:41:48.102Z] 08:23:01 133.18 54.12 79.06 0.00 2062.90 9511.80 0.00 [2021-03-29T08:41:48.102Z] 08:24:01 124.77 36.46 88.31 0.00 2604.29 24524.54 0.00 [2021-03-29T08:41:48.102Z] 08:25:03 1840.60 1515.99 324.60 0.00 141606.55 196827.85 0.00 [2021-03-29T08:41:48.102Z] 08:26:01 1611.60 1357.09 254.51 0.00 96651.12 112440.76 0.00 [2021-03-29T08:41:48.102Z] 08:27:02 1062.51 728.35 334.16 0.00 84233.27 118300.67 0.00 [2021-03-29T08:41:48.102Z] 08:28:01 1673.42 1325.17 348.25 0.00 78795.42 85876.45 0.00 [2021-03-29T08:41:48.102Z] 08:29:01 175.70 49.54 126.16 0.00 6648.43 14903.54 0.00 [2021-03-29T08:41:48.102Z] 08:30:01 1.56 0.05 1.51 0.00 4.00 25.05 0.00 [2021-03-29T08:41:48.102Z] 08:31:01 0.30 0.02 0.28 0.00 0.13 4.18 0.00 [2021-03-29T08:41:48.102Z] 08:32:02 0.28 0.02 0.27 0.00 0.13 3.03 0.00 [2021-03-29T08:41:48.102Z] 08:33:01 0.27 0.02 0.25 0.00 0.27 2.95 0.00 [2021-03-29T08:41:48.102Z] 08:34:01 1.75 1.52 0.23 0.00 51.16 2.21 0.00 [2021-03-29T08:41:48.102Z] 08:35:01 0.87 0.05 0.82 0.00 1.33 15.52 0.00 [2021-03-29T08:41:48.102Z] 08:36:01 0.33 0.02 0.32 0.00 0.27 2.93 0.00 [2021-03-29T08:41:48.102Z] 08:37:01 0.27 0.00 0.27 0.00 0.00 3.96 0.00 [2021-03-29T08:41:48.102Z] 08:38:01 0.28 0.00 0.28 0.00 0.00 3.30 0.00 [2021-03-29T08:41:48.102Z] 08:39:01 0.22 0.03 0.18 0.00 0.40 1.92 0.00 [2021-03-29T08:41:48.102Z] 08:40:01 0.62 0.40 0.22 0.00 130.02 3.75 0.00 [2021-03-29T08:41:48.102Z] 08:41:01 0.30 0.02 0.28 0.00 0.27 3.18 0.00 [2021-03-29T08:41:48.102Z] Average: 326.84 240.53 86.31 0.00 19603.47 29313.60 0.00 [2021-03-29T08:41:48.102Z] [2021-03-29T08:41:48.102Z] 08:19:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-29T08:41:48.102Z] 08:20:02 68060 0 756944 40.23 2620 1053920 1456452 49.71 600416 1008008 20 [2021-03-29T08:41:48.102Z] 08:21:01 122400 0 686584 36.49 2216 1070344 1527128 52.12 559228 951824 1732 [2021-03-29T08:41:48.102Z] 08:22:01 176372 0 800404 42.54 940 903828 1746940 59.62 667152 753320 75568 [2021-03-29T08:41:48.102Z] 08:23:01 213464 0 789880 41.98 784 877416 1472948 50.27 631576 740700 53612 [2021-03-29T08:41:48.102Z] 08:24:01 180440 0 756048 40.18 604 944452 1423236 48.57 592232 812160 44 [2021-03-29T08:41:48.102Z] 08:25:03 69148 0 859256 45.67 0 953140 2342568 79.95 725460 863864 79108 [2021-03-29T08:41:48.102Z] 08:26:01 268280 0 1084200 57.62 0 529064 4127828 140.88 683248 649128 2572 [2021-03-29T08:41:48.102Z] 08:27:02 52544 0 760676 40.43 0 1068324 2217632 75.68 728456 859264 22616 [2021-03-29T08:41:48.102Z] 08:28:01 421380 0 860064 45.71 0 600100 2619020 89.38 561608 643368 440 [2021-03-29T08:41:48.102Z] 08:29:01 545620 0 645128 34.29 0 690796 1238692 42.27 489880 603208 20 [2021-03-29T08:41:48.102Z] 08:30:01 549884 0 640748 34.05 0 690912 1210744 41.32 487184 602720 16 [2021-03-29T08:41:48.102Z] 08:31:01 551004 0 639612 33.99 0 690928 1203428 41.07 486416 602632 12 [2021-03-29T08:41:48.102Z] 08:32:02 551472 0 639140 33.97 0 690932 1203428 41.07 486548 602632 8 [2021-03-29T08:41:48.102Z] 08:33:01 551560 0 639036 33.96 0 690948 1203428 41.07 486428 602644 8 [2021-03-29T08:41:48.102Z] 08:34:01 549792 0 639912 34.01 0 691840 1203428 41.07 486692 603276 16 [2021-03-29T08:41:48.102Z] 08:35:01 549908 0 639772 34.00 0 691864 1203488 41.07 486904 603296 8 [2021-03-29T08:41:48.102Z] 08:36:01 550016 0 639668 34.00 0 691860 1203476 41.07 486700 603296 8 [2021-03-29T08:41:48.102Z] 08:37:01 550080 0 639592 33.99 0 691872 1203428 41.07 486692 603304 16 [2021-03-29T08:41:48.102Z] 08:38:01 550056 0 639604 33.99 0 691884 1203428 41.07 486700 603304 8 [2021-03-29T08:41:48.102Z] 08:39:01 549816 0 639848 34.01 0 691880 1203428 41.07 486716 603308 20 [2021-03-29T08:41:48.102Z] 08:40:01 542856 0 642940 34.17 0 695748 1203564 41.08 492420 604388 20 [2021-03-29T08:41:48.102Z] 08:41:01 542992 0 642804 34.16 0 695748 1203492 41.07 492276 604388 16 [2021-03-29T08:41:48.102Z] Average: 395779 0 712812 37.88 326 772627 1573691 53.71 549588 687456 10722 [2021-03-29T08:41:48.102Z] [2021-03-29T08:41:48.102Z] 08:19:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-29T08:41:48.102Z] 08:20:02 vethb563f17 1141.65 830.94 100.90 2691.21 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:20:02 eth0 1952.09 1957.98 6370.32 239.51 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:20:02 docker0 1141.65 830.80 85.29 2691.20 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:21:01 eth0 443.50 348.44 3288.98 37.14 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:21:01 vetheb9139a 30.00 39.41 2.86 24.45 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:21:01 docker0 82.55 111.88 5.22 391.32 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:22:01 eth0 133.88 95.93 473.84 18.34 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:22:01 vethdd494e2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:22:01 docker0 78.51 104.51 5.98 446.89 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:23:01 eth0 39.79 28.14 22.67 67.66 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:23:01 vethdd494e2 2.33 2.33 0.19 0.19 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:23:01 docker0 2.33 2.33 0.16 0.19 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:24:01 vethc19f052 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:24:01 eth0 180.36 139.69 1696.77 23.51 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:25:03 eth0 90.49 76.12 165.33 71.75 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:25:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:25:03 veth6baf519 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:25:03 docker0 30.51 35.86 1.94 142.19 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:26:01 veth1f24e70 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:26:01 vethcb5ca50 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:26:01 veth87ae805 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:26:01 eth0 7.35 3.77 6.14 3.22 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:27:02 eth0 211.85 141.85 1781.25 24.47 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:27:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:27:02 veth32c4025 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:27:02 veth6baf519 0.00 0.82 0.00 0.04 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:28:01 veth77b8789 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:28:01 eth0 64.57 39.82 94.86 90.10 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:28:01 veth1b97cc5 3.47 3.96 0.49 18.21 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:29:01 eth0 71.68 54.04 107.31 78.90 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:29:01 docker0 1386.32 1180.16 101.69 4315.75 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:30:01 eth0 1.13 0.47 0.45 0.27 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:31:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:32:02 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:32:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:33:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:34:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:35:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:36:01 eth0 0.17 0.13 0.07 0.01 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:37:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:38:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:39:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:40:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:41:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] Average: eth0 145.52 131.40 636.66 29.88 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] Average: docker0 63.13 53.74 4.63 196.53 0.00 0.00 0.00 0.00 [2021-03-29T08:41:48.102Z] [2021-03-29T08:41:48.102Z] [2021-03-29T08:41:48.102Z] ---> sar -P ALL: [2021-03-29T08:41:48.102Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) [2021-03-29T08:41:48.102Z] [2021-03-29T08:41:48.102Z] 08:18:31 LINUX RESTART (4 CPU) [2021-03-29T08:41:48.102Z] [2021-03-29T08:41:48.102Z] 08:19:01 CPU %user %nice %system %iowait %steal %idle [2021-03-29T08:41:48.102Z] 08:20:02 all 17.97 0.00 7.11 1.34 0.16 73.43 [2021-03-29T08:41:48.102Z] 08:20:02 0 20.50 0.00 10.82 0.47 0.10 68.11 [2021-03-29T08:41:48.102Z] 08:20:02 1 16.80 0.00 6.12 1.65 0.17 75.26 [2021-03-29T08:41:48.102Z] 08:20:02 2 18.18 0.00 5.34 0.10 0.19 76.18 [2021-03-29T08:41:48.102Z] 08:20:02 3 16.43 0.00 6.22 3.11 0.15 74.09 [2021-03-29T08:41:48.102Z] 08:21:01 all 10.93 0.00 7.19 3.05 0.14 78.68 [2021-03-29T08:41:48.102Z] 08:21:01 0 11.31 0.00 7.53 3.39 0.16 77.62 [2021-03-29T08:41:48.102Z] 08:21:01 1 11.31 0.00 7.41 4.18 0.12 76.97 [2021-03-29T08:41:48.102Z] 08:21:01 2 9.68 0.00 6.67 1.92 0.14 81.58 [2021-03-29T08:41:48.102Z] 08:21:01 3 11.41 0.00 7.16 2.73 0.16 78.54 [2021-03-29T08:41:48.102Z] 08:22:01 all 38.03 0.00 12.27 5.37 0.17 44.16 [2021-03-29T08:41:48.102Z] 08:22:01 0 37.70 0.00 12.97 3.65 0.14 45.55 [2021-03-29T08:41:48.103Z] 08:22:01 1 38.16 0.00 12.67 6.59 0.16 42.43 [2021-03-29T08:41:48.103Z] 08:22:01 2 36.64 0.00 11.73 6.68 0.18 44.78 [2021-03-29T08:41:48.103Z] 08:22:01 3 39.64 0.00 11.73 4.55 0.21 43.87 [2021-03-29T08:41:48.103Z] 08:23:01 all 49.90 0.00 13.69 3.46 0.15 32.80 [2021-03-29T08:41:48.103Z] 08:23:01 0 49.41 0.00 13.18 4.77 0.18 32.47 [2021-03-29T08:41:48.103Z] 08:23:01 1 49.71 0.00 13.57 2.60 0.18 33.95 [2021-03-29T08:41:48.103Z] 08:23:01 2 50.04 0.00 13.94 3.05 0.12 32.86 [2021-03-29T08:41:48.103Z] 08:23:01 3 50.44 0.00 14.07 3.43 0.14 31.92 [2021-03-29T08:41:48.103Z] 08:24:01 all 28.48 0.00 10.91 2.69 0.20 57.71 [2021-03-29T08:41:48.103Z] 08:24:01 0 27.61 0.00 10.85 3.32 0.14 58.08 [2021-03-29T08:41:48.103Z] 08:24:01 1 27.96 0.00 10.93 3.91 0.28 56.93 [2021-03-29T08:41:48.103Z] 08:24:01 2 28.72 0.00 10.93 1.89 0.19 58.27 [2021-03-29T08:41:48.103Z] 08:24:01 3 29.65 0.00 10.95 1.64 0.17 57.59 [2021-03-29T08:41:48.103Z] 08:25:03 all 20.44 0.00 29.25 17.50 0.35 32.48 [2021-03-29T08:41:48.103Z] 08:25:03 0 20.20 0.00 29.59 20.42 0.38 29.41 [2021-03-29T08:41:48.103Z] 08:25:03 1 21.26 0.00 28.56 16.75 0.36 33.06 [2021-03-29T08:41:48.103Z] 08:25:03 2 19.46 0.00 29.25 18.22 0.31 32.76 [2021-03-29T08:41:48.103Z] 08:25:03 3 20.83 0.00 29.58 14.58 0.33 34.68 [2021-03-29T08:41:48.103Z] 08:26:01 all 49.84 0.00 20.80 16.97 0.27 12.12 [2021-03-29T08:41:48.103Z] 08:26:01 0 48.70 0.00 20.81 16.97 0.28 13.24 [2021-03-29T08:41:48.103Z] 08:26:01 1 50.20 0.00 20.83 17.00 0.32 11.65 [2021-03-29T08:41:48.103Z] 08:26:01 2 50.16 0.00 20.74 17.74 0.24 11.13 [2021-03-29T08:41:48.103Z] 08:26:01 3 50.30 0.00 20.82 16.15 0.26 12.47 [2021-03-29T08:41:48.103Z] 08:27:02 all 27.34 0.00 20.85 25.80 0.20 25.80 [2021-03-29T08:41:48.103Z] 08:27:02 0 26.32 0.00 20.89 22.94 0.19 29.67 [2021-03-29T08:41:48.103Z] 08:27:02 1 27.15 0.00 20.75 25.27 0.26 26.57 [2021-03-29T08:41:48.103Z] 08:27:02 2 28.18 0.00 21.07 26.84 0.17 23.73 [2021-03-29T08:41:48.103Z] 08:27:02 3 27.71 0.00 20.71 28.16 0.17 23.25 [2021-03-29T08:41:48.103Z] 08:28:01 all 39.05 0.00 20.93 26.68 0.21 13.13 [2021-03-29T08:41:48.103Z] 08:28:01 0 39.54 0.00 20.32 25.30 0.18 14.67 [2021-03-29T08:41:48.103Z] 08:28:01 1 38.25 0.00 21.45 28.95 0.23 11.12 [2021-03-29T08:41:48.103Z] 08:28:01 2 39.48 0.00 20.29 26.77 0.20 13.25 [2021-03-29T08:41:48.103Z] 08:28:01 3 38.95 0.00 21.65 25.69 0.22 13.50 [2021-03-29T08:41:48.103Z] 08:29:01 all 18.23 0.00 7.03 4.69 0.07 69.98 [2021-03-29T08:41:48.103Z] 08:29:01 0 17.80 0.00 7.50 4.21 0.07 70.43 [2021-03-29T08:41:48.103Z] 08:29:01 1 19.01 0.00 6.47 4.34 0.07 70.10 [2021-03-29T08:41:48.103Z] 08:29:01 2 18.04 0.00 6.68 3.24 0.07 71.97 [2021-03-29T08:41:48.103Z] 08:29:01 3 18.08 0.00 7.47 6.99 0.07 67.39 [2021-03-29T08:41:48.103Z] 08:30:01 all 0.09 0.00 0.05 0.00 0.01 99.85 [2021-03-29T08:41:48.103Z] 08:30:01 0 0.27 0.00 0.07 0.00 0.02 99.65 [2021-03-29T08:41:48.103Z] 08:30:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-29T08:41:48.103Z] 08:30:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-29T08:41:48.103Z] 08:30:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2021-03-29T08:41:48.103Z] [2021-03-29T08:41:48.103Z] 08:30:01 CPU %user %nice %system %iowait %steal %idle [2021-03-29T08:41:48.103Z] 08:31:01 all 0.21 0.00 0.22 0.00 0.00 99.57 [2021-03-29T08:41:48.103Z] 08:31:01 0 0.53 0.00 0.08 0.00 0.00 99.38 [2021-03-29T08:41:48.103Z] 08:31:01 1 0.12 0.00 0.28 0.00 0.02 99.58 [2021-03-29T08:41:48.103Z] 08:31:01 2 0.08 0.00 0.20 0.00 0.00 99.72 [2021-03-29T08:41:48.103Z] 08:31:01 3 0.10 0.00 0.30 0.00 0.00 99.60 [2021-03-29T08:41:48.103Z] 08:32:02 all 0.15 0.00 0.03 0.00 0.00 99.83 [2021-03-29T08:41:48.103Z] 08:32:02 0 0.50 0.00 0.02 0.00 0.00 99.48 [2021-03-29T08:41:48.103Z] 08:32:02 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-29T08:41:48.103Z] 08:32:02 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-29T08:41:48.103Z] 08:32:02 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-29T08:41:48.103Z] 08:33:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-03-29T08:41:48.103Z] 08:33:01 0 0.53 0.00 0.02 0.00 0.02 99.44 [2021-03-29T08:41:48.103Z] 08:33:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-29T08:41:48.103Z] 08:33:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2021-03-29T08:41:48.103Z] 08:33:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-29T08:41:48.103Z] 08:34:01 all 0.15 0.00 0.05 0.02 0.00 99.77 [2021-03-29T08:41:48.103Z] 08:34:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-29T08:41:48.103Z] 08:34:01 1 0.03 0.00 0.05 0.02 0.00 99.90 [2021-03-29T08:41:48.103Z] 08:34:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-29T08:41:48.103Z] 08:34:01 3 0.03 0.00 0.10 0.08 0.02 99.77 [2021-03-29T08:41:48.103Z] 08:35:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2021-03-29T08:41:48.103Z] 08:35:01 0 0.53 0.00 0.03 0.00 0.00 99.43 [2021-03-29T08:41:48.103Z] 08:35:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2021-03-29T08:41:48.103Z] 08:35:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-29T08:41:48.103Z] 08:35:01 3 0.07 0.00 0.08 0.00 0.00 99.85 [2021-03-29T08:41:48.103Z] 08:36:01 all 0.10 0.00 0.03 0.00 0.00 99.86 [2021-03-29T08:41:48.103Z] 08:36:01 0 0.32 0.00 0.07 0.00 0.00 99.62 [2021-03-29T08:41:48.103Z] 08:36:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-29T08:41:48.103Z] 08:36:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-29T08:41:48.103Z] 08:36:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2021-03-29T08:41:48.103Z] 08:37:01 all 0.07 0.00 0.03 0.00 0.00 99.90 [2021-03-29T08:41:48.103Z] 08:37:01 0 0.15 0.00 0.03 0.00 0.00 99.82 [2021-03-29T08:41:48.103Z] 08:37:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2021-03-29T08:41:48.103Z] 08:37:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2021-03-29T08:41:48.103Z] 08:37:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-29T08:41:48.103Z] 08:38:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-03-29T08:41:48.103Z] 08:38:01 0 0.50 0.00 0.03 0.00 0.00 99.47 [2021-03-29T08:41:48.103Z] 08:38:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-29T08:41:48.103Z] 08:38:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-29T08:41:48.103Z] 08:38:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2021-03-29T08:41:48.103Z] 08:39:01 all 0.20 0.00 0.03 0.00 0.00 99.77 [2021-03-29T08:41:48.103Z] 08:39:01 0 0.08 0.00 0.03 0.00 0.00 99.88 [2021-03-29T08:41:48.103Z] 08:39:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-03-29T08:41:48.103Z] 08:39:01 2 0.62 0.00 0.03 0.00 0.00 99.35 [2021-03-29T08:41:48.103Z] 08:39:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-29T08:41:48.103Z] 08:40:01 all 0.20 0.00 0.04 0.01 0.00 99.75 [2021-03-29T08:41:48.103Z] 08:40:01 0 0.12 0.00 0.00 0.00 0.00 99.88 [2021-03-29T08:41:48.103Z] 08:40:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-29T08:41:48.103Z] 08:40:01 2 0.60 0.00 0.07 0.03 0.00 99.30 [2021-03-29T08:41:48.103Z] 08:40:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-29T08:41:48.103Z] 08:41:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-03-29T08:41:48.103Z] 08:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-29T08:41:48.103Z] 08:41:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-29T08:41:48.103Z] 08:41:01 2 0.53 0.00 0.05 0.02 0.00 99.40 [2021-03-29T08:41:48.103Z] 08:41:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-29T08:41:48.103Z] [2021-03-29T08:41:48.103Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-03-29T08:41:48.103Z] Average: all 13.25 0.00 6.63 4.71 0.09 75.32 [2021-03-29T08:41:48.103Z] Average: 0 13.31 0.00 6.82 4.63 0.08 75.16 [2021-03-29T08:41:48.103Z] Average: 1 13.18 0.00 6.58 4.88 0.10 75.26 [2021-03-29T08:41:48.103Z] Average: 2 13.19 0.00 6.49 4.66 0.08 75.59 [2021-03-29T08:41:48.103Z] Average: 3 13.31 0.00 6.64 4.69 0.09 75.28 [2021-03-29T08:41:48.103Z] [2021-03-29T08:41:48.103Z] [2021-03-29T08:41:48.103Z]