Branch indexing 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+03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 (748dc2b14d7d58f0ee07acfae136c6a251f66a5e) 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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-1780 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 into PR head commit 3daad41841a19eb22bce2f1fa509c016ebb6911a Merge succeeded, producing 0777a43d301daa0545bfa71874cf4f7ad0190c79 Checking out Revision 0777a43d301daa0545bfa71874cf4f7ad0190c79 (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 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0777a43d301daa0545bfa71874cf4f7ad0190c79 # timeout=10 Commit message: "Merge commit '03ff76bef9ea91d3a070bcb4fd44d0f94334fca4' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-26T08:31:10.033Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-26T08:31:10.151Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-26T08:31:10.177Z] ========================================================= [2021-04-26T08:31:10.177Z] EdgeX Global Pipelines Version Info [2021-04-26T08:31:10.177Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk c55df792c06c06ba7066dcd8d8a20bd913cc4294 # timeout=10 [2021-04-26T08:31:11.771Z] ------------------- [2021-04-26T08:31:11.771Z] stable info: [2021-04-26T08:31:11.771Z] ------------------- [2021-04-26T08:31:11.771Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-26T08:31:11.771Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-26T08:31:11.771Z] Message: update stable to v1.0.186 [2021-04-26T08:31:12.718Z] ------------------- [2021-04-26T08:31:12.718Z] experimental info: [2021-04-26T08:31:12.718Z] ------------------- [2021-04-26T08:31:12.718Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-26T08:31:12.718Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-26T08:31:12.718Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-26T08:31:12.842Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-26T08:31:12.864Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-26T08:31:12.886Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-26T08:31:12.908Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-26T08:31:12.929Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-26T08:31:12.950Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-26T08:31:12.973Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-26T08:31:12.995Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-26T08:31:13.016Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-26T08:31:13.038Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-26T08:31:13.084Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-26T08:31:13.110Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-26T08:31:13.136Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-26T08:31:13.158Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-26T08:31:13.180Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-26T08:31:13.208Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-26T08:31:13.229Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-26T08:31:13.252Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-26T08:31:13.283Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-26T08:31:13.323Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-26T08:31:13.344Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-26T08:31:13.365Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-26T08:31:13.387Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3391 [Pipeline] echo [2021-04-26T08:31:13.408Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3391 [Pipeline] echo [2021-04-26T08:31:13.429Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3391 [Pipeline] echo [2021-04-26T08:31:13.450Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0777a43d301daa0545bfa71874cf4f7ad0190c79 [Pipeline] echo [2021-04-26T08:31:13.471Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0777a43 [Pipeline] echo [2021-04-26T08:31:13.491Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-26T08:31:13.558Z] provisioning config files... [2021-04-26T08:31:13.591Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config3152807617326257528tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-26T08:31:13.923Z] ---> docker-login.sh [2021-04-26T08:31:13.923Z] nexus3.edgexfoundry.org:10001 [2021-04-26T08:31:14.513Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:31:14.513Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:31:14.513Z] Configure a credential helper to remove this warning. See [2021-04-26T08:31:14.513Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:31:14.513Z] [2021-04-26T08:31:14.513Z] Login Succeeded [2021-04-26T08:31:14.513Z] nexus3.edgexfoundry.org:10002 [2021-04-26T08:31:14.781Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:31:14.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:31:14.781Z] Configure a credential helper to remove this warning. See [2021-04-26T08:31:14.781Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:31:14.781Z] [2021-04-26T08:31:14.781Z] Login Succeeded [2021-04-26T08:31:14.781Z] nexus3.edgexfoundry.org:10003 [2021-04-26T08:31:15.048Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:31:15.048Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:31:15.048Z] Configure a credential helper to remove this warning. See [2021-04-26T08:31:15.048Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:31:15.048Z] [2021-04-26T08:31:15.048Z] Login Succeeded [2021-04-26T08:31:15.048Z] nexus3.edgexfoundry.org:10004 [2021-04-26T08:31:15.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:31:15.313Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:31:15.313Z] Configure a credential helper to remove this warning. See [2021-04-26T08:31:15.313Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:31:15.313Z] [2021-04-26T08:31:15.313Z] Login Succeeded [2021-04-26T08:31:15.313Z] docker.io [2021-04-26T08:31:15.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:31:15.576Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:31:15.576Z] Configure a credential helper to remove this warning. See [2021-04-26T08:31:15.576Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:31:15.576Z] [2021-04-26T08:31:15.576Z] Login Succeeded [2021-04-26T08:31:15.576Z] ---> docker-login.sh ends [Pipeline] } [2021-04-26T08:31:15.588Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-26T08:31:15.931Z] ++ 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-26T08:31:15.931Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T08:31:15.931Z] ++ dirname cmd/core-command/Dockerfile [2021-04-26T08:31:15.931Z] ++ cut -d/ -f2 [2021-04-26T08:31:15.931Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-26T08:31:15.931Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T08:31:15.931Z] ++ dirname cmd/core-data/Dockerfile [2021-04-26T08:31:15.931Z] ++ cut -d/ -f2 [2021-04-26T08:31:15.931Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-26T08:31:15.931Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T08:31:15.931Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-26T08:31:15.931Z] ++ cut -d/ -f2 [2021-04-26T08:31:15.931Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-26T08:31:15.931Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T08:31:15.931Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-26T08:31:15.931Z] ++ cut -d/ -f2 [2021-04-26T08:31:15.931Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-26T08:31:15.931Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T08:31:15.931Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-26T08:31:15.931Z] ++ cut -d/ -f2 [2021-04-26T08:31:15.931Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-26T08:31:15.931Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T08:31:15.931Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-26T08:31:15.931Z] ++ cut -d/ -f2 [2021-04-26T08:31:15.931Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-26T08:31:15.931Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T08:31:15.931Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-26T08:31:15.931Z] ++ cut -d/ -f2 [2021-04-26T08:31:15.931Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-26T08:31:15.931Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T08:31:15.931Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-26T08:31:15.931Z] ++ cut -d/ -f2 [2021-04-26T08:31:15.931Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-26T08:31:15.931Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T08:31:15.931Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-26T08:31:15.931Z] ++ cut -d/ -f2 [2021-04-26T08:31:15.931Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-26T08:31:16.023Z] 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-26T08:31:16.683Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-26T08:31:16.683Z] [2021-04-26T08:31:16.683Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:31:17.013Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-26T08:31:17.013Z] latest: Pulling from edgex-devops/git-semver [2021-04-26T08:31:17.013Z] 31603596830f: Pulling fs layer [2021-04-26T08:31:17.013Z] 2a8b12db71e7: Pulling fs layer [2021-04-26T08:31:17.013Z] 6ca5941a6612: Pulling fs layer [2021-04-26T08:31:17.013Z] ecc8261a40a4: Pulling fs layer [2021-04-26T08:31:17.013Z] ecc8261a40a4: Waiting [2021-04-26T08:31:17.013Z] 2a8b12db71e7: Verifying Checksum [2021-04-26T08:31:17.013Z] 2a8b12db71e7: Download complete [2021-04-26T08:31:17.013Z] 31603596830f: Download complete [2021-04-26T08:31:17.283Z] ecc8261a40a4: Verifying Checksum [2021-04-26T08:31:17.283Z] ecc8261a40a4: Download complete [2021-04-26T08:31:17.283Z] 6ca5941a6612: Verifying Checksum [2021-04-26T08:31:17.283Z] 6ca5941a6612: Download complete [2021-04-26T08:31:17.548Z] 31603596830f: Pull complete [2021-04-26T08:31:17.814Z] 2a8b12db71e7: Pull complete [2021-04-26T08:31:18.769Z] 6ca5941a6612: Pull complete [2021-04-26T08:31:18.769Z] ecc8261a40a4: Pull complete [2021-04-26T08:31:18.769Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-26T08:31:18.769Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-26T08:31:18.769Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-26T08:31:18.877Z] prd-centos7-docker-4c-2g-1780 does not seem to be running inside a container [2021-04-26T08:31:18.939Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-26T08:31:21.497Z] $ docker top 5f99bb68c3405fc6120139ccac34be4a44374e2bfd33a59f938c6878b6dbb7e4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-26T08:31:21.659Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-26T08:31:21.659Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-26T08:31:21.912Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-26T08:31:21.917Z] $ docker exec 5f99bb68c3405fc6120139ccac34be4a44374e2bfd33a59f938c6878b6dbb7e4 ssh-agent [2021-04-26T08:31:22.108Z] SSH_AUTH_SOCK=/tmp/ssh-Z5MP1GniUfZa/agent.12 [2021-04-26T08:31:22.108Z] SSH_AGENT_PID=17 [2021-04-26T08:31:22.120Z] Running ssh-add (command line suppressed) [2021-04-26T08:31:22.265Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_1150322099986451668.key (/w/workspace/edgex-go/6@tmp/private_key_1150322099986451668.key) [2021-04-26T08:31:22.329Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-26T08:31:22.666Z] + git tag --points-at HEAD [Pipeline] } [2021-04-26T08:31:22.689Z] $ docker exec --env ******** --env ******** 5f99bb68c3405fc6120139ccac34be4a44374e2bfd33a59f938c6878b6dbb7e4 ssh-agent -k [2021-04-26T08:31:22.828Z] unset SSH_AUTH_SOCK; [2021-04-26T08:31:22.828Z] unset SSH_AGENT_PID; [2021-04-26T08:31:22.828Z] echo Agent pid 17 killed; [2021-04-26T08:31:22.883Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-26T08:31:22.928Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-26T08:31:22.928Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-26T08:31:23.134Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-26T08:31:23.140Z] $ docker exec 5f99bb68c3405fc6120139ccac34be4a44374e2bfd33a59f938c6878b6dbb7e4 ssh-agent [2021-04-26T08:31:23.339Z] SSH_AUTH_SOCK=/tmp/ssh-dfbXNTeCB2WY/agent.45 [2021-04-26T08:31:23.339Z] SSH_AGENT_PID=51 [2021-04-26T08:31:23.346Z] Running ssh-add (command line suppressed) [2021-04-26T08:31:23.498Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_61256689804064203.key (/w/workspace/edgex-go/6@tmp/private_key_61256689804064203.key) [2021-04-26T08:31:23.562Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-26T08:31:23.872Z] + git semver init [2021-04-26T08:31:23.872Z] # -> Open(): unable to determine branch for HEAD [2021-04-26T08:31:23.872Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2021-04-26T08:31:23.872Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2021-04-26T08:31:23.872Z] # $SEMVER_REMOTE_NAME = origin [2021-04-26T08:31:23.872Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-26T08:31:23.872Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-26T08:31:23.872Z] # $SEMVER_BRANCH = PR-3391 [2021-04-26T08:31:23.872Z] # $SEMVER_TEMP = /tmp/semver-175089783 [2021-04-26T08:31:23.872Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-26T08:31:50.535Z] # '/tmp/semver-175089783' -> '/w/workspace/edgex-go/6/.semver' [2021-04-26T08:31:50.535Z] # -> Force: false [2021-04-26T08:31:50.535Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2021-04-26T08:31:50.551Z] $ docker exec --env ******** --env ******** 5f99bb68c3405fc6120139ccac34be4a44374e2bfd33a59f938c6878b6dbb7e4 ssh-agent -k [2021-04-26T08:31:50.861Z] unset SSH_AUTH_SOCK; [2021-04-26T08:31:50.862Z] unset SSH_AGENT_PID; [2021-04-26T08:31:50.862Z] echo Agent pid 51 killed; [2021-04-26T08:31:50.990Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-26T08:31:51.345Z] + git semver [Pipeline] } [2021-04-26T08:31:51.367Z] $ docker stop --time=1 5f99bb68c3405fc6120139ccac34be4a44374e2bfd33a59f938c6878b6dbb7e4 [2021-04-26T08:31:53.091Z] $ docker rm -f 5f99bb68c3405fc6120139ccac34be4a44374e2bfd33a59f938c6878b6dbb7e4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-26T08:31:53.576Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-26T08:31:54.053Z] Stashed 1 file(s) [Pipeline] echo [2021-04-26T08:31:54.057Z] [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-26T08:31:54.555Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-26T08:31:54.857Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-26T08:31:55.162Z] + sudo service docker restart [2021-04-26T08:31:55.163Z] + true [2021-04-26T08:31:55.163Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-26T08:31:55.762Z] ========================================================= [2021-04-26T08:31:55.763Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-26T08:31:55.763Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:31:56.077Z] + 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-26T08:32:00.318Z] Sending build context to Docker daemon 329.9MB [2021-04-26T08:32:00.586Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-26T08:32:00.586Z] Step 2/6 : FROM ${BASE} [2021-04-26T08:32:00.586Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-26T08:32:00.586Z] 188c0c94c7c5: Pulling fs layer [2021-04-26T08:32:00.586Z] 0ef7d3d256c8: Pulling fs layer [2021-04-26T08:32:00.586Z] de9db76c5a1d: Pulling fs layer [2021-04-26T08:32:00.586Z] bca2f99d35d6: Pulling fs layer [2021-04-26T08:32:00.586Z] 93359f2a8cfa: Pulling fs layer [2021-04-26T08:32:00.586Z] 7c6f9722023f: Pulling fs layer [2021-04-26T08:32:00.586Z] a35cf1a2eb13: Pulling fs layer [2021-04-26T08:32:00.586Z] bca2f99d35d6: Waiting [2021-04-26T08:32:00.586Z] 93359f2a8cfa: Waiting [2021-04-26T08:32:00.586Z] a35cf1a2eb13: Waiting [2021-04-26T08:32:00.586Z] 7c6f9722023f: Waiting [2021-04-26T08:32:00.586Z] de9db76c5a1d: Verifying Checksum [2021-04-26T08:32:00.586Z] de9db76c5a1d: Download complete [2021-04-26T08:32:00.586Z] 0ef7d3d256c8: Verifying Checksum [2021-04-26T08:32:00.586Z] 0ef7d3d256c8: Download complete [2021-04-26T08:32:00.851Z] 93359f2a8cfa: Verifying Checksum [2021-04-26T08:32:00.851Z] 93359f2a8cfa: Download complete [2021-04-26T08:32:00.851Z] 7c6f9722023f: Verifying Checksum [2021-04-26T08:32:00.851Z] 7c6f9722023f: Download complete [2021-04-26T08:32:00.851Z] 188c0c94c7c5: Verifying Checksum [2021-04-26T08:32:00.851Z] 188c0c94c7c5: Download complete [2021-04-26T08:32:01.118Z] 188c0c94c7c5: Pull complete [2021-04-26T08:32:01.387Z] 0ef7d3d256c8: Pull complete [2021-04-26T08:32:01.673Z] de9db76c5a1d: Pull complete [2021-04-26T08:32:03.712Z] a35cf1a2eb13: Verifying Checksum [2021-04-26T08:32:03.712Z] a35cf1a2eb13: Download complete [2021-04-26T08:32:04.308Z] bca2f99d35d6: Verifying Checksum [2021-04-26T08:32:04.308Z] bca2f99d35d6: Download complete [2021-04-26T08:32:09.186Z] Still waiting to schedule task [2021-04-26T08:32:09.186Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-26T08:32:10.970Z] bca2f99d35d6: Pull complete [2021-04-26T08:32:10.970Z] 93359f2a8cfa: Pull complete [2021-04-26T08:32:11.241Z] 7c6f9722023f: Pull complete [2021-04-26T08:32:15.499Z] a35cf1a2eb13: Pull complete [2021-04-26T08:32:15.500Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-26T08:32:15.500Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-26T08:32:15.500Z] ---> a62c8e92a672 [2021-04-26T08:32:15.500Z] 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-26T08:32:15.769Z] ---> Running in 158ddb2e99e0 [2021-04-26T08:32:16.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:32:17.300Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:32:17.565Z] (1/12) Installing libmagic (5.38-r0) [2021-04-26T08:32:18.143Z] (2/12) Installing file (5.38-r0) [2021-04-26T08:32:18.406Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-26T08:32:18.406Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-26T08:32:22.626Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-26T08:32:22.626Z] (6/12) Installing patch (2.7.6-r6) [2021-04-26T08:32:22.626Z] (7/12) Installing build-base (0.5-r2) [2021-04-26T08:32:22.626Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-26T08:32:22.889Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-26T08:32:22.889Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-26T08:32:23.153Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-26T08:32:23.153Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-26T08:32:23.153Z] Executing busybox-1.31.1-r19.trigger [2021-04-26T08:32:23.153Z] OK: 233 MiB in 51 packages [2021-04-26T08:32:27.385Z] Removing intermediate container 158ddb2e99e0 [2021-04-26T08:32:27.385Z] ---> e793ecfb3a64 [2021-04-26T08:32:27.385Z] Step 4/6 : WORKDIR /edgex-go [2021-04-26T08:32:27.385Z] ---> Running in 62d41624a0be [2021-04-26T08:32:27.385Z] Removing intermediate container 62d41624a0be [2021-04-26T08:32:27.385Z] ---> 6b0775b20e16 [2021-04-26T08:32:27.385Z] Step 5/6 : COPY go.mod . [2021-04-26T08:32:27.385Z] ---> 58c4986ceac0 [2021-04-26T08:32:27.385Z] Step 6/6 : RUN go mod download [2021-04-26T08:32:27.385Z] ---> Running in 6a70456069cc [2021-04-26T08:32:49.487Z] Removing intermediate container 6a70456069cc [2021-04-26T08:32:49.487Z] ---> 7fc6b6451900 [2021-04-26T08:32:49.487Z] Successfully built 7fc6b6451900 [2021-04-26T08:32:49.487Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:32:49.826Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-26T08:32:49.826Z] . [Pipeline] withDockerContainer [2021-04-26T08:32:50.250Z] prd-centos7-docker-4c-2g-1780 does not seem to be running inside a container [2021-04-26T08:32:50.308Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-26T08:32:51.340Z] $ docker top 87f60eb66c3ac20406bb940a5344b6e06c4f9fa6c93fc85a1ea53427cf6fa3e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T08:32:51.768Z] + go version [2021-04-26T08:32:51.768Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-26T08:32:51.784Z] $ docker stop --time=1 87f60eb66c3ac20406bb940a5344b6e06c4f9fa6c93fc85a1ea53427cf6fa3e0 [2021-04-26T08:32:53.170Z] $ docker rm -f 87f60eb66c3ac20406bb940a5344b6e06c4f9fa6c93fc85a1ea53427cf6fa3e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:32:53.679Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-26T08:32:53.679Z] . [Pipeline] withDockerContainer [2021-04-26T08:32:53.792Z] prd-centos7-docker-4c-2g-1780 does not seem to be running inside a container [2021-04-26T08:32:53.848Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-26T08:32:55.133Z] $ docker top 6ef316483363dd3329a68017c59d15b02e63efc1115b99af2f3e497aa9b400e1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-26T08:32:55.317Z] ========================================================= [2021-04-26T08:32:55.317Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-26T08:32:55.317Z] ========================================================= [Pipeline] sh [2021-04-26T08:32:55.622Z] + make test [2021-04-26T08:32:55.622Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-26T08:33:08.016Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-26T08:33:30.370Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-26T08:33:41.148Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-26T08:33:41.148Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-26T08:33:41.148Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-26T08:33:42.158Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-26T08:33:42.158Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-26T08:33:42.158Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-26T08:33:42.158Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-26T08:33:43.609Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-26T08:33:44.214Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-26T08:33:47.645Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-26T08:33:47.645Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-26T08:33:47.645Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-26T08:33:51.108Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.139s coverage: 45.9% of statements [2021-04-26T08:33:51.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-26T08:33:51.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-26T08:33:51.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-26T08:33:51.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-26T08:33:51.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-26T08:33:51.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-26T08:33:51.108Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.070s coverage: 19.8% of statements [2021-04-26T08:33:51.108Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.159s coverage: 100.0% of statements [2021-04-26T08:33:56.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.410s coverage: 27.1% of statements [2021-04-26T08:33:56.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-26T08:33:56.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-26T08:33:56.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-26T08:33:56.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-26T08:33:56.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-26T08:33:56.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-26T08:33:56.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.115s coverage: 100.0% of statements [2021-04-26T08:33:56.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-26T08:33:56.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.123s coverage: 100.0% of statements [2021-04-26T08:33:56.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-26T08:33:56.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-26T08:33:56.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.110s coverage: 71.3% of statements [2021-04-26T08:33:56.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-26T08:33:56.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-26T08:33:57.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.216s coverage: 82.9% of statements [2021-04-26T08:33:57.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-26T08:33:57.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T08:33:57.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.094s coverage: 78.9% of statements [2021-04-26T08:33:57.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-26T08:34:01.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.611s coverage: 28.6% of statements [2021-04-26T08:34:01.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-26T08:34:01.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-26T08:34:01.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-26T08:34:01.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-26T08:34:01.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-26T08:34:01.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.108s coverage: 100.0% of statements [2021-04-26T08:34:01.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-26T08:34:01.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.068s coverage: 100.0% of statements [2021-04-26T08:34:01.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-26T08:34:01.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.163s coverage: 86.7% of statements [2021-04-26T08:34:01.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-26T08:34:01.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.211s coverage: 97.5% of statements [2021-04-26T08:34:01.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-26T08:34:01.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.127s coverage: 78.3% of statements [2021-04-26T08:34:01.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-26T08:34:01.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-26T08:34:01.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-26T08:34:01.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-26T08:34:06.054Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.588s coverage: 93.0% of statements [2021-04-26T08:34:06.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-26T08:34:06.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T08:34:06.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-26T08:34:06.054Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-26T08:34:06.054Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-26T08:34:06.054Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-26T08:34:06.054Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-26T08:34:06.054Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-26T08:34:06.054Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-26T08:34:06.054Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-26T08:34:06.054Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-26T08:34:06.054Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-26T08:34:06.054Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-26T08:34:06.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-26T08:34:06.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-26T08:34:06.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-26T08:34:06.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-26T08:34:06.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-26T08:34:06.055Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.089s coverage: 58.8% of statements [2021-04-26T08:34:06.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-26T08:34:06.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-26T08:34:06.055Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.133s coverage: 0.9% of statements [2021-04-26T08:34:06.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-26T08:34:06.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-26T08:34:06.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-26T08:34:06.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.079s coverage: 47.1% of statements [2021-04-26T08:34:06.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.102s coverage: 79.5% of statements [2021-04-26T08:34:06.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.064s coverage: 94.1% of statements [2021-04-26T08:34:06.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements [2021-04-26T08:34:06.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.072s coverage: 87.5% of statements [2021-04-26T08:34:18.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.081s coverage: 94.4% of statements [2021-04-26T08:34:18.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements [2021-04-26T08:34:20.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.272s coverage: 81.9% of statements [2021-04-26T08:34:20.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-26T08:34:28.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.098s coverage: 92.9% of statements [2021-04-26T08:34:28.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-26T08:34:28.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-26T08:34:28.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-26T08:34:28.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.039s coverage: 65.1% of statements [2021-04-26T08:34:28.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-26T08:34:28.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-26T08:34:28.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-26T08:34:28.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-26T08:34:28.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-26T08:34:28.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.053s coverage: 87.2% of statements [2021-04-26T08:34:28.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-26T08:34:28.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-26T08:34:28.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.079s coverage: 100.0% of statements [2021-04-26T08:34:28.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-26T08:34:28.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 79.1% of statements [2021-04-26T08:34:28.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-26T08:34:28.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.077s coverage: 80.0% of statements [2021-04-26T08:34:28.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.116s coverage: 87.2% of statements [2021-04-26T08:34:28.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.097s coverage: 85.4% of statements [2021-04-26T08:34:28.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.265s coverage: 91.2% of statements [2021-04-26T08:34:28.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-26T08:34:28.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.248s coverage: 64.4% of statements [2021-04-26T08:34:28.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-26T08:34:28.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-26T08:34:28.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.084s coverage: 100.0% of statements [2021-04-26T08:34:28.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.054s coverage: 91.3% of statements [2021-04-26T08:34:28.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements [2021-04-26T08:34:28.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements [2021-04-26T08:34:28.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements [2021-04-26T08:34:28.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.683s coverage: 66.9% of statements [2021-04-26T08:34:28.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-26T08:34:28.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-26T08:34:28.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-26T08:34:28.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.192s coverage: 41.5% of statements [2021-04-26T08:34:28.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-26T08:34:28.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-26T08:34:28.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.070s coverage: 89.5% of statements [2021-04-26T08:34:28.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-26T08:34:28.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.067s coverage: 84.8% of statements [2021-04-26T08:34:29.381Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.191s coverage: 47.0% of statements [2021-04-26T08:34:29.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-26T08:34:29.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-26T08:34:29.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-26T08:34:29.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-26T08:34:29.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-26T08:34:29.381Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.069s coverage: 100.0% of statements [2021-04-26T08:34:29.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-26T08:34:29.381Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.097s coverage: 100.0% of statements [2021-04-26T08:34:29.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-26T08:34:29.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-26T08:34:30.373Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.080s coverage: 9.6% of statements [2021-04-26T08:34:30.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-26T08:34:30.979Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.260s coverage: 88.6% of statements [2021-04-26T08:34:30.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-26T08:34:30.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T08:34:30.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-26T08:34:33.798Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.313s coverage: 28.7% of statements [2021-04-26T08:34:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-26T08:34:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-26T08:34:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-26T08:34:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-26T08:34:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-26T08:34:33.798Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.105s coverage: 99.0% of statements [2021-04-26T08:34:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-26T08:34:33.798Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.126s coverage: 100.0% of statements [2021-04-26T08:34:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-26T08:34:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-26T08:34:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-26T08:34:33.798Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.099s coverage: 64.6% of statements [2021-04-26T08:34:33.798Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-26T08:34:34.430Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.174s coverage: 95.6% of statements [2021-04-26T08:34:34.430Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-26T08:34:34.430Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T08:34:34.430Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-26T08:34:34.430Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements [2021-04-26T08:34:34.430Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-26T08:34:34.430Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.040s coverage: 100.0% of statements [2021-04-26T08:34:34.430Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-26T08:34:34.430Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-26T08:34:34.430Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-26T08:34:34.430Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-26T08:34:34.430Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements [2021-04-26T08:34:34.430Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-26T08:34:34.430Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-26T08:34:35.034Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.085s coverage: 100.0% of statements [2021-04-26T08:34:35.638Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.063s coverage: 28.1% of statements [2021-04-26T08:34:35.638Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.064s coverage: 100.0% of statements [2021-04-26T08:34:36.223Z] GO111MODULE=on go vet ./... [2021-04-26T08:35:00.689Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1785 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws [2021-04-26T08:35:00.707Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-04-26T08:35:06.643Z] using credential edgex-jenkins-ssh [2021-04-26T08:35:06.665Z] Cloning the remote Git repository [2021-04-26T08:35:06.736Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-26T08:35:06.839Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-04-26T08:35:06.920Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-26T08:35:06.921Z] > git --version # timeout=10 [2021-04-26T08:35:06.936Z] > git --version # 'git version 2.17.1' [2021-04-26T08:35:06.938Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T08:35:06.999Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-26T08:35:15.799Z] gofmt -l . [2021-04-26T08:35:15.799Z] [ "`gofmt -l .`" = "" ] [2021-04-26T08:35:15.799Z] ./bin/test-go-mod-tidy.sh [2021-04-26T08:35:15.799Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-26T08:35:16.439Z] + ls -al . [2021-04-26T08:35:16.439Z] total 820 [2021-04-26T08:35:16.439Z] drwxrwxr-x 10 1001 1001 4096 Apr 26 08:35 . [2021-04-26T08:35:16.439Z] drwxr-xr-x 4 root root 28 Apr 26 08:32 .. [2021-04-26T08:35:16.439Z] -rw-rw-r-- 1 1001 1001 11 Apr 26 08:31 .dockerignore [2021-04-26T08:35:16.440Z] drwxrwxr-x 8 1001 1001 179 Apr 26 08:31 .git [2021-04-26T08:35:16.440Z] drwxrwxr-x 3 1001 1001 125 Apr 26 08:31 .github [2021-04-26T08:35:16.440Z] -rw-rw-r-- 1 1001 1001 818 Apr 26 08:31 .gitignore [2021-04-26T08:35:16.440Z] drwx------ 3 1001 1001 60 Apr 26 08:31 .semver [2021-04-26T08:35:16.440Z] -rw-rw-r-- 1 1001 1001 166 Apr 26 08:31 .sonarcloud.properties [2021-04-26T08:35:16.440Z] -rw-rw-r-- 1 1001 1001 8609 Apr 26 08:31 Attribution.txt [2021-04-26T08:35:16.440Z] -rw-rw-r-- 1 1001 1001 3804 Apr 26 08:31 CONTRIBUTING.md [2021-04-26T08:35:16.440Z] -rw-rw-r-- 1 1001 1001 931 Apr 26 08:31 Dockerfile.build [2021-04-26T08:35:16.440Z] -rw-rw-r-- 1 1001 1001 863 Apr 26 08:31 Jenkinsfile [2021-04-26T08:35:16.440Z] -rw-rw-r-- 1 1001 1001 10775 Apr 26 08:31 LICENSE [2021-04-26T08:35:16.440Z] -rw-rw-r-- 1 1001 1001 5774 Apr 26 08:31 Makefile [2021-04-26T08:35:16.440Z] -rw-rw-r-- 1 1001 1001 7978 Apr 26 08:31 README.md [2021-04-26T08:35:16.440Z] -rw-rw-r-- 1 1001 1001 6755 Apr 26 08:31 SECURITY.md [2021-04-26T08:35:16.440Z] -rw-rw-r-- 1 1001 1001 5 Apr 26 08:31 VERSION [2021-04-26T08:35:16.440Z] -rw-rw-r-- 1 1001 1001 4131 Apr 26 08:31 ZMQWindows.md [2021-04-26T08:35:16.440Z] drwxrwxr-x 2 1001 1001 117 Apr 26 08:31 bin [2021-04-26T08:35:16.440Z] drwxrwxr-x 14 1001 1001 4096 Apr 26 08:31 cmd [2021-04-26T08:35:16.440Z] -rw-r--r-- 1 root root 712626 Apr 26 08:34 coverage.out [2021-04-26T08:35:16.440Z] -rw-r--r-- 1 root root 1060 Apr 26 08:35 go.mod [2021-04-26T08:35:16.440Z] -rw-r--r-- 1 root root 22420 Apr 26 08:35 go.sum [2021-04-26T08:35:16.440Z] drwxrwxr-x 8 1001 1001 127 Apr 26 08:31 internal [2021-04-26T08:35:16.440Z] drwxrwxr-x 4 1001 1001 26 Apr 26 08:31 openapi [2021-04-26T08:35:16.440Z] drwxrwxr-x 4 1001 1001 71 Apr 26 08:31 snap [2021-04-26T08:35:16.440Z] -rw-rw-r-- 1 1001 1001 168 Apr 26 08:31 version.go [Pipeline] sh [2021-04-26T08:35:16.746Z] + '[' -e coverage.out ] [2021-04-26T08:35:16.746Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-26T08:35:17.001Z] Stashed 1 file(s) [Pipeline] sh [2021-04-26T08:35:17.628Z] + make build [2021-04-26T08:35:17.628Z] 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-26T08:35:21.861Z] 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-26T08:35:22.611Z] Merging remotes/origin/master commit 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 into PR head commit 3daad41841a19eb22bce2f1fa509c016ebb6911a [2021-04-26T08:35:21.607Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-26T08:35:21.624Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-26T08:35:21.651Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-26T08:35:21.689Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-26T08:35:21.690Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T08:35:21.703Z] > 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-26T08:35:22.636Z] > git config core.sparsecheckout # timeout=10 [2021-04-26T08:35:22.650Z] > git checkout -f 3daad41841a19eb22bce2f1fa509c016ebb6911a # timeout=10 [2021-04-26T08:35:22.968Z] > git remote # timeout=10 [2021-04-26T08:35:22.987Z] > git config --get remote.origin.url # timeout=10 [2021-04-26T08:35:23.003Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T08:35:23.012Z] > git merge 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 # timeout=10 [2021-04-26T08:35:23.298Z] Merge succeeded, producing e0056c2e8e199b2ff0e9a9d1ea8527d52410b62e [2021-04-26T08:35:23.298Z] Checking out Revision e0056c2e8e199b2ff0e9a9d1ea8527d52410b62e (PR-3391) [2021-04-26T08:35:23.277Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-26T08:35:23.307Z] > git config core.sparsecheckout # timeout=10 [2021-04-26T08:35:23.327Z] > git checkout -f e0056c2e8e199b2ff0e9a9d1ea8527d52410b62e # timeout=10 [2021-04-26T08:35:27.543Z] Commit message: "Merge commit '03ff76bef9ea91d3a070bcb4fd44d0f94334fca4' into HEAD" [2021-04-26T08:35:27.568Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-26T08:35:29.059Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-26T08:35:29.488Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-26T08:35:27.555Z] > git rev-list --no-walk c55df792c06c06ba7066dcd8d8a20bd913cc4294 # timeout=10 [2021-04-26T08:35:29.827Z] + sudo service docker restart [2021-04-26T08:35:29.827Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-26T08:35:31.851Z] provisioning config files... [2021-04-26T08:35:31.892Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config45692527884927025tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-26T08:35:32.009Z] 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-26T08:35:32.261Z] ---> docker-login.sh [2021-04-26T08:35:32.261Z] nexus3.edgexfoundry.org:10001 [2021-04-26T08:35:32.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:35:33.416Z] 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-26T08:35:33.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:35:33.474Z] Configure a credential helper to remove this warning. See [2021-04-26T08:35:33.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:35:33.474Z] [2021-04-26T08:35:33.474Z] Login Succeeded [2021-04-26T08:35:33.474Z] nexus3.edgexfoundry.org:10002 [2021-04-26T08:35:33.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:35:34.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:35:34.025Z] Configure a credential helper to remove this warning. See [2021-04-26T08:35:34.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:35:34.025Z] [2021-04-26T08:35:34.025Z] Login Succeeded [2021-04-26T08:35:34.025Z] nexus3.edgexfoundry.org:10003 [2021-04-26T08:35:34.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:35:34.574Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:35:34.574Z] Configure a credential helper to remove this warning. See [2021-04-26T08:35:34.574Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:35:34.574Z] [2021-04-26T08:35:34.574Z] Login Succeeded [2021-04-26T08:35:34.574Z] nexus3.edgexfoundry.org:10004 [2021-04-26T08:35:34.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:35:35.126Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:35:35.126Z] Configure a credential helper to remove this warning. See [2021-04-26T08:35:35.126Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:35:35.126Z] [2021-04-26T08:35:35.126Z] Login Succeeded [2021-04-26T08:35:35.126Z] docker.io [2021-04-26T08:35:35.364Z] 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-26T08:35:35.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:35:35.640Z] 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-26T08:35:35.671Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:35:35.671Z] Configure a credential helper to remove this warning. See [2021-04-26T08:35:35.671Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:35:35.671Z] [2021-04-26T08:35:35.671Z] Login Succeeded [2021-04-26T08:35:35.671Z] ---> docker-login.sh ends [Pipeline] } [2021-04-26T08:35:35.691Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-26T08:35:35.997Z] ========================================================= [2021-04-26T08:35:35.997Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-26T08:35:35.997Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:35:36.338Z] + 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-26T08:35:38.237Z] 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-26T08:35:38.980Z] Sending build context to Docker daemon 167.6MB [2021-04-26T08:35:38.980Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-26T08:35:38.980Z] Step 2/6 : FROM ${BASE} [2021-04-26T08:35:38.980Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-26T08:35:38.980Z] 5f621e34cdf4: Pulling fs layer [2021-04-26T08:35:38.980Z] a4357932f1b6: Pulling fs layer [2021-04-26T08:35:38.980Z] 18c013af1878: Pulling fs layer [2021-04-26T08:35:38.980Z] 00ac8860ef70: Pulling fs layer [2021-04-26T08:35:38.980Z] 63d7cb157983: Pulling fs layer [2021-04-26T08:35:38.980Z] b116817d02f9: Pulling fs layer [2021-04-26T08:35:38.980Z] 745a02a5169b: Pulling fs layer [2021-04-26T08:35:38.980Z] 00ac8860ef70: Waiting [2021-04-26T08:35:38.980Z] 63d7cb157983: Waiting [2021-04-26T08:35:38.981Z] b116817d02f9: Waiting [2021-04-26T08:35:38.981Z] 745a02a5169b: Waiting [2021-04-26T08:35:38.981Z] 18c013af1878: Download complete [2021-04-26T08:35:38.981Z] a4357932f1b6: Verifying Checksum [2021-04-26T08:35:38.981Z] a4357932f1b6: Download complete [2021-04-26T08:35:38.981Z] 63d7cb157983: Verifying Checksum [2021-04-26T08:35:38.981Z] 63d7cb157983: Download complete [2021-04-26T08:35:38.981Z] b116817d02f9: Verifying Checksum [2021-04-26T08:35:38.981Z] b116817d02f9: Download complete [2021-04-26T08:35:38.981Z] 5f621e34cdf4: Verifying Checksum [2021-04-26T08:35:38.981Z] 5f621e34cdf4: Download complete [2021-04-26T08:35:39.702Z] 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-26T08:35:39.973Z] 5f621e34cdf4: Pull complete [2021-04-26T08:35:40.575Z] a4357932f1b6: Pull complete [2021-04-26T08:35:40.851Z] 18c013af1878: Pull complete [2021-04-26T08:35:41.100Z] 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-26T08:35:41.126Z] 745a02a5169b: Verifying Checksum [2021-04-26T08:35:41.126Z] 745a02a5169b: Download complete [2021-04-26T08:35:42.569Z] 00ac8860ef70: Verifying Checksum [2021-04-26T08:35:42.569Z] 00ac8860ef70: Download complete [2021-04-26T08:35:43.036Z] 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-26T08:35:43.989Z] 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-26T08:35:45.405Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-26T08:35:48.001Z] $ docker stop --time=1 6ef316483363dd3329a68017c59d15b02e63efc1115b99af2f3e497aa9b400e1 [2021-04-26T08:35:49.776Z] $ docker rm -f 6ef316483363dd3329a68017c59d15b02e63efc1115b99af2f3e497aa9b400e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:35:51.417Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-26T08:35:51.417Z] [2021-04-26T08:35:51.417Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:35:51.744Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-26T08:35:51.744Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-26T08:35:51.744Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-26T08:35:51.744Z] ca9280d653b3: Pulling fs layer [2021-04-26T08:35:51.744Z] 7e9c9ca2126c: Pulling fs layer [2021-04-26T08:35:51.744Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-26T08:35:51.744Z] cbdbe7a5bc2a: Download complete [2021-04-26T08:35:52.340Z] ca9280d653b3: Verifying Checksum [2021-04-26T08:35:52.340Z] ca9280d653b3: Download complete [2021-04-26T08:35:52.340Z] cbdbe7a5bc2a: Pull complete [2021-04-26T08:35:53.756Z] 7e9c9ca2126c: Verifying Checksum [2021-04-26T08:35:53.756Z] 7e9c9ca2126c: Download complete [2021-04-26T08:35:53.756Z] ca9280d653b3: Pull complete [2021-04-26T08:35:54.982Z] 00ac8860ef70: Pull complete [2021-04-26T08:35:54.982Z] 63d7cb157983: Pull complete [2021-04-26T08:35:54.982Z] b116817d02f9: Pull complete [2021-04-26T08:35:57.632Z] 745a02a5169b: Pull complete [2021-04-26T08:35:57.632Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-26T08:35:57.632Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-26T08:35:57.632Z] ---> b7e6874047d6 [2021-04-26T08:35:57.632Z] 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-26T08:36:00.429Z] 7e9c9ca2126c: Pull complete [2021-04-26T08:36:00.429Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-26T08:36:00.429Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-26T08:36:00.429Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-26T08:36:00.710Z] prd-centos7-docker-4c-2g-1780 does not seem to be running inside a container [2021-04-26T08:36:00.767Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-26T08:36:01.030Z] ---> Running in 4ed299b26ec1 [2021-04-26T08:36:02.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:36:02.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:36:03.434Z] $ docker top 8d79ec15dd5c2b9d0a542896b41d710ffb4124897e0a97659e9aa8dfd32467c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T08:36:03.610Z] (1/12) Installing libmagic (5.38-r0) [2021-04-26T08:36:03.611Z] (2/12) Installing file (5.38-r0) [2021-04-26T08:36:03.886Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-26T08:36:03.886Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-26T08:36:03.903Z] + grep parallel [2021-04-26T08:36:03.903Z] + docker-compose build --help [2021-04-26T08:36:05.306Z] --parallel Build images in parallel. [Pipeline] } [2021-04-26T08:36:05.323Z] $ docker stop --time=1 8d79ec15dd5c2b9d0a542896b41d710ffb4124897e0a97659e9aa8dfd32467c4 [2021-04-26T08:36:06.738Z] $ docker rm -f 8d79ec15dd5c2b9d0a542896b41d710ffb4124897e0a97659e9aa8dfd32467c4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:36:07.255Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-26T08:36:07.255Z] . [Pipeline] withDockerContainer [2021-04-26T08:36:07.363Z] prd-centos7-docker-4c-2g-1780 does not seem to be running inside a container [2021-04-26T08:36:07.417Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-26T08:36:08.249Z] $ docker top 325ef27fab58403cfe2c4d58ab59a636df5a9b05a174cadf355a650bd09910a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T08:36:08.827Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-26T08:36:09.285Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-26T08:36:09.286Z] (6/12) Installing patch (2.7.6-r6) [2021-04-26T08:36:09.286Z] (7/12) Installing build-base (0.5-r2) [2021-04-26T08:36:09.286Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-26T08:36:09.558Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-26T08:36:09.558Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-26T08:36:09.832Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-26T08:36:09.832Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-26T08:36:09.832Z] Executing busybox-1.31.1-r19.trigger [2021-04-26T08:36:09.832Z] OK: 217 MiB in 51 packages [2021-04-26T08:36:10.225Z] Building docker-core-command-go ... [2021-04-26T08:36:10.225Z] Building docker-core-data-go ... [2021-04-26T08:36:10.225Z] Building docker-core-metadata-go ... [2021-04-26T08:36:10.225Z] Building docker-security-bootstrapper-go ... [2021-04-26T08:36:10.225Z] Building docker-security-proxy-setup-go ... [2021-04-26T08:36:10.225Z] Building docker-security-secretstore-setup-go ... [2021-04-26T08:36:10.225Z] Building docker-support-notifications-go ... [2021-04-26T08:36:10.225Z] Building docker-support-scheduler-go ... [2021-04-26T08:36:10.225Z] Building docker-sys-mgmt-agent-go ... [2021-04-26T08:36:10.225Z] Building docker-support-notifications-go [2021-04-26T08:36:10.225Z] Building docker-core-metadata-go [2021-04-26T08:36:10.225Z] Building docker-core-command-go [2021-04-26T08:36:10.225Z] Building docker-security-proxy-setup-go [2021-04-26T08:36:10.225Z] Building docker-security-secretstore-setup-go [2021-04-26T08:36:14.145Z] Removing intermediate container 4ed299b26ec1 [2021-04-26T08:36:14.145Z] ---> 4bef228e2534 [2021-04-26T08:36:14.145Z] Step 4/6 : WORKDIR /edgex-go [2021-04-26T08:36:14.145Z] ---> Running in 637e6eb1bfc5 [2021-04-26T08:36:14.420Z] Removing intermediate container 637e6eb1bfc5 [2021-04-26T08:36:14.420Z] ---> ab07b01206a1 [2021-04-26T08:36:14.420Z] Step 5/6 : COPY go.mod . [2021-04-26T08:36:15.016Z] ---> 17803933282b [2021-04-26T08:36:15.016Z] Step 6/6 : RUN go mod download [2021-04-26T08:36:15.289Z] ---> Running in 97cd6b5698ca [2021-04-26T08:36:42.088Z] Removing intermediate container 97cd6b5698ca [2021-04-26T08:36:42.088Z] ---> e494b80905d2 [2021-04-26T08:36:42.088Z] Successfully built e494b80905d2 [2021-04-26T08:36:42.088Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:36:42.425Z] + docker inspect -f . ci-base-image-arm64 [2021-04-26T08:36:42.425Z] . [Pipeline] withDockerContainer [2021-04-26T08:36:42.695Z] prd-ubuntu18.04-docker-arm64-4c-16g-1785 does not seem to be running inside a container [2021-04-26T08:36:42.773Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-26T08:36:44.467Z] $ docker top 1e8af0733292bc7b5e031e81bd3d9227addaf3e94f7c94b3ef781693efc079bd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T08:36:45.422Z] + go version [2021-04-26T08:36:45.422Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-26T08:36:45.445Z] $ docker stop --time=1 1e8af0733292bc7b5e031e81bd3d9227addaf3e94f7c94b3ef781693efc079bd [2021-04-26T08:36:47.370Z] $ docker rm -f 1e8af0733292bc7b5e031e81bd3d9227addaf3e94f7c94b3ef781693efc079bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:36:48.064Z] + docker inspect -f . ci-base-image-arm64 [2021-04-26T08:36:48.064Z] . [Pipeline] withDockerContainer [2021-04-26T08:36:48.328Z] prd-ubuntu18.04-docker-arm64-4c-16g-1785 does not seem to be running inside a container [2021-04-26T08:36:48.408Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-26T08:36:50.089Z] $ docker top bac441396a8123bdb1dd5b131d14f3825c117ba02c7f16224480aab7d929c84a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-26T08:36:50.395Z] ========================================================= [2021-04-26T08:36:50.395Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-26T08:36:50.395Z] ========================================================= [Pipeline] sh [2021-04-26T08:36:51.049Z] + make test [2021-04-26T08:36:51.049Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-26T08:36:57.521Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:36:57.521Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:36:57.521Z] ---> 7fc6b6451900 [2021-04-26T08:36:57.521Z] Step 3/21 : WORKDIR /edgex-go [2021-04-26T08:36:57.521Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:36:57.521Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:36:57.521Z] ---> 7fc6b6451900 [2021-04-26T08:36:57.521Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T08:36:57.521Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:36:57.521Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:36:57.521Z] ---> 7fc6b6451900 [2021-04-26T08:36:57.521Z] Step 3/25 : WORKDIR /edgex-go [2021-04-26T08:36:57.521Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:36:57.521Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:36:57.521Z] ---> 7fc6b6451900 [2021-04-26T08:36:57.521Z] Step 3/22 : WORKDIR /edgex-go [2021-04-26T08:36:57.521Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:36:57.521Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:36:57.521Z] ---> 7fc6b6451900 [2021-04-26T08:36:57.521Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T08:36:57.521Z] ---> Running in 90161554e374 [2021-04-26T08:36:57.521Z] ---> Running in 3da9f456a9c4 [2021-04-26T08:36:57.521Z] ---> Running in 2db47dd29b55 [2021-04-26T08:36:57.521Z] ---> Running in 02f891335468 [2021-04-26T08:36:57.521Z] ---> Running in 7b105e027899 [2021-04-26T08:36:57.521Z] Removing intermediate container 2db47dd29b55 [2021-04-26T08:36:57.521Z] ---> 03f150472d3c [2021-04-26T08:36:57.521Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:36:57.521Z] Removing intermediate container 90161554e374 [2021-04-26T08:36:57.521Z] ---> 7786b3198e08 [2021-04-26T08:36:57.521Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:36:57.521Z] Removing intermediate container 02f891335468 [2021-04-26T08:36:57.521Z] ---> 028baee8064d [2021-04-26T08:36:57.521Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:36:57.521Z] Removing intermediate container 7b105e027899 [2021-04-26T08:36:57.522Z] ---> b6bee4fe4b4b [2021-04-26T08:36:57.522Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:36:57.522Z] Removing intermediate container 3da9f456a9c4 [2021-04-26T08:36:57.522Z] ---> 0aafef28bba5 [2021-04-26T08:36:57.522Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:36:57.522Z] ---> Running in 850d31db0bb9 [2021-04-26T08:36:57.522Z] ---> Running in a378500069bf [2021-04-26T08:36:57.522Z] ---> Running in 823a24bcdbc7 [2021-04-26T08:36:57.522Z] ---> Running in b45b948991b2 [2021-04-26T08:36:57.522Z] ---> Running in b53ba17fa32a [2021-04-26T08:36:57.522Z] Removing intermediate container a378500069bf [2021-04-26T08:36:57.522Z] ---> 1104c4438662 [2021-04-26T08:36:57.522Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-26T08:36:57.522Z] ---> Running in 8bfd42290f2d [2021-04-26T08:36:57.522Z] Removing intermediate container 850d31db0bb9 [2021-04-26T08:36:57.522Z] ---> 8e9a3f1c0f2a [2021-04-26T08:36:57.522Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-04-26T08:36:57.522Z] Removing intermediate container b45b948991b2 [2021-04-26T08:36:57.522Z] ---> c17e9cc882e0 [2021-04-26T08:36:57.522Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-26T08:36:57.522Z] ---> Running in d6e5091464da [2021-04-26T08:36:57.522Z] ---> Running in ec9ad4bda9c4 [2021-04-26T08:36:57.522Z] Removing intermediate container b53ba17fa32a [2021-04-26T08:36:57.522Z] ---> 3b9c5f724d0f [2021-04-26T08:36:57.522Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-26T08:36:57.522Z] Removing intermediate container 823a24bcdbc7 [2021-04-26T08:36:57.522Z] ---> c8634086c422 [2021-04-26T08:36:57.522Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-26T08:36:57.522Z] ---> Running in b237c36711ff [2021-04-26T08:36:57.522Z] ---> Running in 641fa394b9ea [2021-04-26T08:36:57.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:36:57.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:36:57.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:36:57.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:36:57.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:36:57.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:36:57.522Z] OK: 233 MiB in 51 packages [2021-04-26T08:36:57.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:36:57.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:36:58.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:36:58.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:36:58.062Z] OK: 233 MiB in 51 packages [2021-04-26T08:36:58.347Z] OK: 233 MiB in 51 packages [2021-04-26T08:36:58.347Z] Removing intermediate container 8bfd42290f2d [2021-04-26T08:36:58.347Z] ---> 1f5114959b68 [2021-04-26T08:36:58.347Z] Step 6/21 : COPY go.mod . [2021-04-26T08:36:58.347Z] OK: 233 MiB in 51 packages [2021-04-26T08:36:58.347Z] OK: 233 MiB in 51 packages [2021-04-26T08:36:58.953Z] ---> 6d8b6672591d [2021-04-26T08:36:58.953Z] Step 7/21 : RUN go mod download [2021-04-26T08:36:58.953Z] Removing intermediate container d6e5091464da [2021-04-26T08:36:58.953Z] ---> 3b8efa4af46e [2021-04-26T08:36:58.953Z] Step 6/25 : COPY go.mod . [2021-04-26T08:36:59.227Z] ---> Running in e6304b9c4598 [2021-04-26T08:36:59.227Z] Removing intermediate container ec9ad4bda9c4 [2021-04-26T08:36:59.227Z] ---> 18fb935aa84a [2021-04-26T08:36:59.227Z] Step 6/23 : COPY go.mod . [2021-04-26T08:36:59.495Z] ---> 9d5eee95e451 [2021-04-26T08:36:59.495Z] Step 7/25 : RUN go mod download [2021-04-26T08:36:59.495Z] Removing intermediate container b237c36711ff [2021-04-26T08:36:59.495Z] ---> a1b7a6a5afb0 [2021-04-26T08:36:59.495Z] Step 6/22 : COPY go.mod . [2021-04-26T08:36:59.495Z] Removing intermediate container 641fa394b9ea [2021-04-26T08:36:59.495Z] ---> 65a6bc6be935 [2021-04-26T08:36:59.495Z] Step 6/23 : COPY go.mod . [2021-04-26T08:36:59.782Z] ---> Running in 93f23660c409 [2021-04-26T08:36:59.782Z] ---> f3be8eb5a564 [2021-04-26T08:36:59.782Z] Step 7/23 : RUN go mod download [2021-04-26T08:37:00.052Z] ---> Running in 080c805b815d [2021-04-26T08:37:00.052Z] ---> 1b82a268bb7c [2021-04-26T08:37:00.052Z] Step 7/22 : RUN go mod download [2021-04-26T08:37:00.326Z] ---> 5e75659d9a57 [2021-04-26T08:37:00.327Z] Step 7/23 : RUN go mod download [2021-04-26T08:37:00.327Z] ---> Running in f953f183d27b [2021-04-26T08:37:00.597Z] ---> Running in a6a1374b95ee [2021-04-26T08:37:03.188Z] Removing intermediate container e6304b9c4598 [2021-04-26T08:37:03.188Z] ---> 8748fc789094 [2021-04-26T08:37:03.188Z] Step 8/21 : COPY . . [2021-04-26T08:37:03.188Z] Removing intermediate container 93f23660c409 [2021-04-26T08:37:03.188Z] ---> eb2b04e9680e [2021-04-26T08:37:03.188Z] Step 8/25 : COPY . . [2021-04-26T08:37:03.188Z] Removing intermediate container 080c805b815d [2021-04-26T08:37:03.188Z] ---> d3e339849b75 [2021-04-26T08:37:03.188Z] Step 8/23 : COPY . . [2021-04-26T08:37:03.188Z] Removing intermediate container f953f183d27b [2021-04-26T08:37:03.188Z] ---> 7f11d1d595d6 [2021-04-26T08:37:03.188Z] Step 8/22 : COPY . . [2021-04-26T08:37:03.465Z] Removing intermediate container a6a1374b95ee [2021-04-26T08:37:03.465Z] ---> 4b414985c948 [2021-04-26T08:37:03.465Z] Step 8/23 : COPY . . [2021-04-26T08:37:13.215Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-26T08:37:51.026Z] ---> 02264917cbd4 [2021-04-26T08:37:51.026Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-26T08:37:51.026Z] ---> 34844ff4030b [2021-04-26T08:37:51.026Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-26T08:37:51.026Z] ---> de28ec39d8b8 [2021-04-26T08:37:51.026Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-26T08:37:51.026Z] ---> Running in df9079f4362e [2021-04-26T08:37:51.026Z] ---> Running in a00e51783cc6 [2021-04-26T08:37:51.026Z] ---> f1c88671795b [2021-04-26T08:37:51.026Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-26T08:37:51.026Z] ---> 0fa7663159bd [2021-04-26T08:37:51.026Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-26T08:37:51.026Z] ---> Running in 67b92a4bf733 [2021-04-26T08:37:51.026Z] ---> Running in c922bbbf2cb5 [2021-04-26T08:37:51.026Z] ---> Running in f0522714de31 [2021-04-26T08:37:51.026Z] 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-26T08:37:51.026Z] 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-26T08:37:51.026Z] 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-26T08:37:51.026Z] 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-26T08:37:51.026Z] 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-26T08:38:09.788Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-26T08:38:09.788Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-26T08:38:16.545Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-26T08:38:16.545Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-26T08:38:19.191Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-26T08:38:19.191Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-26T08:38:19.191Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-26T08:38:19.798Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-26T08:38:23.230Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-26T08:38:23.513Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-26T08:38:31.850Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-26T08:38:31.850Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-26T08:38:31.850Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-26T08:38:37.294Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.265s coverage: 45.9% of statements [2021-04-26T08:38:37.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-26T08:38:37.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-26T08:38:37.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-26T08:38:37.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-26T08:38:37.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-26T08:38:37.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-26T08:38:37.294Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.139s coverage: 19.8% of statements [2021-04-26T08:38:37.294Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.217s coverage: 100.0% of statements [2021-04-26T08:38:38.108Z] 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-26T08:38:38.108Z] 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-26T08:38:45.626Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.561s coverage: 27.1% of statements [2021-04-26T08:38:45.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-26T08:38:45.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-26T08:38:45.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-26T08:38:45.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-26T08:38:45.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-26T08:38:45.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-26T08:38:45.627Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.124s coverage: 100.0% of statements [2021-04-26T08:38:45.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-26T08:38:45.627Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.153s coverage: 100.0% of statements [2021-04-26T08:38:45.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-26T08:38:45.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-26T08:38:45.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.222s coverage: 71.3% of statements [2021-04-26T08:38:45.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-26T08:38:45.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-26T08:38:47.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.570s coverage: 82.9% of statements [2021-04-26T08:38:47.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-26T08:38:47.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T08:38:47.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.175s coverage: 78.9% of statements [2021-04-26T08:38:47.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-26T08:38:48.319Z] Removing intermediate container 67b92a4bf733 [2021-04-26T08:38:48.319Z] ---> 4e628545e37a [2021-04-26T08:38:48.319Z] [2021-04-26T08:38:48.319Z] Step 10/22 : FROM alpine:3.12 [2021-04-26T08:38:48.319Z] Removing intermediate container a00e51783cc6 [2021-04-26T08:38:48.319Z] ---> 0612eeac2acd [2021-04-26T08:38:48.319Z] [2021-04-26T08:38:48.319Z] Step 10/21 : FROM alpine:3.12 [2021-04-26T08:38:48.319Z] Removing intermediate container df9079f4362e [2021-04-26T08:38:48.319Z] ---> ea554d34b34d [2021-04-26T08:38:48.319Z] [2021-04-26T08:38:48.319Z] Step 10/25 : FROM alpine:3.12 [2021-04-26T08:38:48.319Z] Removing intermediate container c922bbbf2cb5 [2021-04-26T08:38:48.319Z] ---> 6dbccd6f255f [2021-04-26T08:38:48.319Z] [2021-04-26T08:38:48.319Z] Step 10/23 : FROM alpine:3.12 [2021-04-26T08:38:48.319Z] 3.12: Pulling from library/alpine [2021-04-26T08:38:48.319Z] 3.12: Pulling from library/alpine [2021-04-26T08:38:48.319Z] 3.12: Pulling from library/alpine [2021-04-26T08:38:48.319Z] 3.12: Pulling from library/alpine [2021-04-26T08:38:48.319Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-26T08:38:48.319Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-26T08:38:48.319Z] Status: Image is up to date for alpine:3.12 [2021-04-26T08:38:48.319Z] Status: Downloaded newer image for alpine:3.12 [2021-04-26T08:38:48.319Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-26T08:38:48.319Z] Status: Image is up to date for alpine:3.12 [2021-04-26T08:38:48.319Z] ---> 13621d1b12d4 [2021-04-26T08:38:48.319Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-26T08:38:48.319Z] ---> 13621d1b12d4 [2021-04-26T08:38:48.319Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-26T08:38:48.319Z] ---> 13621d1b12d4 [2021-04-26T08:38:48.319Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-26T08:38:48.319Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-26T08:38:48.319Z] Status: Image is up to date for alpine:3.12 [2021-04-26T08:38:48.319Z] ---> 13621d1b12d4 [2021-04-26T08:38:48.319Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-26T08:38:49.281Z] ---> Running in ee13c463c991 [2021-04-26T08:38:49.281Z] ---> Running in 5aac5960d35e [2021-04-26T08:38:49.281Z] ---> Running in d49d7cf0cda5 [2021-04-26T08:38:49.281Z] ---> Running in c3d05b807b05 [2021-04-26T08:38:49.550Z] Removing intermediate container f0522714de31 [2021-04-26T08:38:49.550Z] ---> d311fcd2eb84 [2021-04-26T08:38:49.550Z] [2021-04-26T08:38:49.550Z] Step 10/23 : FROM alpine:3.12 [2021-04-26T08:38:49.550Z] ---> 13621d1b12d4 [2021-04-26T08:38:49.550Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-26T08:38:49.842Z] ---> Running in 43673ec4f4ed [2021-04-26T08:38:50.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:38:50.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:38:50.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:38:50.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:38:50.728Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-26T08:38:50.728Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:38:50.728Z] OK: 6 MiB in 15 packages [2021-04-26T08:38:50.728Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-26T08:38:50.728Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:38:50.728Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-26T08:38:50.728Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-26T08:38:50.728Z] (4/4) Installing curl (7.76.1-r0) [2021-04-26T08:38:51.004Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:38:51.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:38:51.004Z] Executing ca-certificates-20191127-r4.trigger [2021-04-26T08:38:51.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:38:51.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:38:51.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:38:51.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:38:51.004Z] OK: 7 MiB in 18 packages [2021-04-26T08:38:51.347Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-26T08:38:51.347Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:38:51.347Z] OK: 6 MiB in 15 packages [2021-04-26T08:38:51.347Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-26T08:38:51.347Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-26T08:38:51.347Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-26T08:38:51.347Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-26T08:38:51.347Z] (4/6) Installing curl (7.76.1-r0) [2021-04-26T08:38:51.347Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-26T08:38:51.347Z] (6/6) Installing su-exec (0.2-r1) [2021-04-26T08:38:51.347Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:38:51.347Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-26T08:38:51.347Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:38:51.347Z] Executing ca-certificates-20191127-r4.trigger [2021-04-26T08:38:51.347Z] Executing ca-certificates-20191127-r4.trigger [2021-04-26T08:38:51.347Z] OK: 7 MiB in 20 packages [2021-04-26T08:38:51.347Z] OK: 6 MiB in 16 packages [2021-04-26T08:38:52.314Z] Removing intermediate container c3d05b807b05 [2021-04-26T08:38:52.314Z] ---> 9142a272d0cb [2021-04-26T08:38:52.314Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T08:38:53.725Z] ---> Running in 85776ed0f78f [2021-04-26T08:38:53.725Z] Removing intermediate container d49d7cf0cda5 [2021-04-26T08:38:53.725Z] ---> 2ec602afa431 [2021-04-26T08:38:53.725Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-26T08:38:53.725Z] Removing intermediate container 43673ec4f4ed [2021-04-26T08:38:53.725Z] ---> de0e0e1cdb7e [2021-04-26T08:38:53.725Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T08:38:53.990Z] ---> Running in 7ebe048fdaf4 [2021-04-26T08:38:53.990Z] ---> Running in fed57b4db185 [2021-04-26T08:38:54.256Z] Removing intermediate container 85776ed0f78f [2021-04-26T08:38:54.256Z] ---> a04f4d131398 [2021-04-26T08:38:54.256Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-26T08:38:54.524Z] ---> Running in 9440c7a590ba [2021-04-26T08:38:54.524Z] Removing intermediate container 7ebe048fdaf4 [2021-04-26T08:38:54.524Z] ---> a6500fb0fb55 [2021-04-26T08:38:54.524Z] Step 13/21 : WORKDIR /edgex [2021-04-26T08:38:55.106Z] Removing intermediate container 5aac5960d35e [2021-04-26T08:38:55.106Z] ---> 529bc089eab4 [2021-04-26T08:38:55.106Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T08:38:55.106Z] Removing intermediate container ee13c463c991 [2021-04-26T08:38:55.106Z] ---> b00d1a233d48 [2021-04-26T08:38:55.106Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-26T08:38:55.106Z] Removing intermediate container fed57b4db185 [2021-04-26T08:38:55.106Z] ---> c1e4cd5ef760 [2021-04-26T08:38:55.106Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-26T08:38:55.106Z] ---> Running in bbf3f7a2f1f7 [2021-04-26T08:38:55.371Z] ---> Running in 6fbbb8cc158d [2021-04-26T08:38:55.371Z] ---> Running in 94bde5ca54e0 [2021-04-26T08:38:55.371Z] ---> Running in 7cd3b567136e [2021-04-26T08:38:55.371Z] Removing intermediate container 9440c7a590ba [2021-04-26T08:38:55.371Z] ---> 4aed8239631a [2021-04-26T08:38:55.371Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-26T08:38:55.371Z] ---> Running in ea84a694cb52 [2021-04-26T08:38:55.646Z] Removing intermediate container 6fbbb8cc158d [2021-04-26T08:38:55.646Z] ---> b08c95f7febb [2021-04-26T08:38:55.646Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-26T08:38:55.646Z] Removing intermediate container 94bde5ca54e0 [2021-04-26T08:38:55.646Z] ---> fd8672477e49 [2021-04-26T08:38:55.646Z] Step 13/25 : WORKDIR / [2021-04-26T08:38:55.646Z] Removing intermediate container bbf3f7a2f1f7 [2021-04-26T08:38:55.646Z] ---> a5bd7021b060 [2021-04-26T08:38:55.646Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-26T08:38:55.919Z] Removing intermediate container 7cd3b567136e [2021-04-26T08:38:55.919Z] ---> 19acb65e3086 [2021-04-26T08:38:55.919Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-26T08:38:55.919Z] Removing intermediate container ea84a694cb52 [2021-04-26T08:38:55.919Z] ---> 6d75673022cf [2021-04-26T08:38:55.919Z] Step 15/23 : WORKDIR / [2021-04-26T08:38:55.919Z] ---> Running in e2b12ddd5a5e [2021-04-26T08:38:55.919Z] ---> Running in d9da495e056c [2021-04-26T08:38:56.189Z] ---> Running in 235b208f1091 [2021-04-26T08:38:56.189Z] ---> Running in cb5e2ed71178 [2021-04-26T08:38:56.189Z] ---> b6c12b284d46 [2021-04-26T08:38:56.189Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-26T08:38:56.189Z] Removing intermediate container d9da495e056c [2021-04-26T08:38:56.189Z] ---> 37c0ec9faf12 [2021-04-26T08:38:56.189Z] Step 15/23 : WORKDIR / [2021-04-26T08:38:56.466Z] Removing intermediate container e2b12ddd5a5e [2021-04-26T08:38:56.466Z] ---> 2e17da202341 [2021-04-26T08:38:56.466Z] 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-26T08:38:56.466Z] ---> Running in d9d992fd722f [2021-04-26T08:38:56.466Z] Removing intermediate container 235b208f1091 [2021-04-26T08:38:56.466Z] ---> 340f22ff87b1 [2021-04-26T08:38:56.466Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-26T08:38:56.756Z] Removing intermediate container cb5e2ed71178 [2021-04-26T08:38:56.756Z] ---> 45392df1e1a1 [2021-04-26T08:38:56.756Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:38:56.756Z] ---> Running in 8f36bf884f31 [2021-04-26T08:38:57.025Z] ---> ab856ee493b3 [2021-04-26T08:38:57.025Z] 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-26T08:38:57.304Z] Removing intermediate container d9d992fd722f [2021-04-26T08:38:57.304Z] ---> ddc29c10c6c1 [2021-04-26T08:38:57.304Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:38:57.304Z] ---> e6b3ae8b2574 [2021-04-26T08:38:57.304Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-26T08:38:57.304Z] ---> 96046835c106 [2021-04-26T08:38:57.304Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-26T08:38:57.304Z] Removing intermediate container 8f36bf884f31 [2021-04-26T08:38:57.304Z] ---> 87b865fe9989 [2021-04-26T08:38:57.304Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:38:57.578Z] ---> 8f23b150248c [2021-04-26T08:38:57.578Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-26T08:38:57.859Z] ---> 207fe1b024c1 [2021-04-26T08:38:57.859Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-26T08:38:58.136Z] ---> 1cee27841001 [2021-04-26T08:38:58.136Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-26T08:38:58.187Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.163s coverage: 28.6% of statements [2021-04-26T08:38:58.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-26T08:38:58.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-26T08:38:58.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-26T08:38:58.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-26T08:38:58.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-26T08:38:58.187Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.265s coverage: 100.0% of statements [2021-04-26T08:38:58.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-26T08:38:58.187Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.189s coverage: 100.0% of statements [2021-04-26T08:38:58.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-26T08:38:58.187Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.456s coverage: 86.7% of statements [2021-04-26T08:38:58.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-26T08:38:58.187Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.434s coverage: 97.5% of statements [2021-04-26T08:38:58.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-26T08:38:58.187Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.270s coverage: 78.3% of statements [2021-04-26T08:38:58.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-26T08:38:58.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-26T08:38:58.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-26T08:38:58.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-26T08:38:58.735Z] ---> 5c4c852dee9f [2021-04-26T08:38:58.735Z] 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-26T08:38:58.735Z] ---> 607d1fa1088d [2021-04-26T08:38:58.735Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-26T08:38:58.735Z] ---> 3efa45a842d5 [2021-04-26T08:38:58.735Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-26T08:38:58.735Z] ---> 66e5920bd006 [2021-04-26T08:38:58.735Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-26T08:38:58.735Z] ---> Running in 1eb404e27967 [2021-04-26T08:38:59.011Z] ---> 81778456bda8 [2021-04-26T08:38:59.011Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-26T08:38:59.011Z] ---> d8a5fe419e56 [2021-04-26T08:38:59.011Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-26T08:38:59.011Z] Removing intermediate container 1eb404e27967 [2021-04-26T08:38:59.011Z] ---> e860f4cf2f66 [2021-04-26T08:38:59.011Z] Step 18/21 : CMD ["--init=true"] [2021-04-26T08:38:59.289Z] ---> Running in 7d8aaf5cd881 [2021-04-26T08:38:59.289Z] ---> a4d9b8fe8ec5 [2021-04-26T08:38:59.289Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-26T08:38:59.289Z] ---> ce2eba95c690 [2021-04-26T08:38:59.289Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-26T08:38:59.890Z] ---> d1e31adbf89c [2021-04-26T08:38:59.890Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-26T08:38:59.890Z] ---> Running in 02e6448946c4 [2021-04-26T08:38:59.890Z] ---> Running in aff566dfa641 [2021-04-26T08:38:59.890Z] ---> 23f5bd1c7793 [2021-04-26T08:38:59.890Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-26T08:38:59.890Z] ---> Running in 08676c4a6231 [2021-04-26T08:38:59.890Z] Removing intermediate container 7d8aaf5cd881 [2021-04-26T08:38:59.890Z] ---> 014679b0f917 [2021-04-26T08:38:59.890Z] Step 19/21 : LABEL arch=x86_64 [2021-04-26T08:39:00.158Z] Removing intermediate container aff566dfa641 [2021-04-26T08:39:00.158Z] ---> c83eb9ff49c1 [2021-04-26T08:39:00.158Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:39:00.158Z] ---> Running in 9aef96e19d0e [2021-04-26T08:39:00.159Z] Removing intermediate container 02e6448946c4 [2021-04-26T08:39:00.159Z] ---> 7ce6ff949e0e [2021-04-26T08:39:00.159Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:39:00.425Z] ---> Running in d809bbea69eb [2021-04-26T08:39:00.425Z] Removing intermediate container 08676c4a6231 [2021-04-26T08:39:00.425Z] ---> 9dfe6adc97d9 [2021-04-26T08:39:00.425Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:39:00.425Z] ---> Running in b8d5ffa8d470 [2021-04-26T08:39:00.425Z] Removing intermediate container 9aef96e19d0e [2021-04-26T08:39:00.425Z] ---> b0357a3fea72 [2021-04-26T08:39:00.425Z] Step 20/21 : LABEL git_sha=0777a43d301daa0545bfa71874cf4f7ad0190c79 [2021-04-26T08:39:00.425Z] ---> Running in 8c58f3546605 [2021-04-26T08:39:00.713Z] ---> 7c9c5efe7588 [2021-04-26T08:39:00.713Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-26T08:39:00.713Z] ---> Running in 8df44a6bef16 [2021-04-26T08:39:00.713Z] Removing intermediate container d809bbea69eb [2021-04-26T08:39:00.713Z] ---> 00ccef8eb2cf [2021-04-26T08:39:00.713Z] Step 21/23 : LABEL arch=x86_64 [2021-04-26T08:39:00.713Z] Removing intermediate container b8d5ffa8d470 [2021-04-26T08:39:00.713Z] ---> b8fa53a18ba6 [2021-04-26T08:39:00.713Z] Step 21/23 : LABEL arch=x86_64 [2021-04-26T08:39:00.983Z] Removing intermediate container 8c58f3546605 [2021-04-26T08:39:00.983Z] ---> 14be1873bc0c [2021-04-26T08:39:00.983Z] Step 20/22 : LABEL arch=x86_64 [2021-04-26T08:39:01.253Z] ---> Running in 84336ca1fc9a [2021-04-26T08:39:01.253Z] ---> Running in 343689e5ff11 [2021-04-26T08:39:01.253Z] ---> Running in 089d0c4ab21d [2021-04-26T08:39:01.253Z] Removing intermediate container 8df44a6bef16 [2021-04-26T08:39:01.253Z] ---> dc5cf76588f6 [2021-04-26T08:39:01.253Z] Step 21/21 : LABEL version=0.0.0 [2021-04-26T08:39:01.253Z] ---> 197519f7830b [2021-04-26T08:39:01.253Z] 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-26T08:39:01.520Z] ---> Running in bc890d6ce445 [2021-04-26T08:39:01.520Z] ---> Running in 860750fcf247 [2021-04-26T08:39:01.520Z] Removing intermediate container 343689e5ff11 [2021-04-26T08:39:01.520Z] ---> 4d3963b949dc [2021-04-26T08:39:01.520Z] Step 22/23 : LABEL git_sha=0777a43d301daa0545bfa71874cf4f7ad0190c79 [2021-04-26T08:39:01.784Z] Removing intermediate container 84336ca1fc9a [2021-04-26T08:39:01.784Z] ---> 49a4efe816b9 [2021-04-26T08:39:01.784Z] Step 22/23 : LABEL git_sha=0777a43d301daa0545bfa71874cf4f7ad0190c79 [2021-04-26T08:39:01.784Z] Removing intermediate container 089d0c4ab21d [2021-04-26T08:39:01.784Z] ---> 0f15184129e5 [2021-04-26T08:39:01.784Z] Step 21/22 : LABEL git_sha=0777a43d301daa0545bfa71874cf4f7ad0190c79 [2021-04-26T08:39:01.784Z] ---> Running in 2f95b29a9e45 [2021-04-26T08:39:02.053Z] ---> Running in b81c68b24dc7 [2021-04-26T08:39:02.053Z] ---> Running in affd8f21b923 [2021-04-26T08:39:02.053Z] Removing intermediate container bc890d6ce445 [2021-04-26T08:39:02.053Z] ---> 860402cf8c1f [2021-04-26T08:39:02.053Z] [2021-04-26T08:39:02.326Z] Removing intermediate container 2f95b29a9e45 [2021-04-26T08:39:02.326Z] ---> 06c2e2a920a1 [2021-04-26T08:39:02.326Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T08:39:02.326Z] Removing intermediate container b81c68b24dc7 [2021-04-26T08:39:02.326Z] ---> 4cdf5d513a16 [2021-04-26T08:39:02.326Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T08:39:02.326Z] ---> Running in a23c5df9d6e0 [2021-04-26T08:39:02.326Z] Removing intermediate container affd8f21b923 [2021-04-26T08:39:02.326Z] ---> 97e15e970718 [2021-04-26T08:39:02.326Z] Step 22/22 : LABEL version=0.0.0 [2021-04-26T08:39:02.326Z] ---> Running in 085a2d24f420 [2021-04-26T08:39:02.596Z] Successfully built 860402cf8c1f [2021-04-26T08:39:02.596Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-26T08:39:02.596Z] ---> Running in 95c41141bbba [2021-04-26T08:39:02.596Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-04-26T08:39:02.596Z] Removing intermediate container a23c5df9d6e0 [2021-04-26T08:39:02.596Z] ---> 62a8794adf31 [2021-04-26T08:39:02.596Z] [2021-04-26T08:39:02.862Z] Removing intermediate container 085a2d24f420 [2021-04-26T08:39:02.862Z] ---> b9a7c6bfe522 [2021-04-26T08:39:02.862Z] [2021-04-26T08:39:03.452Z] Successfully built 62a8794adf31 [2021-04-26T08:39:03.452Z] Successfully tagged docker-core-command-go:latest [2021-04-26T08:39:03.452Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-04-26T08:39:03.725Z] Removing intermediate container 95c41141bbba [2021-04-26T08:39:03.725Z] ---> 20313196a6eb [2021-04-26T08:39:03.725Z] [2021-04-26T08:39:03.725Z] Successfully built b9a7c6bfe522 [2021-04-26T08:39:03.725Z] Successfully tagged docker-core-metadata-go:latest [2021-04-26T08:39:03.725Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-04-26T08:39:03.990Z] Successfully built 20313196a6eb [2021-04-26T08:39:03.990Z] Removing intermediate container 860750fcf247 [2021-04-26T08:39:03.990Z] ---> fdc9c6f26e77 [2021-04-26T08:39:03.990Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-04-26T08:39:03.990Z] Successfully tagged docker-support-notifications-go:latest [2021-04-26T08:39:03.990Z] Building docker-support-scheduler-go [2021-04-26T08:39:03.990Z]  Building docker-support-notifications-go ... done  ---> Running in ce36c3209444 [2021-04-26T08:39:04.255Z] Removing intermediate container ce36c3209444 [2021-04-26T08:39:04.255Z] ---> 8077261e2b38 [2021-04-26T08:39:04.255Z] Step 23/25 : LABEL arch=x86_64 [2021-04-26T08:39:04.255Z] ---> Running in 73d9638e76c7 [2021-04-26T08:39:04.523Z] Removing intermediate container 73d9638e76c7 [2021-04-26T08:39:04.523Z] ---> 70137374ac6f [2021-04-26T08:39:04.523Z] Step 24/25 : LABEL git_sha=0777a43d301daa0545bfa71874cf4f7ad0190c79 [2021-04-26T08:39:04.523Z] ---> Running in 97c0782227cc [2021-04-26T08:39:04.792Z] Removing intermediate container 97c0782227cc [2021-04-26T08:39:04.792Z] ---> 9e3989e47616 [2021-04-26T08:39:04.792Z] Step 25/25 : LABEL version=0.0.0 [2021-04-26T08:39:04.792Z] ---> Running in 529f2865899e [2021-04-26T08:39:05.070Z] Removing intermediate container 529f2865899e [2021-04-26T08:39:05.070Z] ---> 82b4f6422e3e [2021-04-26T08:39:05.070Z] [2021-04-26T08:39:05.343Z] Successfully built 82b4f6422e3e [2021-04-26T08:39:05.343Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-26T08:39:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.152s coverage: 93.0% of statements [2021-04-26T08:39:06.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-26T08:39:06.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T08:39:06.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-26T08:39:06.562Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-26T08:39:06.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-26T08:39:06.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-26T08:39:06.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-26T08:39:06.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-26T08:39:06.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-26T08:39:06.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-26T08:39:06.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-26T08:39:06.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-26T08:39:06.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-26T08:39:06.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-26T08:39:06.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-26T08:39:06.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-26T08:39:06.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-26T08:39:06.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-26T08:39:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.126s coverage: 58.8% of statements [2021-04-26T08:39:06.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-26T08:39:06.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-26T08:39:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.233s coverage: 0.9% of statements [2021-04-26T08:39:06.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-26T08:39:06.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-26T08:39:06.562Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-26T08:39:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.182s coverage: 47.1% of statements [2021-04-26T08:39:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.161s coverage: 79.5% of statements [2021-04-26T08:39:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.136s coverage: 94.1% of statements [2021-04-26T08:39:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.234s coverage: 96.3% of statements [2021-04-26T08:39:06.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.164s coverage: 87.5% of statements [2021-04-26T08:39:21.684Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.242s coverage: 94.4% of statements [2021-04-26T08:39:21.684Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.125s coverage: 44.8% of statements [2021-04-26T08:39:24.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.485s coverage: 81.9% of statements [2021-04-26T08:39:24.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-26T08:39:34.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.210s coverage: 92.9% of statements [2021-04-26T08:39:34.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-26T08:39:34.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-26T08:39:34.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-26T08:39:34.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements [2021-04-26T08:39:34.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-26T08:39:34.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-26T08:39:34.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-26T08:39:34.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-26T08:39:34.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-26T08:39:34.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-04-26T08:39:34.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-26T08:39:34.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-26T08:39:34.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.110s coverage: 100.0% of statements [2021-04-26T08:39:34.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-26T08:39:34.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.141s coverage: 79.1% of statements [2021-04-26T08:39:34.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-26T08:39:34.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.130s coverage: 80.0% of statements [2021-04-26T08:39:34.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.184s coverage: 87.2% of statements [2021-04-26T08:39:34.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.218s coverage: 85.4% of statements [2021-04-26T08:39:34.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.218s coverage: 91.2% of statements [2021-04-26T08:39:34.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-26T08:39:34.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.669s coverage: 64.4% of statements [2021-04-26T08:39:34.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-26T08:39:34.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-26T08:39:34.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.125s coverage: 100.0% of statements [2021-04-26T08:39:34.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements [2021-04-26T08:39:35.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.079s coverage: 100.0% of statements [2021-04-26T08:39:37.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.103s coverage: 73.7% of statements [2021-04-26T08:39:37.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2021-04-26T08:39:37.695Z]  Building docker-security-secretstore-setup-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:39:37.695Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:39:37.695Z] ---> 7fc6b6451900 [2021-04-26T08:39:37.695Z] Step 3/31 : WORKDIR /edgex-go [2021-04-26T08:39:37.695Z] ---> Using cache [2021-04-26T08:39:37.695Z] ---> 0aafef28bba5 [2021-04-26T08:39:37.695Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:39:37.695Z] ---> Using cache [2021-04-26T08:39:37.695Z] ---> 3b9c5f724d0f [2021-04-26T08:39:37.695Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-26T08:39:37.695Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:39:37.695Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:39:37.695Z] ---> 7fc6b6451900 [2021-04-26T08:39:37.695Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T08:39:37.695Z] ---> Using cache [2021-04-26T08:39:37.695Z] ---> 0aafef28bba5 [2021-04-26T08:39:37.695Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:39:37.695Z] ---> Using cache [2021-04-26T08:39:37.695Z] ---> 3b9c5f724d0f [2021-04-26T08:39:37.695Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-26T08:39:37.695Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:39:37.695Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:39:37.695Z] ---> 7fc6b6451900 [2021-04-26T08:39:37.695Z] Step 3/22 : WORKDIR /edgex-go [2021-04-26T08:39:37.695Z] ---> Using cache [2021-04-26T08:39:37.695Z] ---> 0aafef28bba5 [2021-04-26T08:39:37.695Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:39:37.695Z] ---> Using cache [2021-04-26T08:39:37.695Z] ---> 3b9c5f724d0f [2021-04-26T08:39:37.695Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-26T08:39:37.695Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:39:37.695Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:39:37.695Z] ---> 7fc6b6451900 [2021-04-26T08:39:37.695Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T08:39:37.695Z] ---> Using cache [2021-04-26T08:39:37.695Z] ---> 0aafef28bba5 [2021-04-26T08:39:37.695Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:39:37.695Z] ---> Using cache [2021-04-26T08:39:37.695Z] ---> 3b9c5f724d0f [2021-04-26T08:39:37.695Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-26T08:39:37.961Z] ---> Running in 89215dd905ed [2021-04-26T08:39:37.962Z] ---> Running in 40333ad9c818 [2021-04-26T08:39:37.962Z] ---> Running in 0717707abe97 [2021-04-26T08:39:37.962Z] ---> Running in 7aabeeb567c2 [2021-04-26T08:39:39.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:39:39.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:39:39.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:39:39.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:39:40.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:39:40.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:39:40.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:39:40.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:39:40.279Z] OK: 233 MiB in 51 packages [2021-04-26T08:39:40.555Z] OK: 233 MiB in 51 packages [2021-04-26T08:39:40.555Z] OK: 233 MiB in 51 packages [2021-04-26T08:39:40.555Z] OK: 233 MiB in 51 packages [2021-04-26T08:39:41.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.018s coverage: 66.9% of statements [2021-04-26T08:39:41.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-26T08:39:41.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-26T08:39:41.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-26T08:39:41.529Z] Removing intermediate container 7aabeeb567c2 [2021-04-26T08:39:41.529Z] ---> 10dd1dff669f [2021-04-26T08:39:41.529Z] Step 6/23 : COPY go.mod . [2021-04-26T08:39:41.802Z] Removing intermediate container 40333ad9c818 [2021-04-26T08:39:41.802Z] ---> 64df84c27379 [2021-04-26T08:39:41.802Z] Step 6/22 : COPY go.mod . [2021-04-26T08:39:41.802Z] Removing intermediate container 0717707abe97 [2021-04-26T08:39:41.802Z] ---> 0502c145b623 [2021-04-26T08:39:41.802Z] Step 6/23 : COPY go.mod . [2021-04-26T08:39:41.802Z] Removing intermediate container 89215dd905ed [2021-04-26T08:39:41.802Z] ---> 1ad559622615 [2021-04-26T08:39:41.802Z] Step 6/31 : COPY go.mod . [2021-04-26T08:39:42.067Z] ---> bae45efb7ae1 [2021-04-26T08:39:42.067Z] Step 7/23 : RUN go mod download [2021-04-26T08:39:42.067Z] ---> Running in 1da68e7367cb [2021-04-26T08:39:42.344Z] ---> 105509a294f6 [2021-04-26T08:39:42.344Z] Step 7/22 : RUN go mod download [2021-04-26T08:39:42.344Z] ---> 0882d7f35b17 [2021-04-26T08:39:42.344Z] Step 7/23 : RUN go mod download [2021-04-26T08:39:42.344Z] ---> Running in 4f139599cbdf [2021-04-26T08:39:42.344Z] ---> 36a655d85309 [2021-04-26T08:39:42.344Z] Step 7/31 : RUN go mod download [2021-04-26T08:39:42.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.540s coverage: 41.5% of statements [2021-04-26T08:39:42.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-26T08:39:42.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-26T08:39:42.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.098s coverage: 89.5% of statements [2021-04-26T08:39:42.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-26T08:39:42.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.101s coverage: 84.8% of statements [2021-04-26T08:39:42.610Z] ---> Running in 70182e9b22a0 [2021-04-26T08:39:42.610Z] ---> Running in 9fa8c6067191 [2021-04-26T08:39:44.577Z] Removing intermediate container 4f139599cbdf [2021-04-26T08:39:44.577Z] ---> 900d8f709edc [2021-04-26T08:39:44.577Z] Step 8/22 : COPY . . [2021-04-26T08:39:44.849Z] Removing intermediate container 1da68e7367cb [2021-04-26T08:39:44.849Z] ---> 319a9aca263e [2021-04-26T08:39:44.849Z] Step 8/23 : COPY . . [2021-04-26T08:39:44.849Z] Removing intermediate container 9fa8c6067191 [2021-04-26T08:39:44.849Z] ---> 0fc792d8ffc3 [2021-04-26T08:39:44.849Z] Step 8/31 : COPY . . [2021-04-26T08:39:44.849Z] Removing intermediate container 70182e9b22a0 [2021-04-26T08:39:44.849Z] ---> b0d032a81003 [2021-04-26T08:39:44.849Z] Step 8/23 : COPY . . [2021-04-26T08:39:49.145Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.448s coverage: 47.0% of statements [2021-04-26T08:39:49.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-26T08:39:49.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-26T08:39:49.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-26T08:39:49.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-26T08:39:49.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-26T08:39:49.145Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.111s coverage: 100.0% of statements [2021-04-26T08:39:49.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-26T08:39:49.145Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.105s coverage: 100.0% of statements [2021-04-26T08:39:49.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-26T08:39:49.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-26T08:39:49.145Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.132s coverage: 9.6% of statements [2021-04-26T08:39:49.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-26T08:39:51.137Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.452s coverage: 88.6% of statements [2021-04-26T08:39:51.137Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-26T08:39:51.137Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T08:39:51.137Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-26T08:39:57.871Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.437s coverage: 28.7% of statements [2021-04-26T08:39:57.871Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-26T08:39:57.871Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-26T08:39:57.871Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-26T08:39:57.871Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-26T08:39:57.871Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-26T08:39:57.871Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.180s coverage: 99.0% of statements [2021-04-26T08:39:57.871Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-26T08:39:57.871Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.167s coverage: 100.0% of statements [2021-04-26T08:39:57.871Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-26T08:39:57.871Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-26T08:39:57.871Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-26T08:39:57.871Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.175s coverage: 64.6% of statements [2021-04-26T08:39:57.871Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-26T08:39:58.498Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.438s coverage: 95.6% of statements [2021-04-26T08:39:58.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-26T08:39:58.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T08:39:58.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-26T08:39:58.498Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-04-26T08:39:58.498Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-26T08:39:58.498Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements [2021-04-26T08:39:58.498Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-26T08:39:58.498Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-26T08:39:58.498Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-26T08:39:58.498Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-26T08:39:58.498Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.109s coverage: 87.9% of statements [2021-04-26T08:39:58.498Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-26T08:39:58.498Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-26T08:39:58.498Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements [2021-04-26T08:40:00.485Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.116s coverage: 28.1% of statements [2021-04-26T08:40:00.758Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements [2021-04-26T08:40:01.740Z] GO111MODULE=on go vet ./... [2021-04-26T08:40:24.025Z] ---> c64d856673c0 [2021-04-26T08:40:24.025Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-26T08:40:24.025Z] ---> d1799966a43d [2021-04-26T08:40:24.025Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-26T08:40:24.025Z] ---> 31b946dd8568 [2021-04-26T08:40:24.025Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-26T08:40:24.025Z] ---> Running in 75473b4400bc [2021-04-26T08:40:24.025Z] ---> Running in 395ccba59ac0 [2021-04-26T08:40:24.025Z] ---> Running in 21e62ca13883 [2021-04-26T08:40:24.025Z] ---> 21103b0068fa [2021-04-26T08:40:24.025Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-26T08:40:24.025Z] ---> Running in 70ec5fc1a945 [2021-04-26T08:40:24.025Z] 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-26T08:40:24.025Z] 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-26T08:40:24.025Z] 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-26T08:40:24.025Z] 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-26T08:41:11.100Z] Removing intermediate container 70ec5fc1a945 [2021-04-26T08:41:11.100Z] ---> 5d715d7f8bc2 [2021-04-26T08:41:11.100Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-26T08:41:11.100Z] Removing intermediate container 21e62ca13883 [2021-04-26T08:41:11.100Z] ---> 333daa61f0d8 [2021-04-26T08:41:11.100Z] [2021-04-26T08:41:11.100Z] Step 10/31 : FROM alpine:3.12 [2021-04-26T08:41:11.100Z] ---> 13621d1b12d4 [2021-04-26T08:41:11.100Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-26T08:41:11.100Z] Removing intermediate container 75473b4400bc [2021-04-26T08:41:11.100Z] ---> a911c6b95852 [2021-04-26T08:41:11.100Z] [2021-04-26T08:41:11.100Z] Step 10/22 : FROM alpine:3.12 [2021-04-26T08:41:11.100Z] ---> 13621d1b12d4 [2021-04-26T08:41:11.100Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-26T08:41:11.100Z] ---> Using cache [2021-04-26T08:41:11.100Z] ---> de0e0e1cdb7e [2021-04-26T08:41:11.100Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T08:41:11.100Z] ---> Using cache [2021-04-26T08:41:11.100Z] ---> c1e4cd5ef760 [2021-04-26T08:41:11.100Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-26T08:41:11.100Z] ---> Running in e21d44673074 [2021-04-26T08:41:11.100Z] ---> Running in a31cbac9733a [2021-04-26T08:41:11.100Z] ---> Running in 28642ce8d4de [2021-04-26T08:41:11.100Z] Removing intermediate container a31cbac9733a [2021-04-26T08:41:11.100Z] ---> b340be3ec694 [2021-04-26T08:41:11.100Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-26T08:41:11.100Z] Removing intermediate container 28642ce8d4de [2021-04-26T08:41:11.100Z] ---> a7cd8cfd035b [2021-04-26T08:41:11.100Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-26T08:41:11.100Z] ---> Running in bddfdd779b2a [2021-04-26T08:41:11.100Z] 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-26T08:41:11.100Z] ---> Running in 462f9ab1f8f1 [2021-04-26T08:41:11.100Z] Removing intermediate container 395ccba59ac0 [2021-04-26T08:41:11.100Z] ---> f6c1b8f9ab17 [2021-04-26T08:41:11.100Z] [2021-04-26T08:41:11.100Z] Step 10/23 : FROM alpine:3.12 [2021-04-26T08:41:11.100Z] ---> 13621d1b12d4 [2021-04-26T08:41:11.100Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-26T08:41:11.100Z] Removing intermediate container 462f9ab1f8f1 [2021-04-26T08:41:11.100Z] ---> 29f73ad27887 [2021-04-26T08:41:11.100Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:41:11.100Z] ---> Running in 4e9254ef85a6 [2021-04-26T08:41:11.100Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:41:11.100Z] Removing intermediate container 4e9254ef85a6 [2021-04-26T08:41:11.100Z] ---> 44e7cb86728b [2021-04-26T08:41:11.100Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-26T08:41:11.100Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:41:11.100Z] ---> e07d8a616072 [2021-04-26T08:41:11.100Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-26T08:41:11.100Z] ---> Running in 19ea21dc59c8 [2021-04-26T08:41:11.100Z] Removing intermediate container e21d44673074 [2021-04-26T08:41:11.100Z] ---> 15d7b3a2f793 [2021-04-26T08:41:11.100Z] [2021-04-26T08:41:11.100Z] Step 11/23 : FROM docker:20.10.0 [2021-04-26T08:41:11.100Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-26T08:41:11.100Z] (2/2) Installing su-exec (0.2-r1) [2021-04-26T08:41:11.100Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:41:11.100Z] 20.10.0: Pulling from library/docker [2021-04-26T08:41:11.100Z] OK: 6 MiB in 16 packages [2021-04-26T08:41:11.100Z] Removing intermediate container 19ea21dc59c8 [2021-04-26T08:41:11.100Z] ---> ffff79562ded [2021-04-26T08:41:11.100Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-26T08:41:11.100Z] ---> Running in e23ada108c78 [2021-04-26T08:41:11.443Z] ---> e19138d11392 [2021-04-26T08:41:11.443Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-26T08:41:11.443Z] Removing intermediate container e23ada108c78 [2021-04-26T08:41:11.443Z] ---> 72eb6d477af5 [2021-04-26T08:41:11.443Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:41:12.405Z] Removing intermediate container bddfdd779b2a [2021-04-26T08:41:12.405Z] ---> 90db736f1caf [2021-04-26T08:41:12.405Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-26T08:41:12.405Z] ---> Running in 9a4ec9fcca13 [2021-04-26T08:41:12.405Z] ---> d305d1e92c7e [2021-04-26T08:41:12.405Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-26T08:41:12.683Z] ---> Running in 4e4241ec3fce [2021-04-26T08:41:12.683Z] ---> Running in 24ed0702dbc5 [2021-04-26T08:41:12.958Z] Removing intermediate container 4e4241ec3fce [2021-04-26T08:41:12.958Z] ---> 7c536cdf3e22 [2021-04-26T08:41:12.958Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-26T08:41:13.231Z] Removing intermediate container 24ed0702dbc5 [2021-04-26T08:41:13.231Z] ---> 3f425f28d193 [2021-04-26T08:41:13.231Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:41:13.231Z] ---> Running in 1f4ac561366c [2021-04-26T08:41:13.231Z] ---> Running in 998d6681727b [2021-04-26T08:41:13.495Z] Removing intermediate container 1f4ac561366c [2021-04-26T08:41:13.495Z] ---> aa83c2885037 [2021-04-26T08:41:13.495Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-26T08:41:13.761Z] Removing intermediate container 998d6681727b [2021-04-26T08:41:13.761Z] ---> 3820d72e2097 [2021-04-26T08:41:13.761Z] Step 20/22 : LABEL arch=x86_64 [2021-04-26T08:41:13.761Z] ---> Running in 3d90484cbad5 [2021-04-26T08:41:13.761Z] ---> Running in 309bdf740360 [2021-04-26T08:41:14.062Z] Removing intermediate container 309bdf740360 [2021-04-26T08:41:14.062Z] ---> 1a590242aecc [2021-04-26T08:41:14.062Z] Step 21/22 : LABEL git_sha=0777a43d301daa0545bfa71874cf4f7ad0190c79 [2021-04-26T08:41:14.332Z] ---> Running in 132b7625f8bb [2021-04-26T08:41:14.600Z] Removing intermediate container 9a4ec9fcca13 [2021-04-26T08:41:14.600Z] ---> d163e6693536 [2021-04-26T08:41:14.600Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-26T08:41:14.600Z] ---> Running in f1827d8f8623 [2021-04-26T08:41:14.600Z] Removing intermediate container 132b7625f8bb [2021-04-26T08:41:14.600Z] ---> 33a59de8682b [2021-04-26T08:41:14.600Z] Step 22/22 : LABEL version=0.0.0 [2021-04-26T08:41:14.871Z] ---> Running in 4d29cf89f6ff [2021-04-26T08:41:15.142Z] Removing intermediate container 4d29cf89f6ff [2021-04-26T08:41:15.142Z] ---> 5f793a83fe81 [2021-04-26T08:41:15.142Z] [2021-04-26T08:41:15.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:41:15.685Z] Removing intermediate container 3d90484cbad5 [2021-04-26T08:41:15.685Z] ---> 70b6c6847049 [2021-04-26T08:41:15.685Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-26T08:41:15.685Z] Successfully built 5f793a83fe81 [2021-04-26T08:41:15.685Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-26T08:41:15.966Z]  Building docker-support-scheduler-go ... done  ---> Running in 1ab116482607 [2021-04-26T08:41:15.966Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:41:16.236Z] Removing intermediate container 1ab116482607 [2021-04-26T08:41:16.236Z] ---> 3f23cb7c0173 [2021-04-26T08:41:16.236Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-26T08:41:16.510Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-26T08:41:16.510Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-26T08:41:16.775Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-26T08:41:16.775Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-26T08:41:16.776Z] ---> e5602bfa3bdb [2021-04-26T08:41:16.776Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-26T08:41:17.046Z] ---> Running in e09ed0a5806d [2021-04-26T08:41:17.626Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-26T08:41:17.626Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-26T08:41:17.626Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-26T08:41:17.626Z] ---> aefe523efa57 [2021-04-26T08:41:17.626Z] 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-26T08:41:17.626Z] ---> Running in 2981956e7942 [2021-04-26T08:41:17.626Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-26T08:41:17.626Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:41:17.899Z] OK: 8 MiB in 20 packages [2021-04-26T08:41:17.899Z] Removing intermediate container 2981956e7942 [2021-04-26T08:41:17.899Z] ---> f51a20d5e4d9 [2021-04-26T08:41:17.899Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-26T08:41:17.899Z] ---> Running in 3f5c2b01dd95 [2021-04-26T08:41:18.173Z] Removing intermediate container e09ed0a5806d [2021-04-26T08:41:18.173Z] ---> 529ba0b40ddf [2021-04-26T08:41:18.173Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:41:18.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:41:18.754Z] ---> e6a23b11fb7c [2021-04-26T08:41:18.754Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-26T08:41:18.754Z] Removing intermediate container f1827d8f8623 [2021-04-26T08:41:18.754Z] ---> 5510944fece0 [2021-04-26T08:41:18.754Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:41:18.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:41:19.020Z] (1/39) Installing readline (8.0.4-r0) [2021-04-26T08:41:19.020Z] (2/39) Installing bash (5.0.17-r0) [2021-04-26T08:41:19.020Z] Executing bash-5.0.17-r0.post-install [2021-04-26T08:41:19.020Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-26T08:41:19.020Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-26T08:41:19.020Z] (5/39) Installing curl (7.76.1-r0) [2021-04-26T08:41:19.020Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-26T08:41:19.020Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-26T08:41:19.020Z] (8/39) Installing expat (2.2.9-r1) [2021-04-26T08:41:19.020Z] (9/39) Installing libffi (3.3-r2) [2021-04-26T08:41:19.020Z] (10/39) Installing gdbm (1.13-r1) [2021-04-26T08:41:19.020Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-26T08:41:19.020Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-26T08:41:19.020Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-26T08:41:19.977Z] ---> c185dec1ee77 [2021-04-26T08:41:19.977Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-26T08:41:23.328Z] ---> 9f1e1a862361 [2021-04-26T08:41:23.329Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-26T08:41:23.329Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-26T08:41:23.329Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-26T08:41:23.329Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-26T08:41:23.329Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-26T08:41:23.329Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-26T08:41:23.329Z] ---> 5d3bff516016 [2021-04-26T08:41:23.329Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-26T08:41:23.329Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-26T08:41:23.329Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-26T08:41:23.329Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-26T08:41:23.329Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-26T08:41:23.329Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-26T08:41:23.569Z] gofmt -l . [2021-04-26T08:41:23.569Z] [ "`gofmt -l .`" = "" ] [2021-04-26T08:41:23.597Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-26T08:41:23.597Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-26T08:41:23.597Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-26T08:41:23.597Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-26T08:41:23.597Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-26T08:41:23.843Z] ./bin/test-go-mod-tidy.sh [2021-04-26T08:41:24.602Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-26T08:41:24.602Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-26T08:41:24.602Z] ---> 3a19ea5c749d [2021-04-26T08:41:24.602Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-26T08:41:24.602Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-26T08:41:24.602Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-26T08:41:24.603Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-26T08:41:24.603Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-26T08:41:24.603Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-26T08:41:24.603Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-26T08:41:24.832Z] ./bin/test-attribution-txt.sh [2021-04-26T08:41:24.885Z] ---> 87eebc522b5f [2021-04-26T08:41:24.885Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-26T08:41:24.885Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-26T08:41:24.885Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-26T08:41:24.885Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-26T08:41:26.207Z] Executing busybox-1.31.1-r19.trigger [2021-04-26T08:41:26.207Z] OK: 72 MiB in 59 packages [2021-04-26T08:41:26.207Z] ---> Running in fccb88d2f95f [2021-04-26T08:41:26.207Z] ---> cdb22da3c3ec [2021-04-26T08:41:26.207Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-26T08:41:26.207Z] Removing intermediate container fccb88d2f95f [2021-04-26T08:41:26.207Z] ---> 50c9e05f4d2c [2021-04-26T08:41:26.207Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:41:26.207Z] ---> Running in f019570ca275 [2021-04-26T08:41:26.207Z] ---> 6bd4cc415517 [2021-04-26T08:41:26.207Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-26T08:41:26.207Z] ---> Running in 7aba83f70923 [2021-04-26T08:41:26.207Z] Removing intermediate container f019570ca275 [2021-04-26T08:41:26.207Z] ---> a3fb42cbcdf5 [2021-04-26T08:41:26.207Z] Step 21/23 : LABEL arch=x86_64 [Pipeline] sh [2021-04-26T08:41:26.510Z] ---> Running in ade10e3335c5 [2021-04-26T08:41:26.510Z] Removing intermediate container 7aba83f70923 [2021-04-26T08:41:26.510Z] ---> 3201199ae632 [2021-04-26T08:41:26.510Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-26T08:41:26.929Z] + ls -al . [2021-04-26T08:41:26.930Z] total 848 [2021-04-26T08:41:26.930Z] drwxrwxr-x 9 1001 1001 4096 Apr 26 08:41 . [2021-04-26T08:41:26.930Z] drwxr-xr-x 4 root root 4096 Apr 26 08:36 .. [2021-04-26T08:41:26.930Z] -rw-rw-r-- 1 1001 1001 11 Apr 26 08:35 .dockerignore [2021-04-26T08:41:26.930Z] drwxrwxr-x 8 1001 1001 4096 Apr 26 08:35 .git [2021-04-26T08:41:26.930Z] drwxrwxr-x 3 1001 1001 4096 Apr 26 08:35 .github [2021-04-26T08:41:26.930Z] -rw-rw-r-- 1 1001 1001 818 Apr 26 08:35 .gitignore [2021-04-26T08:41:26.930Z] -rw-rw-r-- 1 1001 1001 166 Apr 26 08:35 .sonarcloud.properties [2021-04-26T08:41:26.930Z] -rw-rw-r-- 1 1001 1001 8609 Apr 26 08:35 Attribution.txt [2021-04-26T08:41:26.930Z] -rw-rw-r-- 1 1001 1001 3804 Apr 26 08:35 CONTRIBUTING.md [2021-04-26T08:41:26.930Z] -rw-rw-r-- 1 1001 1001 931 Apr 26 08:35 Dockerfile.build [2021-04-26T08:41:26.930Z] -rw-rw-r-- 1 1001 1001 863 Apr 26 08:35 Jenkinsfile [2021-04-26T08:41:26.930Z] -rw-rw-r-- 1 1001 1001 10775 Apr 26 08:35 LICENSE [2021-04-26T08:41:26.930Z] -rw-rw-r-- 1 1001 1001 5774 Apr 26 08:35 Makefile [2021-04-26T08:41:26.930Z] -rw-rw-r-- 1 1001 1001 7978 Apr 26 08:35 README.md [2021-04-26T08:41:26.930Z] -rw-rw-r-- 1 1001 1001 6755 Apr 26 08:35 SECURITY.md [2021-04-26T08:41:26.930Z] -rw-rw-r-- 1 1001 1001 5 Apr 26 08:31 VERSION [2021-04-26T08:41:26.930Z] -rw-rw-r-- 1 1001 1001 4131 Apr 26 08:35 ZMQWindows.md [2021-04-26T08:41:26.930Z] drwxrwxr-x 2 1001 1001 4096 Apr 26 08:35 bin [2021-04-26T08:41:26.930Z] drwxrwxr-x 14 1001 1001 4096 Apr 26 08:35 cmd [2021-04-26T08:41:26.930Z] -rw-r--r-- 1 root root 712626 Apr 26 08:40 coverage.out [2021-04-26T08:41:26.930Z] -rw-r--r-- 1 root root 1060 Apr 26 08:41 go.mod [2021-04-26T08:41:26.930Z] -rw-r--r-- 1 root root 22420 Apr 26 08:41 go.sum [2021-04-26T08:41:26.930Z] drwxrwxr-x 8 1001 1001 4096 Apr 26 08:35 internal [2021-04-26T08:41:26.930Z] drwxrwxr-x 4 1001 1001 4096 Apr 26 08:35 openapi [2021-04-26T08:41:26.930Z] drwxrwxr-x 4 1001 1001 4096 Apr 26 08:35 snap [2021-04-26T08:41:26.930Z] -rw-rw-r-- 1 1001 1001 168 Apr 26 08:35 version.go [Pipeline] sh [2021-04-26T08:41:27.151Z] Removing intermediate container ade10e3335c5 [2021-04-26T08:41:27.151Z] ---> 32f7deca699f [2021-04-26T08:41:27.151Z] Step 22/23 : LABEL git_sha=0777a43d301daa0545bfa71874cf4f7ad0190c79 [2021-04-26T08:41:27.151Z] ---> Running in 818ed85f9dc4 [2021-04-26T08:41:27.151Z] Collecting docker-compose==1.23.2 [2021-04-26T08:41:27.151Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-26T08:41:27.151Z] ---> 4403281ef91f [2021-04-26T08:41:27.151Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-26T08:41:27.444Z] ---> Running in 7386245d368f [2021-04-26T08:41:27.444Z] Removing intermediate container 818ed85f9dc4 [2021-04-26T08:41:27.444Z] ---> ae0d1da263ae [2021-04-26T08:41:27.444Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T08:41:27.590Z] + '[' -e coverage.out ] [2021-04-26T08:41:27.590Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-26T08:41:27.612Z] Warning: overwriting stash ‘coverage-report’ [2021-04-26T08:41:27.811Z] Collecting PyYAML<4,>=3.10 [2021-04-26T08:41:27.811Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-26T08:41:27.811Z] ---> Running in 6ac21ab65265 [2021-04-26T08:41:29.003Z] Stashed 1 file(s) [Pipeline] sh [2021-04-26T08:41:29.361Z] Removing intermediate container 6ac21ab65265 [2021-04-26T08:41:29.361Z] ---> 758e5427b31b [2021-04-26T08:41:29.361Z] [2021-04-26T08:41:29.361Z] Collecting texttable<0.10,>=0.9.0 [2021-04-26T08:41:29.361Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-26T08:41:29.628Z] Successfully built 758e5427b31b [2021-04-26T08:41:29.757Z] + make build [2021-04-26T08:41:29.757Z] 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-26T08:41:29.890Z] Successfully tagged docker-core-data-go:latest [2021-04-26T08:41:30.155Z]  Building docker-core-data-go ... done Collecting docker<4.0,>=3.6.0 [2021-04-26T08:41:30.155Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-26T08:41:30.417Z] Removing intermediate container 7386245d368f [2021-04-26T08:41:30.417Z] ---> 274d5ca63d4e [2021-04-26T08:41:30.417Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-26T08:41:30.417Z] Collecting cached-property<2,>=1.2.0 [2021-04-26T08:41:30.417Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-26T08:41:30.683Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-26T08:41:30.683Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-26T08:41:30.683Z] ---> Running in d16df5a98d52 [2021-04-26T08:41:30.949Z] Removing intermediate container d16df5a98d52 [2021-04-26T08:41:30.949Z] ---> b0c7da1c192b [2021-04-26T08:41:30.949Z] Step 28/31 : CMD ["gate"] [2021-04-26T08:41:30.949Z] ---> Running in 11bb07d14c9c [2021-04-26T08:41:31.217Z] Removing intermediate container 11bb07d14c9c [2021-04-26T08:41:31.217Z] ---> 155e74467d54 [2021-04-26T08:41:31.217Z] Step 29/31 : LABEL arch=x86_64 [2021-04-26T08:41:31.217Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-26T08:41:31.217Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-26T08:41:31.483Z] ---> Running in 6d45239988ad [2021-04-26T08:41:31.483Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-26T08:41:31.483Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-26T08:41:31.483Z] Removing intermediate container 6d45239988ad [2021-04-26T08:41:31.483Z] ---> d541c7543f32 [2021-04-26T08:41:31.483Z] Step 30/31 : LABEL git_sha=0777a43d301daa0545bfa71874cf4f7ad0190c79 [2021-04-26T08:41:31.746Z] 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-26T08:41:31.746Z] Collecting docopt<0.7,>=0.6.1 [2021-04-26T08:41:31.746Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-26T08:41:31.746Z] ---> Running in aa8bae1acaf6 [2021-04-26T08:41:32.013Z] Removing intermediate container aa8bae1acaf6 [2021-04-26T08:41:32.013Z] ---> 923b25888d0c [2021-04-26T08:41:32.013Z] Step 31/31 : LABEL version=0.0.0 [2021-04-26T08:41:32.013Z] ---> Running in d728d2c61d3a [2021-04-26T08:41:32.274Z] Removing intermediate container d728d2c61d3a [2021-04-26T08:41:32.274Z] ---> 815420015de4 [2021-04-26T08:41:32.274Z] [2021-04-26T08:41:32.274Z] Collecting jsonschema<3,>=2.5.1 [2021-04-26T08:41:32.274Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-26T08:41:32.537Z] Collecting docker-pycreds>=0.4.0 [2021-04-26T08:41:32.537Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-26T08:41:32.537Z] 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-26T08:41:32.538Z] 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-26T08:41:32.538Z] Successfully built 815420015de4 [2021-04-26T08:41:32.538Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-26T08:41:32.538Z]  Building docker-security-bootstrapper-go ... done Collecting urllib3<1.25,>=1.21.1 [2021-04-26T08:41:32.538Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-26T08:41:32.799Z] Collecting idna<2.8,>=2.5 [2021-04-26T08:41:32.799Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-26T08:41:32.799Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-26T08:41:32.799Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-26T08:41:32.799Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-26T08:41:32.799Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-26T08:41:32.799Z] Installing collected packages: PyYAML, texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, cached-property, dockerpty, docopt, jsonschema, docker-compose [2021-04-26T08:41:32.799Z] Running setup.py install for PyYAML: started [2021-04-26T08:41:33.746Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-26T08:41:33.746Z] Running setup.py install for texttable: started [2021-04-26T08:41:34.007Z] Running setup.py install for texttable: finished with status 'done' [2021-04-26T08:41:34.007Z] Attempting uninstall: urllib3 [2021-04-26T08:41:34.007Z] Found existing installation: urllib3 1.25.9 [2021-04-26T08:41:34.007Z] Uninstalling urllib3-1.25.9: [2021-04-26T08:41:34.269Z] Successfully uninstalled urllib3-1.25.9 [2021-04-26T08:41:34.269Z] Attempting uninstall: idna [2021-04-26T08:41:34.269Z] Found existing installation: idna 2.9 [2021-04-26T08:41:34.269Z] Uninstalling idna-2.9: [2021-04-26T08:41:34.269Z] Successfully uninstalled idna-2.9 [2021-04-26T08:41:34.531Z] Attempting uninstall: requests [2021-04-26T08:41:34.531Z] Found existing installation: requests 2.23.0 [2021-04-26T08:41:34.532Z] Uninstalling requests-2.23.0: [2021-04-26T08:41:34.532Z] Successfully uninstalled requests-2.23.0 [2021-04-26T08:41:35.922Z] Running setup.py install for dockerpty: started [2021-04-26T08:41:36.496Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-26T08:41:36.496Z] Running setup.py install for docopt: started [2021-04-26T08:41:37.072Z] Running setup.py install for docopt: finished with status 'done' [2021-04-26T08:41:37.335Z] 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-26T08:41:42.358Z] 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-26T08:41:45.512Z] Removing intermediate container 3f5c2b01dd95 [2021-04-26T08:41:45.512Z] ---> 88eb378d6474 [2021-04-26T08:41:45.512Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-26T08:41:45.512Z] ---> Running in c55ba422643c [2021-04-26T08:41:45.512Z] Removing intermediate container c55ba422643c [2021-04-26T08:41:45.512Z] ---> 07f94a71f736 [2021-04-26T08:41:45.512Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-26T08:41:45.512Z] ---> Running in ffe8f1828972 [2021-04-26T08:41:45.512Z] Removing intermediate container ffe8f1828972 [2021-04-26T08:41:45.512Z] ---> 2b2c4a16455e [2021-04-26T08:41:45.512Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-26T08:41:46.088Z] ---> 7e72fd89253a [2021-04-26T08:41:46.088Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-26T08:41:46.351Z] ---> e9e29b5fd234 [2021-04-26T08:41:46.351Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-26T08:41:46.926Z] ---> 83a3ffdd68e2 [2021-04-26T08:41:46.926Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-26T08:41:46.926Z] ---> Running in 795ce7341bd2 [2021-04-26T08:41:46.926Z] Removing intermediate container 795ce7341bd2 [2021-04-26T08:41:46.926Z] ---> 98a916ecc195 [2021-04-26T08:41:46.926Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:41:47.194Z] ---> Running in 36b734faefe6 [2021-04-26T08:41:47.194Z] Removing intermediate container 36b734faefe6 [2021-04-26T08:41:47.194Z] ---> 0095970446ef [2021-04-26T08:41:47.194Z] Step 21/23 : LABEL arch=x86_64 [2021-04-26T08:41:47.194Z] ---> Running in 829b918eb9da [2021-04-26T08:41:47.458Z] Removing intermediate container 829b918eb9da [2021-04-26T08:41:47.458Z] ---> 80c1453f52c9 [2021-04-26T08:41:47.458Z] Step 22/23 : LABEL git_sha=0777a43d301daa0545bfa71874cf4f7ad0190c79 [2021-04-26T08:41:47.458Z] ---> Running in 9548ca8c8624 [2021-04-26T08:41:47.729Z] Removing intermediate container 9548ca8c8624 [2021-04-26T08:41:47.729Z] ---> 3aeef1b0d192 [2021-04-26T08:41:47.729Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T08:41:47.729Z] ---> Running in 6078a6476341 [2021-04-26T08:41:47.991Z] Removing intermediate container 6078a6476341 [2021-04-26T08:41:47.991Z] ---> b5347fe88a18 [2021-04-26T08:41:47.991Z] [2021-04-26T08:41:48.254Z] Successfully built b5347fe88a18 [2021-04-26T08:41:48.254Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-26T08:41:48.527Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-26T08:41:48.546Z] $ docker stop --time=1 325ef27fab58403cfe2c4d58ab59a636df5a9b05a174cadf355a650bd09910a8 [2021-04-26T08:41:50.218Z] $ docker rm -f 325ef27fab58403cfe2c4d58ab59a636df5a9b05a174cadf355a650bd09910a8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-26T08:41:50.701Z] + docker images [2021-04-26T08:41:50.701Z] + grep docker [2021-04-26T08:41:51.279Z] docker-sys-mgmt-agent-go latest b5347fe88a18 3 seconds ago 312MB [2021-04-26T08:41:51.279Z] docker-security-bootstrapper-go latest 815420015de4 18 seconds ago 19.3MB [2021-04-26T08:41:51.279Z] docker-core-data-go latest 758e5427b31b 23 seconds ago 22.9MB [2021-04-26T08:41:51.279Z] docker-support-scheduler-go latest 5f793a83fe81 36 seconds ago 17.7MB [2021-04-26T08:41:51.279Z] docker-security-secretstore-setup-go latest 82b4f6422e3e 2 minutes ago 26.5MB [2021-04-26T08:41:51.279Z] docker-support-notifications-go latest 20313196a6eb 2 minutes ago 18.2MB [2021-04-26T08:41:51.279Z] docker-core-command-go latest 62a8794adf31 2 minutes ago 17.5MB [2021-04-26T08:41:51.279Z] docker-core-metadata-go latest b9a7c6bfe522 2 minutes ago 19.2MB [2021-04-26T08:41:51.279Z] docker-security-proxy-setup-go latest 860402cf8c1f 2 minutes ago 26.1MB [2021-04-26T08:41:51.279Z] 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-26T08:42:04.549Z] 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-26T08:42:06.526Z] Still waiting to schedule task [2021-04-26T08:42:06.527Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-26T08:42:09.939Z] 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-26T08:42:15.348Z] 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-26T08:42:16.324Z] 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-26T08:42:21.725Z] 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-26T08:42:27.125Z] 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-26T08:42:31.421Z] 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-26T08:42:35.727Z] 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-26T08:42:39.111Z] 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-26T08:42:43.437Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-26T08:42:51.736Z] $ docker stop --time=1 bac441396a8123bdb1dd5b131d14f3825c117ba02c7f16224480aab7d929c84a [2021-04-26T08:42:54.220Z] $ docker rm -f bac441396a8123bdb1dd5b131d14f3825c117ba02c7f16224480aab7d929c84a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:42:55.858Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-26T08:42:55.858Z] [2021-04-26T08:42:55.858Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:42:56.218Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-26T08:42:56.218Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-26T08:42:56.218Z] 29e5d40040c1: Pulling fs layer [2021-04-26T08:42:56.218Z] 1ce36da41761: Pulling fs layer [2021-04-26T08:42:56.218Z] 25b303627fd3: Pulling fs layer [2021-04-26T08:42:56.496Z] 29e5d40040c1: Verifying Checksum [2021-04-26T08:42:56.496Z] 29e5d40040c1: Download complete [2021-04-26T08:42:57.102Z] 1ce36da41761: Verifying Checksum [2021-04-26T08:42:57.102Z] 1ce36da41761: Download complete [2021-04-26T08:42:57.102Z] 29e5d40040c1: Pull complete [2021-04-26T08:42:58.538Z] 1ce36da41761: Pull complete [2021-04-26T08:42:58.538Z] 25b303627fd3: Download complete [2021-04-26T08:43:08.693Z] 25b303627fd3: Pull complete [2021-04-26T08:43:08.693Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-26T08:43:08.693Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-26T08:43:08.693Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-26T08:43:08.915Z] prd-ubuntu18.04-docker-arm64-4c-16g-1785 does not seem to be running inside a container [2021-04-26T08:43:08.985Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-26T08:43:12.159Z] $ docker top 4b8b11826e7fffc40c0cda16dab0c2703ed78a74787333853ef995b3896de26d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T08:43:13.103Z] + docker-compose build --help [2021-04-26T08:43:13.103Z] + grep parallel [2021-04-26T08:43:16.483Z] --parallel Build images in parallel. [Pipeline] } [2021-04-26T08:43:16.792Z] $ docker stop --time=1 4b8b11826e7fffc40c0cda16dab0c2703ed78a74787333853ef995b3896de26d [2021-04-26T08:43:18.748Z] $ docker rm -f 4b8b11826e7fffc40c0cda16dab0c2703ed78a74787333853ef995b3896de26d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:43:19.421Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-26T08:43:19.421Z] . [Pipeline] withDockerContainer [2021-04-26T08:43:19.686Z] prd-ubuntu18.04-docker-arm64-4c-16g-1785 does not seem to be running inside a container [2021-04-26T08:43:19.757Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-26T08:43:21.167Z] $ docker top 76a1a6b817b36e3304c7038a29a9d46bfef464ab59a10d55c2feecb73afad04e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T08:43:22.071Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-26T08:43:25.452Z] Building docker-core-command-go ... [2021-04-26T08:43:25.452Z] Building docker-core-data-go ... [2021-04-26T08:43:25.452Z] Building docker-core-metadata-go ... [2021-04-26T08:43:25.452Z] Building docker-security-bootstrapper-go ... [2021-04-26T08:43:25.452Z] Building docker-security-proxy-setup-go ... [2021-04-26T08:43:25.452Z] Building docker-security-secretstore-setup-go ... [2021-04-26T08:43:25.452Z] Building docker-support-notifications-go ... [2021-04-26T08:43:25.452Z] Building docker-support-scheduler-go ... [2021-04-26T08:43:25.452Z] Building docker-sys-mgmt-agent-go ... [2021-04-26T08:43:25.452Z] Building docker-security-proxy-setup-go [2021-04-26T08:43:25.452Z] Building docker-security-secretstore-setup-go [2021-04-26T08:43:25.452Z] Building docker-support-scheduler-go [2021-04-26T08:43:25.452Z] Building docker-core-metadata-go [2021-04-26T08:43:25.452Z] Building docker-core-command-go [2021-04-26T08:44:08.775Z] Running on prd-ubuntu18.04-docker-8c-8g-1791 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws [2021-04-26T08:44:08.793Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-04-26T08:44:11.434Z] using credential edgex-jenkins-ssh [2021-04-26T08:44:11.450Z] Cloning the remote Git repository [2021-04-26T08:44:11.478Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-26T08:44:11.547Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-04-26T08:44:11.576Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-26T08:44:11.577Z] > git --version # timeout=10 [2021-04-26T08:44:11.585Z] > git --version # 'git version 2.17.1' [2021-04-26T08:44:11.585Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T08:44:11.609Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-26T08:44:24.378Z] Merging remotes/origin/master commit 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 into PR head commit 3daad41841a19eb22bce2f1fa509c016ebb6911a [2021-04-26T08:44:24.688Z] Merge succeeded, producing a2fbec485194f16434d285978b2db75bc8a816ae [2021-04-26T08:44:24.689Z] Checking out Revision a2fbec485194f16434d285978b2db75bc8a816ae (PR-3391) [2021-04-26T08:44:23.707Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-26T08:44:23.711Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-26T08:44:23.719Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-26T08:44:23.736Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-26T08:44:23.736Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T08:44:23.741Z] > 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-26T08:44:24.391Z] > git config core.sparsecheckout # timeout=10 [2021-04-26T08:44:24.395Z] > git checkout -f 3daad41841a19eb22bce2f1fa509c016ebb6911a # timeout=10 [2021-04-26T08:44:24.563Z] > git remote # timeout=10 [2021-04-26T08:44:24.570Z] > git config --get remote.origin.url # timeout=10 [2021-04-26T08:44:24.582Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T08:44:24.585Z] > git merge 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 # timeout=10 [2021-04-26T08:44:24.688Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-26T08:44:24.697Z] > git config core.sparsecheckout # timeout=10 [2021-04-26T08:44:24.700Z] > git checkout -f a2fbec485194f16434d285978b2db75bc8a816ae # timeout=10 [2021-04-26T08:44:28.563Z] Commit message: "Merge commit '03ff76bef9ea91d3a070bcb4fd44d0f94334fca4' into HEAD" [2021-04-26T08:44:28.578Z] First time build. Skipping changelog. [2021-04-26T08:44:28.574Z] > git rev-list --no-walk c55df792c06c06ba7066dcd8d8a20bd913cc4294 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-26T08:44:29.612Z] + echo snap-build.sh [2021-04-26T08:44:29.612Z] snap-build.sh [2021-04-26T08:44:29.612Z] + SNAP_BASE_DIR=. [2021-04-26T08:44:29.612Z] + '[' '!' -z /w/workspace/edgex-go/6 ']' [2021-04-26T08:44:29.612Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/6 [2021-04-26T08:44:29.612Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' [2021-04-26T08:44:29.612Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/6] [2021-04-26T08:44:29.612Z] + cd /w/workspace/edgex-go/6 [2021-04-26T08:44:29.612Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-26T08:44:29.612Z] Reading package lists... [2021-04-26T08:44:29.875Z] Building dependency tree... [2021-04-26T08:44:29.875Z] Reading state information... [2021-04-26T08:44:30.137Z] The following packages were automatically installed and are no longer required: [2021-04-26T08:44:30.137Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-26T08:44:30.137Z] uidmap xdelta3 [2021-04-26T08:44:30.137Z] Use 'sudo apt autoremove' to remove them. [2021-04-26T08:44:30.137Z] The following packages will be REMOVED: [2021-04-26T08:44:30.137Z] lxd* lxd-client* [2021-04-26T08:44:30.712Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-26T08:44:30.712Z] After this operation, 31.7 MB disk space will be freed. [2021-04-26T08:44:32.034Z] (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-26T08:44:32.034Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-26T08:44:32.985Z] Removing lxd dnsmasq configuration [2021-04-26T08:44:32.985Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-26T08:44:33.250Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-26T08:44:34.199Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-26T08:44:34.462Z] (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-26T08:44:34.462Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-26T08:44:35.856Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-26T08:44:36.120Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-26T08:44:38.045Z] + sudo snap remove --purge lxd [2021-04-26T08:44:38.045Z] snap "lxd" is not installed [2021-04-26T08:44:38.045Z] + sudo groupadd --force --system lxd [2021-04-26T08:44:38.045Z] ++ whoami [2021-04-26T08:44:38.045Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-26T08:44:38.045Z] + newgrp - lxd [2021-04-26T08:44:38.045Z] + sudo snap install lxd [2021-04-26T08:44:46.210Z] 2021-04-26T08:44:43Z INFO Waiting for automatic snapd restart... [2021-04-26T08:44:47.261Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:44:47.261Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:44:47.261Z] ---> e494b80905d2 [2021-04-26T08:44:47.261Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T08:44:47.261Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:44:47.261Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:44:47.261Z] ---> e494b80905d2 [2021-04-26T08:44:47.261Z] Step 3/22 : WORKDIR /edgex-go [2021-04-26T08:44:47.261Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:44:47.261Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:44:47.261Z] ---> e494b80905d2 [2021-04-26T08:44:47.261Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T08:44:47.261Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:44:47.261Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:44:47.261Z] ---> e494b80905d2 [2021-04-26T08:44:47.261Z] Step 3/21 : WORKDIR /edgex-go [2021-04-26T08:44:47.261Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:44:47.261Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:44:47.261Z] ---> e494b80905d2 [2021-04-26T08:44:47.261Z] Step 3/25 : WORKDIR /edgex-go [2021-04-26T08:44:47.261Z] ---> Running in 26346f087b20 [2021-04-26T08:44:47.261Z] ---> Running in 713538a6b23e [2021-04-26T08:44:47.261Z] ---> Running in b05131378159 [2021-04-26T08:44:47.261Z] ---> Running in b0f13ac6fd8e [2021-04-26T08:44:47.261Z] ---> Running in 2c584b976552 [2021-04-26T08:44:47.261Z] Removing intermediate container 2c584b976552 [2021-04-26T08:44:47.261Z] ---> e67b6ccaed62 [2021-04-26T08:44:47.261Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:44:47.261Z] Removing intermediate container 26346f087b20 [2021-04-26T08:44:47.261Z] ---> 0dd5a2f987dc [2021-04-26T08:44:47.261Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:44:47.261Z] ---> Running in 2f0294093924 [2021-04-26T08:44:47.261Z] Removing intermediate container 713538a6b23e [2021-04-26T08:44:47.261Z] ---> 8998ad6935f8 [2021-04-26T08:44:47.261Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:44:47.261Z] Removing intermediate container b05131378159 [2021-04-26T08:44:47.261Z] ---> a66efa8ce224 [2021-04-26T08:44:47.261Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:44:47.261Z] Removing intermediate container b0f13ac6fd8e [2021-04-26T08:44:47.261Z] ---> 7f9e6d4eabe1 [2021-04-26T08:44:47.261Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:44:47.261Z] ---> Running in 22f828758aa2 [2021-04-26T08:44:47.261Z] ---> Running in ab0674944c68 [2021-04-26T08:44:47.261Z] ---> Running in 9e51d131e588 [2021-04-26T08:44:47.261Z] ---> Running in bf63312bb10e [2021-04-26T08:44:48.246Z] Removing intermediate container 2f0294093924 [2021-04-26T08:44:48.246Z] ---> 2a52846ab103 [2021-04-26T08:44:48.246Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-26T08:44:48.537Z] ---> Running in 6cbdfd50a7be [2021-04-26T08:44:48.811Z] Removing intermediate container 22f828758aa2 [2021-04-26T08:44:48.811Z] ---> 4341f7a4dd1f [2021-04-26T08:44:48.811Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-26T08:44:49.084Z] ---> Running in 998e994b0eea [2021-04-26T08:44:49.722Z] Removing intermediate container 9e51d131e588 [2021-04-26T08:44:49.722Z] ---> f197395ddfc4 [2021-04-26T08:44:49.722Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-04-26T08:44:50.003Z] ---> Running in e22b468ee842 [2021-04-26T08:44:50.003Z] Removing intermediate container bf63312bb10e [2021-04-26T08:44:50.003Z] ---> 0c595619124c [2021-04-26T08:44:50.003Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-26T08:44:50.003Z] Removing intermediate container ab0674944c68 [2021-04-26T08:44:50.003Z] ---> 9e4a4c7df330 [2021-04-26T08:44:50.003Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-26T08:44:50.275Z] ---> Running in ff98aad29ce2 [2021-04-26T08:44:50.275Z] ---> Running in 2e2fc6b7a035 [2021-04-26T08:44:50.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:44:50.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:44:51.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:44:51.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:44:51.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:44:51.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:44:51.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:44:52.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:44:52.488Z] OK: 217 MiB in 51 packages [2021-04-26T08:44:52.488Z] OK: 217 MiB in 51 packages [2021-04-26T08:44:52.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:44:53.093Z] OK: 217 MiB in 51 packages [2021-04-26T08:44:53.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:44:53.697Z] OK: 217 MiB in 51 packages [2021-04-26T08:44:54.302Z] Removing intermediate container 6cbdfd50a7be [2021-04-26T08:44:54.302Z] ---> 113d12f5bece [2021-04-26T08:44:54.302Z] Step 6/21 : COPY go.mod . [2021-04-26T08:44:54.302Z] Removing intermediate container 998e994b0eea [2021-04-26T08:44:54.302Z] ---> fa2a9d445878 [2021-04-26T08:44:54.302Z] Step 6/22 : COPY go.mod . [2021-04-26T08:44:54.584Z] Removing intermediate container e22b468ee842 [2021-04-26T08:44:54.584Z] ---> da3c29ff9689 [2021-04-26T08:44:54.584Z] Step 6/25 : COPY go.mod . [2021-04-26T08:44:55.183Z] Removing intermediate container ff98aad29ce2 [2021-04-26T08:44:55.183Z] ---> 34dd3224763a [2021-04-26T08:44:55.183Z] Step 6/23 : COPY go.mod . [2021-04-26T08:44:55.183Z] ---> ddc3b97e52dd [2021-04-26T08:44:55.183Z] Step 7/21 : RUN go mod download [2021-04-26T08:44:55.183Z] ---> e46b7c95aa18 [2021-04-26T08:44:55.458Z] Step 7/22 : RUN go mod download [2021-04-26T08:44:55.458Z] ---> Running in ecf501c8364b [2021-04-26T08:44:55.458Z] ---> Running in 844a3b357459 [2021-04-26T08:44:55.738Z] ---> 2c1d62351e7c [2021-04-26T08:44:55.738Z] Step 7/25 : RUN go mod download [2021-04-26T08:44:56.016Z] ---> Running in ed9278b44281 [2021-04-26T08:44:56.016Z] ---> dc788f320cc4 [2021-04-26T08:44:56.016Z] Step 7/23 : RUN go mod download [2021-04-26T08:44:56.306Z] OK: 217 MiB in 51 packages [2021-04-26T08:44:56.306Z] ---> Running in fcdf27e4b3f1 [2021-04-26T08:44:58.302Z] Removing intermediate container 2e2fc6b7a035 [2021-04-26T08:44:58.302Z] ---> f35843b24ee5 [2021-04-26T08:44:58.302Z] Step 6/23 : COPY go.mod . [2021-04-26T08:44:59.748Z] ---> 98ded0dc300a [2021-04-26T08:44:59.748Z] Step 7/23 : RUN go mod download [2021-04-26T08:45:00.041Z] ---> Running in 6b897c39ce24 [2021-04-26T08:45:00.041Z] Removing intermediate container ecf501c8364b [2021-04-26T08:45:00.041Z] ---> 19ca36e1ba30 [2021-04-26T08:45:00.041Z] Step 8/21 : COPY . . [2021-04-26T08:45:00.315Z] Removing intermediate container 844a3b357459 [2021-04-26T08:45:00.315Z] ---> 989a4fd21f8b [2021-04-26T08:45:00.315Z] Step 8/22 : COPY . . [2021-04-26T08:45:00.912Z] Removing intermediate container ed9278b44281 [2021-04-26T08:45:00.912Z] ---> 2677430c178e [2021-04-26T08:45:00.912Z] Step 8/25 : COPY . . [2021-04-26T08:45:00.912Z] Removing intermediate container fcdf27e4b3f1 [2021-04-26T08:45:00.912Z] ---> b3ed49d6fca0 [2021-04-26T08:45:00.912Z] Step 8/23 : COPY . . [2021-04-26T08:45:01.217Z] lxd 4.13 from Canonical* installed [2021-04-26T08:45:01.217Z] + sudo lxd init --auto [2021-04-26T08:45:06.341Z] Removing intermediate container 6b897c39ce24 [2021-04-26T08:45:06.341Z] ---> ed723f6e4737 [2021-04-26T08:45:06.341Z] Step 8/23 : COPY . . [2021-04-26T08:45:09.879Z] + sudo snap install --classic snapcraft [2021-04-26T08:45:16.503Z] snapcraft 4.6.2 from Canonical* installed [2021-04-26T08:45:16.503Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-26T08:45:16.503Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-26T08:45:16.503Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-26T08:45:16.503Z] Dload Upload Total Spent Left Speed [2021-04-26T08:45:16.503Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4786 0 --:--:-- --:--:-- --:--:-- 4786 [2021-04-26T08:45:16.503Z] 100 3325k 100 3325k 0 0 11.6M 0 --:--:-- --:--:-- --:--:-- 11.6M [2021-04-26T08:45:16.503Z] ./yq_linux_amd64 [2021-04-26T08:45:16.503Z] + sudo snapcraft prime --use-lxd [2021-04-26T08:45:18.443Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-26T08:45:18.443Z] 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-26T08:45:18.443Z] - README.md [2021-04-26T08:45:18.443Z] [2021-04-26T08:45:18.443Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-26T08:45:19.847Z] Launching a container. [2021-04-26T08:45:32.108Z] Waiting for container to be ready [2021-04-26T08:45:32.108Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-26T08:45:32.108Z] [2021-04-26T08:45:33.182Z] ---> b94640545ad7 [2021-04-26T08:45:33.182Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-26T08:45:33.182Z] ---> ecd993ba4ab8 [2021-04-26T08:45:33.182Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-26T08:45:33.182Z] ---> a223c0bafb33 [2021-04-26T08:45:33.182Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-26T08:45:33.182Z] ---> bb414242f6a3 [2021-04-26T08:45:33.183Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-26T08:45:33.183Z] ---> d3072a157277 [2021-04-26T08:45:33.183Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-26T08:45:33.183Z] ---> Running in 8796c69a16da [2021-04-26T08:45:33.183Z] ---> Running in c2205928a81f [2021-04-26T08:45:33.183Z] ---> Running in 5a3f769fe404 [2021-04-26T08:45:33.183Z] ---> Running in 4dd35c7e0894 [2021-04-26T08:45:33.183Z] ---> Running in daa8496814b7 [2021-04-26T08:45:33.183Z] 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-26T08:45:33.183Z] 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-26T08:45:33.183Z] 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-26T08:45:33.183Z] 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-26T08:45:33.183Z] 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-26T08:45:36.363Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-26T08:45:36.940Z] Waiting for network to be ready... [2021-04-26T08:45:37.516Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-26T08:45:37.516Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-26T08:45:37.779Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-26T08:45:37.779Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-26T08:45:38.042Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-26T08:45:38.042Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-26T08:45:38.042Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-26T08:45:38.306Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-26T08:45:38.306Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-26T08:45:38.306Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-26T08:45:38.306Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-26T08:45:38.306Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-26T08:45:38.306Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-04-26T08:45:38.306Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-26T08:45:38.306Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-26T08:45:38.306Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-26T08:45:38.306Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-26T08:45:38.306Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-26T08:45:38.569Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-26T08:45:38.833Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-26T08:45:38.833Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-26T08:45:38.833Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-26T08:45:38.833Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-26T08:45:38.833Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-26T08:45:38.833Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-26T08:45:38.833Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-04-26T08:45:39.095Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-26T08:45:43.317Z] Fetched 24.4 MB in 6s (3933 kB/s) [2021-04-26T08:45:45.254Z] Reading package lists... [2021-04-26T08:45:45.254Z] Reading package lists... [2021-04-26T08:45:45.522Z] Building dependency tree... [2021-04-26T08:45:45.522Z] Reading state information... [2021-04-26T08:45:45.522Z] The following additional packages will be installed: [2021-04-26T08:45:45.522Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-26T08:45:45.522Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-26T08:45:45.522Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-26T08:45:45.522Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-26T08:45:45.522Z] Suggested packages: [2021-04-26T08:45:45.522Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-26T08:45:45.522Z] Recommended packages: [2021-04-26T08:45:45.522Z] gnupg libsasl2-modules [2021-04-26T08:45:45.522Z] The following NEW packages will be installed: [2021-04-26T08:45:45.522Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-26T08:45:45.522Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-26T08:45:45.522Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-26T08:45:45.522Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-26T08:45:45.522Z] The following packages will be upgraded: [2021-04-26T08:45:45.522Z] gpg gpg-agent gpgconf libudev1 [2021-04-26T08:45:45.787Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-26T08:45:45.787Z] Need to get 3529 kB of archives. [2021-04-26T08:45:45.787Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-26T08:45:45.787Z] 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-26T08:45:45.787Z] 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-26T08:45:45.787Z] 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-26T08:45:45.787Z] 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-26T08:45:45.787Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-26T08:45:46.052Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-26T08:45:46.632Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-26T08:45:46.632Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-26T08:45:46.632Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-26T08:45:46.632Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-26T08:45:46.632Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-26T08:45:46.632Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-26T08:45:46.632Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-26T08:45:46.632Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-26T08:45:46.632Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-26T08:45:46.632Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-26T08:45:46.632Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-26T08:45:46.632Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-26T08:45:46.632Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-26T08:45:46.632Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-26T08:45:46.632Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-26T08:45:46.632Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-26T08:45:46.901Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-26T08:45:46.901Z] Fetched 3529 kB in 1s (3492 kB/s) [2021-04-26T08:45:46.901Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-26T08:45:46.901Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-26T08:45:46.901Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-26T08:45:47.166Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-26T08:45:47.166Z] Selecting previously unselected package udev. [2021-04-26T08:45:47.166Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-26T08:45:47.166Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-26T08:45:47.166Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-26T08:45:47.431Z] Selecting previously unselected package libfuse2:amd64. [2021-04-26T08:45:47.431Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-26T08:45:47.431Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-26T08:45:47.696Z] Selecting previously unselected package fuse. [2021-04-26T08:45:47.696Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-26T08:45:47.696Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-26T08:45:47.696Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-26T08:45:47.696Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-26T08:45:47.961Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-26T08:45:47.961Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-26T08:45:47.961Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-26T08:45:47.961Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-26T08:45:48.226Z] Selecting previously unselected package libksba8:amd64. [2021-04-26T08:45:48.226Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-26T08:45:48.226Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-26T08:45:48.226Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-26T08:45:48.226Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T08:45:48.226Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:45:48.493Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-26T08:45:48.493Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T08:45:48.493Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:45:48.493Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-26T08:45:48.493Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T08:45:48.493Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:45:48.493Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-26T08:45:48.493Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T08:45:48.493Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:45:48.757Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-26T08:45:48.757Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T08:45:48.757Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:45:48.757Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-26T08:45:48.757Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T08:45:48.757Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:45:49.025Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-26T08:45:49.025Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T08:45:49.025Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:45:49.025Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-26T08:45:49.025Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T08:45:49.025Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:45:49.025Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-26T08:45:49.025Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T08:45:49.025Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:45:49.290Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-26T08:45:49.290Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-26T08:45:49.290Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-26T08:45:49.290Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-26T08:45:49.290Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-26T08:45:49.290Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-26T08:45:49.290Z] Selecting previously unselected package libldap-common. [2021-04-26T08:45:49.290Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-26T08:45:49.290Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-26T08:45:49.554Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-26T08:45:49.554Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-26T08:45:49.554Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-26T08:45:49.554Z] Selecting previously unselected package dirmngr. [2021-04-26T08:45:49.554Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-26T08:45:49.554Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-26T08:45:49.821Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-26T08:45:49.821Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-26T08:45:49.821Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-26T08:45:49.821Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-26T08:45:49.821Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-26T08:45:49.821Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-26T08:45:49.821Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:45:49.821Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-26T08:45:50.084Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-26T08:45:50.084Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-26T08:45:50.348Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-26T08:45:50.611Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:45:50.611Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-26T08:45:50.611Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-26T08:45:50.873Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-26T08:45:50.873Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:45:50.873Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:45:50.873Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:45:50.873Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:45:50.873Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:45:50.873Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:45:51.136Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:45:51.136Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-26T08:45:51.136Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-26T08:45:51.136Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-26T08:45:51.712Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-26T08:45:51.712Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-26T08:45:51.712Z] This means they are not meant to be enabled using systemctl. [2021-04-26T08:45:51.712Z] Possible reasons for having this kind of units are: [2021-04-26T08:45:51.712Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-26T08:45:51.712Z] .wants/ or .requires/ directory. [2021-04-26T08:45:51.712Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-26T08:45:51.712Z] a requirement dependency on it. [2021-04-26T08:45:51.712Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-26T08:45:51.712Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-26T08:45:51.712Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-26T08:45:51.712Z] instance name specified. [2021-04-26T08:45:52.287Z] Reading package lists... [2021-04-26T08:45:52.549Z] Building dependency tree... [2021-04-26T08:45:52.549Z] Reading state information... [2021-04-26T08:45:52.813Z] The following additional packages will be installed: [2021-04-26T08:45:52.813Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-26T08:45:52.813Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-26T08:45:52.813Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-26T08:45:52.813Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-26T08:45:52.813Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-26T08:45:52.813Z] Suggested packages: [2021-04-26T08:45:52.813Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-26T08:45:52.813Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-26T08:45:52.813Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-26T08:45:52.813Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-26T08:45:52.813Z] systemd-container policykit-1 [2021-04-26T08:45:52.813Z] Recommended packages: [2021-04-26T08:45:52.813Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-26T08:45:52.813Z] The following NEW packages will be installed: [2021-04-26T08:45:52.813Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-26T08:45:52.813Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-26T08:45:52.813Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-26T08:45:52.813Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-26T08:45:52.813Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-26T08:45:52.813Z] The following packages will be upgraded: [2021-04-26T08:45:52.813Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-26T08:45:53.075Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-26T08:45:53.075Z] Need to get 35.2 MB of archives. [2021-04-26T08:45:53.075Z] After this operation, 141 MB of additional disk space will be used. [2021-04-26T08:45:53.075Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-26T08:45:53.075Z] 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-26T08:45:53.653Z] 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-26T08:45:53.653Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-26T08:45:53.653Z] 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-26T08:45:53.653Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-26T08:45:53.653Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-26T08:45:53.919Z] 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-26T08:45:53.919Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-26T08:45:53.919Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-26T08:45:53.919Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-26T08:45:53.919Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-26T08:45:53.919Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-26T08:45:53.919Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-26T08:45:53.919Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-26T08:45:53.919Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-26T08:45:53.919Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-26T08:45:53.919Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-26T08:45:53.919Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-26T08:45:53.919Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-26T08:45:53.919Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-26T08:45:53.919Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-26T08:45:53.919Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-26T08:45:53.919Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-26T08:45:53.919Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-26T08:45:53.919Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-26T08:45:53.919Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-26T08:45:53.919Z] 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-26T08:45:53.919Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-26T08:45:53.919Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-26T08:45:55.313Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-26T08:45:55.313Z] Fetched 35.2 MB in 2s (15.5 MB/s) [2021-04-26T08:45:55.576Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-26T08:45:55.576Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-26T08:45:55.576Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-26T08:45:56.158Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-26T08:45:56.421Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-26T08:45:56.421Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-26T08:45:56.421Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-26T08:45:56.421Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-26T08:45:56.683Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-26T08:45:56.683Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-26T08:45:56.989Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-26T08:45:56.989Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-26T08:45:56.989Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-26T08:45:57.253Z] Setting up apt (1.6.13) ... [2021-04-26T08:45:57.253Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-26T08:45:57.830Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-26T08:45:58.092Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-26T08:45:58.092Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-26T08:45:58.092Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-26T08:45:58.354Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-26T08:45:58.354Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-26T08:45:58.354Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T08:45:59.309Z] Selecting previously unselected package libexpat1:amd64. [2021-04-26T08:45:59.309Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-26T08:45:59.309Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-26T08:45:59.573Z] Selecting previously unselected package python3.6-minimal. [2021-04-26T08:45:59.573Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-26T08:45:59.573Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T08:45:59.841Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-26T08:46:00.104Z] Checking for services that may need to be restarted...done. [2021-04-26T08:46:00.104Z] Checking for services that may need to be restarted...done. [2021-04-26T08:46:00.104Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T08:46:00.104Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-26T08:46:00.104Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T08:46:01.057Z] Selecting previously unselected package python3-minimal. [2021-04-26T08:46:01.057Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-26T08:46:01.057Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-26T08:46:01.057Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-26T08:46:01.057Z] Selecting previously unselected package mime-support. [2021-04-26T08:46:01.057Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-26T08:46:01.057Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-26T08:46:01.057Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-26T08:46:01.057Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-26T08:46:01.057Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-26T08:46:01.057Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-26T08:46:01.057Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-26T08:46:01.057Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T08:46:01.634Z] Selecting previously unselected package python3.6. [2021-04-26T08:46:01.634Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-26T08:46:01.634Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T08:46:01.634Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-26T08:46:01.634Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-26T08:46:01.634Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-26T08:46:01.897Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-26T08:46:02.162Z] Selecting previously unselected package python3. [2021-04-26T08:46:02.162Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-26T08:46:02.162Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-26T08:46:02.162Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-26T08:46:02.162Z] Selecting previously unselected package multiarch-support. [2021-04-26T08:46:02.162Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-26T08:46:02.162Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-26T08:46:02.426Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-26T08:46:02.687Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-26T08:46:02.687Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-26T08:46:02.687Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-26T08:46:02.687Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-26T08:46:02.687Z] Selecting previously unselected package libbsd0:amd64. [2021-04-26T08:46:02.687Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-26T08:46:02.687Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-26T08:46:02.952Z] Selecting previously unselected package sudo. [2021-04-26T08:46:02.952Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-26T08:46:02.952Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-26T08:46:02.952Z] Selecting previously unselected package apparmor. [2021-04-26T08:46:02.953Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-26T08:46:02.953Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-26T08:46:03.216Z] Selecting previously unselected package libedit2:amd64. [2021-04-26T08:46:03.216Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-26T08:46:03.216Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-26T08:46:03.216Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-26T08:46:03.216Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-26T08:46:03.216Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T08:46:03.479Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-26T08:46:03.479Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-26T08:46:03.479Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T08:46:03.479Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-26T08:46:03.479Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-26T08:46:03.479Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-26T08:46:03.479Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-26T08:46:03.479Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-26T08:46:03.479Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T08:46:03.742Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-26T08:46:03.742Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-26T08:46:03.742Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T08:46:03.742Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-26T08:46:03.742Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-26T08:46:03.742Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-26T08:46:04.006Z] Selecting previously unselected package openssh-client. [2021-04-26T08:46:04.006Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-26T08:46:04.006Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-26T08:46:04.269Z] Selecting previously unselected package squashfs-tools. [2021-04-26T08:46:04.269Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-26T08:46:04.269Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-26T08:46:04.532Z] Selecting previously unselected package snapd. [2021-04-26T08:46:04.532Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-26T08:46:04.532Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-26T08:46:07.093Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-26T08:46:07.093Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-26T08:46:07.093Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-26T08:46:07.360Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-26T08:46:07.360Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-26T08:46:07.360Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T08:46:07.360Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-26T08:46:07.360Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-26T08:46:07.360Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-26T08:46:08.310Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-26T08:46:08.310Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-26T08:46:08.310Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-26T08:46:08.310Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T08:46:08.310Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T08:46:08.574Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T08:46:09.523Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-26T08:46:09.523Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T08:46:09.523Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-26T08:46:09.523Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-26T08:46:09.523Z] running python rtupdate hooks for python3.6... [2021-04-26T08:46:09.523Z] running python post-rtupdate hooks for python3.6... [2021-04-26T08:46:09.788Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-26T08:46:11.714Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-26T08:46:11.985Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T08:46:11.985Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-26T08:46:12.248Z] Setting up snapd (2.48.3+18.04) ... [2021-04-26T08:46:12.826Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-26T08:46:13.095Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-26T08:46:13.359Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-26T08:46:13.622Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-26T08:46:13.886Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-26T08:46:13.886Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-26T08:46:14.151Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-26T08:46:14.415Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-26T08:46:14.678Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-26T08:46:14.947Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-26T08:46:14.947Z] /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-26T08:46:15.215Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-26T08:46:15.215Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-26T08:46:16.613Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-26T08:46:16.876Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-26T08:46:16.876Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-26T08:46:19.063Z] Reading package lists... [2021-04-26T08:46:19.325Z] Reading package lists... [2021-04-26T08:46:19.588Z] Building dependency tree... [2021-04-26T08:46:19.589Z] Reading state information... [2021-04-26T08:46:19.852Z] Calculating upgrade... [2021-04-26T08:46:20.116Z] The following packages will be upgraded: [2021-04-26T08:46:20.116Z] advancecomp base-files bash binutils binutils-common [2021-04-26T08:46:20.116Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-26T08:46:20.116Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-26T08:46:20.116Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-26T08:46:20.116Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-26T08:46:20.116Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-26T08:46:20.116Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-26T08:46:20.116Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-26T08:46:20.116Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-26T08:46:20.116Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-26T08:46:20.116Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-26T08:46:20.116Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-26T08:46:20.116Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-26T08:46:20.116Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-26T08:46:20.116Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-26T08:46:20.116Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-26T08:46:20.116Z] Need to get 64.0 MB of archives. [2021-04-26T08:46:20.116Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-26T08:46:20.116Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-26T08:46:20.116Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-26T08:46:21.063Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-26T08:46:21.063Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-26T08:46:21.063Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-26T08:46:21.063Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-26T08:46:21.063Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-26T08:46:21.063Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-26T08:46:21.063Z] 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-26T08:46:21.063Z] 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-26T08:46:21.063Z] 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-26T08:46:21.063Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-26T08:46:21.063Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-26T08:46:21.063Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-26T08:46:21.063Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-26T08:46:21.063Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-26T08:46:21.063Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-26T08:46:21.063Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-26T08:46:21.063Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-26T08:46:21.063Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-26T08:46:21.063Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-26T08:46:21.063Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-26T08:46:21.063Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-26T08:46:21.063Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-26T08:46:21.328Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-26T08:46:21.328Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-26T08:46:21.328Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-26T08:46:21.328Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-26T08:46:21.328Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-26T08:46:21.328Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-26T08:46:21.328Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-26T08:46:21.328Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-26T08:46:21.328Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-26T08:46:21.328Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-26T08:46:21.328Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-26T08:46:21.328Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-26T08:46:21.328Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-26T08:46:21.328Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-26T08:46:21.328Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-26T08:46:21.329Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-26T08:46:21.329Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-26T08:46:21.329Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-26T08:46:21.329Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-26T08:46:21.329Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-26T08:46:21.329Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-26T08:46:21.329Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-26T08:46:21.329Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-26T08:46:21.329Z] Get:48 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-26T08:46:21.329Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-26T08:46:21.329Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-26T08:46:21.329Z] Get:51 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-26T08:46:21.329Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-26T08:46:21.329Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-26T08:46:21.598Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-26T08:46:21.598Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-26T08:46:21.598Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-26T08:46:21.598Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-26T08:46:21.598Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-26T08:46:21.598Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-26T08:46:21.598Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-26T08:46:21.598Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-26T08:46:21.598Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-26T08:46:21.598Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-26T08:46:21.598Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-26T08:46:21.598Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-26T08:46:21.598Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-26T08:46:21.598Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-26T08:46:21.598Z] Get:68 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-26T08:46:21.598Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-26T08:46:21.598Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-26T08:46:21.598Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-26T08:46:21.598Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-26T08:46:21.598Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-26T08:46:21.598Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-26T08:46:21.598Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-26T08:46:21.598Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-26T08:46:21.598Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-26T08:46:21.598Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-26T08:46:21.598Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-26T08:46:21.598Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-26T08:46:21.598Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-26T08:46:21.598Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-26T08:46:21.861Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-26T08:46:21.861Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-26T08:46:21.861Z] Get:85 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-26T08:46:21.861Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-26T08:46:21.861Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-26T08:46:21.861Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-26T08:46:21.861Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-26T08:46:21.861Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-26T08:46:21.861Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-26T08:46:21.861Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-26T08:46:22.439Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-26T08:46:22.717Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-26T08:46:22.981Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-26T08:46:22.981Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-26T08:46:23.558Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-26T08:46:23.558Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-26T08:46:23.558Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-26T08:46:23.558Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-26T08:46:23.558Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-26T08:46:23.558Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-26T08:46:23.558Z] Fetched 64.0 MB in 3s (18.7 MB/s) [2021-04-26T08:46:23.821Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:46:23.821Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-26T08:46:23.821Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-26T08:46:24.768Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-26T08:46:24.768Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-26T08:46:24.768Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-26T08:46:24.768Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-26T08:46:25.346Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:46:25.608Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:46:25.608Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:46:25.608Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:46:25.608Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:46:25.871Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:46:25.871Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:46:25.871Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:46:25.871Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:46:26.133Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:46:26.133Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:46:26.133Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:46:26.133Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:46:26.133Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:46:26.395Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:46:26.395Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-26T08:46:26.395Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:46:26.395Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-26T08:46:26.661Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:46:26.661Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-26T08:46:26.661Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:46:26.661Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:46:26.661Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:46:26.925Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:46:26.925Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:46:26.925Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:46:27.187Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:46:27.187Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-26T08:46:27.187Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-26T08:46:27.450Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-26T08:46:28.025Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-26T08:46:28.288Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-26T08:46:28.288Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-26T08:46:28.288Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-26T08:46:28.288Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-26T08:46:28.551Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-26T08:46:28.814Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-26T08:46:28.814Z] Installing new version of config file /etc/issue ... [2021-04-26T08:46:28.814Z] Installing new version of config file /etc/issue.net ... [2021-04-26T08:46:28.814Z] Installing new version of config file /etc/lsb-release ... [2021-04-26T08:46:28.814Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-26T08:46:29.076Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-26T08:46:29.339Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-26T08:46:29.339Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-26T08:46:29.339Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:46:29.339Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-26T08:46:29.339Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-26T08:46:29.602Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-26T08:46:29.602Z] 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-26T08:46:29.863Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:46:29.863Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T08:46:29.863Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-26T08:46:29.863Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-26T08:46:30.125Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:46:30.125Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-26T08:46:30.125Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-26T08:46:30.125Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-26T08:46:30.387Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:46:30.387Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-26T08:46:30.387Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-26T08:46:30.651Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-26T08:46:30.914Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:46:30.914Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-26T08:46:30.914Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-26T08:46:31.176Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-26T08:46:31.176Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:46:31.176Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-26T08:46:31.176Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-26T08:46:31.438Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-26T08:46:31.438Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:46:31.438Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-26T08:46:31.701Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-26T08:46:31.701Z] Setting up grep (3.1-2build1) ... [2021-04-26T08:46:31.701Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:46:31.701Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-26T08:46:31.964Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-26T08:46:31.964Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-26T08:46:32.248Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:46:32.248Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-26T08:46:32.248Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-26T08:46:32.248Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-26T08:46:32.511Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:46:32.511Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-26T08:46:32.511Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-26T08:46:33.095Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-26T08:46:33.095Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-26T08:46:33.358Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-26T08:46:33.358Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-26T08:46:33.935Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-26T08:46:33.935Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:46:33.935Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-26T08:46:33.935Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-26T08:46:35.327Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-26T08:46:35.327Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-26T08:46:35.327Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-26T08:46:35.327Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-26T08:46:35.589Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-26T08:46:35.589Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:46:35.589Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-26T08:46:35.589Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-26T08:46:35.851Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-26T08:46:36.114Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:46:36.114Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T08:46:36.114Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T08:46:36.114Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-26T08:46:36.375Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:46:36.375Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T08:46:36.375Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T08:46:36.375Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-26T08:46:36.638Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:46:36.638Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T08:46:36.638Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T08:46:36.638Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-26T08:46:36.903Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:46:36.903Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T08:46:36.903Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T08:46:36.903Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-26T08:46:37.168Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:46:37.168Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-26T08:46:37.168Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-26T08:46:37.433Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-26T08:46:37.433Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-26T08:46:37.433Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-26T08:46:37.697Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:46:37.697Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-26T08:46:37.697Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-26T08:46:37.697Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-26T08:46:37.960Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:46:37.960Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T08:46:37.960Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T08:46:37.960Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-26T08:46:37.960Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:46:37.960Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T08:46:38.223Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T08:46:38.223Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-26T08:46:38.487Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:46:38.487Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T08:46:38.487Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T08:46:39.074Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-26T08:46:39.338Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-26T08:46:39.913Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-26T08:46:39.913Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:46:39.913Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-26T08:46:39.913Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-26T08:46:40.176Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-26T08:46:40.176Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:46:40.176Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-26T08:46:40.176Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-26T08:46:40.439Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-26T08:46:40.439Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:46:40.439Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-26T08:46:40.700Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-26T08:46:40.700Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-26T08:46:41.675Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:46:41.675Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-26T08:46:41.676Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-26T08:46:41.938Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-26T08:46:41.938Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:46:41.938Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-26T08:46:41.938Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-26T08:46:42.199Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-26T08:46:42.199Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:46:42.200Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-26T08:46:42.200Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-26T08:46:42.200Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-26T08:46:42.460Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:46:42.460Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-26T08:46:42.460Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-26T08:46:42.723Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-26T08:46:42.723Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:46:42.723Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-26T08:46:42.986Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-26T08:46:42.987Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-26T08:46:43.263Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:46:43.263Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T08:46:43.263Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T08:46:43.263Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-26T08:46:43.528Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-26T08:46:43.528Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-26T08:46:43.528Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-26T08:46:43.528Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-26T08:46:43.794Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:46:43.794Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-26T08:46:43.794Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-26T08:46:44.057Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-26T08:46:44.057Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:46:44.057Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-26T08:46:44.057Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-26T08:46:44.319Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-26T08:46:44.581Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:46:44.581Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-26T08:46:44.581Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-26T08:46:44.581Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-26T08:46:44.844Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:46:44.844Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-26T08:46:44.844Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-26T08:46:45.108Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-26T08:46:45.108Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:46:45.108Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-26T08:46:45.108Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-26T08:46:45.371Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-26T08:46:45.635Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:46:45.635Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-26T08:46:45.635Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-26T08:46:45.898Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-26T08:46:45.898Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:46:45.898Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-26T08:46:45.898Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-26T08:46:46.163Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-26T08:46:46.426Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:46:46.426Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-26T08:46:46.426Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-26T08:46:46.426Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-26T08:46:46.426Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:46:46.426Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-26T08:46:46.701Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-26T08:46:46.701Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-26T08:46:46.963Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:46:46.963Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-26T08:46:46.963Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-26T08:46:46.963Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-26T08:46:47.226Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:46:47.226Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-26T08:46:47.226Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-26T08:46:47.226Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-26T08:46:47.489Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:46:47.489Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-26T08:46:47.489Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-26T08:46:47.752Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-26T08:46:47.752Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:46:47.752Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-26T08:46:47.752Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-26T08:46:48.014Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-26T08:46:48.014Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:46:48.014Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-26T08:46:48.014Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-26T08:46:48.014Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-26T08:46:48.276Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-26T08:46:48.276Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-26T08:46:48.276Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-26T08:46:48.537Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-26T08:46:48.537Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-26T08:46:48.800Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-26T08:46:48.800Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-26T08:46:49.060Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-26T08:46:49.060Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-26T08:46:49.060Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-26T08:46:49.060Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-26T08:46:49.323Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-26T08:46:49.323Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-26T08:46:49.323Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-26T08:46:49.323Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-26T08:46:49.586Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-26T08:46:49.586Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-26T08:46:49.586Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-26T08:46:49.586Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-26T08:46:49.848Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-26T08:46:49.848Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-26T08:46:49.848Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-26T08:46:49.848Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-26T08:46:50.110Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-26T08:46:50.110Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-26T08:46:51.056Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-26T08:46:51.056Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-26T08:46:51.324Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-26T08:46:51.324Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-26T08:46:51.324Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-26T08:46:51.324Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-26T08:46:52.279Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-26T08:46:52.279Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-26T08:46:52.279Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-26T08:46:52.540Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-26T08:46:52.540Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-26T08:46:52.540Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-26T08:46:52.802Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T08:46:52.802Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T08:46:52.802Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T08:46:52.802Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T08:46:53.070Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T08:46:53.070Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T08:46:53.332Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T08:46:53.332Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T08:46:54.726Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T08:46:54.726Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T08:46:55.675Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T08:46:55.675Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T08:46:56.621Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T08:46:56.621Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T08:46:56.883Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T08:46:56.883Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T08:46:58.282Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T08:46:58.282Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T08:46:58.282Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-26T08:46:58.282Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-26T08:46:58.282Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-26T08:46:58.282Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-26T08:46:58.545Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-26T08:46:58.545Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-26T08:46:58.821Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-26T08:46:58.821Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-26T08:46:58.821Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-26T08:46:58.821Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-26T08:46:59.087Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-26T08:46:59.087Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-26T08:46:59.087Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-26T08:46:59.349Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-26T08:46:59.349Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:46:59.349Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-26T08:46:59.349Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:46:59.349Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:46:59.611Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:46:59.611Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-26T08:46:59.611Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-26T08:46:59.611Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-26T08:46:59.874Z] [2021-04-26T08:46:59.874Z] Current default time zone: 'Etc/UTC' [2021-04-26T08:46:59.874Z] Local time is now: Mon Apr 26 08:46:59 UTC 2021. [2021-04-26T08:46:59.874Z] Universal Time is now: Mon Apr 26 08:46:59 UTC 2021. [2021-04-26T08:46:59.874Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-26T08:46:59.874Z] [2021-04-26T08:46:59.874Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-26T08:46:59.874Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:46:59.874Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-26T08:46:59.874Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-26T08:46:59.874Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-26T08:46:59.874Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-26T08:46:59.874Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-26T08:47:00.136Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-26T08:47:00.136Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-26T08:47:00.136Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-26T08:47:00.136Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:47:00.136Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-26T08:47:00.397Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T08:47:00.397Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-26T08:47:00.397Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:47:00.397Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-26T08:47:00.397Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-26T08:47:00.397Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-26T08:47:00.397Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-26T08:47:00.397Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-26T08:47:00.659Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-26T08:47:00.659Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-26T08:47:00.659Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-26T08:47:02.578Z] Updating certificates in /etc/ssl/certs... [2021-04-26T08:47:03.152Z] 23 added, 27 removed; done. [2021-04-26T08:47:03.416Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-26T08:47:03.416Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:47:03.416Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-26T08:47:03.416Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-26T08:47:03.416Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-26T08:47:03.679Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T08:47:03.679Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-26T08:47:03.679Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T08:47:03.679Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T08:47:03.679Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T08:47:03.679Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T08:47:03.679Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T08:47:03.679Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-26T08:47:03.941Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-26T08:47:03.941Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-26T08:47:03.941Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-26T08:47:03.941Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-26T08:47:03.941Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T08:47:03.941Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T08:47:04.203Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-26T08:47:04.203Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-26T08:47:04.203Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-26T08:47:04.203Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-26T08:47:04.203Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-26T08:47:04.465Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-26T08:47:04.465Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-26T08:47:04.465Z] Updating certificates in /etc/ssl/certs... [2021-04-26T08:47:05.039Z] 0 added, 0 removed; done. [2021-04-26T08:47:05.039Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-26T08:47:05.039Z] done. [2021-04-26T08:47:05.989Z] Reading package lists... [2021-04-26T08:47:06.251Z] Building dependency tree... [2021-04-26T08:47:06.251Z] Reading state information... [2021-04-26T08:47:06.513Z] The following NEW packages will be installed: [2021-04-26T08:47:06.513Z] apt-transport-https [2021-04-26T08:47:06.775Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-26T08:47:06.775Z] Need to get 1692 B of archives. [2021-04-26T08:47:06.775Z] After this operation, 154 kB of additional disk space will be used. [2021-04-26T08:47:06.775Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-26T08:47:06.775Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-26T08:47:06.775Z] Fetched 1692 B in 0s (9493 B/s) [2021-04-26T08:47:07.037Z] Selecting previously unselected package apt-transport-https. [2021-04-26T08:47:07.037Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-26T08:47:07.037Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-26T08:47:07.037Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-26T08:47:07.037Z] Setting up apt-transport-https (1.6.13) ... [2021-04-26T08:47:07.299Z] Waiting for network to be ready... [2021-04-26T08:47:10.070Z] 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-26T08:47:10.070Z] 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-26T08:47:15.472Z] 2021-04-26T08:47:11Z INFO Waiting for automatic snapd restart... [2021-04-26T08:47:15.472Z] snapd 2.49.2 from Canonical* installed [2021-04-26T08:47:16.046Z] "snapd" switched to the "latest/stable" channel [2021-04-26T08:47:16.046Z] [2021-04-26T08:47:21.360Z] core18 20210309 from Canonical* installed [2021-04-26T08:47:21.361Z] "core18" switched to the "latest/stable" channel [2021-04-26T08:47:21.361Z] [2021-04-26T08:47:27.961Z] snapcraft 4.6.2 from Canonical* installed [2021-04-26T08:47:28.221Z] "snapcraft" switched to the "latest/stable" channel [2021-04-26T08:47:28.221Z] [2021-04-26T08:47:32.324Z] Removing intermediate container c2205928a81f [2021-04-26T08:47:32.324Z] ---> 28a8e7b27471 [2021-04-26T08:47:32.324Z] [2021-04-26T08:47:32.324Z] Step 10/21 : FROM alpine:3.12 [2021-04-26T08:47:32.324Z] 3.12: Pulling from library/alpine [2021-04-26T08:47:32.324Z] Removing intermediate container 4dd35c7e0894 [2021-04-26T08:47:32.324Z] ---> ec7acefb8b90 [2021-04-26T08:47:32.324Z] [2021-04-26T08:47:32.324Z] Step 10/25 : FROM alpine:3.12 [2021-04-26T08:47:32.324Z] 3.12: Pulling from library/alpine [2021-04-26T08:47:32.324Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-26T08:47:32.324Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-26T08:47:32.324Z] Status: Downloaded newer image for alpine:3.12 [2021-04-26T08:47:32.324Z] ---> 9852663dfa18 [2021-04-26T08:47:32.324Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-26T08:47:32.324Z] Status: Downloaded newer image for alpine:3.12 [2021-04-26T08:47:32.324Z] ---> 9852663dfa18 [2021-04-26T08:47:32.324Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-26T08:47:32.433Z] 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-26T08:47:32.433Z] - README.md [2021-04-26T08:47:32.433Z] [2021-04-26T08:47:32.433Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-26T08:47:32.920Z] ---> Running in 1b5e67d12a75 [2021-04-26T08:47:32.920Z] ---> Running in 517fa5045a2b [2021-04-26T08:47:35.540Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:47:35.540Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:47:35.540Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:47:35.540Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:47:35.814Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-26T08:47:35.814Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-26T08:47:35.814Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-26T08:47:35.814Z] (4/6) Installing curl (7.76.1-r0) [2021-04-26T08:47:35.814Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-26T08:47:35.814Z] (6/6) Installing su-exec (0.2-r1) [2021-04-26T08:47:35.814Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:47:36.086Z] Executing ca-certificates-20191127-r4.trigger [2021-04-26T08:47:36.359Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-26T08:47:36.359Z] OK: 7 MiB in 20 packages [2021-04-26T08:47:36.359Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-26T08:47:36.359Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-26T08:47:36.359Z] (4/4) Installing curl (7.76.1-r0) [2021-04-26T08:47:36.359Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:47:36.359Z] Executing ca-certificates-20191127-r4.trigger [2021-04-26T08:47:36.634Z] OK: 7 MiB in 18 packages [2021-04-26T08:47:39.464Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-26T08:47:39.464Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-26T08:47:39.464Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-26T08:47:39.464Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-26T08:47:39.466Z] Removing intermediate container 5a3f769fe404 [2021-04-26T08:47:39.466Z] ---> 0292eab8286b [2021-04-26T08:47:39.466Z] [2021-04-26T08:47:39.466Z] Step 10/23 : FROM alpine:3.12 [2021-04-26T08:47:39.466Z] ---> 9852663dfa18 [2021-04-26T08:47:39.466Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-26T08:47:39.466Z] Removing intermediate container daa8496814b7 [2021-04-26T08:47:39.466Z] ---> 39c744821b9e [2021-04-26T08:47:39.466Z] [2021-04-26T08:47:39.466Z] Step 10/22 : FROM alpine:3.12 [2021-04-26T08:47:39.466Z] ---> 9852663dfa18 [2021-04-26T08:47:39.466Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-26T08:47:39.739Z] ---> Running in 3ca0cad95956 [2021-04-26T08:47:39.739Z] ---> Running in b859d6ed7735 [2021-04-26T08:47:40.347Z] Removing intermediate container 1b5e67d12a75 [2021-04-26T08:47:40.347Z] ---> 8642021674fe [2021-04-26T08:47:40.347Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-26T08:47:40.347Z] Removing intermediate container 517fa5045a2b [2021-04-26T08:47:40.347Z] ---> fcadba680d50 [2021-04-26T08:47:40.347Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-26T08:47:40.619Z] ---> Running in 51060ad2d0f5 [2021-04-26T08:47:40.902Z] ---> Running in aa83d54d3bed [2021-04-26T08:47:41.661Z] Reading package lists... [2021-04-26T08:47:41.891Z] Removing intermediate container 51060ad2d0f5 [2021-04-26T08:47:41.891Z] ---> 5e813dd3241d [2021-04-26T08:47:41.891Z] Step 13/21 : WORKDIR /edgex [2021-04-26T08:47:41.891Z] Removing intermediate container aa83d54d3bed [2021-04-26T08:47:41.891Z] ---> 2288b795b7c4 [2021-04-26T08:47:41.891Z] Step 13/25 : WORKDIR / [2021-04-26T08:47:41.891Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:47:42.163Z] ---> Running in 894d6f63f807 [2021-04-26T08:47:42.163Z] ---> Running in 1c9913a24733 [2021-04-26T08:47:42.163Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:47:42.239Z] 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-26T08:47:42.440Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:47:42.440Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:47:43.037Z] Removing intermediate container 894d6f63f807 [2021-04-26T08:47:43.037Z] ---> 2110a93725c5 [2021-04-26T08:47:43.037Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-26T08:47:43.037Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-26T08:47:43.037Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:47:43.037Z] OK: 5 MiB in 15 packages [2021-04-26T08:47:43.037Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-26T08:47:43.037Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:47:43.037Z] OK: 5 MiB in 15 packages [2021-04-26T08:47:43.037Z] Removing intermediate container 1c9913a24733 [2021-04-26T08:47:43.037Z] ---> 106be838ff11 [2021-04-26T08:47:43.037Z] 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-26T08:47:45.664Z] ---> 133bd703eddc [2021-04-26T08:47:45.664Z] 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-26T08:47:45.664Z] ---> fe37ec77a216 [2021-04-26T08:47:45.664Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-26T08:47:45.664Z] Removing intermediate container 3ca0cad95956 [2021-04-26T08:47:45.664Z] ---> 2b82f9bf9077 [2021-04-26T08:47:45.664Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T08:47:45.664Z] Removing intermediate container b859d6ed7735 [2021-04-26T08:47:45.664Z] ---> 51e88ca31b03 [2021-04-26T08:47:45.664Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T08:47:46.262Z] ---> Running in 1d178b744be6 [2021-04-26T08:47:46.262Z] ---> Running in 75d87a02f2f3 [2021-04-26T08:47:46.262Z] Removing intermediate container 8796c69a16da [2021-04-26T08:47:46.262Z] ---> 254e44592887 [2021-04-26T08:47:46.262Z] [2021-04-26T08:47:46.262Z] Step 10/23 : FROM alpine:3.12 [2021-04-26T08:47:46.262Z] ---> 9852663dfa18 [2021-04-26T08:47:46.262Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-26T08:47:46.262Z] ---> Using cache [2021-04-26T08:47:46.262Z] ---> 51e88ca31b03 [2021-04-26T08:47:46.262Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T08:47:46.539Z] ---> a97f91e94654 [2021-04-26T08:47:46.539Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-26T08:47:46.539Z] ---> Running in 062b2221ad3c [2021-04-26T08:47:46.818Z] Removing intermediate container 75d87a02f2f3 [2021-04-26T08:47:46.818Z] ---> c95f2b22d7df [2021-04-26T08:47:46.818Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-26T08:47:46.818Z] Removing intermediate container 1d178b744be6 [2021-04-26T08:47:46.818Z] ---> 5990256f871d [2021-04-26T08:47:46.818Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-26T08:47:46.818Z] ---> 2721611e9277 [2021-04-26T08:47:46.818Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-26T08:47:47.089Z] ---> Running in fa2680d09fd0 [2021-04-26T08:47:47.089Z] ---> Running in 66839ff309f5 [2021-04-26T08:47:47.363Z] Removing intermediate container 062b2221ad3c [2021-04-26T08:47:47.363Z] ---> eabcf217c3ad [2021-04-26T08:47:47.363Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-26T08:47:47.363Z] ---> Running in 0fb723480dec [2021-04-26T08:47:47.960Z] Removing intermediate container fa2680d09fd0 [2021-04-26T08:47:47.960Z] ---> 1bca76c9fa68 [2021-04-26T08:47:47.960Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-26T08:47:47.960Z] ---> 41bbe7148424 [2021-04-26T08:47:47.960Z] 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-26T08:47:47.960Z] Removing intermediate container 66839ff309f5 [2021-04-26T08:47:47.960Z] ---> c26de06e7526 [2021-04-26T08:47:47.960Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-26T08:47:47.960Z] ---> Running in b5b1eee0f6c1 [2021-04-26T08:47:47.960Z] Removing intermediate container 0fb723480dec [2021-04-26T08:47:47.960Z] ---> f7a7e1d5dfcf [2021-04-26T08:47:47.960Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-26T08:47:48.232Z] ---> Running in adc3d4662dcc [2021-04-26T08:47:48.232Z] ---> Running in 110a4de26254 [2021-04-26T08:47:48.232Z] ---> ff799ed41667 [2021-04-26T08:47:48.232Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-26T08:47:48.513Z] ---> Running in 6561ffad0fda [2021-04-26T08:47:48.784Z] Removing intermediate container b5b1eee0f6c1 [2021-04-26T08:47:48.784Z] ---> ace8a7762d86 [2021-04-26T08:47:48.784Z] Step 15/23 : WORKDIR / [2021-04-26T08:47:48.831Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-26T08:47:48.831Z] Reading package lists... [2021-04-26T08:47:48.831Z] Building dependency tree... [2021-04-26T08:47:48.831Z] Reading state information... [2021-04-26T08:47:48.831Z] Suggested packages: [2021-04-26T08:47:48.831Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-26T08:47:48.831Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-26T08:47:48.831Z] Recommended packages: [2021-04-26T08:47:48.831Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-26T08:47:48.831Z] The following NEW packages will be installed: [2021-04-26T08:47:48.831Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-26T08:47:48.831Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-26T08:47:48.831Z] pkg-config zip [2021-04-26T08:47:49.054Z] ---> Running in 146c4c30b3a5 [2021-04-26T08:47:49.054Z] ---> b49014ae51e3 [2021-04-26T08:47:49.054Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-26T08:47:49.054Z] Removing intermediate container adc3d4662dcc [2021-04-26T08:47:49.054Z] ---> edbcf727cac1 [2021-04-26T08:47:49.054Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:47:49.054Z] Removing intermediate container 110a4de26254 [2021-04-26T08:47:49.054Z] ---> 68f76cad308e [2021-04-26T08:47:49.054Z] Step 15/23 : WORKDIR / [2021-04-26T08:47:49.092Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-26T08:47:49.092Z] Need to get 7663 kB of archives. [2021-04-26T08:47:49.092Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-26T08:47:49.092Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-26T08:47:49.092Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-26T08:47:49.331Z] Removing intermediate container 6561ffad0fda [2021-04-26T08:47:49.331Z] ---> d367c8c0fdaa [2021-04-26T08:47:49.331Z] Step 18/21 : CMD ["--init=true"] [2021-04-26T08:47:49.331Z] ---> Running in 47d43b074396 [2021-04-26T08:47:49.331Z] ---> Running in c055d5d5415b [2021-04-26T08:47:49.354Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-26T08:47:49.354Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-26T08:47:49.354Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-26T08:47:49.354Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-26T08:47:49.616Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-26T08:47:49.616Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-26T08:47:49.616Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-26T08:47:49.616Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-26T08:47:49.878Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-26T08:47:49.878Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-26T08:47:49.878Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-26T08:47:49.878Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-26T08:47:49.878Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-26T08:47:49.924Z] Removing intermediate container 146c4c30b3a5 [2021-04-26T08:47:49.924Z] ---> b2635204196e [2021-04-26T08:47:49.924Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:47:49.924Z] ---> de8dc66b08be [2021-04-26T08:47:49.924Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-26T08:47:50.139Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-26T08:47:50.139Z] Fetched 7663 kB in 1s (7073 kB/s) [2021-04-26T08:47:50.199Z] Removing intermediate container c055d5d5415b [2021-04-26T08:47:50.199Z] ---> aba7df67f314 [2021-04-26T08:47:50.199Z] Step 19/21 : LABEL arch=arm64 [2021-04-26T08:47:50.199Z] Removing intermediate container 47d43b074396 [2021-04-26T08:47:50.199Z] ---> 607160098f3f [2021-04-26T08:47:50.199Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:47:50.401Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-26T08:47:50.401Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-26T08:47:50.401Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-26T08:47:50.401Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-26T08:47:50.663Z] Selecting previously unselected package libpsl5:amd64. [2021-04-26T08:47:50.663Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-26T08:47:50.663Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-26T08:47:50.790Z] ---> Running in 484b31f924e1 [2021-04-26T08:47:50.790Z] ---> 4a98ff0058c6 [2021-04-26T08:47:50.790Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-26T08:47:50.790Z] ---> 866e8f28ca87 [2021-04-26T08:47:50.790Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-26T08:47:50.925Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-26T08:47:50.925Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-26T08:47:50.925Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-26T08:47:50.925Z] Selecting previously unselected package librtmp1:amd64. [2021-04-26T08:47:50.925Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-26T08:47:50.925Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-26T08:47:51.190Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-26T08:47:51.190Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-26T08:47:51.190Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-26T08:47:51.190Z] Selecting previously unselected package liberror-perl. [2021-04-26T08:47:51.190Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-26T08:47:51.190Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-26T08:47:51.190Z] Selecting previously unselected package git-man. [2021-04-26T08:47:51.190Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-26T08:47:51.190Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-26T08:47:51.383Z] ---> 9e45d88d244f [2021-04-26T08:47:51.383Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-26T08:47:51.456Z] Selecting previously unselected package git. [2021-04-26T08:47:51.456Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-26T08:47:51.456Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-26T08:47:51.656Z] Removing intermediate container 484b31f924e1 [2021-04-26T08:47:51.656Z] ---> 2de5cffbb21c [2021-04-26T08:47:51.656Z] Step 20/21 : LABEL git_sha=0777a43d301daa0545bfa71874cf4f7ad0190c79 [2021-04-26T08:47:51.656Z] ---> 00961b338878 [2021-04-26T08:47:51.656Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-26T08:47:52.245Z] ---> Running in f52e9e37f565 [2021-04-26T08:47:52.418Z] Selecting previously unselected package libnorm1:amd64. [2021-04-26T08:47:52.418Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-26T08:47:52.418Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-26T08:47:52.517Z] ---> bb5258a69775 [2021-04-26T08:47:52.517Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-26T08:47:52.517Z] ---> 53b9fce00d9d [2021-04-26T08:47:52.517Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-26T08:47:52.684Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-26T08:47:52.684Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-26T08:47:52.684Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-26T08:47:52.685Z] Selecting previously unselected package libsodium23:amd64. [2021-04-26T08:47:52.685Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-26T08:47:52.685Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-26T08:47:52.789Z] ---> 5cd20322b507 [2021-04-26T08:47:52.790Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-26T08:47:52.790Z] Removing intermediate container f52e9e37f565 [2021-04-26T08:47:52.790Z] ---> 8a387bc473b2 [2021-04-26T08:47:52.790Z] Step 21/21 : LABEL version=0.0.0 [2021-04-26T08:47:52.790Z] ---> c4b1222ae6fb [2021-04-26T08:47:52.790Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-26T08:47:52.949Z] Selecting previously unselected package libzmq5:amd64. [2021-04-26T08:47:52.949Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-26T08:47:52.949Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-26T08:47:52.949Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-26T08:47:52.949Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-26T08:47:52.949Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-26T08:47:53.066Z] ---> Running in 17ecf4a2c843 [2021-04-26T08:47:53.066Z] ---> Running in 57ab256d028b [2021-04-26T08:47:53.211Z] Selecting previously unselected package pkg-config. [2021-04-26T08:47:53.211Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-26T08:47:53.211Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-26T08:47:53.211Z] Selecting previously unselected package zip. [2021-04-26T08:47:53.211Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-26T08:47:53.211Z] Unpacking zip (3.0-11build1) ... [2021-04-26T08:47:53.211Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-26T08:47:53.340Z] ---> 44bec71f1c14 [2021-04-26T08:47:53.340Z] 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-26T08:47:53.472Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-26T08:47:53.472Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-26T08:47:53.472Z] Setting up liberror-perl (0.17025-1) ... [2021-04-26T08:47:53.472Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-26T08:47:53.472Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-26T08:47:53.472Z] No schema files found: doing nothing. [2021-04-26T08:47:53.472Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-26T08:47:53.472Z] Setting up zip (3.0-11build1) ... [2021-04-26T08:47:53.617Z] Removing intermediate container 17ecf4a2c843 [2021-04-26T08:47:53.617Z] ---> 2df9533f1c58 [2021-04-26T08:47:53.617Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:47:53.617Z] ---> Running in c59d6e5c4f02 [2021-04-26T08:47:53.734Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-26T08:47:53.735Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-26T08:47:53.735Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-26T08:47:53.735Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-26T08:47:53.735Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-26T08:47:53.735Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-26T08:47:53.735Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-26T08:47:53.895Z] ---> 176441733344 [2021-04-26T08:47:53.895Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-26T08:47:53.895Z] Removing intermediate container 57ab256d028b [2021-04-26T08:47:53.895Z] ---> fdf34c1726a7 [2021-04-26T08:47:53.895Z] [2021-04-26T08:47:53.895Z] ---> Running in f5b5c473ec06 [2021-04-26T08:47:53.895Z] ---> 49b8aabf515f [2021-04-26T08:47:53.895Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-26T08:47:53.997Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-26T08:47:54.175Z] ---> Running in 32de07988f27 [2021-04-26T08:47:54.175Z] ---> Running in f0ba2077694a [2021-04-26T08:47:54.445Z] Successfully built fdf34c1726a7 [2021-04-26T08:47:54.734Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-26T08:47:54.734Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-04-26T08:47:54.734Z] Removing intermediate container f5b5c473ec06 [2021-04-26T08:47:54.734Z] ---> c5d1cedc9a60 [2021-04-26T08:47:54.734Z] Step 20/22 : LABEL arch=arm64 [2021-04-26T08:47:55.010Z] Removing intermediate container 32de07988f27 [2021-04-26T08:47:55.010Z] ---> 13199f0702da [2021-04-26T08:47:55.010Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:47:55.010Z] ---> Running in ce284ae0823c [2021-04-26T08:47:55.010Z] Removing intermediate container f0ba2077694a [2021-04-26T08:47:55.010Z] ---> dcdb64c2f7be [2021-04-26T08:47:55.010Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:47:55.283Z] ---> Running in d8b2a4eb06fe [2021-04-26T08:47:55.283Z] ---> Running in f09a6b9dcab3 [2021-04-26T08:47:55.558Z] Removing intermediate container ce284ae0823c [2021-04-26T08:47:55.558Z] ---> a253e4d800f4 [2021-04-26T08:47:55.558Z] Step 21/22 : LABEL git_sha=0777a43d301daa0545bfa71874cf4f7ad0190c79 [2021-04-26T08:47:55.832Z] Removing intermediate container d8b2a4eb06fe [2021-04-26T08:47:55.832Z] ---> 065f7a746b35 [2021-04-26T08:47:55.832Z] Step 21/23 : LABEL arch=arm64 [2021-04-26T08:47:55.832Z] ---> Running in dcb45c556cec [2021-04-26T08:47:56.105Z] ---> Running in 60b1b9ade113 [2021-04-26T08:47:56.105Z] Removing intermediate container f09a6b9dcab3 [2021-04-26T08:47:56.105Z] ---> 19d4ebebb73e [2021-04-26T08:47:56.105Z] Step 21/23 : LABEL arch=arm64 [2021-04-26T08:47:56.375Z] ---> Running in b5c5b1caddd6 [2021-04-26T08:47:56.966Z] Removing intermediate container dcb45c556cec [2021-04-26T08:47:56.966Z] ---> 2bb9a8df44ff [2021-04-26T08:47:56.966Z] Step 22/22 : LABEL version=0.0.0Removing intermediate container c59d6e5c4f02 [2021-04-26T08:47:56.966Z] ---> 9207c621779c [2021-04-26T08:47:56.966Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-04-26T08:47:56.966Z] [2021-04-26T08:47:57.246Z] Removing intermediate container 60b1b9ade113 [2021-04-26T08:47:57.246Z] ---> 6de8d136258b [2021-04-26T08:47:57.246Z] Step 22/23 : LABEL git_sha=0777a43d301daa0545bfa71874cf4f7ad0190c79 [2021-04-26T08:47:57.524Z] ---> Running in 29bbc18655f2 [2021-04-26T08:47:57.524Z] ---> Running in 6ce5cd01f506 [2021-04-26T08:47:57.524Z] Removing intermediate container b5c5b1caddd6 [2021-04-26T08:47:57.524Z] ---> b2456b431ae2 [2021-04-26T08:47:57.524Z] Step 22/23 : LABEL git_sha=0777a43d301daa0545bfa71874cf4f7ad0190c79 [2021-04-26T08:47:57.810Z] ---> Running in 42a636cdca7f [2021-04-26T08:47:58.081Z] ---> Running in 6bd8e3c22cde [2021-04-26T08:47:58.674Z] Removing intermediate container 6ce5cd01f506 [2021-04-26T08:47:58.674Z] Removing intermediate container 29bbc18655f2 [2021-04-26T08:47:58.674Z] ---> 35e771150f6d [2021-04-26T08:47:58.674Z] [2021-04-26T08:47:58.674Z] ---> b0d178317a66 [2021-04-26T08:47:58.674Z] Step 23/25 : LABEL arch=arm64 [2021-04-26T08:47:58.951Z] Removing intermediate container 42a636cdca7f [2021-04-26T08:47:58.951Z] ---> 8387dcf17696 [2021-04-26T08:47:58.951Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T08:47:58.951Z] Removing intermediate container 6bd8e3c22cde [2021-04-26T08:47:58.951Z] ---> 8e03b9461007 [2021-04-26T08:47:58.951Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T08:47:58.951Z] ---> Running in a82ad352c555 [2021-04-26T08:47:59.229Z] ---> Running in 7ef1bc17e865 [2021-04-26T08:47:59.229Z] ---> Running in cf37a5977a48 [2021-04-26T08:47:59.229Z] Successfully built 35e771150f6d [2021-04-26T08:47:59.229Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-26T08:47:59.229Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-04-26T08:47:59.820Z] Removing intermediate container a82ad352c555 [2021-04-26T08:47:59.820Z] ---> 575099acaff3 [2021-04-26T08:47:59.820Z] Step 24/25 : LABEL git_sha=0777a43d301daa0545bfa71874cf4f7ad0190c79 [2021-04-26T08:48:00.095Z] Removing intermediate container cf37a5977a48 [2021-04-26T08:48:00.095Z] ---> fd52f06b45c6 [2021-04-26T08:48:00.095Z] [2021-04-26T08:48:00.095Z] ---> Running in 78976270c42a [2021-04-26T08:48:00.095Z] Removing intermediate container 7ef1bc17e865 [2021-04-26T08:48:00.095Z] ---> dd56d95f0741 [2021-04-26T08:48:00.095Z] [2021-04-26T08:48:00.591Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-26T08:48:00.694Z] Successfully built fd52f06b45c6 [2021-04-26T08:48:00.694Z] Successfully built dd56d95f0741 [2021-04-26T08:48:00.694Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-26T08:48:00.694Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-26T08:48:00.694Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2021-04-26T08:48:00.694Z] Building docker-core-data-go [2021-04-26T08:48:00.694Z]  Building docker-core-command-go ... done Removing intermediate container 78976270c42a [2021-04-26T08:48:00.694Z] ---> 10640d3c9fc4 [2021-04-26T08:48:00.694Z] Step 25/25 : LABEL version=0.0.0 [2021-04-26T08:48:00.853Z] git set to automatically installed. [2021-04-26T08:48:00.853Z] git-man set to automatically installed. [2021-04-26T08:48:00.853Z] libcurl3-gnutls set to automatically installed. [2021-04-26T08:48:00.853Z] liberror-perl set to automatically installed. [2021-04-26T08:48:00.853Z] libglib2.0-0 set to automatically installed. [2021-04-26T08:48:00.853Z] libnghttp2-14 set to automatically installed. [2021-04-26T08:48:00.853Z] libnorm1 set to automatically installed. [2021-04-26T08:48:00.853Z] libpgm-5.2-0 set to automatically installed. [2021-04-26T08:48:00.853Z] libpsl5 set to automatically installed. [2021-04-26T08:48:00.853Z] librtmp1 set to automatically installed. [2021-04-26T08:48:00.853Z] libsodium23 set to automatically installed. [2021-04-26T08:48:00.853Z] libzmq3-dev set to automatically installed. [2021-04-26T08:48:00.853Z] libzmq5 set to automatically installed. [2021-04-26T08:48:00.853Z] pkg-config set to automatically installed. [2021-04-26T08:48:00.853Z] zip set to automatically installed. [2021-04-26T08:48:00.969Z] ---> Running in 52c65a77834c [2021-04-26T08:48:01.567Z] Removing intermediate container 52c65a77834c [2021-04-26T08:48:01.567Z] ---> 33640621ebe2 [2021-04-26T08:48:01.567Z] [2021-04-26T08:48:02.160Z] Successfully built 33640621ebe2 [2021-04-26T08:48:02.160Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-26T08:48:03.406Z] snapd is not logged in, snap install commands will use sudo [2021-04-26T08:48:10.008Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-26T08:48:24.958Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-26T08:48:25.219Z] snapd is not logged in, snap install commands will use sudo [2021-04-26T08:48:31.818Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-26T08:48:32.081Z] snap "core18" has no updates available [2021-04-26T08:48:33.026Z] Pulling go-build-helper [2021-04-26T08:48:33.026Z] + snapcraftctl pull [2021-04-26T08:48:34.418Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-26T08:48:34.418Z] Skipping pull go-build-helper (already ran) [2021-04-26T08:48:34.418Z] Building go-build-helper [2021-04-26T08:48:34.418Z] + snapcraftctl build [2021-04-26T08:48:37.723Z] Staging go-build-helper [2021-04-26T08:48:37.723Z] + snapcraftctl stage [2021-04-26T08:48:49.149Z]  Building docker-security-secretstore-setup-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:48:49.149Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:48:49.149Z] ---> e494b80905d2 [2021-04-26T08:48:49.149Z] Step 3/31 : WORKDIR /edgex-go [2021-04-26T08:48:49.149Z] ---> Using cache [2021-04-26T08:48:49.149Z] ---> 7f9e6d4eabe1 [2021-04-26T08:48:49.149Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:48:49.149Z] ---> Using cache [2021-04-26T08:48:49.149Z] ---> 0c595619124c [2021-04-26T08:48:49.149Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-26T08:48:49.149Z] ---> Using cache [2021-04-26T08:48:49.149Z] ---> 34dd3224763a [2021-04-26T08:48:49.149Z] Step 6/31 : COPY go.mod . [2021-04-26T08:48:49.149Z] ---> Using cache [2021-04-26T08:48:49.149Z] ---> dc788f320cc4 [2021-04-26T08:48:49.149Z] Step 7/31 : RUN go mod download [2021-04-26T08:48:49.149Z] ---> Using cache [2021-04-26T08:48:49.149Z] ---> b3ed49d6fca0 [2021-04-26T08:48:49.149Z] Step 8/31 : COPY . . [2021-04-26T08:48:49.149Z] ---> Using cache [2021-04-26T08:48:49.149Z] ---> b94640545ad7 [2021-04-26T08:48:49.149Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-26T08:48:52.665Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-26T08:48:52.666Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-26T08:48:52.666Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-26T08:48:52.666Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-26T08:48:52.666Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-26T08:48:52.666Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-26T08:48:52.666Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-26T08:48:52.666Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-26T08:48:52.666Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-26T08:48:52.666Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-26T08:48:52.666Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-26T08:48:52.666Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-26T08:48:52.666Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-04-26T08:48:52.666Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-26T08:48:52.666Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-26T08:48:52.666Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-26T08:48:52.666Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-26T08:48:52.666Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-26T08:48:52.666Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-26T08:48:52.666Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-26T08:48:52.666Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-26T08:48:52.666Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-26T08:48:52.666Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-26T08:48:52.666Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-26T08:48:52.666Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-26T08:48:52.666Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-04-26T08:48:52.666Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-26T08:48:52.666Z] Fetched 24.4 MB in 6s (3879 kB/s) [2021-04-26T08:48:52.666Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-26T08:48:52.666Z] Fetched 224 kB in 0s (0 B/s) [2021-04-26T08:48:52.666Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-26T08:48:52.666Z] Fetched 157 kB in 0s (0 B/s) [2021-04-26T08:48:52.666Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-26T08:48:52.666Z] Fetched 221 kB in 0s (0 B/s) [2021-04-26T08:48:52.666Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-26T08:48:52.666Z] Fetched 143 kB in 0s (0 B/s) [2021-04-26T08:48:52.666Z] Pulling app-service-config [2021-04-26T08:48:52.666Z] + snapcraftctl pull [2021-04-26T08:48:52.935Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-26T08:48:53.478Z] ---> Running in d510089ee20d [2021-04-26T08:48:53.508Z] Pulling config-common [2021-04-26T08:48:53.508Z] + snapcraftctl pull [2021-04-26T08:48:54.462Z] 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-26T08:48:55.457Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:48:55.457Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:48:55.457Z] ---> e494b80905d2 [2021-04-26T08:48:55.457Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T08:48:55.457Z] ---> Using cache [2021-04-26T08:48:55.457Z] ---> 7f9e6d4eabe1 [2021-04-26T08:48:55.457Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:48:55.457Z] ---> Using cache [2021-04-26T08:48:55.457Z] ---> 0c595619124c [2021-04-26T08:48:55.457Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-26T08:48:56.058Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:48:56.058Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:48:56.058Z] ---> e494b80905d2 [2021-04-26T08:48:56.058Z] Step 3/22 : WORKDIR /edgex-go [2021-04-26T08:48:56.058Z] ---> Using cache [2021-04-26T08:48:56.058Z] ---> 7f9e6d4eabe1 [2021-04-26T08:48:56.058Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:48:56.058Z] ---> Using cache [2021-04-26T08:48:56.058Z] ---> 0c595619124c [2021-04-26T08:48:56.058Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-26T08:48:56.332Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:48:56.332Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:48:56.332Z] ---> e494b80905d2 [2021-04-26T08:48:56.332Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T08:48:56.332Z] ---> Using cache [2021-04-26T08:48:56.332Z] ---> 7f9e6d4eabe1 [2021-04-26T08:48:56.332Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:48:56.332Z] ---> Using cache [2021-04-26T08:48:56.332Z] ---> 0c595619124c [2021-04-26T08:48:56.332Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-26T08:48:56.609Z] ---> Running in aa0a2554b02c [2021-04-26T08:48:56.609Z] ---> Running in 789e13a05a2f [2021-04-26T08:48:56.609Z] ---> Running in 6d393bb2238b [2021-04-26T08:48:59.235Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:48:59.235Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:48:59.235Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:48:59.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:48:59.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:49:00.103Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-26T08:49:00.103Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-26T08:49:00.103Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-26T08:49:00.103Z] Fetched 0 B in 0s (0 B/s) [2021-04-26T08:49:00.103Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-26T08:49:00.103Z] Fetched 0 B in 0s (0 B/s) [2021-04-26T08:49:00.103Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-26T08:49:00.103Z] Fetched 0 B in 0s (0 B/s) [2021-04-26T08:49:00.104Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-26T08:49:00.104Z] Fetched 0 B in 0s (0 B/s) [2021-04-26T08:49:00.104Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-26T08:49:00.104Z] Fetched 0 B in 0s (0 B/s) [2021-04-26T08:49:00.104Z] Pulling edgex-go [2021-04-26T08:49:00.104Z] + snapcraftctl pull [2021-04-26T08:49:00.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:49:00.723Z] OK: 217 MiB in 51 packages [2021-04-26T08:49:00.723Z] OK: 217 MiB in 51 packages [2021-04-26T08:49:01.003Z] OK: 217 MiB in 51 packages [2021-04-26T08:49:02.997Z] Removing intermediate container 789e13a05a2f [2021-04-26T08:49:02.997Z] ---> c2e7dbaf1bcf [2021-04-26T08:49:02.997Z] Step 6/23 : COPY go.mod . [2021-04-26T08:49:02.997Z] Removing intermediate container aa0a2554b02c [2021-04-26T08:49:02.997Z] ---> 8367339133b4 [2021-04-26T08:49:02.997Z] Step 6/23 : COPY go.mod . [2021-04-26T08:49:03.275Z] Removing intermediate container 6d393bb2238b [2021-04-26T08:49:03.275Z] ---> 9cc41e86f2d3 [2021-04-26T08:49:03.275Z] Step 6/22 : COPY go.mod . [2021-04-26T08:49:04.732Z] ---> cd02080d0ee1 [2021-04-26T08:49:04.732Z] Step 7/23 : RUN go mod download [2021-04-26T08:49:04.732Z] ---> a1922f0d4804 [2021-04-26T08:49:04.732Z] Step 7/23 : RUN go mod download [2021-04-26T08:49:04.732Z] ---> 0257c4ba3d33 [2021-04-26T08:49:04.732Z] Step 7/22 : RUN go mod download [2021-04-26T08:49:04.732Z] ---> Running in 49b84da0b56d [2021-04-26T08:49:05.013Z] ---> Running in 2f7d907810bb [2021-04-26T08:49:05.013Z] ---> Running in f73664c4a5a1 [2021-04-26T08:49:10.427Z] Removing intermediate container 49b84da0b56d [2021-04-26T08:49:10.427Z] ---> 7f46810945c9 [2021-04-26T08:49:10.427Z] Step 8/23 : COPY . . [2021-04-26T08:49:10.427Z] Removing intermediate container 2f7d907810bb [2021-04-26T08:49:10.427Z] ---> f8b98ece8929 [2021-04-26T08:49:10.427Z] Step 8/23 : COPY . . [2021-04-26T08:49:10.704Z] Removing intermediate container f73664c4a5a1 [2021-04-26T08:49:10.704Z] ---> 79ad4e30460e [2021-04-26T08:49:10.704Z] Step 8/22 : COPY . . [2021-04-26T08:49:26.758Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-26T08:49:26.758Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-26T08:49:26.758Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-26T08:49:26.758Z] Fetched 0 B in 0s (0 B/s) [2021-04-26T08:49:26.758Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-26T08:49:26.758Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-26T08:49:26.758Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-26T08:49:26.758Z] Fetched 279 kB in 0s (0 B/s) [2021-04-26T08:49:26.758Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-26T08:49:26.758Z] Fetched 122 kB in 0s (0 B/s) [2021-04-26T08:49:26.758Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-26T08:49:26.758Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-26T08:49:26.758Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-26T08:49:26.758Z] Fetched 8848 B in 0s (0 B/s) [2021-04-26T08:49:26.758Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-26T08:49:26.758Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-26T08:49:26.758Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-26T08:49:26.758Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-26T08:49:26.758Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-26T08:49:26.758Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-26T08:49:26.759Z] Fetched 219 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-26T08:49:26.759Z] Fetched 154 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-26T08:49:26.759Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-26T08:49:26.759Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-26T08:49:26.759Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-26T08:49:26.759Z] Fetched 499 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-26T08:49:26.759Z] Fetched 111 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-26T08:49:26.759Z] Fetched 240 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-26T08:49:26.759Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-26T08:49:26.759Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-26T08:49:26.759Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-26T08:49:26.759Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-26T08:49:26.759Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-26T08:49:26.759Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-26T08:49:26.759Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-26T08:49:26.759Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-26T08:49:26.759Z] Fetched 8720 B in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-26T08:49:26.759Z] Fetched 137 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-26T08:49:26.759Z] Fetched 119 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-26T08:49:26.759Z] Fetched 110 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-26T08:49:26.759Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-26T08:49:26.759Z] Fetched 645 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-26T08:49:26.759Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-26T08:49:26.759Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-26T08:49:26.759Z] Fetched 368 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-26T08:49:26.759Z] Fetched 187 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-26T08:49:26.759Z] Fetched 175 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-26T08:49:26.759Z] Fetched 206 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-26T08:49:26.759Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-26T08:49:26.759Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-26T08:49:26.759Z] Fetched 159 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-26T08:49:26.759Z] Fetched 107 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-26T08:49:26.759Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-26T08:49:26.759Z] Pulling static-packages [2021-04-26T08:49:26.759Z] + snapcraftctl pull [2021-04-26T08:49:26.759Z] Pulling version [2021-04-26T08:49:26.759Z] + cd /root/project [2021-04-26T08:49:26.759Z] + [ -f VERSION ] [2021-04-26T08:49:26.759Z] + PROJECT_VERSION=local-dev [2021-04-26T08:49:26.759Z] + git rev-parse --short HEAD [2021-04-26T08:49:26.759Z] + GIT_REVISION=a2fbec48 [2021-04-26T08:49:26.759Z] + snapcraftctl set-version local-dev [2021-04-26T08:49:27.357Z] Skipping build go-build-helper (already ran) [2021-04-26T08:49:27.624Z] Building app-service-config [2021-04-26T08:49:27.624Z] + make build [2021-04-26T08:49:27.624Z] 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-26T08:49:30.234Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-26T08:49:30.234Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-26T08:49:30.234Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-26T08:49:30.234Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-26T08:49:30.234Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-26T08:49:30.234Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-26T08:49:30.234Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-26T08:49:30.234Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-26T08:49:30.234Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-26T08:49:30.234Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-26T08:49:30.234Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-26T08:49:30.234Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-26T08:49:30.234Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-26T08:49:30.234Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-26T08:49:30.234Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-26T08:49:30.234Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-26T08:49:31.214Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-26T08:49:31.214Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-26T08:49:31.214Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-26T08:49:31.489Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-26T08:49:31.489Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-26T08:49:31.770Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-26T08:49:31.770Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-26T08:49:31.770Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-26T08:49:31.770Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-26T08:49:31.770Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-26T08:49:31.770Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-26T08:49:31.770Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-26T08:49:31.770Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-26T08:49:31.770Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-26T08:49:31.770Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-26T08:49:31.770Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-26T08:49:31.770Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-26T08:49:31.770Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-26T08:49:32.080Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-26T08:49:32.080Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-26T08:49:32.080Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-26T08:49:32.080Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-26T08:49:32.080Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-26T08:49:32.080Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-26T08:49:32.080Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-26T08:49:32.080Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-26T08:49:32.360Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-26T08:49:32.360Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-26T08:49:32.360Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-26T08:49:43.047Z] ---> ecb39d51b53a [2021-04-26T08:49:43.047Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-26T08:49:43.047Z] ---> e5cdf74fb200 [2021-04-26T08:49:43.047Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-26T08:49:43.047Z] ---> 7f820b17f8a4 [2021-04-26T08:49:43.048Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-26T08:49:43.322Z] ---> Running in b350104f7f3c [2021-04-26T08:49:43.322Z] ---> Running in d64124850c24 [2021-04-26T08:49:43.322Z] ---> Running in 52e74a3d825a [2021-04-26T08:49:45.330Z] 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-26T08:49:45.330Z] 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-26T08:49:45.331Z] Removing intermediate container d510089ee20d [2021-04-26T08:49:45.331Z] ---> 938b197d7801 [2021-04-26T08:49:45.331Z] [2021-04-26T08:49:45.331Z] Step 10/31 : FROM alpine:3.12 [2021-04-26T08:49:45.331Z] ---> 9852663dfa18 [2021-04-26T08:49:45.331Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-26T08:49:45.611Z] 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-26T08:49:45.611Z] ---> Running in c67aa8732497 [2021-04-26T08:49:46.218Z] Removing intermediate container c67aa8732497 [2021-04-26T08:49:46.218Z] ---> 44fb3082eb64 [2021-04-26T08:49:46.218Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-26T08:49:46.489Z] ---> Running in c1421a1c9d14 [2021-04-26T08:49:47.304Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-26T08:49:47.304Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-26T08:49:47.304Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-26T08:49:47.304Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-26T08:49:47.304Z] Building config-common [2021-04-26T08:49:47.304Z] + snapcraftctl build [2021-04-26T08:49:48.474Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:49:48.474Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:49:49.467Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-26T08:49:49.467Z] (2/2) Installing su-exec (0.2-r1) [2021-04-26T08:49:49.467Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:49:49.467Z] OK: 5 MiB in 16 packages [2021-04-26T08:49:50.922Z] Removing intermediate container c1421a1c9d14 [2021-04-26T08:49:50.922Z] ---> a91b47d4c7a8 [2021-04-26T08:49:50.922Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-26T08:49:51.204Z] ---> Running in 84286efd1c16 [2021-04-26T08:49:51.548Z] Building edgex-go [2021-04-26T08:49:51.810Z] Removing intermediate container 84286efd1c16 [2021-04-26T08:49:51.810Z] ---> b00909978c31 [2021-04-26T08:49:51.810Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-26T08:49:51.812Z] + cd /root/parts/edgex-go/src [2021-04-26T08:49:51.812Z] + make build [2021-04-26T08:49:51.812Z] 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-26T08:49:52.089Z] ---> Running in 4b64a431833a [2021-04-26T08:49:52.395Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.76 [2021-04-26T08:49:52.395Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-04-26T08:49:52.395Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-04-26T08:49:52.395Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-26T08:49:52.671Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-04-26T08:49:52.671Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-26T08:49:52.672Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-26T08:49:52.672Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-26T08:49:52.672Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-26T08:49:52.672Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-04-26T08:49:52.672Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-04-26T08:49:52.672Z] go: downloading golang.org/x/text v0.3.2 [2021-04-26T08:49:52.692Z] Removing intermediate container 4b64a431833a [2021-04-26T08:49:52.692Z] ---> c864133cbffc [2021-04-26T08:49:52.692Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-26T08:49:52.980Z] ---> Running in 929bb867cb6c [2021-04-26T08:49:56.411Z] Removing intermediate container 929bb867cb6c [2021-04-26T08:49:56.411Z] ---> acc0070a0ced [2021-04-26T08:49:56.411Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-26T08:49:56.411Z] ---> Running in 0fab342d216e [2021-04-26T08:49:57.040Z] Removing intermediate container 0fab342d216e [2021-04-26T08:49:57.040Z] ---> 5d944e8163df [2021-04-26T08:49:57.040Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-26T08:49:58.498Z] ---> ca0690cc1adf [2021-04-26T08:49:58.498Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-26T08:49:58.498Z] ---> Running in ad4db83b3fac [2021-04-26T08:49:59.293Z] 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-26T08:49:59.293Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-26T08:50:02.845Z] Removing intermediate container ad4db83b3fac [2021-04-26T08:50:02.845Z] ---> 61480d29bae4 [2021-04-26T08:50:02.845Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:50:03.448Z] ---> 68080e7d9eed [2021-04-26T08:50:03.448Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-26T08:50:05.456Z] ---> 12b509ee2be6 [2021-04-26T08:50:05.456Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-26T08:50:06.451Z] ---> d374bb355731 [2021-04-26T08:50:06.451Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-26T08:50:07.438Z] ---> b17776ac8ec2 [2021-04-26T08:50:07.438Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-26T08:50:07.471Z] 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-26T08:50:08.458Z] ---> 6b07cc2e61dd [2021-04-26T08:50:08.459Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-26T08:50:08.862Z] 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-26T08:50:09.061Z] ---> Running in 8938ed663d48 [2021-04-26T08:50:09.662Z] Removing intermediate container 8938ed663d48 [2021-04-26T08:50:09.662Z] ---> a838e3c5ae20 [2021-04-26T08:50:09.662Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-26T08:50:10.659Z] ---> 0af4f8dd081a [2021-04-26T08:50:10.659Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-26T08:50:10.793Z] 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-26T08:50:11.266Z] ---> Running in 6adfdd380235 [2021-04-26T08:50:11.368Z] 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-26T08:50:11.632Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-26T08:50:11.632Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-26T08:50:11.632Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-26T08:50:11.632Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-26T08:50:14.192Z] 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-26T08:50:14.192Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-26T08:50:14.192Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-26T08:50:14.710Z] Removing intermediate container 6adfdd380235 [2021-04-26T08:50:14.710Z] ---> 0bb9367969e8 [2021-04-26T08:50:14.710Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-26T08:50:15.315Z] ---> Running in 917c0bde3968 [2021-04-26T08:50:15.924Z] Removing intermediate container 917c0bde3968 [2021-04-26T08:50:15.924Z] ---> 71326d7f8949 [2021-04-26T08:50:15.924Z] Step 28/31 : CMD ["gate"] [2021-04-26T08:50:16.115Z] 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-26T08:50:16.542Z] ---> Running in 5456f99761d2 [2021-04-26T08:50:17.154Z] Removing intermediate container 5456f99761d2 [2021-04-26T08:50:17.154Z] ---> 2ec44841d945 [2021-04-26T08:50:17.154Z] Step 29/31 : LABEL arch=arm64 [2021-04-26T08:50:17.764Z] ---> Running in e9a2ba0747a5 [2021-04-26T08:50:18.041Z] 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-26T08:50:18.042Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-26T08:50:18.371Z] Removing intermediate container e9a2ba0747a5 [2021-04-26T08:50:18.371Z] ---> 049d88920d13 [2021-04-26T08:50:18.371Z] Step 30/31 : LABEL git_sha=0777a43d301daa0545bfa71874cf4f7ad0190c79 [2021-04-26T08:50:18.646Z] ---> Running in 721df2a77313 [2021-04-26T08:50:19.643Z] Removing intermediate container 721df2a77313 [2021-04-26T08:50:19.643Z] ---> eeb38cdb5874 [2021-04-26T08:50:19.643Z] Step 31/31 : LABEL version=0.0.0 [2021-04-26T08:50:19.922Z] ---> Running in 13368514b345 [2021-04-26T08:50:19.983Z] 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-26T08:50:20.527Z] Removing intermediate container 13368514b345 [2021-04-26T08:50:20.528Z] ---> 1ad3cc929578 [2021-04-26T08:50:20.528Z] [2021-04-26T08:50:21.143Z] Successfully built 1ad3cc929578 [2021-04-26T08:50:21.378Z] 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-26T08:50:21.426Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-26T08:50:23.305Z] 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-26T08:50:23.305Z] go: downloading github.com/lib/pq v1.10.1 [2021-04-26T08:50:25.869Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-26T08:50:25.869Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-26T08:50:25.869Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-26T08:50:25.869Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-26T08:50:25.869Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-26T08:50:25.869Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-26T08:50:25.869Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-26T08:50:25.869Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-26T08:50:25.869Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-26T08:50:25.869Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-26T08:50:25.870Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-26T08:50:25.870Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-26T08:50:25.870Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-26T08:50:25.870Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-26T08:50:25.870Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-26T08:50:25.870Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-26T08:50:25.870Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-26T08:50:25.870Z] + 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-26T08:50:25.870Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-26T08:50:25.870Z] + 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-26T08:50:25.870Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-26T08:50:25.870Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-26T08:50:25.870Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-26T08:50:25.870Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-26T08:50:25.870Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-26T08:50:25.870Z] + 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-26T08:50:30.088Z] Building static-packages [2021-04-26T08:50:30.088Z] + snapcraftctl build [2021-04-26T08:50:33.402Z] Building version [2021-04-26T08:50:33.402Z] + snapcraftctl build [2021-04-26T08:50:36.712Z] Skipping stage go-build-helper (already ran) [2021-04-26T08:50:36.712Z] Staging app-service-config [2021-04-26T08:50:36.712Z] + snapcraftctl stage [2021-04-26T08:50:38.105Z] Staging config-common [2021-04-26T08:50:38.105Z] + snapcraftctl stage [2021-04-26T08:50:39.497Z] Staging edgex-go [2021-04-26T08:50:39.497Z] + snapcraftctl stage [2021-04-26T08:50:41.429Z] Staging static-packages [2021-04-26T08:50:41.429Z] + snapcraftctl stage [2021-04-26T08:50:42.823Z] Staging version [2021-04-26T08:50:42.823Z] + snapcraftctl stage [2021-04-26T08:50:44.214Z] Priming go-build-helper [2021-04-26T08:50:44.214Z] + snapcraftctl prime [2021-04-26T08:50:46.133Z] Priming app-service-config [2021-04-26T08:50:46.133Z] + snapcraftctl prime [2021-04-26T08:50:47.538Z] Priming config-common [2021-04-26T08:50:47.538Z] + snapcraftctl prime [2021-04-26T08:50:48.932Z] Priming edgex-go [2021-04-26T08:50:48.932Z] + snapcraftctl prime [2021-04-26T08:50:50.859Z] Priming static-packages [2021-04-26T08:50:50.859Z] + snapcraftctl prime [2021-04-26T08:50:54.191Z] Priming version [2021-04-26T08:50:54.191Z] + snapcraftctl prime [2021-04-26T08:50:55.581Z] 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-26T08:51:08.473Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 52e74a3d825a [2021-04-26T08:51:08.473Z] ---> 7a8b9f0d61a4 [2021-04-26T08:51:08.473Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-26T08:51:08.473Z] ---> Running in 953d9bc87af9 [2021-04-26T08:51:08.473Z] 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-26T08:51:09.904Z] Removing intermediate container b350104f7f3c [2021-04-26T08:51:09.904Z] ---> c25d09aa0f02 [2021-04-26T08:51:09.904Z] [2021-04-26T08:51:09.904Z] Step 10/22 : FROM alpine:3.12 [2021-04-26T08:51:09.904Z] ---> 9852663dfa18 [2021-04-26T08:51:09.904Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-26T08:51:10.510Z] ---> Running in 1a216cc405a6 [2021-04-26T08:51:11.503Z] Removing intermediate container 953d9bc87af9 [2021-04-26T08:51:11.503Z] ---> 23389e0b633c [2021-04-26T08:51:11.503Z] [2021-04-26T08:51:11.503Z] Step 11/23 : FROM docker:20.10.0 [2021-04-26T08:51:11.503Z] 20.10.0: Pulling from library/docker [2021-04-26T08:51:12.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:51:12.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:51:12.701Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-26T08:51:12.978Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-26T08:51:12.978Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:51:12.978Z] Executing ca-certificates-20191127-r4.trigger [2021-04-26T08:51:13.259Z] OK: 6 MiB in 16 packages [2021-04-26T08:51:15.912Z] Removing intermediate container 1a216cc405a6 [2021-04-26T08:51:15.912Z] ---> 7dbb52d43706 [2021-04-26T08:51:15.912Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T08:51:15.912Z] ---> Running in 00a35f01e44a [2021-04-26T08:51:16.893Z] Removing intermediate container 00a35f01e44a [2021-04-26T08:51:16.893Z] ---> fd89ecebdb64 [2021-04-26T08:51:16.893Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-26T08:51:17.167Z] ---> Running in 0ff56fb56c7f [2021-04-26T08:51:17.774Z] Removing intermediate container 0ff56fb56c7f [2021-04-26T08:51:17.774Z] ---> 3327b262d2ed [2021-04-26T08:51:17.774Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-26T08:51:18.047Z] ---> Running in 5f9acdea0fb6 [2021-04-26T08:51:19.021Z] Removing intermediate container 5f9acdea0fb6 [2021-04-26T08:51:19.021Z] ---> 585c341e0e0c [2021-04-26T08:51:19.021Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:51:20.454Z] ---> bb1b9312ddc3 [2021-04-26T08:51:20.454Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-26T08:51:21.888Z] ---> f55004f0b25a [2021-04-26T08:51:21.888Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-26T08:51:22.161Z] Removing intermediate container d64124850c24 [2021-04-26T08:51:22.161Z] ---> b23b65408f90 [2021-04-26T08:51:22.161Z] [2021-04-26T08:51:22.161Z] Step 10/23 : FROM alpine:3.12 [2021-04-26T08:51:22.161Z] ---> 9852663dfa18 [2021-04-26T08:51:22.161Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-26T08:51:22.161Z] ---> Running in a1ddd86266f1 [2021-04-26T08:51:22.753Z] Removing intermediate container a1ddd86266f1 [2021-04-26T08:51:22.753Z] ---> 2786e6ef6a6f [2021-04-26T08:51:22.753Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-26T08:51:22.753Z] ---> 05bf39ae3ef9 [2021-04-26T08:51:22.753Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-26T08:51:23.025Z] ---> Running in 5ed9142fe184 [2021-04-26T08:51:23.025Z] ---> Running in 5fb42c9251d6 [2021-04-26T08:51:23.295Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-26T08:51:23.295Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-26T08:51:23.295Z] ---> eeaf43b92773 [2021-04-26T08:51:23.295Z] 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-26T08:51:23.568Z] Removing intermediate container 5ed9142fe184 [2021-04-26T08:51:23.568Z] ---> d4a072d51241 [2021-04-26T08:51:23.568Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-26T08:51:23.568Z] ---> Running in 9389d29bc6b5 [2021-04-26T08:51:23.568Z] Removing intermediate container 5fb42c9251d6 [2021-04-26T08:51:23.568Z] ---> ea6622e93301 [2021-04-26T08:51:23.568Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:51:23.851Z] ---> Running in 135589503e6d [2021-04-26T08:51:23.851Z] ---> Running in 04060b811ca1 [2021-04-26T08:51:24.124Z] Removing intermediate container 9389d29bc6b5 [2021-04-26T08:51:24.124Z] ---> 73eb2534019e [2021-04-26T08:51:24.124Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-26T08:51:24.124Z] ---> Running in 5882f6f7bd81 [2021-04-26T08:51:24.124Z] Removing intermediate container 135589503e6d [2021-04-26T08:51:24.124Z] ---> 7481cf87fb9f [2021-04-26T08:51:24.124Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:51:24.398Z] Removing intermediate container 04060b811ca1 [2021-04-26T08:51:24.398Z] ---> d72df67e13dc [2021-04-26T08:51:24.398Z] Step 20/22 : LABEL arch=arm64 [2021-04-26T08:51:24.398Z] ---> Running in b665f9b33de5 [2021-04-26T08:51:24.671Z] ---> Running in f170d38b8622 [2021-04-26T08:51:25.267Z] Removing intermediate container f170d38b8622 [2021-04-26T08:51:25.267Z] ---> aa01b8ef04bf [2021-04-26T08:51:25.267Z] Step 21/22 : LABEL git_sha=0777a43d301daa0545bfa71874cf4f7ad0190c79 [2021-04-26T08:51:25.267Z] ---> Running in 0efd95b4fca6 [2021-04-26T08:51:25.536Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:51:25.806Z] Removing intermediate container 0efd95b4fca6 [2021-04-26T08:51:25.806Z] ---> ef8051790401 [2021-04-26T08:51:25.806Z] Step 22/22 : LABEL version=0.0.0 [2021-04-26T08:51:25.806Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:51:25.806Z] ---> Running in 926abed9f643 [2021-04-26T08:51:26.397Z] Removing intermediate container 926abed9f643 [2021-04-26T08:51:26.397Z] ---> 5e2fbb65890e [2021-04-26T08:51:26.397Z] [2021-04-26T08:51:26.397Z] (1/39) Installing readline (8.0.4-r0) [2021-04-26T08:51:26.397Z] (2/39) Installing bash (5.0.17-r0) [2021-04-26T08:51:26.397Z] Executing bash-5.0.17-r0.post-install [2021-04-26T08:51:26.397Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-26T08:51:26.397Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-26T08:51:26.397Z] (5/39) Installing curl (7.76.1-r0) [2021-04-26T08:51:26.397Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-26T08:51:26.397Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-26T08:51:26.397Z] (8/39) Installing expat (2.2.9-r1) [2021-04-26T08:51:26.397Z] (9/39) Installing libffi (3.3-r2) [2021-04-26T08:51:26.397Z] (10/39) Installing gdbm (1.13-r1) [2021-04-26T08:51:26.397Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-26T08:51:26.397Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-26T08:51:26.667Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-26T08:51:26.667Z] Successfully built 5e2fbb65890e [2021-04-26T08:51:26.940Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-26T08:51:26.940Z]  Building docker-support-notifications-go ... done Removing intermediate container b665f9b33de5 [2021-04-26T08:51:26.940Z] ---> dee08d6684b4 [2021-04-26T08:51:26.940Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-26T08:51:27.541Z] ---> Running in 1bd9ca6d70e7 [2021-04-26T08:51:28.518Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-26T08:51:28.518Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-26T08:51:28.518Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-26T08:51:28.518Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-26T08:51:28.518Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-26T08:51:28.518Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-26T08:51:28.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:51:28.518Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-26T08:51:28.518Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-26T08:51:28.518Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-26T08:51:28.518Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-26T08:51:28.792Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-26T08:51:28.792Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-26T08:51:28.792Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-26T08:51:28.792Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-26T08:51:28.792Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-26T08:51:28.792Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-26T08:51:28.792Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-26T08:51:28.792Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-26T08:51:28.792Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-26T08:51:28.792Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-26T08:51:28.792Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-26T08:51:28.792Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-26T08:51:28.792Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-26T08:51:28.792Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-26T08:51:28.792Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-26T08:51:28.792Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-26T08:51:29.063Z] Executing busybox-1.31.1-r19.trigger [2021-04-26T08:51:29.063Z] OK: 72 MiB in 59 packages [2021-04-26T08:51:29.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:51:29.922Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-26T08:51:30.192Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-26T08:51:30.192Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-26T08:51:30.192Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-26T08:51:30.466Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-26T08:51:30.736Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-26T08:51:30.737Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:51:30.737Z] OK: 8 MiB in 20 packages [2021-04-26T08:51:32.174Z] Removing intermediate container 1bd9ca6d70e7 [2021-04-26T08:51:32.175Z] ---> 9fb4b526542a [2021-04-26T08:51:32.175Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:51:33.156Z] Collecting docker-compose==1.23.2 [2021-04-26T08:51:33.156Z] ---> 928d6160dd98 [2021-04-26T08:51:33.156Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-26T08:51:33.156Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-26T08:51:33.752Z] Collecting texttable<0.10,>=0.9.0 [2021-04-26T08:51:33.752Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-26T08:51:34.348Z] ---> d57c63de4301 [2021-04-26T08:51:34.348Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-26T08:51:34.956Z] ---> c5369c945661 [2021-04-26T08:51:34.956Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-26T08:51:35.229Z] ---> Running in 9328826cb3b0 [2021-04-26T08:51:35.826Z] Removing intermediate container 9328826cb3b0 [2021-04-26T08:51:35.827Z] ---> 8d3e95c81800 [2021-04-26T08:51:35.827Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:51:35.827Z] ---> Running in b21d52885d09 [2021-04-26T08:51:35.827Z] Collecting jsonschema<3,>=2.5.1 [2021-04-26T08:51:36.097Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-26T08:51:36.367Z] Removing intermediate container b21d52885d09 [2021-04-26T08:51:36.367Z] ---> 3f55b64774c0 [2021-04-26T08:51:36.367Z] Step 21/23 : LABEL arch=arm64 [2021-04-26T08:51:36.367Z] ---> Running in 962037b8a523 [2021-04-26T08:51:36.958Z] Removing intermediate container 962037b8a523 [2021-04-26T08:51:36.958Z] ---> e3986c1bbed4 [2021-04-26T08:51:36.958Z] Step 22/23 : LABEL git_sha=0777a43d301daa0545bfa71874cf4f7ad0190c79 [2021-04-26T08:51:36.958Z] ---> Running in 7bb4213cc755 [2021-04-26T08:51:37.231Z] Collecting PyYAML<4,>=3.10 [2021-04-26T08:51:37.231Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-26T08:51:37.502Z] Removing intermediate container 7bb4213cc755 [2021-04-26T08:51:37.502Z] ---> e8183eed47e8 [2021-04-26T08:51:37.502Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T08:51:37.502Z] ---> Running in 12e296be0d85 [2021-04-26T08:51:38.096Z] Removing intermediate container 12e296be0d85 [2021-04-26T08:51:38.096Z] ---> 852534c13365 [2021-04-26T08:51:38.096Z] [2021-04-26T08:51:38.367Z] Successfully built 852534c13365 [2021-04-26T08:51:38.367Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-26T08:51:40.983Z]  Building docker-core-data-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-26T08:51:40.983Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-26T08:51:41.573Z] Collecting cached-property<2,>=1.2.0 [2021-04-26T08:51:41.574Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-26T08:51:41.845Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-26T08:51:41.845Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-26T08:51:43.808Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-26T08:51:43.808Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-26T08:51:44.078Z] Collecting docopt<0.7,>=0.6.1 [2021-04-26T08:51:44.078Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-26T08:51:46.701Z] Collecting docker<4.0,>=3.6.0 [2021-04-26T08:51:46.701Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-26T08:51:46.701Z] 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-26T08:51:46.701Z] Collecting idna<2.8,>=2.5 [2021-04-26T08:51:46.701Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-26T08:51:47.008Z] 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-26T08:51:47.631Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-26T08:51:47.631Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-26T08:51:47.912Z] 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-26T08:51:48.191Z] Collecting docker-pycreds>=0.4.0 [2021-04-26T08:51:48.191Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-26T08:51:48.191Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-26T08:51:48.191Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-26T08:51:48.191Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-26T08:51:48.191Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-26T08:51:49.201Z] Installing collected packages: texttable, jsonschema, PyYAML, idna, urllib3, requests, cached-property, dockerpty, websocket-client, docopt, docker-pycreds, docker, docker-compose [2021-04-26T08:51:49.201Z] Running setup.py install for texttable: started [2021-04-26T08:51:51.279Z] Running setup.py install for texttable: finished with status 'done' [2021-04-26T08:51:51.279Z] Running setup.py install for PyYAML: started [2021-04-26T08:51:53.889Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-26T08:51:53.889Z] Attempting uninstall: idna [2021-04-26T08:51:53.889Z] Found existing installation: idna 2.9 [2021-04-26T08:51:53.889Z] Uninstalling idna-2.9: [2021-04-26T08:51:53.889Z] Successfully uninstalled idna-2.9 [2021-04-26T08:51:54.159Z] Attempting uninstall: urllib3 [2021-04-26T08:51:54.159Z] Found existing installation: urllib3 1.25.9 [2021-04-26T08:51:54.159Z] Uninstalling urllib3-1.25.9: [2021-04-26T08:51:54.159Z] Successfully uninstalled urllib3-1.25.9 [2021-04-26T08:51:54.750Z] Attempting uninstall: requests [2021-04-26T08:51:54.750Z] Found existing installation: requests 2.23.0 [2021-04-26T08:51:54.750Z] Uninstalling requests-2.23.0: [2021-04-26T08:51:54.750Z] Successfully uninstalled requests-2.23.0 [2021-04-26T08:51:55.021Z] Running setup.py install for dockerpty: started [2021-04-26T08:51:56.984Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-26T08:51:56.984Z] Running setup.py install for docopt: started [2021-04-26T08:51:58.941Z] Running setup.py install for docopt: finished with status 'done' [2021-04-26T08:52:00.364Z] 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-26T08:52:08.619Z] Removing intermediate container 5882f6f7bd81 [2021-04-26T08:52:08.619Z] ---> 2c124531a013 [2021-04-26T08:52:08.619Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-26T08:52:08.619Z] ---> Running in b2ee9ad64bcd [2021-04-26T08:52:08.892Z] Removing intermediate container b2ee9ad64bcd [2021-04-26T08:52:08.892Z] ---> d5d4a6eaa0e7 [2021-04-26T08:52:08.892Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-26T08:52:08.892Z] ---> Running in 92a5746802aa [2021-04-26T08:52:09.487Z] Removing intermediate container 92a5746802aa [2021-04-26T08:52:09.488Z] ---> 901b1650947c [2021-04-26T08:52:09.488Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-26T08:52:10.468Z] ---> d098f75fca16 [2021-04-26T08:52:10.468Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-26T08:52:11.446Z] ---> 888b6d17c170 [2021-04-26T08:52:11.446Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-26T08:52:12.423Z] ---> ec22e1a5c1b6 [2021-04-26T08:52:12.423Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-26T08:52:12.423Z] ---> Running in 13dcb86254ec [2021-04-26T08:52:12.697Z] Removing intermediate container 13dcb86254ec [2021-04-26T08:52:12.697Z] ---> 9c1a49a8fbc9 [2021-04-26T08:52:12.697Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:52:12.972Z] ---> Running in e1526d88f32e [2021-04-26T08:52:13.567Z] Removing intermediate container e1526d88f32e [2021-04-26T08:52:13.567Z] ---> ef581868e445 [2021-04-26T08:52:13.567Z] Step 21/23 : LABEL arch=arm64 [2021-04-26T08:52:13.567Z] ---> Running in 93b016376428 [2021-04-26T08:52:13.839Z] Removing intermediate container 93b016376428 [2021-04-26T08:52:13.839Z] ---> 1a9b3eaf7d6c [2021-04-26T08:52:13.839Z] Step 22/23 : LABEL git_sha=0777a43d301daa0545bfa71874cf4f7ad0190c79 [2021-04-26T08:52:14.112Z] ---> Running in 1cd858780f32 [2021-04-26T08:52:14.705Z] Removing intermediate container 1cd858780f32 [2021-04-26T08:52:14.705Z] ---> c33bf3032f4d [2021-04-26T08:52:14.705Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T08:52:14.705Z] ---> Running in 4bc32729ece2 [2021-04-26T08:52:15.297Z] Removing intermediate container 4bc32729ece2 [2021-04-26T08:52:15.297Z] ---> f05f519cc312 [2021-04-26T08:52:15.297Z] [2021-04-26T08:52:15.567Z] Successfully built f05f519cc312 [2021-04-26T08:52:15.567Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-26T08:52:16.173Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-26T08:52:16.164Z] $ docker stop --time=1 76a1a6b817b36e3304c7038a29a9d46bfef464ab59a10d55c2feecb73afad04e [2021-04-26T08:52:18.148Z] $ docker rm -f 76a1a6b817b36e3304c7038a29a9d46bfef464ab59a10d55c2feecb73afad04e [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-26T08:52:18.752Z] + grep docker [2021-04-26T08:52:18.752Z] + docker images [2021-04-26T08:52:19.022Z] docker-sys-mgmt-agent-go-arm64 latest f05f519cc312 4 seconds ago 299MB [2021-04-26T08:52:19.022Z] docker-core-data-go-arm64 latest 852534c13365 41 seconds ago 21.6MB [2021-04-26T08:52:19.022Z] docker-support-notifications-go-arm64 latest 5e2fbb65890e 52 seconds ago 17.2MB [2021-04-26T08:52:19.022Z] docker-security-bootstrapper-go-arm64 latest 1ad3cc929578 About a minute ago 18.2MB [2021-04-26T08:52:19.022Z] docker-security-secretstore-setup-go-arm64 latest 33640621ebe2 4 minutes ago 25MB [2021-04-26T08:52:19.022Z] docker-core-metadata-go-arm64 latest fd52f06b45c6 4 minutes ago 18.1MB [2021-04-26T08:52:19.022Z] docker-core-command-go-arm64 latest dd56d95f0741 4 minutes ago 16.5MB [2021-04-26T08:52:19.022Z] docker-support-scheduler-go-arm64 latest 35e771150f6d 4 minutes ago 16.6MB [2021-04-26T08:52:19.022Z] docker-security-proxy-setup-go-arm64 latest fdf34c1726a7 4 minutes ago 24.7MB [2021-04-26T08:52:19.022Z] 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-26T08:52:19.557Z] ---> job-cost.sh [2021-04-26T08:52:19.557Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-8oKq [2021-04-26T08:52:58.494Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-26T08:54:35.216Z] lf-activate-venv(): INFO: Adding /tmp/venv-8oKq/bin to PATH [2021-04-26T08:54:35.216Z] INFO: No Stack... [2021-04-26T08:54:35.216Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-26T08:54:35.216Z] INFO: Archiving Costs [Pipeline] sh [2021-04-26T08:54:35.548Z] + + cutcat -d, /w/workspace/edgex-go/6/archives/cost.csv -f6 [2021-04-26T08:54:35.548Z] [Pipeline] lock [2021-04-26T08:54:35.676Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3391-6-stack-cost] [2021-04-26T08:54:35.688Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3391-6-stack-cost] did not exist. Created. [2021-04-26T08:54:35.688Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3391-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-26T08:54:36.036Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-26T08:54:36.304Z] Stashed 1 file(s) [Pipeline] } [2021-04-26T08:54:36.318Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3391-6-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-26T08:54:36.854Z] provisioning config files... [2021-04-26T08:54:36.867Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config5575774250778860181tmp [Pipeline] { [Pipeline] sh [2021-04-26T08:54:37.197Z] + set +x [2021-04-26T08:54:37.197Z] + curl -s https://codecov.io/bash [2021-04-26T08:54:37.197Z] + bash -s -- [2021-04-26T08:54:37.459Z] [2021-04-26T08:54:37.459Z] _____ _ [2021-04-26T08:54:37.459Z] / ____| | | [2021-04-26T08:54:37.459Z] | | ___ __| | ___ ___ _____ __ [2021-04-26T08:54:37.459Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-26T08:54:37.459Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-26T08:54:37.459Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-26T08:54:37.459Z] Bash-1.0.2 [2021-04-26T08:54:37.459Z] [2021-04-26T08:54:37.459Z] [2021-04-26T08:54:37.722Z] ==> git version 2.24.3 found [2021-04-26T08:54:37.722Z] ==> 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-26T08:54:37.722Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-26T08:54:37.722Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-26T08:54:37.722Z] ==> Jenkins CI detected. [2021-04-26T08:54:37.722Z] project root: . [2021-04-26T08:54:37.722Z] --> token set from env [2021-04-26T08:54:37.722Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-26T08:54:37.722Z] ==> Running gcov in . (disable via -X gcov) [2021-04-26T08:54:37.722Z] ==> Python coveragepy not found [2021-04-26T08:54:37.722Z] ==> Searching for coverage reports in: [2021-04-26T08:54:37.722Z] + . [2021-04-26T08:54:37.986Z] -> Found 1 reports [2021-04-26T08:54:37.986Z] ==> Detecting git/mercurial file structure [2021-04-26T08:54:37.986Z] ==> Reading reports [2021-04-26T08:54:37.986Z] + ./coverage.out bytes=712626 [2021-04-26T08:54:37.986Z] ==> Appending adjustments [2021-04-26T08:54:37.986Z] https://docs.codecov.io/docs/fixing-reports [2021-04-26T08:54:42.211Z] + Found adjustments [2021-04-26T08:54:42.211Z] ==> Gzipping contents [2021-04-26T08:54:42.211Z] 100K /tmp/codecov.KxP5Xv.gz [2021-04-26T08:54:42.211Z] ==> Uploading reports [2021-04-26T08:54:42.211Z] url: https://codecov.io [2021-04-26T08:54:42.211Z] query: branch=PR-3391&commit=0777a43d301daa0545bfa71874cf4f7ad0190c79&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3391%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3391&job=&cmd_args= [2021-04-26T08:54:42.211Z] -> Pinging Codecov [2021-04-26T08:54:42.211Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3391&commit=0777a43d301daa0545bfa71874cf4f7ad0190c79&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3391%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3391&job=&cmd_args= [2021-04-26T08:54:42.474Z] -> Uploading to [2021-04-26T08:54:42.474Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-26/00271124DB129430A58F1EEE437C3FCB/0777a43d301daa0545bfa71874cf4f7ad0190c79/4c7195c8-e583-4e58-9837-0d3f7d7b2b2b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210426%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210426T085442Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0aa7e77aa7eff933c6669619396e668c562313408f7e8161ff3fa9e3f6d7d0d8 [2021-04-26T08:54:42.474Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-26T08:54:42.474Z] Dload Upload Total Spent Left Speed [2021-04-26T08:54:43.049Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99k 0 0 100 99k 0 188k --:--:-- --:--:-- --:--:-- 188k [2021-04-26T08:54:43.049Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/0777a43d301daa0545bfa71874cf4f7ad0190c79 [Pipeline] } [2021-04-26T08:54:43.060Z] 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-26T08:54:43.804Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T08:54:44.686Z] ---> package-listing.sh [2021-04-26T08:54:44.686Z] ++ facter osfamily [2021-04-26T08:54:44.686Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-26T08:54:44.686Z] + OS_FAMILY=redhat [2021-04-26T08:54:44.686Z] + workspace=/w/workspace/edgex-go/6 [2021-04-26T08:54:44.686Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-26T08:54:44.686Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-26T08:54:44.686Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-26T08:54:44.686Z] + PACKAGES=/tmp/packages_start.txt [2021-04-26T08:54:44.686Z] + '[' /w/workspace/edgex-go/6 ']' [2021-04-26T08:54:44.686Z] + PACKAGES=/tmp/packages_end.txt [2021-04-26T08:54:44.686Z] + case "${OS_FAMILY}" in [2021-04-26T08:54:44.686Z] + rpm -qa [2021-04-26T08:54:44.686Z] + sort [2021-04-26T08:54:49.990Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-26T08:54:49.990Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-26T08:54:49.990Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-26T08:54:49.990Z] + '[' /w/workspace/edgex-go/6 ']' [2021-04-26T08:54:49.990Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2021-04-26T08:54:49.990Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2021-04-26T08:54:50.003Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-26T08:54:50.292Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:54:50.604Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-26T08:54:50.604Z] [2021-04-26T08:54:50.604Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:54:50.939Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-26T08:54:50.939Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-26T08:54:50.939Z] df20fa9351a1: Pulling fs layer [2021-04-26T08:54:50.939Z] 36b3adc4ff6f: Pulling fs layer [2021-04-26T08:54:50.939Z] 8ad3a11d3b57: Pulling fs layer [2021-04-26T08:54:50.939Z] 46f8f816bc3b: Pulling fs layer [2021-04-26T08:54:50.939Z] 93b61091891f: Pulling fs layer [2021-04-26T08:54:50.939Z] 93b9cdb0e59b: Pulling fs layer [2021-04-26T08:54:50.939Z] 5e14af77c1be: Pulling fs layer [2021-04-26T08:54:50.939Z] 01666e4c0597: Pulling fs layer [2021-04-26T08:54:50.939Z] aa168da1d23b: Pulling fs layer [2021-04-26T08:54:50.939Z] 46f8f816bc3b: Waiting [2021-04-26T08:54:50.939Z] 93b9cdb0e59b: Waiting [2021-04-26T08:54:50.939Z] 5e14af77c1be: Waiting [2021-04-26T08:54:50.939Z] aa168da1d23b: Waiting [2021-04-26T08:54:50.939Z] 01666e4c0597: Waiting [2021-04-26T08:54:50.939Z] 93b61091891f: Waiting [2021-04-26T08:54:50.939Z] 36b3adc4ff6f: Verifying Checksum [2021-04-26T08:54:50.939Z] 36b3adc4ff6f: Download complete [2021-04-26T08:54:50.939Z] 46f8f816bc3b: Verifying Checksum [2021-04-26T08:54:50.939Z] 46f8f816bc3b: Download complete [2021-04-26T08:54:51.211Z] df20fa9351a1: Verifying Checksum [2021-04-26T08:54:51.211Z] 93b9cdb0e59b: Verifying Checksum [2021-04-26T08:54:51.211Z] 93b9cdb0e59b: Download complete [2021-04-26T08:54:51.211Z] 93b61091891f: Verifying Checksum [2021-04-26T08:54:51.211Z] 5e14af77c1be: Verifying Checksum [2021-04-26T08:54:51.211Z] 5e14af77c1be: Download complete [2021-04-26T08:54:51.211Z] 01666e4c0597: Verifying Checksum [2021-04-26T08:54:51.211Z] 01666e4c0597: Download complete [2021-04-26T08:54:51.211Z] 8ad3a11d3b57: Verifying Checksum [2021-04-26T08:54:51.211Z] 8ad3a11d3b57: Download complete [2021-04-26T08:54:51.481Z] df20fa9351a1: Pull complete [2021-04-26T08:54:52.080Z] 36b3adc4ff6f: Pull complete [2021-04-26T08:54:53.485Z] aa168da1d23b: Verifying Checksum [2021-04-26T08:54:53.485Z] aa168da1d23b: Download complete [2021-04-26T08:54:54.063Z] 8ad3a11d3b57: Pull complete [2021-04-26T08:54:54.328Z] 46f8f816bc3b: Pull complete [2021-04-26T08:54:54.903Z] 93b61091891f: Pull complete [2021-04-26T08:54:54.903Z] 93b9cdb0e59b: Pull complete [2021-04-26T08:54:54.903Z] 5e14af77c1be: Pull complete [2021-04-26T08:54:55.191Z] 01666e4c0597: Pull complete [2021-04-26T08:55:05.266Z] aa168da1d23b: Pull complete [2021-04-26T08:55:05.266Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-26T08:55:05.266Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-26T08:55:05.266Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-26T08:55:05.447Z] prd-centos7-docker-4c-2g-1780 does not seem to be running inside a container [2021-04-26T08:55:05.539Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-26T08:55:09.804Z] $ docker top 7ced31154e4706409a02112eaf0f3bf4633c679329ca3d92409460f8876b8e70 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T08:55:10.391Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-26T08:55:10.692Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-26T08:55:10.996Z] + ls /var/log/sa-host [2021-04-26T08:55:10.996Z] + sadf -c /var/log/sa-host/sa23 [2021-04-26T08:55:10.996Z] file_magic: OK [2021-04-26T08:55:10.996Z] HZ: Using current value: 100 [2021-04-26T08:55:10.996Z] file_header: OK [2021-04-26T08:55:10.996Z] 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-26T08:55:10.996Z] Statistics: [2021-04-26T08:55:10.996Z] Hnuu...uuuununununu... [2021-04-26T08:55:10.996Z] File successfully converted to sysstat format version 12.2.1 [2021-04-26T08:55:10.996Z] + sadf -c /var/log/sa-host/sa26 [2021-04-26T08:55:10.996Z] file_magic: OK [2021-04-26T08:55:10.996Z] HZ: Using current value: 100 [2021-04-26T08:55:10.996Z] file_header: OK [2021-04-26T08:55:10.996Z] 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-26T08:55:10.996Z] Statistics: [2021-04-26T08:55:10.996Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-26T08:55:10.996Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-26T08:55:11.162Z] provisioning config files... [2021-04-26T08:55:11.204Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config1837871972936631312tmp [Pipeline] { [Pipeline] echo [2021-04-26T08:55:11.230Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T08:55:11.532Z] ---> create-netrc.sh [Pipeline] } [2021-04-26T08:55:11.542Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-26T08:55:11.567Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T08:55:11.865Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-26T08:55:11.876Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T08:55:12.174Z] ---> sudo-logs.sh [2021-04-26T08:55:12.174Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-26T08:55:12.209Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T08:55:12.513Z] ---> job-cost.sh [2021-04-26T08:55:12.513Z] lf-activate-venv: SKIPPING [2021-04-26T08:55:12.513Z] DEBUG: total: 0.20999999344348907 [2021-04-26T08:55:12.513Z] INFO: Retrieving Stack Cost... [2021-04-26T08:55:13.088Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-26T08:55:13.664Z] INFO: Archiving Costs [Pipeline] echo [2021-04-26T08:55:13.679Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T08:55:13.982Z] ---> logs-deploy.sh [2021-04-26T08:55:13.982Z] lf-activate-venv: SKIPPING [2021-04-26T08:55:13.982Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3391/6 [2021-04-26T08:55:13.982Z] INFO: archiving workspace using pattern(s): [2021-04-26T08:55:15.374Z] Archives upload complete. [2021-04-26T08:55:15.636Z] INFO: archiving logs to Nexus