Pull request #3391 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 jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 3daad41841a19eb22bce2f1fa509c016ebb6911a+7b8ff941781f40a52b080ca1fb051afd3c85c202 (1c155c802fd9c53795ba13a1b2a7a8343b5a4f34) 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-1296 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 > 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/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 7b8ff941781f40a52b080ca1fb051afd3c85c202 into PR head commit 3daad41841a19eb22bce2f1fa509c016ebb6911a Merge succeeded, producing 3daad41841a19eb22bce2f1fa509c016ebb6911a Checking out Revision 3daad41841a19eb22bce2f1fa509c016ebb6911a (PR-3391) > git config core.sparsecheckout # timeout=10 > git checkout -f 3daad41841a19eb22bce2f1fa509c016ebb6911a # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 7b8ff941781f40a52b080ca1fb051afd3c85c202 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3daad41841a19eb22bce2f1fa509c016ebb6911a # timeout=10 Commit message: "feat(security): Add consul token header to Kong's service" First time build. Skipping changelog. > git rev-list --no-walk 26176fbba9a7a2701835b50ceb7535c1861fd28f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-21T00:11:53.504Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-21T00:11:53.603Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-21T00:11:53.629Z] ========================================================= [2021-04-21T00:11:53.629Z] EdgeX Global Pipelines Version Info [2021-04-21T00:11:53.629Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-21T00:11:55.197Z] ------------------- [2021-04-21T00:11:55.197Z] stable info: [2021-04-21T00:11:55.197Z] ------------------- [2021-04-21T00:11:55.197Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-21T00:11:55.197Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-21T00:11:55.197Z] Message: update stable to v1.0.186 [2021-04-21T00:11:56.148Z] ------------------- [2021-04-21T00:11:56.148Z] experimental info: [2021-04-21T00:11:56.148Z] ------------------- [2021-04-21T00:11:56.148Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-21T00:11:56.148Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-21T00:11:56.148Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-21T00:11:56.286Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-21T00:11:56.307Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-21T00:11:56.328Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-21T00:11:56.348Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-21T00:11:56.368Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-21T00:11:56.388Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-21T00:11:56.409Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-21T00:11:56.429Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-21T00:11:56.449Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-21T00:11:56.470Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-21T00:11:56.491Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-21T00:11:56.511Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-21T00:11:56.532Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-21T00:11:56.553Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-21T00:11:56.576Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-21T00:11:56.598Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-21T00:11:56.619Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-21T00:11:56.641Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-21T00:11:56.663Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-21T00:11:56.684Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-21T00:11:56.706Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-21T00:11:56.727Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-21T00:11:56.747Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3391 [Pipeline] echo [2021-04-21T00:11:56.768Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3391 [Pipeline] echo [2021-04-21T00:11:56.789Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3391 [Pipeline] echo [2021-04-21T00:11:56.812Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3daad41841a19eb22bce2f1fa509c016ebb6911a [Pipeline] echo [2021-04-21T00:11:56.835Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3daad41 [Pipeline] echo [2021-04-21T00:11:56.856Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-21T00:11:56.930Z] provisioning config files... [2021-04-21T00:11:56.987Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8248854095216963340tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-21T00:11:57.306Z] ---> docker-login.sh [2021-04-21T00:11:57.306Z] nexus3.edgexfoundry.org:10001 [2021-04-21T00:11:57.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T00:11:57.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T00:11:57.829Z] Configure a credential helper to remove this warning. See [2021-04-21T00:11:57.829Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T00:11:57.829Z] [2021-04-21T00:11:57.829Z] Login Succeeded [2021-04-21T00:11:57.829Z] nexus3.edgexfoundry.org:10002 [2021-04-21T00:11:57.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T00:11:57.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T00:11:57.829Z] Configure a credential helper to remove this warning. See [2021-04-21T00:11:57.829Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T00:11:57.829Z] [2021-04-21T00:11:57.829Z] Login Succeeded [2021-04-21T00:11:57.829Z] nexus3.edgexfoundry.org:10003 [2021-04-21T00:11:58.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T00:11:58.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T00:11:58.091Z] Configure a credential helper to remove this warning. See [2021-04-21T00:11:58.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T00:11:58.091Z] [2021-04-21T00:11:58.091Z] Login Succeeded [2021-04-21T00:11:58.091Z] nexus3.edgexfoundry.org:10004 [2021-04-21T00:11:58.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T00:11:58.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T00:11:58.353Z] Configure a credential helper to remove this warning. See [2021-04-21T00:11:58.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T00:11:58.353Z] [2021-04-21T00:11:58.353Z] Login Succeeded [2021-04-21T00:11:58.353Z] docker.io [2021-04-21T00:11:58.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T00:11:58.615Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T00:11:58.615Z] Configure a credential helper to remove this warning. See [2021-04-21T00:11:58.615Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T00:11:58.615Z] [2021-04-21T00:11:58.615Z] Login Succeeded [2021-04-21T00:11:58.615Z] ---> docker-login.sh ends [Pipeline] } [2021-04-21T00:11:58.626Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-21T00:11:58.958Z] ++ 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-04-21T00:11:58.958Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-21T00:11:58.958Z] ++ dirname cmd/core-command/Dockerfile [2021-04-21T00:11:58.958Z] ++ cut -d/ -f2 [2021-04-21T00:11:58.958Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-21T00:11:58.958Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-21T00:11:58.958Z] ++ dirname cmd/core-data/Dockerfile [2021-04-21T00:11:58.958Z] ++ cut -d/ -f2 [2021-04-21T00:11:58.958Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-21T00:11:58.958Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-21T00:11:58.958Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-21T00:11:58.958Z] ++ cut -d/ -f2 [2021-04-21T00:11:58.958Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-21T00:11:58.958Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-21T00:11:58.958Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-21T00:11:58.958Z] ++ cut -d/ -f2 [2021-04-21T00:11:58.958Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-21T00:11:58.958Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-21T00:11:58.958Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-21T00:11:58.958Z] ++ cut -d/ -f2 [2021-04-21T00:11:58.958Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-21T00:11:58.958Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-21T00:11:58.958Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-21T00:11:58.958Z] ++ cut -d/ -f2 [2021-04-21T00:11:58.958Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-21T00:11:58.958Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-21T00:11:58.958Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-21T00:11:58.958Z] ++ cut -d/ -f2 [2021-04-21T00:11:58.958Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-21T00:11:58.958Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-21T00:11:58.958Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-21T00:11:58.958Z] ++ cut -d/ -f2 [2021-04-21T00:11:58.958Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-21T00:11:58.958Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-21T00:11:58.958Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-21T00:11:58.958Z] ++ cut -d/ -f2 [2021-04-21T00:11:58.958Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-21T00:11:59.042Z] 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-04-21T00:12:00.411Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-21T00:12:00.411Z] [2021-04-21T00:12:00.411Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-21T00:12:00.724Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-21T00:12:00.724Z] latest: Pulling from edgex-devops/git-semver [2021-04-21T00:12:00.724Z] 31603596830f: Pulling fs layer [2021-04-21T00:12:00.724Z] 2a8b12db71e7: Pulling fs layer [2021-04-21T00:12:00.724Z] 6ca5941a6612: Pulling fs layer [2021-04-21T00:12:00.724Z] ecc8261a40a4: Pulling fs layer [2021-04-21T00:12:00.724Z] ecc8261a40a4: Waiting [2021-04-21T00:12:00.724Z] 2a8b12db71e7: Verifying Checksum [2021-04-21T00:12:00.724Z] 2a8b12db71e7: Download complete [2021-04-21T00:12:00.987Z] 31603596830f: Verifying Checksum [2021-04-21T00:12:00.987Z] 31603596830f: Download complete [2021-04-21T00:12:00.987Z] ecc8261a40a4: Verifying Checksum [2021-04-21T00:12:00.987Z] ecc8261a40a4: Download complete [2021-04-21T00:12:00.987Z] 6ca5941a6612: Verifying Checksum [2021-04-21T00:12:00.987Z] 6ca5941a6612: Download complete [2021-04-21T00:12:01.254Z] 31603596830f: Pull complete [2021-04-21T00:12:01.517Z] 2a8b12db71e7: Pull complete [2021-04-21T00:12:02.470Z] 6ca5941a6612: Pull complete [2021-04-21T00:12:02.470Z] ecc8261a40a4: Pull complete [2021-04-21T00:12:02.732Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-21T00:12:02.732Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-21T00:12:02.732Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-21T00:12:02.890Z] prd-centos7-docker-4c-2g-1296 does not seem to be running inside a container [2021-04-21T00:12:02.950Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-04-21T00:12:05.514Z] $ docker top 36fdd4f8616fd2bf8dd7b0088d0e8e104068a1cef23198784a300678f18fb93e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-21T00:12:05.691Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-21T00:12:05.691Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-21T00:12:05.913Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-21T00:12:05.923Z] $ docker exec 36fdd4f8616fd2bf8dd7b0088d0e8e104068a1cef23198784a300678f18fb93e ssh-agent [2021-04-21T00:12:06.104Z] SSH_AUTH_SOCK=/tmp/ssh-gMcCf51J2Fq7/agent.12 [2021-04-21T00:12:06.104Z] SSH_AGENT_PID=17 [2021-04-21T00:12:06.120Z] Running ssh-add (command line suppressed) [2021-04-21T00:12:06.252Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6762552408460356355.key (/w/workspace/edgex-go/2@tmp/private_key_6762552408460356355.key) [2021-04-21T00:12:06.303Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-21T00:12:06.607Z] + git tag --points-at HEAD [Pipeline] } [2021-04-21T00:12:06.629Z] $ docker exec --env ******** --env ******** 36fdd4f8616fd2bf8dd7b0088d0e8e104068a1cef23198784a300678f18fb93e ssh-agent -k [2021-04-21T00:12:06.751Z] unset SSH_AUTH_SOCK; [2021-04-21T00:12:06.752Z] unset SSH_AGENT_PID; [2021-04-21T00:12:06.752Z] echo Agent pid 17 killed; [2021-04-21T00:12:06.805Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-21T00:12:06.844Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-21T00:12:06.844Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-21T00:12:07.019Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-21T00:12:07.023Z] $ docker exec 36fdd4f8616fd2bf8dd7b0088d0e8e104068a1cef23198784a300678f18fb93e ssh-agent [2021-04-21T00:12:07.197Z] SSH_AUTH_SOCK=/tmp/ssh-0e6KkPlWFqtV/agent.45 [2021-04-21T00:12:07.197Z] SSH_AGENT_PID=51 [2021-04-21T00:12:07.205Z] Running ssh-add (command line suppressed) [2021-04-21T00:12:07.324Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_8832088729519665906.key (/w/workspace/edgex-go/2@tmp/private_key_8832088729519665906.key) [2021-04-21T00:12:07.386Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-21T00:12:07.694Z] + git semver init [2021-04-21T00:12:07.694Z] # -> Open(): unable to determine branch for HEAD [2021-04-21T00:12:07.694Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-04-21T00:12:07.694Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-04-21T00:12:07.694Z] # $SEMVER_REMOTE_NAME = origin [2021-04-21T00:12:07.694Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-21T00:12:07.694Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-21T00:12:07.694Z] # $SEMVER_BRANCH = PR-3391 [2021-04-21T00:12:07.694Z] # $SEMVER_TEMP = /tmp/semver-393795566 [2021-04-21T00:12:07.694Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-21T00:12:25.877Z] # '/tmp/semver-393795566' -> '/w/workspace/edgex-go/2/.semver' [2021-04-21T00:12:25.877Z] # -> Force: false [2021-04-21T00:12:25.877Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-04-21T00:12:25.894Z] $ docker exec --env ******** --env ******** 36fdd4f8616fd2bf8dd7b0088d0e8e104068a1cef23198784a300678f18fb93e ssh-agent -k [2021-04-21T00:12:26.171Z] unset SSH_AUTH_SOCK; [2021-04-21T00:12:26.171Z] unset SSH_AGENT_PID; [2021-04-21T00:12:26.172Z] echo Agent pid 51 killed; [2021-04-21T00:12:26.257Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-21T00:12:26.595Z] + git semver [Pipeline] } [2021-04-21T00:12:26.613Z] $ docker stop --time=1 36fdd4f8616fd2bf8dd7b0088d0e8e104068a1cef23198784a300678f18fb93e [2021-04-21T00:12:28.221Z] $ docker rm -f 36fdd4f8616fd2bf8dd7b0088d0e8e104068a1cef23198784a300678f18fb93e [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-21T00:12:28.697Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-21T00:12:29.135Z] Stashed 1 file(s) [Pipeline] echo [2021-04-21T00:12:29.138Z] [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-04-21T00:12:29.697Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-21T00:12:29.998Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-21T00:12:30.297Z] + sudo service docker restart [2021-04-21T00:12:30.297Z] + true [2021-04-21T00:12:30.297Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-21T00:12:30.888Z] ========================================================= [2021-04-21T00:12:30.888Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-21T00:12:30.888Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-21T00:12:31.199Z] + 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-04-21T00:12:35.482Z] Sending build context to Docker daemon 329.9MB [2021-04-21T00:12:35.482Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-21T00:12:35.482Z] Step 2/6 : FROM ${BASE} [2021-04-21T00:12:35.482Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-21T00:12:35.482Z] 188c0c94c7c5: Pulling fs layer [2021-04-21T00:12:35.482Z] 0ef7d3d256c8: Pulling fs layer [2021-04-21T00:12:35.482Z] de9db76c5a1d: Pulling fs layer [2021-04-21T00:12:35.482Z] bca2f99d35d6: Pulling fs layer [2021-04-21T00:12:35.482Z] 93359f2a8cfa: Pulling fs layer [2021-04-21T00:12:35.482Z] 7c6f9722023f: Pulling fs layer [2021-04-21T00:12:35.482Z] a35cf1a2eb13: Pulling fs layer [2021-04-21T00:12:35.482Z] a35cf1a2eb13: Waiting [2021-04-21T00:12:35.482Z] bca2f99d35d6: Waiting [2021-04-21T00:12:35.482Z] 7c6f9722023f: Waiting [2021-04-21T00:12:35.482Z] 93359f2a8cfa: Waiting [2021-04-21T00:12:35.482Z] de9db76c5a1d: Verifying Checksum [2021-04-21T00:12:35.482Z] de9db76c5a1d: Download complete [2021-04-21T00:12:35.482Z] 0ef7d3d256c8: Download complete [2021-04-21T00:12:35.482Z] 93359f2a8cfa: Download complete [2021-04-21T00:12:35.482Z] 188c0c94c7c5: Download complete [2021-04-21T00:12:35.482Z] 7c6f9722023f: Verifying Checksum [2021-04-21T00:12:35.482Z] 7c6f9722023f: Download complete [2021-04-21T00:12:35.482Z] 188c0c94c7c5: Pull complete [2021-04-21T00:12:35.482Z] 0ef7d3d256c8: Pull complete [2021-04-21T00:12:35.798Z] de9db76c5a1d: Pull complete [2021-04-21T00:12:37.780Z] a35cf1a2eb13: Verifying Checksum [2021-04-21T00:12:37.781Z] a35cf1a2eb13: Download complete [2021-04-21T00:12:37.781Z] bca2f99d35d6: Verifying Checksum [2021-04-21T00:12:37.781Z] bca2f99d35d6: Download complete [2021-04-21T00:12:44.298Z] Still waiting to schedule task [2021-04-21T00:12:44.298Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-21T00:12:44.408Z] bca2f99d35d6: Pull complete [2021-04-21T00:12:44.408Z] 93359f2a8cfa: Pull complete [2021-04-21T00:12:44.408Z] 7c6f9722023f: Pull complete [2021-04-21T00:12:49.752Z] a35cf1a2eb13: Pull complete [2021-04-21T00:12:49.752Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-21T00:12:49.752Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-21T00:12:49.752Z] ---> a62c8e92a672 [2021-04-21T00:12:49.752Z] 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-04-21T00:12:49.752Z] ---> Running in a8888c53da1f [2021-04-21T00:12:50.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T00:12:50.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T00:12:51.171Z] (1/12) Installing libmagic (5.38-r0) [2021-04-21T00:12:51.434Z] (2/12) Installing file (5.38-r0) [2021-04-21T00:12:51.697Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-21T00:12:51.697Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-21T00:12:55.922Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-21T00:12:55.922Z] (6/12) Installing patch (2.7.6-r6) [2021-04-21T00:12:55.922Z] (7/12) Installing build-base (0.5-r2) [2021-04-21T00:12:55.922Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-21T00:12:55.922Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-21T00:12:56.185Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-21T00:12:56.185Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-21T00:12:56.185Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-21T00:12:56.449Z] Executing busybox-1.31.1-r19.trigger [2021-04-21T00:12:56.449Z] OK: 233 MiB in 51 packages [2021-04-21T00:13:00.672Z] Removing intermediate container a8888c53da1f [2021-04-21T00:13:00.672Z] ---> 78700491ee51 [2021-04-21T00:13:00.672Z] Step 4/6 : WORKDIR /edgex-go [2021-04-21T00:13:00.672Z] ---> Running in 28f25b30f7f9 [2021-04-21T00:13:00.672Z] Removing intermediate container 28f25b30f7f9 [2021-04-21T00:13:00.673Z] ---> 04bc6fc8f201 [2021-04-21T00:13:00.673Z] Step 5/6 : COPY go.mod . [2021-04-21T00:13:00.673Z] ---> ee5e0db9a16b [2021-04-21T00:13:00.673Z] Step 6/6 : RUN go mod download [2021-04-21T00:13:00.673Z] ---> Running in 5b972fcf2284 [2021-04-21T00:13:27.318Z] Removing intermediate container 5b972fcf2284 [2021-04-21T00:13:27.318Z] ---> d4265833ce15 [2021-04-21T00:13:27.318Z] Successfully built d4265833ce15 [2021-04-21T00:13:27.318Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-21T00:13:27.642Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-21T00:13:27.642Z] . [Pipeline] withDockerContainer [2021-04-21T00:13:27.763Z] prd-centos7-docker-4c-2g-1296 does not seem to be running inside a container [2021-04-21T00:13:27.814Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-04-21T00:13:28.646Z] $ docker top ace96b64786b03cf5f15f59412793f5c50053800c857feecfadfcbe6cbcd6abd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-21T00:13:29.088Z] + go version [2021-04-21T00:13:29.088Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-21T00:13:29.102Z] $ docker stop --time=1 ace96b64786b03cf5f15f59412793f5c50053800c857feecfadfcbe6cbcd6abd [2021-04-21T00:13:30.951Z] $ docker rm -f ace96b64786b03cf5f15f59412793f5c50053800c857feecfadfcbe6cbcd6abd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-21T00:13:31.450Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-21T00:13:31.450Z] . [Pipeline] withDockerContainer [2021-04-21T00:13:31.552Z] prd-centos7-docker-4c-2g-1296 does not seem to be running inside a container [2021-04-21T00:13:31.598Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-04-21T00:13:32.292Z] $ docker top 2fe8bc884f912602060a17cee84e93975bc283eb53c87a83bd1ee590e4ead493 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-21T00:13:32.445Z] ========================================================= [2021-04-21T00:13:32.445Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-21T00:13:32.445Z] ========================================================= [Pipeline] sh [2021-04-21T00:13:32.739Z] + make test [2021-04-21T00:13:32.739Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-21T00:13:42.840Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-21T00:14:01.100Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-21T00:14:07.789Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-21T00:14:07.789Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-21T00:14:07.789Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-21T00:14:09.746Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-21T00:14:09.746Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-21T00:14:09.746Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-21T00:14:09.746Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-21T00:14:10.334Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-21T00:14:10.918Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-21T00:14:14.297Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-21T00:14:14.297Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-21T00:14:14.297Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-21T00:14:15.729Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.126s coverage: 45.9% of statements [2021-04-21T00:14:15.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-21T00:14:15.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-21T00:14:15.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-21T00:14:15.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-21T00:14:15.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-21T00:14:15.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-21T00:14:15.729Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.063s coverage: 19.8% of statements [2021-04-21T00:14:15.729Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.093s coverage: 100.0% of statements [2021-04-21T00:14:19.995Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.209s coverage: 27.1% of statements [2021-04-21T00:14:19.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-21T00:14:19.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-21T00:14:19.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-21T00:14:19.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-21T00:14:19.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-21T00:14:19.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-21T00:14:19.995Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.078s coverage: 100.0% of statements [2021-04-21T00:14:19.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-21T00:14:19.995Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements [2021-04-21T00:14:19.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-21T00:14:19.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-21T00:14:19.995Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.113s coverage: 71.3% of statements [2021-04-21T00:14:19.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-21T00:14:19.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-21T00:14:19.995Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.192s coverage: 82.9% of statements [2021-04-21T00:14:19.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-21T00:14:19.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-21T00:14:19.995Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.056s coverage: 78.9% of statements [2021-04-21T00:14:19.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-21T00:14:23.391Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.360s coverage: 28.6% of statements [2021-04-21T00:14:23.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-21T00:14:23.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-21T00:14:23.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-21T00:14:23.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-21T00:14:23.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-21T00:14:23.391Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.097s coverage: 100.0% of statements [2021-04-21T00:14:23.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-21T00:14:23.391Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.070s coverage: 100.0% of statements [2021-04-21T00:14:23.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-21T00:14:23.391Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.172s coverage: 86.7% of statements [2021-04-21T00:14:23.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-21T00:14:23.391Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.148s coverage: 97.5% of statements [2021-04-21T00:14:23.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-21T00:14:23.391Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.088s coverage: 78.3% of statements [2021-04-21T00:14:23.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-21T00:14:23.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-21T00:14:23.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-21T00:14:23.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-21T00:14:25.989Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.448s coverage: 93.0% of statements [2021-04-21T00:14:25.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-21T00:14:25.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-21T00:14:25.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-21T00:14:25.989Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-21T00:14:25.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-21T00:14:25.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-21T00:14:25.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-21T00:14:25.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-21T00:14:25.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-21T00:14:25.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-21T00:14:25.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-21T00:14:25.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-21T00:14:25.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-21T00:14:25.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-21T00:14:25.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-21T00:14:25.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-21T00:14:25.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-21T00:14:25.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-21T00:14:25.989Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-04-21T00:14:25.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-21T00:14:25.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-21T00:14:25.989Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.9% of statements [2021-04-21T00:14:25.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-21T00:14:25.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-21T00:14:25.989Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-21T00:14:25.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 47.1% of statements [2021-04-21T00:14:25.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 79.5% of statements [2021-04-21T00:14:25.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.069s coverage: 94.1% of statements [2021-04-21T00:14:25.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.086s coverage: 96.3% of statements [2021-04-21T00:14:25.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2021-04-21T00:14:37.292Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1297 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws [2021-04-21T00:14:37.310Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-04-21T00:14:38.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.067s coverage: 94.4% of statements [2021-04-21T00:14:38.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements [2021-04-21T00:14:40.207Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.214s coverage: 81.9% of statements [2021-04-21T00:14:40.207Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-21T00:14:42.355Z] using credential edgex-jenkins-ssh [2021-04-21T00:14:42.372Z] Cloning the remote Git repository [2021-04-21T00:14:42.415Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-21T00:14:42.524Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-04-21T00:14:42.586Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-21T00:14:42.587Z] > git --version # timeout=10 [2021-04-21T00:14:42.608Z] > git --version # 'git version 2.17.1' [2021-04-21T00:14:42.610Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-21T00:14:42.676Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-21T00:14:50.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.122s coverage: 92.9% of statements [2021-04-21T00:14:50.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-21T00:14:50.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-21T00:14:50.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-21T00:14:50.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements [2021-04-21T00:14:50.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-21T00:14:50.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-21T00:14:50.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-21T00:14:50.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-21T00:14:50.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-21T00:14:50.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.035s coverage: 87.2% of statements [2021-04-21T00:14:50.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-21T00:14:50.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-21T00:14:50.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-04-21T00:14:50.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-21T00:14:50.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 79.1% of statements [2021-04-21T00:14:50.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-21T00:14:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.0% of statements [2021-04-21T00:14:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements [2021-04-21T00:14:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.077s coverage: 85.4% of statements [2021-04-21T00:14:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.119s coverage: 91.2% of statements [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-21T00:14:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.190s coverage: 64.4% of statements [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-21T00:14:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2021-04-21T00:14:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements [2021-04-21T00:14:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-04-21T00:14:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-04-21T00:14:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements [2021-04-21T00:14:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.333s coverage: 66.9% of statements [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-21T00:14:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.132s coverage: 41.5% of statements [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-21T00:14:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.057s coverage: 89.5% of statements [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-21T00:14:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.035s coverage: 84.8% of statements [2021-04-21T00:14:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.125s coverage: 47.0% of statements [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-21T00:14:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.062s coverage: 100.0% of statements [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-21T00:14:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.056s coverage: 100.0% of statements [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-21T00:14:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.060s coverage: 9.6% of statements [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-21T00:14:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.152s coverage: 88.6% of statements [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-21T00:14:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.920s coverage: 28.7% of statements [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-21T00:14:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.096s coverage: 99.0% of statements [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-21T00:14:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.073s coverage: 100.0% of statements [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-21T00:14:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.091s coverage: 64.6% of statements [2021-04-21T00:14:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-21T00:14:51.293Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.124s coverage: 95.6% of statements [2021-04-21T00:14:51.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-21T00:14:51.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-21T00:14:51.293Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-21T00:14:51.293Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-04-21T00:14:51.293Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-21T00:14:51.293Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-04-21T00:14:51.293Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-21T00:14:51.293Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-21T00:14:51.293Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-21T00:14:51.293Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-21T00:14:51.557Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2021-04-21T00:14:51.557Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-21T00:14:51.557Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-21T00:14:51.557Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements [2021-04-21T00:14:52.131Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 28.1% of statements [2021-04-21T00:14:52.131Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-04-21T00:14:52.394Z] GO111MODULE=on go vet ./... [2021-04-21T00:14:57.529Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-21T00:14:57.555Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-21T00:14:57.575Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-21T00:14:57.604Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-21T00:14:57.605Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-21T00:14:57.617Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-21T00:14:58.516Z] Merging remotes/origin/master commit 7b8ff941781f40a52b080ca1fb051afd3c85c202 into PR head commit 3daad41841a19eb22bce2f1fa509c016ebb6911a [2021-04-21T00:14:58.927Z] Merge succeeded, producing 3daad41841a19eb22bce2f1fa509c016ebb6911a [2021-04-21T00:14:58.928Z] Checking out Revision 3daad41841a19eb22bce2f1fa509c016ebb6911a (PR-3391) [2021-04-21T00:14:58.532Z] > git config core.sparsecheckout # timeout=10 [2021-04-21T00:14:58.545Z] > git checkout -f 3daad41841a19eb22bce2f1fa509c016ebb6911a # timeout=10 [2021-04-21T00:14:58.851Z] > git remote # timeout=10 [2021-04-21T00:14:58.867Z] > git config --get remote.origin.url # timeout=10 [2021-04-21T00:14:58.879Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-21T00:14:58.890Z] > git merge 7b8ff941781f40a52b080ca1fb051afd3c85c202 # timeout=10 [2021-04-21T00:14:58.911Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-21T00:14:58.931Z] > git config core.sparsecheckout # timeout=10 [2021-04-21T00:14:58.944Z] > git checkout -f 3daad41841a19eb22bce2f1fa509c016ebb6911a # timeout=10 [2021-04-21T00:15:03.316Z] Commit message: "feat(security): Add consul token header to Kong's service" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-21T00:15:04.817Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-21T00:15:05.222Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-21T00:15:05.562Z] + sudo service docker restart [2021-04-21T00:15:05.562Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-21T00:15:08.232Z] provisioning config files... [2021-04-21T00:15:08.275Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config4348220073217567754tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-21T00:15:08.646Z] ---> docker-login.sh [2021-04-21T00:15:08.646Z] nexus3.edgexfoundry.org:10001 [2021-04-21T00:15:09.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T00:15:09.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T00:15:09.904Z] Configure a credential helper to remove this warning. See [2021-04-21T00:15:09.904Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T00:15:09.904Z] [2021-04-21T00:15:09.904Z] Login Succeeded [2021-04-21T00:15:09.904Z] nexus3.edgexfoundry.org:10002 [2021-04-21T00:15:10.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T00:15:10.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T00:15:10.468Z] Configure a credential helper to remove this warning. See [2021-04-21T00:15:10.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T00:15:10.468Z] [2021-04-21T00:15:10.468Z] Login Succeeded [2021-04-21T00:15:10.468Z] nexus3.edgexfoundry.org:10003 [2021-04-21T00:15:10.744Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T00:15:11.022Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T00:15:11.022Z] Configure a credential helper to remove this warning. See [2021-04-21T00:15:11.022Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T00:15:11.022Z] [2021-04-21T00:15:11.022Z] Login Succeeded [2021-04-21T00:15:11.022Z] nexus3.edgexfoundry.org:10004 [2021-04-21T00:15:11.297Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T00:15:11.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T00:15:11.572Z] Configure a credential helper to remove this warning. See [2021-04-21T00:15:11.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T00:15:11.572Z] [2021-04-21T00:15:11.572Z] Login Succeeded [2021-04-21T00:15:11.572Z] docker.io [2021-04-21T00:15:11.848Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-21T00:15:12.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-21T00:15:12.119Z] Configure a credential helper to remove this warning. See [2021-04-21T00:15:12.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-21T00:15:12.119Z] [2021-04-21T00:15:12.119Z] Login Succeeded [2021-04-21T00:15:12.119Z] ---> docker-login.sh ends [Pipeline] } [2021-04-21T00:15:12.138Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-21T00:15:12.415Z] ========================================================= [2021-04-21T00:15:12.415Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-21T00:15:12.415Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-21T00:15:12.750Z] + 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-04-21T00:15:15.368Z] Sending build context to Docker daemon 167.6MB [2021-04-21T00:15:15.368Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-21T00:15:15.368Z] Step 2/6 : FROM ${BASE} [2021-04-21T00:15:15.368Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-21T00:15:15.368Z] 5f621e34cdf4: Pulling fs layer [2021-04-21T00:15:15.368Z] a4357932f1b6: Pulling fs layer [2021-04-21T00:15:15.368Z] 18c013af1878: Pulling fs layer [2021-04-21T00:15:15.368Z] 00ac8860ef70: Pulling fs layer [2021-04-21T00:15:15.368Z] 63d7cb157983: Pulling fs layer [2021-04-21T00:15:15.368Z] b116817d02f9: Pulling fs layer [2021-04-21T00:15:15.368Z] 745a02a5169b: Pulling fs layer [2021-04-21T00:15:15.368Z] 63d7cb157983: Waiting [2021-04-21T00:15:15.368Z] b116817d02f9: Waiting [2021-04-21T00:15:15.368Z] 745a02a5169b: Waiting [2021-04-21T00:15:15.368Z] 00ac8860ef70: Waiting [2021-04-21T00:15:15.368Z] 18c013af1878: Verifying Checksum [2021-04-21T00:15:15.368Z] a4357932f1b6: Download complete [2021-04-21T00:15:15.368Z] 5f621e34cdf4: Verifying Checksum [2021-04-21T00:15:15.368Z] 5f621e34cdf4: Download complete [2021-04-21T00:15:15.368Z] 63d7cb157983: Verifying Checksum [2021-04-21T00:15:15.368Z] 63d7cb157983: Download complete [2021-04-21T00:15:15.368Z] b116817d02f9: Verifying Checksum [2021-04-21T00:15:15.368Z] b116817d02f9: Download complete [2021-04-21T00:15:15.996Z] 5f621e34cdf4: Pull complete [2021-04-21T00:15:16.594Z] a4357932f1b6: Pull complete [2021-04-21T00:15:16.868Z] 18c013af1878: Pull complete [2021-04-21T00:15:18.309Z] 745a02a5169b: Verifying Checksum [2021-04-21T00:15:18.309Z] 745a02a5169b: Download complete [2021-04-21T00:15:18.581Z] 00ac8860ef70: Verifying Checksum [2021-04-21T00:15:18.581Z] 00ac8860ef70: Download complete [2021-04-21T00:15:24.733Z] gofmt -l . [2021-04-21T00:15:24.733Z] [ "`gofmt -l .`" = "" ] [2021-04-21T00:15:24.733Z] ./bin/test-go-mod-tidy.sh [2021-04-21T00:15:24.733Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-21T00:15:25.999Z] + ls -al . [2021-04-21T00:15:25.999Z] total 820 [2021-04-21T00:15:25.999Z] drwxrwxr-x 10 1001 1001 4096 Apr 21 00:15 . [2021-04-21T00:15:25.999Z] drwxr-xr-x 4 root root 28 Apr 21 00:13 .. [2021-04-21T00:15:25.999Z] -rw-rw-r-- 1 1001 1001 11 Apr 21 00:11 .dockerignore [2021-04-21T00:15:25.999Z] drwxrwxr-x 8 1001 1001 179 Apr 21 00:11 .git [2021-04-21T00:15:25.999Z] drwxrwxr-x 3 1001 1001 125 Apr 21 00:11 .github [2021-04-21T00:15:25.999Z] -rw-rw-r-- 1 1001 1001 818 Apr 21 00:11 .gitignore [2021-04-21T00:15:25.999Z] drwx------ 3 1001 1001 60 Apr 21 00:12 .semver [2021-04-21T00:15:25.999Z] -rw-rw-r-- 1 1001 1001 166 Apr 21 00:11 .sonarcloud.properties [2021-04-21T00:15:25.999Z] -rw-rw-r-- 1 1001 1001 8609 Apr 21 00:11 Attribution.txt [2021-04-21T00:15:25.999Z] -rw-rw-r-- 1 1001 1001 3804 Apr 21 00:11 CONTRIBUTING.md [2021-04-21T00:15:25.999Z] -rw-rw-r-- 1 1001 1001 931 Apr 21 00:11 Dockerfile.build [2021-04-21T00:15:25.999Z] -rw-rw-r-- 1 1001 1001 863 Apr 21 00:11 Jenkinsfile [2021-04-21T00:15:25.999Z] -rw-rw-r-- 1 1001 1001 10775 Apr 21 00:11 LICENSE [2021-04-21T00:15:25.999Z] -rw-rw-r-- 1 1001 1001 5774 Apr 21 00:11 Makefile [2021-04-21T00:15:25.999Z] -rw-rw-r-- 1 1001 1001 7978 Apr 21 00:11 README.md [2021-04-21T00:15:25.999Z] -rw-rw-r-- 1 1001 1001 6755 Apr 21 00:11 SECURITY.md [2021-04-21T00:15:25.999Z] -rw-rw-r-- 1 1001 1001 5 Apr 21 00:12 VERSION [2021-04-21T00:15:25.999Z] -rw-rw-r-- 1 1001 1001 4131 Apr 21 00:11 ZMQWindows.md [2021-04-21T00:15:25.999Z] drwxrwxr-x 2 1001 1001 117 Apr 21 00:11 bin [2021-04-21T00:15:25.999Z] drwxrwxr-x 14 1001 1001 4096 Apr 21 00:11 cmd [2021-04-21T00:15:25.999Z] -rw-r--r-- 1 root root 711909 Apr 21 00:14 coverage.out [2021-04-21T00:15:25.999Z] -rw-r--r-- 1 root root 1059 Apr 21 00:15 go.mod [2021-04-21T00:15:25.999Z] -rw-r--r-- 1 root root 22300 Apr 21 00:15 go.sum [2021-04-21T00:15:25.999Z] drwxrwxr-x 8 1001 1001 127 Apr 21 00:11 internal [2021-04-21T00:15:26.000Z] drwxrwxr-x 4 1001 1001 26 Apr 21 00:11 openapi [2021-04-21T00:15:26.000Z] drwxrwxr-x 4 1001 1001 71 Apr 21 00:11 snap [2021-04-21T00:15:26.000Z] -rw-rw-r-- 1 1001 1001 168 Apr 21 00:11 version.go [Pipeline] sh [2021-04-21T00:15:26.303Z] + '[' -e coverage.out ] [2021-04-21T00:15:26.304Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-21T00:15:26.642Z] Stashed 1 file(s) [Pipeline] sh [2021-04-21T00:15:27.019Z] + make build [2021-04-21T00:15:27.020Z] 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-04-21T00:15:31.000Z] 00ac8860ef70: Pull complete [2021-04-21T00:15:31.001Z] 63d7cb157983: Pull complete [2021-04-21T00:15:31.001Z] b116817d02f9: Pull complete [2021-04-21T00:15:31.465Z] 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-04-21T00:15:32.982Z] 745a02a5169b: Pull complete [2021-04-21T00:15:33.256Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-21T00:15:33.256Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-21T00:15:33.256Z] ---> b7e6874047d6 [2021-04-21T00:15:33.256Z] 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-04-21T00:15:36.642Z] ---> Running in 984fe2216c76 [2021-04-21T00:15:37.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T00:15:38.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T00:15:39.195Z] (1/12) Installing libmagic (5.38-r0) [2021-04-21T00:15:39.472Z] (2/12) Installing file (5.38-r0) [2021-04-21T00:15:39.472Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-21T00:15:39.472Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-21T00:15:39.704Z] 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-04-21T00:15:41.640Z] 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-04-21T00:15:43.047Z] 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-04-21T00:15:43.625Z] 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-04-21T00:15:45.569Z] 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-04-21T00:15:46.160Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-21T00:15:46.160Z] (6/12) Installing patch (2.7.6-r6) [2021-04-21T00:15:46.160Z] (7/12) Installing build-base (0.5-r2) [2021-04-21T00:15:46.160Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-21T00:15:46.160Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-21T00:15:46.160Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-21T00:15:46.429Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-21T00:15:46.703Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-21T00:15:46.703Z] Executing busybox-1.31.1-r19.trigger [2021-04-21T00:15:46.703Z] OK: 217 MiB in 51 packages [2021-04-21T00:15:46.974Z] 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-04-21T00:15:48.377Z] 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-04-21T00:15:49.785Z] 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-04-21T00:15:50.998Z] Removing intermediate container 984fe2216c76 [2021-04-21T00:15:50.998Z] ---> 701659dd024e [2021-04-21T00:15:50.998Z] Step 4/6 : WORKDIR /edgex-go [2021-04-21T00:15:50.998Z] ---> Running in 1da84848fe0d [2021-04-21T00:15:51.206Z] 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-04-21T00:15:51.271Z] Removing intermediate container 1da84848fe0d [2021-04-21T00:15:51.271Z] ---> 34b61dafc5a0 [2021-04-21T00:15:51.271Z] Step 5/6 : COPY go.mod . [2021-04-21T00:15:52.161Z] 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-04-21T00:15:52.252Z] ---> 338443bf61df [2021-04-21T00:15:52.252Z] Step 6/6 : RUN go mod download [2021-04-21T00:15:52.252Z] ---> Running in 021fa040a930 [Pipeline] } [2021-04-21T00:15:54.773Z] $ docker stop --time=1 2fe8bc884f912602060a17cee84e93975bc283eb53c87a83bd1ee590e4ead493 [2021-04-21T00:15:56.504Z] $ docker rm -f 2fe8bc884f912602060a17cee84e93975bc283eb53c87a83bd1ee590e4ead493 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-21T00:15:59.816Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-21T00:15:59.816Z] [2021-04-21T00:15:59.817Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-21T00:16:00.140Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-21T00:16:00.141Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-21T00:16:00.141Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-21T00:16:00.141Z] ca9280d653b3: Pulling fs layer [2021-04-21T00:16:00.141Z] 7e9c9ca2126c: Pulling fs layer [2021-04-21T00:16:00.405Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-21T00:16:00.405Z] cbdbe7a5bc2a: Download complete [2021-04-21T00:16:00.668Z] ca9280d653b3: Verifying Checksum [2021-04-21T00:16:00.668Z] ca9280d653b3: Download complete [2021-04-21T00:16:00.938Z] cbdbe7a5bc2a: Pull complete [2021-04-21T00:16:01.901Z] 7e9c9ca2126c: Download complete [2021-04-21T00:16:01.901Z] ca9280d653b3: Pull complete [2021-04-21T00:16:08.553Z] 7e9c9ca2126c: Pull complete [2021-04-21T00:16:08.553Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-21T00:16:08.553Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-21T00:16:08.553Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-21T00:16:08.699Z] prd-centos7-docker-4c-2g-1296 does not seem to be running inside a container [2021-04-21T00:16:08.752Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-04-21T00:16:10.740Z] $ docker top af0395a9e441d7c1eaa7049ffa0273863882669f485d33749bb9739882157a12 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-21T00:16:11.244Z] + docker-compose build --help [2021-04-21T00:16:11.245Z] + grep parallel [2021-04-21T00:16:12.196Z] --parallel Build images in parallel. [Pipeline] } [2021-04-21T00:16:12.214Z] $ docker stop --time=1 af0395a9e441d7c1eaa7049ffa0273863882669f485d33749bb9739882157a12 [2021-04-21T00:16:13.586Z] $ docker rm -f af0395a9e441d7c1eaa7049ffa0273863882669f485d33749bb9739882157a12 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-21T00:16:14.086Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-21T00:16:14.086Z] . [Pipeline] withDockerContainer [2021-04-21T00:16:14.193Z] prd-centos7-docker-4c-2g-1296 does not seem to be running inside a container [2021-04-21T00:16:14.250Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-04-21T00:16:15.147Z] $ docker top e5045d7598de5c80fcc5c61043cff6955f4a757788df2b8049846c2a98003eea -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-21T00:16:15.582Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-21T00:16:16.529Z] Building docker-core-command-go ... [2021-04-21T00:16:16.529Z] Building docker-core-data-go ... [2021-04-21T00:16:16.529Z] Building docker-core-metadata-go ... [2021-04-21T00:16:16.529Z] Building docker-security-bootstrapper-go ... [2021-04-21T00:16:16.529Z] Building docker-security-proxy-setup-go ... [2021-04-21T00:16:16.529Z] Building docker-security-secretstore-setup-go ... [2021-04-21T00:16:16.529Z] Building docker-support-notifications-go ... [2021-04-21T00:16:16.529Z] Building docker-support-scheduler-go ... [2021-04-21T00:16:16.529Z] Building docker-sys-mgmt-agent-go ... [2021-04-21T00:16:16.529Z] Building docker-security-bootstrapper-go [2021-04-21T00:16:16.529Z] Building docker-core-command-go [2021-04-21T00:16:16.791Z] Building docker-support-notifications-go [2021-04-21T00:16:16.791Z] Building docker-support-scheduler-go [2021-04-21T00:16:16.791Z] Building docker-core-metadata-go [2021-04-21T00:16:19.105Z] Removing intermediate container 021fa040a930 [2021-04-21T00:16:19.105Z] ---> bc21c9f2f6ce [2021-04-21T00:16:19.105Z] Successfully built bc21c9f2f6ce [2021-04-21T00:16:19.105Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-21T00:16:19.444Z] + docker inspect -f . ci-base-image-arm64 [2021-04-21T00:16:19.444Z] . [Pipeline] withDockerContainer [2021-04-21T00:16:19.673Z] prd-ubuntu18.04-docker-arm64-4c-16g-1297 does not seem to be running inside a container [2021-04-21T00:16:19.757Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-arm64 cat [2021-04-21T00:16:21.215Z] $ docker top 035169bbf0526b13622d5c723dd4b2298c4bf21f946ab4ce74913ddcd356f711 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-21T00:16:22.147Z] + go version [2021-04-21T00:16:22.147Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-21T00:16:22.170Z] $ docker stop --time=1 035169bbf0526b13622d5c723dd4b2298c4bf21f946ab4ce74913ddcd356f711 [2021-04-21T00:16:24.095Z] $ docker rm -f 035169bbf0526b13622d5c723dd4b2298c4bf21f946ab4ce74913ddcd356f711 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-21T00:16:24.783Z] + docker inspect -f . ci-base-image-arm64 [2021-04-21T00:16:24.783Z] . [Pipeline] withDockerContainer [2021-04-21T00:16:25.046Z] prd-ubuntu18.04-docker-arm64-4c-16g-1297 does not seem to be running inside a container [2021-04-21T00:16:25.131Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-arm64 cat [2021-04-21T00:16:26.557Z] $ docker top 1b14ade16fac806ff2f665d053389f48a43195f5b161475fc44842eff411f03a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-21T00:16:26.869Z] ========================================================= [2021-04-21T00:16:26.869Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-21T00:16:26.869Z] ========================================================= [Pipeline] sh [2021-04-21T00:16:27.519Z] + make test [2021-04-21T00:16:27.519Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-21T00:16:49.689Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-21T00:16:55.689Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T00:16:55.689Z] [2021-04-21T00:16:55.689Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-21T00:16:55.689Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-21T00:16:55.689Z] ---> d4265833ce15 [2021-04-21T00:16:55.689Z] Step 3/22 : WORKDIR /edgex-go [2021-04-21T00:16:55.689Z] ---> d4265833ce15 [2021-04-21T00:16:55.689Z] Step 3/22 : WORKDIR /edgex-go [2021-04-21T00:16:55.689Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T00:16:55.689Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-21T00:16:55.689Z] ---> d4265833ce15 [2021-04-21T00:16:55.689Z] Step 3/23 : WORKDIR /edgex-go [2021-04-21T00:16:55.689Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T00:16:55.689Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-21T00:16:55.689Z] ---> d4265833ce15 [2021-04-21T00:16:55.689Z] Step 3/23 : WORKDIR /edgex-go [2021-04-21T00:16:55.689Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T00:16:55.689Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-21T00:16:55.689Z] ---> d4265833ce15 [2021-04-21T00:16:55.689Z] Step 3/31 : WORKDIR /edgex-go [2021-04-21T00:16:55.689Z] ---> Running in 80a00eb993b5 [2021-04-21T00:16:55.689Z] ---> Running in 73e29f5b348a [2021-04-21T00:16:55.689Z] ---> Running in 8facceb581ee [2021-04-21T00:16:55.689Z] ---> Running in 6842de8537fb [2021-04-21T00:16:55.689Z] ---> Running in 0fbc052f53e5 [2021-04-21T00:16:55.985Z] Removing intermediate container 80a00eb993b5 [2021-04-21T00:16:55.985Z] ---> 78667faf63a5 [2021-04-21T00:16:55.985Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T00:16:55.985Z] Removing intermediate container 73e29f5b348a [2021-04-21T00:16:55.985Z] ---> a7a16641c27b [2021-04-21T00:16:55.985Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T00:16:55.985Z] Removing intermediate container 8facceb581ee [2021-04-21T00:16:55.985Z] ---> 14522119fbfb [2021-04-21T00:16:55.985Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T00:16:55.985Z] Removing intermediate container 6842de8537fb [2021-04-21T00:16:55.985Z] ---> 5f566ccbbf09 [2021-04-21T00:16:55.985Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T00:16:55.985Z] Removing intermediate container 0fbc052f53e5 [2021-04-21T00:16:55.985Z] ---> 8d7815b132e4 [2021-04-21T00:16:55.985Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T00:16:55.985Z] ---> Running in bb837e234ac6 [2021-04-21T00:16:55.985Z] ---> Running in 4da4f6be0783 [2021-04-21T00:16:55.985Z] ---> Running in 274d7dfbe1b2 [2021-04-21T00:16:55.985Z] ---> Running in 2c0f8103909b [2021-04-21T00:16:56.250Z] ---> Running in 5b90fd666313 [2021-04-21T00:16:58.217Z] Removing intermediate container bb837e234ac6 [2021-04-21T00:16:58.217Z] ---> 9e9d42c5e17a [2021-04-21T00:16:58.217Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-21T00:16:58.217Z] Removing intermediate container 4da4f6be0783 [2021-04-21T00:16:58.217Z] ---> 63a0d5422e67 [2021-04-21T00:16:58.217Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-21T00:16:58.484Z] ---> Running in 3c2879271e1f [2021-04-21T00:16:58.754Z] ---> Running in a9045b82aa42 [2021-04-21T00:16:58.754Z] Removing intermediate container 2c0f8103909b [2021-04-21T00:16:58.754Z] ---> d79232390dbe [2021-04-21T00:16:58.754Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-21T00:16:59.017Z] Removing intermediate container 274d7dfbe1b2 [2021-04-21T00:16:59.017Z] ---> 93577bb084ef [2021-04-21T00:16:59.017Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-21T00:16:59.017Z] Removing intermediate container 5b90fd666313 [2021-04-21T00:16:59.017Z] ---> 05fe12c2781e [2021-04-21T00:16:59.017Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-21T00:16:59.288Z] ---> Running in a7606d56d07f [2021-04-21T00:16:59.558Z] ---> Running in 998bcb9da9cb [2021-04-21T00:16:59.558Z] ---> Running in 2ea4660dc2f0 [2021-04-21T00:16:59.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T00:17:00.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T00:17:00.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T00:17:00.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T00:17:00.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T00:17:00.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T00:17:00.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T00:17:00.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T00:17:01.183Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T00:17:01.183Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T00:17:01.183Z] OK: 233 MiB in 51 packages [2021-04-21T00:17:01.183Z] OK: 233 MiB in 51 packages [2021-04-21T00:17:01.770Z] OK: 233 MiB in 51 packages [2021-04-21T00:17:01.770Z] OK: 233 MiB in 51 packages [2021-04-21T00:17:01.770Z] OK: 233 MiB in 51 packages [2021-04-21T00:17:02.036Z] Removing intermediate container 3c2879271e1f [2021-04-21T00:17:02.036Z] ---> 893efc0c3424 [2021-04-21T00:17:02.036Z] Step 6/23 : COPY go.mod . [2021-04-21T00:17:02.036Z] Removing intermediate container a9045b82aa42 [2021-04-21T00:17:02.036Z] ---> eea007d26080 [2021-04-21T00:17:02.036Z] Step 6/22 : COPY go.mod . [2021-04-21T00:17:02.304Z] ---> 5dbf3c7b59e1 [2021-04-21T00:17:02.304Z] Step 7/23 : RUN go mod download [2021-04-21T00:17:02.568Z] ---> Running in 358483ae15aa [2021-04-21T00:17:02.568Z] Removing intermediate container 998bcb9da9cb [2021-04-21T00:17:02.568Z] ---> 3b1c520019c9 [2021-04-21T00:17:02.568Z] Step 6/22 : COPY go.mod . [2021-04-21T00:17:02.568Z] ---> 87bc3a60fd79 [2021-04-21T00:17:02.568Z] Step 7/22 : RUN go mod download [2021-04-21T00:17:02.851Z] ---> Running in 0ea6df03c423 [2021-04-21T00:17:03.124Z] Removing intermediate container a7606d56d07f [2021-04-21T00:17:03.124Z] ---> 82d4aa148940 [2021-04-21T00:17:03.124Z] Step 6/31 : COPY go.mod . [2021-04-21T00:17:03.124Z] Removing intermediate container 2ea4660dc2f0 [2021-04-21T00:17:03.124Z] ---> 2f893142494c [2021-04-21T00:17:03.124Z] Step 6/23 : COPY go.mod . [2021-04-21T00:17:03.124Z] ---> e31616ceeadf [2021-04-21T00:17:03.124Z] Step 7/22 : RUN go mod download [2021-04-21T00:17:03.395Z] ---> Running in 5c7b990b934f [2021-04-21T00:17:03.395Z] ---> a779e4905664 [2021-04-21T00:17:03.395Z] Step 7/31 : RUN go mod download [2021-04-21T00:17:03.395Z] ---> e2b5ce86e0ee [2021-04-21T00:17:03.395Z] Step 7/23 : RUN go mod download [2021-04-21T00:17:03.700Z] ---> Running in e697e930cdf0 [2021-04-21T00:17:03.700Z] ---> Running in e48b50cbdbea [2021-04-21T00:17:05.255Z] Removing intermediate container 0ea6df03c423 [2021-04-21T00:17:05.255Z] ---> 3493a06e2a60 [2021-04-21T00:17:05.255Z] Step 8/22 : COPY . . [2021-04-21T00:17:05.255Z] Removing intermediate container 358483ae15aa [2021-04-21T00:17:05.255Z] ---> 4dda8c3e81be [2021-04-21T00:17:05.255Z] Step 8/23 : COPY . . [2021-04-21T00:17:05.255Z] Removing intermediate container 5c7b990b934f [2021-04-21T00:17:05.255Z] ---> 7d22f12d0a33 [2021-04-21T00:17:05.255Z] Step 8/22 : COPY . . [2021-04-21T00:17:06.445Z] Removing intermediate container e697e930cdf0 [2021-04-21T00:17:06.445Z] ---> 0f1a16cb0c62 [2021-04-21T00:17:06.445Z] Step 8/31 : COPY . . [2021-04-21T00:17:09.844Z] Removing intermediate container e48b50cbdbea [2021-04-21T00:17:09.844Z] ---> e2d6d45aae49 [2021-04-21T00:17:09.844Z] Step 8/23 : COPY . . [2021-04-21T00:17:46.526Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-21T00:17:46.526Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-21T00:17:49.340Z] ---> 3ebc78756f48 [2021-04-21T00:17:49.340Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-21T00:17:49.340Z] ---> b87958cc5f1b [2021-04-21T00:17:49.340Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-21T00:17:49.340Z] ---> c22eb0f788c4 [2021-04-21T00:17:49.340Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-21T00:17:49.935Z] ---> 411d35a5d0e6 [2021-04-21T00:17:49.935Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-21T00:17:49.935Z] ---> Running in 8308008c8648 [2021-04-21T00:17:49.935Z] ---> Running in babafefd1da9 [2021-04-21T00:17:49.935Z] ---> Running in a9c4c101014f [2021-04-21T00:17:49.935Z] ---> Running in 0beb595247bb [2021-04-21T00:17:50.512Z] ---> 000642c442c8 [2021-04-21T00:17:50.512Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-21T00:17:50.782Z] ---> Running in 8a5a4ae758ff [2021-04-21T00:17:52.204Z] 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-04-21T00:17:52.204Z] 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-04-21T00:17:52.204Z] 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-04-21T00:17:52.204Z] 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-04-21T00:17:52.204Z] 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-04-21T00:17:53.253Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-21T00:17:53.253Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-21T00:17:56.668Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-21T00:17:56.668Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-21T00:17:56.668Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-21T00:17:56.668Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-21T00:18:00.087Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-21T00:18:00.362Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-21T00:18:08.672Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-21T00:18:08.672Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-21T00:18:08.672Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-21T00:18:14.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.294s coverage: 45.9% of statements [2021-04-21T00:18:14.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-21T00:18:14.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-21T00:18:14.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-21T00:18:14.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-21T00:18:14.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-21T00:18:14.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-21T00:18:14.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.112s coverage: 19.8% of statements [2021-04-21T00:18:14.705Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.238s coverage: 100.0% of statements [2021-04-21T00:18:21.445Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.672s coverage: 27.1% of statements [2021-04-21T00:18:21.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-21T00:18:21.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-21T00:18:21.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-21T00:18:21.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-21T00:18:21.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-21T00:18:21.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-21T00:18:21.445Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.154s coverage: 100.0% of statements [2021-04-21T00:18:21.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-21T00:18:21.445Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.155s coverage: 100.0% of statements [2021-04-21T00:18:21.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-21T00:18:21.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-21T00:18:23.433Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.282s coverage: 71.3% of statements [2021-04-21T00:18:23.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-21T00:18:23.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-21T00:18:25.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.463s coverage: 82.9% of statements [2021-04-21T00:18:25.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-21T00:18:25.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-21T00:18:25.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.180s coverage: 78.9% of statements [2021-04-21T00:18:25.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-21T00:18:35.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.291s coverage: 28.6% of statements [2021-04-21T00:18:35.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-21T00:18:35.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-21T00:18:35.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-21T00:18:35.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-21T00:18:35.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-21T00:18:35.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.241s coverage: 100.0% of statements [2021-04-21T00:18:35.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-21T00:18:35.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.127s coverage: 100.0% of statements [2021-04-21T00:18:35.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-21T00:18:35.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.395s coverage: 86.7% of statements [2021-04-21T00:18:35.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-21T00:18:35.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.379s coverage: 97.5% of statements [2021-04-21T00:18:35.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-21T00:18:35.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.267s coverage: 78.3% of statements [2021-04-21T00:18:35.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-21T00:18:35.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-21T00:18:35.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-21T00:18:35.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-21T00:18:39.103Z] Removing intermediate container 0beb595247bb [2021-04-21T00:18:39.103Z] ---> 7d4111c42b65 [2021-04-21T00:18:39.103Z] [2021-04-21T00:18:39.103Z] Step 10/31 : FROM alpine:3.12 [2021-04-21T00:18:39.103Z] 3.12: Pulling from library/alpine [2021-04-21T00:18:39.103Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-21T00:18:39.103Z] Status: Downloaded newer image for alpine:3.12 [2021-04-21T00:18:39.103Z] ---> 13621d1b12d4 [2021-04-21T00:18:39.103Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-21T00:18:39.103Z] ---> Running in 982e17e9cd70 [2021-04-21T00:18:41.049Z] Removing intermediate container 982e17e9cd70 [2021-04-21T00:18:41.049Z] ---> 67fc92db8e26 [2021-04-21T00:18:41.049Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-21T00:18:41.049Z] Removing intermediate container a9c4c101014f [2021-04-21T00:18:41.049Z] ---> da88ed816f10 [2021-04-21T00:18:41.049Z] [2021-04-21T00:18:41.049Z] Step 10/22 : FROM alpine:3.12 [2021-04-21T00:18:41.049Z] ---> 13621d1b12d4 [2021-04-21T00:18:41.049Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-21T00:18:41.049Z] Removing intermediate container 8308008c8648 [2021-04-21T00:18:41.049Z] ---> d6b43a2a5a9a [2021-04-21T00:18:41.049Z] [2021-04-21T00:18:41.049Z] Step 10/22 : FROM alpine:3.12 [2021-04-21T00:18:41.049Z] ---> 13621d1b12d4 [2021-04-21T00:18:41.049Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-21T00:18:41.049Z] Removing intermediate container 8a5a4ae758ff [2021-04-21T00:18:41.049Z] ---> 32aa44e9e4d2 [2021-04-21T00:18:41.049Z] [2021-04-21T00:18:41.049Z] Step 10/23 : FROM alpine:3.12 [2021-04-21T00:18:41.049Z] ---> 13621d1b12d4 [2021-04-21T00:18:41.049Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-21T00:18:42.014Z] ---> Running in ce464c18983c [2021-04-21T00:18:42.014Z] ---> Running in fca0f7633b48 [2021-04-21T00:18:42.014Z] ---> Running in c5ce29d28b94 [2021-04-21T00:18:42.014Z] ---> Running in e2eff57132fe [2021-04-21T00:18:43.934Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.223s coverage: 93.0% of statements [2021-04-21T00:18:43.934Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-21T00:18:43.934Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-21T00:18:43.934Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-21T00:18:43.934Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-21T00:18:43.934Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-21T00:18:43.934Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-21T00:18:43.934Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-21T00:18:43.934Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-21T00:18:43.934Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-21T00:18:43.934Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-21T00:18:43.934Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-21T00:18:43.934Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-21T00:18:43.934Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-21T00:18:43.934Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-21T00:18:43.934Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-21T00:18:43.934Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-21T00:18:43.934Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-21T00:18:43.934Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-21T00:18:43.934Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.121s coverage: 58.8% of statements [2021-04-21T00:18:43.934Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-21T00:18:43.934Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-21T00:18:43.934Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.224s coverage: 0.9% of statements [2021-04-21T00:18:43.934Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-21T00:18:43.934Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-21T00:18:43.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-21T00:18:43.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.157s coverage: 47.1% of statements [2021-04-21T00:18:43.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.152s coverage: 79.5% of statements [2021-04-21T00:18:43.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.158s coverage: 94.1% of statements [2021-04-21T00:18:43.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.193s coverage: 96.3% of statements [2021-04-21T00:18:43.954Z] Removing intermediate container babafefd1da9 [2021-04-21T00:18:43.954Z] ---> 38c5b736d338 [2021-04-21T00:18:43.954Z] [2021-04-21T00:18:43.954Z] Step 10/23 : FROM alpine:3.12 [2021-04-21T00:18:43.954Z] ---> 13621d1b12d4 [2021-04-21T00:18:43.954Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-21T00:18:43.954Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T00:18:43.954Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T00:18:43.954Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T00:18:43.954Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T00:18:43.954Z] ---> Running in 30df9be10920 [2021-04-21T00:18:43.954Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T00:18:43.954Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T00:18:43.954Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-21T00:18:43.954Z] (2/2) Installing su-exec (0.2-r1) [2021-04-21T00:18:43.954Z] Executing busybox-1.31.1-r20.trigger [2021-04-21T00:18:43.954Z] OK: 6 MiB in 16 packages [2021-04-21T00:18:44.220Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-21T00:18:44.220Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-21T00:18:44.220Z] Executing busybox-1.31.1-r20.trigger [2021-04-21T00:18:44.220Z] OK: 6 MiB in 15 packages [2021-04-21T00:18:44.220Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T00:18:44.220Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-21T00:18:44.220Z] Executing busybox-1.31.1-r20.trigger [2021-04-21T00:18:44.220Z] Executing ca-certificates-20191127-r4.trigger [2021-04-21T00:18:44.220Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T00:18:44.220Z] OK: 6 MiB in 16 packages [2021-04-21T00:18:44.491Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-21T00:18:44.491Z] Executing busybox-1.31.1-r20.trigger [2021-04-21T00:18:44.491Z] OK: 6 MiB in 15 packages [2021-04-21T00:18:44.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.184s coverage: 87.5% of statements [2021-04-21T00:18:45.890Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T00:18:45.890Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T00:18:45.890Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-21T00:18:45.890Z] Executing busybox-1.31.1-r20.trigger [2021-04-21T00:18:45.890Z] OK: 6 MiB in 15 packages [2021-04-21T00:18:46.850Z] Removing intermediate container ce464c18983c [2021-04-21T00:18:46.850Z] ---> 08e866c98009 [2021-04-21T00:18:46.850Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-21T00:18:46.850Z] Removing intermediate container c5ce29d28b94 [2021-04-21T00:18:46.850Z] ---> 965e950a802e [2021-04-21T00:18:46.850Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-21T00:18:46.850Z] ---> Running in a677014d4d8f [2021-04-21T00:18:46.850Z] ---> Running in 07e72f185687 [2021-04-21T00:18:46.850Z] Removing intermediate container fca0f7633b48 [2021-04-21T00:18:46.850Z] ---> 9df756fd378b [2021-04-21T00:18:46.850Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-21T00:18:47.114Z] Removing intermediate container e2eff57132fe [2021-04-21T00:18:47.114Z] ---> eba9bbee1845 [2021-04-21T00:18:47.114Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-21T00:18:47.114Z] ---> Running in 39fdce9e0660 [2021-04-21T00:18:47.114Z] ---> Running in 3979e0055e98 [2021-04-21T00:18:47.381Z] Removing intermediate container a677014d4d8f [2021-04-21T00:18:47.381Z] ---> df52fab47743 [2021-04-21T00:18:47.381Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-21T00:18:47.381Z] Removing intermediate container 07e72f185687 [2021-04-21T00:18:47.381Z] ---> 4428081acf7f [2021-04-21T00:18:47.381Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-21T00:18:47.381Z] Removing intermediate container 30df9be10920 [2021-04-21T00:18:47.381Z] ---> 3ad55130396a [2021-04-21T00:18:47.381Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-21T00:18:47.381Z] ---> Running in 9b042765ab75 [2021-04-21T00:18:48.329Z] ---> Running in 60ea8494f891 [2021-04-21T00:18:48.329Z] ---> Running in ec49e1eefd67 [2021-04-21T00:18:48.329Z] Removing intermediate container 39fdce9e0660 [2021-04-21T00:18:48.329Z] ---> 99c2826fd040 [2021-04-21T00:18:48.329Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-21T00:18:48.329Z] Removing intermediate container 3979e0055e98 [2021-04-21T00:18:48.329Z] ---> eb05bb109d8c [2021-04-21T00:18:48.329Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-21T00:18:48.329Z] ---> Running in 0235739364be [2021-04-21T00:18:48.592Z] Removing intermediate container 9b042765ab75 [2021-04-21T00:18:48.592Z] ---> f1626d2a87a8 [2021-04-21T00:18:48.592Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-21T00:18:48.592Z] ---> Running in 29cde15dadc9 [2021-04-21T00:18:48.592Z] Removing intermediate container 60ea8494f891 [2021-04-21T00:18:48.592Z] ---> c3f853077940 [2021-04-21T00:18:48.592Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-21T00:18:48.592Z] Removing intermediate container ec49e1eefd67 [2021-04-21T00:18:48.592Z] ---> 68add868d0c2 [2021-04-21T00:18:48.592Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-21T00:18:48.853Z] ---> Running in 620488c172e8 [2021-04-21T00:18:48.853Z] ---> Running in 0028d6fa7f70 [2021-04-21T00:18:48.853Z] ---> Running in bcd17fdf118d [2021-04-21T00:18:48.853Z] Removing intermediate container 29cde15dadc9 [2021-04-21T00:18:48.853Z] ---> 1adf8493294d [2021-04-21T00:18:48.853Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-21T00:18:49.116Z] Removing intermediate container 0235739364be [2021-04-21T00:18:49.116Z] ---> b3c8d3099654 [2021-04-21T00:18:49.116Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-21T00:18:49.116Z] ---> Running in 83d5b966a887 [2021-04-21T00:18:49.386Z] ---> Running in 3045eff1fb54 [2021-04-21T00:18:49.386Z] Removing intermediate container 620488c172e8 [2021-04-21T00:18:49.386Z] ---> a72f1ebc2706 [2021-04-21T00:18:49.386Z] Step 15/23 : WORKDIR / [2021-04-21T00:18:49.386Z] Removing intermediate container bcd17fdf118d [2021-04-21T00:18:49.386Z] ---> 50d02ec7d133 [2021-04-21T00:18:49.386Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-21T00:18:49.386Z] ---> Running in e6f1f47952b9 [2021-04-21T00:18:49.386Z] ---> Running in d15f813e455c [2021-04-21T00:18:49.657Z] Removing intermediate container 3045eff1fb54 [2021-04-21T00:18:49.657Z] ---> a86328be3693 [2021-04-21T00:18:49.657Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-21T00:18:49.657Z] Removing intermediate container 83d5b966a887 [2021-04-21T00:18:49.657Z] ---> aece67cc72c3 [2021-04-21T00:18:49.657Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-21T00:18:49.923Z] Removing intermediate container e6f1f47952b9 [2021-04-21T00:18:49.923Z] ---> 1dd7999729a4 [2021-04-21T00:18:49.923Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-21T00:18:49.923Z] Removing intermediate container d15f813e455c [2021-04-21T00:18:49.923Z] ---> 00e1f4f72779 [2021-04-21T00:18:49.923Z] Step 15/23 : WORKDIR / [2021-04-21T00:18:50.189Z] ---> cdd0ec7da8f6 [2021-04-21T00:18:50.189Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-21T00:18:50.189Z] ---> Running in 6be5041f37b9 [2021-04-21T00:18:50.189Z] ---> 9059db605847 [2021-04-21T00:18:50.189Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-21T00:18:50.461Z] ---> 337b12f9cdd0 [2021-04-21T00:18:50.461Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-21T00:18:50.461Z] Removing intermediate container 0028d6fa7f70 [2021-04-21T00:18:50.461Z] ---> 961cfc6e6873 [2021-04-21T00:18:50.461Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-21T00:18:51.037Z] Removing intermediate container 6be5041f37b9 [2021-04-21T00:18:51.037Z] ---> 744129fb0bc9 [2021-04-21T00:18:51.037Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-21T00:18:51.314Z] ---> Running in d60bddda052b [2021-04-21T00:18:51.582Z] ---> 95f3dd158988 [2021-04-21T00:18:51.582Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-21T00:18:51.582Z] ---> 768efb0fa40c [2021-04-21T00:18:51.582Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-21T00:18:51.582Z] ---> 48abbb333f7f [2021-04-21T00:18:51.582Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-21T00:18:51.582Z] ---> 9c08597fb4b1 [2021-04-21T00:18:51.582Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-21T00:18:51.582Z] Removing intermediate container d60bddda052b [2021-04-21T00:18:51.582Z] ---> a8873068c161 [2021-04-21T00:18:51.582Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-21T00:18:52.166Z] ---> 9126b2c995a0 [2021-04-21T00:18:52.166Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-21T00:18:52.166Z] ---> c6bee605c14b [2021-04-21T00:18:52.166Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-21T00:18:52.166Z] ---> 8f59fddb3e99 [2021-04-21T00:18:52.166Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-21T00:18:52.166Z] ---> Running in 00278f08a509 [2021-04-21T00:18:52.166Z] ---> Running in c3d81b84d902 [2021-04-21T00:18:52.166Z] ---> 293caac4de89 [2021-04-21T00:18:52.166Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-21T00:18:52.430Z] ---> Running in 3cd4b13f40a5 [2021-04-21T00:18:52.430Z] ---> f1964001acf2 [2021-04-21T00:18:52.430Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-21T00:18:52.430Z] ---> Running in 4b08e2dfec17 [2021-04-21T00:18:52.691Z] Removing intermediate container 00278f08a509 [2021-04-21T00:18:52.691Z] ---> 3ac64c5eec0f [2021-04-21T00:18:52.691Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-21T00:18:52.691Z] Removing intermediate container c3d81b84d902 [2021-04-21T00:18:52.691Z] ---> f7a75007774e [2021-04-21T00:18:52.691Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-21T00:18:52.955Z] Removing intermediate container 3cd4b13f40a5 [2021-04-21T00:18:52.955Z] ---> 6dbead569c89 [2021-04-21T00:18:52.955Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-21T00:18:52.955Z] ---> Running in 3c2105146ce9 [2021-04-21T00:18:52.955Z] ---> c61591647045 [2021-04-21T00:18:52.955Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-21T00:18:53.218Z] ---> Running in 4dcb1f1e18d8 [2021-04-21T00:18:53.218Z] ---> Running in 6f1dca4ccf72 [2021-04-21T00:18:53.218Z] ---> Running in 8cb226aa3fac [2021-04-21T00:18:53.218Z] Removing intermediate container 3c2105146ce9 [2021-04-21T00:18:53.218Z] ---> 42064015edb0 [2021-04-21T00:18:53.218Z] Step 20/22 : LABEL arch=x86_64 [2021-04-21T00:18:53.480Z] Removing intermediate container 6f1dca4ccf72 [2021-04-21T00:18:53.480Z] ---> e702fa215cff [2021-04-21T00:18:53.480Z] Step 21/23 : LABEL arch=x86_64 [2021-04-21T00:18:53.480Z] Removing intermediate container 4dcb1f1e18d8 [2021-04-21T00:18:53.480Z] ---> b34f6b06f939 [2021-04-21T00:18:53.480Z] Step 20/22 : LABEL arch=x86_64 [2021-04-21T00:18:53.480Z] Removing intermediate container 8cb226aa3fac [2021-04-21T00:18:53.480Z] ---> 84f1f5cd3897 [2021-04-21T00:18:53.480Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-21T00:18:53.742Z] ---> Running in 9089231a6bcf [2021-04-21T00:18:53.742Z] ---> Running in 9d74ef37aa19 [2021-04-21T00:18:53.742Z] ---> Running in e83ddd58c791 [2021-04-21T00:18:53.742Z] ---> Running in 5d7ac7973388 [2021-04-21T00:18:54.005Z] Removing intermediate container 9d74ef37aa19 [2021-04-21T00:18:54.005Z] ---> f194be51be99 [2021-04-21T00:18:54.005Z] Step 21/22 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a [2021-04-21T00:18:54.005Z] Removing intermediate container 9089231a6bcf [2021-04-21T00:18:54.005Z] ---> bd3c246aff8b [2021-04-21T00:18:54.005Z] Step 22/23 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a [2021-04-21T00:18:54.269Z] Removing intermediate container e83ddd58c791 [2021-04-21T00:18:54.269Z] ---> 72c7e33085f6 [2021-04-21T00:18:54.269Z] Step 21/22 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a [2021-04-21T00:18:54.269Z] Removing intermediate container 5d7ac7973388 [2021-04-21T00:18:54.269Z] ---> ecd6d201acb2 [2021-04-21T00:18:54.269Z] Step 21/23 : LABEL arch=x86_64 [2021-04-21T00:18:54.269Z] ---> Running in 73c1048bf742 [2021-04-21T00:18:54.269Z] ---> Running in 9796c33fd22d [2021-04-21T00:18:54.269Z] ---> Running in 1d731e7cfc08 [2021-04-21T00:18:54.269Z] Removing intermediate container 4b08e2dfec17 [2021-04-21T00:18:54.269Z] ---> 9feda64c6087 [2021-04-21T00:18:54.269Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-21T00:18:54.537Z] ---> Running in 21899f0e7ad7 [2021-04-21T00:18:54.537Z] Removing intermediate container 9796c33fd22d [2021-04-21T00:18:54.537Z] ---> f9ee0cee7341 [2021-04-21T00:18:54.537Z] Step 23/23 : LABEL version=0.0.0 [2021-04-21T00:18:54.800Z] Removing intermediate container 73c1048bf742 [2021-04-21T00:18:54.800Z] ---> 955866e85ec8 [2021-04-21T00:18:54.800Z] Step 22/22 : LABEL version=0.0.0 [2021-04-21T00:18:54.800Z] Removing intermediate container 1d731e7cfc08 [2021-04-21T00:18:54.800Z] ---> 7178df9c6b87 [2021-04-21T00:18:54.800Z] Step 22/22 : LABEL version=0.0.0 [2021-04-21T00:18:55.070Z] ---> Running in 00f83f8f544d [2021-04-21T00:18:55.070Z] Removing intermediate container 21899f0e7ad7 [2021-04-21T00:18:55.070Z] ---> 84c059d882ce [2021-04-21T00:18:55.070Z] Step 22/23 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a [2021-04-21T00:18:55.070Z] ---> db5c2dc681e0 [2021-04-21T00:18:55.070Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-21T00:18:55.070Z] ---> Running in 527b48c10be7 [2021-04-21T00:18:55.070Z] ---> Running in 6f816291f0f3 [2021-04-21T00:18:55.332Z] ---> Running in 245e14c05d31 [2021-04-21T00:18:55.332Z] Removing intermediate container 00f83f8f544d [2021-04-21T00:18:55.332Z] ---> bc7206d6b4b3 [2021-04-21T00:18:55.332Z] [2021-04-21T00:18:55.599Z] Removing intermediate container 527b48c10be7 [2021-04-21T00:18:55.599Z] ---> 520dea352601 [2021-04-21T00:18:55.599Z] [2021-04-21T00:18:55.599Z] Removing intermediate container 6f816291f0f3 [2021-04-21T00:18:55.599Z] ---> 8217ceab9220 [2021-04-21T00:18:55.599Z] [2021-04-21T00:18:55.869Z] Successfully built bc7206d6b4b3 [2021-04-21T00:18:55.869Z] Removing intermediate container 245e14c05d31 [2021-04-21T00:18:55.869Z] ---> 40c13436aa54 [2021-04-21T00:18:55.869Z] Step 23/23 : LABEL version=0.0.0 [2021-04-21T00:18:55.869Z] Successfully tagged docker-core-command-go:latest [2021-04-21T00:18:55.869Z] ---> 36fd3435d002 [2021-04-21T00:18:55.869Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-21T00:18:55.869Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-04-21T00:18:55.869Z] Successfully built 8217ceab9220 [2021-04-21T00:18:55.869Z] Successfully built 520dea352601 [2021-04-21T00:18:55.869Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-21T00:18:55.869Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-04-21T00:18:55.869Z] ---> Running in 85be747c6ec9 [2021-04-21T00:18:55.869Z] Successfully tagged docker-support-notifications-go:latest [2021-04-21T00:18:55.869Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-04-21T00:18:56.136Z] Removing intermediate container 85be747c6ec9 [2021-04-21T00:18:56.136Z] ---> a097d402377c [2021-04-21T00:18:56.136Z] [2021-04-21T00:18:56.136Z] ---> 746db48d4e8b [2021-04-21T00:18:56.136Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-21T00:18:56.406Z] Successfully built a097d402377c [2021-04-21T00:18:56.406Z] Successfully tagged docker-core-metadata-go:latest [2021-04-21T00:18:56.406Z] Building docker-sys-mgmt-agent-go [2021-04-21T00:18:56.406Z]  Building docker-core-metadata-go ... done  ---> 82c9482d6f04 [2021-04-21T00:18:56.406Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-21T00:18:56.670Z] ---> 6d098ee92f0d [2021-04-21T00:18:56.670Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-21T00:18:56.935Z] ---> Running in f0a2514e345c [2021-04-21T00:18:56.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.134s coverage: 94.4% of statements [2021-04-21T00:18:56.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.118s coverage: 44.8% of statements [2021-04-21T00:18:57.200Z] Removing intermediate container f0a2514e345c [2021-04-21T00:18:57.200Z] ---> 328369b0274a [2021-04-21T00:18:57.200Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-21T00:18:57.464Z] ---> f0dee12d3d6a [2021-04-21T00:18:57.464Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-21T00:18:57.727Z] ---> Running in af5e08518166 [2021-04-21T00:19:02.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.486s coverage: 81.9% of statements [2021-04-21T00:19:02.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-21T00:19:03.055Z] Removing intermediate container af5e08518166 [2021-04-21T00:19:03.055Z] ---> 9f93dbdb319d [2021-04-21T00:19:03.055Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-21T00:19:05.635Z] ---> Running in 19d67f825d09 [2021-04-21T00:19:06.216Z] Removing intermediate container 19d67f825d09 [2021-04-21T00:19:06.216Z] ---> ffa2cf8fdbfd [2021-04-21T00:19:06.216Z] Step 28/31 : CMD ["gate"] [2021-04-21T00:19:08.780Z] ---> Running in 965497e3756e [2021-04-21T00:19:10.701Z] Removing intermediate container 965497e3756e [2021-04-21T00:19:10.701Z] ---> eb8192bd4741 [2021-04-21T00:19:10.701Z] Step 29/31 : LABEL arch=x86_64 [2021-04-21T00:19:10.702Z] ---> Running in 917b4bcdada7 [2021-04-21T00:19:10.965Z] Removing intermediate container 917b4bcdada7 [2021-04-21T00:19:10.965Z] ---> 0bc97bf0d6f8 [2021-04-21T00:19:10.965Z] Step 30/31 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a [2021-04-21T00:19:11.228Z] ---> Running in e5089869a246 [2021-04-21T00:19:11.228Z] Removing intermediate container e5089869a246 [2021-04-21T00:19:11.228Z] ---> 9a3ea7cbfc5b [2021-04-21T00:19:11.228Z] Step 31/31 : LABEL version=0.0.0 [2021-04-21T00:19:11.493Z] ---> Running in 8b040c6a3471 [2021-04-21T00:19:11.762Z] Removing intermediate container 8b040c6a3471 [2021-04-21T00:19:11.762Z] ---> db5ea24553fe [2021-04-21T00:19:11.762Z] [2021-04-21T00:19:12.027Z] Successfully built db5ea24553fe [2021-04-21T00:19:12.027Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-21T00:19:12.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.209s coverage: 92.9% of statements [2021-04-21T00:19:12.538Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-21T00:19:12.538Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-21T00:19:12.538Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-21T00:19:12.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements [2021-04-21T00:19:12.538Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-21T00:19:12.538Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-21T00:19:12.538Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-21T00:19:12.538Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-21T00:19:12.538Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-21T00:19:12.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2021-04-21T00:19:12.538Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-21T00:19:12.538Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-21T00:19:12.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-04-21T00:19:12.538Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-21T00:19:12.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.145s coverage: 79.1% of statements [2021-04-21T00:19:12.538Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-21T00:19:12.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.150s coverage: 80.0% of statements [2021-04-21T00:19:12.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.203s coverage: 87.2% of statements [2021-04-21T00:19:12.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.264s coverage: 85.4% of statements [2021-04-21T00:19:12.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.238s coverage: 91.2% of statements [2021-04-21T00:19:12.538Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-21T00:19:12.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.591s coverage: 64.4% of statements [2021-04-21T00:19:12.538Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-21T00:19:12.538Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-21T00:19:12.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.127s coverage: 100.0% of statements [2021-04-21T00:19:12.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.125s coverage: 91.3% of statements [2021-04-21T00:19:12.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.076s coverage: 100.0% of statements [2021-04-21T00:19:12.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements [2021-04-21T00:19:13.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.076s coverage: 100.0% of statements [2021-04-21T00:19:18.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.971s coverage: 66.9% of statements [2021-04-21T00:19:18.549Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-21T00:19:18.549Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-21T00:19:18.549Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-21T00:19:19.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.512s coverage: 41.5% of statements [2021-04-21T00:19:19.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-21T00:19:19.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-21T00:19:19.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.089s coverage: 89.5% of statements [2021-04-21T00:19:19.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-21T00:19:19.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.138s coverage: 84.8% of statements [2021-04-21T00:19:25.863Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.457s coverage: 47.0% of statements [2021-04-21T00:19:25.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-21T00:19:25.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-21T00:19:25.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-21T00:19:25.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-21T00:19:25.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-21T00:19:25.864Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.133s coverage: 100.0% of statements [2021-04-21T00:19:25.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-21T00:19:25.864Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements [2021-04-21T00:19:25.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-21T00:19:25.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-21T00:19:25.864Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.125s coverage: 9.6% of statements [2021-04-21T00:19:25.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-21T00:19:26.849Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.495s coverage: 88.6% of statements [2021-04-21T00:19:26.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-21T00:19:26.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-21T00:19:26.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-21T00:19:27.059Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T00:19:27.059Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-21T00:19:27.059Z] ---> d4265833ce15 [2021-04-21T00:19:27.059Z] Step 3/23 : WORKDIR /edgex-go [2021-04-21T00:19:27.059Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T00:19:27.059Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-21T00:19:27.059Z] ---> d4265833ce15 [2021-04-21T00:19:27.059Z] Step 3/21 : WORKDIR /edgex-go [2021-04-21T00:19:27.059Z] ---> Using cache [2021-04-21T00:19:27.059Z] ---> 8d7815b132e4 [2021-04-21T00:19:27.059Z] ---> Using cache [2021-04-21T00:19:27.059Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 8d7815b132e4 [2021-04-21T00:19:27.059Z] [2021-04-21T00:19:27.059Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T00:19:27.059Z] ---> Using cache [2021-04-21T00:19:27.059Z] ---> 05fe12c2781e [2021-04-21T00:19:27.059Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-21T00:19:27.059Z] ---> Using cache [2021-04-21T00:19:27.059Z] ---> 05fe12c2781e [2021-04-21T00:19:27.059Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-21T00:19:27.059Z] ---> Using cache [2021-04-21T00:19:27.059Z] ---> 2f893142494c [2021-04-21T00:19:27.059Z] Step 6/21 : COPY go.mod . [2021-04-21T00:19:27.059Z] ---> Using cache [2021-04-21T00:19:27.059Z] ---> e2b5ce86e0ee [2021-04-21T00:19:27.059Z] Step 7/21 : RUN go mod download [2021-04-21T00:19:27.059Z] ---> Using cache [2021-04-21T00:19:27.059Z] ---> e2d6d45aae49 [2021-04-21T00:19:27.059Z] Step 8/21 : COPY . . [2021-04-21T00:19:27.059Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T00:19:27.059Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-21T00:19:27.059Z] ---> d4265833ce15 [2021-04-21T00:19:27.059Z] Step 3/23 : WORKDIR /edgex-go [2021-04-21T00:19:27.059Z] ---> Using cache [2021-04-21T00:19:27.059Z] ---> 8d7815b132e4 [2021-04-21T00:19:27.059Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T00:19:27.059Z] ---> Using cache [2021-04-21T00:19:27.059Z] ---> 05fe12c2781e [2021-04-21T00:19:27.059Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-21T00:19:27.327Z] ---> Using cache [2021-04-21T00:19:27.327Z] ---> 000642c442c8 [2021-04-21T00:19:27.327Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-21T00:19:27.589Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T00:19:27.589Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-04-21T00:19:27.589Z] ---> d4265833ce15 [2021-04-21T00:19:27.589Z] Step 3/25 : WORKDIR /edgex-go [2021-04-21T00:19:27.589Z] ---> Using cache [2021-04-21T00:19:27.589Z] ---> 8d7815b132e4 [2021-04-21T00:19:27.589Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T00:19:27.589Z] ---> Using cache [2021-04-21T00:19:27.589Z] ---> 05fe12c2781e [2021-04-21T00:19:27.589Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-04-21T00:19:27.589Z] ---> Using cache [2021-04-21T00:19:27.589Z] ---> 2f893142494c [2021-04-21T00:19:27.589Z] Step 6/25 : COPY go.mod . [2021-04-21T00:19:27.589Z] ---> Using cache [2021-04-21T00:19:27.589Z] ---> e2b5ce86e0ee [2021-04-21T00:19:27.589Z] Step 7/25 : RUN go mod download [2021-04-21T00:19:27.589Z] ---> Using cache [2021-04-21T00:19:27.589Z] ---> e2d6d45aae49 [2021-04-21T00:19:27.589Z] Step 8/25 : COPY . . [2021-04-21T00:19:27.589Z] ---> Using cache [2021-04-21T00:19:27.589Z] ---> 000642c442c8 [2021-04-21T00:19:27.589Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-21T00:19:28.985Z] ---> Running in 549877eae80a [2021-04-21T00:19:28.985Z] ---> Running in fbb69fdae9b7 [2021-04-21T00:19:28.985Z] ---> Running in 1e9b6d7941e4 [2021-04-21T00:19:28.985Z] ---> Running in 6375a54a47e4 [2021-04-21T00:19:29.979Z] 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-04-21T00:19:29.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T00:19:29.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T00:19:30.256Z] 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-04-21T00:19:30.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T00:19:30.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T00:19:31.108Z] OK: 233 MiB in 51 packages [2021-04-21T00:19:31.108Z] OK: 233 MiB in 51 packages [2021-04-21T00:19:33.709Z] Removing intermediate container fbb69fdae9b7 [2021-04-21T00:19:33.709Z] ---> cc0244e75c6a [2021-04-21T00:19:33.709Z] Step 6/23 : COPY go.mod . [2021-04-21T00:19:33.709Z] Removing intermediate container 549877eae80a [2021-04-21T00:19:33.709Z] ---> 22e8770f3aa6 [2021-04-21T00:19:33.709Z] Step 6/23 : COPY go.mod . [2021-04-21T00:19:33.992Z] ---> 227c6d434e20 [2021-04-21T00:19:33.992Z] Step 7/23 : RUN go mod download [2021-04-21T00:19:33.992Z] ---> 9f5cf11de807 [2021-04-21T00:19:33.992Z] Step 7/23 : RUN go mod download [2021-04-21T00:19:33.992Z] ---> Running in bf55e01d344d [2021-04-21T00:19:34.262Z] ---> Running in b06e5f762946 [2021-04-21T00:19:35.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.123s coverage: 28.7% of statements [2021-04-21T00:19:35.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-21T00:19:35.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-21T00:19:35.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-21T00:19:35.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-21T00:19:35.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-21T00:19:35.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.198s coverage: 99.0% of statements [2021-04-21T00:19:35.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-21T00:19:35.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.235s coverage: 100.0% of statements [2021-04-21T00:19:35.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-21T00:19:35.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-21T00:19:35.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-21T00:19:35.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.236s coverage: 64.6% of statements [2021-04-21T00:19:35.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-21T00:19:35.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.381s coverage: 95.6% of statements [2021-04-21T00:19:35.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-21T00:19:35.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-21T00:19:35.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-21T00:19:35.164Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2021-04-21T00:19:35.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-21T00:19:35.164Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements [2021-04-21T00:19:35.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-21T00:19:35.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-21T00:19:35.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-21T00:19:35.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-21T00:19:35.164Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.113s coverage: 87.9% of statements [2021-04-21T00:19:35.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-21T00:19:35.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-21T00:19:35.164Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.045s coverage: 100.0% of statements [2021-04-21T00:19:37.145Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.115s coverage: 28.1% of statements [2021-04-21T00:19:37.645Z] Removing intermediate container bf55e01d344d [2021-04-21T00:19:37.645Z] ---> 9ff47642b876 [2021-04-21T00:19:37.645Z] Step 8/23 : COPY . . [2021-04-21T00:19:37.645Z] Removing intermediate container b06e5f762946 [2021-04-21T00:19:37.645Z] ---> 55e4ef025397 [2021-04-21T00:19:37.645Z] Step 8/23 : COPY . . [2021-04-21T00:19:37.750Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-04-21T00:19:38.343Z] GO111MODULE=on go vet ./... [2021-04-21T00:19:56.487Z] 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-04-21T00:19:56.487Z] 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-04-21T00:20:11.563Z] Removing intermediate container 1e9b6d7941e4 [2021-04-21T00:20:11.563Z] ---> f5477c7f553a [2021-04-21T00:20:11.563Z] [2021-04-21T00:20:11.563Z] Step 10/25 : FROM alpine:3.12 [2021-04-21T00:20:11.563Z] Removing intermediate container 6375a54a47e4 [2021-04-21T00:20:11.563Z] ---> b0f7ec2e6166 [2021-04-21T00:20:11.563Z] [2021-04-21T00:20:11.563Z] Step 10/21 : FROM alpine:3.12 [2021-04-21T00:20:11.563Z] ---> 13621d1b12d4 [2021-04-21T00:20:11.563Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-21T00:20:11.563Z] ---> 13621d1b12d4 [2021-04-21T00:20:11.563Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-21T00:20:11.563Z] ---> 5b4a9b32b568 [2021-04-21T00:20:11.563Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-21T00:20:11.563Z] ---> 564ca059bab0 [2021-04-21T00:20:11.563Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-21T00:20:11.563Z] ---> Running in 3727f11bd08b [2021-04-21T00:20:11.564Z] ---> Running in 9ba18510a958 [2021-04-21T00:20:11.564Z] ---> Running in 1faa7424f048 [2021-04-21T00:20:11.564Z] ---> Running in 844d54eed766 [2021-04-21T00:20:11.564Z] 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-04-21T00:20:11.564Z] 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-04-21T00:20:11.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T00:20:11.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T00:20:11.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T00:20:11.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T00:20:11.564Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-21T00:20:11.564Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-21T00:20:11.564Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-21T00:20:11.564Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-21T00:20:11.564Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-21T00:20:11.564Z] (4/4) Installing curl (7.76.1-r0) [2021-04-21T00:20:11.564Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-21T00:20:11.564Z] Executing busybox-1.31.1-r20.trigger [2021-04-21T00:20:11.564Z] (4/6) Installing curl (7.76.1-r0) [2021-04-21T00:20:11.564Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-21T00:20:11.564Z] (6/6) Installing su-exec (0.2-r1) [2021-04-21T00:20:11.564Z] Executing busybox-1.31.1-r20.trigger [2021-04-21T00:20:11.564Z] Executing ca-certificates-20191127-r4.trigger [2021-04-21T00:20:11.564Z] Executing ca-certificates-20191127-r4.trigger [2021-04-21T00:20:11.842Z] OK: 7 MiB in 20 packages [2021-04-21T00:20:11.842Z] OK: 7 MiB in 18 packages [2021-04-21T00:20:15.257Z] Removing intermediate container 1faa7424f048 [2021-04-21T00:20:15.257Z] ---> 891a334b7e00 [2021-04-21T00:20:15.257Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-21T00:20:15.257Z] Removing intermediate container 844d54eed766 [2021-04-21T00:20:15.257Z] ---> 96ef438838f1 [2021-04-21T00:20:15.257Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-21T00:20:15.257Z] ---> Running in 8e382c0abb2b [2021-04-21T00:20:15.257Z] ---> Running in cc83f2736faa [2021-04-21T00:20:15.257Z] Removing intermediate container 8e382c0abb2b [2021-04-21T00:20:15.257Z] ---> ba1ec559114a [2021-04-21T00:20:15.257Z] Step 13/21 : WORKDIR /edgex [2021-04-21T00:20:15.257Z] Removing intermediate container cc83f2736faa [2021-04-21T00:20:15.257Z] ---> 75ecfba7c018 [2021-04-21T00:20:15.257Z] Step 13/25 : WORKDIR / [2021-04-21T00:20:15.546Z] ---> Running in 5db39a7c09fd [2021-04-21T00:20:15.546Z] ---> Running in 3b3752d3fc77 [2021-04-21T00:20:15.822Z] Removing intermediate container 3b3752d3fc77 [2021-04-21T00:20:15.822Z] ---> e5eed289060b [2021-04-21T00:20:15.822Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-21T00:20:15.822Z] Removing intermediate container 5db39a7c09fd [2021-04-21T00:20:15.822Z] ---> 2fc6cfeed7a4 [2021-04-21T00:20:15.822Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-21T00:20:16.818Z] ---> e2b24aa521f1 [2021-04-21T00:20:16.818Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-21T00:20:16.818Z] ---> 9968983b49d5 [2021-04-21T00:20:16.818Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-21T00:20:17.434Z] ---> db7975c45934 [2021-04-21T00:20:17.434Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-21T00:20:18.028Z] ---> e13bba7076dc [2021-04-21T00:20:18.028Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-04-21T00:20:18.345Z] ---> 768ea1784d2f [2021-04-21T00:20:18.345Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-21T00:20:19.011Z] ---> 88b758570602 [2021-04-21T00:20:19.011Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-21T00:20:19.854Z] ---> 243d84fb593b [2021-04-21T00:20:19.854Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-21T00:20:19.854Z] ---> Running in 14543d13fef1 [2021-04-21T00:20:19.854Z] ---> d94919ca78d7 [2021-04-21T00:20:19.854Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-21T00:20:20.164Z] Removing intermediate container 14543d13fef1 [2021-04-21T00:20:20.164Z] ---> 9af56d460e55 [2021-04-21T00:20:20.164Z] Step 18/21 : CMD ["--init=true"] [2021-04-21T00:20:20.164Z] ---> Running in 6387a35f040c [2021-04-21T00:20:20.956Z] Removing intermediate container 6387a35f040c [2021-04-21T00:20:20.956Z] ---> 74a9dc5798e4 [2021-04-21T00:20:20.956Z] Step 19/21 : LABEL arch=x86_64 [2021-04-21T00:20:20.956Z] ---> b25fcc7ea2ef [2021-04-21T00:20:20.956Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-21T00:20:20.956Z] ---> Running in 10e1ca9c32c1 [2021-04-21T00:20:21.239Z] Removing intermediate container 10e1ca9c32c1 [2021-04-21T00:20:21.239Z] ---> 120e34820bf6 [2021-04-21T00:20:21.239Z] Step 20/21 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a [2021-04-21T00:20:21.518Z] ---> Running in 251609fe9d2b [2021-04-21T00:20:21.793Z] ---> 2c16beb1fa8c [2021-04-21T00:20:21.793Z] Step 21/25 : 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-04-21T00:20:22.069Z] ---> Running in 22f7d4efafc2 [2021-04-21T00:20:22.069Z] Removing intermediate container 251609fe9d2b [2021-04-21T00:20:22.069Z] ---> 7e9fbcb5bf29 [2021-04-21T00:20:22.069Z] Step 21/21 : LABEL version=0.0.0 [2021-04-21T00:20:22.348Z] ---> Running in 609aa6a5c7ec [2021-04-21T00:20:22.620Z] Removing intermediate container 609aa6a5c7ec [2021-04-21T00:20:22.620Z] ---> f53e42c5c4e7 [2021-04-21T00:20:22.620Z] [2021-04-21T00:20:23.238Z] Successfully built f53e42c5c4e7 [2021-04-21T00:20:23.238Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-21T00:20:24.226Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 22f7d4efafc2 [2021-04-21T00:20:24.226Z] ---> 5ba2e267c3f8 [2021-04-21T00:20:24.226Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-04-21T00:20:24.504Z] ---> Running in 29e68af4bd6a [2021-04-21T00:20:24.794Z] Removing intermediate container 29e68af4bd6a [2021-04-21T00:20:24.794Z] ---> 1be2c37c5219 [2021-04-21T00:20:24.794Z] Step 23/25 : LABEL arch=x86_64 [2021-04-21T00:20:25.085Z] ---> Running in a6ddaaf9c5cd [2021-04-21T00:20:25.386Z] Removing intermediate container a6ddaaf9c5cd [2021-04-21T00:20:25.386Z] ---> eadbe0cd4580 [2021-04-21T00:20:25.386Z] Step 24/25 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a [2021-04-21T00:20:25.663Z] ---> Running in cc6683283c30 [2021-04-21T00:20:25.939Z] Removing intermediate container cc6683283c30 [2021-04-21T00:20:25.939Z] ---> f1af07f23e0b [2021-04-21T00:20:25.939Z] Step 25/25 : LABEL version=0.0.0 [2021-04-21T00:20:25.939Z] ---> Running in 10619d114d1b [2021-04-21T00:20:27.368Z] Removing intermediate container 10619d114d1b [2021-04-21T00:20:27.368Z] ---> d8819f6a6c75 [2021-04-21T00:20:27.368Z] [2021-04-21T00:20:27.368Z] Successfully built d8819f6a6c75 [2021-04-21T00:20:27.644Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-21T00:20:40.095Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3727f11bd08b [2021-04-21T00:20:40.095Z] ---> 26b8272322ce [2021-04-21T00:20:40.095Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-21T00:20:40.095Z] ---> Running in e8659873b74f [2021-04-21T00:20:40.095Z] 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-04-21T00:20:41.498Z] Removing intermediate container 9ba18510a958 [2021-04-21T00:20:41.499Z] ---> 5da73a1f90be [2021-04-21T00:20:41.499Z] [2021-04-21T00:20:41.499Z] Step 10/23 : FROM alpine:3.12 [2021-04-21T00:20:41.499Z] ---> 13621d1b12d4 [2021-04-21T00:20:41.499Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-21T00:20:41.499Z] ---> Running in fd744e43a12b [2021-04-21T00:20:41.761Z] Removing intermediate container fd744e43a12b [2021-04-21T00:20:41.761Z] ---> 566321efbb23 [2021-04-21T00:20:41.761Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-21T00:20:41.761Z] Removing intermediate container e8659873b74f [2021-04-21T00:20:41.761Z] ---> a73cbc3d200a [2021-04-21T00:20:41.761Z] [2021-04-21T00:20:41.761Z] Step 11/23 : FROM docker:20.10.0 [2021-04-21T00:20:41.761Z] ---> Running in 303864ea0c13 [2021-04-21T00:20:41.761Z] 20.10.0: Pulling from library/docker [2021-04-21T00:20:42.027Z] Removing intermediate container 303864ea0c13 [2021-04-21T00:20:42.027Z] ---> face7b9d2b9d [2021-04-21T00:20:42.027Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-21T00:20:42.027Z] ---> Running in e577a9e7a0b7 [2021-04-21T00:20:42.624Z] Removing intermediate container e577a9e7a0b7 [2021-04-21T00:20:42.624Z] ---> 44861d2cf910 [2021-04-21T00:20:42.624Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T00:20:42.624Z] ---> Running in e00c8ff0e40b [2021-04-21T00:20:44.598Z] Removing intermediate container e00c8ff0e40b [2021-04-21T00:20:44.598Z] ---> 28b594b3b332 [2021-04-21T00:20:44.598Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-21T00:20:44.875Z] ---> Running in 9d7638b23de5 [2021-04-21T00:20:45.461Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T00:20:46.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T00:20:47.008Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-21T00:20:47.008Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-21T00:20:47.008Z] ---> aefe523efa57 [2021-04-21T00:20:47.008Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-21T00:20:47.272Z] ---> Running in d40215d1bbc4 [2021-04-21T00:20:47.541Z] Removing intermediate container d40215d1bbc4 [2021-04-21T00:20:47.541Z] ---> 06cd48e8a9d2 [2021-04-21T00:20:47.541Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-21T00:20:47.541Z] ---> Running in 99118d23b0fa [2021-04-21T00:20:47.807Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-21T00:20:47.807Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-21T00:20:47.807Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-21T00:20:48.072Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-21T00:20:48.333Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-21T00:20:48.333Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-21T00:20:48.596Z] (1/39) Installing readline (8.0.4-r0) [2021-04-21T00:20:48.596Z] (2/39) Installing bash (5.0.17-r0) [2021-04-21T00:20:48.596Z] Executing bash-5.0.17-r0.post-install [2021-04-21T00:20:48.596Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-21T00:20:48.596Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-21T00:20:48.596Z] (5/39) Installing curl (7.76.1-r0) [2021-04-21T00:20:48.596Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-21T00:20:48.596Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-21T00:20:48.596Z] (8/39) Installing expat (2.2.9-r1) [2021-04-21T00:20:48.596Z] (9/39) Installing libffi (3.3-r2) [2021-04-21T00:20:48.596Z] (10/39) Installing gdbm (1.13-r1) [2021-04-21T00:20:48.596Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-21T00:20:48.596Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-21T00:20:48.858Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-21T00:20:49.121Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-21T00:20:49.383Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-21T00:20:49.646Z] Executing busybox-1.31.1-r20.trigger [2021-04-21T00:20:49.646Z] OK: 8 MiB in 20 packages [2021-04-21T00:20:50.227Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-21T00:20:50.491Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-21T00:20:50.491Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-21T00:20:50.491Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-21T00:20:50.491Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-21T00:20:50.491Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-21T00:20:50.491Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-21T00:20:53.047Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-21T00:20:53.622Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-21T00:20:53.622Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-21T00:20:53.622Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-21T00:20:53.622Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-21T00:20:53.622Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-21T00:20:53.622Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-21T00:20:53.622Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-21T00:20:53.622Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-21T00:20:53.885Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-21T00:20:53.886Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-21T00:20:53.886Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-21T00:20:54.462Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-21T00:20:54.462Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-21T00:20:54.462Z] Removing intermediate container 9d7638b23de5 [2021-04-21T00:20:54.462Z] ---> 12814d48a101 [2021-04-21T00:20:54.462Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-21T00:20:54.462Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-21T00:20:54.462Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-21T00:20:54.462Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-21T00:20:54.462Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-21T00:20:54.462Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-21T00:20:54.724Z] Executing busybox-1.31.1-r19.trigger [2021-04-21T00:20:54.724Z] OK: 72 MiB in 59 packages [2021-04-21T00:20:55.679Z] ---> 2ea6efda19e2 [2021-04-21T00:20:55.679Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-21T00:20:55.679Z] Collecting docker-compose==1.23.2 [2021-04-21T00:20:55.679Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-21T00:20:55.949Z] Collecting docopt<0.7,>=0.6.1 [2021-04-21T00:20:55.949Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-21T00:20:56.215Z] ---> 824bc54ad30e [2021-04-21T00:20:56.215Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-21T00:20:56.482Z] ---> 76ae8b4d806b [2021-04-21T00:20:56.745Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-21T00:20:56.745Z] Collecting docker<4.0,>=3.6.0 [2021-04-21T00:20:56.745Z] ---> Running in 783b78f255bf [2021-04-21T00:20:56.745Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-21T00:20:57.010Z] Removing intermediate container 783b78f255bf [2021-04-21T00:20:57.010Z] ---> c3cd88a4bbfa [2021-04-21T00:20:57.010Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-21T00:20:57.010Z] Collecting cached-property<2,>=1.2.0 [2021-04-21T00:20:57.010Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-21T00:20:57.010Z] ---> Running in 6b0cd896f15f [2021-04-21T00:20:57.010Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-21T00:20:57.010Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-21T00:20:57.273Z] Removing intermediate container 6b0cd896f15f [2021-04-21T00:20:57.273Z] ---> 0e0fc282a3f3 [2021-04-21T00:20:57.273Z] Step 21/23 : LABEL arch=x86_64 [2021-04-21T00:20:57.273Z] ---> Running in afbee2389464 [2021-04-21T00:20:57.273Z] Collecting PyYAML<4,>=3.10 [2021-04-21T00:20:57.273Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-21T00:20:57.536Z] Removing intermediate container afbee2389464 [2021-04-21T00:20:57.536Z] ---> 2e8298b9524c [2021-04-21T00:20:57.536Z] Step 22/23 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a [2021-04-21T00:20:57.802Z] ---> Running in a09a12c1a6d1 [2021-04-21T00:20:58.752Z] Removing intermediate container a09a12c1a6d1 [2021-04-21T00:20:58.752Z] ---> 88a0e9c36864 [2021-04-21T00:20:58.752Z] Step 23/23 : LABEL version=0.0.0 [2021-04-21T00:20:58.752Z] Collecting texttable<0.10,>=0.9.0 [2021-04-21T00:20:58.752Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-21T00:20:58.752Z] ---> Running in ec7cea5d979a [2021-04-21T00:20:59.015Z] Removing intermediate container ec7cea5d979a [2021-04-21T00:20:59.015Z] ---> 136567fa3b2a [2021-04-21T00:20:59.015Z] [2021-04-21T00:20:59.278Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-21T00:20:59.278Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-21T00:20:59.278Z] Successfully built 136567fa3b2a [2021-04-21T00:20:59.278Z] Successfully tagged docker-core-data-go:latest [2021-04-21T00:20:59.855Z]  Building docker-core-data-go ... done 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-04-21T00:20:59.855Z] Collecting jsonschema<3,>=2.5.1 [2021-04-21T00:20:59.855Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-21T00:21:00.120Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-21T00:21:00.120Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-21T00:21:00.120Z] Collecting docker-pycreds>=0.4.0 [2021-04-21T00:21:00.120Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-21T00:21:00.175Z] gofmt -l . [2021-04-21T00:21:00.175Z] [ "`gofmt -l .`" = "" ] [2021-04-21T00:21:00.389Z] 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-04-21T00:21:00.389Z] 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-04-21T00:21:00.389Z] Collecting idna<2.8,>=2.5 [2021-04-21T00:21:00.389Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-21T00:21:00.652Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-21T00:21:00.653Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-21T00:21:00.653Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-21T00:21:00.653Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-21T00:21:00.653Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-21T00:21:00.653Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-21T00:21:00.916Z] Installing collected packages: docopt, idna, urllib3, requests, websocket-client, docker-pycreds, docker, cached-property, PyYAML, texttable, dockerpty, jsonschema, docker-compose [2021-04-21T00:21:00.916Z] Running setup.py install for docopt: started [2021-04-21T00:21:01.505Z] Running setup.py install for docopt: finished with status 'done' [2021-04-21T00:21:01.505Z] Attempting uninstall: idna [2021-04-21T00:21:01.505Z] Found existing installation: idna 2.9 [2021-04-21T00:21:01.505Z] Uninstalling idna-2.9: [2021-04-21T00:21:01.505Z] Successfully uninstalled idna-2.9 [2021-04-21T00:21:01.505Z] Attempting uninstall: urllib3 [2021-04-21T00:21:01.505Z] Found existing installation: urllib3 1.25.9 [2021-04-21T00:21:01.505Z] Uninstalling urllib3-1.25.9: [2021-04-21T00:21:01.637Z] ./bin/test-go-mod-tidy.sh [2021-04-21T00:21:01.777Z] Successfully uninstalled urllib3-1.25.9 [2021-04-21T00:21:01.777Z] Attempting uninstall: requests [2021-04-21T00:21:01.777Z] Found existing installation: requests 2.23.0 [2021-04-21T00:21:01.777Z] Uninstalling requests-2.23.0: [2021-04-21T00:21:01.777Z] Successfully uninstalled requests-2.23.0 [2021-04-21T00:21:02.241Z] ./bin/test-attribution-txt.sh [2021-04-21T00:21:03.700Z] Running setup.py install for PyYAML: started [Pipeline] sh [2021-04-21T00:21:04.277Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-21T00:21:04.277Z] Running setup.py install for texttable: started [2021-04-21T00:21:04.367Z] + ls -al . [2021-04-21T00:21:04.367Z] total 848 [2021-04-21T00:21:04.367Z] drwxrwxr-x 9 1001 1001 4096 Apr 21 00:21 . [2021-04-21T00:21:04.367Z] drwxr-xr-x 4 root root 4096 Apr 21 00:16 .. [2021-04-21T00:21:04.367Z] -rw-rw-r-- 1 1001 1001 11 Apr 21 00:14 .dockerignore [2021-04-21T00:21:04.367Z] drwxrwxr-x 8 1001 1001 4096 Apr 21 00:15 .git [2021-04-21T00:21:04.367Z] drwxrwxr-x 3 1001 1001 4096 Apr 21 00:14 .github [2021-04-21T00:21:04.367Z] -rw-rw-r-- 1 1001 1001 818 Apr 21 00:14 .gitignore [2021-04-21T00:21:04.367Z] -rw-rw-r-- 1 1001 1001 166 Apr 21 00:14 .sonarcloud.properties [2021-04-21T00:21:04.367Z] -rw-rw-r-- 1 1001 1001 8609 Apr 21 00:14 Attribution.txt [2021-04-21T00:21:04.367Z] -rw-rw-r-- 1 1001 1001 3804 Apr 21 00:14 CONTRIBUTING.md [2021-04-21T00:21:04.367Z] -rw-rw-r-- 1 1001 1001 931 Apr 21 00:14 Dockerfile.build [2021-04-21T00:21:04.367Z] -rw-rw-r-- 1 1001 1001 863 Apr 21 00:14 Jenkinsfile [2021-04-21T00:21:04.367Z] -rw-rw-r-- 1 1001 1001 10775 Apr 21 00:14 LICENSE [2021-04-21T00:21:04.367Z] -rw-rw-r-- 1 1001 1001 5774 Apr 21 00:14 Makefile [2021-04-21T00:21:04.367Z] -rw-rw-r-- 1 1001 1001 7978 Apr 21 00:14 README.md [2021-04-21T00:21:04.367Z] -rw-rw-r-- 1 1001 1001 6755 Apr 21 00:14 SECURITY.md [2021-04-21T00:21:04.367Z] -rw-rw-r-- 1 1001 1001 5 Apr 21 00:12 VERSION [2021-04-21T00:21:04.367Z] -rw-rw-r-- 1 1001 1001 4131 Apr 21 00:14 ZMQWindows.md [2021-04-21T00:21:04.367Z] drwxrwxr-x 2 1001 1001 4096 Apr 21 00:14 bin [2021-04-21T00:21:04.367Z] drwxrwxr-x 14 1001 1001 4096 Apr 21 00:14 cmd [2021-04-21T00:21:04.367Z] -rw-r--r-- 1 root root 711909 Apr 21 00:19 coverage.out [2021-04-21T00:21:04.367Z] -rw-r--r-- 1 root root 1059 Apr 21 00:21 go.mod [2021-04-21T00:21:04.367Z] -rw-r--r-- 1 root root 22300 Apr 21 00:21 go.sum [2021-04-21T00:21:04.367Z] drwxrwxr-x 8 1001 1001 4096 Apr 21 00:14 internal [2021-04-21T00:21:04.367Z] drwxrwxr-x 4 1001 1001 4096 Apr 21 00:14 openapi [2021-04-21T00:21:04.367Z] drwxrwxr-x 4 1001 1001 4096 Apr 21 00:14 snap [2021-04-21T00:21:04.367Z] -rw-rw-r-- 1 1001 1001 168 Apr 21 00:14 version.go [Pipeline] sh [2021-04-21T00:21:04.539Z] Running setup.py install for texttable: finished with status 'done' [2021-04-21T00:21:04.539Z] Running setup.py install for dockerpty: started [2021-04-21T00:21:05.020Z] + '[' -e coverage.out ] [2021-04-21T00:21:05.020Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-21T00:21:05.051Z] Warning: overwriting stash ‘coverage-report’ [2021-04-21T00:21:05.116Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-21T00:21:05.713Z] 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-04-21T00:21:06.260Z] Stashed 1 file(s) [Pipeline] sh [2021-04-21T00:21:06.906Z] + make build [2021-04-21T00:21:06.906Z] 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-04-21T00:21:13.890Z] Removing intermediate container 99118d23b0fa [2021-04-21T00:21:13.890Z] ---> 1b2961fa77c1 [2021-04-21T00:21:13.890Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-21T00:21:13.890Z] ---> Running in 6a99df741b46 [2021-04-21T00:21:13.890Z] Removing intermediate container 6a99df741b46 [2021-04-21T00:21:13.890Z] ---> 6fe52ba71174 [2021-04-21T00:21:13.890Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-21T00:21:13.890Z] ---> Running in eee749b9d7db [2021-04-21T00:21:13.890Z] Removing intermediate container eee749b9d7db [2021-04-21T00:21:13.890Z] ---> c77b606e9acd [2021-04-21T00:21:13.890Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-21T00:21:14.481Z] ---> 0fd77d24664b [2021-04-21T00:21:14.481Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-21T00:21:14.745Z] ---> e33cda5eb17a [2021-04-21T00:21:14.745Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-21T00:21:15.011Z] ---> 0e0c816c7f4a [2021-04-21T00:21:15.011Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-21T00:21:15.272Z] ---> Running in 0f923b4b16ce [2021-04-21T00:21:15.272Z] Removing intermediate container 0f923b4b16ce [2021-04-21T00:21:15.272Z] ---> b06c1077f8c1 [2021-04-21T00:21:15.272Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-21T00:21:15.539Z] ---> Running in b970488e555e [2021-04-21T00:21:15.539Z] Removing intermediate container b970488e555e [2021-04-21T00:21:15.539Z] ---> 5cea4b39b048 [2021-04-21T00:21:15.539Z] Step 21/23 : LABEL arch=x86_64 [2021-04-21T00:21:15.800Z] ---> Running in 250baf7b9931 [2021-04-21T00:21:16.078Z] Removing intermediate container 250baf7b9931 [2021-04-21T00:21:16.078Z] ---> 4557b4d02279 [2021-04-21T00:21:16.078Z] Step 22/23 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a [2021-04-21T00:21:16.078Z] ---> Running in c30da1b1ef54 [2021-04-21T00:21:16.341Z] Removing intermediate container c30da1b1ef54 [2021-04-21T00:21:16.341Z] ---> e4eaa2ade7fd [2021-04-21T00:21:16.341Z] Step 23/23 : LABEL version=0.0.0 [2021-04-21T00:21:16.341Z] ---> Running in 5429760e74d3 [2021-04-21T00:21:16.609Z] Removing intermediate container 5429760e74d3 [2021-04-21T00:21:16.609Z] ---> ae6e37079ddc [2021-04-21T00:21:16.609Z] [2021-04-21T00:21:16.875Z] Successfully built ae6e37079ddc [2021-04-21T00:21:16.875Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-21T00:21:17.145Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-21T00:21:17.158Z] $ docker stop --time=1 e5045d7598de5c80fcc5c61043cff6955f4a757788df2b8049846c2a98003eea [2021-04-21T00:21:18.866Z] $ docker rm -f e5045d7598de5c80fcc5c61043cff6955f4a757788df2b8049846c2a98003eea [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-21T00:21:19.287Z] 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-04-21T00:21:19.331Z] + docker images [2021-04-21T00:21:19.331Z] + grep docker [2021-04-21T00:21:19.599Z] docker-sys-mgmt-agent-go latest ae6e37079ddc 3 seconds ago 312MB [2021-04-21T00:21:19.599Z] docker-core-data-go latest 136567fa3b2a 21 seconds ago 22.9MB [2021-04-21T00:21:19.599Z] docker-security-secretstore-setup-go latest d8819f6a6c75 53 seconds ago 26.5MB [2021-04-21T00:21:19.599Z] docker-security-proxy-setup-go latest f53e42c5c4e7 57 seconds ago 26.1MB [2021-04-21T00:21:19.599Z] docker-security-bootstrapper-go latest db5ea24553fe 2 minutes ago 19.3MB [2021-04-21T00:21:19.599Z] docker-core-metadata-go latest a097d402377c 2 minutes ago 19.2MB [2021-04-21T00:21:19.599Z] docker-support-notifications-go latest 520dea352601 2 minutes ago 18.2MB [2021-04-21T00:21:19.599Z] docker-core-command-go latest bc7206d6b4b3 2 minutes ago 17.5MB [2021-04-21T00:21:19.599Z] docker-support-scheduler-go latest 8217ceab9220 2 minutes ago 17.7MB [2021-04-21T00:21:19.599Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-21T00:21:34.834Z] Still waiting to schedule task [2021-04-21T00:21:34.834Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-21T00:21:46.089Z] 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-04-21T00:21:49.473Z] 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-04-21T00:21:56.175Z] 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-04-21T00:21:56.770Z] 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-04-21T00:22:03.476Z] 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-04-21T00:22:08.886Z] 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-04-21T00:22:14.282Z] 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-04-21T00:22:20.999Z] 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-04-21T00:22:26.413Z] 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-04-21T00:22:30.733Z] 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-04-21T00:22:31.221Z] Running on prd-ubuntu18.04-docker-8c-8g-1304 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws [2021-04-21T00:22:31.240Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-04-21T00:22:33.602Z] using credential edgex-jenkins-ssh [2021-04-21T00:22:33.614Z] Cloning the remote Git repository [2021-04-21T00:22:33.631Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-21T00:22:33.698Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-04-21T00:22:33.724Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-21T00:22:33.724Z] > git --version # timeout=10 [2021-04-21T00:22:33.731Z] > git --version # 'git version 2.17.1' [2021-04-21T00:22:33.732Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-21T00:22:33.756Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } [2021-04-21T00:22:37.501Z] $ docker stop --time=1 1b14ade16fac806ff2f665d053389f48a43195f5b161475fc44842eff411f03a [2021-04-21T00:22:39.337Z] Merging remotes/origin/master commit 7b8ff941781f40a52b080ca1fb051afd3c85c202 into PR head commit 3daad41841a19eb22bce2f1fa509c016ebb6911a [2021-04-21T00:22:39.463Z] Merge succeeded, producing 3daad41841a19eb22bce2f1fa509c016ebb6911a [2021-04-21T00:22:39.464Z] Checking out Revision 3daad41841a19eb22bce2f1fa509c016ebb6911a (PR-3391) [2021-04-21T00:22:38.647Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-21T00:22:38.653Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-21T00:22:38.663Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-21T00:22:38.674Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-21T00:22:38.674Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-21T00:22:38.678Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-21T00:22:39.345Z] > git config core.sparsecheckout # timeout=10 [2021-04-21T00:22:39.351Z] > git checkout -f 3daad41841a19eb22bce2f1fa509c016ebb6911a # timeout=10 [2021-04-21T00:22:39.428Z] > git remote # timeout=10 [2021-04-21T00:22:39.436Z] > git config --get remote.origin.url # timeout=10 [2021-04-21T00:22:39.443Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-21T00:22:39.447Z] > git merge 7b8ff941781f40a52b080ca1fb051afd3c85c202 # timeout=10 [2021-04-21T00:22:39.455Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-21T00:22:39.464Z] > git config core.sparsecheckout # timeout=10 [2021-04-21T00:22:39.475Z] > git checkout -f 3daad41841a19eb22bce2f1fa509c016ebb6911a # timeout=10 [2021-04-21T00:22:39.967Z] $ docker rm -f 1b14ade16fac806ff2f665d053389f48a43195f5b161475fc44842eff411f03a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-21T00:22:41.784Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-21T00:22:42.055Z] [2021-04-21T00:22:42.055Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-21T00:22:42.405Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-21T00:22:42.405Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-21T00:22:42.405Z] 29e5d40040c1: Pulling fs layer [2021-04-21T00:22:42.405Z] 1ce36da41761: Pulling fs layer [2021-04-21T00:22:42.405Z] 25b303627fd3: Pulling fs layer [2021-04-21T00:22:42.678Z] 29e5d40040c1: Verifying Checksum [2021-04-21T00:22:42.678Z] 29e5d40040c1: Download complete [2021-04-21T00:22:43.114Z] Commit message: "feat(security): Add consul token header to Kong's service" [2021-04-21T00:22:43.272Z] 1ce36da41761: Verifying Checksum [2021-04-21T00:22:43.272Z] 1ce36da41761: Download complete [2021-04-21T00:22:43.272Z] 29e5d40040c1: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-21T00:22:44.146Z] + echo snap-build.sh [2021-04-21T00:22:44.146Z] snap-build.sh [2021-04-21T00:22:44.146Z] + SNAP_BASE_DIR=. [2021-04-21T00:22:44.146Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-04-21T00:22:44.146Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-04-21T00:22:44.146Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-04-21T00:22:44.146Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-04-21T00:22:44.146Z] + cd /w/workspace/edgex-go/2 [2021-04-21T00:22:44.146Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-21T00:22:44.146Z] Reading package lists... [2021-04-21T00:22:44.146Z] Building dependency tree... [2021-04-21T00:22:44.146Z] Reading state information... [2021-04-21T00:22:44.409Z] The following packages were automatically installed and are no longer required: [2021-04-21T00:22:44.409Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-21T00:22:44.409Z] uidmap xdelta3 [2021-04-21T00:22:44.409Z] Use 'sudo apt autoremove' to remove them. [2021-04-21T00:22:44.409Z] The following packages will be REMOVED: [2021-04-21T00:22:44.409Z] lxd* lxd-client* [2021-04-21T00:22:44.671Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-21T00:22:44.671Z] After this operation, 31.7 MB disk space will be freed. [2021-04-21T00:22:44.709Z] 1ce36da41761: Pull complete [2021-04-21T00:22:45.684Z] 25b303627fd3: Verifying Checksum [2021-04-21T00:22:45.684Z] 25b303627fd3: Download complete [2021-04-21T00:22:45.718Z] (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-04-21T00:22:45.718Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-21T00:22:46.660Z] Removing lxd dnsmasq configuration [2021-04-21T00:22:46.660Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-21T00:22:46.921Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-21T00:22:47.866Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-21T00:22:47.866Z] (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-04-21T00:22:47.866Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-21T00:22:49.253Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-21T00:22:49.253Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-21T00:22:50.652Z] + sudo snap remove --purge lxd [2021-04-21T00:22:50.652Z] snap "lxd" is not installed [2021-04-21T00:22:50.652Z] + sudo groupadd --force --system lxd [2021-04-21T00:22:50.652Z] ++ whoami [2021-04-21T00:22:50.652Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-21T00:22:50.652Z] + newgrp - lxd [2021-04-21T00:22:50.652Z] + sudo snap install lxd [2021-04-21T00:22:55.831Z] 25b303627fd3: Pull complete [2021-04-21T00:22:55.832Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-21T00:22:55.832Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-21T00:22:55.832Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-21T00:22:56.114Z] prd-ubuntu18.04-docker-arm64-4c-16g-1297 does not seem to be running inside a container [2021-04-21T00:22:56.204Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-04-21T00:22:58.796Z] 2021-04-21T00:22:55Z INFO Waiting for automatic snapd restart... [2021-04-21T00:22:59.657Z] $ docker top cc11b0e9daf6239c5e07c7c59d4eb185e295a114ed21afaeec6a3a04f3df26d5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-21T00:23:00.601Z] + docker-compose build --help [2021-04-21T00:23:00.601Z] + grep parallel [2021-04-21T00:23:04.896Z] --parallel Build images in parallel. [Pipeline] } [2021-04-21T00:23:04.924Z] $ docker stop --time=1 cc11b0e9daf6239c5e07c7c59d4eb185e295a114ed21afaeec6a3a04f3df26d5 [2021-04-21T00:23:07.027Z] $ docker rm -f cc11b0e9daf6239c5e07c7c59d4eb185e295a114ed21afaeec6a3a04f3df26d5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-21T00:23:07.696Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-21T00:23:07.696Z] . [Pipeline] withDockerContainer [2021-04-21T00:23:07.963Z] prd-ubuntu18.04-docker-arm64-4c-16g-1297 does not seem to be running inside a container [2021-04-21T00:23:08.043Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-arm64:latest cat [2021-04-21T00:23:09.565Z] $ docker top 36aba50b35e0c4abc55c70e4d4a34c21b3066ce84316457f98409eeb878409ef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-21T00:23:10.533Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-21T00:23:13.717Z] lxd 4.13 from Canonical* installed [2021-04-21T00:23:13.717Z] + sudo lxd init --auto [2021-04-21T00:23:15.986Z] Building docker-core-command-go ... [2021-04-21T00:23:15.986Z] Building docker-core-data-go ... [2021-04-21T00:23:15.986Z] Building docker-core-metadata-go ... [2021-04-21T00:23:15.986Z] Building docker-security-bootstrapper-go ... [2021-04-21T00:23:15.986Z] Building docker-security-proxy-setup-go ... [2021-04-21T00:23:15.986Z] Building docker-security-secretstore-setup-go ... [2021-04-21T00:23:15.986Z] Building docker-support-notifications-go ... [2021-04-21T00:23:15.986Z] Building docker-support-scheduler-go ... [2021-04-21T00:23:15.986Z] Building docker-sys-mgmt-agent-go ... [2021-04-21T00:23:15.986Z] Building docker-security-secretstore-setup-go [2021-04-21T00:23:15.986Z] Building docker-core-metadata-go [2021-04-21T00:23:15.986Z] Building docker-core-command-go [2021-04-21T00:23:15.986Z] Building docker-support-scheduler-go [2021-04-21T00:23:15.986Z] Building docker-security-bootstrapper-go [2021-04-21T00:23:21.861Z] + sudo snap install --classic snapcraft [2021-04-21T00:23:26.093Z] snapcraft 4.6.2 from Canonical* installed [2021-04-21T00:23:26.093Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-21T00:23:26.093Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-21T00:23:26.093Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-21T00:23:26.093Z] Dload Upload Total Spent Left Speed [2021-04-21T00:23:26.093Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4265 0 --:--:-- --:--:-- --:--:-- 4236 [2021-04-21T00:23:26.093Z] 100 3325k 100 3325k 0 0 11.0M 0 --:--:-- --:--:-- --:--:-- 11.0M [2021-04-21T00:23:26.093Z] ./yq_linux_amd64 [2021-04-21T00:23:26.093Z] + sudo snapcraft prime --use-lxd [2021-04-21T00:23:28.015Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-21T00:23:28.015Z] 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-04-21T00:23:28.015Z] - README.md [2021-04-21T00:23:28.015Z] [2021-04-21T00:23:28.015Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-21T00:23:28.587Z] Launching a container. [2021-04-21T00:23:40.822Z] Waiting for container to be ready [2021-04-21T00:23:40.822Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-21T00:23:40.822Z] [2021-04-21T00:23:43.366Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-21T00:23:43.366Z] Waiting for network to be ready... [2021-04-21T00:23:43.936Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-21T00:23:43.936Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-21T00:23:44.508Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-21T00:23:44.508Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-21T00:23:44.508Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-21T00:23:44.769Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-21T00:23:45.029Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-21T00:23:45.029Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-21T00:23:45.029Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-21T00:23:45.029Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-21T00:23:45.029Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-21T00:23:45.029Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-21T00:23:45.029Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-21T00:23:45.029Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-21T00:23:45.029Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-21T00:23:45.029Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-21T00:23:45.029Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-21T00:23:45.029Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-21T00:23:45.290Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-21T00:23:45.290Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-21T00:23:45.551Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-21T00:23:45.551Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-21T00:23:45.551Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-21T00:23:45.551Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-21T00:23:45.551Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-21T00:23:45.551Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-21T00:23:45.551Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-21T00:23:48.096Z] Fetched 24.4 MB in 4s (5644 kB/s) [2021-04-21T00:23:49.037Z] Reading package lists... [2021-04-21T00:23:49.037Z] Reading package lists... [2021-04-21T00:23:49.307Z] Building dependency tree... [2021-04-21T00:23:49.307Z] Reading state information... [2021-04-21T00:23:49.307Z] The following additional packages will be installed: [2021-04-21T00:23:49.307Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-21T00:23:49.307Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-21T00:23:49.307Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-21T00:23:49.307Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-21T00:23:49.307Z] Suggested packages: [2021-04-21T00:23:49.307Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-21T00:23:49.307Z] Recommended packages: [2021-04-21T00:23:49.307Z] gnupg libsasl2-modules [2021-04-21T00:23:49.307Z] The following NEW packages will be installed: [2021-04-21T00:23:49.307Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-21T00:23:49.307Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-21T00:23:49.307Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-21T00:23:49.307Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-21T00:23:49.307Z] The following packages will be upgraded: [2021-04-21T00:23:49.567Z] gpg gpg-agent gpgconf libudev1 [2021-04-21T00:23:49.567Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-21T00:23:49.567Z] Need to get 3529 kB of archives. [2021-04-21T00:23:49.567Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-21T00:23:49.567Z] 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-04-21T00:23:49.567Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-21T00:23:49.567Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-21T00:23:49.567Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-21T00:23:49.830Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-21T00:23:50.090Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-21T00:23:50.351Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-21T00:23:50.351Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-21T00:23:50.351Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-21T00:23:50.351Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-21T00:23:50.351Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-21T00:23:50.351Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-21T00:23:50.351Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-21T00:23:50.351Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-21T00:23:50.351Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-21T00:23:50.615Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-21T00:23:50.615Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-21T00:23:50.615Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-21T00:23:50.615Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-21T00:23:50.615Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-21T00:23:50.615Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-21T00:23:50.615Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-21T00:23:50.615Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-21T00:23:50.615Z] Fetched 3529 kB in 1s (3129 kB/s) [2021-04-21T00:23:50.876Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-21T00:23:50.876Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-21T00:23:50.876Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-21T00:23:50.876Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-21T00:23:50.876Z] Selecting previously unselected package udev. [2021-04-21T00:23:50.876Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-21T00:23:50.876Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-21T00:23:51.141Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-21T00:23:51.141Z] Selecting previously unselected package libfuse2:amd64. [2021-04-21T00:23:51.141Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-21T00:23:51.141Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-21T00:23:51.403Z] Selecting previously unselected package fuse. [2021-04-21T00:23:51.404Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-21T00:23:51.404Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-21T00:23:51.404Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-21T00:23:51.404Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-21T00:23:51.664Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-21T00:23:51.664Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-21T00:23:51.664Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-21T00:23:51.664Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-21T00:23:51.927Z] Selecting previously unselected package libksba8:amd64. [2021-04-21T00:23:51.927Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-21T00:23:51.927Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-21T00:23:51.927Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-21T00:23:51.927Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-21T00:23:51.927Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-21T00:23:51.927Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-21T00:23:51.927Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-21T00:23:51.927Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-21T00:23:52.189Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-21T00:23:52.189Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-21T00:23:52.189Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-21T00:23:52.189Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-21T00:23:52.189Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-21T00:23:52.189Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-21T00:23:52.189Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-21T00:23:52.189Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-21T00:23:52.189Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-21T00:23:52.451Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-21T00:23:52.451Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-21T00:23:52.451Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-21T00:23:52.451Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-21T00:23:52.451Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-21T00:23:52.451Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-21T00:23:52.712Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-21T00:23:52.712Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-21T00:23:52.712Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-21T00:23:52.712Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-21T00:23:52.712Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-21T00:23:52.712Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-21T00:23:52.712Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-21T00:23:52.712Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-21T00:23:52.712Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-21T00:23:52.972Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-21T00:23:52.972Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-21T00:23:52.972Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-21T00:23:52.972Z] Selecting previously unselected package libldap-common. [2021-04-21T00:23:52.972Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-21T00:23:52.972Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-21T00:23:52.972Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-21T00:23:52.972Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-21T00:23:52.972Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-21T00:23:53.235Z] Selecting previously unselected package dirmngr. [2021-04-21T00:23:53.235Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-21T00:23:53.235Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-21T00:23:53.235Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-21T00:23:53.235Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-21T00:23:53.496Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-21T00:23:53.496Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-21T00:23:53.496Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-21T00:23:53.496Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-21T00:23:53.496Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-21T00:23:53.496Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-21T00:23:53.496Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-21T00:23:53.496Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-21T00:23:54.069Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-21T00:23:54.069Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-21T00:23:54.069Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-21T00:23:54.069Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-21T00:23:54.330Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-21T00:23:54.330Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-21T00:23:54.330Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-21T00:23:54.330Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-21T00:23:54.330Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-21T00:23:54.330Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-21T00:23:54.330Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-21T00:23:54.330Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-21T00:23:54.330Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-21T00:23:54.330Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-21T00:23:54.592Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-21T00:23:54.853Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-21T00:23:54.853Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-21T00:23:54.853Z] This means they are not meant to be enabled using systemctl. [2021-04-21T00:23:54.853Z] Possible reasons for having this kind of units are: [2021-04-21T00:23:54.853Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-21T00:23:54.853Z] .wants/ or .requires/ directory. [2021-04-21T00:23:54.853Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-21T00:23:54.853Z] a requirement dependency on it. [2021-04-21T00:23:54.853Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-21T00:23:54.853Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-21T00:23:54.853Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-21T00:23:54.853Z] instance name specified. [2021-04-21T00:23:55.114Z] Reading package lists... [2021-04-21T00:23:55.373Z] Building dependency tree... [2021-04-21T00:23:55.373Z] Reading state information... [2021-04-21T00:23:55.373Z] The following additional packages will be installed: [2021-04-21T00:23:55.373Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-21T00:23:55.373Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-21T00:23:55.373Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-21T00:23:55.373Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-21T00:23:55.373Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-21T00:23:55.373Z] Suggested packages: [2021-04-21T00:23:55.373Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-21T00:23:55.373Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-21T00:23:55.373Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-21T00:23:55.373Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-21T00:23:55.373Z] systemd-container policykit-1 [2021-04-21T00:23:55.373Z] Recommended packages: [2021-04-21T00:23:55.373Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-21T00:23:55.642Z] The following NEW packages will be installed: [2021-04-21T00:23:55.642Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-21T00:23:55.642Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-21T00:23:55.642Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-21T00:23:55.642Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-21T00:23:55.642Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-21T00:23:55.642Z] The following packages will be upgraded: [2021-04-21T00:23:55.642Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-21T00:23:55.642Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-21T00:23:55.642Z] Need to get 35.2 MB of archives. [2021-04-21T00:23:55.642Z] After this operation, 141 MB of additional disk space will be used. [2021-04-21T00:23:55.642Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-21T00:23:55.642Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-21T00:23:56.584Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-21T00:23:56.584Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-21T00:23:56.584Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-21T00:23:56.584Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-21T00:23:56.584Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-21T00:23:56.584Z] 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-04-21T00:23:56.584Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-21T00:23:56.584Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-21T00:23:56.584Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-21T00:23:56.584Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-21T00:23:56.584Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-21T00:23:56.584Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-21T00:23:56.584Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-21T00:23:56.584Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-21T00:23:56.584Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-21T00:23:56.584Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-21T00:23:56.584Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-21T00:23:56.584Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-21T00:23:56.584Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-21T00:23:56.584Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-21T00:23:56.584Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-21T00:23:56.584Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-21T00:23:56.843Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-21T00:23:56.843Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-21T00:23:56.843Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-21T00:23:56.843Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-21T00:23:56.843Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-21T00:23:56.843Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-21T00:23:57.785Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-21T00:23:57.785Z] Fetched 35.2 MB in 2s (17.7 MB/s) [2021-04-21T00:23:57.785Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-21T00:23:57.785Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-21T00:23:57.785Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-21T00:23:58.355Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-21T00:23:58.355Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-21T00:23:58.617Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-21T00:23:58.617Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-21T00:23:58.617Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-21T00:23:58.617Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-21T00:23:58.877Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-21T00:23:58.877Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-21T00:23:58.877Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-21T00:23:58.877Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-21T00:23:59.137Z] Setting up apt (1.6.13) ... [2021-04-21T00:23:59.137Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-21T00:23:59.708Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-21T00:23:59.708Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-21T00:23:59.708Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-21T00:23:59.708Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-21T00:24:01.634Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-21T00:24:01.634Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-21T00:24:01.635Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-21T00:24:01.635Z] Selecting previously unselected package libexpat1:amd64. [2021-04-21T00:24:01.635Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-21T00:24:01.635Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-21T00:24:01.635Z] Selecting previously unselected package python3.6-minimal. [2021-04-21T00:24:01.635Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-21T00:24:01.635Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-21T00:24:01.895Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-21T00:24:02.162Z] Checking for services that may need to be restarted...done. [2021-04-21T00:24:02.162Z] Checking for services that may need to be restarted...done. [2021-04-21T00:24:02.162Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-21T00:24:02.162Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-21T00:24:02.162Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-21T00:24:02.736Z] Selecting previously unselected package python3-minimal. [2021-04-21T00:24:02.736Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-21T00:24:02.736Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-21T00:24:02.736Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-21T00:24:02.736Z] Selecting previously unselected package mime-support. [2021-04-21T00:24:02.736Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-21T00:24:02.736Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-21T00:24:02.998Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-21T00:24:02.998Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-21T00:24:02.998Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-21T00:24:02.998Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-21T00:24:02.998Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-21T00:24:02.998Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-21T00:24:03.259Z] Selecting previously unselected package python3.6. [2021-04-21T00:24:03.259Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-21T00:24:03.259Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-21T00:24:03.521Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-21T00:24:03.521Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-21T00:24:03.521Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-21T00:24:03.521Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-21T00:24:03.782Z] Selecting previously unselected package python3. [2021-04-21T00:24:03.782Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-21T00:24:03.782Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-21T00:24:03.782Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-21T00:24:03.782Z] Selecting previously unselected package multiarch-support. [2021-04-21T00:24:03.782Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-21T00:24:03.782Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-21T00:24:03.782Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-21T00:24:04.043Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-21T00:24:04.043Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-21T00:24:04.043Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-21T00:24:04.043Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-21T00:24:04.043Z] Selecting previously unselected package libbsd0:amd64. [2021-04-21T00:24:04.043Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-21T00:24:04.043Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-21T00:24:04.043Z] Selecting previously unselected package sudo. [2021-04-21T00:24:04.303Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-21T00:24:04.303Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-21T00:24:04.303Z] Selecting previously unselected package apparmor. [2021-04-21T00:24:04.303Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-21T00:24:04.303Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-21T00:24:04.565Z] Selecting previously unselected package libedit2:amd64. [2021-04-21T00:24:04.565Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-21T00:24:04.565Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-21T00:24:04.565Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-21T00:24:04.565Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-21T00:24:04.565Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-21T00:24:04.565Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-21T00:24:04.565Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-21T00:24:04.565Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-21T00:24:04.828Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-21T00:24:04.828Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-21T00:24:04.828Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-21T00:24:04.828Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-21T00:24:04.828Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-21T00:24:04.828Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-21T00:24:05.090Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-21T00:24:05.090Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-21T00:24:05.090Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-21T00:24:05.350Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-21T00:24:05.350Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-21T00:24:05.350Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-21T00:24:05.350Z] Selecting previously unselected package openssh-client. [2021-04-21T00:24:05.350Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-21T00:24:05.350Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-21T00:24:05.610Z] Selecting previously unselected package squashfs-tools. [2021-04-21T00:24:05.610Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-21T00:24:05.610Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-21T00:24:05.610Z] Selecting previously unselected package snapd. [2021-04-21T00:24:05.610Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-21T00:24:05.870Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-21T00:24:07.782Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-21T00:24:07.782Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-21T00:24:07.782Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-21T00:24:07.782Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-21T00:24:08.045Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-21T00:24:08.045Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-21T00:24:08.045Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-21T00:24:08.045Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-21T00:24:08.045Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-21T00:24:08.988Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-21T00:24:08.988Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-21T00:24:08.988Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-21T00:24:08.988Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-21T00:24:09.248Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-21T00:24:09.248Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-21T00:24:09.820Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-21T00:24:09.820Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-21T00:24:09.820Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-21T00:24:10.081Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-21T00:24:10.081Z] running python rtupdate hooks for python3.6... [2021-04-21T00:24:10.081Z] running python post-rtupdate hooks for python3.6... [2021-04-21T00:24:10.081Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-21T00:24:11.994Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-21T00:24:12.255Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-21T00:24:12.255Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-21T00:24:12.515Z] Setting up snapd (2.48.3+18.04) ... [2021-04-21T00:24:12.780Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-21T00:24:13.040Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-21T00:24:13.040Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-21T00:24:13.301Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-21T00:24:13.562Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-21T00:24:13.562Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-21T00:24:13.562Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-21T00:24:13.822Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-21T00:24:14.091Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-21T00:24:14.091Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-21T00:24:14.354Z] /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-04-21T00:24:14.354Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-21T00:24:14.354Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-21T00:24:15.304Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-21T00:24:15.304Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-21T00:24:15.304Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-21T00:24:16.462Z] Reading package lists... [2021-04-21T00:24:16.723Z] Reading package lists... [2021-04-21T00:24:16.985Z] Building dependency tree... [2021-04-21T00:24:16.985Z] Reading state information... [2021-04-21T00:24:16.985Z] Calculating upgrade... [2021-04-21T00:24:17.246Z] The following packages will be upgraded: [2021-04-21T00:24:17.246Z] advancecomp base-files bash binutils binutils-common [2021-04-21T00:24:17.246Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-21T00:24:17.246Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-21T00:24:17.246Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-21T00:24:17.246Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-21T00:24:17.246Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-21T00:24:17.246Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-21T00:24:17.246Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-21T00:24:17.246Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-21T00:24:17.246Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-21T00:24:17.246Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-21T00:24:17.246Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-21T00:24:17.246Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-21T00:24:17.246Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-21T00:24:17.246Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-21T00:24:17.246Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-21T00:24:17.246Z] Need to get 64.0 MB of archives. [2021-04-21T00:24:17.246Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-21T00:24:17.246Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-21T00:24:17.506Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-21T00:24:17.506Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-21T00:24:17.506Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-21T00:24:17.506Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-21T00:24:17.506Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-21T00:24:17.506Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-21T00:24:17.506Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-21T00:24:17.506Z] 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-04-21T00:24:17.506Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-21T00:24:17.506Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-21T00:24:17.506Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-21T00:24:17.506Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-21T00:24:17.506Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-21T00:24:17.506Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-21T00:24:17.506Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-21T00:24:17.506Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-21T00:24:17.506Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-21T00:24:17.506Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-21T00:24:17.506Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-21T00:24:17.506Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-21T00:24:17.769Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-21T00:24:17.769Z] 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-04-21T00:24:17.769Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-21T00:24:17.769Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-21T00:24:17.769Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-21T00:24:17.769Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-21T00:24:17.769Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-21T00:24:17.769Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-21T00:24:17.769Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-21T00:24:17.769Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-21T00:24:17.769Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-21T00:24:17.769Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-21T00:24:17.769Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-21T00:24:17.769Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-21T00:24:17.769Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-21T00:24:17.769Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-21T00:24:17.769Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-21T00:24:17.769Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-21T00:24:17.769Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-21T00:24:17.769Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-21T00:24:17.769Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-21T00:24:17.769Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-21T00:24:17.769Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-21T00:24:17.769Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-21T00:24:17.769Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-21T00:24:17.769Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-21T00:24:17.769Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-21T00:24:17.769Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-21T00:24:17.769Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-21T00:24:17.769Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-21T00:24:17.769Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-21T00:24:17.769Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-21T00:24:17.769Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-21T00:24:17.769Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-21T00:24:17.769Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-21T00:24:18.031Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-21T00:24:18.031Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-21T00:24:18.292Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-21T00:24:18.292Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-21T00:24:18.292Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-21T00:24:18.292Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-21T00:24:18.292Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-21T00:24:18.292Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-21T00:24:18.292Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-21T00:24:18.292Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-21T00:24:18.292Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-21T00:24:18.553Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-21T00:24:18.553Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-21T00:24:18.553Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-21T00:24:18.553Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-21T00:24:18.553Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-21T00:24:18.553Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-21T00:24:18.553Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-21T00:24:18.553Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-21T00:24:18.553Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-21T00:24:18.553Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-21T00:24:18.553Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-21T00:24:18.553Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-21T00:24:18.553Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-21T00:24:18.553Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-21T00:24:18.553Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-21T00:24:18.815Z] Get:83 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-04-21T00:24:18.815Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-21T00:24:18.815Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-21T00:24:18.815Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-21T00:24:18.815Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-21T00:24:18.815Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-21T00:24:18.815Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-21T00:24:18.815Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-21T00:24:18.815Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-21T00:24:18.815Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-21T00:24:18.815Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-21T00:24:18.815Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-21T00:24:18.815Z] Get:95 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-04-21T00:24:18.815Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-21T00:24:19.075Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-21T00:24:19.075Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-21T00:24:19.075Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-21T00:24:19.075Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-21T00:24:19.075Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-21T00:24:19.076Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-21T00:24:19.336Z] Fetched 64.0 MB in 2s (35.1 MB/s) [2021-04-21T00:24:19.336Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-21T00:24:19.336Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-21T00:24:19.336Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-21T00:24:19.909Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-21T00:24:19.909Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-21T00:24:20.170Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-21T00:24:20.170Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-21T00:24:20.742Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-21T00:24:21.010Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-21T00:24:21.010Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-21T00:24:21.010Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-21T00:24:21.271Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-21T00:24:21.271Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-21T00:24:21.271Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-21T00:24:21.271Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-21T00:24:21.540Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-21T00:24:21.540Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-21T00:24:21.540Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-21T00:24:21.801Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-21T00:24:21.801Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-21T00:24:21.801Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-21T00:24:22.063Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-21T00:24:22.063Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-21T00:24:22.063Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-21T00:24:22.063Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-21T00:24:22.324Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-21T00:24:22.324Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-21T00:24:22.324Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-21T00:24:22.585Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-21T00:24:22.585Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-21T00:24:22.585Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-21T00:24:22.846Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-21T00:24:23.107Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-21T00:24:23.107Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-21T00:24:23.369Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-21T00:24:23.369Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-21T00:24:23.369Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-21T00:24:23.940Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-21T00:24:24.201Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-21T00:24:24.201Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-21T00:24:24.201Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-21T00:24:24.201Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-21T00:24:24.201Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-21T00:24:24.462Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-21T00:24:24.462Z] Installing new version of config file /etc/issue ... [2021-04-21T00:24:24.462Z] Installing new version of config file /etc/issue.net ... [2021-04-21T00:24:24.462Z] Installing new version of config file /etc/lsb-release ... [2021-04-21T00:24:24.722Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-21T00:24:24.722Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-21T00:24:24.983Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-21T00:24:24.983Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-21T00:24:24.983Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-21T00:24:24.983Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-21T00:24:24.983Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-21T00:24:25.244Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-21T00:24:25.244Z] 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-04-21T00:24:25.504Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-21T00:24:25.504Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-21T00:24:25.504Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-21T00:24:25.504Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-21T00:24:25.767Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-21T00:24:25.767Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-21T00:24:25.767Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-21T00:24:26.029Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-21T00:24:26.029Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-21T00:24:26.029Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-21T00:24:26.029Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-21T00:24:26.292Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-21T00:24:26.575Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-21T00:24:26.575Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-21T00:24:26.575Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-21T00:24:26.836Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-21T00:24:26.836Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-21T00:24:26.836Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-21T00:24:26.837Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-21T00:24:27.097Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-21T00:24:27.359Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-21T00:24:27.359Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-21T00:24:27.359Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-21T00:24:27.359Z] Setting up grep (3.1-2build1) ... [2021-04-21T00:24:27.620Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-21T00:24:27.620Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-21T00:24:27.620Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-21T00:24:27.881Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-21T00:24:27.881Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-21T00:24:27.881Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-21T00:24:27.881Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-21T00:24:28.142Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-21T00:24:28.142Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-21T00:24:28.142Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-21T00:24:28.142Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-21T00:24:28.714Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-21T00:24:28.714Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-21T00:24:28.714Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-21T00:24:28.714Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-21T00:24:29.286Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-21T00:24:29.286Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-21T00:24:29.286Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-21T00:24:29.286Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-21T00:24:30.230Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-21T00:24:30.491Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-21T00:24:30.491Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-21T00:24:30.491Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-21T00:24:30.491Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-21T00:24:30.752Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-21T00:24:30.752Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-21T00:24:30.752Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-21T00:24:30.752Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-21T00:24:31.013Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-21T00:24:31.013Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-21T00:24:31.013Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-21T00:24:31.013Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-21T00:24:31.278Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-21T00:24:31.278Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-21T00:24:31.278Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-21T00:24:31.278Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-21T00:24:31.538Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-21T00:24:31.538Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-21T00:24:31.538Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-21T00:24:31.538Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-21T00:24:31.798Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-21T00:24:31.798Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-21T00:24:31.798Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-21T00:24:31.798Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-21T00:24:32.059Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-21T00:24:32.059Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-21T00:24:32.059Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-21T00:24:32.059Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-21T00:24:32.059Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-21T00:24:32.319Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-21T00:24:32.319Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-21T00:24:32.319Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-21T00:24:32.319Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-21T00:24:32.579Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-21T00:24:32.579Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-21T00:24:32.579Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-21T00:24:32.579Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-21T00:24:32.839Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-21T00:24:32.839Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-21T00:24:32.839Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-21T00:24:32.839Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-21T00:24:32.839Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-21T00:24:33.099Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-21T00:24:33.099Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-21T00:24:33.099Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-21T00:24:33.686Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-21T00:24:33.686Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-21T00:24:33.949Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-21T00:24:34.210Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-21T00:24:34.210Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-21T00:24:34.210Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-21T00:24:34.471Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-21T00:24:34.471Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-21T00:24:34.471Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-21T00:24:34.471Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-21T00:24:34.736Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-21T00:24:34.736Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-21T00:24:34.736Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-21T00:24:34.736Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-21T00:24:35.000Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-21T00:24:35.262Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-21T00:24:35.262Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-21T00:24:35.262Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-21T00:24:35.262Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-21T00:24:35.262Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-21T00:24:35.262Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-21T00:24:35.522Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-21T00:24:35.522Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-21T00:24:35.522Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-21T00:24:35.522Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-21T00:24:35.522Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-21T00:24:35.782Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-21T00:24:35.782Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-21T00:24:35.782Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-21T00:24:36.042Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-21T00:24:36.042Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-21T00:24:36.042Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-21T00:24:36.042Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-21T00:24:36.302Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-21T00:24:36.302Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-21T00:24:36.561Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-21T00:24:36.561Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-21T00:24:36.562Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-21T00:24:36.821Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-21T00:24:36.821Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-21T00:24:36.821Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-21T00:24:36.821Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-21T00:24:37.081Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-21T00:24:37.081Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-21T00:24:37.081Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-21T00:24:37.081Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-21T00:24:37.342Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-21T00:24:37.342Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-21T00:24:37.342Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-21T00:24:37.603Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-21T00:24:37.603Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-21T00:24:37.708Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T00:24:37.709Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-21T00:24:37.709Z] ---> bc21c9f2f6ce [2021-04-21T00:24:37.709Z] Step 3/23 : WORKDIR /edgex-go [2021-04-21T00:24:37.709Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T00:24:37.709Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-21T00:24:37.709Z] ---> bc21c9f2f6ce [2021-04-21T00:24:37.709Z] Step 3/31 : WORKDIR /edgex-go [2021-04-21T00:24:37.709Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T00:24:37.709Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-21T00:24:37.709Z] ---> bc21c9f2f6ce [2021-04-21T00:24:37.709Z] Step 3/22 : WORKDIR /edgex-go [2021-04-21T00:24:37.709Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T00:24:37.709Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-04-21T00:24:37.709Z] ---> bc21c9f2f6ce [2021-04-21T00:24:37.709Z] Step 3/25 : WORKDIR /edgex-go [2021-04-21T00:24:37.709Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T00:24:37.709Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-21T00:24:37.709Z] ---> bc21c9f2f6ce [2021-04-21T00:24:37.709Z] Step 3/23 : WORKDIR /edgex-go [2021-04-21T00:24:37.709Z] ---> Running in e246dc95a190 [2021-04-21T00:24:37.709Z] ---> Running in 703b6ba2f0eb [2021-04-21T00:24:37.709Z] ---> Running in 0debad4e9921 [2021-04-21T00:24:37.709Z] ---> Running in 9306efef860a [2021-04-21T00:24:37.709Z] ---> Running in 71da2d2626a6 [2021-04-21T00:24:37.709Z] Removing intermediate container 0debad4e9921 [2021-04-21T00:24:37.709Z] ---> 0f2ce1c25e72 [2021-04-21T00:24:37.709Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T00:24:37.709Z] Removing intermediate container 703b6ba2f0eb [2021-04-21T00:24:37.709Z] ---> 8e67ed5ac5fa [2021-04-21T00:24:37.709Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 9306efef860a [2021-04-21T00:24:37.709Z] ---> 0ea55670ec95 [2021-04-21T00:24:37.709Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T00:24:37.709Z] [2021-04-21T00:24:37.709Z] Removing intermediate container 71da2d2626a6 [2021-04-21T00:24:37.709Z] ---> bb6b85f4f291 [2021-04-21T00:24:37.709Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T00:24:37.709Z] Removing intermediate container e246dc95a190 [2021-04-21T00:24:37.709Z] ---> 8a5800cdc2cd [2021-04-21T00:24:37.709Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T00:24:37.709Z] ---> Running in bf23eeaa9c22 [2021-04-21T00:24:37.709Z] ---> Running in 74b9d8a94ceb [2021-04-21T00:24:37.709Z] ---> Running in f2396f66519e [2021-04-21T00:24:37.709Z] ---> Running in 963a826066da [2021-04-21T00:24:37.709Z] ---> Running in 640384eea4b4 [2021-04-21T00:24:37.709Z] Removing intermediate container f2396f66519e [2021-04-21T00:24:37.709Z] ---> 64fc75ee0300 [2021-04-21T00:24:37.709Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-21T00:24:37.709Z] Removing intermediate container bf23eeaa9c22 [2021-04-21T00:24:37.709Z] ---> 262df52c31f0 [2021-04-21T00:24:37.709Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-21T00:24:37.709Z] ---> Running in 3f49006d5621 [2021-04-21T00:24:37.863Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-21T00:24:37.863Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-21T00:24:37.863Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-21T00:24:37.863Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-21T00:24:37.982Z] Removing intermediate container 963a826066da [2021-04-21T00:24:37.982Z] ---> 8c0eaa93481a [2021-04-21T00:24:37.982Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-21T00:24:37.982Z] ---> Running in b4b0c6e07812 [2021-04-21T00:24:37.982Z] Removing intermediate container 74b9d8a94ceb [2021-04-21T00:24:37.982Z] ---> 4b8c52828cbc [2021-04-21T00:24:37.982Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-21T00:24:38.124Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-21T00:24:38.124Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-21T00:24:38.125Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-21T00:24:38.125Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-21T00:24:38.252Z] ---> Running in bfafbdefb068 [2021-04-21T00:24:38.252Z] Removing intermediate container 640384eea4b4 [2021-04-21T00:24:38.252Z] ---> 8bba98b25c60 [2021-04-21T00:24:38.252Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-04-21T00:24:38.396Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-21T00:24:38.396Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-21T00:24:38.396Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-21T00:24:38.524Z] ---> Running in d7f659391fcc [2021-04-21T00:24:38.524Z] ---> Running in aaf7f0158ecc [2021-04-21T00:24:38.658Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-21T00:24:38.919Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-21T00:24:38.919Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-21T00:24:38.919Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-21T00:24:38.919Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-21T00:24:39.180Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-21T00:24:39.180Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-21T00:24:39.180Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-21T00:24:39.180Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-21T00:24:39.441Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-21T00:24:39.441Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-21T00:24:39.441Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-21T00:24:39.441Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-21T00:24:39.703Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-21T00:24:39.703Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-21T00:24:39.703Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-21T00:24:39.703Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-21T00:24:39.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T00:24:39.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T00:24:39.963Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-21T00:24:39.963Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-21T00:24:39.963Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-21T00:24:39.963Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-21T00:24:40.223Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-21T00:24:40.223Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-21T00:24:40.223Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-21T00:24:40.223Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-21T00:24:40.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T00:24:40.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T00:24:40.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T00:24:40.483Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-21T00:24:40.483Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-21T00:24:40.483Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-21T00:24:40.504Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T00:24:40.504Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T00:24:40.744Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-21T00:24:40.744Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-21T00:24:40.744Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-21T00:24:40.744Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-21T00:24:41.004Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-21T00:24:41.005Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-21T00:24:41.005Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-21T00:24:41.005Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-21T00:24:41.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T00:24:41.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T00:24:41.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T00:24:41.099Z] OK: 217 MiB in 51 packages [2021-04-21T00:24:41.265Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-21T00:24:41.265Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-21T00:24:41.265Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-21T00:24:41.265Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-21T00:24:41.374Z] OK: 217 MiB in 51 packages [2021-04-21T00:24:41.526Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-21T00:24:41.526Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-21T00:24:41.526Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-21T00:24:41.788Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-21T00:24:41.788Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-21T00:24:41.788Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-21T00:24:41.977Z] OK: 217 MiB in 51 packages [2021-04-21T00:24:41.977Z] OK: 217 MiB in 51 packages [2021-04-21T00:24:41.977Z] OK: 217 MiB in 51 packages [2021-04-21T00:24:42.048Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-21T00:24:42.049Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-21T00:24:42.049Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-21T00:24:42.309Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-21T00:24:42.309Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-21T00:24:42.309Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-21T00:24:42.880Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-21T00:24:42.880Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-21T00:24:42.880Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-21T00:24:42.880Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-21T00:24:42.880Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-21T00:24:42.880Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-21T00:24:42.956Z] Removing intermediate container 3f49006d5621 [2021-04-21T00:24:42.956Z] ---> 3f7984bb7481 [2021-04-21T00:24:42.956Z] Step 6/31 : COPY go.mod . [2021-04-21T00:24:43.141Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-21T00:24:43.141Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-21T00:24:43.141Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-21T00:24:43.141Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-21T00:24:43.232Z] Removing intermediate container b4b0c6e07812 [2021-04-21T00:24:43.232Z] ---> 2acec1add947 [2021-04-21T00:24:43.232Z] Step 6/23 : COPY go.mod . [2021-04-21T00:24:43.830Z] Removing intermediate container bfafbdefb068 [2021-04-21T00:24:43.830Z] ---> 8bbe1910eca9 [2021-04-21T00:24:43.830Z] Step 6/23 : COPY go.mod . [2021-04-21T00:24:43.830Z] ---> be490e32fc9a [2021-04-21T00:24:43.830Z] Step 7/31 : RUN go mod download [2021-04-21T00:24:44.083Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-21T00:24:44.083Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-21T00:24:44.120Z] Removing intermediate container d7f659391fcc [2021-04-21T00:24:44.120Z] ---> f953933bf969 [2021-04-21T00:24:44.120Z] Step 6/22 : COPY go.mod . [2021-04-21T00:24:44.120Z] Removing intermediate container aaf7f0158ecc [2021-04-21T00:24:44.120Z] ---> 7493460bbff2 [2021-04-21T00:24:44.120Z] Step 6/25 : COPY go.mod . [2021-04-21T00:24:44.120Z] ---> e2a618227cea [2021-04-21T00:24:44.120Z] Step 7/23 : RUN go mod download [2021-04-21T00:24:44.120Z] ---> Running in 54882716a32d [2021-04-21T00:24:44.344Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-21T00:24:44.344Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-21T00:24:44.344Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-21T00:24:44.344Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-21T00:24:44.402Z] ---> Running in 3ad00dd8c6b3 [2021-04-21T00:24:44.605Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-21T00:24:44.866Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-21T00:24:44.866Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-21T00:24:44.866Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-21T00:24:45.015Z] ---> 8cca2e1eb834 [2021-04-21T00:24:45.015Z] Step 7/23 : RUN go mod download [2021-04-21T00:24:45.015Z] ---> 5b562cc495e1 [2021-04-21T00:24:45.015Z] Step 7/22 : RUN go mod download [2021-04-21T00:24:45.127Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-21T00:24:45.127Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-21T00:24:45.127Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-21T00:24:45.127Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-21T00:24:45.288Z] ---> Running in 3f8c017d6ca8 [2021-04-21T00:24:45.388Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-21T00:24:45.388Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-21T00:24:45.562Z] ---> 1e63533f13c0 [2021-04-21T00:24:45.562Z] Step 7/25 : RUN go mod download [2021-04-21T00:24:45.562Z] ---> Running in 4bc53dd6755a [2021-04-21T00:24:45.649Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-21T00:24:45.649Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-21T00:24:45.649Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-21T00:24:45.649Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-21T00:24:45.841Z] ---> Running in 61a891945c1d [2021-04-21T00:24:46.593Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-21T00:24:46.593Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-21T00:24:47.535Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-21T00:24:47.535Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-21T00:24:48.479Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-21T00:24:48.479Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-21T00:24:48.479Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-21T00:24:48.739Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-21T00:24:49.273Z] Removing intermediate container 54882716a32d [2021-04-21T00:24:49.273Z] ---> 6e6134695bdc [2021-04-21T00:24:49.273Z] Step 8/31 : COPY . . [2021-04-21T00:24:49.273Z] Removing intermediate container 3ad00dd8c6b3 [2021-04-21T00:24:49.273Z] ---> e6db82cb390a [2021-04-21T00:24:49.273Z] Step 8/23 : COPY . . [2021-04-21T00:24:49.317Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-21T00:24:49.317Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-21T00:24:49.547Z] Removing intermediate container 3f8c017d6ca8 [2021-04-21T00:24:49.547Z] ---> e0e40876be32 [2021-04-21T00:24:49.547Z] Step 8/23 : COPY . . [2021-04-21T00:24:49.582Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-21T00:24:49.582Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-21T00:24:49.582Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-21T00:24:49.582Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-21T00:24:49.842Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-21T00:24:49.842Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-21T00:24:49.842Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-21T00:24:50.103Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-21T00:24:50.103Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-21T00:24:50.103Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-21T00:24:50.150Z] Removing intermediate container 4bc53dd6755a [2021-04-21T00:24:50.151Z] ---> 9d6fa921859d [2021-04-21T00:24:50.151Z] Step 8/22 : COPY . . [2021-04-21T00:24:50.366Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-21T00:24:50.366Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-21T00:24:50.366Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-21T00:24:50.366Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-21T00:24:50.424Z] Removing intermediate container 61a891945c1d [2021-04-21T00:24:50.424Z] ---> e55fa62760ce [2021-04-21T00:24:50.424Z] Step 8/25 : COPY . . [2021-04-21T00:24:50.627Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-21T00:24:50.627Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-21T00:24:50.627Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-21T00:24:50.627Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-21T00:24:50.627Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-21T00:24:50.627Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-21T00:24:50.627Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-21T00:24:50.888Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-21T00:24:50.888Z] [2021-04-21T00:24:50.888Z] Current default time zone: 'Etc/UTC' [2021-04-21T00:24:50.888Z] Local time is now: Wed Apr 21 00:24:50 UTC 2021. [2021-04-21T00:24:50.888Z] Universal Time is now: Wed Apr 21 00:24:50 UTC 2021. [2021-04-21T00:24:50.888Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-21T00:24:50.888Z] [2021-04-21T00:24:50.888Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-21T00:24:50.888Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-21T00:24:50.888Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-21T00:24:50.888Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-21T00:24:50.888Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-21T00:24:51.149Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-21T00:24:51.149Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-21T00:24:51.149Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-21T00:24:51.149Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-21T00:24:51.149Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-21T00:24:51.149Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-21T00:24:51.149Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-21T00:24:51.410Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-21T00:24:51.410Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-21T00:24:51.410Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-21T00:24:51.410Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-21T00:24:51.672Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-21T00:24:51.672Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-21T00:24:51.672Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-21T00:24:51.672Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-21T00:24:51.672Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-21T00:24:51.672Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-21T00:24:51.672Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-21T00:24:53.584Z] Updating certificates in /etc/ssl/certs... [2021-04-21T00:24:54.528Z] 23 added, 27 removed; done. [2021-04-21T00:24:54.528Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-21T00:24:54.528Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-21T00:24:54.528Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-21T00:24:54.528Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-21T00:24:54.528Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-21T00:24:54.789Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-21T00:24:54.789Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-21T00:24:54.789Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-21T00:24:54.789Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-21T00:24:54.789Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-21T00:24:54.789Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-21T00:24:54.789Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-21T00:24:54.789Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-21T00:24:55.050Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-21T00:24:55.050Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-21T00:24:55.050Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-21T00:24:55.050Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-21T00:24:55.050Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-21T00:24:55.050Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-21T00:24:55.050Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-21T00:24:55.050Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-21T00:24:55.317Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-21T00:24:55.317Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-21T00:24:55.317Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-21T00:24:55.317Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-21T00:24:55.317Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-21T00:24:55.577Z] Updating certificates in /etc/ssl/certs... [2021-04-21T00:24:56.149Z] 0 added, 0 removed; done. [2021-04-21T00:24:56.149Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-21T00:24:56.149Z] done. [2021-04-21T00:24:56.411Z] Reading package lists... [2021-04-21T00:24:56.674Z] Building dependency tree... [2021-04-21T00:24:56.674Z] Reading state information... [2021-04-21T00:24:56.674Z] The following NEW packages will be installed: [2021-04-21T00:24:56.935Z] apt-transport-https [2021-04-21T00:24:56.935Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-21T00:24:56.935Z] Need to get 1692 B of archives. [2021-04-21T00:24:56.935Z] After this operation, 154 kB of additional disk space will be used. [2021-04-21T00:24:56.935Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-21T00:24:57.197Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-21T00:24:57.197Z] Fetched 1692 B in 0s (8528 B/s) [2021-04-21T00:24:57.197Z] Selecting previously unselected package apt-transport-https. [2021-04-21T00:24:57.197Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-21T00:24:57.197Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-21T00:24:57.197Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-21T00:24:57.197Z] Setting up apt-transport-https (1.6.13) ... [2021-04-21T00:24:57.458Z] Waiting for network to be ready... [2021-04-21T00:25:04.047Z] 2021-04-21T00:25:00Z INFO Waiting for automatic snapd restart... [2021-04-21T00:25:04.048Z] snapd 2.49.2 from Canonical* installed [2021-04-21T00:25:04.989Z] "snapd" switched to the "latest/stable" channel [2021-04-21T00:25:04.989Z] [2021-04-21T00:25:07.530Z] core18 20210309 from Canonical* installed [2021-04-21T00:25:07.792Z] "core18" switched to the "latest/stable" channel [2021-04-21T00:25:07.792Z] [2021-04-21T00:25:11.088Z] snapcraft 4.6.2 from Canonical* installed [2021-04-21T00:25:11.349Z] "snapcraft" switched to the "latest/stable" channel [2021-04-21T00:25:11.349Z] [2021-04-21T00:25:15.583Z] 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-04-21T00:25:15.583Z] - README.md [2021-04-21T00:25:15.583Z] [2021-04-21T00:25:15.583Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-21T00:25:17.266Z] ---> 037b9cf2b6d0 [2021-04-21T00:25:17.266Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-21T00:25:17.266Z] ---> e153dde7373b [2021-04-21T00:25:17.266Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-21T00:25:17.266Z] ---> Running in 3d3be04629dc [2021-04-21T00:25:17.266Z] ---> eb9739585696 [2021-04-21T00:25:17.266Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-21T00:25:17.266Z] ---> b8acfd6d2a80 [2021-04-21T00:25:17.266Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-21T00:25:17.266Z] ---> 27ef3f5f4689 [2021-04-21T00:25:17.266Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-21T00:25:17.266Z] ---> Running in 9ddc59a237f8 [2021-04-21T00:25:17.266Z] ---> Running in 98f016d5deb1 [2021-04-21T00:25:17.266Z] ---> Running in 893e6373e470 [2021-04-21T00:25:17.266Z] ---> Running in 0db4981d1173 [2021-04-21T00:25:17.266Z] 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-04-21T00:25:17.538Z] 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-04-21T00:25:17.832Z] 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-04-21T00:25:18.112Z] 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-04-21T00:25:18.112Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-21T00:25:22.174Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-21T00:25:22.174Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-21T00:25:22.174Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-21T00:25:22.174Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-21T00:25:22.746Z] Reading package lists... [2021-04-21T00:25:23.319Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 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-04-21T00:25:29.909Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-21T00:25:29.909Z] Reading package lists... [2021-04-21T00:25:29.909Z] Building dependency tree... [2021-04-21T00:25:29.909Z] Reading state information... [2021-04-21T00:25:29.909Z] Suggested packages: [2021-04-21T00:25:29.909Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-21T00:25:29.909Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-21T00:25:29.909Z] Recommended packages: [2021-04-21T00:25:29.909Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-21T00:25:29.909Z] The following NEW packages will be installed: [2021-04-21T00:25:29.909Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-21T00:25:29.909Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-21T00:25:29.909Z] pkg-config zip [2021-04-21T00:25:29.909Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-21T00:25:29.909Z] Need to get 7663 kB of archives. [2021-04-21T00:25:29.909Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-21T00:25:29.909Z] 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-04-21T00:25:29.909Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-21T00:25:29.909Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-21T00:25:29.909Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-21T00:25:29.909Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-21T00:25:29.909Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-21T00:25:29.909Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-21T00:25:30.170Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-21T00:25:30.170Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-21T00:25:30.170Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-21T00:25:30.170Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-21T00:25:30.433Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-21T00:25:30.433Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-21T00:25:30.433Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-21T00:25:30.433Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-21T00:25:30.433Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-21T00:25:30.433Z] Fetched 7663 kB in 1s (10.7 MB/s) [2021-04-21T00:25:30.694Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-21T00:25:30.694Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-21T00:25:30.694Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-21T00:25:30.694Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-21T00:25:30.955Z] Selecting previously unselected package libpsl5:amd64. [2021-04-21T00:25:30.955Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-21T00:25:30.955Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-21T00:25:30.955Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-21T00:25:30.955Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-21T00:25:30.955Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-21T00:25:30.955Z] Selecting previously unselected package librtmp1:amd64. [2021-04-21T00:25:30.955Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-21T00:25:30.955Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-21T00:25:31.216Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-21T00:25:31.216Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-21T00:25:31.216Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-21T00:25:31.216Z] Selecting previously unselected package liberror-perl. [2021-04-21T00:25:31.216Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-21T00:25:31.216Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-21T00:25:31.477Z] Selecting previously unselected package git-man. [2021-04-21T00:25:31.477Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-21T00:25:31.477Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-21T00:25:31.477Z] Selecting previously unselected package git. [2021-04-21T00:25:31.477Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-21T00:25:31.738Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-21T00:25:32.322Z] Selecting previously unselected package libnorm1:amd64. [2021-04-21T00:25:32.322Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-21T00:25:32.322Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-21T00:25:32.322Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-21T00:25:32.322Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-21T00:25:32.583Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-21T00:25:32.583Z] Selecting previously unselected package libsodium23:amd64. [2021-04-21T00:25:32.583Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-21T00:25:32.583Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-21T00:25:32.583Z] Selecting previously unselected package libzmq5:amd64. [2021-04-21T00:25:32.583Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-21T00:25:32.583Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-21T00:25:32.844Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-21T00:25:32.844Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-21T00:25:32.844Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-21T00:25:32.844Z] Selecting previously unselected package pkg-config. [2021-04-21T00:25:32.844Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-21T00:25:32.844Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-21T00:25:32.844Z] Selecting previously unselected package zip. [2021-04-21T00:25:32.844Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-21T00:25:32.844Z] Unpacking zip (3.0-11build1) ... [2021-04-21T00:25:33.104Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-21T00:25:33.104Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-21T00:25:33.104Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-21T00:25:33.104Z] Setting up liberror-perl (0.17025-1) ... [2021-04-21T00:25:33.104Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-21T00:25:33.104Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-21T00:25:33.104Z] No schema files found: doing nothing. [2021-04-21T00:25:33.104Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-21T00:25:33.104Z] Setting up zip (3.0-11build1) ... [2021-04-21T00:25:33.104Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-21T00:25:33.365Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-21T00:25:33.365Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-21T00:25:33.365Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-21T00:25:33.365Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-21T00:25:33.365Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-21T00:25:33.365Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-21T00:25:33.365Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-21T00:25:39.969Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-21T00:25:39.969Z] git set to automatically installed. [2021-04-21T00:25:39.969Z] git-man set to automatically installed. [2021-04-21T00:25:39.969Z] libcurl3-gnutls set to automatically installed. [2021-04-21T00:25:39.969Z] liberror-perl set to automatically installed. [2021-04-21T00:25:39.969Z] libglib2.0-0 set to automatically installed. [2021-04-21T00:25:39.969Z] libnghttp2-14 set to automatically installed. [2021-04-21T00:25:39.969Z] libnorm1 set to automatically installed. [2021-04-21T00:25:39.969Z] libpgm-5.2-0 set to automatically installed. [2021-04-21T00:25:39.969Z] libpsl5 set to automatically installed. [2021-04-21T00:25:39.969Z] librtmp1 set to automatically installed. [2021-04-21T00:25:39.969Z] libsodium23 set to automatically installed. [2021-04-21T00:25:39.969Z] libzmq3-dev set to automatically installed. [2021-04-21T00:25:39.969Z] libzmq5 set to automatically installed. [2021-04-21T00:25:39.969Z] pkg-config set to automatically installed. [2021-04-21T00:25:39.969Z] zip set to automatically installed. [2021-04-21T00:25:43.273Z] snapd is not logged in, snap install commands will use sudo [2021-04-21T00:25:49.859Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-21T00:26:04.762Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-21T00:26:05.335Z] snapd is not logged in, snap install commands will use sudo [2021-04-21T00:26:11.924Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-21T00:26:12.498Z] snap "core18" has no updates available [2021-04-21T00:26:13.438Z] Pulling go-build-helper [2021-04-21T00:26:13.438Z] + snapcraftctl pull [2021-04-21T00:26:14.383Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-21T00:26:14.383Z] Skipping pull go-build-helper (already ran) [2021-04-21T00:26:14.383Z] Building go-build-helper [2021-04-21T00:26:14.383Z] + snapcraftctl build [2021-04-21T00:26:16.323Z] Staging go-build-helper [2021-04-21T00:26:16.323Z] + snapcraftctl stage [2021-04-21T00:26:26.333Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-21T00:26:26.333Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-21T00:26:26.333Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-21T00:26:26.333Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-21T00:26:26.333Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-21T00:26:26.333Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-21T00:26:26.333Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-21T00:26:26.333Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-21T00:26:26.333Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-21T00:26:26.333Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-21T00:26:26.333Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-21T00:26:26.333Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-21T00:26:26.333Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-21T00:26:26.333Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-21T00:26:26.333Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-21T00:26:26.333Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-21T00:26:26.333Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-21T00:26:26.333Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-21T00:26:26.333Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-21T00:26:26.333Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-21T00:26:26.333Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-21T00:26:26.333Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-21T00:26:26.333Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-21T00:26:26.333Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-21T00:26:26.333Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-21T00:26:26.333Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-21T00:26:26.333Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-21T00:26:26.333Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-21T00:26:26.333Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-21T00:26:26.333Z] Fetched 224 kB in 0s (0 B/s) [2021-04-21T00:26:26.333Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-21T00:26:26.333Z] Fetched 157 kB in 0s (0 B/s) [2021-04-21T00:26:26.334Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-21T00:26:26.334Z] Fetched 221 kB in 0s (0 B/s) [2021-04-21T00:26:26.334Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-21T00:26:26.334Z] Fetched 143 kB in 0s (0 B/s) [2021-04-21T00:26:26.334Z] Pulling app-service-config [2021-04-21T00:26:26.334Z] + snapcraftctl pull [2021-04-21T00:26:26.594Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-21T00:26:27.539Z] Pulling config-common [2021-04-21T00:26:27.539Z] + snapcraftctl pull [2021-04-21T00:26:31.752Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-21T00:26:31.752Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-21T00:26:31.752Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-21T00:26:31.752Z] Fetched 0 B in 0s (0 B/s) [2021-04-21T00:26:31.752Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-21T00:26:31.752Z] Fetched 0 B in 0s (0 B/s) [2021-04-21T00:26:31.752Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-21T00:26:31.752Z] Fetched 0 B in 0s (0 B/s) [2021-04-21T00:26:31.752Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-21T00:26:31.752Z] Fetched 0 B in 0s (0 B/s) [2021-04-21T00:26:31.752Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-21T00:26:31.752Z] Fetched 0 B in 0s (0 B/s) [2021-04-21T00:26:31.752Z] Pulling edgex-go [2021-04-21T00:26:31.752Z] + snapcraftctl pull [2021-04-21T00:26:53.735Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-21T00:26:53.735Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-21T00:26:53.735Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-21T00:26:53.735Z] Fetched 0 B in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-21T00:26:53.735Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-21T00:26:53.735Z] Fetched 279 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-21T00:26:53.735Z] Fetched 122 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-21T00:26:53.735Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-21T00:26:53.735Z] Fetched 8848 B in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-21T00:26:53.735Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-21T00:26:53.735Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-21T00:26:53.735Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-21T00:26:53.735Z] Fetched 219 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-21T00:26:53.735Z] Fetched 154 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-21T00:26:53.735Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-21T00:26:53.735Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-21T00:26:53.735Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-21T00:26:53.735Z] Fetched 499 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-21T00:26:53.735Z] Fetched 111 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-21T00:26:53.735Z] Fetched 240 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-21T00:26:53.735Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-21T00:26:53.735Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-21T00:26:53.735Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-21T00:26:53.735Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-21T00:26:53.735Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-21T00:26:53.735Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-21T00:26:53.735Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-21T00:26:53.735Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-21T00:26:53.735Z] Fetched 8720 B in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-21T00:26:53.735Z] Fetched 137 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-21T00:26:53.735Z] Fetched 119 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-21T00:26:53.735Z] Fetched 110 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-21T00:26:53.735Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-21T00:26:53.735Z] Fetched 645 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-21T00:26:53.735Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-21T00:26:53.735Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-21T00:26:53.735Z] Fetched 368 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-21T00:26:53.735Z] Fetched 187 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-21T00:26:53.735Z] Fetched 175 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-21T00:26:53.735Z] Fetched 206 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-21T00:26:53.735Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-21T00:26:53.735Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-21T00:26:53.735Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-21T00:26:53.735Z] Fetched 159 kB in 0s (0 B/s) [2021-04-21T00:26:53.736Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-21T00:26:53.736Z] Fetched 107 kB in 0s (0 B/s) [2021-04-21T00:26:53.736Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-21T00:26:53.736Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-21T00:26:53.736Z] Pulling static-packages [2021-04-21T00:26:53.736Z] + snapcraftctl pull [2021-04-21T00:26:53.736Z] Pulling version [2021-04-21T00:26:53.736Z] + cd /root/project [2021-04-21T00:26:53.736Z] + [ -f VERSION ] [2021-04-21T00:26:53.736Z] + PROJECT_VERSION=local-dev [2021-04-21T00:26:53.736Z] + git rev-parse --short HEAD [2021-04-21T00:26:53.736Z] + GIT_REVISION=3daad418 [2021-04-21T00:26:53.736Z] + snapcraftctl set-version local-dev [2021-04-21T00:26:53.736Z] Skipping build go-build-helper (already ran) [2021-04-21T00:26:53.736Z] Building app-service-config [2021-04-21T00:26:53.736Z] + make build [2021-04-21T00:26:53.736Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-21T00:26:56.279Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-21T00:26:56.279Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-21T00:26:56.280Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-21T00:26:56.280Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-21T00:26:56.280Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-21T00:26:56.280Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-21T00:26:56.280Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-21T00:26:56.280Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-21T00:26:56.280Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-21T00:26:56.280Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-21T00:26:56.280Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-21T00:26:56.539Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-21T00:26:56.539Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-21T00:26:56.539Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-21T00:26:56.799Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-21T00:26:56.799Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-21T00:26:57.058Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-21T00:26:57.319Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-21T00:26:57.319Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-21T00:26:57.319Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-21T00:26:57.319Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-21T00:26:57.319Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-21T00:26:57.319Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-21T00:26:57.319Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-21T00:26:57.319Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-21T00:26:57.319Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-21T00:26:57.319Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-21T00:26:57.319Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-21T00:26:57.319Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-21T00:26:57.319Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-21T00:26:57.579Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-21T00:26:57.579Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-21T00:26:57.579Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-21T00:26:57.579Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-21T00:26:57.579Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-21T00:26:57.579Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-21T00:26:57.579Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-21T00:26:57.579Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-21T00:26:57.579Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-21T00:26:57.579Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-21T00:26:57.579Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-21T00:26:57.579Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-21T00:26:57.579Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-21T00:26:57.840Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-21T00:26:57.840Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-21T00:27:07.841Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-21T00:27:07.841Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-21T00:27:07.841Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-21T00:27:07.841Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-21T00:27:07.841Z] Building config-common [2021-04-21T00:27:07.841Z] + snapcraftctl build [2021-04-21T00:27:09.956Z] 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-04-21T00:27:09.956Z] Removing intermediate container 3d3be04629dc [2021-04-21T00:27:09.956Z] ---> c5e82b4fc3cf [2021-04-21T00:27:09.956Z] [2021-04-21T00:27:09.956Z] Step 10/31 : FROM alpine:3.12 [2021-04-21T00:27:09.956Z] 3.12: Pulling from library/alpine [2021-04-21T00:27:10.385Z] Building edgex-go [2021-04-21T00:27:10.385Z] + cd /root/parts/edgex-go/src [2021-04-21T00:27:10.385Z] + make build [2021-04-21T00:27:10.385Z] 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-04-21T00:27:10.942Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-21T00:27:10.942Z] Status: Downloaded newer image for alpine:3.12 [2021-04-21T00:27:10.942Z] ---> 9852663dfa18 [2021-04-21T00:27:10.942Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-21T00:27:11.327Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-04-21T00:27:11.327Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.10 [2021-04-21T00:27:11.327Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 [2021-04-21T00:27:11.327Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-04-21T00:27:11.327Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-04-21T00:27:11.327Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-21T00:27:11.327Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-21T00:27:11.327Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-21T00:27:11.327Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-21T00:27:11.327Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-04-21T00:27:11.327Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-21T00:27:11.548Z] ---> Running in eefc62040231 [2021-04-21T00:27:11.587Z] go: downloading golang.org/x/text v0.3.2 [2021-04-21T00:27:12.535Z] Removing intermediate container eefc62040231 [2021-04-21T00:27:12.535Z] ---> 122604de014b [2021-04-21T00:27:12.535Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-21T00:27:12.535Z] ---> Running in bce44fa396c1 [2021-04-21T00:27:15.168Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T00:27:15.442Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T00:27:15.789Z] 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-04-21T00:27:15.789Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-21T00:27:16.431Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-21T00:27:16.431Z] (2/2) Installing su-exec (0.2-r1) [2021-04-21T00:27:16.431Z] Executing busybox-1.31.1-r20.trigger [2021-04-21T00:27:16.431Z] OK: 5 MiB in 16 packages [2021-04-21T00:27:16.736Z] Removing intermediate container 0db4981d1173 [2021-04-21T00:27:16.736Z] ---> 26c9f48589ad [2021-04-21T00:27:16.736Z] [2021-04-21T00:27:16.736Z] Step 10/25 : FROM alpine:3.12 [2021-04-21T00:27:16.736Z] ---> 9852663dfa18 [2021-04-21T00:27:16.736Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-21T00:27:17.345Z] ---> Running in c55005af3e32 [2021-04-21T00:27:18.828Z] Removing intermediate container bce44fa396c1 [2021-04-21T00:27:18.828Z] ---> 7bbff1147891 [2021-04-21T00:27:18.828Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-21T00:27:19.103Z] ---> Running in 3fae4aed6faa [2021-04-21T00:27:19.384Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T00:27:19.663Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T00:27:20.277Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-21T00:27:20.278Z] Removing intermediate container 3fae4aed6faa [2021-04-21T00:27:20.278Z] ---> 9e366e56b9be [2021-04-21T00:27:20.278Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-21T00:27:20.278Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-21T00:27:20.278Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-21T00:27:20.563Z] (4/6) Installing curl (7.76.1-r0) [2021-04-21T00:27:20.563Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-21T00:27:20.563Z] (6/6) Installing su-exec (0.2-r1) [2021-04-21T00:27:20.563Z] Executing busybox-1.31.1-r20.trigger [2021-04-21T00:27:20.563Z] Executing ca-certificates-20191127-r4.trigger [2021-04-21T00:27:22.127Z] OK: 7 MiB in 20 packages [2021-04-21T00:27:22.127Z] ---> Running in 98230839f766 [2021-04-21T00:27:22.141Z] 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-04-21T00:27:22.141Z] 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-04-21T00:27:22.741Z] Removing intermediate container 98230839f766 [2021-04-21T00:27:22.741Z] ---> 0a7c0a551b79 [2021-04-21T00:27:22.741Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-21T00:27:23.351Z] Removing intermediate container 98f016d5deb1 [2021-04-21T00:27:23.351Z] ---> 6f7488df2e2a [2021-04-21T00:27:23.351Z] [2021-04-21T00:27:23.351Z] Step 10/23 : FROM alpine:3.12 [2021-04-21T00:27:23.351Z] ---> 9852663dfa18 [2021-04-21T00:27:23.351Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-21T00:27:23.523Z] 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-04-21T00:27:23.626Z] ---> Running in 29ed840f727d [2021-04-21T00:27:23.626Z] ---> Running in 36315da737df [2021-04-21T00:27:23.899Z] Removing intermediate container c55005af3e32 [2021-04-21T00:27:23.899Z] ---> 42c006dd0384 [2021-04-21T00:27:23.899Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-21T00:27:24.093Z] 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-04-21T00:27:24.093Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-21T00:27:24.353Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-21T00:27:24.353Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-21T00:27:24.353Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-21T00:27:24.497Z] ---> Running in 39d1a3fd8c4d [2021-04-21T00:27:24.779Z] Removing intermediate container 893e6373e470 [2021-04-21T00:27:24.779Z] ---> 9ad936e58ed6 [2021-04-21T00:27:24.779Z] [2021-04-21T00:27:24.779Z] Step 10/22 : FROM alpine:3.12 [2021-04-21T00:27:24.779Z] ---> 9852663dfa18 [2021-04-21T00:27:24.779Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-21T00:27:25.053Z] ---> Running in 3bc71c2b6fec [2021-04-21T00:27:25.326Z] Removing intermediate container 39d1a3fd8c4d [2021-04-21T00:27:25.326Z] ---> c0d8326b1748 [2021-04-21T00:27:25.326Z] Step 13/25 : WORKDIR / [2021-04-21T00:27:25.603Z] ---> Running in 7d32d0745f05 [2021-04-21T00:27:26.207Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T00:27:26.262Z] 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-04-21T00:27:26.262Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-21T00:27:26.262Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-21T00:27:26.491Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T00:27:26.771Z] Removing intermediate container 7d32d0745f05 [2021-04-21T00:27:26.771Z] ---> fd545f21c9c2 [2021-04-21T00:27:26.771Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-21T00:27:27.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T00:27:27.046Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-21T00:27:27.046Z] Executing busybox-1.31.1-r20.trigger [2021-04-21T00:27:27.321Z] OK: 5 MiB in 15 packages [2021-04-21T00:27:27.321Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T00:27:27.923Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-21T00:27:27.923Z] Executing busybox-1.31.1-r20.trigger [2021-04-21T00:27:27.923Z] OK: 5 MiB in 15 packages [2021-04-21T00:27:28.175Z] 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-04-21T00:27:28.197Z] ---> c5092abbe93a [2021-04-21T00:27:28.197Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-21T00:27:28.197Z] Removing intermediate container 29ed840f727d [2021-04-21T00:27:28.197Z] ---> bfb5335a49b0 [2021-04-21T00:27:28.197Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-21T00:27:28.473Z] ---> Running in 0ede029a767b [2021-04-21T00:27:29.080Z] Removing intermediate container 36315da737df [2021-04-21T00:27:29.080Z] ---> e5996a12d980 [2021-04-21T00:27:29.080Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-21T00:27:29.114Z] 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-04-21T00:27:29.114Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-21T00:27:29.355Z] ---> f2dfebb4d31e [2021-04-21T00:27:29.355Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-21T00:27:29.355Z] Removing intermediate container 0ede029a767b [2021-04-21T00:27:29.355Z] ---> 34792a4b987d [2021-04-21T00:27:29.355Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-21T00:27:29.729Z] ---> Running in 91d03b8f06ec [2021-04-21T00:27:30.014Z] Removing intermediate container 3bc71c2b6fec [2021-04-21T00:27:30.014Z] ---> 95ce99a3514f [2021-04-21T00:27:30.014Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-21T00:27:30.301Z] ---> Running in a4d1844ba96a [2021-04-21T00:27:30.597Z] 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-04-21T00:27:30.656Z] ---> 25f528b66c66 [2021-04-21T00:27:30.656Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-04-21T00:27:31.326Z] Removing intermediate container 91d03b8f06ec [2021-04-21T00:27:31.326Z] ---> caaec478c83d [2021-04-21T00:27:31.326Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-21T00:27:31.326Z] ---> a9d029d14be5 [2021-04-21T00:27:31.326Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-21T00:27:31.633Z] ---> Running in 8d1c7aa8738f [2021-04-21T00:27:31.633Z] ---> Running in 5838aea728d4 [2021-04-21T00:27:31.633Z] Removing intermediate container a4d1844ba96a [2021-04-21T00:27:31.633Z] ---> da28a324348b [2021-04-21T00:27:31.633Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-21T00:27:31.941Z] ---> 37d1c88c8928 [2021-04-21T00:27:31.941Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-21T00:27:31.941Z] ---> Running in cdb20708c88e [2021-04-21T00:27:32.080Z] 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-04-21T00:27:32.539Z] Removing intermediate container 8d1c7aa8738f [2021-04-21T00:27:32.539Z] ---> b95be20bf223 [2021-04-21T00:27:32.539Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-21T00:27:33.144Z] ---> Running in 20def4c2b482 [2021-04-21T00:27:33.145Z] Removing intermediate container cdb20708c88e [2021-04-21T00:27:33.145Z] ---> c524f54da2a3 [2021-04-21T00:27:33.145Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-21T00:27:33.163Z] 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-04-21T00:27:33.163Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-21T00:27:33.416Z] Removing intermediate container 9ddc59a237f8 [2021-04-21T00:27:33.416Z] ---> cf3868a69243 [2021-04-21T00:27:33.416Z] [2021-04-21T00:27:33.416Z] Step 10/23 : FROM alpine:3.12 [2021-04-21T00:27:33.416Z] ---> 9852663dfa18 [2021-04-21T00:27:33.416Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-21T00:27:33.416Z] ---> Using cache [2021-04-21T00:27:33.416Z] ---> 95ce99a3514f [2021-04-21T00:27:33.416Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-21T00:27:33.416Z] ---> Using cache [2021-04-21T00:27:33.416Z] ---> da28a324348b [2021-04-21T00:27:33.416Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-21T00:27:33.693Z] ---> Running in b9214a5181ef [2021-04-21T00:27:33.693Z] ---> Running in 0dc4fe837525 [2021-04-21T00:27:33.968Z] Removing intermediate container 20def4c2b482 [2021-04-21T00:27:33.968Z] ---> 3549e6782f02 [2021-04-21T00:27:33.968Z] Step 15/23 : WORKDIR / [2021-04-21T00:27:33.968Z] ---> acc7922d0c0e [2021-04-21T00:27:33.968Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-21T00:27:33.968Z] ---> Running in d4c3e5477eae [2021-04-21T00:27:34.241Z] Removing intermediate container b9214a5181ef [2021-04-21T00:27:34.241Z] ---> b4cc59bd8c31 [2021-04-21T00:27:34.241Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-21T00:27:34.513Z] Removing intermediate container 0dc4fe837525 [2021-04-21T00:27:34.513Z] ---> ce0fe62d3815 [2021-04-21T00:27:34.513Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-21T00:27:34.784Z] ---> Running in da1ecf169d3c [2021-04-21T00:27:35.058Z] Removing intermediate container d4c3e5477eae [2021-04-21T00:27:35.058Z] ---> 50fedcaa9dbe [2021-04-21T00:27:35.058Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-21T00:27:35.058Z] Removing intermediate container 5838aea728d4 [2021-04-21T00:27:35.058Z] ---> b1df882db164 [2021-04-21T00:27:35.058Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-21T00:27:35.233Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-21T00:27:35.233Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-21T00:27:35.233Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-21T00:27:35.233Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-21T00:27:35.233Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-21T00:27:35.233Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-21T00:27:35.233Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-21T00:27:35.233Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-21T00:27:35.233Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-21T00:27:35.233Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-21T00:27:35.233Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-21T00:27:35.233Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-21T00:27:35.233Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-21T00:27:35.233Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-21T00:27:35.233Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-21T00:27:35.233Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-21T00:27:35.233Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-21T00:27:35.233Z] + 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-04-21T00:27:35.233Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-21T00:27:35.233Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-21T00:27:35.233Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-21T00:27:35.233Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-21T00:27:35.233Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-21T00:27:35.233Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-21T00:27:35.233Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-21T00:27:35.233Z] + 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-04-21T00:27:35.334Z] ---> ebcb409ae403 [2021-04-21T00:27:35.334Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-21T00:27:35.612Z] Removing intermediate container da1ecf169d3c [2021-04-21T00:27:35.612Z] ---> 20c7a5ff5b31 [2021-04-21T00:27:35.612Z] Step 15/23 : WORKDIR / [2021-04-21T00:27:35.612Z] ---> 4a0eee52ad50 [2021-04-21T00:27:35.612Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-21T00:27:35.895Z] ---> Running in af6b590e56f7 [2021-04-21T00:27:36.171Z] ---> a87f7b64671b [2021-04-21T00:27:36.171Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-21T00:27:36.448Z] ---> e52b5a8252a4 [2021-04-21T00:27:36.448Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-21T00:27:36.718Z] Removing intermediate container af6b590e56f7 [2021-04-21T00:27:36.718Z] ---> ba8c8e61b0de [2021-04-21T00:27:36.718Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-21T00:27:37.314Z] ---> 6c0818808875 [2021-04-21T00:27:37.314Z] Step 21/25 : 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-04-21T00:27:37.314Z] ---> f297c97c12b1 [2021-04-21T00:27:37.314Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-21T00:27:37.907Z] ---> Running in aebe4c9901a9 [2021-04-21T00:27:38.182Z] ---> f9ffaa070ec3 [2021-04-21T00:27:38.182Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-21T00:27:38.182Z] ---> adb848829ed1 [2021-04-21T00:27:38.182Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-21T00:27:38.182Z] ---> c1deccad6e90 [2021-04-21T00:27:38.182Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-21T00:27:38.476Z] ---> 6c7a687c60fe [2021-04-21T00:27:38.476Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-21T00:27:38.659Z] Building static-packages [2021-04-21T00:27:38.659Z] + snapcraftctl build [2021-04-21T00:27:38.749Z] ---> Running in b14ca9f6abc2 [2021-04-21T00:27:39.346Z] Removing intermediate container b14ca9f6abc2 [2021-04-21T00:27:39.346Z] ---> 04a1dad4ee23 [2021-04-21T00:27:39.346Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-21T00:27:39.619Z] ---> 1faa490222de [2021-04-21T00:27:39.619Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-21T00:27:39.898Z] ---> 604e595867d7 [2021-04-21T00:27:39.898Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-21T00:27:39.898Z] ---> Running in e05bc310a2d6 [2021-04-21T00:27:39.898Z] ---> Running in df7eb2bb4ac9 [2021-04-21T00:27:39.898Z] ---> 8449f7eae10a [2021-04-21T00:27:39.898Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-21T00:27:40.043Z] Building version [2021-04-21T00:27:40.043Z] + snapcraftctl build [2021-04-21T00:27:40.500Z] Removing intermediate container e05bc310a2d6 [2021-04-21T00:27:40.500Z] ---> 1cd3687c9e54 [2021-04-21T00:27:40.500Z] Step 20/22 : LABEL arch=arm64 [2021-04-21T00:27:40.782Z] Removing intermediate container df7eb2bb4ac9 [2021-04-21T00:27:40.782Z] ---> 05b606ee5d76 [2021-04-21T00:27:40.782Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-21T00:27:40.782Z] ---> Running in 96bf9f5a0990 [2021-04-21T00:27:41.071Z] ---> b05087286ac1 [2021-04-21T00:27:41.071Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-21T00:27:41.071Z] ---> Running in c9daceeda83c [2021-04-21T00:27:41.071Z] Removing intermediate container aebe4c9901a9 [2021-04-21T00:27:41.071Z] ---> 604445f86154 [2021-04-21T00:27:41.071Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-04-21T00:27:41.071Z] ---> 2c8290f927ca [2021-04-21T00:27:41.071Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-21T00:27:41.345Z] ---> Running in 24ab9c95c636 [2021-04-21T00:27:41.345Z] ---> Running in 890aaa04d012 [2021-04-21T00:27:41.620Z] Removing intermediate container 96bf9f5a0990 [2021-04-21T00:27:41.620Z] ---> 6f95686173e0 [2021-04-21T00:27:41.620Z] Step 21/22 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a [2021-04-21T00:27:41.620Z] Removing intermediate container c9daceeda83c [2021-04-21T00:27:41.620Z] ---> a041eb3fe867 [2021-04-21T00:27:41.620Z] Step 21/23 : LABEL arch=arm64 [2021-04-21T00:27:41.620Z] ---> Running in 67eaa0974f44 [2021-04-21T00:27:41.903Z] ---> Running in 86d38437132d [2021-04-21T00:27:41.903Z] ---> 0dca56cca8f6 [2021-04-21T00:27:41.903Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-21T00:27:42.175Z] Removing intermediate container 24ab9c95c636 [2021-04-21T00:27:42.175Z] ---> 4d38c7f60dfd [2021-04-21T00:27:42.175Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-21T00:27:42.175Z] Removing intermediate container 890aaa04d012 [2021-04-21T00:27:42.175Z] ---> 9e5d7f7d831d [2021-04-21T00:27:42.175Z] Step 23/25 : LABEL arch=arm64 [2021-04-21T00:27:42.453Z] ---> Running in 8a470ca7817b [2021-04-21T00:27:42.453Z] ---> Running in 20fc0cf8d988 [2021-04-21T00:27:42.453Z] ---> Running in 359dc929de2c [2021-04-21T00:27:42.453Z] Removing intermediate container 67eaa0974f44 [2021-04-21T00:27:42.453Z] ---> 5c74a978c119 [2021-04-21T00:27:42.453Z] Step 22/22 : LABEL version=0.0.0 [2021-04-21T00:27:42.453Z] Removing intermediate container 86d38437132d [2021-04-21T00:27:42.453Z] ---> 3e6712072a66 [2021-04-21T00:27:42.453Z] Step 22/23 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a [2021-04-21T00:27:42.584Z] Skipping stage go-build-helper (already ran) [2021-04-21T00:27:42.584Z] Staging app-service-config [2021-04-21T00:27:42.584Z] + snapcraftctl stage [2021-04-21T00:27:42.731Z] ---> Running in 649805b0ad3b [2021-04-21T00:27:42.731Z] ---> Running in 20461303c888 [2021-04-21T00:27:43.004Z] Removing intermediate container 359dc929de2c [2021-04-21T00:27:43.004Z] ---> 7da8801c0b07 [2021-04-21T00:27:43.004Z] Step 21/23 : LABEL arch=arm64 [2021-04-21T00:27:43.004Z] Removing intermediate container 20fc0cf8d988 [2021-04-21T00:27:43.004Z] ---> 8950bcafc377 [2021-04-21T00:27:43.004Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-21T00:27:43.004Z] Removing intermediate container 8a470ca7817b [2021-04-21T00:27:43.004Z] ---> 98ed52e3bd51 [2021-04-21T00:27:43.004Z] Step 24/25 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a [2021-04-21T00:27:43.153Z] Staging config-common [2021-04-21T00:27:43.153Z] + snapcraftctl stage [2021-04-21T00:27:43.277Z] ---> Running in f5d08ca99471 [2021-04-21T00:27:43.277Z] Removing intermediate container 649805b0ad3b [2021-04-21T00:27:43.277Z] ---> 543024327f48 [2021-04-21T00:27:43.277Z] [2021-04-21T00:27:43.277Z] ---> Running in 5c24df773c22 [2021-04-21T00:27:43.546Z] Removing intermediate container 20461303c888 [2021-04-21T00:27:43.546Z] ---> c8995c122d51 [2021-04-21T00:27:43.546Z] Step 23/23 : LABEL version=0.0.0 [2021-04-21T00:27:43.819Z] ---> Running in 8205f107cd93 [2021-04-21T00:27:43.819Z] Successfully built 543024327f48 [2021-04-21T00:27:43.819Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-21T00:27:43.819Z] Removing intermediate container f5d08ca99471 [2021-04-21T00:27:43.819Z] ---> da66b381fd7c [2021-04-21T00:27:43.819Z] Building docker-support-notifications-go [2021-04-21T00:27:43.819Z] Step 22/23 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a Building docker-support-scheduler-go ... done  [2021-04-21T00:27:44.090Z] ---> 502b1f365a36 [2021-04-21T00:27:44.090Z] Removing intermediate container 5c24df773c22 [2021-04-21T00:27:44.090Z] ---> f50381a6cc4a [2021-04-21T00:27:44.090Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-21T00:27:44.090Z] Step 25/25 : LABEL version=0.0.0 [2021-04-21T00:27:44.090Z] ---> Running in 4112658df31c [2021-04-21T00:27:44.090Z] ---> Running in c04ade879dd8 [2021-04-21T00:27:44.096Z] Staging edgex-go [2021-04-21T00:27:44.096Z] + snapcraftctl stage [2021-04-21T00:27:44.362Z] ---> Running in a057b0509f79 [2021-04-21T00:27:44.362Z] Removing intermediate container 8205f107cd93 [2021-04-21T00:27:44.362Z] ---> 34d78042348d [2021-04-21T00:27:44.362Z] [2021-04-21T00:27:44.636Z] Removing intermediate container 4112658df31c [2021-04-21T00:27:44.636Z] ---> 982da650e7e9 [2021-04-21T00:27:44.636Z] Step 23/23 : LABEL version=0.0.0 [2021-04-21T00:27:44.909Z] Removing intermediate container c04ade879dd8 [2021-04-21T00:27:44.909Z] ---> a70afea06477 [2021-04-21T00:27:44.909Z] [2021-04-21T00:27:45.042Z] Staging static-packages [2021-04-21T00:27:45.042Z] + snapcraftctl stage [2021-04-21T00:27:45.188Z] ---> Running in 6d5cf954fcb7 [2021-04-21T00:27:45.188Z] Successfully built 34d78042348d [2021-04-21T00:27:45.188Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-21T00:27:45.188Z] Building docker-security-proxy-setup-go [2021-04-21T00:27:45.465Z]  Building docker-core-command-go ... done Successfully built a70afea06477 [2021-04-21T00:27:45.465Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-21T00:27:45.465Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-04-21T00:27:45.737Z] Removing intermediate container 6d5cf954fcb7 [2021-04-21T00:27:45.737Z] ---> 7cfd40da6af2 [2021-04-21T00:27:45.737Z] [2021-04-21T00:27:45.984Z] Staging version [2021-04-21T00:27:45.984Z] + snapcraftctl stage [2021-04-21T00:27:46.334Z] Successfully built 7cfd40da6af2 [2021-04-21T00:27:46.334Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-21T00:27:46.334Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-04-21T00:27:46.924Z] Priming go-build-helper [2021-04-21T00:27:46.924Z] + snapcraftctl prime [2021-04-21T00:27:46.924Z] Removing intermediate container a057b0509f79 [2021-04-21T00:27:46.924Z] ---> d590aff3e0f3 [2021-04-21T00:27:46.924Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-21T00:27:47.193Z] ---> Running in 04f283c48305 [2021-04-21T00:27:47.785Z] Removing intermediate container 04f283c48305 [2021-04-21T00:27:47.785Z] ---> 2de70a3ad419 [2021-04-21T00:27:47.785Z] Step 28/31 : CMD ["gate"] [2021-04-21T00:27:48.053Z] ---> Running in 6c6db1b2ac69 [2021-04-21T00:27:48.306Z] Priming app-service-config [2021-04-21T00:27:48.306Z] + snapcraftctl prime [2021-04-21T00:27:48.333Z] Removing intermediate container 6c6db1b2ac69 [2021-04-21T00:27:48.333Z] ---> 58b0d615e714 [2021-04-21T00:27:48.333Z] Step 29/31 : LABEL arch=arm64 [2021-04-21T00:27:48.924Z] ---> Running in a6d563252973 [2021-04-21T00:27:49.195Z] Removing intermediate container a6d563252973 [2021-04-21T00:27:49.195Z] ---> e223c07f9f9e [2021-04-21T00:27:49.195Z] Step 30/31 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a [2021-04-21T00:27:49.258Z] Priming config-common [2021-04-21T00:27:49.258Z] + snapcraftctl prime [2021-04-21T00:27:49.465Z] ---> Running in 31c6aad499b8 [2021-04-21T00:27:50.063Z] Removing intermediate container 31c6aad499b8 [2021-04-21T00:27:50.063Z] ---> 12bf29b36f3c [2021-04-21T00:27:50.063Z] Step 31/31 : LABEL version=0.0.0 [2021-04-21T00:27:50.199Z] Priming edgex-go [2021-04-21T00:27:50.199Z] + snapcraftctl prime [2021-04-21T00:27:50.339Z] ---> Running in 0a25562689f5 [2021-04-21T00:27:50.941Z] Removing intermediate container 0a25562689f5 [2021-04-21T00:27:50.941Z] ---> 1723a975dfa0 [2021-04-21T00:27:50.941Z] [2021-04-21T00:27:51.537Z] Successfully built 1723a975dfa0 [2021-04-21T00:27:51.537Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-21T00:27:51.582Z] Priming static-packages [2021-04-21T00:27:51.582Z] + snapcraftctl prime [2021-04-21T00:27:53.501Z] Priming version [2021-04-21T00:27:53.501Z] + snapcraftctl prime [2021-04-21T00:27:54.885Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-21T00:28:48.075Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T00:28:48.075Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-21T00:28:48.075Z] ---> bc21c9f2f6ce [2021-04-21T00:28:48.075Z] Step 3/22 : WORKDIR /edgex-go [2021-04-21T00:28:48.075Z] ---> Using cache [2021-04-21T00:28:48.075Z] ---> 8a5800cdc2cd [2021-04-21T00:28:48.075Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T00:28:48.075Z] ---> Using cache [2021-04-21T00:28:48.075Z] ---> 8bba98b25c60 [2021-04-21T00:28:48.075Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-21T00:28:48.075Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T00:28:48.075Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-21T00:28:48.075Z] ---> bc21c9f2f6ce [2021-04-21T00:28:48.075Z] Step 3/21 : WORKDIR /edgex-go [2021-04-21T00:28:48.075Z] ---> Using cache [2021-04-21T00:28:48.075Z] ---> 8a5800cdc2cd [2021-04-21T00:28:48.075Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T00:28:48.075Z] ---> Using cache [2021-04-21T00:28:48.075Z] ---> 8bba98b25c60 [2021-04-21T00:28:48.075Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-21T00:28:48.075Z] ---> Using cache [2021-04-21T00:28:48.075Z] ---> 7493460bbff2 [2021-04-21T00:28:48.075Z] Step 6/21 : COPY go.mod . [2021-04-21T00:28:48.075Z] ---> Using cache [2021-04-21T00:28:48.075Z] ---> 1e63533f13c0 [2021-04-21T00:28:48.075Z] Step 7/21 : RUN go mod download [2021-04-21T00:28:48.075Z] ---> Using cache [2021-04-21T00:28:48.075Z] ---> e55fa62760ce [2021-04-21T00:28:48.075Z] Step 8/21 : COPY . . [2021-04-21T00:28:48.075Z] ---> Using cache [2021-04-21T00:28:48.075Z] ---> 27ef3f5f4689 [2021-04-21T00:28:48.075Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-21T00:28:48.075Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T00:28:48.075Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-21T00:28:48.075Z] ---> bc21c9f2f6ce [2021-04-21T00:28:48.075Z] Step 3/23 : WORKDIR /edgex-go [2021-04-21T00:28:48.075Z] ---> Using cache [2021-04-21T00:28:48.075Z] ---> 8a5800cdc2cd [2021-04-21T00:28:48.075Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T00:28:48.075Z] ---> Using cache [2021-04-21T00:28:48.075Z] ---> 8bba98b25c60 [2021-04-21T00:28:48.075Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-21T00:28:48.075Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-21T00:28:48.075Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-21T00:28:48.075Z] ---> bc21c9f2f6ce [2021-04-21T00:28:48.075Z] Step 3/23 : WORKDIR /edgex-go [2021-04-21T00:28:48.075Z] ---> Using cache [2021-04-21T00:28:48.075Z] ---> 8a5800cdc2cd [2021-04-21T00:28:48.075Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T00:28:48.075Z] ---> Using cache [2021-04-21T00:28:48.075Z] ---> 8bba98b25c60 [2021-04-21T00:28:48.075Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-21T00:28:48.075Z] ---> Running in 7a764306797b [2021-04-21T00:28:48.075Z] ---> Running in 6c5129ab2f88 [2021-04-21T00:28:48.075Z] ---> Running in 0bd424b62188 [2021-04-21T00:28:48.075Z] ---> Running in 7d9a96c7f407 [2021-04-21T00:28:48.075Z] 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-04-21T00:28:48.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T00:28:48.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T00:28:48.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T00:28:48.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T00:28:48.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T00:28:48.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T00:28:49.947Z] OK: 217 MiB in 51 packages [2021-04-21T00:28:49.947Z] OK: 217 MiB in 51 packages [2021-04-21T00:28:49.947Z] OK: 217 MiB in 51 packages [2021-04-21T00:28:51.941Z] Removing intermediate container 7a764306797b [2021-04-21T00:28:51.941Z] ---> 031ac4059929 [2021-04-21T00:28:51.941Z] Step 6/22 : COPY go.mod . [2021-04-21T00:28:52.219Z] Removing intermediate container 7d9a96c7f407 [2021-04-21T00:28:52.219Z] ---> 04a820cb5d4d [2021-04-21T00:28:52.219Z] Step 6/23 : COPY go.mod . [2021-04-21T00:28:52.219Z] Removing intermediate container 6c5129ab2f88 [2021-04-21T00:28:52.219Z] ---> 69ce5c7e17eb [2021-04-21T00:28:52.219Z] Step 6/23 : COPY go.mod . [2021-04-21T00:28:53.218Z] ---> 693764a9ed64 [2021-04-21T00:28:53.218Z] Step 7/22 : RUN go mod download [2021-04-21T00:28:53.495Z] ---> Running in 413b181a5bbb [2021-04-21T00:28:53.781Z] ---> 5de3ae6b91dd [2021-04-21T00:28:53.781Z] Step 7/23 : RUN go mod download [2021-04-21T00:28:54.067Z] ---> 309388d72460 [2021-04-21T00:28:54.067Z] Step 7/23 : RUN go mod download [2021-04-21T00:28:54.067Z] ---> Running in 4ba5acfac4a7 [2021-04-21T00:28:54.346Z] ---> Running in 38262efcd780 [2021-04-21T00:28:58.709Z] Removing intermediate container 413b181a5bbb [2021-04-21T00:28:58.709Z] ---> 1ab17aa79bea [2021-04-21T00:28:58.709Z] Step 8/22 : COPY . . [2021-04-21T00:28:59.693Z] Removing intermediate container 4ba5acfac4a7 [2021-04-21T00:28:59.693Z] ---> 1fb80ba42e4b [2021-04-21T00:28:59.693Z] Step 8/23 : COPY . . [2021-04-21T00:28:59.969Z] Removing intermediate container 38262efcd780 [2021-04-21T00:28:59.969Z] ---> d8956fc54b99 [2021-04-21T00:28:59.969Z] Step 8/23 : COPY . . [2021-04-21T00:29:26.801Z] 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-04-21T00:29:33.517Z] ---> 054a35e587bb [2021-04-21T00:29:33.517Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-21T00:29:33.517Z] ---> 8aa3305e2af8 [2021-04-21T00:29:33.517Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-21T00:29:33.517Z] ---> 1605638b2f59 [2021-04-21T00:29:33.517Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-21T00:29:33.802Z] ---> Running in 30846a77039d [2021-04-21T00:29:33.802Z] ---> Running in 579e2c612a57 [2021-04-21T00:29:34.095Z] ---> Running in 7c6267bf5921 [2021-04-21T00:29:36.074Z] Removing intermediate container 0bd424b62188 [2021-04-21T00:29:36.074Z] ---> c8b950e2ee46 [2021-04-21T00:29:36.074Z] [2021-04-21T00:29:36.074Z] Step 10/21 : FROM alpine:3.12 [2021-04-21T00:29:36.074Z] ---> 9852663dfa18 [2021-04-21T00:29:36.074Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-21T00:29:36.074Z] 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-04-21T00:29:36.350Z] 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-04-21T00:29:36.350Z] 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-04-21T00:29:36.350Z] ---> Running in 1953787692a5 [2021-04-21T00:29:38.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T00:29:38.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T00:29:38.929Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-21T00:29:38.929Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-21T00:29:39.206Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-21T00:29:39.206Z] (4/4) Installing curl (7.76.1-r0) [2021-04-21T00:29:39.206Z] Executing busybox-1.31.1-r20.trigger [2021-04-21T00:29:39.206Z] Executing ca-certificates-20191127-r4.trigger [2021-04-21T00:29:39.484Z] OK: 7 MiB in 18 packages [2021-04-21T00:29:42.124Z] Removing intermediate container 1953787692a5 [2021-04-21T00:29:42.124Z] ---> 457f627f37e0 [2021-04-21T00:29:42.124Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-21T00:29:42.124Z] ---> Running in c58e594ccb7b [2021-04-21T00:29:42.824Z] Removing intermediate container c58e594ccb7b [2021-04-21T00:29:42.824Z] ---> 5acb6c1ef347 [2021-04-21T00:29:42.824Z] Step 13/21 : WORKDIR /edgex [2021-04-21T00:29:43.130Z] ---> Running in 8417e1bd3dfe [2021-04-21T00:29:43.770Z] Removing intermediate container 8417e1bd3dfe [2021-04-21T00:29:43.770Z] ---> 192932dd365b [2021-04-21T00:29:43.770Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-21T00:29:45.579Z] ---> 03f9b1de9752 [2021-04-21T00:29:45.579Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-21T00:29:47.026Z] ---> 68e7d69a0969 [2021-04-21T00:29:47.026Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-21T00:29:48.466Z] ---> 94c2c8e89ed2 [2021-04-21T00:29:48.466Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-21T00:29:48.742Z] ---> Running in 5737a1952428 [2021-04-21T00:29:49.343Z] Removing intermediate container 5737a1952428 [2021-04-21T00:29:49.343Z] ---> 543e9714f9c7 [2021-04-21T00:29:49.343Z] Step 18/21 : CMD ["--init=true"] [2021-04-21T00:29:49.621Z] ---> Running in 78d4c7eb5325 [2021-04-21T00:29:50.607Z] Removing intermediate container 78d4c7eb5325 [2021-04-21T00:29:50.607Z] ---> c8412c87d9a9 [2021-04-21T00:29:50.607Z] Step 19/21 : LABEL arch=arm64 [2021-04-21T00:29:50.607Z] ---> Running in 2cae6adc27fb [2021-04-21T00:29:51.209Z] Removing intermediate container 2cae6adc27fb [2021-04-21T00:29:51.209Z] ---> 31b34a520b41 [2021-04-21T00:29:51.209Z] Step 20/21 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a [2021-04-21T00:29:51.485Z] ---> Running in b14649558435 [2021-04-21T00:29:52.088Z] Removing intermediate container b14649558435 [2021-04-21T00:29:52.088Z] ---> 7f9beb5e707f [2021-04-21T00:29:52.088Z] Step 21/21 : LABEL version=0.0.0 [2021-04-21T00:29:52.088Z] ---> Running in 10745c42ffe5 [2021-04-21T00:29:53.074Z] Removing intermediate container 10745c42ffe5 [2021-04-21T00:29:53.074Z] ---> 1c7906a2e4dd [2021-04-21T00:29:53.074Z] [2021-04-21T00:29:53.349Z] Successfully built 1c7906a2e4dd [2021-04-21T00:29:53.349Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-21T00:31:01.375Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 579e2c612a57 [2021-04-21T00:31:01.375Z] ---> 6b73b262bdeb [2021-04-21T00:31:01.375Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-21T00:31:01.375Z] ---> Running in 7df3113dd023 [2021-04-21T00:31:01.375Z] 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-04-21T00:31:01.375Z] Removing intermediate container 7c6267bf5921 [2021-04-21T00:31:01.375Z] ---> 29471307aa84 [2021-04-21T00:31:01.375Z] [2021-04-21T00:31:01.375Z] Step 10/22 : FROM alpine:3.12 [2021-04-21T00:31:01.375Z] ---> 9852663dfa18 [2021-04-21T00:31:01.375Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-21T00:31:01.375Z] ---> Running in c94e60823298 [2021-04-21T00:31:01.375Z] Removing intermediate container 7df3113dd023 [2021-04-21T00:31:01.375Z] ---> 0f29f7f78504 [2021-04-21T00:31:01.375Z] [2021-04-21T00:31:01.375Z] Step 11/23 : FROM docker:20.10.0 [2021-04-21T00:31:01.375Z] 20.10.0: Pulling from library/docker [2021-04-21T00:31:01.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T00:31:01.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T00:31:01.649Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-21T00:31:01.650Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-21T00:31:01.650Z] Executing busybox-1.31.1-r20.trigger [2021-04-21T00:31:01.650Z] Executing ca-certificates-20191127-r4.trigger [2021-04-21T00:31:01.924Z] OK: 6 MiB in 16 packages [2021-04-21T00:31:05.308Z] Removing intermediate container c94e60823298 [2021-04-21T00:31:05.308Z] ---> 941fe5d5d632 [2021-04-21T00:31:05.308Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-21T00:31:05.581Z] ---> Running in 31ded9838217 [2021-04-21T00:31:06.569Z] Removing intermediate container 31ded9838217 [2021-04-21T00:31:06.569Z] ---> 0b871575f7c8 [2021-04-21T00:31:06.569Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-21T00:31:07.545Z] ---> Running in 79fb6344c2e3 [2021-04-21T00:31:08.977Z] Removing intermediate container 79fb6344c2e3 [2021-04-21T00:31:08.977Z] ---> 45f227a5ccc6 [2021-04-21T00:31:08.977Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-21T00:31:08.977Z] Removing intermediate container 30846a77039d [2021-04-21T00:31:08.977Z] ---> 3c19fcfa7904 [2021-04-21T00:31:08.977Z] [2021-04-21T00:31:08.977Z] Step 10/23 : FROM alpine:3.12 [2021-04-21T00:31:08.977Z] ---> 9852663dfa18 [2021-04-21T00:31:08.977Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-21T00:31:09.249Z] ---> Running in eb6fb4972167 [2021-04-21T00:31:09.520Z] ---> Running in 7be60d74c86b [2021-04-21T00:31:10.110Z] Removing intermediate container eb6fb4972167 [2021-04-21T00:31:10.110Z] ---> 5fc07a093141 [2021-04-21T00:31:10.110Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-21T00:31:10.380Z] Removing intermediate container 7be60d74c86b [2021-04-21T00:31:10.380Z] ---> 0eea90f22764 [2021-04-21T00:31:10.380Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-21T00:31:10.380Z] ---> Running in 92c79d383f8a [2021-04-21T00:31:10.973Z] ---> 15cf3f0ee49d [2021-04-21T00:31:10.973Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-21T00:31:10.973Z] Removing intermediate container 92c79d383f8a [2021-04-21T00:31:10.973Z] ---> 359ff4b61e2a [2021-04-21T00:31:10.973Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-21T00:31:11.245Z] ---> Running in e9b906b3dd5c [2021-04-21T00:31:11.245Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-21T00:31:11.246Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-21T00:31:11.246Z] ---> eeaf43b92773 [2021-04-21T00:31:11.246Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-21T00:31:11.516Z] ---> Running in c8228eb8638c [2021-04-21T00:31:11.788Z] Removing intermediate container e9b906b3dd5c [2021-04-21T00:31:11.788Z] ---> 21a7e5c80d2c [2021-04-21T00:31:11.788Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-21T00:31:12.064Z] ---> Running in 64f21cca7639 [2021-04-21T00:31:12.064Z] Removing intermediate container c8228eb8638c [2021-04-21T00:31:12.064Z] ---> c612001a6bcd [2021-04-21T00:31:12.064Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-21T00:31:12.064Z] ---> 3c425ca54b14 [2021-04-21T00:31:12.064Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-21T00:31:12.345Z] ---> Running in c1b7b00e3ba3 [2021-04-21T00:31:13.333Z] ---> 71716828f505 [2021-04-21T00:31:13.333Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-21T00:31:13.333Z] ---> Running in 2de293e24c60 [2021-04-21T00:31:13.606Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T00:31:13.885Z] Removing intermediate container 2de293e24c60 [2021-04-21T00:31:13.885Z] ---> d7285a7654df [2021-04-21T00:31:13.885Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-21T00:31:13.885Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T00:31:13.885Z] ---> Running in 17d3829ab877 [2021-04-21T00:31:14.479Z] (1/39) Installing readline (8.0.4-r0) [2021-04-21T00:31:14.479Z] (2/39) Installing bash (5.0.17-r0) [2021-04-21T00:31:14.479Z] Executing bash-5.0.17-r0.post-install [2021-04-21T00:31:14.479Z] Removing intermediate container 17d3829ab877 [2021-04-21T00:31:14.479Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-21T00:31:14.479Z] ---> 4906c9bddd52 [2021-04-21T00:31:14.479Z] Step 20/22 : LABEL arch=arm64 [2021-04-21T00:31:14.479Z] Removing intermediate container 64f21cca7639 [2021-04-21T00:31:14.479Z] ---> b34bc18b16d7 [2021-04-21T00:31:14.479Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-21T00:31:14.479Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-21T00:31:14.479Z] (5/39) Installing curl (7.76.1-r0) [2021-04-21T00:31:14.479Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-21T00:31:14.479Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-21T00:31:14.479Z] (8/39) Installing expat (2.2.9-r1) [2021-04-21T00:31:14.479Z] (9/39) Installing libffi (3.3-r2) [2021-04-21T00:31:14.479Z] (10/39) Installing gdbm (1.13-r1) [2021-04-21T00:31:14.479Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-21T00:31:14.753Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-21T00:31:14.753Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-21T00:31:14.753Z] ---> Running in c2fdfde48bf6 [2021-04-21T00:31:14.753Z] ---> Running in 2fc17009d7a2 [2021-04-21T00:31:15.745Z] Removing intermediate container c2fdfde48bf6 [2021-04-21T00:31:15.745Z] ---> f911f0c9a648 [2021-04-21T00:31:15.745Z] Step 21/22 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a [2021-04-21T00:31:16.018Z] ---> Running in 129fb1cad25b [2021-04-21T00:31:16.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-21T00:31:16.563Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-21T00:31:16.563Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-21T00:31:16.563Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-21T00:31:16.563Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-21T00:31:16.563Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-21T00:31:16.837Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-21T00:31:16.837Z] Removing intermediate container 129fb1cad25b [2021-04-21T00:31:16.837Z] ---> f5304bd30072 [2021-04-21T00:31:16.837Z] Step 22/22 : LABEL version=0.0.0 [2021-04-21T00:31:16.837Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-21T00:31:16.837Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-21T00:31:16.837Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-21T00:31:16.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-21T00:31:16.837Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-21T00:31:17.110Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-21T00:31:17.110Z] ---> Running in 3fdb20a23ed9 [2021-04-21T00:31:17.110Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-21T00:31:17.110Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-21T00:31:17.110Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-21T00:31:17.110Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-21T00:31:17.110Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-21T00:31:17.110Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-21T00:31:17.110Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-21T00:31:17.110Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-21T00:31:17.381Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-21T00:31:17.381Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-21T00:31:17.381Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-21T00:31:17.381Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-21T00:31:17.381Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-21T00:31:17.381Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-21T00:31:17.381Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-21T00:31:17.656Z] Executing busybox-1.31.1-r19.trigger [2021-04-21T00:31:17.656Z] Removing intermediate container 3fdb20a23ed9 [2021-04-21T00:31:17.656Z] ---> 24b9b24bc269 [2021-04-21T00:31:17.656Z] [2021-04-21T00:31:17.656Z] OK: 72 MiB in 59 packages [2021-04-21T00:31:17.928Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-21T00:31:17.928Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-21T00:31:17.928Z] Successfully built 24b9b24bc269 [2021-04-21T00:31:18.200Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-21T00:31:18.200Z]  Building docker-support-notifications-go ... done (3/6) Installing libsodium (1.0.18-r0) [2021-04-21T00:31:18.471Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-21T00:31:18.742Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-21T00:31:19.018Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-21T00:31:19.018Z] Executing busybox-1.31.1-r20.trigger [2021-04-21T00:31:19.289Z] OK: 8 MiB in 20 packages [2021-04-21T00:31:20.268Z] Removing intermediate container 2fc17009d7a2 [2021-04-21T00:31:20.268Z] ---> 9b73ddd6fb45 [2021-04-21T00:31:20.268Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-21T00:31:21.243Z] ---> d07d68a74650 [2021-04-21T00:31:21.243Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-21T00:31:21.837Z] Collecting docker-compose==1.23.2 [2021-04-21T00:31:21.837Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-21T00:31:22.440Z] ---> a27fff9a80cf [2021-04-21T00:31:22.440Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-21T00:31:22.715Z] Collecting jsonschema<3,>=2.5.1 [2021-04-21T00:31:22.715Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-21T00:31:23.309Z] ---> b3e7e34c9a72 [2021-04-21T00:31:23.309Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-21T00:31:23.596Z] ---> Running in 1ad1916a2b8b [2021-04-21T00:31:23.596Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-21T00:31:23.596Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-21T00:31:23.868Z] Removing intermediate container 1ad1916a2b8b [2021-04-21T00:31:23.868Z] ---> 113bc2164181 [2021-04-21T00:31:23.868Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-21T00:31:23.868Z] ---> Running in 6ac22affa2da [2021-04-21T00:31:24.463Z] Removing intermediate container 6ac22affa2da [2021-04-21T00:31:24.463Z] ---> ad76b2b2462e [2021-04-21T00:31:24.463Z] Step 21/23 : LABEL arch=arm64 [2021-04-21T00:31:24.746Z] ---> Running in 5ece23966ace [2021-04-21T00:31:25.025Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-21T00:31:25.025Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-21T00:31:25.025Z] Removing intermediate container 5ece23966ace [2021-04-21T00:31:25.025Z] ---> 6fddd90ba435 [2021-04-21T00:31:25.025Z] Step 22/23 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a [2021-04-21T00:31:25.297Z] ---> Running in b41fdfa9cef4 [2021-04-21T00:31:25.569Z] Removing intermediate container b41fdfa9cef4 [2021-04-21T00:31:25.569Z] ---> 959ada9581ac [2021-04-21T00:31:25.569Z] Step 23/23 : LABEL version=0.0.0 [2021-04-21T00:31:25.840Z] ---> Running in 9e1873957c68 [2021-04-21T00:31:26.112Z] Collecting PyYAML<4,>=3.10 [2021-04-21T00:31:26.112Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-21T00:31:26.384Z] Removing intermediate container 9e1873957c68 [2021-04-21T00:31:26.384Z] ---> d116d14264bf [2021-04-21T00:31:26.384Z] [2021-04-21T00:31:26.655Z] Successfully built d116d14264bf [2021-04-21T00:31:26.655Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-21T00:31:29.258Z]  Building docker-core-data-go ... done Collecting dockerpty<0.5,>=0.4.1 [2021-04-21T00:31:29.258Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-21T00:31:31.220Z] Collecting texttable<0.10,>=0.9.0 [2021-04-21T00:31:31.220Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-21T00:31:33.185Z] Collecting docopt<0.7,>=0.6.1 [2021-04-21T00:31:33.185Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-21T00:31:35.151Z] Collecting docker<4.0,>=3.6.0 [2021-04-21T00:31:35.151Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-21T00:31:35.752Z] Collecting cached-property<2,>=1.2.0 [2021-04-21T00:31:35.752Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-21T00:31:36.036Z] 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-04-21T00:31:36.036Z] 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-04-21T00:31:36.036Z] 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-04-21T00:31:36.627Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-21T00:31:36.627Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-21T00:31:36.898Z] Collecting idna<2.8,>=2.5 [2021-04-21T00:31:36.898Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-21T00:31:37.169Z] Collecting docker-pycreds>=0.4.0 [2021-04-21T00:31:37.169Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-21T00:31:37.439Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-21T00:31:37.439Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-21T00:31:37.439Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-21T00:31:37.439Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-21T00:31:38.408Z] Installing collected packages: jsonschema, websocket-client, urllib3, idna, requests, PyYAML, dockerpty, texttable, docopt, docker-pycreds, docker, cached-property, docker-compose [2021-04-21T00:31:38.999Z] Attempting uninstall: urllib3 [2021-04-21T00:31:39.000Z] Found existing installation: urllib3 1.25.9 [2021-04-21T00:31:39.000Z] Uninstalling urllib3-1.25.9: [2021-04-21T00:31:39.000Z] Successfully uninstalled urllib3-1.25.9 [2021-04-21T00:31:39.631Z] Attempting uninstall: idna [2021-04-21T00:31:39.631Z] Found existing installation: idna 2.9 [2021-04-21T00:31:39.631Z] Uninstalling idna-2.9: [2021-04-21T00:31:39.922Z] Successfully uninstalled idna-2.9 [2021-04-21T00:31:40.533Z] Attempting uninstall: requests [2021-04-21T00:31:40.533Z] Found existing installation: requests 2.23.0 [2021-04-21T00:31:40.533Z] Uninstalling requests-2.23.0: [2021-04-21T00:31:40.533Z] Successfully uninstalled requests-2.23.0 [2021-04-21T00:31:40.811Z] Running setup.py install for PyYAML: started [2021-04-21T00:31:43.463Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-21T00:31:43.463Z] Running setup.py install for dockerpty: started [2021-04-21T00:31:44.896Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-21T00:31:44.896Z] Running setup.py install for texttable: started [2021-04-21T00:31:46.867Z] Running setup.py install for texttable: finished with status 'done' [2021-04-21T00:31:46.867Z] Running setup.py install for docopt: started [2021-04-21T00:31:48.840Z] Running setup.py install for docopt: finished with status 'done' [2021-04-21T00:31:50.271Z] 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-04-21T00:31:58.566Z] Removing intermediate container c1b7b00e3ba3 [2021-04-21T00:31:58.566Z] ---> 4865561d7fad [2021-04-21T00:31:58.566Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-21T00:31:58.566Z] ---> Running in 2400ee1774e0 [2021-04-21T00:31:58.566Z] Removing intermediate container 2400ee1774e0 [2021-04-21T00:31:58.566Z] ---> 23b0b6f9dee8 [2021-04-21T00:31:58.566Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-21T00:31:58.566Z] ---> Running in 766f455ce1c9 [2021-04-21T00:31:59.163Z] Removing intermediate container 766f455ce1c9 [2021-04-21T00:31:59.163Z] ---> 01907c174aca [2021-04-21T00:31:59.163Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-21T00:32:00.597Z] ---> 1c7ec0f026d7 [2021-04-21T00:32:00.597Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-21T00:32:01.199Z] ---> cfa21db49c70 [2021-04-21T00:32:01.199Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-21T00:32:02.177Z] ---> 7c88f509ea1e [2021-04-21T00:32:02.177Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-21T00:32:02.177Z] ---> Running in 62d84d297ae3 [2021-04-21T00:32:02.452Z] Removing intermediate container 62d84d297ae3 [2021-04-21T00:32:02.452Z] ---> 8d675f80712f [2021-04-21T00:32:02.452Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-21T00:32:02.725Z] ---> Running in 4798bb4763fb [2021-04-21T00:32:03.324Z] Removing intermediate container 4798bb4763fb [2021-04-21T00:32:03.324Z] ---> fffea7373db9 [2021-04-21T00:32:03.324Z] Step 21/23 : LABEL arch=arm64 [2021-04-21T00:32:03.324Z] ---> Running in 5cc9c409b305 [2021-04-21T00:32:03.920Z] Removing intermediate container 5cc9c409b305 [2021-04-21T00:32:03.920Z] ---> 141f7ebf5001 [2021-04-21T00:32:03.920Z] Step 22/23 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a [2021-04-21T00:32:03.920Z] ---> Running in 171aae34ed1d [2021-04-21T00:32:04.521Z] Removing intermediate container 171aae34ed1d [2021-04-21T00:32:04.521Z] ---> e29f17a8afcc [2021-04-21T00:32:04.521Z] Step 23/23 : LABEL version=0.0.0 [2021-04-21T00:32:04.521Z] ---> Running in d2095ab18832 [2021-04-21T00:32:05.118Z] Removing intermediate container d2095ab18832 [2021-04-21T00:32:05.118Z] ---> af8a8eac3b62 [2021-04-21T00:32:05.118Z] [2021-04-21T00:32:05.394Z] Successfully built af8a8eac3b62 [2021-04-21T00:32:05.394Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-21T00:32:06.009Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-21T00:32:06.025Z] $ docker stop --time=1 36aba50b35e0c4abc55c70e4d4a34c21b3066ce84316457f98409eeb878409ef [2021-04-21T00:32:07.922Z] $ docker rm -f 36aba50b35e0c4abc55c70e4d4a34c21b3066ce84316457f98409eeb878409ef [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-21T00:32:08.512Z] + grep docker [2021-04-21T00:32:08.512Z] + docker images [2021-04-21T00:32:08.786Z] docker-sys-mgmt-agent-go-arm64 latest af8a8eac3b62 4 seconds ago 299MB [2021-04-21T00:32:08.786Z] docker-core-data-go-arm64 latest d116d14264bf 43 seconds ago 21.6MB [2021-04-21T00:32:08.786Z] docker-support-notifications-go-arm64 latest 24b9b24bc269 51 seconds ago 17.2MB [2021-04-21T00:32:08.786Z] docker-security-proxy-setup-go-arm64 latest 1c7906a2e4dd 2 minutes ago 24.7MB [2021-04-21T00:32:08.786Z] docker-security-bootstrapper-go-arm64 latest 1723a975dfa0 4 minutes ago 18.2MB [2021-04-21T00:32:08.786Z] docker-core-metadata-go-arm64 latest 7cfd40da6af2 4 minutes ago 18.1MB [2021-04-21T00:32:08.786Z] docker-security-secretstore-setup-go-arm64 latest a70afea06477 4 minutes ago 25MB [2021-04-21T00:32:08.786Z] docker-core-command-go-arm64 latest 34d78042348d 4 minutes ago 16.5MB [2021-04-21T00:32:08.786Z] docker-support-scheduler-go-arm64 latest 543024327f48 4 minutes ago 16.6MB [2021-04-21T00:32:08.786Z] docker 20.10.0 eeaf43b92773 4 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-04-21T00:32:09.481Z] ---> job-cost.sh [2021-04-21T00:32:09.481Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5LNO [2021-04-21T00:32:48.415Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-21T00:34:25.144Z] lf-activate-venv(): INFO: Adding /tmp/venv-5LNO/bin to PATH [2021-04-21T00:34:25.144Z] INFO: No Stack... [2021-04-21T00:34:25.144Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-21T00:34:25.144Z] INFO: Archiving Costs [Pipeline] sh [2021-04-21T00:34:25.483Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-04-21T00:34:25.483Z] + cut -d, -f6 [Pipeline] lock [2021-04-21T00:34:25.609Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3391-2-stack-cost] [2021-04-21T00:34:25.618Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3391-2-stack-cost] did not exist. Created. [2021-04-21T00:34:25.619Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3391-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-21T00:34:25.987Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-21T00:34:26.271Z] Stashed 1 file(s) [Pipeline] } [2021-04-21T00:34:26.286Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3391-2-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-04-21T00:34:27.268Z] provisioning config files... [2021-04-21T00:34:27.281Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config7393702321145233059tmp [Pipeline] { [Pipeline] sh [2021-04-21T00:34:27.613Z] + set +x [2021-04-21T00:34:27.613Z] + curl -s https://codecov.io/bash [2021-04-21T00:34:27.613Z] + bash -s -- [2021-04-21T00:34:28.218Z] [2021-04-21T00:34:28.218Z] _____ _ [2021-04-21T00:34:28.218Z] / ____| | | [2021-04-21T00:34:28.218Z] | | ___ __| | ___ ___ _____ __ [2021-04-21T00:34:28.218Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-21T00:34:28.218Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-21T00:34:28.218Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-21T00:34:28.218Z] Bash-1.0.2 [2021-04-21T00:34:28.218Z] [2021-04-21T00:34:28.218Z] [2021-04-21T00:34:28.218Z] ==> git version 2.24.3 found [2021-04-21T00:34:28.218Z] ==> 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-04-21T00:34:28.218Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-21T00:34:28.218Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-21T00:34:28.218Z] ==> Jenkins CI detected. [2021-04-21T00:34:28.218Z] project root: . [2021-04-21T00:34:28.218Z] --> token set from env [2021-04-21T00:34:28.218Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-21T00:34:28.218Z] ==> Running gcov in . (disable via -X gcov) [2021-04-21T00:34:28.218Z] ==> Python coveragepy not found [2021-04-21T00:34:28.218Z] ==> Searching for coverage reports in: [2021-04-21T00:34:28.218Z] + . [2021-04-21T00:34:28.497Z] -> Found 1 reports [2021-04-21T00:34:28.497Z] ==> Detecting git/mercurial file structure [2021-04-21T00:34:28.497Z] ==> Reading reports [2021-04-21T00:34:28.497Z] + ./coverage.out bytes=711909 [2021-04-21T00:34:28.497Z] ==> Appending adjustments [2021-04-21T00:34:28.497Z] https://docs.codecov.io/docs/fixing-reports [2021-04-21T00:34:32.781Z] + Found adjustments [2021-04-21T00:34:32.781Z] ==> Gzipping contents [2021-04-21T00:34:32.781Z] 100K /tmp/codecov.frZcTP.gz [2021-04-21T00:34:32.781Z] ==> Uploading reports [2021-04-21T00:34:32.781Z] url: https://codecov.io [2021-04-21T00:34:32.781Z] query: branch=PR-3391&commit=3daad41841a19eb22bce2f1fa509c016ebb6911a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3391%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3391&job=&cmd_args= [2021-04-21T00:34:32.781Z] -> Pinging Codecov [2021-04-21T00:34:32.781Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3391&commit=3daad41841a19eb22bce2f1fa509c016ebb6911a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3391%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3391&job=&cmd_args= [2021-04-21T00:34:32.781Z] -> Uploading to [2021-04-21T00:34:32.781Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-21/00271124DB129430A58F1EEE437C3FCB/3daad41841a19eb22bce2f1fa509c016ebb6911a/2b9cd835-7133-4cfb-9ff5-cc2dba2fab1d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210421%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210421T003432Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c787030da9343130bba2f71b04a744b00192653def1e6249a0947cecfb139055 [2021-04-21T00:34:32.781Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-21T00:34:32.781Z] Dload Upload Total Spent Left Speed [2021-04-21T00:34:33.356Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99k 0 0 100 99k 0 211k --:--:-- --:--:-- --:--:-- 212k [2021-04-21T00:34:33.356Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/3daad41841a19eb22bce2f1fa509c016ebb6911a [Pipeline] } [2021-04-21T00:34:33.367Z] 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-04-21T00:34:34.500Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-21T00:34:35.390Z] ---> package-listing.sh [2021-04-21T00:34:35.390Z] ++ facter osfamily [2021-04-21T00:34:35.390Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-21T00:34:35.390Z] + OS_FAMILY=redhat [2021-04-21T00:34:35.390Z] + workspace=/w/workspace/edgex-go/2 [2021-04-21T00:34:35.390Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-21T00:34:35.390Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-21T00:34:35.390Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-21T00:34:35.390Z] + PACKAGES=/tmp/packages_start.txt [2021-04-21T00:34:35.390Z] + '[' /w/workspace/edgex-go/2 ']' [2021-04-21T00:34:35.390Z] + PACKAGES=/tmp/packages_end.txt [2021-04-21T00:34:35.390Z] + case "${OS_FAMILY}" in [2021-04-21T00:34:35.390Z] + rpm -qa [2021-04-21T00:34:35.390Z] + sort [2021-04-21T00:34:40.705Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-21T00:34:40.706Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-21T00:34:40.706Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-21T00:34:40.706Z] + '[' /w/workspace/edgex-go/2 ']' [2021-04-21T00:34:40.706Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-04-21T00:34:40.706Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-04-21T00:34:40.718Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-21T00:34:41.010Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-21T00:34:41.324Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-21T00:34:41.586Z] [2021-04-21T00:34:41.586Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-21T00:34:41.911Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-21T00:34:41.911Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-21T00:34:41.911Z] df20fa9351a1: Pulling fs layer [2021-04-21T00:34:41.911Z] 36b3adc4ff6f: Pulling fs layer [2021-04-21T00:34:41.911Z] 8ad3a11d3b57: Pulling fs layer [2021-04-21T00:34:41.911Z] 46f8f816bc3b: Pulling fs layer [2021-04-21T00:34:41.911Z] 93b61091891f: Pulling fs layer [2021-04-21T00:34:41.911Z] 93b9cdb0e59b: Pulling fs layer [2021-04-21T00:34:41.911Z] 5e14af77c1be: Pulling fs layer [2021-04-21T00:34:41.911Z] 01666e4c0597: Pulling fs layer [2021-04-21T00:34:41.911Z] aa168da1d23b: Pulling fs layer [2021-04-21T00:34:41.911Z] 01666e4c0597: Waiting [2021-04-21T00:34:41.911Z] 5e14af77c1be: Waiting [2021-04-21T00:34:41.911Z] aa168da1d23b: Waiting [2021-04-21T00:34:41.911Z] 46f8f816bc3b: Waiting [2021-04-21T00:34:41.911Z] 36b3adc4ff6f: Download complete [2021-04-21T00:34:42.173Z] 46f8f816bc3b: Verifying Checksum [2021-04-21T00:34:42.173Z] 46f8f816bc3b: Download complete [2021-04-21T00:34:42.173Z] df20fa9351a1: Verifying Checksum [2021-04-21T00:34:42.173Z] 93b9cdb0e59b: Verifying Checksum [2021-04-21T00:34:42.173Z] 93b9cdb0e59b: Download complete [2021-04-21T00:34:42.173Z] 5e14af77c1be: Verifying Checksum [2021-04-21T00:34:42.173Z] 5e14af77c1be: Download complete [2021-04-21T00:34:42.173Z] 93b61091891f: Verifying Checksum [2021-04-21T00:34:42.173Z] 93b61091891f: Download complete [2021-04-21T00:34:42.173Z] 01666e4c0597: Verifying Checksum [2021-04-21T00:34:42.173Z] 01666e4c0597: Download complete [2021-04-21T00:34:42.439Z] 8ad3a11d3b57: Verifying Checksum [2021-04-21T00:34:42.439Z] 8ad3a11d3b57: Download complete [2021-04-21T00:34:42.439Z] df20fa9351a1: Pull complete [2021-04-21T00:34:42.702Z] 36b3adc4ff6f: Pull complete [2021-04-21T00:34:43.658Z] 8ad3a11d3b57: Pull complete [2021-04-21T00:34:43.658Z] 46f8f816bc3b: Pull complete [2021-04-21T00:34:44.610Z] aa168da1d23b: Verifying Checksum [2021-04-21T00:34:44.610Z] aa168da1d23b: Download complete [2021-04-21T00:34:45.561Z] 93b61091891f: Pull complete [2021-04-21T00:34:45.825Z] 93b9cdb0e59b: Pull complete [2021-04-21T00:34:45.825Z] 5e14af77c1be: Pull complete [2021-04-21T00:34:46.091Z] 01666e4c0597: Pull complete [2021-04-21T00:34:56.152Z] aa168da1d23b: Pull complete [2021-04-21T00:34:56.152Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-21T00:34:56.152Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-21T00:34:56.152Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-21T00:34:56.343Z] prd-centos7-docker-4c-2g-1296 does not seem to be running inside a container [2021-04-21T00:34:56.397Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-04-21T00:35:06.524Z] $ docker top 932eecfac32f394c60869943f4365274ef62cd8578b6f91ec51fb6d9c4f03c58 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-21T00:35:07.068Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-21T00:35:07.375Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-21T00:35:07.682Z] + ls /var/log/sa-host [2021-04-21T00:35:07.682Z] + sadf -c /var/log/sa-host/sa21 [2021-04-21T00:35:07.682Z] file_magic: OK [2021-04-21T00:35:07.682Z] HZ: Using current value: 100 [2021-04-21T00:35:07.682Z] file_header: OK [2021-04-21T00:35:07.682Z] 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-04-21T00:35:07.682Z] Statistics: [2021-04-21T00:35:07.682Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-21T00:35:07.682Z] File successfully converted to sysstat format version 12.2.1 [2021-04-21T00:35:07.682Z] + sadf -c /var/log/sa-host/sa23 [2021-04-21T00:35:07.682Z] file_magic: OK [2021-04-21T00:35:07.682Z] HZ: Using current value: 100 [2021-04-21T00:35:07.682Z] file_header: OK [2021-04-21T00:35:07.682Z] 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-04-21T00:35:07.682Z] Statistics: [2021-04-21T00:35:07.682Z] Hnuu...uuuununununu... [2021-04-21T00:35:07.682Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-21T00:35:08.249Z] provisioning config files... [2021-04-21T00:35:08.269Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config3322072393086700208tmp [Pipeline] { [Pipeline] echo [2021-04-21T00:35:08.295Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-21T00:35:08.597Z] ---> create-netrc.sh [Pipeline] } [2021-04-21T00:35:08.607Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-21T00:35:08.633Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-21T00:35:08.950Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-21T00:35:08.965Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-21T00:35:09.276Z] ---> sudo-logs.sh [2021-04-21T00:35:09.276Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-21T00:35:09.310Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-21T00:35:09.611Z] ---> job-cost.sh [2021-04-21T00:35:09.611Z] lf-activate-venv: SKIPPING [2021-04-21T00:35:09.611Z] DEBUG: total: 0.20999999344348907 [2021-04-21T00:35:09.611Z] INFO: Retrieving Stack Cost... [2021-04-21T00:35:10.560Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-21T00:35:11.143Z] INFO: Archiving Costs [Pipeline] echo [2021-04-21T00:35:11.160Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-21T00:35:11.464Z] ---> logs-deploy.sh [2021-04-21T00:35:11.464Z] lf-activate-venv: SKIPPING [2021-04-21T00:35:11.464Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3391/2 [2021-04-21T00:35:11.464Z] INFO: archiving workspace using pattern(s): [2021-04-21T00:35:12.858Z] Archives upload complete. [2021-04-21T00:35:13.121Z] INFO: archiving logs to Nexus